Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bbf9d345300d8d1e119ed396064130494fdbd2f7 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33089 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 bbf9d345300d8d1e119ed396064130494fdbd2f7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bbf9d345300d8d1e119ed396064130494fdbd2f7 # timeout=10 Commit message: "refactor: Switch to 2.0 Consul path (#227)" > git rev-list --no-walk a65e88d527b710e33d3215c83bdf0d189637d4e8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T01:35:54.044Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T01:35:54.295Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T01:35:54.404Z] ========================================================= [2021-04-07T01:35:54.404Z] EdgeX Global Pipelines Version Info [2021-04-07T01:35:54.404Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:35:55.916Z] ------------------- [2021-04-07T01:35:55.916Z] stable info: [2021-04-07T01:35:55.916Z] ------------------- [2021-04-07T01:35:55.916Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T01:35:55.916Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T01:35:55.916Z] Message: update stable to v1.0.186 [2021-04-07T01:35:56.872Z] ------------------- [2021-04-07T01:35:56.872Z] experimental info: [2021-04-07T01:35:56.872Z] ------------------- [2021-04-07T01:35:56.872Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T01:35:56.872Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T01:35:56.873Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T01:35:57.179Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-04-07T01:35:57.265Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-04-07T01:35:57.356Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T01:35:57.442Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T01:35:57.529Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T01:35:57.614Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T01:35:57.696Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T01:35:57.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T01:35:57.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-07T01:35:57.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T01:35:58.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T01:35:58.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-04-07T01:35:58.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T01:35:58.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T01:35:58.430Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T01:35:58.515Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T01:35:58.607Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T01:35:58.699Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T01:35:58.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T01:35:58.868Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-07T01:35:59.028Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-07T01:35:59.113Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-07T01:35:59.205Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-07T01:35:59.294Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-07T01:35:59.399Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-07T01:35:59.481Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T01:35:59.567Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-07T01:35:59.766Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-07T01:35:59.869Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-07T01:35:59.954Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] echo [2021-04-07T01:36:00.037Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bbf9d34 [Pipeline] echo [2021-04-07T01:36:00.207Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T01:36:00.406Z] provisioning config files... [2021-04-07T01:36:00.440Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4614953791769354577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:36:00.806Z] ---> docker-login.sh [2021-04-07T01:36:00.806Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:36:01.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:36:01.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:36:01.339Z] Configure a credential helper to remove this warning. See [2021-04-07T01:36:01.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:36:01.339Z] [2021-04-07T01:36:01.339Z] Login Succeeded [2021-04-07T01:36:01.339Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:36:01.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:36:01.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:36:01.608Z] Configure a credential helper to remove this warning. See [2021-04-07T01:36:01.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:36:01.608Z] [2021-04-07T01:36:01.608Z] Login Succeeded [2021-04-07T01:36:01.608Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:36:01.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:36:01.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:36:01.870Z] Configure a credential helper to remove this warning. See [2021-04-07T01:36:01.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:36:01.870Z] [2021-04-07T01:36:01.870Z] Login Succeeded [2021-04-07T01:36:01.870Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:36:01.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:36:01.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:36:01.870Z] Configure a credential helper to remove this warning. See [2021-04-07T01:36:01.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:36:01.870Z] [2021-04-07T01:36:01.870Z] Login Succeeded [2021-04-07T01:36:01.870Z] docker.io [2021-04-07T01:36:02.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:36:02.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:36:02.708Z] Configure a credential helper to remove this warning. See [2021-04-07T01:36:02.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:36:02.708Z] [2021-04-07T01:36:02.708Z] Login Succeeded [2021-04-07T01:36:02.708Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:36:02.718Z] 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 [2021-04-07T01:36:03.567Z] + git log --format=format:%s -1 bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] echo [2021-04-07T01:36:03.643Z] GIT_COMMIT: bbf9d345300d8d1e119ed396064130494fdbd2f7, Commit Message: refactor: Switch to 2.0 Consul path (#227) [Pipeline] echo [2021-04-07T01:36:03.687Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:36:04.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:36:04.627Z] [2021-04-07T01:36:04.627Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:36:04.979Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:36:04.979Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T01:36:04.979Z] 31603596830f: Pulling fs layer [2021-04-07T01:36:04.979Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T01:36:04.979Z] 6ca5941a6612: Pulling fs layer [2021-04-07T01:36:04.979Z] ecc8261a40a4: Pulling fs layer [2021-04-07T01:36:04.979Z] ecc8261a40a4: Waiting [2021-04-07T01:36:04.979Z] 2a8b12db71e7: Verifying Checksum [2021-04-07T01:36:04.979Z] 2a8b12db71e7: Download complete [2021-04-07T01:36:04.979Z] 31603596830f: Verifying Checksum [2021-04-07T01:36:04.979Z] 31603596830f: Download complete [2021-04-07T01:36:05.246Z] ecc8261a40a4: Verifying Checksum [2021-04-07T01:36:05.246Z] ecc8261a40a4: Download complete [2021-04-07T01:36:05.246Z] 6ca5941a6612: Verifying Checksum [2021-04-07T01:36:05.246Z] 6ca5941a6612: Download complete [2021-04-07T01:36:05.513Z] 31603596830f: Pull complete [2021-04-07T01:36:05.513Z] 2a8b12db71e7: Pull complete [2021-04-07T01:36:06.540Z] 6ca5941a6612: Pull complete [2021-04-07T01:36:06.831Z] ecc8261a40a4: Pull complete [2021-04-07T01:36:06.831Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T01:36:06.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:36:06.831Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T01:36:06.947Z] prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container [2021-04-07T01:36:06.997Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T01:36:09.279Z] $ docker top 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T01:36:09.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:36:09.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:36:09.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:36:09.993Z] $ docker exec 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 ssh-agent [2021-04-07T01:36:10.184Z] SSH_AUTH_SOCK=/tmp/ssh-InH76OsSckWI/agent.12 [2021-04-07T01:36:10.184Z] SSH_AGENT_PID=17 [2021-04-07T01:36:10.196Z] Running ssh-add (command line suppressed) [2021-04-07T01:36:10.328Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3206008135848479936.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3206008135848479936.key) [2021-04-07T01:36:10.389Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:36:10.743Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T01:36:10.764Z] $ docker exec --env ******** --env ******** 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 ssh-agent -k [2021-04-07T01:36:10.889Z] unset SSH_AUTH_SOCK; [2021-04-07T01:36:10.889Z] unset SSH_AGENT_PID; [2021-04-07T01:36:10.889Z] echo Agent pid 17 killed; [2021-04-07T01:36:10.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T01:36:11.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:36:11.079Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:36:11.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:36:11.282Z] $ docker exec 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 ssh-agent [2021-04-07T01:36:11.464Z] SSH_AUTH_SOCK=/tmp/ssh-06BhymfnXQXt/agent.48 [2021-04-07T01:36:11.464Z] SSH_AGENT_PID=53 [2021-04-07T01:36:11.471Z] Running ssh-add (command line suppressed) [2021-04-07T01:36:11.600Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5548323860445059665.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5548323860445059665.key) [2021-04-07T01:36:11.666Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:36:12.009Z] + git semver init [2021-04-07T01:36:12.009Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T01:36:12.009Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-07T01:36:12.009Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-07T01:36:12.009Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T01:36:12.009Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T01:36:12.009Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T01:36:12.009Z] # $SEMVER_BRANCH = master [2021-04-07T01:36:12.009Z] # $SEMVER_TEMP = /tmp/semver-865005102 [2021-04-07T01:36:12.009Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-04-07T01:36:12.272Z] # '/tmp/semver-865005102' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-04-07T01:36:12.534Z] # -> Force: false [2021-04-07T01:36:12.534Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-07T01:36:12.551Z] $ docker exec --env ******** --env ******** 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 ssh-agent -k [2021-04-07T01:36:12.679Z] unset SSH_AUTH_SOCK; [2021-04-07T01:36:12.679Z] unset SSH_AGENT_PID; [2021-04-07T01:36:12.679Z] echo Agent pid 53 killed; [2021-04-07T01:36:12.732Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:36:13.221Z] + git semver [Pipeline] } [2021-04-07T01:36:13.234Z] $ docker stop --time=1 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 [2021-04-07T01:36:14.688Z] $ docker rm -f 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T01:36:15.193Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T01:36:15.626Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T01:36:15.630Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.29 [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 [2021-04-07T01:36:31.128Z] Still waiting to schedule task [2021-04-07T01:36:31.128Z] ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33090’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-07T01:36:31.130Z] Still waiting to schedule task [2021-04-07T01:36:31.130Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-07T01:38:34.461Z] Running on prd-centos7-docker-4c-2g-33094 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-07T01:38:34.536Z] Running in /w/workspace/app-service-configurable/99 [Pipeline] { [Pipeline] checkout [2021-04-07T01:38:46.206Z] using credential edgex-jenkins-ssh [2021-04-07T01:38:46.344Z] Cloning the remote Git repository [2021-04-07T01:38:46.524Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-07T01:38:46.735Z] > git init /w/workspace/app-service-configurable/99 # timeout=10 [2021-04-07T01:38:46.996Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-07T01:38:46.996Z] > git --version # timeout=10 [2021-04-07T01:38:47.053Z] > git --version # 'git version 2.24.3' [2021-04-07T01:38:47.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:38:47.110Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T01:38:47.692Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-07T01:38:47.726Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T01:38:47.777Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-07T01:38:47.811Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-07T01:38:47.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:38:47.829Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T01:38:48.262Z] Checking out Revision bbf9d345300d8d1e119ed396064130494fdbd2f7 (master) [2021-04-07T01:38:48.290Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T01:38:48.310Z] > git checkout -f bbf9d345300d8d1e119ed396064130494fdbd2f7 # timeout=10 [2021-04-07T01:38:53.353Z] Commit message: "refactor: Switch to 2.0 Consul path (#227)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T01:38:55.626Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:38:56.095Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:38:56.725Z] + sudo service docker restart [2021-04-07T01:38:56.725Z] + true [2021-04-07T01:38:56.725Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T01:38:58.463Z] provisioning config files... [2021-04-07T01:38:58.560Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/99@tmp/config253651503627173008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:38:59.293Z] ---> docker-login.sh [2021-04-07T01:38:59.293Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:38:59.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:39:00.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:39:00.279Z] Configure a credential helper to remove this warning. See [2021-04-07T01:39:00.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:39:00.279Z] [2021-04-07T01:39:00.279Z] Login Succeeded [2021-04-07T01:39:00.279Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:39:00.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:39:00.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:39:00.883Z] Configure a credential helper to remove this warning. See [2021-04-07T01:39:00.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:39:00.883Z] [2021-04-07T01:39:00.883Z] Login Succeeded [2021-04-07T01:39:00.883Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:39:01.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:39:01.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:39:01.594Z] Configure a credential helper to remove this warning. See [2021-04-07T01:39:01.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:39:01.594Z] [2021-04-07T01:39:01.594Z] Login Succeeded [2021-04-07T01:39:01.594Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:39:02.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:39:02.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:39:02.710Z] Configure a credential helper to remove this warning. See [2021-04-07T01:39:02.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:39:02.710Z] [2021-04-07T01:39:02.710Z] Login Succeeded [2021-04-07T01:39:02.710Z] docker.io [2021-04-07T01:39:03.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:39:04.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:39:04.037Z] Configure a credential helper to remove this warning. See [2021-04-07T01:39:04.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:39:04.037Z] [2021-04-07T01:39:04.037Z] Login Succeeded [2021-04-07T01:39:04.037Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:39:04.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T01:39:04.842Z] ========================================================= [2021-04-07T01:39:04.842Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T01:39:04.842Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:39:05.444Z] + 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 . [2021-04-07T01:39:05.444Z] Sending build context to Docker daemon 97.79kB [2021-04-07T01:39:05.444Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T01:39:05.444Z] Step 2/8 : FROM ${BASE} [2021-04-07T01:39:05.754Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T01:39:05.754Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T01:39:05.754Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T01:39:05.754Z] de9db76c5a1d: Pulling fs layer [2021-04-07T01:39:05.754Z] bca2f99d35d6: Pulling fs layer [2021-04-07T01:39:05.754Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T01:39:05.754Z] 7c6f9722023f: Pulling fs layer [2021-04-07T01:39:05.754Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T01:39:05.754Z] bca2f99d35d6: Waiting [2021-04-07T01:39:05.754Z] 93359f2a8cfa: Waiting [2021-04-07T01:39:05.754Z] 7c6f9722023f: Waiting [2021-04-07T01:39:05.754Z] a35cf1a2eb13: Waiting [2021-04-07T01:39:05.754Z] de9db76c5a1d: Download complete [2021-04-07T01:39:05.754Z] 0ef7d3d256c8: Verifying Checksum [2021-04-07T01:39:05.754Z] 0ef7d3d256c8: Download complete [2021-04-07T01:39:05.754Z] 93359f2a8cfa: Verifying Checksum [2021-04-07T01:39:05.754Z] 93359f2a8cfa: Download complete [2021-04-07T01:39:06.068Z] 7c6f9722023f: Verifying Checksum [2021-04-07T01:39:06.068Z] 7c6f9722023f: Download complete [2021-04-07T01:39:06.399Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T01:39:06.399Z] 188c0c94c7c5: Download complete [2021-04-07T01:39:08.039Z] 188c0c94c7c5: Pull complete [2021-04-07T01:39:09.148Z] 0ef7d3d256c8: Pull complete [2021-04-07T01:39:09.844Z] de9db76c5a1d: Pull complete [2021-04-07T01:39:15.718Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T01:39:15.718Z] a35cf1a2eb13: Download complete [2021-04-07T01:39:17.790Z] bca2f99d35d6: Verifying Checksum [2021-04-07T01:39:17.790Z] bca2f99d35d6: Download complete [2021-04-07T01:39:33.863Z] bca2f99d35d6: Pull complete [2021-04-07T01:39:33.863Z] 93359f2a8cfa: Pull complete [2021-04-07T01:39:34.485Z] 7c6f9722023f: Pull complete [2021-04-07T01:39:41.516Z] a35cf1a2eb13: Pull complete [2021-04-07T01:39:41.516Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T01:39:41.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T01:39:41.516Z] ---> a62c8e92a672 [2021-04-07T01:39:41.516Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-07T01:39:41.516Z] ---> Running in d92b8e40b6de [2021-04-07T01:39:41.516Z] Removing intermediate container d92b8e40b6de [2021-04-07T01:39:41.516Z] ---> 8520f23d9d89 [2021-04-07T01:39:41.516Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:39:41.516Z] ---> Running in 6b7c25b59ead [2021-04-07T01:39:44.341Z] Removing intermediate container 6b7c25b59ead [2021-04-07T01:39:44.341Z] ---> bfda9d00638f [2021-04-07T01:39:44.341Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-07T01:39:44.341Z] ---> Running in bba45bfc5508 [2021-04-07T01:39:45.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:39:46.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:39:47.786Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-07T01:39:48.077Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-07T01:39:48.077Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-07T01:39:48.354Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-07T01:39:48.354Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T01:39:48.644Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-07T01:39:48.644Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:39:48.644Z] OK: 167 MiB in 45 packages [2021-04-07T01:39:49.792Z] Removing intermediate container bba45bfc5508 [2021-04-07T01:39:49.792Z] ---> dc2214e60669 [2021-04-07T01:39:49.792Z] Step 6/8 : WORKDIR /app [2021-04-07T01:39:50.112Z] ---> Running in c31d0f6c7a70 [2021-04-07T01:39:50.469Z] Removing intermediate container c31d0f6c7a70 [2021-04-07T01:39:50.469Z] ---> c10ffaa84a8c [2021-04-07T01:39:50.469Z] Step 7/8 : COPY . . [2021-04-07T01:39:51.189Z] ---> 546813c7ec77 [2021-04-07T01:39:51.189Z] Step 8/8 : RUN go mod download [2021-04-07T01:39:51.189Z] ---> Running in 10715fd7d4d2 [2021-04-07T01:40:12.390Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33097 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-07T01:40:12.446Z] Running in /w/workspace/app-service-configurable/99 [Pipeline] { [Pipeline] checkout [2021-04-07T01:40:17.215Z] using credential edgex-jenkins-ssh [2021-04-07T01:40:17.270Z] Cloning the remote Git repository [2021-04-07T01:40:17.330Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-07T01:40:17.442Z] > git init /w/workspace/app-service-configurable/99 # timeout=10 [2021-04-07T01:40:17.522Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-07T01:40:17.523Z] > git --version # timeout=10 [2021-04-07T01:40:17.540Z] > git --version # 'git version 2.17.1' [2021-04-07T01:40:17.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:40:17.590Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T01:40:18.433Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-07T01:40:18.455Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T01:40:18.481Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-07T01:40:18.530Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-07T01:40:18.531Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:40:18.543Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T01:40:19.033Z] Checking out Revision bbf9d345300d8d1e119ed396064130494fdbd2f7 (master) [2021-04-07T01:40:19.058Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T01:40:19.085Z] > git checkout -f bbf9d345300d8d1e119ed396064130494fdbd2f7 # timeout=10 [2021-04-07T01:40:23.614Z] Commit message: "refactor: Switch to 2.0 Consul path (#227)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T01:40:24.507Z] Removing intermediate container 10715fd7d4d2 [2021-04-07T01:40:24.507Z] ---> 321f1b5e628c [2021-04-07T01:40:24.507Z] Successfully built 321f1b5e628c [2021-04-07T01:40:24.507Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:40:25.444Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:40:25.630Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T01:40:25.873Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:40:26.286Z] . [2021-04-07T01:40:26.287Z] + sudo service docker restart [2021-04-07T01:40:26.287Z] + true [Pipeline] withDockerContainer [2021-04-07T01:40:27.672Z] prd-centos7-docker-4c-2g-33094 does not seem to be running inside a container [2021-04-07T01:40:28.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/99 -v /w/workspace/app-service-configurable/99:/w/workspace/app-service-configurable/99:rw,z -v /w/workspace/app-service-configurable/99@tmp:/w/workspace/app-service-configurable/99@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 [2021-04-07T01:40:30.996Z] $ docker top 3c06f14234c26025a612ea8823f4a8223f61311f67a9aa7589353d52da7d37b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-04-07T01:40:31.687Z] provisioning config files... [2021-04-07T01:40:31.727Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/99@tmp/config2086550548880014857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:40:31.946Z] + go version [2021-04-07T01:40:32.162Z] ---> docker-login.sh [2021-04-07T01:40:32.162Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:40:32.239Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T01:40:32.399Z] $ docker stop --time=1 3c06f14234c26025a612ea8823f4a8223f61311f67a9aa7589353d52da7d37b1 [2021-04-07T01:40:33.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:40:33.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:40:33.452Z] Configure a credential helper to remove this warning. See [2021-04-07T01:40:33.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:40:33.452Z] [2021-04-07T01:40:33.452Z] Login Succeeded [2021-04-07T01:40:33.452Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:40:34.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:40:34.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:40:34.056Z] Configure a credential helper to remove this warning. See [2021-04-07T01:40:34.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:40:34.056Z] [2021-04-07T01:40:34.056Z] Login Succeeded [2021-04-07T01:40:34.056Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:40:34.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:40:34.375Z] $ docker rm -f 3c06f14234c26025a612ea8823f4a8223f61311f67a9aa7589353d52da7d37b1 [2021-04-07T01:40:34.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:40:34.608Z] Configure a credential helper to remove this warning. See [2021-04-07T01:40:34.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:40:34.608Z] [2021-04-07T01:40:34.608Z] Login Succeeded [2021-04-07T01:40:34.608Z] nexus3.edgexfoundry.org:10004 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-04-07T01:40:34.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:40:35.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:40:35.156Z] Configure a credential helper to remove this warning. See [2021-04-07T01:40:35.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:40:35.156Z] [2021-04-07T01:40:35.156Z] Login Succeeded [2021-04-07T01:40:35.156Z] docker.io [2021-04-07T01:40:35.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:40:35.541Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T01:40:35.541Z] . [Pipeline] withDockerContainer [2021-04-07T01:40:35.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:40:35.701Z] Configure a credential helper to remove this warning. See [2021-04-07T01:40:35.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:40:35.701Z] [2021-04-07T01:40:35.701Z] Login Succeeded [2021-04-07T01:40:35.701Z] ---> docker-login.sh ends [2021-04-07T01:40:35.959Z] prd-centos7-docker-4c-2g-33094 does not seem to be running inside a container [2021-04-07T01:40:36.210Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/99 -v /w/workspace/app-service-configurable/99:/w/workspace/app-service-configurable/99:rw,z -v /w/workspace/app-service-configurable/99@tmp:/w/workspace/app-service-configurable/99@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 [2021-04-07T01:40:37.606Z] $ docker top 08ee5d753105dfd7287bf757d0074ff655c7ee58deed7c6b4f8ad903c0db9ee2 -eo pid,comm [Pipeline] { [Pipeline] } [2021-04-07T01:40:38.035Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T01:40:38.668Z] ========================================================= [2021-04-07T01:40:38.668Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T01:40:38.668Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:40:38.868Z] + make test [2021-04-07T01:40:38.868Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-07T01:40:39.061Z] + 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 . [2021-04-07T01:40:39.061Z] Sending build context to Docker daemon 97.79kB [2021-04-07T01:40:39.336Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T01:40:39.336Z] Step 2/8 : FROM ${BASE} [2021-04-07T01:40:39.621Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T01:40:39.621Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T01:40:39.621Z] a4357932f1b6: Pulling fs layer [2021-04-07T01:40:39.621Z] 18c013af1878: Pulling fs layer [2021-04-07T01:40:39.621Z] 00ac8860ef70: Pulling fs layer [2021-04-07T01:40:39.621Z] 63d7cb157983: Pulling fs layer [2021-04-07T01:40:39.621Z] b116817d02f9: Pulling fs layer [2021-04-07T01:40:39.621Z] 745a02a5169b: Pulling fs layer [2021-04-07T01:40:39.621Z] 00ac8860ef70: Waiting [2021-04-07T01:40:39.621Z] 63d7cb157983: Waiting [2021-04-07T01:40:39.621Z] b116817d02f9: Waiting [2021-04-07T01:40:39.621Z] 745a02a5169b: Waiting [2021-04-07T01:40:39.621Z] 18c013af1878: Verifying Checksum [2021-04-07T01:40:39.621Z] 18c013af1878: Download complete [2021-04-07T01:40:39.621Z] a4357932f1b6: Verifying Checksum [2021-04-07T01:40:39.621Z] a4357932f1b6: Download complete [2021-04-07T01:40:39.621Z] 63d7cb157983: Download complete [2021-04-07T01:40:39.621Z] b116817d02f9: Verifying Checksum [2021-04-07T01:40:39.621Z] b116817d02f9: Download complete [2021-04-07T01:40:39.621Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T01:40:39.621Z] 5f621e34cdf4: Download complete [2021-04-07T01:40:40.223Z] 5f621e34cdf4: Pull complete [2021-04-07T01:40:40.826Z] a4357932f1b6: Pull complete [2021-04-07T01:40:41.112Z] 18c013af1878: Pull complete [2021-04-07T01:40:42.555Z] 745a02a5169b: Verifying Checksum [2021-04-07T01:40:42.555Z] 745a02a5169b: Download complete [2021-04-07T01:40:43.156Z] 00ac8860ef70: Verifying Checksum [2021-04-07T01:40:43.156Z] 00ac8860ef70: Download complete [2021-04-07T01:40:53.342Z] 00ac8860ef70: Pull complete [2021-04-07T01:40:53.342Z] 63d7cb157983: Pull complete [2021-04-07T01:40:53.342Z] b116817d02f9: Pull complete [2021-04-07T01:40:56.764Z] 745a02a5169b: Pull complete [2021-04-07T01:40:56.764Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T01:40:56.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T01:40:56.764Z] ---> b7e6874047d6 [2021-04-07T01:40:56.764Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-07T01:41:00.170Z] ---> Running in f32e37242485 [2021-04-07T01:41:00.170Z] Removing intermediate container f32e37242485 [2021-04-07T01:41:00.170Z] ---> 059cdfec2801 [2021-04-07T01:41:00.170Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:41:00.512Z] ---> Running in 89c05ab0e013 [2021-04-07T01:41:03.165Z] Removing intermediate container 89c05ab0e013 [2021-04-07T01:41:03.165Z] ---> edc93a316e13 [2021-04-07T01:41:03.165Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-07T01:41:03.165Z] ---> Running in 0ae28ca7373f [2021-04-07T01:41:04.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:41:05.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:41:05.740Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-07T01:41:05.740Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-07T01:41:05.740Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-07T01:41:06.012Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-07T01:41:06.012Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T01:41:06.286Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-07T01:41:06.286Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:41:06.286Z] OK: 144 MiB in 45 packages [2021-04-07T01:41:07.752Z] Removing intermediate container 0ae28ca7373f [2021-04-07T01:41:07.752Z] ---> 8eaadfe7a210 [2021-04-07T01:41:07.752Z] Step 6/8 : WORKDIR /app [2021-04-07T01:41:08.025Z] ---> Running in ab4b93febac1 [2021-04-07T01:41:08.299Z] Removing intermediate container ab4b93febac1 [2021-04-07T01:41:08.299Z] ---> 5998d3604350 [2021-04-07T01:41:08.299Z] Step 7/8 : COPY . . [2021-04-07T01:41:09.287Z] ---> 30099514e62b [2021-04-07T01:41:09.287Z] Step 8/8 : RUN go mod download [2021-04-07T01:41:09.287Z] ---> Running in 4a9a013c4dfe [2021-04-07T01:41:19.142Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-07T01:41:19.142Z] CGO_ENABLED=1 go vet ./... [2021-04-07T01:41:26.635Z] gofmt -l . [2021-04-07T01:41:26.635Z] [ "`gofmt -l .`" = "" ] [2021-04-07T01:41:26.635Z] ./bin/test-go-mod-tidy.sh [2021-04-07T01:41:28.835Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-07T01:41:31.743Z] $ docker stop --time=1 08ee5d753105dfd7287bf757d0074ff655c7ee58deed7c6b4f8ad903c0db9ee2 [2021-04-07T01:41:35.059Z] $ docker rm -f 08ee5d753105dfd7287bf757d0074ff655c7ee58deed7c6b4f8ad903c0db9ee2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T01:41:36.103Z] Removing intermediate container 4a9a013c4dfe [2021-04-07T01:41:36.103Z] ---> 5a8107aecb82 [2021-04-07T01:41:36.103Z] Successfully built 5a8107aecb82 [2021-04-07T01:41:36.103Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:41:36.166Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T01:41:36.446Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T01:41:36.446Z] . [Pipeline] withDockerContainer [2021-04-07T01:41:36.732Z] prd-ubuntu18.04-docker-arm64-4c-16g-33097 does not seem to be running inside a container [2021-04-07T01:41:36.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/99 -v /w/workspace/app-service-configurable/99:/w/workspace/app-service-configurable/99:rw,z -v /w/workspace/app-service-configurable/99@tmp:/w/workspace/app-service-configurable/99@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 ******** ci-base-image-arm64 cat [2021-04-07T01:41:37.017Z] Stashed 1 file(s) [2021-04-07T01:41:38.533Z] $ docker top 387ed0f71276dea3d9244e721bb481cfcd8c285ea3829b2b9e1b3b8b0ed12912 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-07T01:41:39.653Z] + go version [2021-04-07T01:41:39.653Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T01:41:39.897Z] $ docker stop --time=1 387ed0f71276dea3d9244e721bb481cfcd8c285ea3829b2b9e1b3b8b0ed12912 [2021-04-07T01:41:41.933Z] $ docker rm -f 387ed0f71276dea3d9244e721bb481cfcd8c285ea3829b2b9e1b3b8b0ed12912 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-04-07T01:41:42.906Z] + sudo chown -R jenkins:jenkins . [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:41:43.405Z] + ls -al . [2021-04-07T01:41:43.405Z] total 92 [2021-04-07T01:41:43.405Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 7 01:41 . [2021-04-07T01:41:43.405Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 7 01:38 .. [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 7306 Apr 7 01:38 Attribution.txt [2021-04-07T01:41:43.405Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 01:38 bin [2021-04-07T01:41:43.405Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 7 01:40 coverage.out [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 2032 Apr 7 01:38 Dockerfile [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 970 Apr 7 01:38 Dockerfile.build [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 119 Apr 7 01:38 .dockerignore [2021-04-07T01:41:43.405Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 7 01:38 .git [2021-04-07T01:41:43.405Z] drwxrwxr-x. 2 jenkins jenkins 81 Apr 7 01:38 .github [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 111 Apr 7 01:38 .gitignore [2021-04-07T01:41:43.405Z] -rw-r--r--. 1 jenkins jenkins 136 Apr 7 01:41 go.mod [2021-04-07T01:41:43.405Z] -rw-r--r--. 1 jenkins jenkins 21448 Apr 7 01:41 go.sum [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 687 Apr 7 01:38 Jenkinsfile [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 10174 Apr 7 01:38 LICENSE [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 1467 Apr 7 01:38 main.go [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 1582 Apr 7 01:38 makefile [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 1277 Apr 7 01:38 README.md [2021-04-07T01:41:43.405Z] drwxrwxr-x. 10 jenkins jenkins 173 Apr 7 01:38 res [2021-04-07T01:41:43.405Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 7 01:38 snap [2021-04-07T01:41:43.405Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 7 01:36 VERSION [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:41:43.698Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T01:41:43.699Z] . [Pipeline] withDockerContainer [2021-04-07T01:41:43.880Z] + 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=bbf9d345300d8d1e119ed396064130494fdbd2f7 --label arch=amd64 --label version=2.0.0-dev.29 . [2021-04-07T01:41:43.989Z] prd-ubuntu18.04-docker-arm64-4c-16g-33097 does not seem to be running inside a container [2021-04-07T01:41:44.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/99 -v /w/workspace/app-service-configurable/99:/w/workspace/app-service-configurable/99:rw,z -v /w/workspace/app-service-configurable/99@tmp:/w/workspace/app-service-configurable/99@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 ******** ci-base-image-arm64 cat [2021-04-07T01:41:44.151Z] Sending build context to Docker daemon 121.9kB [2021-04-07T01:41:44.420Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T01:41:44.420Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-07T01:41:44.420Z] ---> 321f1b5e628c [2021-04-07T01:41:44.420Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-07T01:41:44.693Z] ---> Running in 4f88168bd3ec [2021-04-07T01:41:44.976Z] Removing intermediate container 4f88168bd3ec [2021-04-07T01:41:44.976Z] ---> 8a169c485245 [2021-04-07T01:41:44.976Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-07T01:41:44.976Z] ---> Running in 2d266f9a39d6 [2021-04-07T01:41:45.291Z] Removing intermediate container 2d266f9a39d6 [2021-04-07T01:41:45.291Z] ---> 75d8f01afd15 [2021-04-07T01:41:45.291Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-07T01:41:45.617Z] ---> Running in b103f56d94c5 [2021-04-07T01:41:45.773Z] $ docker top 43d45a813936d0a558185f77311e04d04756655ceb2fa8bfab23ee12a10fdb8c -eo pid,comm [2021-04-07T01:41:45.916Z] Removing intermediate container b103f56d94c5 [2021-04-07T01:41:45.916Z] ---> 31ee24ebd7cf [2021-04-07T01:41:45.916Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:41:45.916Z] ---> Running in 6fb14d7dca18 [Pipeline] { [Pipeline] sh [2021-04-07T01:41:46.867Z] + make test [2021-04-07T01:41:46.867Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-07T01:41:47.950Z] Removing intermediate container 6fb14d7dca18 [2021-04-07T01:41:47.950Z] ---> 4fc5cdb8516e [2021-04-07T01:41:47.950Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-07T01:41:48.245Z] ---> Running in c961dcf86d4c [2021-04-07T01:41:48.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:41:49.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:41:50.581Z] OK: 167 MiB in 45 packages [2021-04-07T01:41:51.632Z] Removing intermediate container c961dcf86d4c [2021-04-07T01:41:51.632Z] ---> b15e8bf6a62a [2021-04-07T01:41:51.632Z] Step 8/27 : WORKDIR /app [2021-04-07T01:41:51.632Z] ---> Running in 4dc0c1577e35 [2021-04-07T01:41:51.950Z] Removing intermediate container 4dc0c1577e35 [2021-04-07T01:41:51.950Z] ---> 6f7db5e35ba2 [2021-04-07T01:41:51.950Z] Step 9/27 : COPY go.mod . [2021-04-07T01:41:52.605Z] ---> 85afa8bba757 [2021-04-07T01:41:52.605Z] Step 10/27 : RUN go mod download [2021-04-07T01:41:52.605Z] ---> Running in 03d343083e1c [2021-04-07T01:41:54.770Z] Removing intermediate container 03d343083e1c [2021-04-07T01:41:54.770Z] ---> fc1e5e103b26 [2021-04-07T01:41:54.770Z] Step 11/27 : COPY . . [2021-04-07T01:41:55.462Z] ---> cbe9d567c7ab [2021-04-07T01:41:55.462Z] Step 12/27 : ARG MAKE="make build" [2021-04-07T01:41:55.462Z] ---> Running in 2ac1be550427 [2021-04-07T01:41:56.053Z] Removing intermediate container 2ac1be550427 [2021-04-07T01:41:56.053Z] ---> 181b5175645a [2021-04-07T01:41:56.053Z] Step 13/27 : RUN $MAKE [2021-04-07T01:41:56.053Z] ---> Running in 94020db07204 [2021-04-07T01:41:57.095Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.29" -o app-service-configurable [2021-04-07T01:42:33.922Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-07T01:42:33.922Z] CGO_ENABLED=1 go vet ./... [2021-04-07T01:42:38.734Z] Removing intermediate container 94020db07204 [2021-04-07T01:42:38.734Z] ---> 5c14aa87d384 [2021-04-07T01:42:38.734Z] Step 14/27 : FROM alpine:3.12 [2021-04-07T01:42:38.734Z] 3.12: Pulling from library/alpine [2021-04-07T01:42:38.734Z] 532819f3e44c: Pulling fs layer [2021-04-07T01:42:38.734Z] 532819f3e44c: Verifying Checksum [2021-04-07T01:42:38.734Z] 532819f3e44c: Download complete [2021-04-07T01:42:38.734Z] 532819f3e44c: Pull complete [2021-04-07T01:42:38.734Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:42:38.734Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T01:42:38.734Z] ---> 7230e588e954 [2021-04-07T01:42:38.734Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-07T01:42:38.734Z] ---> Running in b8e4df2543b8 [2021-04-07T01:42:38.734Z] Removing intermediate container b8e4df2543b8 [2021-04-07T01:42:38.734Z] ---> c61f85bdeca3 [2021-04-07T01:42:38.734Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-07T01:42:38.734Z] ---> Running in b21d5bf860f7 [2021-04-07T01:42:38.734Z] Removing intermediate container b21d5bf860f7 [2021-04-07T01:42:38.734Z] ---> 61d7a01970cb [2021-04-07T01:42:38.734Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-07T01:42:38.734Z] ---> Running in 0fc7c4417bcd [2021-04-07T01:42:38.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:38.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:38.734Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-07T01:42:38.734Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-07T01:42:38.734Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-07T01:42:38.734Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-07T01:42:38.734Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-07T01:42:38.734Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-07T01:42:38.734Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-07T01:42:38.734Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:42:38.734Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:42:38.734Z] OK: 9 MiB in 21 packages [2021-04-07T01:42:39.370Z] gofmt -l . [2021-04-07T01:42:39.370Z] [ "`gofmt -l .`" = "" ] [2021-04-07T01:42:39.370Z] ./bin/test-go-mod-tidy.sh [2021-04-07T01:42:39.370Z] ./bin/test-attribution-txt.sh [2021-04-07T01:42:40.340Z] Removing intermediate container 0fc7c4417bcd [2021-04-07T01:42:40.340Z] ---> 79dee7caa5e5 [2021-04-07T01:42:40.340Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [Pipeline] } [2021-04-07T01:42:40.853Z] $ docker stop --time=1 43d45a813936d0a558185f77311e04d04756655ceb2fa8bfab23ee12a10fdb8c [2021-04-07T01:42:41.357Z] ---> 4b21504b0788 [2021-04-07T01:42:41.357Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-07T01:42:41.983Z] ---> bd4d3c221c7a [2021-04-07T01:42:41.983Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-07T01:42:42.697Z] ---> d09eaddf9b53 [2021-04-07T01:42:42.697Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-07T01:42:43.267Z] $ docker rm -f 43d45a813936d0a558185f77311e04d04756655ceb2fa8bfab23ee12a10fdb8c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T01:42:44.213Z] ---> 051a9cb877df [2021-04-07T01:42:44.213Z] Step 22/27 : EXPOSE 48095 [2021-04-07T01:42:44.213Z] ---> Running in fe3719ac36a9 [2021-04-07T01:42:44.340Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T01:42:44.363Z] Warning: overwriting stash ‘coverage-report’ [2021-04-07T01:42:44.513Z] Removing intermediate container fe3719ac36a9 [2021-04-07T01:42:44.513Z] ---> a257d9d5ad92 [2021-04-07T01:42:44.513Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-07T01:42:44.513Z] ---> Running in 7b368552b9d9 [2021-04-07T01:42:45.125Z] Removing intermediate container 7b368552b9d9 [2021-04-07T01:42:45.125Z] ---> ed48200cefdc [2021-04-07T01:42:45.125Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:42:45.125Z] ---> Running in 1137471592ba [2021-04-07T01:42:45.346Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-04-07T01:42:45.450Z] Removing intermediate container 1137471592ba [2021-04-07T01:42:45.450Z] ---> eb27d0aaea68 [2021-04-07T01:42:45.450Z] Step 25/27 : LABEL arch=amd64 [2021-04-07T01:42:45.450Z] ---> Running in dbb80d3d0de4 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T01:42:46.072Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T01:42:46.161Z] Removing intermediate container dbb80d3d0de4 [2021-04-07T01:42:46.161Z] ---> 3a7d5e2b059f [2021-04-07T01:42:46.161Z] Step 26/27 : LABEL git_sha=bbf9d345300d8d1e119ed396064130494fdbd2f7 [2021-04-07T01:42:46.161Z] ---> Running in e1c2457dd21f [2021-04-07T01:42:46.446Z] Removing intermediate container e1c2457dd21f [2021-04-07T01:42:46.446Z] ---> fc2f47b68af8 [2021-04-07T01:42:46.446Z] Step 27/27 : LABEL version=2.0.0-dev.29 [2021-04-07T01:42:46.515Z] + ls -al . [2021-04-07T01:42:46.515Z] total 116 [2021-04-07T01:42:46.515Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 7 01:42 . [2021-04-07T01:42:46.515Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 01:40 .. [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 7 01:40 .dockerignore [2021-04-07T01:42:46.515Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 01:40 .git [2021-04-07T01:42:46.515Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 01:40 .github [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 111 Apr 7 01:40 .gitignore [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 7306 Apr 7 01:40 Attribution.txt [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 2032 Apr 7 01:40 Dockerfile [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 970 Apr 7 01:40 Dockerfile.build [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 687 Apr 7 01:40 Jenkinsfile [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 7 01:40 LICENSE [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 1277 Apr 7 01:40 README.md [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 01:36 VERSION [2021-04-07T01:42:46.515Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 01:40 bin [2021-04-07T01:42:46.515Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 7 01:41 coverage.out [2021-04-07T01:42:46.515Z] -rw-r--r-- 1 jenkins jenkins 136 Apr 7 01:42 go.mod [2021-04-07T01:42:46.515Z] -rw-r--r-- 1 jenkins jenkins 21448 Apr 7 01:42 go.sum [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 1467 Apr 7 01:40 main.go [2021-04-07T01:42:46.515Z] -rw-rw-r-- 1 jenkins jenkins 1582 Apr 7 01:40 makefile [2021-04-07T01:42:46.515Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 01:40 res [2021-04-07T01:42:46.515Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 01:40 snap [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:46.755Z] ---> Running in 39d70b7dadf5 [2021-04-07T01:42:46.973Z] + 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=bbf9d345300d8d1e119ed396064130494fdbd2f7 --label arch=arm64 --label version=2.0.0-dev.29 . [2021-04-07T01:42:46.973Z] Sending build context to Docker daemon 121.9kB [2021-04-07T01:42:47.385Z] Removing intermediate container 39d70b7dadf5 [2021-04-07T01:42:47.385Z] ---> 924d664fd5e3 [2021-04-07T01:42:47.385Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-07T01:42:47.385Z] Successfully built 924d664fd5e3 [2021-04-07T01:42:47.385Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-04-07T01:42:47.581Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T01:42:47.581Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-07T01:42:47.581Z] ---> 5a8107aecb82 [2021-04-07T01:42:47.581Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T01:42:47.736Z] provisioning config files... [2021-04-07T01:42:47.778Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/99@tmp/config7203787653265070805tmp [Pipeline] { [2021-04-07T01:42:47.855Z] ---> Running in ceb41ef3f591 [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:42:48.129Z] Removing intermediate container ceb41ef3f591 [2021-04-07T01:42:48.129Z] ---> 73e90b7a0eac [2021-04-07T01:42:48.129Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-07T01:42:48.317Z] ---> docker-login.sh [2021-04-07T01:42:48.317Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:42:48.404Z] ---> Running in b4b61ce2f1c1 [2021-04-07T01:42:48.677Z] Removing intermediate container b4b61ce2f1c1 [2021-04-07T01:42:48.677Z] ---> f91b2e0fc1fe [2021-04-07T01:42:48.677Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-07T01:42:48.951Z] ---> Running in 1c506465f0e4 [2021-04-07T01:42:49.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:42:49.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:42:49.326Z] Configure a credential helper to remove this warning. See [2021-04-07T01:42:49.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:42:49.326Z] [2021-04-07T01:42:49.326Z] Login Succeeded [2021-04-07T01:42:49.326Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:42:49.549Z] Removing intermediate container 1c506465f0e4 [2021-04-07T01:42:49.549Z] ---> 74a53567ef72 [2021-04-07T01:42:49.549Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:42:49.549Z] ---> Running in 3ef37e7cf967 [2021-04-07T01:42:49.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:42:50.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:42:50.232Z] Configure a credential helper to remove this warning. See [2021-04-07T01:42:50.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:42:50.232Z] [2021-04-07T01:42:50.232Z] Login Succeeded [2021-04-07T01:42:50.232Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:42:50.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:42:50.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:42:50.834Z] Configure a credential helper to remove this warning. See [2021-04-07T01:42:50.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:42:50.834Z] [2021-04-07T01:42:50.834Z] Login Succeeded [2021-04-07T01:42:50.834Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:42:51.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:42:51.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:42:51.532Z] Configure a credential helper to remove this warning. See [2021-04-07T01:42:51.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:42:51.532Z] [2021-04-07T01:42:51.532Z] Login Succeeded [2021-04-07T01:42:51.532Z] docker.io [2021-04-07T01:42:51.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:42:52.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:42:52.143Z] Configure a credential helper to remove this warning. See [2021-04-07T01:42:52.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:42:52.143Z] [2021-04-07T01:42:52.143Z] Login Succeeded [2021-04-07T01:42:52.143Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:42:52.159Z] Deleting 1 temporary files [2021-04-07T01:42:52.181Z] Removing intermediate container 3ef37e7cf967 [2021-04-07T01:42:52.181Z] ---> 25828695febc [2021-04-07T01:42:52.181Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-07T01:42:52.181Z] ---> Running in 37e40eb1144f [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:42:52.379Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-04-07T01:42:52.379Z] bbf9d345300d8d1e119ed396064130494fdbd2f7 [2021-04-07T01:42:52.379Z] latest [2021-04-07T01:42:52.379Z] 2.0.0-dev.29 [2021-04-07T01:42:52.379Z] bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 [2021-04-07T01:42:52.379Z] master [2021-04-07T01:42:52.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:52.987Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:53.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:42:53.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7 [2021-04-07T01:42:53.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-07T01:42:53.876Z] 0e41de8295b8: Preparing [2021-04-07T01:42:53.876Z] e4ededc01f83: Preparing [2021-04-07T01:42:53.876Z] f24d410d4371: Preparing [2021-04-07T01:42:53.876Z] 705b5e993872: Preparing [2021-04-07T01:42:53.876Z] bfd96e3917ef: Preparing [2021-04-07T01:42:53.876Z] b0b9881431d7: Preparing [2021-04-07T01:42:53.876Z] b0b9881431d7: Waiting [2021-04-07T01:42:54.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:42:54.602Z] f24d410d4371: Pushed [2021-04-07T01:42:54.603Z] 705b5e993872: Pushed [2021-04-07T01:42:54.603Z] e4ededc01f83: Pushed [2021-04-07T01:42:54.603Z] b0b9881431d7: Layer already exists [2021-04-07T01:42:54.901Z] bfd96e3917ef: Pushed [2021-04-07T01:42:55.112Z] OK: 144 MiB in 45 packages [2021-04-07T01:42:56.547Z] Removing intermediate container 37e40eb1144f [2021-04-07T01:42:56.547Z] ---> eb33e9c69daa [2021-04-07T01:42:56.547Z] Step 8/27 : WORKDIR /app [2021-04-07T01:42:56.547Z] ---> Running in 5063e6b1746d [2021-04-07T01:42:57.012Z] 0e41de8295b8: Pushed [2021-04-07T01:42:57.143Z] Removing intermediate container 5063e6b1746d [2021-04-07T01:42:57.143Z] ---> 6e6abe223a03 [2021-04-07T01:42:57.143Z] Step 9/27 : COPY go.mod . [2021-04-07T01:42:57.304Z] bbf9d345300d8d1e119ed396064130494fdbd2f7: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:57.819Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:58.122Z] ---> c4fa209ad8b6 [2021-04-07T01:42:58.122Z] Step 10/27 : RUN go mod download [2021-04-07T01:42:58.403Z] ---> Running in d626b44b5ef7 [2021-04-07T01:42:58.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-07T01:42:58.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-07T01:42:58.585Z] 0e41de8295b8: Preparing [2021-04-07T01:42:58.585Z] e4ededc01f83: Preparing [2021-04-07T01:42:58.585Z] f24d410d4371: Preparing [2021-04-07T01:42:58.585Z] 705b5e993872: Preparing [2021-04-07T01:42:58.585Z] bfd96e3917ef: Preparing [2021-04-07T01:42:58.585Z] b0b9881431d7: Preparing [2021-04-07T01:42:58.585Z] b0b9881431d7: Waiting [2021-04-07T01:42:58.585Z] e4ededc01f83: Layer already exists [2021-04-07T01:42:58.585Z] 0e41de8295b8: Layer already exists [2021-04-07T01:42:58.585Z] bfd96e3917ef: Layer already exists [2021-04-07T01:42:58.585Z] 705b5e993872: Layer already exists [2021-04-07T01:42:58.585Z] f24d410d4371: Layer already exists [2021-04-07T01:42:58.946Z] b0b9881431d7: Layer already exists [2021-04-07T01:42:58.946Z] latest: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:59.368Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:43:00.379Z] Removing intermediate container d626b44b5ef7 [2021-04-07T01:43:00.379Z] ---> 604bcb53c1f1 [2021-04-07T01:43:00.379Z] Step 11/27 : COPY . . [2021-04-07T01:43:00.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.29 [2021-04-07T01:43:01.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-07T01:43:01.115Z] 0e41de8295b8: Preparing [2021-04-07T01:43:01.115Z] e4ededc01f83: Preparing [2021-04-07T01:43:01.115Z] f24d410d4371: Preparing [2021-04-07T01:43:01.115Z] 705b5e993872: Preparing [2021-04-07T01:43:01.115Z] bfd96e3917ef: Preparing [2021-04-07T01:43:01.115Z] b0b9881431d7: Preparing [2021-04-07T01:43:01.115Z] b0b9881431d7: Waiting [2021-04-07T01:43:01.115Z] f24d410d4371: Layer already exists [2021-04-07T01:43:01.115Z] 705b5e993872: Layer already exists [2021-04-07T01:43:01.115Z] bfd96e3917ef: Layer already exists [2021-04-07T01:43:01.115Z] e4ededc01f83: Layer already exists [2021-04-07T01:43:01.115Z] 0e41de8295b8: Layer already exists [2021-04-07T01:43:01.358Z] ---> 3738e3b2661a [2021-04-07T01:43:01.358Z] Step 12/27 : ARG MAKE="make build" [2021-04-07T01:43:01.358Z] ---> Running in f1a5651ee95d [2021-04-07T01:43:01.411Z] b0b9881431d7: Layer already exists [2021-04-07T01:43:01.411Z] 2.0.0-dev.29: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:43:01.862Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 [2021-04-07T01:43:01.965Z] Removing intermediate container f1a5651ee95d [2021-04-07T01:43:01.965Z] ---> b0420a14fe9c [2021-04-07T01:43:01.965Z] Step 13/27 : RUN $MAKE [2021-04-07T01:43:01.965Z] ---> Running in 6695fe219726 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:43:02.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 [2021-04-07T01:43:02.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-07T01:43:02.698Z] 0e41de8295b8: Preparing [2021-04-07T01:43:02.698Z] e4ededc01f83: Preparing [2021-04-07T01:43:02.698Z] f24d410d4371: Preparing [2021-04-07T01:43:02.698Z] 705b5e993872: Preparing [2021-04-07T01:43:02.698Z] bfd96e3917ef: Preparing [2021-04-07T01:43:02.698Z] b0b9881431d7: Preparing [2021-04-07T01:43:02.698Z] b0b9881431d7: Waiting [2021-04-07T01:43:03.140Z] 0e41de8295b8: Layer already exists [2021-04-07T01:43:03.140Z] bfd96e3917ef: Layer already exists [2021-04-07T01:43:03.140Z] f24d410d4371: Layer already exists [2021-04-07T01:43:03.140Z] 705b5e993872: Layer already exists [2021-04-07T01:43:03.140Z] e4ededc01f83: Layer already exists [2021-04-07T01:43:03.140Z] b0b9881431d7: Layer already exists [2021-04-07T01:43:03.413Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.29" -o app-service-configurable [2021-04-07T01:43:03.428Z] bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:43:03.966Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:43:04.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-04-07T01:43:04.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-07T01:43:04.920Z] 0e41de8295b8: Preparing [2021-04-07T01:43:04.920Z] e4ededc01f83: Preparing [2021-04-07T01:43:04.920Z] f24d410d4371: Preparing [2021-04-07T01:43:04.920Z] 705b5e993872: Preparing [2021-04-07T01:43:04.920Z] bfd96e3917ef: Preparing [2021-04-07T01:43:04.920Z] b0b9881431d7: Preparing [2021-04-07T01:43:04.920Z] b0b9881431d7: Waiting [2021-04-07T01:43:04.920Z] f24d410d4371: Layer already exists [2021-04-07T01:43:04.920Z] bfd96e3917ef: Layer already exists [2021-04-07T01:43:04.920Z] 0e41de8295b8: Layer already exists [2021-04-07T01:43:04.920Z] e4ededc01f83: Layer already exists [2021-04-07T01:43:04.920Z] 705b5e993872: Layer already exists [2021-04-07T01:43:04.920Z] b0b9881431d7: Layer already exists [2021-04-07T01:43:05.439Z] master: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:43:05.902Z] ===================================================== [Pipeline] echo [2021-04-07T01:43:05.973Z] taggedImages: [2021-04-07T01:43:05.973Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7 [2021-04-07T01:43:05.973Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-07T01:43:05.973Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.29 [2021-04-07T01:43:05.973Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 [2021-04-07T01:43:05.973Z] - 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 [2021-04-07T01:43:07.462Z] ---> job-cost.sh [2021-04-07T01:43:07.462Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QYa2 [2021-04-07T01:43:34.811Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T01:43:50.524Z] Removing intermediate container 6695fe219726 [2021-04-07T01:43:50.524Z] ---> 10c4d705d8b8 [2021-04-07T01:43:50.524Z] Step 14/27 : FROM alpine:3.12 [2021-04-07T01:43:50.524Z] 3.12: Pulling from library/alpine [2021-04-07T01:43:50.524Z] 9a219e8acc52: Pulling fs layer [2021-04-07T01:43:50.524Z] 9a219e8acc52: Verifying Checksum [2021-04-07T01:43:50.524Z] 9a219e8acc52: Download complete [2021-04-07T01:43:50.524Z] 9a219e8acc52: Pull complete [2021-04-07T01:43:50.524Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:43:50.524Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T01:43:50.524Z] ---> d75e27dfc0a0 [2021-04-07T01:43:50.524Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-07T01:43:50.524Z] ---> Running in edf7490d41d7 [2021-04-07T01:43:50.524Z] Removing intermediate container edf7490d41d7 [2021-04-07T01:43:50.524Z] ---> d5c22f996073 [2021-04-07T01:43:50.524Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-07T01:43:50.524Z] ---> Running in da836ceafa1c [2021-04-07T01:43:50.524Z] Removing intermediate container da836ceafa1c [2021-04-07T01:43:50.524Z] ---> b8d02748b2e9 [2021-04-07T01:43:50.524Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-07T01:43:50.524Z] ---> Running in e99aff1a105d [2021-04-07T01:43:50.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:43:50.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:43:50.524Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-07T01:43:50.524Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-07T01:43:50.524Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-07T01:43:50.524Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-07T01:43:50.524Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-07T01:43:50.524Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-07T01:43:50.524Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-07T01:43:50.524Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:43:50.524Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:43:50.524Z] OK: 9 MiB in 21 packages [2021-04-07T01:43:51.129Z] Removing intermediate container e99aff1a105d [2021-04-07T01:43:51.129Z] ---> ae762444467c [2021-04-07T01:43:51.129Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-07T01:43:52.125Z] ---> d0a928b25764 [2021-04-07T01:43:52.126Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-07T01:43:52.722Z] ---> b2005729adc7 [2021-04-07T01:43:52.722Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-07T01:43:53.703Z] ---> 28e40d4937f5 [2021-04-07T01:43:53.704Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-07T01:43:55.138Z] ---> 7a2c5a11075a [2021-04-07T01:43:55.138Z] Step 22/27 : EXPOSE 48095 [2021-04-07T01:43:55.138Z] ---> Running in cfa73fa1a106 [2021-04-07T01:43:55.735Z] Removing intermediate container cfa73fa1a106 [2021-04-07T01:43:55.735Z] ---> 6b4359e983bd [2021-04-07T01:43:55.735Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-07T01:43:55.735Z] ---> Running in bd42531d5ae9 [2021-04-07T01:43:56.332Z] Removing intermediate container bd42531d5ae9 [2021-04-07T01:43:56.332Z] ---> ee33bacbed42 [2021-04-07T01:43:56.332Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:43:56.332Z] ---> Running in 68070173c95d [2021-04-07T01:43:56.928Z] Removing intermediate container 68070173c95d [2021-04-07T01:43:56.928Z] ---> 8b45260af533 [2021-04-07T01:43:56.928Z] Step 25/27 : LABEL arch=arm64 [2021-04-07T01:43:56.928Z] ---> Running in 24b1170ce711 [2021-04-07T01:43:57.525Z] Removing intermediate container 24b1170ce711 [2021-04-07T01:43:57.525Z] ---> 8e8d0528234b [2021-04-07T01:43:57.525Z] Step 26/27 : LABEL git_sha=bbf9d345300d8d1e119ed396064130494fdbd2f7 [2021-04-07T01:43:57.525Z] ---> Running in e4da4018e626 [2021-04-07T01:43:58.122Z] Removing intermediate container e4da4018e626 [2021-04-07T01:43:58.122Z] ---> ad860e167a15 [2021-04-07T01:43:58.122Z] Step 27/27 : LABEL version=2.0.0-dev.29 [2021-04-07T01:43:58.122Z] ---> Running in dd7dbbab1312 [2021-04-07T01:43:58.717Z] Removing intermediate container dd7dbbab1312 [2021-04-07T01:43:58.717Z] ---> 73d4a8445bff [2021-04-07T01:43:58.717Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-07T01:43:58.717Z] Successfully built 73d4a8445bff [2021-04-07T01:43:58.717Z] 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 [2021-04-07T01:43:59.347Z] provisioning config files... [2021-04-07T01:43:59.388Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/99@tmp/config3723876528763377781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:43:59.782Z] ---> docker-login.sh [2021-04-07T01:43:59.783Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:44:00.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:44:00.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:44:00.332Z] Configure a credential helper to remove this warning. See [2021-04-07T01:44:00.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:44:00.332Z] [2021-04-07T01:44:00.332Z] Login Succeeded [2021-04-07T01:44:00.332Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:44:00.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:44:00.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:44:00.882Z] Configure a credential helper to remove this warning. See [2021-04-07T01:44:00.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:44:00.882Z] [2021-04-07T01:44:00.882Z] Login Succeeded [2021-04-07T01:44:00.882Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:44:01.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:44:01.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:44:01.483Z] Configure a credential helper to remove this warning. See [2021-04-07T01:44:01.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:44:01.483Z] [2021-04-07T01:44:01.483Z] Login Succeeded [2021-04-07T01:44:01.483Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:44:02.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:44:02.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:44:02.086Z] Configure a credential helper to remove this warning. See [2021-04-07T01:44:02.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:44:02.086Z] [2021-04-07T01:44:02.086Z] Login Succeeded [2021-04-07T01:44:02.086Z] docker.io [2021-04-07T01:44:02.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:44:02.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:44:02.962Z] Configure a credential helper to remove this warning. See [2021-04-07T01:44:02.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:44:02.962Z] [2021-04-07T01:44:02.962Z] Login Succeeded [2021-04-07T01:44:02.962Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:44:02.982Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:44:03.187Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-04-07T01:44:03.187Z] bbf9d345300d8d1e119ed396064130494fdbd2f7 [2021-04-07T01:44:03.187Z] latest [2021-04-07T01:44:03.187Z] 2.0.0-dev.29 [2021-04-07T01:44:03.187Z] bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 [2021-04-07T01:44:03.187Z] master [2021-04-07T01:44:03.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:03.726Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:04.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7 [2021-04-07T01:44:04.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-07T01:44:04.073Z] 193a3cdc0d58: Preparing [2021-04-07T01:44:04.073Z] 71b70202a6e5: Preparing [2021-04-07T01:44:04.073Z] bec2ee214bc9: Preparing [2021-04-07T01:44:04.073Z] 195cb2074d58: Preparing [2021-04-07T01:44:04.073Z] 8c789bd24315: Preparing [2021-04-07T01:44:04.073Z] e08058ee1dfe: Preparing [2021-04-07T01:44:04.073Z] e08058ee1dfe: Waiting [2021-04-07T01:44:04.670Z] 195cb2074d58: Pushed [2021-04-07T01:44:04.670Z] bec2ee214bc9: Pushed [2021-04-07T01:44:04.670Z] 71b70202a6e5: Pushed [2021-04-07T01:44:04.670Z] e08058ee1dfe: Layer already exists [2021-04-07T01:44:05.266Z] 8c789bd24315: Pushed [2021-04-07T01:44:07.890Z] 193a3cdc0d58: Pushed [2021-04-07T01:44:08.162Z] bbf9d345300d8d1e119ed396064130494fdbd2f7: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:08.517Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:08.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-07T01:44:08.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-07T01:44:08.858Z] 193a3cdc0d58: Preparing [2021-04-07T01:44:08.858Z] 71b70202a6e5: Preparing [2021-04-07T01:44:08.858Z] bec2ee214bc9: Preparing [2021-04-07T01:44:08.858Z] 195cb2074d58: Preparing [2021-04-07T01:44:08.858Z] 8c789bd24315: Preparing [2021-04-07T01:44:08.858Z] e08058ee1dfe: Preparing [2021-04-07T01:44:08.858Z] e08058ee1dfe: Waiting [2021-04-07T01:44:09.131Z] bec2ee214bc9: Layer already exists [2021-04-07T01:44:09.131Z] 195cb2074d58: Layer already exists [2021-04-07T01:44:09.131Z] 193a3cdc0d58: Layer already exists [2021-04-07T01:44:09.131Z] 71b70202a6e5: Layer already exists [2021-04-07T01:44:09.131Z] 8c789bd24315: Layer already exists [2021-04-07T01:44:09.131Z] e08058ee1dfe: Layer already exists [2021-04-07T01:44:09.131Z] latest: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:09.483Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:09.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.29 [2021-04-07T01:44:09.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-07T01:44:09.825Z] 193a3cdc0d58: Preparing [2021-04-07T01:44:09.825Z] 71b70202a6e5: Preparing [2021-04-07T01:44:09.825Z] bec2ee214bc9: Preparing [2021-04-07T01:44:09.825Z] 195cb2074d58: Preparing [2021-04-07T01:44:09.825Z] 8c789bd24315: Preparing [2021-04-07T01:44:09.825Z] e08058ee1dfe: Preparing [2021-04-07T01:44:09.825Z] e08058ee1dfe: Waiting [2021-04-07T01:44:10.097Z] 71b70202a6e5: Layer already exists [2021-04-07T01:44:10.097Z] 195cb2074d58: Layer already exists [2021-04-07T01:44:10.097Z] 8c789bd24315: Layer already exists [2021-04-07T01:44:10.097Z] bec2ee214bc9: Layer already exists [2021-04-07T01:44:10.097Z] 193a3cdc0d58: Layer already exists [2021-04-07T01:44:10.097Z] e08058ee1dfe: Layer already exists [2021-04-07T01:44:10.097Z] 2.0.0-dev.29: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:10.450Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:10.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 [2021-04-07T01:44:10.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-07T01:44:11.103Z] 193a3cdc0d58: Preparing [2021-04-07T01:44:11.103Z] 71b70202a6e5: Preparing [2021-04-07T01:44:11.103Z] bec2ee214bc9: Preparing [2021-04-07T01:44:11.103Z] 195cb2074d58: Preparing [2021-04-07T01:44:11.103Z] 8c789bd24315: Preparing [2021-04-07T01:44:11.103Z] e08058ee1dfe: Preparing [2021-04-07T01:44:11.103Z] e08058ee1dfe: Waiting [2021-04-07T01:44:11.103Z] 193a3cdc0d58: Layer already exists [2021-04-07T01:44:11.103Z] 195cb2074d58: Layer already exists [2021-04-07T01:44:11.103Z] bec2ee214bc9: Layer already exists [2021-04-07T01:44:11.103Z] 8c789bd24315: Layer already exists [2021-04-07T01:44:11.103Z] 71b70202a6e5: Layer already exists [2021-04-07T01:44:11.103Z] e08058ee1dfe: Layer already exists [2021-04-07T01:44:11.103Z] bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:11.509Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:44:11.877Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-04-07T01:44:11.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-07T01:44:11.877Z] 193a3cdc0d58: Preparing [2021-04-07T01:44:11.877Z] 71b70202a6e5: Preparing [2021-04-07T01:44:11.877Z] bec2ee214bc9: Preparing [2021-04-07T01:44:11.878Z] 195cb2074d58: Preparing [2021-04-07T01:44:11.878Z] 8c789bd24315: Preparing [2021-04-07T01:44:11.878Z] e08058ee1dfe: Preparing [2021-04-07T01:44:11.878Z] e08058ee1dfe: Waiting [2021-04-07T01:44:12.153Z] 8c789bd24315: Layer already exists [2021-04-07T01:44:12.153Z] bec2ee214bc9: Layer already exists [2021-04-07T01:44:12.153Z] 195cb2074d58: Layer already exists [2021-04-07T01:44:12.153Z] 193a3cdc0d58: Layer already exists [2021-04-07T01:44:12.153Z] 71b70202a6e5: Layer already exists [2021-04-07T01:44:12.153Z] e08058ee1dfe: Layer already exists [2021-04-07T01:44:12.153Z] master: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:44:12.382Z] ===================================================== [Pipeline] echo [2021-04-07T01:44:12.432Z] taggedImages: [2021-04-07T01:44:12.432Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7 [2021-04-07T01:44:12.432Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-07T01:44:12.432Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.29 [2021-04-07T01:44:12.432Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 [2021-04-07T01:44:12.432Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:44:12.980Z] ---> job-cost.sh [2021-04-07T01:44:12.980Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IOiP [2021-04-07T01:44:22.233Z] lf-activate-venv(): INFO: Adding /tmp/venv-QYa2/bin to PATH [2021-04-07T01:44:22.233Z] INFO: No Stack... [2021-04-07T01:44:22.233Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T01:44:22.233Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T01:44:22.709Z] + cat /w/workspace/app-service-configurable/99/archives/cost.csv [2021-04-07T01:44:22.709Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T01:44:22.831Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] [2021-04-07T01:44:22.843Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] did not exist. Created. [2021-04-07T01:44:22.843Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T01:44:23.447Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-07T01:44:23.729Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T01:44:23.741Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T01:45:09.463Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T01:47:16.262Z] lf-activate-venv(): INFO: Adding /tmp/venv-IOiP/bin to PATH [2021-04-07T01:47:16.262Z] INFO: No Stack... [2021-04-07T01:47:16.262Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T01:47:16.262Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T01:47:16.607Z] + cut -d, -f6 [2021-04-07T01:47:16.607Z] + cat /w/workspace/app-service-configurable/99/archives/cost.csv [Pipeline] lock [2021-04-07T01:47:16.729Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] [2021-04-07T01:47:16.742Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] did not exist. Created. [2021-04-07T01:47:16.742Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T01:47:17.206Z] /w/workspace/app-service-configurable/99@tmp/durable-8da6f75b/script.sh: 1: /w/workspace/app-service-configurable/99@tmp/durable-8da6f75b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-07T01:47:17.563Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T01:47:17.585Z] Warning: overwriting stash ‘stack-cost’ [2021-04-07T01:47:17.757Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T01:47:17.772Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-99-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 [2021-04-07T01:47:19.114Z] provisioning config files... [2021-04-07T01:47:19.126Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config4505101206047551422tmp [Pipeline] { [Pipeline] sh [2021-04-07T01:47:19.506Z] + set +x [2021-04-07T01:47:19.506Z] + curl -s https://codecov.io/bash [2021-04-07T01:47:19.506Z] + bash -s -- [2021-04-07T01:47:19.769Z] [2021-04-07T01:47:19.769Z] _____ _ [2021-04-07T01:47:19.769Z] / ____| | | [2021-04-07T01:47:19.769Z] | | ___ __| | ___ ___ _____ __ [2021-04-07T01:47:19.769Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-07T01:47:19.769Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-07T01:47:19.769Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-07T01:47:19.769Z] Bash-20210309-2b87ace [2021-04-07T01:47:19.769Z] [2021-04-07T01:47:19.769Z] [2021-04-07T01:47:19.769Z] ==> git version 2.24.3 found [2021-04-07T01:47:19.769Z] ==> 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 [2021-04-07T01:47:19.769Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-07T01:47:19.769Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-07T01:47:19.769Z] ==> Jenkins CI detected. [2021-04-07T01:47:19.769Z] project root: . [2021-04-07T01:47:19.769Z] --> token set from env [2021-04-07T01:47:19.769Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-07T01:47:19.769Z] ==> Running gcov in . (disable via -X gcov) [2021-04-07T01:47:19.769Z] ==> Python coveragepy not found [2021-04-07T01:47:19.769Z] ==> Searching for coverage reports in: [2021-04-07T01:47:19.769Z] + . [2021-04-07T01:47:19.769Z] -> Found 1 reports [2021-04-07T01:47:19.769Z] ==> Detecting git/mercurial file structure [2021-04-07T01:47:19.769Z] ==> Reading reports [2021-04-07T01:47:19.769Z] + ./coverage.out bytes=10 [2021-04-07T01:47:19.769Z] ==> Appending adjustments [2021-04-07T01:47:19.769Z] https://docs.codecov.io/docs/fixing-reports [2021-04-07T01:47:19.769Z] + Found adjustments [2021-04-07T01:47:20.033Z] ==> Gzipping contents [2021-04-07T01:47:20.033Z] 4.0K /tmp/codecov.NgqjFE.gz [2021-04-07T01:47:20.033Z] ==> Uploading reports [2021-04-07T01:47:20.033Z] url: https://codecov.io [2021-04-07T01:47:20.033Z] query: branch=master&commit=bbf9d345300d8d1e119ed396064130494fdbd2f7&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-07T01:47:20.033Z] -> Pinging Codecov [2021-04-07T01:47:20.033Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=bbf9d345300d8d1e119ed396064130494fdbd2f7&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-07T01:47:20.297Z] -> Uploading to [2021-04-07T01:47:20.297Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-07/A97CA9966030D2A3747ED39772930CCE/bbf9d345300d8d1e119ed396064130494fdbd2f7/7b18eb1a-2702-4d4a-9dc3-997252b5332c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T014720Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9753719a33e17354735dd3086736da78244748dac5b696fd68e2e345d165ef46 [2021-04-07T01:47:20.297Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:47:20.297Z] Dload Upload Total Spent Left Speed [2021-04-07T01:47:20.835Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 1000 --:--:-- --:--:-- --:--:-- 1000 [2021-04-07T01:47:20.835Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] } [2021-04-07T01:47:20.851Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-07T01:47:21.819Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-07T01:47:21.877Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:22.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T01:47:22.503Z] [2021-04-07T01:47:22.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:22.882Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T01:47:22.882Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-07T01:47:22.882Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T01:47:22.882Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T01:47:22.882Z] de9db76c5a1d: Pulling fs layer [2021-04-07T01:47:22.882Z] 0eba1c9be4d2: Pulling fs layer [2021-04-07T01:47:22.882Z] 0d57e429df01: Pulling fs layer [2021-04-07T01:47:22.882Z] 4e4be7b47b0d: Pulling fs layer [2021-04-07T01:47:22.882Z] e1f770b5df2f: Pulling fs layer [2021-04-07T01:47:22.882Z] 85a0685a4137: Pulling fs layer [2021-04-07T01:47:22.882Z] 4e4be7b47b0d: Waiting [2021-04-07T01:47:22.882Z] 0eba1c9be4d2: Waiting [2021-04-07T01:47:22.882Z] 0d57e429df01: Waiting [2021-04-07T01:47:22.882Z] e1f770b5df2f: Waiting [2021-04-07T01:47:22.882Z] de9db76c5a1d: Verifying Checksum [2021-04-07T01:47:22.882Z] de9db76c5a1d: Download complete [2021-04-07T01:47:22.882Z] 0ef7d3d256c8: Verifying Checksum [2021-04-07T01:47:22.882Z] 0ef7d3d256c8: Download complete [2021-04-07T01:47:22.882Z] 0d57e429df01: Verifying Checksum [2021-04-07T01:47:22.882Z] 0d57e429df01: Download complete [2021-04-07T01:47:22.882Z] 4e4be7b47b0d: Download complete [2021-04-07T01:47:23.145Z] 188c0c94c7c5: Download complete [2021-04-07T01:47:23.408Z] 188c0c94c7c5: Pull complete [2021-04-07T01:47:23.675Z] 0ef7d3d256c8: Pull complete [2021-04-07T01:47:23.675Z] de9db76c5a1d: Pull complete [2021-04-07T01:47:25.622Z] e1f770b5df2f: Verifying Checksum [2021-04-07T01:47:25.622Z] e1f770b5df2f: Download complete [2021-04-07T01:47:27.572Z] 0eba1c9be4d2: Verifying Checksum [2021-04-07T01:47:27.572Z] 0eba1c9be4d2: Download complete [2021-04-07T01:47:28.158Z] 85a0685a4137: Verifying Checksum [2021-04-07T01:47:28.158Z] 85a0685a4137: Download complete [2021-04-07T01:47:33.514Z] 0eba1c9be4d2: Pull complete [2021-04-07T01:47:33.783Z] 0d57e429df01: Pull complete [2021-04-07T01:47:33.783Z] 4e4be7b47b0d: Pull complete [2021-04-07T01:47:35.731Z] e1f770b5df2f: Pull complete [2021-04-07T01:47:43.946Z] 85a0685a4137: Pull complete [2021-04-07T01:47:43.946Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-07T01:47:43.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T01:47:43.946Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-07T01:47:44.167Z] prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container [2021-04-07T01:47:44.218Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-07T01:47:45.376Z] $ docker top 81ecb5b9dbe6d6d21255e2de40ad0ae3c1927671a6164d956d4c71ddac045afb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-07T01:47:45.650Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-07T01:47:45.959Z] + set -o pipefail [2021-04-07T01:47:45.959Z] + snyk monitor '--org=edgex-jenkins' [2021-04-07T01:47:56.008Z] [2021-04-07T01:47:56.008Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-04-07T01:47:56.008Z] [2021-04-07T01:47:56.008Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/41e478b1-39be-42c3-9add-633269c99351 [2021-04-07T01:47:56.008Z] [2021-04-07T01:47:56.008Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-07T01:47:56.008Z] [2021-04-07T01:48:08.272Z] [2021-04-07T01:48:08.272Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-07T01:48:08.272Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-07T01:48:08.288Z] $ docker stop --time=1 81ecb5b9dbe6d6d21255e2de40ad0ae3c1927671a6164d956d4c71ddac045afb [2021-04-07T01:48:11.409Z] $ docker rm -f 81ecb5b9dbe6d6d21255e2de40ad0ae3c1927671a6164d956d4c71ddac045afb [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 [2021-04-07T01:48:13.431Z] + git log --format=format:%s -1 bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:48:13.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:48:13.766Z] . [Pipeline] withDockerContainer [2021-04-07T01:48:13.881Z] prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container [2021-04-07T01:48:13.932Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T01:48:14.784Z] $ docker top ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T01:48:15.155Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:48:15.156Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:48:15.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:48:15.403Z] $ docker exec ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 ssh-agent [2021-04-07T01:48:15.585Z] SSH_AUTH_SOCK=/tmp/ssh-tSwrWOhKiJwA/agent.11 [2021-04-07T01:48:15.585Z] SSH_AGENT_PID=17 [2021-04-07T01:48:15.593Z] Running ssh-add (command line suppressed) [2021-04-07T01:48:15.747Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7110677727020861479.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7110677727020861479.key) [2021-04-07T01:48:15.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:48:16.150Z] + git semver tag [2021-04-07T01:48:16.150Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T01:48:16.150Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-07T01:48:16.150Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-07T01:48:16.150Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T01:48:16.150Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T01:48:16.150Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T01:48:16.150Z] # $SEMVER_BRANCH = master [2021-04-07T01:48:16.150Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-07T01:48:16.150Z] # bbf9d345300d8d1e119ed396064130494fdbd2f7 HEAD [2021-04-07T01:48:16.150Z] # -> Force: false [2021-04-07T01:48:16.150Z] # db718f2aee0a7602ce37165f533ed058641944f9 refs/tags/v2.0.0-dev.29 [Pipeline] } [2021-04-07T01:48:16.158Z] $ docker exec --env ******** --env ******** ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 ssh-agent -k [2021-04-07T01:48:16.309Z] unset SSH_AUTH_SOCK; [2021-04-07T01:48:16.310Z] unset SSH_AGENT_PID; [2021-04-07T01:48:16.310Z] echo Agent pid 17 killed; [2021-04-07T01:48:16.369Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:48:16.846Z] + git semver [Pipeline] } [2021-04-07T01:48:16.861Z] $ docker stop --time=1 ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 [2021-04-07T01:48:18.264Z] $ docker rm -f ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:48:18.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T01:48:18.931Z] [2021-04-07T01:48:18.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:48:19.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T01:48:19.283Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-07T01:48:19.283Z] ab5ef0e58194: Pulling fs layer [2021-04-07T01:48:19.283Z] 9712f1f96733: Pulling fs layer [2021-04-07T01:48:19.283Z] 63f879dbbcfc: Pulling fs layer [2021-04-07T01:48:19.283Z] 0d9ebad4ef96: Pulling fs layer [2021-04-07T01:48:19.283Z] e9a5061849ea: Pulling fs layer [2021-04-07T01:48:19.283Z] d747dcd14b5f: Pulling fs layer [2021-04-07T01:48:19.283Z] 2de7ff778b66: Pulling fs layer [2021-04-07T01:48:19.283Z] 0d9ebad4ef96: Waiting [2021-04-07T01:48:19.283Z] e9a5061849ea: Waiting [2021-04-07T01:48:19.283Z] d747dcd14b5f: Waiting [2021-04-07T01:48:19.283Z] 2de7ff778b66: Waiting [2021-04-07T01:48:19.283Z] 9712f1f96733: Verifying Checksum [2021-04-07T01:48:19.283Z] 9712f1f96733: Download complete [2021-04-07T01:48:21.215Z] 63f879dbbcfc: Verifying Checksum [2021-04-07T01:48:21.215Z] 63f879dbbcfc: Download complete [2021-04-07T01:48:21.215Z] e9a5061849ea: Verifying Checksum [2021-04-07T01:48:21.215Z] e9a5061849ea: Download complete [2021-04-07T01:48:21.215Z] d747dcd14b5f: Verifying Checksum [2021-04-07T01:48:21.215Z] d747dcd14b5f: Download complete [2021-04-07T01:48:21.480Z] 0d9ebad4ef96: Verifying Checksum [2021-04-07T01:48:21.480Z] 0d9ebad4ef96: Download complete [2021-04-07T01:48:21.745Z] 2de7ff778b66: Verifying Checksum [2021-04-07T01:48:21.745Z] 2de7ff778b66: Download complete [2021-04-07T01:48:21.745Z] ab5ef0e58194: Verifying Checksum [2021-04-07T01:48:21.745Z] ab5ef0e58194: Download complete [2021-04-07T01:48:27.103Z] ab5ef0e58194: Pull complete [2021-04-07T01:48:27.103Z] 9712f1f96733: Pull complete [2021-04-07T01:48:30.425Z] 63f879dbbcfc: Pull complete [2021-04-07T01:48:37.349Z] 0d9ebad4ef96: Pull complete [2021-04-07T01:48:39.980Z] e9a5061849ea: Pull complete [2021-04-07T01:48:40.248Z] d747dcd14b5f: Pull complete [2021-04-07T01:48:41.665Z] 2de7ff778b66: Pull complete [2021-04-07T01:48:41.665Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-07T01:48:41.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T01:48:41.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-07T01:48:41.924Z] prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container [2021-04-07T01:48:41.977Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-07T01:48:44.825Z] $ docker top 8e31fdd36305e96b39c450d94929cbfd06ff3ae8499b19275e7d4be3a13a7050 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-07T01:48:45.081Z] provisioning config files... [2021-04-07T01:48:45.094Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6372619270741775384tmp [2021-04-07T01:48:45.111Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7450510185832720475tmp [2021-04-07T01:48:45.127Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2641964090319652661tmp [Pipeline] { [Pipeline] echo [2021-04-07T01:48:45.184Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:48:45.489Z] ---> sigul-configuration.sh [2021-04-07T01:48:45.489Z] gpg: directory `/root/.gnupg' created [2021-04-07T01:48:45.489Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-07T01:48:45.489Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-07T01:48:45.489Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-07T01:48:45.489Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-07T01:48:45.489Z] gpg: CAST5 encrypted data [2021-04-07T01:48:45.756Z] gpg: encrypted with 1 passphrase [2021-04-07T01:48:45.756Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-07T01:48:46.063Z] + mkdir /home/jenkins [2021-04-07T01:48:46.063Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-07T01:48:46.372Z] + 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 [2021-04-07T01:48:46.383Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:48:46.687Z] ---> sigul-install.sh [2021-04-07T01:48:53.299Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-07T01:48:53.605Z] + git tag --list [2021-04-07T01:48:53.605Z] v1.0.0 [2021-04-07T01:48:53.605Z] v1.1.0 [2021-04-07T01:48:53.605Z] v1.2.0 [2021-04-07T01:48:53.605Z] v1.3.0 [2021-04-07T01:48:53.605Z] v1.3.1 [2021-04-07T01:48:53.605Z] v1.3.1-dev.1 [2021-04-07T01:48:53.605Z] v1.3.1-dev.2 [2021-04-07T01:48:53.605Z] v1.3.1-dev.3 [2021-04-07T01:48:53.605Z] v2.0.0-dev.1 [2021-04-07T01:48:53.605Z] v2.0.0-dev.10 [2021-04-07T01:48:53.605Z] v2.0.0-dev.11 [2021-04-07T01:48:53.605Z] v2.0.0-dev.12 [2021-04-07T01:48:53.605Z] v2.0.0-dev.13 [2021-04-07T01:48:53.605Z] v2.0.0-dev.14 [2021-04-07T01:48:53.605Z] v2.0.0-dev.15 [2021-04-07T01:48:53.605Z] v2.0.0-dev.16 [2021-04-07T01:48:53.605Z] v2.0.0-dev.17 [2021-04-07T01:48:53.605Z] v2.0.0-dev.18 [2021-04-07T01:48:53.605Z] v2.0.0-dev.19 [2021-04-07T01:48:53.605Z] v2.0.0-dev.2 [2021-04-07T01:48:53.605Z] v2.0.0-dev.20 [2021-04-07T01:48:53.605Z] v2.0.0-dev.21 [2021-04-07T01:48:53.605Z] v2.0.0-dev.22 [2021-04-07T01:48:53.605Z] v2.0.0-dev.23 [2021-04-07T01:48:53.605Z] v2.0.0-dev.24 [2021-04-07T01:48:53.605Z] v2.0.0-dev.25 [2021-04-07T01:48:53.605Z] v2.0.0-dev.26 [2021-04-07T01:48:53.605Z] v2.0.0-dev.27 [2021-04-07T01:48:53.605Z] v2.0.0-dev.28 [2021-04-07T01:48:53.605Z] v2.0.0-dev.29 [2021-04-07T01:48:53.605Z] v2.0.0-dev.3 [2021-04-07T01:48:53.605Z] v2.0.0-dev.4 [2021-04-07T01:48:53.605Z] v2.0.0-dev.5 [2021-04-07T01:48:53.605Z] v2.0.0-dev.6 [2021-04-07T01:48:53.605Z] v2.0.0-dev.7 [2021-04-07T01:48:53.605Z] v2.0.0-dev.8 [2021-04-07T01:48:53.605Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-07T01:48:53.909Z] + lftools sign git-tag v2.0.0-dev.29 [2021-04-07T01:48:55.303Z] Signing Git tag with Sigul... [2021-04-07T01:48:55.303Z] Signing v2.0.0-dev.29 [Pipeline] echo [2021-04-07T01:48:56.263Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:48:56.565Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-07T01:48:56.576Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-07T01:48:56.671Z] $ docker stop --time=1 8e31fdd36305e96b39c450d94929cbfd06ff3ae8499b19275e7d4be3a13a7050 [2021-04-07T01:48:58.796Z] $ docker rm -f 8e31fdd36305e96b39c450d94929cbfd06ff3ae8499b19275e7d4be3a13a7050 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:48:59.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:48:59.790Z] . [Pipeline] withDockerContainer [2021-04-07T01:48:59.933Z] prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container [2021-04-07T01:48:59.979Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T01:49:00.917Z] $ docker top 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T01:49:01.261Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:49:01.261Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:49:01.558Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:49:01.560Z] $ docker exec 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f ssh-agent [2021-04-07T01:49:01.786Z] SSH_AUTH_SOCK=/tmp/ssh-h2xBHt1MWoBS/agent.11 [2021-04-07T01:49:01.786Z] SSH_AGENT_PID=16 [2021-04-07T01:49:01.803Z] Running ssh-add (command line suppressed) [2021-04-07T01:49:01.964Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2383479332292431677.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2383479332292431677.key) [2021-04-07T01:49:02.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:49:02.381Z] + git semver bump pre [2021-04-07T01:49:02.381Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T01:49:02.381Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-07T01:49:02.381Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-07T01:49:02.381Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T01:49:02.381Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T01:49:02.381Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T01:49:02.381Z] # $SEMVER_BRANCH = master [2021-04-07T01:49:02.381Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-07T01:49:02.381Z] 2.0.0-dev.30 [Pipeline] } [2021-04-07T01:49:02.392Z] $ docker exec --env ******** --env ******** 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f ssh-agent -k [2021-04-07T01:49:02.522Z] unset SSH_AUTH_SOCK; [2021-04-07T01:49:02.522Z] unset SSH_AGENT_PID; [2021-04-07T01:49:02.522Z] echo Agent pid 16 killed; [2021-04-07T01:49:02.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:49:03.142Z] + git semver [Pipeline] } [2021-04-07T01:49:03.160Z] $ docker stop --time=1 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f [2021-04-07T01:49:04.558Z] $ docker rm -f 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:49:05.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:49:05.083Z] . [Pipeline] withDockerContainer [2021-04-07T01:49:05.190Z] prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container [2021-04-07T01:49:05.234Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T01:49:05.908Z] $ docker top 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T01:49:06.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:49:06.238Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:49:06.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:49:06.459Z] $ docker exec 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 ssh-agent [2021-04-07T01:49:06.670Z] SSH_AUTH_SOCK=/tmp/ssh-FBtXWE81Qtsi/agent.12 [2021-04-07T01:49:06.670Z] SSH_AGENT_PID=17 [2021-04-07T01:49:06.677Z] Running ssh-add (command line suppressed) [2021-04-07T01:49:06.826Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3046455617333866415.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3046455617333866415.key) [2021-04-07T01:49:06.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:49:07.237Z] + git semver push [2021-04-07T01:49:07.237Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T01:49:07.237Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-07T01:49:07.237Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-07T01:49:07.237Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T01:49:07.237Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T01:49:07.237Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T01:49:07.237Z] # $SEMVER_BRANCH = master [2021-04-07T01:49:07.237Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-07T01:49:10.565Z] $ docker exec --env ******** --env ******** 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 ssh-agent -k [2021-04-07T01:49:10.710Z] unset SSH_AUTH_SOCK; [2021-04-07T01:49:10.711Z] unset SSH_AGENT_PID; [2021-04-07T01:49:10.711Z] echo Agent pid 17 killed; [2021-04-07T01:49:10.776Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:49:11.252Z] + git semver [Pipeline] } [2021-04-07T01:49:11.269Z] $ docker stop --time=1 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 [2021-04-07T01:49:12.659Z] $ docker rm -f 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 [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 [2021-04-07T01:49:14.334Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:49:14.905Z] ---> package-listing.sh [2021-04-07T01:49:14.905Z] ++ facter osfamily [2021-04-07T01:49:14.905Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T01:49:14.905Z] + OS_FAMILY=redhat [2021-04-07T01:49:14.905Z] + workspace=/w/workspace/_app-service-configurable_master [2021-04-07T01:49:14.905Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T01:49:14.905Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T01:49:14.905Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T01:49:14.905Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T01:49:14.905Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-07T01:49:14.905Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T01:49:14.905Z] + case "${OS_FAMILY}" in [2021-04-07T01:49:14.905Z] + rpm -qa [2021-04-07T01:49:14.905Z] + sort [2021-04-07T01:49:19.791Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T01:49:19.791Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T01:49:19.791Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T01:49:19.791Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-07T01:49:19.791Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-04-07T01:49:19.791Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-04-07T01:49:19.807Z] 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 [2021-04-07T01:49:20.116Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:49:20.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T01:49:20.425Z] [2021-04-07T01:49:20.425Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:49:20.775Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T01:49:20.775Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T01:49:20.775Z] df20fa9351a1: Pulling fs layer [2021-04-07T01:49:20.775Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T01:49:20.775Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T01:49:20.775Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T01:49:20.775Z] 93b61091891f: Pulling fs layer [2021-04-07T01:49:20.775Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T01:49:20.775Z] 5e14af77c1be: Pulling fs layer [2021-04-07T01:49:20.775Z] 01666e4c0597: Pulling fs layer [2021-04-07T01:49:20.775Z] aa168da1d23b: Pulling fs layer [2021-04-07T01:49:20.775Z] 93b9cdb0e59b: Waiting [2021-04-07T01:49:20.775Z] 5e14af77c1be: Waiting [2021-04-07T01:49:20.775Z] 01666e4c0597: Waiting [2021-04-07T01:49:20.775Z] aa168da1d23b: Waiting [2021-04-07T01:49:20.775Z] 93b61091891f: Waiting [2021-04-07T01:49:20.775Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T01:49:20.775Z] 36b3adc4ff6f: Download complete [2021-04-07T01:49:20.775Z] 46f8f816bc3b: Verifying Checksum [2021-04-07T01:49:20.775Z] 46f8f816bc3b: Download complete [2021-04-07T01:49:21.040Z] df20fa9351a1: Verifying Checksum [2021-04-07T01:49:21.040Z] df20fa9351a1: Download complete [2021-04-07T01:49:21.040Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T01:49:21.040Z] 93b9cdb0e59b: Download complete [2021-04-07T01:49:21.040Z] 93b61091891f: Verifying Checksum [2021-04-07T01:49:21.040Z] 93b61091891f: Download complete [2021-04-07T01:49:21.041Z] 5e14af77c1be: Verifying Checksum [2021-04-07T01:49:21.041Z] 5e14af77c1be: Download complete [2021-04-07T01:49:21.041Z] 01666e4c0597: Verifying Checksum [2021-04-07T01:49:21.041Z] 01666e4c0597: Download complete [2021-04-07T01:49:21.041Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T01:49:21.041Z] 8ad3a11d3b57: Download complete [2021-04-07T01:49:21.306Z] df20fa9351a1: Pull complete [2021-04-07T01:49:21.570Z] 36b3adc4ff6f: Pull complete [2021-04-07T01:49:22.970Z] 8ad3a11d3b57: Pull complete [2021-04-07T01:49:22.970Z] 46f8f816bc3b: Pull complete [2021-04-07T01:49:23.555Z] aa168da1d23b: Verifying Checksum [2021-04-07T01:49:23.555Z] aa168da1d23b: Download complete [2021-04-07T01:49:23.555Z] 93b61091891f: Pull complete [2021-04-07T01:49:23.818Z] 93b9cdb0e59b: Pull complete [2021-04-07T01:49:23.818Z] 5e14af77c1be: Pull complete [2021-04-07T01:49:24.085Z] 01666e4c0597: Pull complete [2021-04-07T01:49:32.294Z] aa168da1d23b: Pull complete [2021-04-07T01:49:32.294Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T01:49:32.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T01:49:32.294Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T01:49:32.511Z] prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container [2021-04-07T01:49:32.556Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T01:49:35.473Z] $ docker top 607c957e3f3037058506c0d713b614a6f15191aa0f5651c94fb286d5ddbac59c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:49:36.060Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T01:49:36.361Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T01:49:36.665Z] + ls /var/log/sa-host [2021-04-07T01:49:36.665Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T01:49:36.665Z] file_magic: OK [2021-04-07T01:49:36.665Z] HZ: Using current value: 100 [2021-04-07T01:49:36.665Z] file_header: OK [2021-04-07T01:49:36.665Z] 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 [2021-04-07T01:49:36.665Z] Statistics: [2021-04-07T01:49:36.665Z] 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... [2021-04-07T01:49:36.665Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T01:49:36.665Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T01:49:36.665Z] file_magic: OK [2021-04-07T01:49:36.665Z] HZ: Using current value: 100 [2021-04-07T01:49:36.665Z] file_header: OK [2021-04-07T01:49:36.665Z] 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 [2021-04-07T01:49:36.665Z] Statistics: [2021-04-07T01:49:36.665Z] Hnuu...uuuununununu... [2021-04-07T01:49:36.665Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T01:49:37.350Z] provisioning config files... [2021-04-07T01:49:37.372Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7312198802701276876tmp [Pipeline] { [Pipeline] echo [2021-04-07T01:49:37.440Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:49:37.742Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T01:49:37.752Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T01:49:37.848Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:49:38.152Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T01:49:38.163Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:49:38.461Z] ---> sudo-logs.sh [2021-04-07T01:49:38.461Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T01:49:38.530Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:49:38.828Z] ---> job-cost.sh [2021-04-07T01:49:38.829Z] lf-activate-venv: SKIPPING [2021-04-07T01:49:38.829Z] DEBUG: total: 0.20999999344348907 [2021-04-07T01:49:38.829Z] INFO: Retrieving Stack Cost... [2021-04-07T01:49:39.405Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T01:49:39.981Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T01:49:39.995Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:49:40.293Z] ---> logs-deploy.sh [2021-04-07T01:49:40.293Z] lf-activate-venv: SKIPPING [2021-04-07T01:49:40.293Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/99 [2021-04-07T01:49:40.293Z] INFO: archiving workspace using pattern(s): [2021-04-07T01:49:42.214Z] Archives upload complete. [2021-04-07T01:49:42.214Z] INFO: archiving logs to Nexus [2021-04-07T01:49:43.164Z] ---> uname -a: [2021-04-07T01:49:43.164Z] Linux prd-centos7-docker-4c-2g-33089.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] ---> lscpu: [2021-04-07T01:49:43.164Z] Architecture: x86_64 [2021-04-07T01:49:43.164Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-07T01:49:43.164Z] Byte Order: Little Endian [2021-04-07T01:49:43.164Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-07T01:49:43.164Z] CPU(s): 4 [2021-04-07T01:49:43.164Z] On-line CPU(s) list: 0-3 [2021-04-07T01:49:43.164Z] Thread(s) per core: 1 [2021-04-07T01:49:43.164Z] Core(s) per socket: 1 [2021-04-07T01:49:43.164Z] Socket(s): 4 [2021-04-07T01:49:43.164Z] NUMA node(s): 1 [2021-04-07T01:49:43.164Z] Vendor ID: GenuineIntel [2021-04-07T01:49:43.164Z] CPU family: 6 [2021-04-07T01:49:43.164Z] Model: 44 [2021-04-07T01:49:43.164Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-07T01:49:43.164Z] Stepping: 1 [2021-04-07T01:49:43.164Z] CPU MHz: 2933.436 [2021-04-07T01:49:43.164Z] BogoMIPS: 5866.87 [2021-04-07T01:49:43.164Z] Virtualization: VT-x [2021-04-07T01:49:43.164Z] Hypervisor vendor: KVM [2021-04-07T01:49:43.164Z] Virtualization type: full [2021-04-07T01:49:43.164Z] L1d cache: 128 KiB [2021-04-07T01:49:43.164Z] L1i cache: 128 KiB [2021-04-07T01:49:43.164Z] L2 cache: 16 MiB [2021-04-07T01:49:43.164Z] L3 cache: 64 MiB [2021-04-07T01:49:43.164Z] NUMA node0 CPU(s): 0-3 [2021-04-07T01:49:43.164Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-07T01:49:43.164Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-07T01:49:43.164Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-07T01:49:43.164Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-07T01:49:43.164Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-07T01:49:43.164Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-07T01:49:43.164Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-07T01:49:43.164Z] Vulnerability Srbds: Not affected [2021-04-07T01:49:43.164Z] Vulnerability Tsx async abort: Not affected [2021-04-07T01:49:43.164Z] 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 [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] ---> nproc: [2021-04-07T01:49:43.164Z] 4 [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] ---> df -h: [2021-04-07T01:49:43.164Z] Filesystem Size Used Available Use% Mounted on [2021-04-07T01:49:43.164Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-07T01:49:43.164Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-07T01:49:43.164Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-07T01:49:43.164Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-07T01:49:43.164Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] ---> free -m: [2021-04-07T01:49:43.164Z] total used free shared buff/cache available [2021-04-07T01:49:43.164Z] Mem: 1837 839 142 0 854 931 [2021-04-07T01:49:43.164Z] Swap: 1023 3 1020 [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] ---> ip addr: [2021-04-07T01:49:43.164Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-07T01:49:43.164Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-07T01:49:43.164Z] inet 127.0.0.1/8 scope host lo [2021-04-07T01:49:43.164Z] valid_lft forever preferred_lft forever [2021-04-07T01:49:43.164Z] inet6 ::1/128 scope host [2021-04-07T01:49:43.164Z] valid_lft forever preferred_lft forever [2021-04-07T01:49:43.164Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-07T01:49:43.164Z] link/ether fa:16:3e:5f:40:80 brd ff:ff:ff:ff:ff:ff [2021-04-07T01:49:43.164Z] inet 10.30.122.207/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-07T01:49:43.164Z] valid_lft 85537sec preferred_lft 85537sec [2021-04-07T01:49:43.164Z] inet6 fe80::f816:3eff:fe5f:4080/64 scope link [2021-04-07T01:49:43.164Z] valid_lft forever preferred_lft forever [2021-04-07T01:49:43.164Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-07T01:49:43.164Z] link/ether 02:42:09:b2:0d:c9 brd ff:ff:ff:ff:ff:ff [2021-04-07T01:49:43.164Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-07T01:49:43.164Z] valid_lft forever preferred_lft forever [2021-04-07T01:49:43.164Z] inet6 fe80::42:9ff:feb2:dc9/64 scope link [2021-04-07T01:49:43.164Z] valid_lft forever preferred_lft forever [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] ---> sar -b -r -n DEV: [2021-04-07T01:49:43.164Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] 01:35:09 LINUX RESTART (4 CPU) [2021-04-07T01:49:43.164Z] [2021-04-07T01:49:43.164Z] 01:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-07T01:49:43.164Z] 01:37:01 23.61 5.91 17.71 0.00 1670.16 2948.98 0.00 [2021-04-07T01:49:43.164Z] 01:38:01 1.93 0.00 1.93 0.00 0.00 37.19 0.00 [2021-04-07T01:49:43.164Z] 01:39:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 [2021-04-07T01:49:43.165Z] 01:40:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 [2021-04-07T01:49:43.165Z] 01:41:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 [2021-04-07T01:49:43.165Z] 01:42:01 0.37 0.00 0.37 0.00 0.00 6.38 0.00 [2021-04-07T01:49:43.165Z] 01:43:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 [2021-04-07T01:49:43.165Z] 01:44:01 0.18 0.00 0.18 0.00 0.00 2.96 0.00 [2021-04-07T01:49:43.165Z] 01:45:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 [2021-04-07T01:49:43.165Z] 01:46:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 [2021-04-07T01:49:43.165Z] 01:47:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-04-07T01:49:43.165Z] 01:48:01 277.27 169.71 107.56 0.00 8224.06 34347.66 0.00 [2021-04-07T01:49:43.165Z] 01:49:01 210.60 73.28 137.32 0.00 4511.81 35836.29 0.00 [2021-04-07T01:49:43.165Z] Average: 39.68 19.16 20.53 0.00 1108.70 5633.62 0.00 [2021-04-07T01:49:43.165Z] [2021-04-07T01:49:43.165Z] 01:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-07T01:49:43.165Z] 01:37:01 157240 0 603620 32.08 2620 1118064 1096580 37.42 440692 1084860 16 [2021-04-07T01:49:43.165Z] 01:38:01 161040 0 599812 31.88 2620 1118072 1086000 37.06 438900 1082928 8 [2021-04-07T01:49:43.165Z] 01:39:01 159836 0 601012 31.94 2620 1118076 1086000 37.06 438320 1085400 20 [2021-04-07T01:49:43.165Z] 01:40:01 161576 0 599272 31.85 2620 1118076 1069552 36.50 447792 1074380 8 [2021-04-07T01:49:43.165Z] 01:41:01 160064 0 600776 31.93 2620 1118084 1069672 36.51 451364 1072572 20 [2021-04-07T01:49:43.165Z] 01:42:01 159804 0 601032 31.94 2620 1118088 1069684 36.51 457420 1066576 12 [2021-04-07T01:49:43.165Z] 01:43:01 159828 0 601004 31.94 2620 1118092 1069696 36.51 457448 1066576 20 [2021-04-07T01:49:43.165Z] 01:44:01 159488 0 601340 31.96 2620 1118096 1069708 36.51 457528 1066576 8 [2021-04-07T01:49:43.165Z] 01:45:01 160472 0 600348 31.91 2620 1118104 1069552 36.50 456708 1066644 20 [2021-04-07T01:49:43.165Z] 01:46:01 160432 0 600384 31.91 2620 1118108 1069612 36.50 457144 1066640 12 [2021-04-07T01:49:43.165Z] 01:47:01 160760 0 600056 31.89 2620 1118108 1069552 36.50 456844 1066640 16 [2021-04-07T01:49:43.165Z] 01:48:01 103392 0 748084 39.76 2596 1027472 1264268 43.15 548948 954820 68344 [2021-04-07T01:49:43.165Z] 01:49:01 222444 0 825388 43.87 1584 832128 1446212 49.36 602724 718596 44 [2021-04-07T01:49:43.165Z] Average: 160490 0 629394 33.45 2538 1089121 1118161 38.16 470141 1036401 5273 [2021-04-07T01:49:43.165Z] [2021-04-07T01:49:43.165Z] 01:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-07T01:49:43.165Z] 01:37:01 eth0 76.24 57.88 343.03 28.73 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:37:01 docker0 2.50 2.01 0.54 5.11 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:38:01 eth0 2.60 0.57 0.69 0.39 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:39:01 eth0 1.07 0.50 0.54 0.39 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:40:01 eth0 0.73 0.00 0.06 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:41:01 eth0 2.05 0.63 0.55 0.28 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:42:01 eth0 2.20 0.63 0.66 0.34 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:43:01 eth0 1.20 0.53 0.56 0.42 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:44:01 eth0 0.57 0.33 0.27 0.23 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:45:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:46:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:48:01 veth641cd25 45.95 49.68 4.79 258.52 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:48:01 eth0 473.86 410.12 4344.35 39.28 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:48:01 docker0 45.95 49.54 4.16 258.51 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:49:01 veth3c2020b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:49:01 eth0 459.78 395.12 3473.87 104.44 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] 01:49:01 docker0 32.38 42.61 1.78 233.36 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] Average: veth3c2020b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] Average: eth0 78.56 66.70 628.37 13.44 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] Average: docker0 6.22 7.25 0.50 38.25 0.00 0.00 0.00 0.00 [2021-04-07T01:49:43.165Z] [2021-04-07T01:49:43.165Z] [2021-04-07T01:49:43.165Z] ---> sar -P ALL: [2021-04-07T01:49:43.165Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) [2021-04-07T01:49:43.165Z] [2021-04-07T01:49:43.165Z] 01:35:09 LINUX RESTART (4 CPU) [2021-04-07T01:49:43.165Z] [2021-04-07T01:49:43.165Z] 01:36:01 CPU %user %nice %system %iowait %steal %idle [2021-04-07T01:49:43.165Z] 01:37:01 all 2.37 0.00 1.85 0.40 0.12 95.26 [2021-04-07T01:49:43.165Z] 01:37:01 0 1.86 0.00 1.85 1.07 0.13 95.08 [2021-04-07T01:49:43.165Z] 01:37:01 1 2.55 0.00 1.66 0.07 0.10 95.62 [2021-04-07T01:49:43.165Z] 01:37:01 2 2.67 0.00 2.19 0.22 0.08 94.84 [2021-04-07T01:49:43.165Z] 01:37:01 3 2.40 0.00 1.71 0.23 0.15 95.50 [2021-04-07T01:49:43.165Z] 01:38:01 all 0.15 0.00 0.05 0.00 0.01 99.80 [2021-04-07T01:49:43.165Z] 01:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-07T01:49:43.165Z] 01:38:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-04-07T01:49:43.165Z] 01:38:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2021-04-07T01:49:43.165Z] 01:38:01 3 0.42 0.00 0.05 0.00 0.02 99.52 [2021-04-07T01:49:43.165Z] 01:39:01 all 0.17 0.00 0.07 0.00 0.05 99.72 [2021-04-07T01:49:43.165Z] 01:39:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-07T01:49:43.165Z] 01:39:01 1 0.05 0.00 0.08 0.00 0.03 99.83 [2021-04-07T01:49:43.165Z] 01:39:01 2 0.10 0.00 0.07 0.00 0.07 99.77 [2021-04-07T01:49:43.165Z] 01:39:01 3 0.50 0.00 0.07 0.00 0.07 99.37 [2021-04-07T01:49:43.165Z] 01:40:01 all 0.15 0.00 0.03 0.00 0.02 99.80 [2021-04-07T01:49:43.165Z] 01:40:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-07T01:49:43.165Z] 01:40:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-07T01:49:43.165Z] 01:40:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-07T01:49:43.165Z] 01:40:01 3 0.52 0.00 0.00 0.00 0.02 99.47 [2021-04-07T01:49:43.165Z] 01:41:01 all 0.14 0.00 0.10 0.00 0.08 99.67 [2021-04-07T01:49:43.165Z] 01:41:01 0 0.07 0.00 0.12 0.00 0.12 99.70 [2021-04-07T01:49:43.165Z] 01:41:01 1 0.05 0.00 0.10 0.00 0.05 99.80 [2021-04-07T01:49:43.165Z] 01:41:01 2 0.03 0.00 0.08 0.00 0.07 99.82 [2021-04-07T01:49:43.165Z] 01:41:01 3 0.42 0.00 0.12 0.00 0.10 99.37 [2021-04-07T01:49:43.165Z] 01:42:01 all 0.17 0.00 0.05 0.00 0.04 99.74 [2021-04-07T01:49:43.165Z] 01:42:01 0 0.40 0.00 0.03 0.00 0.03 99.53 [2021-04-07T01:49:43.165Z] 01:42:01 1 0.03 0.00 0.10 0.00 0.03 99.83 [2021-04-07T01:49:43.165Z] 01:42:01 2 0.12 0.00 0.05 0.00 0.05 99.78 [2021-04-07T01:49:43.165Z] 01:42:01 3 0.15 0.00 0.02 0.00 0.03 99.80 [2021-04-07T01:49:43.165Z] 01:43:01 all 0.20 0.00 0.03 0.00 0.02 99.75 [2021-04-07T01:49:43.165Z] 01:43:01 0 0.57 0.00 0.03 0.00 0.02 99.38 [2021-04-07T01:49:43.165Z] 01:43:01 1 0.10 0.00 0.05 0.00 0.05 99.80 [2021-04-07T01:49:43.165Z] 01:43:01 2 0.08 0.00 0.02 0.00 0.02 99.88 [2021-04-07T01:49:43.165Z] 01:43:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-07T01:49:43.165Z] 01:44:01 all 0.10 0.00 0.03 0.00 0.00 99.87 [2021-04-07T01:49:43.165Z] 01:44:01 0 0.25 0.00 0.02 0.00 0.02 99.72 [2021-04-07T01:49:43.165Z] 01:44:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-07T01:49:43.165Z] 01:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-07T01:49:43.165Z] 01:44:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2021-04-07T01:49:43.165Z] 01:45:01 all 0.13 0.00 0.04 0.00 0.01 99.82 [2021-04-07T01:49:43.165Z] 01:45:01 0 0.40 0.00 0.03 0.00 0.02 99.55 [2021-04-07T01:49:43.165Z] 01:45:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-04-07T01:49:43.165Z] 01:45:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2021-04-07T01:49:43.165Z] 01:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-07T01:49:43.165Z] 01:46:01 all 0.15 0.00 0.02 0.00 0.02 99.81 [2021-04-07T01:49:43.165Z] 01:46:01 0 0.47 0.00 0.02 0.00 0.02 99.50 [2021-04-07T01:49:43.165Z] 01:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-07T01:49:43.165Z] 01:46:01 2 0.10 0.00 0.05 0.00 0.03 99.82 [2021-04-07T01:49:43.165Z] 01:46:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2021-04-07T01:49:43.166Z] 01:47:01 all 0.17 0.00 0.03 0.00 0.01 99.78 [2021-04-07T01:49:43.166Z] 01:47:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-07T01:49:43.166Z] 01:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-07T01:49:43.166Z] 01:47:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2021-04-07T01:49:43.166Z] 01:47:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2021-04-07T01:49:43.166Z] [2021-04-07T01:49:43.166Z] 01:47:01 CPU %user %nice %system %iowait %steal %idle [2021-04-07T01:49:43.166Z] 01:48:01 all 10.09 0.00 7.18 2.30 0.27 80.16 [2021-04-07T01:49:43.166Z] 01:48:01 0 10.71 0.00 7.29 1.66 0.24 80.10 [2021-04-07T01:49:43.166Z] 01:48:01 1 10.48 0.00 7.46 1.92 0.26 79.89 [2021-04-07T01:49:43.166Z] 01:48:01 2 9.00 0.00 7.32 3.62 0.29 79.78 [2021-04-07T01:49:43.166Z] 01:48:01 3 10.17 0.00 6.63 2.01 0.31 80.88 [2021-04-07T01:49:43.166Z] 01:49:01 all 11.97 0.00 9.40 2.77 0.30 75.57 [2021-04-07T01:49:43.166Z] 01:49:01 0 10.85 0.00 10.44 3.28 0.33 75.10 [2021-04-07T01:49:43.166Z] 01:49:01 1 13.73 0.00 9.24 2.43 0.34 74.26 [2021-04-07T01:49:43.166Z] 01:49:01 2 11.89 0.00 9.05 3.54 0.24 75.28 [2021-04-07T01:49:43.166Z] 01:49:01 3 11.41 0.00 8.88 1.81 0.28 77.62 [2021-04-07T01:49:43.166Z] Average: all 1.95 0.00 1.42 0.41 0.07 96.14 [2021-04-07T01:49:43.166Z] Average: 0 1.97 0.00 1.50 0.45 0.07 96.01 [2021-04-07T01:49:43.166Z] Average: 1 2.05 0.00 1.42 0.33 0.07 96.12 [2021-04-07T01:49:43.166Z] Average: 2 1.83 0.00 1.44 0.55 0.07 96.11 [2021-04-07T01:49:43.166Z] Average: 3 1.97 0.00 1.32 0.30 0.08 96.33 [2021-04-07T01:49:43.166Z] [2021-04-07T01:49:43.166Z] [2021-04-07T01:49:43.166Z]