Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26605 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 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#190)" > git rev-list --no-walk 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-16T22:01:30.693Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-16T22:01:31.022Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-16T22:01:31.132Z] ========================================================= [2021-02-16T22:01:31.132Z] EdgeX Global Pipelines Version Info [2021-02-16T22:01:31.132Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:01:32.683Z] ------------------- [2021-02-16T22:01:32.683Z] stable info: [2021-02-16T22:01:32.683Z] ------------------- [2021-02-16T22:01:32.683Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-16T22:01:32.683Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-16T22:01:32.683Z] Message: update stable to v1.0.179 [2021-02-16T22:01:33.634Z] ------------------- [2021-02-16T22:01:33.634Z] experimental info: [2021-02-16T22:01:33.634Z] ------------------- [2021-02-16T22:01:33.634Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-16T22:01:33.634Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-16T22:01:33.634Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-16T22:01:33.926Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-16T22:01:34.064Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-16T22:01:34.172Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-16T22:01:34.267Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-16T22:01:34.365Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-16T22:01:34.464Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-16T22:01:34.569Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-16T22:01:34.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-16T22:01:34.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-16T22:01:34.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-16T22:01:34.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-16T22:01:35.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-16T22:01:35.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-16T22:01:35.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-16T22:01:35.453Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-16T22:01:35.548Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-16T22:01:35.638Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-16T22:01:35.748Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-16T22:01:35.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-16T22:01:35.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-16T22:01:36.060Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-16T22:01:36.153Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-16T22:01:36.251Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-16T22:01:36.341Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-16T22:01:36.430Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-16T22:01:36.545Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-16T22:01:36.635Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-16T22:01:36.721Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-16T22:01:36.813Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-16T22:01:36.914Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-16T22:01:37.023Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] echo [2021-02-16T22:01:37.115Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a06da4a [Pipeline] echo [2021-02-16T22:01:37.215Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-16T22:01:37.433Z] provisioning config files... [2021-02-16T22:01:37.466Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3719083066107699866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:01:37.836Z] ---> docker-login.sh [2021-02-16T22:01:37.836Z] nexus3.edgexfoundry.org:10001 [2021-02-16T22:01:38.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:01:38.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:01:38.379Z] Configure a credential helper to remove this warning. See [2021-02-16T22:01:38.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:01:38.379Z] [2021-02-16T22:01:38.379Z] Login Succeeded [2021-02-16T22:01:38.379Z] nexus3.edgexfoundry.org:10002 [2021-02-16T22:01:38.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:01:38.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:01:38.379Z] Configure a credential helper to remove this warning. See [2021-02-16T22:01:38.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:01:38.379Z] [2021-02-16T22:01:38.379Z] Login Succeeded [2021-02-16T22:01:38.379Z] nexus3.edgexfoundry.org:10003 [2021-02-16T22:01:38.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:01:38.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:01:38.645Z] Configure a credential helper to remove this warning. See [2021-02-16T22:01:38.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:01:38.645Z] [2021-02-16T22:01:38.645Z] Login Succeeded [2021-02-16T22:01:38.645Z] nexus3.edgexfoundry.org:10004 [2021-02-16T22:01:38.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:01:38.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:01:38.908Z] Configure a credential helper to remove this warning. See [2021-02-16T22:01:38.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:01:38.908Z] [2021-02-16T22:01:38.908Z] Login Succeeded [2021-02-16T22:01:38.908Z] docker.io [2021-02-16T22:01:38.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:01:39.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:01:39.172Z] Configure a credential helper to remove this warning. See [2021-02-16T22:01:39.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:01:39.172Z] [2021-02-16T22:01:39.172Z] Login Succeeded [2021-02-16T22:01:39.172Z] ---> docker-login.sh ends [Pipeline] } [2021-02-16T22:01:39.189Z] 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-02-16T22:01:40.050Z] + git log --format=format:%s -1 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] echo [2021-02-16T22:01:40.121Z] GIT_COMMIT: a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#190) [Pipeline] echo [2021-02-16T22:01:40.197Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:01:41.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T22:01:41.192Z] [2021-02-16T22:01:41.192Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:01:41.549Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T22:01:41.550Z] latest: Pulling from edgex-devops/git-semver [2021-02-16T22:01:41.550Z] 31603596830f: Pulling fs layer [2021-02-16T22:01:41.550Z] 2a8b12db71e7: Pulling fs layer [2021-02-16T22:01:41.550Z] 6ca5941a6612: Pulling fs layer [2021-02-16T22:01:41.550Z] ecc8261a40a4: Pulling fs layer [2021-02-16T22:01:41.550Z] ecc8261a40a4: Waiting [2021-02-16T22:01:41.550Z] 2a8b12db71e7: Verifying Checksum [2021-02-16T22:01:41.550Z] 2a8b12db71e7: Download complete [2021-02-16T22:01:41.550Z] 31603596830f: Download complete [2021-02-16T22:01:41.830Z] ecc8261a40a4: Verifying Checksum [2021-02-16T22:01:41.830Z] ecc8261a40a4: Download complete [2021-02-16T22:01:41.830Z] 6ca5941a6612: Verifying Checksum [2021-02-16T22:01:41.830Z] 6ca5941a6612: Download complete [2021-02-16T22:01:42.092Z] 31603596830f: Pull complete [2021-02-16T22:01:42.092Z] 2a8b12db71e7: Pull complete [2021-02-16T22:01:43.051Z] 6ca5941a6612: Pull complete [2021-02-16T22:01:43.315Z] ecc8261a40a4: Pull complete [2021-02-16T22:01:43.315Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-16T22:01:43.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T22:01:43.315Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-16T22:01:43.441Z] prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container [2021-02-16T22:01:43.493Z] $ 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-02-16T22:01:45.755Z] $ docker top c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-16T22:01:46.088Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T22:01:46.088Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T22:01:46.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T22:01:46.313Z] $ docker exec c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 ssh-agent [2021-02-16T22:01:46.482Z] SSH_AUTH_SOCK=/tmp/ssh-YR6Si2OSdXla/agent.12 [2021-02-16T22:01:46.482Z] SSH_AGENT_PID=17 [2021-02-16T22:01:46.493Z] Running ssh-add (command line suppressed) [2021-02-16T22:01:46.612Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5845772294807114127.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5845772294807114127.key) [2021-02-16T22:01:46.664Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T22:01:47.011Z] + git tag --points-at HEAD [Pipeline] } [2021-02-16T22:01:47.037Z] $ docker exec --env ******** --env ******** c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 ssh-agent -k [2021-02-16T22:01:47.155Z] unset SSH_AUTH_SOCK; [2021-02-16T22:01:47.155Z] unset SSH_AGENT_PID; [2021-02-16T22:01:47.156Z] echo Agent pid 17 killed; [2021-02-16T22:01:47.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-16T22:01:47.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T22:01:47.396Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T22:01:47.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T22:01:47.556Z] $ docker exec c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 ssh-agent [2021-02-16T22:01:47.726Z] SSH_AUTH_SOCK=/tmp/ssh-RtKf7zhiiP4h/agent.45 [2021-02-16T22:01:47.726Z] SSH_AGENT_PID=50 [2021-02-16T22:01:47.733Z] Running ssh-add (command line suppressed) [2021-02-16T22:01:47.848Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5607825316886283284.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5607825316886283284.key) [2021-02-16T22:01:47.897Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T22:01:48.237Z] + git semver init [2021-02-16T22:01:48.237Z] # -> Open(): unable to determine branch for HEAD [2021-02-16T22:01:48.237Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-16T22:01:48.237Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-16T22:01:48.237Z] # $SEMVER_REMOTE_NAME = origin [2021-02-16T22:01:48.237Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-16T22:01:48.237Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-16T22:01:48.237Z] # $SEMVER_BRANCH = master [2021-02-16T22:01:48.237Z] # $SEMVER_TEMP = /tmp/semver-061674346 [2021-02-16T22:01:48.237Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-16T22:01:48.811Z] # '/tmp/semver-061674346' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-02-16T22:01:48.811Z] # -> Force: false [2021-02-16T22:01:48.811Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-16T22:01:48.824Z] $ docker exec --env ******** --env ******** c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 ssh-agent -k [2021-02-16T22:01:48.943Z] unset SSH_AUTH_SOCK; [2021-02-16T22:01:48.944Z] unset SSH_AGENT_PID; [2021-02-16T22:01:48.944Z] echo Agent pid 50 killed; [2021-02-16T22:01:48.991Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-16T22:01:49.475Z] + git semver [Pipeline] } [2021-02-16T22:01:49.492Z] $ docker stop --time=1 c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 [2021-02-16T22:01:50.825Z] $ docker rm -f c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T22:01:51.310Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-16T22:01:51.780Z] Stashed 1 file(s) [Pipeline] echo [2021-02-16T22:01:51.783Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.16 [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-02-16T22:02:07.290Z] Still waiting to schedule task [2021-02-16T22:02:07.290Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26605’ [2021-02-16T22:02:07.292Z] Still waiting to schedule task [2021-02-16T22:02:07.292Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-16T22:03:51.287Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26606 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-16T22:03:51.347Z] Running in /w/workspace/app-service-configurable/82 [Pipeline] { [Pipeline] checkout [2021-02-16T22:03:56.376Z] using credential edgex-jenkins-ssh [2021-02-16T22:03:56.431Z] Cloning the remote Git repository [2021-02-16T22:03:56.484Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-16T22:03:56.589Z] > git init /w/workspace/app-service-configurable/82 # timeout=10 [2021-02-16T22:03:56.659Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-16T22:03:56.660Z] > git --version # timeout=10 [2021-02-16T22:03:56.680Z] > git --version # 'git version 2.17.1' [2021-02-16T22:03:56.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T22:03:56.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T22:03:57.478Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-16T22:03:57.495Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T22:03:57.527Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-16T22:03:57.576Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-16T22:03:57.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T22:03:57.588Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-16T22:03:58.065Z] Checking out Revision a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e (master) [2021-02-16T22:03:58.088Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T22:03:58.108Z] > git checkout -f a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e # timeout=10 [2021-02-16T22:04:02.639Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#190)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-16T22:04:04.835Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-16T22:04:05.238Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-16T22:04:05.589Z] + true [2021-02-16T22:04:05.589Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-16T22:04:08.296Z] provisioning config files... [2021-02-16T22:04:08.343Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config9007439172694846476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:04:08.803Z] ---> docker-login.sh [2021-02-16T22:04:08.803Z] nexus3.edgexfoundry.org:10001 [2021-02-16T22:04:09.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:10.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:10.385Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:10.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:10.385Z] [2021-02-16T22:04:10.386Z] Login Succeeded [2021-02-16T22:04:10.386Z] nexus3.edgexfoundry.org:10002 [2021-02-16T22:04:10.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:10.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:10.934Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:10.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:10.934Z] [2021-02-16T22:04:10.934Z] Login Succeeded [2021-02-16T22:04:10.934Z] nexus3.edgexfoundry.org:10003 [2021-02-16T22:04:11.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:11.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:11.480Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:11.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:11.480Z] [2021-02-16T22:04:11.480Z] Login Succeeded [2021-02-16T22:04:11.480Z] nexus3.edgexfoundry.org:10004 [2021-02-16T22:04:11.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:12.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:12.030Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:12.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:12.030Z] [2021-02-16T22:04:12.030Z] Login Succeeded [2021-02-16T22:04:12.030Z] docker.io [2021-02-16T22:04:12.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:12.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:12.581Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:12.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:12.581Z] [2021-02-16T22:04:12.581Z] Login Succeeded [2021-02-16T22:04:12.581Z] ---> docker-login.sh ends [Pipeline] } [2021-02-16T22:04:12.598Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-16T22:04:13.072Z] ========================================================= [2021-02-16T22:04:13.072Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-16T22:04:13.072Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:04:13.489Z] + 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-02-16T22:04:13.489Z] Sending build context to Docker daemon 101.4kB [2021-02-16T22:04:13.762Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T22:04:13.763Z] Step 2/8 : FROM ${BASE} [2021-02-16T22:04:14.057Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-16T22:04:14.057Z] 5f621e34cdf4: Pulling fs layer [2021-02-16T22:04:14.057Z] a4357932f1b6: Pulling fs layer [2021-02-16T22:04:14.057Z] 18c013af1878: Pulling fs layer [2021-02-16T22:04:14.057Z] 00ac8860ef70: Pulling fs layer [2021-02-16T22:04:14.057Z] 63d7cb157983: Pulling fs layer [2021-02-16T22:04:14.057Z] b116817d02f9: Pulling fs layer [2021-02-16T22:04:14.057Z] 745a02a5169b: Pulling fs layer [2021-02-16T22:04:14.057Z] 00ac8860ef70: Waiting [2021-02-16T22:04:14.057Z] 63d7cb157983: Waiting [2021-02-16T22:04:14.057Z] b116817d02f9: Waiting [2021-02-16T22:04:14.057Z] 745a02a5169b: Waiting [2021-02-16T22:04:14.057Z] 18c013af1878: Verifying Checksum [2021-02-16T22:04:14.057Z] 18c013af1878: Download complete [2021-02-16T22:04:14.057Z] a4357932f1b6: Download complete [2021-02-16T22:04:14.057Z] 63d7cb157983: Verifying Checksum [2021-02-16T22:04:14.057Z] 63d7cb157983: Download complete [2021-02-16T22:04:14.662Z] b116817d02f9: Verifying Checksum [2021-02-16T22:04:14.662Z] b116817d02f9: Download complete [2021-02-16T22:04:14.662Z] 5f621e34cdf4: Verifying Checksum [2021-02-16T22:04:14.662Z] 5f621e34cdf4: Download complete [2021-02-16T22:04:15.278Z] 5f621e34cdf4: Pull complete [2021-02-16T22:04:15.889Z] a4357932f1b6: Pull complete [2021-02-16T22:04:16.165Z] 18c013af1878: Pull complete [2021-02-16T22:04:17.617Z] 745a02a5169b: Verifying Checksum [2021-02-16T22:04:17.617Z] 745a02a5169b: Download complete [2021-02-16T22:04:18.218Z] 00ac8860ef70: Verifying Checksum [2021-02-16T22:04:18.218Z] 00ac8860ef70: Download complete [2021-02-16T22:04:28.391Z] 00ac8860ef70: Pull complete [2021-02-16T22:04:28.676Z] 63d7cb157983: Pull complete [2021-02-16T22:04:28.957Z] b116817d02f9: Pull complete [2021-02-16T22:04:33.273Z] 745a02a5169b: Pull complete [2021-02-16T22:04:33.273Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-16T22:04:33.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-16T22:04:33.273Z] ---> b7e6874047d6 [2021-02-16T22:04:33.273Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-16T22:04:35.912Z] ---> Running in c22a34986d1f [2021-02-16T22:04:36.188Z] Removing intermediate container c22a34986d1f [2021-02-16T22:04:36.188Z] ---> 549516bdc3b2 [2021-02-16T22:04:36.188Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T22:04:36.188Z] ---> Running in d4dcc8345c30 [2021-02-16T22:04:36.983Z] Running on prd-centos7-docker-4c-2g-26608 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-16T22:04:37.037Z] Running in /w/workspace/app-service-configurable/82 [Pipeline] { [Pipeline] checkout [2021-02-16T22:04:38.821Z] Removing intermediate container d4dcc8345c30 [2021-02-16T22:04:38.821Z] ---> 684c00c26e60 [2021-02-16T22:04:38.821Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-16T22:04:38.821Z] ---> Running in 524ce948d2c7 [2021-02-16T22:04:39.437Z] using credential edgex-jenkins-ssh [2021-02-16T22:04:39.493Z] Cloning the remote Git repository [2021-02-16T22:04:39.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T22:04:39.332Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-16T22:04:39.407Z] > git init /w/workspace/app-service-configurable/82 # timeout=10 [2021-02-16T22:04:39.479Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-16T22:04:39.479Z] > git --version # timeout=10 [2021-02-16T22:04:39.490Z] > git --version # 'git version 2.24.3' [2021-02-16T22:04:39.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T22:04:39.551Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T22:04:40.151Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-16T22:04:40.163Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T22:04:40.175Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-16T22:04:40.189Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-16T22:04:40.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T22:04:40.195Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-16T22:04:40.687Z] Checking out Revision a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e (master) [2021-02-16T22:04:40.602Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T22:04:40.608Z] > git checkout -f a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e # timeout=10 [2021-02-16T22:04:43.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T22:04:43.776Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-16T22:04:43.776Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-16T22:04:44.046Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-16T22:04:44.046Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-16T22:04:44.046Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-16T22:04:44.322Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-16T22:04:44.322Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T22:04:44.322Z] OK: 144 MiB in 45 packages [2021-02-16T22:04:44.380Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#190)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-16T22:04:45.718Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-02-16T22:04:45.759Z] Removing intermediate container 524ce948d2c7 [2021-02-16T22:04:45.759Z] ---> 229f246014f7 [2021-02-16T22:04:45.759Z] Step 6/8 : WORKDIR /app [2021-02-16T22:04:45.759Z] ---> Running in 9128e8d6c1ef [Pipeline] sh [2021-02-16T22:04:46.047Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-16T22:04:46.353Z] + sudo service docker restart [2021-02-16T22:04:46.353Z] + true [2021-02-16T22:04:46.353Z] Redirecting to /bin/systemctl restart docker.service [2021-02-16T22:04:46.361Z] Removing intermediate container 9128e8d6c1ef [2021-02-16T22:04:46.361Z] ---> 1ccd0e1ce350 [2021-02-16T22:04:46.361Z] Step 7/8 : COPY . . [2021-02-16T22:04:47.335Z] ---> a18f0b1083e6 [2021-02-16T22:04:47.335Z] Step 8/8 : RUN go mod download [2021-02-16T22:04:47.335Z] ---> Running in 4016aed604c4 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-16T22:04:47.815Z] provisioning config files... [2021-02-16T22:04:47.845Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config2793140127141550190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:04:48.204Z] ---> docker-login.sh [2021-02-16T22:04:48.205Z] nexus3.edgexfoundry.org:10001 [2021-02-16T22:04:48.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:48.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:48.472Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:48.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:48.472Z] [2021-02-16T22:04:48.472Z] Login Succeeded [2021-02-16T22:04:48.472Z] nexus3.edgexfoundry.org:10002 [2021-02-16T22:04:48.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:48.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:48.736Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:48.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:48.736Z] [2021-02-16T22:04:48.736Z] Login Succeeded [2021-02-16T22:04:48.736Z] nexus3.edgexfoundry.org:10003 [2021-02-16T22:04:48.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:48.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:48.999Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:48.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:48.999Z] [2021-02-16T22:04:48.999Z] Login Succeeded [2021-02-16T22:04:48.999Z] nexus3.edgexfoundry.org:10004 [2021-02-16T22:04:48.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:49.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:49.263Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:49.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:49.263Z] [2021-02-16T22:04:49.263Z] Login Succeeded [2021-02-16T22:04:49.263Z] docker.io [2021-02-16T22:04:49.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:04:49.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:04:49.524Z] Configure a credential helper to remove this warning. See [2021-02-16T22:04:49.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:04:49.524Z] [2021-02-16T22:04:49.524Z] Login Succeeded [2021-02-16T22:04:49.524Z] ---> docker-login.sh ends [Pipeline] } [2021-02-16T22:04:49.533Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-16T22:04:49.834Z] ========================================================= [2021-02-16T22:04:49.834Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-16T22:04:49.834Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:04:50.180Z] + 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-02-16T22:04:50.180Z] Sending build context to Docker daemon 101.4kB [2021-02-16T22:04:50.180Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T22:04:50.180Z] Step 2/8 : FROM ${BASE} [2021-02-16T22:04:50.180Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-16T22:04:50.180Z] 188c0c94c7c5: Pulling fs layer [2021-02-16T22:04:50.180Z] 0ef7d3d256c8: Pulling fs layer [2021-02-16T22:04:50.180Z] de9db76c5a1d: Pulling fs layer [2021-02-16T22:04:50.180Z] bca2f99d35d6: Pulling fs layer [2021-02-16T22:04:50.180Z] 93359f2a8cfa: Pulling fs layer [2021-02-16T22:04:50.180Z] 7c6f9722023f: Pulling fs layer [2021-02-16T22:04:50.180Z] a35cf1a2eb13: Pulling fs layer [2021-02-16T22:04:50.180Z] 93359f2a8cfa: Waiting [2021-02-16T22:04:50.180Z] 7c6f9722023f: Waiting [2021-02-16T22:04:50.180Z] bca2f99d35d6: Waiting [2021-02-16T22:04:50.180Z] a35cf1a2eb13: Waiting [2021-02-16T22:04:50.443Z] de9db76c5a1d: Verifying Checksum [2021-02-16T22:04:50.443Z] de9db76c5a1d: Download complete [2021-02-16T22:04:50.443Z] 0ef7d3d256c8: Verifying Checksum [2021-02-16T22:04:50.443Z] 0ef7d3d256c8: Download complete [2021-02-16T22:04:50.443Z] 93359f2a8cfa: Download complete [2021-02-16T22:04:50.443Z] 188c0c94c7c5: Verifying Checksum [2021-02-16T22:04:50.443Z] 7c6f9722023f: Verifying Checksum [2021-02-16T22:04:50.443Z] 7c6f9722023f: Download complete [2021-02-16T22:04:50.704Z] 188c0c94c7c5: Pull complete [2021-02-16T22:04:50.967Z] 0ef7d3d256c8: Pull complete [2021-02-16T22:04:50.967Z] de9db76c5a1d: Pull complete [2021-02-16T22:04:52.892Z] a35cf1a2eb13: Verifying Checksum [2021-02-16T22:04:52.892Z] a35cf1a2eb13: Download complete [2021-02-16T22:04:52.892Z] bca2f99d35d6: Verifying Checksum [2021-02-16T22:04:52.892Z] bca2f99d35d6: Download complete [2021-02-16T22:04:58.249Z] bca2f99d35d6: Pull complete [2021-02-16T22:04:58.249Z] 93359f2a8cfa: Pull complete [2021-02-16T22:04:58.249Z] 7c6f9722023f: Pull complete [2021-02-16T22:05:08.342Z] a35cf1a2eb13: Pull complete [2021-02-16T22:05:08.342Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-16T22:05:08.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-16T22:05:08.342Z] ---> a62c8e92a672 [2021-02-16T22:05:08.342Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-16T22:05:08.342Z] ---> Running in b74811aafab8 [2021-02-16T22:05:08.342Z] Removing intermediate container b74811aafab8 [2021-02-16T22:05:08.342Z] ---> 4bc42443b33d [2021-02-16T22:05:08.342Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T22:05:08.342Z] ---> Running in 54b4f93cab8c [2021-02-16T22:05:09.295Z] Removing intermediate container 54b4f93cab8c [2021-02-16T22:05:09.295Z] ---> dfaf0b4dab1f [2021-02-16T22:05:09.295Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-16T22:05:09.560Z] ---> Running in 545511f701f3 [2021-02-16T22:05:10.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T22:05:10.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T22:05:10.989Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-16T22:05:11.252Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-16T22:05:11.252Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-16T22:05:11.252Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-16T22:05:11.515Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-16T22:05:11.515Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-16T22:05:11.515Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T22:05:11.515Z] OK: 167 MiB in 45 packages [2021-02-16T22:05:12.467Z] Removing intermediate container 545511f701f3 [2021-02-16T22:05:12.467Z] ---> eae93531f546 [2021-02-16T22:05:12.467Z] Step 6/8 : WORKDIR /app [2021-02-16T22:05:12.467Z] ---> Running in 455d9f7af34c [2021-02-16T22:05:12.731Z] Removing intermediate container 455d9f7af34c [2021-02-16T22:05:12.731Z] ---> 3ec880da1c20 [2021-02-16T22:05:12.731Z] Step 7/8 : COPY . . [2021-02-16T22:05:13.000Z] ---> 8547bacd4914 [2021-02-16T22:05:13.000Z] Step 8/8 : RUN go mod download [2021-02-16T22:05:13.000Z] ---> Running in 557b98a7dd9b [2021-02-16T22:05:14.129Z] Removing intermediate container 4016aed604c4 [2021-02-16T22:05:14.129Z] ---> d41fb4bbdd42 [2021-02-16T22:05:14.129Z] Successfully built d41fb4bbdd42 [2021-02-16T22:05:14.129Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:05:14.479Z] + docker inspect -f . ci-base-image-arm64 [2021-02-16T22:05:14.479Z] . [Pipeline] withDockerContainer [2021-02-16T22:05:14.762Z] prd-ubuntu18.04-docker-arm64-4c-16g-26606 does not seem to be running inside a container [2021-02-16T22:05:14.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-16T22:05:16.373Z] $ docker top 8f38df37b763cb1b2eff800224111e8f5c650aa22f025069ecfa73e1ee456c15 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T22:05:17.415Z] + go version [2021-02-16T22:05:17.415Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-16T22:05:17.443Z] $ docker stop --time=1 8f38df37b763cb1b2eff800224111e8f5c650aa22f025069ecfa73e1ee456c15 [2021-02-16T22:05:19.301Z] $ docker rm -f 8f38df37b763cb1b2eff800224111e8f5c650aa22f025069ecfa73e1ee456c15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:05:20.304Z] + docker inspect -f . ci-base-image-arm64 [2021-02-16T22:05:20.304Z] . [Pipeline] withDockerContainer [2021-02-16T22:05:20.528Z] prd-ubuntu18.04-docker-arm64-4c-16g-26606 does not seem to be running inside a container [2021-02-16T22:05:20.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-16T22:05:21.963Z] $ docker top 1f465cad969196bb92d38568e5df47f4b5a369dae47d57e545d3654d62a206bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T22:05:22.943Z] + make test [2021-02-16T22:05:22.943Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-16T22:05:35.052Z] Removing intermediate container 557b98a7dd9b [2021-02-16T22:05:35.052Z] ---> f41c9a527dfa [2021-02-16T22:05:35.052Z] Successfully built f41c9a527dfa [2021-02-16T22:05:35.052Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:05:35.387Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-16T22:05:35.388Z] . [Pipeline] withDockerContainer [2021-02-16T22:05:35.642Z] prd-centos7-docker-4c-2g-26608 does not seem to be running inside a container [2021-02-16T22:05:35.745Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-16T22:05:36.752Z] $ docker top c9aef848541547de269d573c43c4313ee8fb565ef5cdda54ce132f4de5f9ceaa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T22:05:37.369Z] + go version [2021-02-16T22:05:37.369Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-16T22:05:37.383Z] $ docker stop --time=1 c9aef848541547de269d573c43c4313ee8fb565ef5cdda54ce132f4de5f9ceaa [2021-02-16T22:05:38.814Z] $ docker rm -f c9aef848541547de269d573c43c4313ee8fb565ef5cdda54ce132f4de5f9ceaa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:05:39.751Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-16T22:05:39.751Z] . [Pipeline] withDockerContainer [2021-02-16T22:05:39.876Z] prd-centos7-docker-4c-2g-26608 does not seem to be running inside a container [2021-02-16T22:05:39.927Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-16T22:05:40.653Z] $ docker top 638a588fdad70ae9a01f4e498127a0c6eeacb4f7899d5ee48f02e23ac86177b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T22:05:41.137Z] + make test [2021-02-16T22:05:41.137Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-16T22:05:56.202Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-16T22:05:56.203Z] CGO_ENABLED=1 go vet ./... [2021-02-16T22:05:56.783Z] gofmt -l . [2021-02-16T22:05:56.783Z] [ "`gofmt -l .`" = "" ] [2021-02-16T22:05:56.783Z] ./bin/test-go-mod-tidy.sh [2021-02-16T22:05:57.363Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-16T22:05:57.644Z] $ docker stop --time=1 638a588fdad70ae9a01f4e498127a0c6eeacb4f7899d5ee48f02e23ac86177b4 [2021-02-16T22:06:00.119Z] $ docker rm -f 638a588fdad70ae9a01f4e498127a0c6eeacb4f7899d5ee48f02e23ac86177b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T22:06:00.782Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-16T22:06:01.151Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-16T22:06:01.975Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-16T22:06:01.975Z] CGO_ENABLED=1 go vet ./... [Pipeline] sh [2021-02-16T22:06:03.676Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-16T22:06:03.978Z] + ls -al . [2021-02-16T22:06:03.978Z] total 88 [2021-02-16T22:06:03.978Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 16 22:05 . [2021-02-16T22:06:03.978Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 16 22:04 .. [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 6558 Feb 16 22:04 Attribution.txt [2021-02-16T22:06:03.978Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 16 22:04 bin [2021-02-16T22:06:03.978Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 16 22:05 coverage.out [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 2032 Feb 16 22:04 Dockerfile [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 970 Feb 16 22:04 Dockerfile.build [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 16 22:04 .dockerignore [2021-02-16T22:06:03.978Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 16 22:04 .git [2021-02-16T22:06:03.978Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 16 22:04 .github [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 93 Feb 16 22:04 .gitignore [2021-02-16T22:06:03.978Z] -rw-r--r--. 1 jenkins jenkins 136 Feb 16 22:05 go.mod [2021-02-16T22:06:03.978Z] -rw-r--r--. 1 jenkins jenkins 18576 Feb 16 22:05 go.sum [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 16 22:04 Jenkinsfile [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 16 22:04 LICENSE [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 1522 Feb 16 22:04 main.go [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 1582 Feb 16 22:04 makefile [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 16 22:04 README.md [2021-02-16T22:06:03.978Z] drwxrwxr-x. 10 jenkins jenkins 173 Feb 16 22:04 res [2021-02-16T22:06:03.978Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 16 22:04 snap [2021-02-16T22:06:03.978Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 16 22:01 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:04.288Z] + 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=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e --label arch=amd64 --label version=2.0.0-dev.16 . [2021-02-16T22:06:04.289Z] Sending build context to Docker daemon 122.9kB [2021-02-16T22:06:04.289Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T22:06:04.289Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-16T22:06:04.289Z] ---> f41c9a527dfa [2021-02-16T22:06:04.289Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-16T22:06:04.555Z] ---> Running in c348e3935f1e [2021-02-16T22:06:04.818Z] Removing intermediate container c348e3935f1e [2021-02-16T22:06:04.818Z] ---> 5ba5e0b38146 [2021-02-16T22:06:04.818Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-16T22:06:04.818Z] ---> Running in 966a3211e957 [2021-02-16T22:06:05.080Z] Removing intermediate container 966a3211e957 [2021-02-16T22:06:05.080Z] ---> 82ec142baf9a [2021-02-16T22:06:05.080Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-16T22:06:05.080Z] ---> Running in 4e0eb75a6ad0 [2021-02-16T22:06:05.080Z] Removing intermediate container 4e0eb75a6ad0 [2021-02-16T22:06:05.080Z] ---> 5fc41cac3688 [2021-02-16T22:06:05.080Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T22:06:05.344Z] ---> Running in 1ece714922fa [2021-02-16T22:06:05.392Z] gofmt -l . [2021-02-16T22:06:05.392Z] [ "`gofmt -l .`" = "" ] [2021-02-16T22:06:05.392Z] ./bin/test-go-mod-tidy.sh [2021-02-16T22:06:05.996Z] ./bin/test-attribution-txt.sh [2021-02-16T22:06:06.300Z] Removing intermediate container 1ece714922fa [2021-02-16T22:06:06.301Z] ---> 9c0bc862029e [2021-02-16T22:06:06.301Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-16T22:06:06.301Z] ---> Running in db51747419d8 [Pipeline] } [2021-02-16T22:06:06.613Z] $ docker stop --time=1 1f465cad969196bb92d38568e5df47f4b5a369dae47d57e545d3654d62a206bf [2021-02-16T22:06:06.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T22:06:07.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T22:06:08.037Z] OK: 167 MiB in 45 packages [2021-02-16T22:06:08.620Z] Removing intermediate container db51747419d8 [2021-02-16T22:06:08.620Z] ---> c0c035dc6ca4 [2021-02-16T22:06:08.620Z] Step 8/27 : WORKDIR /app [2021-02-16T22:06:08.620Z] ---> Running in 5793263566c7 [2021-02-16T22:06:08.883Z] Removing intermediate container 5793263566c7 [2021-02-16T22:06:08.883Z] ---> 7a2d989f4d4d [2021-02-16T22:06:08.883Z] Step 9/27 : COPY go.mod . [2021-02-16T22:06:08.913Z] $ docker rm -f 1f465cad969196bb92d38568e5df47f4b5a369dae47d57e545d3654d62a206bf [2021-02-16T22:06:09.146Z] ---> 3b85192c469e [2021-02-16T22:06:09.146Z] Step 10/27 : RUN go mod download [2021-02-16T22:06:09.146Z] ---> Running in a19543799789 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T22:06:09.777Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-16T22:06:09.845Z] Warning: overwriting stash ‘coverage-report’ [2021-02-16T22:06:10.101Z] Removing intermediate container a19543799789 [2021-02-16T22:06:10.101Z] ---> 80fed97cedb0 [2021-02-16T22:06:10.101Z] Step 11/27 : COPY . . [2021-02-16T22:06:10.364Z] ---> b3ba85fde4e5 [2021-02-16T22:06:10.364Z] Step 12/27 : ARG MAKE="make build" [2021-02-16T22:06:10.364Z] ---> Running in f186afa5a436 [2021-02-16T22:06:10.592Z] Stashed 1 file(s) [Pipeline] } [2021-02-16T22:06:10.632Z] Removing intermediate container f186afa5a436 [2021-02-16T22:06:10.632Z] ---> 14b7e10407ae [2021-02-16T22:06:10.632Z] Step 13/27 : RUN $MAKE [2021-02-16T22:06:10.632Z] ---> Running in 69a1c4d49f7a [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-16T22:06:11.226Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.16" -o app-service-configurable [2021-02-16T22:06:11.304Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-16T22:06:11.671Z] + ls -al . [2021-02-16T22:06:11.672Z] total 112 [2021-02-16T22:06:11.672Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 16 22:06 . [2021-02-16T22:06:11.672Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 22:03 .. [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 16 22:03 .dockerignore [2021-02-16T22:06:11.672Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 16 22:04 .git [2021-02-16T22:06:11.672Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 22:03 .github [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 93 Feb 16 22:03 .gitignore [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 6558 Feb 16 22:03 Attribution.txt [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 2032 Feb 16 22:03 Dockerfile [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 970 Feb 16 22:03 Dockerfile.build [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 16 22:03 Jenkinsfile [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 16 22:03 LICENSE [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 16 22:03 README.md [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 16 22:01 VERSION [2021-02-16T22:06:11.672Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 22:03 bin [2021-02-16T22:06:11.672Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 16 22:05 coverage.out [2021-02-16T22:06:11.672Z] -rw-r--r-- 1 jenkins jenkins 136 Feb 16 22:06 go.mod [2021-02-16T22:06:11.672Z] -rw-r--r-- 1 jenkins jenkins 18576 Feb 16 22:06 go.sum [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 1522 Feb 16 22:03 main.go [2021-02-16T22:06:11.672Z] -rw-rw-r-- 1 jenkins jenkins 1582 Feb 16 22:03 makefile [2021-02-16T22:06:11.672Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 16 22:03 res [2021-02-16T22:06:11.672Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 22:03 snap [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:12.043Z] + 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=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e --label arch=arm64 --label version=2.0.0-dev.16 . [2021-02-16T22:06:12.043Z] Sending build context to Docker daemon 122.9kB [2021-02-16T22:06:12.320Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T22:06:12.320Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-16T22:06:12.607Z] ---> d41fb4bbdd42 [2021-02-16T22:06:12.607Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-16T22:06:12.607Z] ---> Running in def6e7a2dae0 [2021-02-16T22:06:13.205Z] Removing intermediate container def6e7a2dae0 [2021-02-16T22:06:13.205Z] ---> 35974912f5c0 [2021-02-16T22:06:13.205Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-16T22:06:13.205Z] ---> Running in 4d9db9f2850b [2021-02-16T22:06:13.803Z] Removing intermediate container 4d9db9f2850b [2021-02-16T22:06:13.803Z] ---> 2d61246916d4 [2021-02-16T22:06:13.803Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-16T22:06:13.803Z] ---> Running in fd403f4f0751 [2021-02-16T22:06:14.395Z] Removing intermediate container fd403f4f0751 [2021-02-16T22:06:14.396Z] ---> 5b4656297efe [2021-02-16T22:06:14.396Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T22:06:14.396Z] ---> Running in a2e257e37d53 [2021-02-16T22:06:16.365Z] Removing intermediate container a2e257e37d53 [2021-02-16T22:06:16.365Z] ---> ebfed5789cd9 [2021-02-16T22:06:16.365Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-16T22:06:16.638Z] ---> Running in 2abd87fa05ee [2021-02-16T22:06:17.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T22:06:18.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T22:06:19.177Z] OK: 144 MiB in 45 packages [2021-02-16T22:06:20.167Z] Removing intermediate container 2abd87fa05ee [2021-02-16T22:06:20.167Z] ---> 08a5c6a3dd41 [2021-02-16T22:06:20.167Z] Step 8/27 : WORKDIR /app [2021-02-16T22:06:20.167Z] ---> Running in 8a17bd1c3ddc [2021-02-16T22:06:20.761Z] Removing intermediate container 8a17bd1c3ddc [2021-02-16T22:06:20.761Z] ---> 7f365c7bf310 [2021-02-16T22:06:20.761Z] Step 9/27 : COPY go.mod . [2021-02-16T22:06:21.357Z] ---> 82536f8eb853 [2021-02-16T22:06:21.357Z] Step 10/27 : RUN go mod download [2021-02-16T22:06:21.357Z] ---> Running in 76d22f99a892 [2021-02-16T22:06:23.981Z] Removing intermediate container 76d22f99a892 [2021-02-16T22:06:23.981Z] ---> bd75c3623143 [2021-02-16T22:06:23.981Z] Step 11/27 : COPY . . [2021-02-16T22:06:24.586Z] ---> 5fb1a3fd21ed [2021-02-16T22:06:24.586Z] Step 12/27 : ARG MAKE="make build" [2021-02-16T22:06:24.586Z] ---> Running in c576e3b1dd55 [2021-02-16T22:06:25.186Z] Removing intermediate container c576e3b1dd55 [2021-02-16T22:06:25.186Z] ---> 7b00f0f75369 [2021-02-16T22:06:25.186Z] Step 13/27 : RUN $MAKE [2021-02-16T22:06:25.186Z] ---> Running in f88aca20eb80 [2021-02-16T22:06:26.279Z] Removing intermediate container 69a1c4d49f7a [2021-02-16T22:06:26.279Z] ---> 487fcf9fc254 [2021-02-16T22:06:26.279Z] Step 14/27 : FROM alpine:3.12 [2021-02-16T22:06:26.279Z] 3.12: Pulling from library/alpine [2021-02-16T22:06:26.279Z] 801bfaa63ef2: Pulling fs layer [2021-02-16T22:06:26.279Z] 801bfaa63ef2: Verifying Checksum [2021-02-16T22:06:26.279Z] 801bfaa63ef2: Download complete [2021-02-16T22:06:26.279Z] 801bfaa63ef2: Pull complete [2021-02-16T22:06:26.279Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T22:06:26.279Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T22:06:26.279Z] ---> 389fef711851 [2021-02-16T22:06:26.279Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-16T22:06:26.279Z] ---> Running in 382cfcb4c212 [2021-02-16T22:06:26.279Z] Removing intermediate container 382cfcb4c212 [2021-02-16T22:06:26.279Z] ---> 176dbcdbef09 [2021-02-16T22:06:26.279Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-16T22:06:26.279Z] ---> Running in 58cfb183941a [2021-02-16T22:06:26.550Z] Removing intermediate container 58cfb183941a [2021-02-16T22:06:26.550Z] ---> 30defcf774ad [2021-02-16T22:06:26.550Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-16T22:06:26.550Z] ---> Running in e9ec4182c9bd [2021-02-16T22:06:26.624Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.16" -o app-service-configurable [2021-02-16T22:06:27.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T22:06:27.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T22:06:27.129Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-16T22:06:27.129Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-16T22:06:27.129Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-16T22:06:27.129Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-16T22:06:27.129Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-16T22:06:27.392Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-16T22:06:27.392Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-16T22:06:27.392Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T22:06:27.392Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T22:06:27.392Z] OK: 9 MiB in 21 packages [2021-02-16T22:06:28.339Z] Removing intermediate container e9ec4182c9bd [2021-02-16T22:06:28.339Z] ---> 1f6fb632d1cc [2021-02-16T22:06:28.339Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-16T22:06:28.603Z] ---> 0c3d0ba2add7 [2021-02-16T22:06:28.603Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-16T22:06:28.870Z] ---> f0c95648c481 [2021-02-16T22:06:28.870Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-16T22:06:29.133Z] ---> a1ec3e7f8a35 [2021-02-16T22:06:29.133Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-16T22:06:30.090Z] ---> f17a9dadf4c7 [2021-02-16T22:06:30.090Z] Step 22/27 : EXPOSE 48095 [2021-02-16T22:06:30.090Z] ---> Running in 0adbed80d218 [2021-02-16T22:06:30.090Z] Removing intermediate container 0adbed80d218 [2021-02-16T22:06:30.090Z] ---> 6d4a65251440 [2021-02-16T22:06:30.090Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-16T22:06:30.090Z] ---> Running in f572ee1b1ee2 [2021-02-16T22:06:30.360Z] Removing intermediate container f572ee1b1ee2 [2021-02-16T22:06:30.360Z] ---> a351ffd70dd2 [2021-02-16T22:06:30.360Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T22:06:30.360Z] ---> Running in eef742be6de3 [2021-02-16T22:06:30.623Z] Removing intermediate container eef742be6de3 [2021-02-16T22:06:30.623Z] ---> 6f961f7a4ba4 [2021-02-16T22:06:30.623Z] Step 25/27 : LABEL arch=amd64 [2021-02-16T22:06:30.623Z] ---> Running in c75c871e156a [2021-02-16T22:06:30.886Z] Removing intermediate container c75c871e156a [2021-02-16T22:06:30.886Z] ---> aa0fc0467506 [2021-02-16T22:06:30.886Z] Step 26/27 : LABEL git_sha=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [2021-02-16T22:06:30.886Z] ---> Running in 35fc1dfa91ba [2021-02-16T22:06:31.148Z] Removing intermediate container 35fc1dfa91ba [2021-02-16T22:06:31.148Z] ---> d77662cf901e [2021-02-16T22:06:31.148Z] Step 27/27 : LABEL version=2.0.0-dev.16 [2021-02-16T22:06:31.148Z] ---> Running in 8f668713e23c [2021-02-16T22:06:31.411Z] Removing intermediate container 8f668713e23c [2021-02-16T22:06:31.411Z] ---> 4a270c3c53a0 [2021-02-16T22:06:31.411Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-16T22:06:31.411Z] Successfully built 4a270c3c53a0 [2021-02-16T22:06:31.411Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-16T22:06:31.832Z] provisioning config files... [2021-02-16T22:06:31.858Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config2286489192910369192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:06:32.239Z] ---> docker-login.sh [2021-02-16T22:06:32.239Z] nexus3.edgexfoundry.org:10001 [2021-02-16T22:06:32.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:06:32.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:06:32.501Z] Configure a credential helper to remove this warning. See [2021-02-16T22:06:32.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:06:32.501Z] [2021-02-16T22:06:32.501Z] Login Succeeded [2021-02-16T22:06:32.501Z] nexus3.edgexfoundry.org:10002 [2021-02-16T22:06:32.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:06:32.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:06:32.764Z] Configure a credential helper to remove this warning. See [2021-02-16T22:06:32.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:06:32.764Z] [2021-02-16T22:06:32.764Z] Login Succeeded [2021-02-16T22:06:32.764Z] nexus3.edgexfoundry.org:10003 [2021-02-16T22:06:32.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:06:32.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:06:32.764Z] Configure a credential helper to remove this warning. See [2021-02-16T22:06:32.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:06:32.764Z] [2021-02-16T22:06:32.764Z] Login Succeeded [2021-02-16T22:06:32.764Z] nexus3.edgexfoundry.org:10004 [2021-02-16T22:06:33.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:06:33.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:06:33.026Z] Configure a credential helper to remove this warning. See [2021-02-16T22:06:33.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:06:33.026Z] [2021-02-16T22:06:33.026Z] Login Succeeded [2021-02-16T22:06:33.026Z] docker.io [2021-02-16T22:06:33.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:06:33.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:06:33.289Z] Configure a credential helper to remove this warning. See [2021-02-16T22:06:33.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:06:33.289Z] [2021-02-16T22:06:33.289Z] Login Succeeded [2021-02-16T22:06:33.289Z] ---> docker-login.sh ends [Pipeline] } [2021-02-16T22:06:33.299Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-16T22:06:33.498Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-02-16T22:06:33.498Z] a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [2021-02-16T22:06:33.498Z] latest [2021-02-16T22:06:33.498Z] 2.0.0-dev.16 [2021-02-16T22:06:33.498Z] a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [2021-02-16T22:06:33.498Z] master [2021-02-16T22:06:33.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:34.013Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:34.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [2021-02-16T22:06:34.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-16T22:06:34.317Z] 353fb28d423d: Preparing [2021-02-16T22:06:34.317Z] cbd3e0cc6d44: Preparing [2021-02-16T22:06:34.317Z] 9681bc490ed9: Preparing [2021-02-16T22:06:34.317Z] f261324d0a94: Preparing [2021-02-16T22:06:34.317Z] e6594c45ce06: Preparing [2021-02-16T22:06:34.317Z] 777b2c648970: Preparing [2021-02-16T22:06:34.317Z] 777b2c648970: Waiting [2021-02-16T22:06:34.585Z] 9681bc490ed9: Pushed [2021-02-16T22:06:34.585Z] cbd3e0cc6d44: Pushed [2021-02-16T22:06:34.585Z] f261324d0a94: Pushed [2021-02-16T22:06:34.585Z] 777b2c648970: Layer already exists [2021-02-16T22:06:34.851Z] e6594c45ce06: Pushed [2021-02-16T22:06:35.800Z] 353fb28d423d: Pushed [2021-02-16T22:06:36.064Z] a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:36.378Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:36.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-16T22:06:36.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-16T22:06:36.680Z] 353fb28d423d: Preparing [2021-02-16T22:06:36.680Z] cbd3e0cc6d44: Preparing [2021-02-16T22:06:36.680Z] 9681bc490ed9: Preparing [2021-02-16T22:06:36.680Z] f261324d0a94: Preparing [2021-02-16T22:06:36.680Z] e6594c45ce06: Preparing [2021-02-16T22:06:36.680Z] 777b2c648970: Preparing [2021-02-16T22:06:36.681Z] 777b2c648970: Waiting [2021-02-16T22:06:36.681Z] e6594c45ce06: Layer already exists [2021-02-16T22:06:36.681Z] 353fb28d423d: Layer already exists [2021-02-16T22:06:36.681Z] 9681bc490ed9: Layer already exists [2021-02-16T22:06:36.681Z] f261324d0a94: Layer already exists [2021-02-16T22:06:36.681Z] cbd3e0cc6d44: Layer already exists [2021-02-16T22:06:36.681Z] 777b2c648970: Layer already exists [2021-02-16T22:06:36.681Z] latest: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:37.000Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:37.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.16 [2021-02-16T22:06:37.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-16T22:06:37.302Z] 353fb28d423d: Preparing [2021-02-16T22:06:37.302Z] cbd3e0cc6d44: Preparing [2021-02-16T22:06:37.302Z] 9681bc490ed9: Preparing [2021-02-16T22:06:37.302Z] f261324d0a94: Preparing [2021-02-16T22:06:37.302Z] e6594c45ce06: Preparing [2021-02-16T22:06:37.302Z] 777b2c648970: Preparing [2021-02-16T22:06:37.302Z] 777b2c648970: Waiting [2021-02-16T22:06:37.302Z] cbd3e0cc6d44: Layer already exists [2021-02-16T22:06:37.302Z] 9681bc490ed9: Layer already exists [2021-02-16T22:06:37.302Z] f261324d0a94: Layer already exists [2021-02-16T22:06:37.302Z] e6594c45ce06: Layer already exists [2021-02-16T22:06:37.302Z] 353fb28d423d: Layer already exists [2021-02-16T22:06:37.302Z] 777b2c648970: Layer already exists [2021-02-16T22:06:37.302Z] 2.0.0-dev.16: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:37.613Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:37.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [2021-02-16T22:06:37.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-16T22:06:37.919Z] 353fb28d423d: Preparing [2021-02-16T22:06:37.919Z] cbd3e0cc6d44: Preparing [2021-02-16T22:06:37.919Z] 9681bc490ed9: Preparing [2021-02-16T22:06:37.919Z] f261324d0a94: Preparing [2021-02-16T22:06:37.919Z] e6594c45ce06: Preparing [2021-02-16T22:06:37.919Z] 777b2c648970: Preparing [2021-02-16T22:06:37.919Z] 777b2c648970: Waiting [2021-02-16T22:06:37.919Z] 353fb28d423d: Layer already exists [2021-02-16T22:06:37.919Z] e6594c45ce06: Layer already exists [2021-02-16T22:06:37.919Z] f261324d0a94: Layer already exists [2021-02-16T22:06:37.919Z] 9681bc490ed9: Layer already exists [2021-02-16T22:06:37.919Z] cbd3e0cc6d44: Layer already exists [2021-02-16T22:06:37.919Z] 777b2c648970: Layer already exists [2021-02-16T22:06:37.919Z] a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:38.230Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:06:38.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-02-16T22:06:38.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-16T22:06:38.531Z] 353fb28d423d: Preparing [2021-02-16T22:06:38.531Z] cbd3e0cc6d44: Preparing [2021-02-16T22:06:38.531Z] 9681bc490ed9: Preparing [2021-02-16T22:06:38.531Z] f261324d0a94: Preparing [2021-02-16T22:06:38.531Z] e6594c45ce06: Preparing [2021-02-16T22:06:38.531Z] 777b2c648970: Preparing [2021-02-16T22:06:38.531Z] 777b2c648970: Waiting [2021-02-16T22:06:38.531Z] e6594c45ce06: Layer already exists [2021-02-16T22:06:38.531Z] f261324d0a94: Layer already exists [2021-02-16T22:06:38.531Z] cbd3e0cc6d44: Layer already exists [2021-02-16T22:06:38.531Z] 353fb28d423d: Layer already exists [2021-02-16T22:06:38.531Z] 9681bc490ed9: Layer already exists [2021-02-16T22:06:38.531Z] 777b2c648970: Layer already exists [2021-02-16T22:06:38.531Z] master: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-16T22:06:38.779Z] ===================================================== [Pipeline] echo [2021-02-16T22:06:38.828Z] taggedImages: [2021-02-16T22:06:38.828Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [2021-02-16T22:06:38.828Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-16T22:06:38.828Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.16 [2021-02-16T22:06:38.828Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [2021-02-16T22:06:38.828Z] - 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-16T22:07:05.748Z] Removing intermediate container f88aca20eb80 [2021-02-16T22:07:05.748Z] ---> 8a8b63b2251c [2021-02-16T22:07:05.748Z] Step 14/27 : FROM alpine:3.12 [2021-02-16T22:07:05.748Z] 3.12: Pulling from library/alpine [2021-02-16T22:07:05.748Z] 159e5727ea61: Pulling fs layer [2021-02-16T22:07:05.748Z] 159e5727ea61: Verifying Checksum [2021-02-16T22:07:05.748Z] 159e5727ea61: Download complete [2021-02-16T22:07:05.748Z] 159e5727ea61: Pull complete [2021-02-16T22:07:05.748Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T22:07:05.748Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T22:07:05.748Z] ---> afeebe901d6b [2021-02-16T22:07:05.748Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-16T22:07:05.748Z] ---> Running in 87b586654e22 [2021-02-16T22:07:05.748Z] Removing intermediate container 87b586654e22 [2021-02-16T22:07:05.748Z] ---> 3c0b41ee45a7 [2021-02-16T22:07:05.748Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-16T22:07:05.748Z] ---> Running in 95bacd82aabe [2021-02-16T22:07:05.748Z] Removing intermediate container 95bacd82aabe [2021-02-16T22:07:05.748Z] ---> dddafe4179bb [2021-02-16T22:07:05.748Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-16T22:07:05.748Z] ---> Running in e8add51dda10 [2021-02-16T22:07:05.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T22:07:05.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T22:07:05.748Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-16T22:07:05.748Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-16T22:07:05.748Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-16T22:07:05.748Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-16T22:07:05.748Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-16T22:07:05.748Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-16T22:07:05.748Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-16T22:07:05.748Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T22:07:05.748Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T22:07:05.748Z] OK: 9 MiB in 21 packages [2021-02-16T22:07:06.344Z] Removing intermediate container e8add51dda10 [2021-02-16T22:07:06.344Z] ---> 9cd1916c7706 [2021-02-16T22:07:06.344Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-16T22:07:06.938Z] ---> 2e1f61276eb9 [2021-02-16T22:07:06.938Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-16T22:07:07.917Z] ---> 9fe13f4c5a0e [2021-02-16T22:07:07.917Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-16T22:07:08.511Z] ---> 854fa51a7331 [2021-02-16T22:07:08.511Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-16T22:07:09.941Z] ---> 7d1b88722eb5 [2021-02-16T22:07:09.941Z] Step 22/27 : EXPOSE 48095 [2021-02-16T22:07:09.941Z] ---> Running in d62bb6c9dbf4 [2021-02-16T22:07:10.538Z] Removing intermediate container d62bb6c9dbf4 [2021-02-16T22:07:10.538Z] ---> 39e60e9c6747 [2021-02-16T22:07:10.538Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-16T22:07:10.538Z] ---> Running in b23d8a23af6b [2021-02-16T22:07:11.134Z] Removing intermediate container b23d8a23af6b [2021-02-16T22:07:11.134Z] ---> 0f34ddb4dea3 [2021-02-16T22:07:11.134Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T22:07:11.134Z] ---> Running in f670078991d6 [2021-02-16T22:07:11.728Z] Removing intermediate container f670078991d6 [2021-02-16T22:07:11.728Z] ---> 400ed118602b [2021-02-16T22:07:11.728Z] Step 25/27 : LABEL arch=arm64 [2021-02-16T22:07:11.728Z] ---> Running in 5fef91cb42b6 [2021-02-16T22:07:12.326Z] Removing intermediate container 5fef91cb42b6 [2021-02-16T22:07:12.326Z] ---> 9e46af31c345 [2021-02-16T22:07:12.326Z] Step 26/27 : LABEL git_sha=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [2021-02-16T22:07:12.326Z] ---> Running in d8d8e3836e10 [2021-02-16T22:07:12.920Z] Removing intermediate container d8d8e3836e10 [2021-02-16T22:07:12.920Z] ---> 06f258524065 [2021-02-16T22:07:12.920Z] Step 27/27 : LABEL version=2.0.0-dev.16 [2021-02-16T22:07:12.920Z] ---> Running in 3b129114a86a [2021-02-16T22:07:13.510Z] Removing intermediate container 3b129114a86a [2021-02-16T22:07:13.510Z] ---> 6e6aae534dfb [2021-02-16T22:07:13.510Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-16T22:07:13.510Z] Successfully built 6e6aae534dfb [2021-02-16T22:07:13.510Z] 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-02-16T22:07:13.920Z] provisioning config files... [2021-02-16T22:07:13.953Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config4333104991675320709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:07:14.351Z] ---> docker-login.sh [2021-02-16T22:07:14.351Z] nexus3.edgexfoundry.org:10001 [2021-02-16T22:07:14.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:07:14.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:07:14.899Z] Configure a credential helper to remove this warning. See [2021-02-16T22:07:14.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:07:14.899Z] [2021-02-16T22:07:14.899Z] Login Succeeded [2021-02-16T22:07:14.899Z] nexus3.edgexfoundry.org:10002 [2021-02-16T22:07:15.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:07:15.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:07:15.443Z] Configure a credential helper to remove this warning. See [2021-02-16T22:07:15.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:07:15.443Z] [2021-02-16T22:07:15.443Z] Login Succeeded [2021-02-16T22:07:15.443Z] nexus3.edgexfoundry.org:10003 [2021-02-16T22:07:15.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:07:15.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:07:15.985Z] Configure a credential helper to remove this warning. See [2021-02-16T22:07:15.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:07:15.985Z] [2021-02-16T22:07:15.985Z] Login Succeeded [2021-02-16T22:07:15.985Z] nexus3.edgexfoundry.org:10004 [2021-02-16T22:07:16.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:07:16.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:07:16.530Z] Configure a credential helper to remove this warning. See [2021-02-16T22:07:16.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:07:16.530Z] [2021-02-16T22:07:16.530Z] Login Succeeded [2021-02-16T22:07:16.530Z] docker.io [2021-02-16T22:07:16.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T22:07:17.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T22:07:17.073Z] Configure a credential helper to remove this warning. See [2021-02-16T22:07:17.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T22:07:17.073Z] [2021-02-16T22:07:17.073Z] Login Succeeded [2021-02-16T22:07:17.073Z] ---> docker-login.sh ends [Pipeline] } [2021-02-16T22:07:17.090Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-16T22:07:17.336Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-16T22:07:17.336Z] a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [2021-02-16T22:07:17.336Z] latest [2021-02-16T22:07:17.336Z] 2.0.0-dev.16 [2021-02-16T22:07:17.336Z] a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [2021-02-16T22:07:17.336Z] master [2021-02-16T22:07:17.336Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:17.889Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:18.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [2021-02-16T22:07:18.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-16T22:07:18.228Z] ed18290e385a: Preparing [2021-02-16T22:07:18.228Z] 89c3dbf5c2ff: Preparing [2021-02-16T22:07:18.228Z] 4eabae92a4a7: Preparing [2021-02-16T22:07:18.228Z] 769ab20a6537: Preparing [2021-02-16T22:07:18.228Z] b6cbb02df567: Preparing [2021-02-16T22:07:18.228Z] 379067d0cb53: Preparing [2021-02-16T22:07:18.228Z] 379067d0cb53: Waiting [2021-02-16T22:07:18.512Z] 89c3dbf5c2ff: Pushed [2021-02-16T22:07:18.512Z] 769ab20a6537: Pushed [2021-02-16T22:07:18.512Z] 4eabae92a4a7: Pushed [2021-02-16T22:07:18.782Z] 379067d0cb53: Layer already exists [2021-02-16T22:07:19.385Z] b6cbb02df567: Pushed [2021-02-16T22:07:22.001Z] ed18290e385a: Pushed [2021-02-16T22:07:22.001Z] a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:22.346Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:22.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-16T22:07:22.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-16T22:07:22.685Z] ed18290e385a: Preparing [2021-02-16T22:07:22.685Z] 89c3dbf5c2ff: Preparing [2021-02-16T22:07:22.685Z] 4eabae92a4a7: Preparing [2021-02-16T22:07:22.685Z] 769ab20a6537: Preparing [2021-02-16T22:07:22.685Z] b6cbb02df567: Preparing [2021-02-16T22:07:22.685Z] 379067d0cb53: Preparing [2021-02-16T22:07:22.685Z] 379067d0cb53: Waiting [2021-02-16T22:07:22.685Z] ed18290e385a: Layer already exists [2021-02-16T22:07:22.960Z] 89c3dbf5c2ff: Layer already exists [2021-02-16T22:07:22.960Z] 4eabae92a4a7: Layer already exists [2021-02-16T22:07:22.960Z] 769ab20a6537: Layer already exists [2021-02-16T22:07:22.960Z] b6cbb02df567: Layer already exists [2021-02-16T22:07:22.960Z] 379067d0cb53: Layer already exists [2021-02-16T22:07:22.960Z] latest: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:23.303Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:23.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.16 [2021-02-16T22:07:23.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-16T22:07:23.647Z] ed18290e385a: Preparing [2021-02-16T22:07:23.647Z] 89c3dbf5c2ff: Preparing [2021-02-16T22:07:23.647Z] 4eabae92a4a7: Preparing [2021-02-16T22:07:23.647Z] 769ab20a6537: Preparing [2021-02-16T22:07:23.647Z] b6cbb02df567: Preparing [2021-02-16T22:07:23.647Z] 379067d0cb53: Preparing [2021-02-16T22:07:23.647Z] 379067d0cb53: Waiting [2021-02-16T22:07:23.920Z] ed18290e385a: Layer already exists [2021-02-16T22:07:23.920Z] b6cbb02df567: Layer already exists [2021-02-16T22:07:23.920Z] 769ab20a6537: Layer already exists [2021-02-16T22:07:23.920Z] 89c3dbf5c2ff: Layer already exists [2021-02-16T22:07:23.920Z] 4eabae92a4a7: Layer already exists [2021-02-16T22:07:23.920Z] 379067d0cb53: Layer already exists [2021-02-16T22:07:23.920Z] 2.0.0-dev.16: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:24.262Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:24.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [2021-02-16T22:07:24.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-16T22:07:24.602Z] ed18290e385a: Preparing [2021-02-16T22:07:24.602Z] 89c3dbf5c2ff: Preparing [2021-02-16T22:07:24.602Z] 4eabae92a4a7: Preparing [2021-02-16T22:07:24.602Z] 769ab20a6537: Preparing [2021-02-16T22:07:24.602Z] b6cbb02df567: Preparing [2021-02-16T22:07:24.602Z] 379067d0cb53: Preparing [2021-02-16T22:07:24.602Z] 379067d0cb53: Waiting [2021-02-16T22:07:24.602Z] 4eabae92a4a7: Layer already exists [2021-02-16T22:07:24.602Z] 89c3dbf5c2ff: Layer already exists [2021-02-16T22:07:24.602Z] b6cbb02df567: Layer already exists [2021-02-16T22:07:24.602Z] ed18290e385a: Layer already exists [2021-02-16T22:07:24.602Z] 769ab20a6537: Layer already exists [2021-02-16T22:07:24.602Z] 379067d0cb53: Layer already exists [2021-02-16T22:07:24.873Z] a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:25.216Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:25.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-02-16T22:07:25.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-16T22:07:25.550Z] ed18290e385a: Preparing [2021-02-16T22:07:25.550Z] 89c3dbf5c2ff: Preparing [2021-02-16T22:07:25.550Z] 4eabae92a4a7: Preparing [2021-02-16T22:07:25.550Z] 769ab20a6537: Preparing [2021-02-16T22:07:25.550Z] b6cbb02df567: Preparing [2021-02-16T22:07:25.550Z] 379067d0cb53: Preparing [2021-02-16T22:07:25.550Z] 379067d0cb53: Waiting [2021-02-16T22:07:25.550Z] b6cbb02df567: Layer already exists [2021-02-16T22:07:25.550Z] 89c3dbf5c2ff: Layer already exists [2021-02-16T22:07:25.550Z] ed18290e385a: Layer already exists [2021-02-16T22:07:25.550Z] 4eabae92a4a7: Layer already exists [2021-02-16T22:07:25.550Z] 769ab20a6537: Layer already exists [2021-02-16T22:07:25.838Z] 379067d0cb53: Layer already exists [2021-02-16T22:07:25.838Z] master: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-16T22:07:26.038Z] ===================================================== [Pipeline] echo [2021-02-16T22:07:26.087Z] taggedImages: [2021-02-16T22:07:26.087Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [2021-02-16T22:07:26.087Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-16T22:07:26.087Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.16 [2021-02-16T22:07:26.087Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [2021-02-16T22:07:26.087Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-16T22:07:27.376Z] provisioning config files... [2021-02-16T22:07:27.388Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8160514508617246032tmp [Pipeline] { [Pipeline] sh [2021-02-16T22:07:27.760Z] + set +x [2021-02-16T22:07:27.760Z] + curl -s https://codecov.io/bash [2021-02-16T22:07:27.760Z] + bash -s -- [2021-02-16T22:07:28.051Z] [2021-02-16T22:07:28.051Z] _____ _ [2021-02-16T22:07:28.051Z] / ____| | | [2021-02-16T22:07:28.051Z] | | ___ __| | ___ ___ _____ __ [2021-02-16T22:07:28.051Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-16T22:07:28.051Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-16T22:07:28.051Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-16T22:07:28.051Z] Bash-20210129-7c25fce [2021-02-16T22:07:28.051Z] [2021-02-16T22:07:28.051Z] [2021-02-16T22:07:28.051Z] ==> git version 2.24.3 found [2021-02-16T22:07:28.051Z] ==> 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-02-16T22:07:28.051Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-16T22:07:28.051Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-16T22:07:28.051Z] ==> Jenkins CI detected. [2021-02-16T22:07:28.051Z] project root: . [2021-02-16T22:07:28.051Z] --> token set from env [2021-02-16T22:07:28.051Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-16T22:07:28.051Z] ==> Running gcov in . (disable via -X gcov) [2021-02-16T22:07:28.051Z] ==> Python coveragepy not found [2021-02-16T22:07:28.051Z] ==> Searching for coverage reports in: [2021-02-16T22:07:28.051Z] + . [2021-02-16T22:07:28.051Z] -> Found 1 reports [2021-02-16T22:07:28.051Z] ==> Detecting git/mercurial file structure [2021-02-16T22:07:28.051Z] ==> Reading reports [2021-02-16T22:07:28.051Z] + ./coverage.out bytes=10 [2021-02-16T22:07:28.051Z] ==> Appending adjustments [2021-02-16T22:07:28.051Z] https://docs.codecov.io/docs/fixing-reports [2021-02-16T22:07:28.051Z] + Found adjustments [2021-02-16T22:07:28.051Z] ==> Gzipping contents [2021-02-16T22:07:28.051Z] 4.0K /tmp/codecov.eY89if.gz [2021-02-16T22:07:28.051Z] ==> Uploading reports [2021-02-16T22:07:28.051Z] url: https://codecov.io [2021-02-16T22:07:28.051Z] query: branch=master&commit=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-16T22:07:28.051Z] -> Pinging Codecov [2021-02-16T22:07:28.051Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-16T22:07:28.626Z] -> Uploading to [2021-02-16T22:07:28.626Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-16/A97CA9966030D2A3747ED39772930CCE/a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e/f28515a7-8d05-4b4c-8782-5bcc731e643f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210216T220728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a328dff7ca4906c1f5cc8e18bb8dca6048451ddd9274ab41f97ae5e87ec9487e [2021-02-16T22:07:28.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-16T22:07:28.626Z] Dload Upload Total Spent Left Speed [2021-02-16T22:07:28.887Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 960 --:--:-- --:--:-- --:--:-- 960 [2021-02-16T22:07:28.887Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] } [2021-02-16T22:07:28.897Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-16T22:07:29.721Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-16T22:07:29.773Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:30.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-16T22:07:30.107Z] [2021-02-16T22:07:30.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:07:30.462Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-16T22:07:30.462Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-16T22:07:30.462Z] 188c0c94c7c5: Pulling fs layer [2021-02-16T22:07:30.462Z] 0ef7d3d256c8: Pulling fs layer [2021-02-16T22:07:30.462Z] de9db76c5a1d: Pulling fs layer [2021-02-16T22:07:30.462Z] 0eba1c9be4d2: Pulling fs layer [2021-02-16T22:07:30.462Z] 0d57e429df01: Pulling fs layer [2021-02-16T22:07:30.462Z] 4e4be7b47b0d: Pulling fs layer [2021-02-16T22:07:30.462Z] e1f770b5df2f: Pulling fs layer [2021-02-16T22:07:30.462Z] 85a0685a4137: Pulling fs layer [2021-02-16T22:07:30.462Z] 0d57e429df01: Waiting [2021-02-16T22:07:30.462Z] e1f770b5df2f: Waiting [2021-02-16T22:07:30.462Z] 4e4be7b47b0d: Waiting [2021-02-16T22:07:30.462Z] 0eba1c9be4d2: Waiting [2021-02-16T22:07:30.462Z] de9db76c5a1d: Verifying Checksum [2021-02-16T22:07:30.462Z] de9db76c5a1d: Download complete [2021-02-16T22:07:30.462Z] 0ef7d3d256c8: Verifying Checksum [2021-02-16T22:07:30.462Z] 0ef7d3d256c8: Download complete [2021-02-16T22:07:30.462Z] 0d57e429df01: Verifying Checksum [2021-02-16T22:07:30.462Z] 0d57e429df01: Download complete [2021-02-16T22:07:30.462Z] 4e4be7b47b0d: Verifying Checksum [2021-02-16T22:07:30.462Z] 4e4be7b47b0d: Download complete [2021-02-16T22:07:30.462Z] 188c0c94c7c5: Verifying Checksum [2021-02-16T22:07:30.462Z] 188c0c94c7c5: Download complete [2021-02-16T22:07:31.037Z] 188c0c94c7c5: Pull complete [2021-02-16T22:07:31.037Z] 0ef7d3d256c8: Pull complete [2021-02-16T22:07:31.298Z] de9db76c5a1d: Pull complete [2021-02-16T22:07:32.692Z] e1f770b5df2f: Verifying Checksum [2021-02-16T22:07:32.692Z] e1f770b5df2f: Download complete [2021-02-16T22:07:34.631Z] 85a0685a4137: Verifying Checksum [2021-02-16T22:07:34.631Z] 85a0685a4137: Download complete [2021-02-16T22:07:34.897Z] 0eba1c9be4d2: Verifying Checksum [2021-02-16T22:07:34.897Z] 0eba1c9be4d2: Download complete [2021-02-16T22:07:41.534Z] 0eba1c9be4d2: Pull complete [2021-02-16T22:07:41.535Z] 0d57e429df01: Pull complete [2021-02-16T22:07:41.535Z] 4e4be7b47b0d: Pull complete [2021-02-16T22:07:42.961Z] e1f770b5df2f: Pull complete [2021-02-16T22:07:51.199Z] 85a0685a4137: Pull complete [2021-02-16T22:07:51.199Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-16T22:07:51.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-16T22:07:51.199Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-16T22:07:51.401Z] prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container [2021-02-16T22:07:51.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-16T22:07:52.483Z] $ docker top 617be5f50be76596ae37c36d7c798f15c1916b32e24aa8e68b451a024350a648 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-16T22:07:52.734Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-16T22:07:53.036Z] + set -o pipefail [2021-02-16T22:07:53.036Z] + snyk monitor '--org=edgex-jenkins' [2021-02-16T22:08:15.131Z] [2021-02-16T22:08:15.131Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-02-16T22:08:15.131Z] [2021-02-16T22:08:15.131Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/8665c65c-8bbd-4417-be85-484ce0061408 [2021-02-16T22:08:15.131Z] [2021-02-16T22:08:15.131Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-16T22:08:15.131Z] [2021-02-16T22:08:15.131Z] [2021-02-16T22:08:15.131Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-16T22:08:15.131Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-16T22:08:15.162Z] $ docker stop --time=1 617be5f50be76596ae37c36d7c798f15c1916b32e24aa8e68b451a024350a648 [2021-02-16T22:08:17.902Z] $ docker rm -f 617be5f50be76596ae37c36d7c798f15c1916b32e24aa8e68b451a024350a648 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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-02-16T22:08:19.862Z] + git log --format=format:%s -1 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:08:20.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T22:08:20.232Z] . [Pipeline] withDockerContainer [2021-02-16T22:08:20.401Z] prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container [2021-02-16T22:08:20.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-16T22:08:21.343Z] $ docker top adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-16T22:08:21.735Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T22:08:21.735Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T22:08:21.973Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T22:08:21.980Z] $ docker exec adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 ssh-agent [2021-02-16T22:08:22.141Z] SSH_AUTH_SOCK=/tmp/ssh-yukGf3Hxc0kc/agent.12 [2021-02-16T22:08:22.141Z] SSH_AGENT_PID=18 [2021-02-16T22:08:22.155Z] Running ssh-add (command line suppressed) [2021-02-16T22:08:22.289Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2915335086517528268.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2915335086517528268.key) [2021-02-16T22:08:22.354Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T22:08:22.717Z] + git semver tag [2021-02-16T22:08:22.718Z] # -> Open(): unable to determine branch for HEAD [2021-02-16T22:08:22.718Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-16T22:08:22.718Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-16T22:08:22.718Z] # $SEMVER_REMOTE_NAME = origin [2021-02-16T22:08:22.718Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-16T22:08:22.718Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-16T22:08:22.718Z] # $SEMVER_BRANCH = master [2021-02-16T22:08:22.718Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-16T22:08:22.718Z] # a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e HEAD [2021-02-16T22:08:22.718Z] # -> Force: false [2021-02-16T22:08:22.718Z] # c94fa5edd769be7b51c871208111a7b7e606b0d4 refs/tags/v2.0.0-dev.16 [Pipeline] } [2021-02-16T22:08:22.738Z] $ docker exec --env ******** --env ******** adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 ssh-agent -k [2021-02-16T22:08:22.856Z] unset SSH_AUTH_SOCK; [2021-02-16T22:08:22.856Z] unset SSH_AGENT_PID; [2021-02-16T22:08:22.856Z] echo Agent pid 18 killed; [2021-02-16T22:08:22.915Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-16T22:08:23.438Z] + git semver [Pipeline] } [2021-02-16T22:08:23.476Z] $ docker stop --time=1 adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 [2021-02-16T22:08:24.895Z] $ docker rm -f adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:08:25.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-16T22:08:25.617Z] [2021-02-16T22:08:25.617Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:08:26.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-16T22:08:26.085Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-16T22:08:26.085Z] ab5ef0e58194: Pulling fs layer [2021-02-16T22:08:26.086Z] 9712f1f96733: Pulling fs layer [2021-02-16T22:08:26.086Z] 63f879dbbcfc: Pulling fs layer [2021-02-16T22:08:26.086Z] 0d9ebad4ef96: Pulling fs layer [2021-02-16T22:08:26.086Z] e9a5061849ea: Pulling fs layer [2021-02-16T22:08:26.086Z] d747dcd14b5f: Pulling fs layer [2021-02-16T22:08:26.086Z] 2de7ff778b66: Pulling fs layer [2021-02-16T22:08:26.086Z] e9a5061849ea: Waiting [2021-02-16T22:08:26.086Z] d747dcd14b5f: Waiting [2021-02-16T22:08:26.086Z] 0d9ebad4ef96: Waiting [2021-02-16T22:08:26.086Z] 2de7ff778b66: Waiting [2021-02-16T22:08:26.086Z] 9712f1f96733: Verifying Checksum [2021-02-16T22:08:26.086Z] 9712f1f96733: Download complete [2021-02-16T22:08:28.121Z] 63f879dbbcfc: Verifying Checksum [2021-02-16T22:08:28.121Z] 63f879dbbcfc: Download complete [2021-02-16T22:08:28.750Z] e9a5061849ea: Verifying Checksum [2021-02-16T22:08:28.750Z] e9a5061849ea: Download complete [2021-02-16T22:08:28.750Z] d747dcd14b5f: Verifying Checksum [2021-02-16T22:08:28.750Z] d747dcd14b5f: Download complete [2021-02-16T22:08:29.766Z] 2de7ff778b66: Verifying Checksum [2021-02-16T22:08:29.766Z] 2de7ff778b66: Download complete [2021-02-16T22:08:30.056Z] 0d9ebad4ef96: Download complete [2021-02-16T22:08:30.408Z] ab5ef0e58194: Verifying Checksum [2021-02-16T22:08:30.408Z] ab5ef0e58194: Download complete [2021-02-16T22:08:35.939Z] ab5ef0e58194: Pull complete [2021-02-16T22:08:35.939Z] 9712f1f96733: Pull complete [2021-02-16T22:08:38.668Z] 63f879dbbcfc: Pull complete [2021-02-16T22:08:45.387Z] 0d9ebad4ef96: Pull complete [2021-02-16T22:08:45.970Z] e9a5061849ea: Pull complete [2021-02-16T22:08:45.970Z] d747dcd14b5f: Pull complete [2021-02-16T22:08:48.583Z] 2de7ff778b66: Pull complete [2021-02-16T22:08:48.583Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-16T22:08:48.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-16T22:08:48.583Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-16T22:08:48.788Z] prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container [2021-02-16T22:08:49.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-16T22:08:52.925Z] $ docker top 60b978aaa76d6a93629319b665b0417320699c13949d60ebf3d3b54c7e4187ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-16T22:08:53.314Z] provisioning config files... [2021-02-16T22:08:53.334Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2598387559718164049tmp [2021-02-16T22:08:53.361Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config570770866398850811tmp [2021-02-16T22:08:53.387Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3774949013932037122tmp [Pipeline] { [Pipeline] echo [2021-02-16T22:08:53.449Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:08:53.758Z] ---> sigul-configuration.sh [2021-02-16T22:08:53.758Z] gpg: directory `/root/.gnupg' created [2021-02-16T22:08:53.758Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-16T22:08:53.758Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-16T22:08:53.758Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-16T22:08:53.758Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-16T22:08:53.758Z] gpg: CAST5 encrypted data [2021-02-16T22:08:54.024Z] gpg: encrypted with 1 passphrase [2021-02-16T22:08:54.024Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-16T22:08:54.339Z] + mkdir /home/jenkins [2021-02-16T22:08:54.339Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-16T22:08:54.657Z] + 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-02-16T22:08:54.668Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:08:54.975Z] ---> sigul-install.sh [2021-02-16T22:09:00.372Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-16T22:09:00.689Z] + git tag --list [2021-02-16T22:09:00.690Z] v1.0.0 [2021-02-16T22:09:00.690Z] v1.1.0 [2021-02-16T22:09:00.690Z] v1.2.0 [2021-02-16T22:09:00.690Z] v1.3.0 [2021-02-16T22:09:00.690Z] v1.3.1 [2021-02-16T22:09:00.690Z] v1.3.1-dev.1 [2021-02-16T22:09:00.690Z] v1.3.1-dev.2 [2021-02-16T22:09:00.690Z] v1.3.1-dev.3 [2021-02-16T22:09:00.690Z] v2.0.0-dev.1 [2021-02-16T22:09:00.690Z] v2.0.0-dev.10 [2021-02-16T22:09:00.690Z] v2.0.0-dev.11 [2021-02-16T22:09:00.690Z] v2.0.0-dev.12 [2021-02-16T22:09:00.690Z] v2.0.0-dev.13 [2021-02-16T22:09:00.690Z] v2.0.0-dev.14 [2021-02-16T22:09:00.690Z] v2.0.0-dev.15 [2021-02-16T22:09:00.690Z] v2.0.0-dev.16 [2021-02-16T22:09:00.690Z] v2.0.0-dev.2 [2021-02-16T22:09:00.690Z] v2.0.0-dev.3 [2021-02-16T22:09:00.690Z] v2.0.0-dev.4 [2021-02-16T22:09:00.690Z] v2.0.0-dev.5 [2021-02-16T22:09:00.690Z] v2.0.0-dev.6 [2021-02-16T22:09:00.690Z] v2.0.0-dev.7 [2021-02-16T22:09:00.690Z] v2.0.0-dev.8 [2021-02-16T22:09:00.690Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-16T22:09:01.111Z] + lftools sign git-tag v2.0.0-dev.16 [2021-02-16T22:09:02.092Z] Signing Git tag with Sigul... [2021-02-16T22:09:02.092Z] Signing v2.0.0-dev.16 [Pipeline] echo [2021-02-16T22:09:03.510Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:09:03.833Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-16T22:09:03.843Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-16T22:09:03.961Z] $ docker stop --time=1 60b978aaa76d6a93629319b665b0417320699c13949d60ebf3d3b54c7e4187ef [2021-02-16T22:09:06.056Z] $ docker rm -f 60b978aaa76d6a93629319b665b0417320699c13949d60ebf3d3b54c7e4187ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:09:07.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T22:09:07.133Z] . [Pipeline] withDockerContainer [2021-02-16T22:09:07.268Z] prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container [2021-02-16T22:09:07.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-16T22:09:08.203Z] $ docker top 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-16T22:09:08.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T22:09:08.524Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T22:09:08.736Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T22:09:08.746Z] $ docker exec 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c ssh-agent [2021-02-16T22:09:09.150Z] SSH_AUTH_SOCK=/tmp/ssh-SewGNTrX7C29/agent.12 [2021-02-16T22:09:09.150Z] SSH_AGENT_PID=17 [2021-02-16T22:09:09.159Z] Running ssh-add (command line suppressed) [2021-02-16T22:09:09.294Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4024355188459289621.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4024355188459289621.key) [2021-02-16T22:09:09.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T22:09:09.729Z] + git semver bump pre [2021-02-16T22:09:09.729Z] # -> Open(): unable to determine branch for HEAD [2021-02-16T22:09:09.729Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-16T22:09:09.729Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-16T22:09:09.729Z] # $SEMVER_REMOTE_NAME = origin [2021-02-16T22:09:09.729Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-16T22:09:09.729Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-16T22:09:09.729Z] # $SEMVER_BRANCH = master [2021-02-16T22:09:09.729Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-16T22:09:09.729Z] 2.0.0-dev.17 [Pipeline] } [2021-02-16T22:09:09.745Z] $ docker exec --env ******** --env ******** 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c ssh-agent -k [2021-02-16T22:09:09.879Z] unset SSH_AUTH_SOCK; [2021-02-16T22:09:09.879Z] unset SSH_AGENT_PID; [2021-02-16T22:09:09.879Z] echo Agent pid 17 killed; [2021-02-16T22:09:09.936Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-16T22:09:10.561Z] + git semver [Pipeline] } [2021-02-16T22:09:10.586Z] $ docker stop --time=1 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c [2021-02-16T22:09:11.937Z] $ docker rm -f 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:09:12.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T22:09:12.555Z] . [Pipeline] withDockerContainer [2021-02-16T22:09:12.696Z] prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container [2021-02-16T22:09:12.762Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-16T22:09:13.743Z] $ docker top 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-16T22:09:14.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T22:09:14.127Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T22:09:14.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T22:09:14.354Z] $ docker exec 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 ssh-agent [2021-02-16T22:09:14.552Z] SSH_AUTH_SOCK=/tmp/ssh-GmrTUj7zsJVL/agent.11 [2021-02-16T22:09:14.552Z] SSH_AGENT_PID=16 [2021-02-16T22:09:14.570Z] Running ssh-add (command line suppressed) [2021-02-16T22:09:14.718Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9089025405725453744.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9089025405725453744.key) [2021-02-16T22:09:14.778Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T22:09:15.184Z] + git semver push [2021-02-16T22:09:15.184Z] # -> Open(): unable to determine branch for HEAD [2021-02-16T22:09:15.184Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-16T22:09:15.184Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-16T22:09:15.184Z] # $SEMVER_REMOTE_NAME = origin [2021-02-16T22:09:15.184Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-16T22:09:15.184Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-16T22:09:15.184Z] # $SEMVER_BRANCH = master [2021-02-16T22:09:15.184Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-16T22:09:20.792Z] $ docker exec --env ******** --env ******** 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 ssh-agent -k [2021-02-16T22:09:20.914Z] unset SSH_AUTH_SOCK; [2021-02-16T22:09:20.916Z] unset SSH_AGENT_PID; [2021-02-16T22:09:20.916Z] echo Agent pid 16 killed; [2021-02-16T22:09:20.967Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-16T22:09:21.603Z] + git semver [Pipeline] } [2021-02-16T22:09:21.626Z] $ docker stop --time=1 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 [2021-02-16T22:09:23.028Z] $ docker rm -f 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 [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-02-16T22:09:24.688Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:09:25.279Z] ---> package-listing.sh [2021-02-16T22:09:25.279Z] ++ facter osfamily [2021-02-16T22:09:25.279Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-16T22:09:25.279Z] + OS_FAMILY=redhat [2021-02-16T22:09:25.279Z] + workspace=/w/workspace/_app-service-configurable_master [2021-02-16T22:09:25.279Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-16T22:09:25.279Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-16T22:09:25.279Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-16T22:09:25.279Z] + PACKAGES=/tmp/packages_start.txt [2021-02-16T22:09:25.279Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-16T22:09:25.279Z] + PACKAGES=/tmp/packages_end.txt [2021-02-16T22:09:25.279Z] + case "${OS_FAMILY}" in [2021-02-16T22:09:25.279Z] + rpm -qa [2021-02-16T22:09:25.279Z] + sort [2021-02-16T22:09:30.636Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-16T22:09:30.636Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-16T22:09:30.636Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-16T22:09:30.636Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-16T22:09:30.636Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-02-16T22:09:30.636Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-02-16T22:09:30.654Z] 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-02-16T22:09:30.998Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:09:31.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T22:09:31.603Z] [2021-02-16T22:09:31.603Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-16T22:09:32.018Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T22:09:32.018Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-16T22:09:32.018Z] df20fa9351a1: Pulling fs layer [2021-02-16T22:09:32.018Z] 36b3adc4ff6f: Pulling fs layer [2021-02-16T22:09:32.018Z] 8ad3a11d3b57: Pulling fs layer [2021-02-16T22:09:32.018Z] 46f8f816bc3b: Pulling fs layer [2021-02-16T22:09:32.018Z] 93b61091891f: Pulling fs layer [2021-02-16T22:09:32.018Z] 93b9cdb0e59b: Pulling fs layer [2021-02-16T22:09:32.018Z] 5e14af77c1be: Pulling fs layer [2021-02-16T22:09:32.018Z] 01666e4c0597: Pulling fs layer [2021-02-16T22:09:32.018Z] aa168da1d23b: Pulling fs layer [2021-02-16T22:09:32.018Z] 93b9cdb0e59b: Waiting [2021-02-16T22:09:32.018Z] 5e14af77c1be: Waiting [2021-02-16T22:09:32.018Z] 01666e4c0597: Waiting [2021-02-16T22:09:32.018Z] aa168da1d23b: Waiting [2021-02-16T22:09:32.018Z] 46f8f816bc3b: Waiting [2021-02-16T22:09:32.018Z] 93b61091891f: Waiting [2021-02-16T22:09:32.018Z] 36b3adc4ff6f: Verifying Checksum [2021-02-16T22:09:32.018Z] 36b3adc4ff6f: Download complete [2021-02-16T22:09:32.018Z] 46f8f816bc3b: Verifying Checksum [2021-02-16T22:09:32.018Z] 46f8f816bc3b: Download complete [2021-02-16T22:09:32.018Z] df20fa9351a1: Verifying Checksum [2021-02-16T22:09:32.018Z] df20fa9351a1: Download complete [2021-02-16T22:09:32.285Z] 93b9cdb0e59b: Verifying Checksum [2021-02-16T22:09:32.285Z] 93b9cdb0e59b: Download complete [2021-02-16T22:09:32.285Z] 5e14af77c1be: Verifying Checksum [2021-02-16T22:09:32.285Z] 93b61091891f: Verifying Checksum [2021-02-16T22:09:32.285Z] 93b61091891f: Download complete [2021-02-16T22:09:32.285Z] 01666e4c0597: Verifying Checksum [2021-02-16T22:09:32.285Z] 01666e4c0597: Download complete [2021-02-16T22:09:32.564Z] df20fa9351a1: Pull complete [2021-02-16T22:09:32.835Z] 8ad3a11d3b57: Verifying Checksum [2021-02-16T22:09:32.835Z] 8ad3a11d3b57: Download complete [2021-02-16T22:09:32.835Z] 36b3adc4ff6f: Pull complete [2021-02-16T22:09:33.827Z] 8ad3a11d3b57: Pull complete [2021-02-16T22:09:33.827Z] 46f8f816bc3b: Pull complete [2021-02-16T22:09:34.798Z] 93b61091891f: Pull complete [2021-02-16T22:09:35.068Z] 93b9cdb0e59b: Pull complete [2021-02-16T22:09:35.336Z] aa168da1d23b: Verifying Checksum [2021-02-16T22:09:35.336Z] aa168da1d23b: Download complete [2021-02-16T22:09:35.607Z] 5e14af77c1be: Pull complete [2021-02-16T22:09:35.607Z] 01666e4c0597: Pull complete [2021-02-16T22:09:43.914Z] aa168da1d23b: Pull complete [2021-02-16T22:09:43.914Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-16T22:09:43.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T22:09:43.914Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-16T22:09:44.120Z] prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container [2021-02-16T22:09:44.179Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-16T22:09:46.466Z] $ docker top 0198c91ba11540c7256b6d7f5ad5cbcc68d8f7bfbc64f2b6b7340788427281b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T22:09:47.049Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-16T22:09:47.356Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-16T22:09:47.664Z] + ls /var/log/sa-host [2021-02-16T22:09:47.664Z] + sadf -c /var/log/sa-host/sa16 [2021-02-16T22:09:47.664Z] file_magic: OK [2021-02-16T22:09:47.664Z] HZ: Using current value: 100 [2021-02-16T22:09:47.664Z] file_header: OK [2021-02-16T22:09:47.664Z] 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-02-16T22:09:47.664Z] Statistics: [2021-02-16T22:09:47.664Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-16T22:09:47.664Z] File successfully converted to sysstat format version 12.2.1 [2021-02-16T22:09:47.664Z] + sadf -c /var/log/sa-host/sa23 [2021-02-16T22:09:47.664Z] file_magic: OK [2021-02-16T22:09:47.664Z] HZ: Using current value: 100 [2021-02-16T22:09:47.664Z] file_header: OK [2021-02-16T22:09:47.664Z] 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-02-16T22:09:47.664Z] Statistics: [2021-02-16T22:09:47.664Z] Hnuu...uuuununununu... [2021-02-16T22:09:47.664Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-16T22:09:48.331Z] provisioning config files... [2021-02-16T22:09:48.375Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4496382701068016476tmp [Pipeline] { [Pipeline] echo [2021-02-16T22:09:48.458Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:09:48.780Z] ---> create-netrc.sh [Pipeline] } [2021-02-16T22:09:48.793Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-16T22:09:48.902Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:09:49.234Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-16T22:09:49.257Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:09:49.579Z] ---> sudo-logs.sh [2021-02-16T22:09:49.579Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-16T22:09:49.658Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:09:50.003Z] ---> job-cost.sh [2021-02-16T22:09:50.004Z] lf-activate-venv: SKIPPING [2021-02-16T22:09:50.004Z] INFO: No Stack... [2021-02-16T22:09:50.970Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-16T22:09:51.554Z] INFO: Archiving Costs [Pipeline] echo [2021-02-16T22:09:51.571Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T22:09:51.890Z] ---> logs-deploy.sh [2021-02-16T22:09:51.890Z] lf-activate-venv: SKIPPING [2021-02-16T22:09:51.890Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/82 [2021-02-16T22:09:51.890Z] INFO: archiving workspace using pattern(s): [2021-02-16T22:09:53.294Z] Archives upload complete. [2021-02-16T22:09:53.557Z] INFO: archiving logs to Nexus [2021-02-16T22:09:54.526Z] ---> uname -a: [2021-02-16T22:09:54.527Z] Linux prd-centos7-docker-4c-2g-26605.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-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] ---> lscpu: [2021-02-16T22:09:54.527Z] Architecture: x86_64 [2021-02-16T22:09:54.527Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-16T22:09:54.527Z] Byte Order: Little Endian [2021-02-16T22:09:54.527Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-16T22:09:54.527Z] CPU(s): 4 [2021-02-16T22:09:54.527Z] On-line CPU(s) list: 0-3 [2021-02-16T22:09:54.527Z] Thread(s) per core: 1 [2021-02-16T22:09:54.527Z] Core(s) per socket: 1 [2021-02-16T22:09:54.527Z] Socket(s): 4 [2021-02-16T22:09:54.527Z] NUMA node(s): 1 [2021-02-16T22:09:54.527Z] Vendor ID: GenuineIntel [2021-02-16T22:09:54.527Z] CPU family: 6 [2021-02-16T22:09:54.527Z] Model: 44 [2021-02-16T22:09:54.527Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-16T22:09:54.527Z] Stepping: 1 [2021-02-16T22:09:54.527Z] CPU MHz: 2933.438 [2021-02-16T22:09:54.527Z] BogoMIPS: 5866.87 [2021-02-16T22:09:54.527Z] Virtualization: VT-x [2021-02-16T22:09:54.527Z] Hypervisor vendor: KVM [2021-02-16T22:09:54.527Z] Virtualization type: full [2021-02-16T22:09:54.527Z] L1d cache: 128 KiB [2021-02-16T22:09:54.527Z] L1i cache: 128 KiB [2021-02-16T22:09:54.527Z] L2 cache: 16 MiB [2021-02-16T22:09:54.527Z] L3 cache: 64 MiB [2021-02-16T22:09:54.527Z] NUMA node0 CPU(s): 0-3 [2021-02-16T22:09:54.527Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-16T22:09:54.527Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-16T22:09:54.527Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-16T22:09:54.527Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-16T22:09:54.527Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-16T22:09:54.527Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-16T22:09:54.527Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-16T22:09:54.527Z] Vulnerability Srbds: Not affected [2021-02-16T22:09:54.527Z] Vulnerability Tsx async abort: Not affected [2021-02-16T22:09:54.527Z] 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-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] ---> nproc: [2021-02-16T22:09:54.527Z] 4 [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] ---> df -h: [2021-02-16T22:09:54.527Z] Filesystem Size Used Available Use% Mounted on [2021-02-16T22:09:54.527Z] overlay 50.0G 8.5G 41.4G 17% / [2021-02-16T22:09:54.527Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-16T22:09:54.527Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-16T22:09:54.527Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-02-16T22:09:54.527Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] ---> free -m: [2021-02-16T22:09:54.527Z] total used free shared buff/cache available [2021-02-16T22:09:54.527Z] Mem: 1837 845 144 0 847 926 [2021-02-16T22:09:54.527Z] Swap: 1023 3 1020 [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] ---> ip addr: [2021-02-16T22:09:54.527Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-16T22:09:54.527Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-16T22:09:54.527Z] inet 127.0.0.1/8 scope host lo [2021-02-16T22:09:54.527Z] valid_lft forever preferred_lft forever [2021-02-16T22:09:54.527Z] inet6 ::1/128 scope host [2021-02-16T22:09:54.527Z] valid_lft forever preferred_lft forever [2021-02-16T22:09:54.527Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-16T22:09:54.527Z] link/ether fa:16:3e:12:b1:13 brd ff:ff:ff:ff:ff:ff [2021-02-16T22:09:54.527Z] inet 10.30.123.251/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-16T22:09:54.527Z] valid_lft 85860sec preferred_lft 85860sec [2021-02-16T22:09:54.527Z] inet6 fe80::f816:3eff:fe12:b113/64 scope link [2021-02-16T22:09:54.527Z] valid_lft forever preferred_lft forever [2021-02-16T22:09:54.527Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-16T22:09:54.527Z] link/ether 02:42:15:c8:a4:3c brd ff:ff:ff:ff:ff:ff [2021-02-16T22:09:54.527Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-16T22:09:54.527Z] valid_lft forever preferred_lft forever [2021-02-16T22:09:54.527Z] inet6 fe80::42:15ff:fec8:a43c/64 scope link [2021-02-16T22:09:54.527Z] valid_lft forever preferred_lft forever [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] ---> sar -b -r -n DEV: [2021-02-16T22:09:54.527Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] 22:00:42 LINUX RESTART (4 CPU) [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] 22:01:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-16T22:09:54.527Z] 22:02:01 154.59 68.05 86.53 0.00 8608.90 39721.51 0.00 [2021-02-16T22:09:54.527Z] 22:03:01 3.83 0.05 3.78 0.00 1.60 118.62 0.00 [2021-02-16T22:09:54.527Z] 22:04:01 0.43 0.00 0.43 0.00 0.00 6.26 0.00 [2021-02-16T22:09:54.527Z] 22:05:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 [2021-02-16T22:09:54.527Z] 22:06:01 0.23 0.00 0.23 0.00 0.00 3.12 0.00 [2021-02-16T22:09:54.527Z] 22:07:01 0.22 0.00 0.22 0.00 0.00 3.33 0.00 [2021-02-16T22:09:54.527Z] 22:08:01 247.18 143.95 103.23 0.00 7048.98 33919.64 0.00 [2021-02-16T22:09:54.527Z] 22:09:01 234.84 94.97 139.87 0.00 5496.79 32551.77 0.00 [2021-02-16T22:09:54.527Z] Average: 80.07 38.33 41.74 0.00 2633.29 13241.61 0.00 [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] 22:01:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-16T22:09:54.527Z] 22:02:01 169524 0 603304 32.06 2620 1106096 1117844 38.15 400676 1112832 128 [2021-02-16T22:09:54.527Z] 22:03:01 177104 0 595632 31.66 2620 1106188 1077280 36.77 402040 1105044 8 [2021-02-16T22:09:54.527Z] 22:04:01 174316 0 598416 31.80 2620 1106192 1077524 36.77 403292 1107028 8 [2021-02-16T22:09:54.527Z] 22:05:01 173644 0 599084 31.84 2620 1106196 1077524 36.77 412272 1098124 8 [2021-02-16T22:09:54.527Z] 22:06:01 175072 0 597652 31.76 2620 1106200 1077308 36.77 404352 1104684 8 [2021-02-16T22:09:54.527Z] 22:07:01 173448 0 599268 31.85 2620 1106208 1077392 36.77 415796 1095028 8 [2021-02-16T22:09:54.527Z] 22:08:01 72976 0 767552 40.79 2596 1038420 1338708 45.69 545684 989032 54516 [2021-02-16T22:09:54.527Z] 22:09:01 83984 0 821756 43.67 1504 974300 1225884 41.84 684036 773644 78100 [2021-02-16T22:09:54.527Z] Average: 150008 0 647833 34.43 2478 1081225 1133683 38.69 458518 1048177 16598 [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] 22:01:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-16T22:09:54.527Z] 22:02:01 eth0 485.84 323.55 1072.69 93.48 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:02:01 docker0 2.10 1.51 0.43 4.34 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:03:01 eth0 0.63 0.08 0.04 0.04 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:04:01 eth0 2.70 1.03 2.40 0.22 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:05:01 eth0 1.32 0.53 0.58 0.39 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:06:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:07:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:08:01 vethc9bfe42 36.49 38.31 3.63 193.28 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:08:01 eth0 443.25 397.10 4276.41 36.22 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:08:01 docker0 36.49 38.19 3.13 193.27 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:09:01 eth0 390.44 351.04 3444.65 96.59 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:09:01 vethabfca4d 24.27 28.13 1.64 217.09 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] 22:09:01 docker0 26.00 30.20 1.66 217.89 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] Average: eth0 164.98 133.87 1100.01 28.26 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] Average: vethabfca4d 3.04 3.52 0.21 27.20 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] Average: docker0 8.09 8.75 0.65 52.05 0.00 0.00 0.00 0.00 [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] ---> sar -P ALL: [2021-02-16T22:09:54.527Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.527Z] 22:00:42 LINUX RESTART (4 CPU) [2021-02-16T22:09:54.527Z] [2021-02-16T22:09:54.528Z] 22:01:02 CPU %user %nice %system %iowait %steal %idle [2021-02-16T22:09:54.528Z] 22:02:01 all 14.93 0.00 8.08 8.48 0.07 68.44 [2021-02-16T22:09:54.528Z] 22:02:01 0 13.36 0.00 8.75 8.73 0.07 69.09 [2021-02-16T22:09:54.528Z] 22:02:01 1 16.45 0.00 6.87 8.96 0.03 67.68 [2021-02-16T22:09:54.528Z] 22:02:01 2 14.82 0.00 9.45 8.83 0.07 66.82 [2021-02-16T22:09:54.528Z] 22:02:01 3 15.08 0.00 7.25 7.39 0.10 70.17 [2021-02-16T22:09:54.528Z] 22:03:01 all 0.10 0.00 0.06 0.00 0.00 99.84 [2021-02-16T22:09:54.528Z] 22:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-16T22:09:54.528Z] 22:03:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-16T22:09:54.528Z] 22:03:01 2 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-16T22:09:54.528Z] 22:03:01 3 0.23 0.00 0.05 0.00 0.00 99.72 [2021-02-16T22:09:54.528Z] 22:04:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2021-02-16T22:09:54.528Z] 22:04:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-16T22:09:54.528Z] 22:04:01 1 0.12 0.00 0.05 0.00 0.02 99.82 [2021-02-16T22:09:54.528Z] 22:04:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-16T22:09:54.528Z] 22:04:01 3 0.50 0.00 0.05 0.00 0.00 99.45 [2021-02-16T22:09:54.528Z] 22:05:01 all 0.14 0.00 0.05 0.00 0.00 99.80 [2021-02-16T22:09:54.528Z] 22:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-16T22:09:54.528Z] 22:05:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2021-02-16T22:09:54.528Z] 22:05:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-16T22:09:54.528Z] 22:05:01 3 0.47 0.00 0.05 0.00 0.00 99.48 [2021-02-16T22:09:54.528Z] 22:06:01 all 0.17 0.00 0.06 0.00 0.01 99.76 [2021-02-16T22:09:54.528Z] 22:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-16T22:09:54.528Z] 22:06:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-16T22:09:54.528Z] 22:06:01 2 0.07 0.00 0.08 0.00 0.02 99.83 [2021-02-16T22:09:54.528Z] 22:06:01 3 0.53 0.00 0.05 0.00 0.02 99.40 [2021-02-16T22:09:54.528Z] 22:07:01 all 0.14 0.00 0.05 0.00 0.00 99.81 [2021-02-16T22:09:54.528Z] 22:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-16T22:09:54.528Z] 22:07:01 1 0.03 0.00 0.10 0.00 0.00 99.87 [2021-02-16T22:09:54.528Z] 22:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-16T22:09:54.528Z] 22:07:01 3 0.48 0.00 0.03 0.00 0.00 99.48 [2021-02-16T22:09:54.528Z] 22:08:01 all 8.91 0.00 6.24 1.88 0.06 82.91 [2021-02-16T22:09:54.528Z] 22:08:01 0 10.12 0.00 6.85 0.92 0.05 82.06 [2021-02-16T22:09:54.528Z] 22:08:01 1 8.36 0.00 6.39 1.85 0.05 83.35 [2021-02-16T22:09:54.528Z] 22:08:01 2 8.52 0.00 5.72 2.94 0.05 82.76 [2021-02-16T22:09:54.528Z] 22:08:01 3 8.66 0.00 6.01 1.79 0.07 83.47 [2021-02-16T22:09:54.528Z] 22:09:01 all 10.63 0.00 7.70 3.16 0.04 78.48 [2021-02-16T22:09:54.528Z] 22:09:01 0 9.59 0.00 7.33 1.52 0.03 81.52 [2021-02-16T22:09:54.528Z] 22:09:01 1 12.43 0.00 8.65 3.99 0.05 74.87 [2021-02-16T22:09:54.528Z] 22:09:01 2 11.32 0.00 7.59 3.92 0.03 77.14 [2021-02-16T22:09:54.528Z] 22:09:01 3 9.15 0.00 7.21 3.18 0.05 80.42 [2021-02-16T22:09:54.528Z] Average: all 4.32 0.00 2.74 1.65 0.02 91.26 [2021-02-16T22:09:54.528Z] Average: 0 4.08 0.00 2.83 1.37 0.02 91.70 [2021-02-16T22:09:54.528Z] Average: 1 4.61 0.00 2.75 1.82 0.02 90.80 [2021-02-16T22:09:54.528Z] Average: 2 4.29 0.00 2.83 1.92 0.02 90.94 [2021-02-16T22:09:54.528Z] Average: 3 4.31 0.00 2.54 1.51 0.03 91.61 [2021-02-16T22:09:54.528Z] [2021-02-16T22:09:54.528Z] [2021-02-16T22:09:54.528Z]