Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 50a23fb25f057f24c09903bc43e33ee9cf0b091d 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27395 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 Checking out Revision 50a23fb25f057f24c09903bc43e33ee9cf0b091d (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 50a23fb25f057f24c09903bc43e33ee9cf0b091d # timeout=10 Commit message: "feat: Update profiles for latest SDK changes (#196)" > git rev-list --no-walk 0f5331eb53f0ce9101ceed271d621d4ec533effa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T22:48:50.464Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T22:48:50.744Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T22:48:50.865Z] ========================================================= [2021-02-23T22:48:50.865Z] EdgeX Global Pipelines Version Info [2021-02-23T22:48:50.865Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:48:52.580Z] ------------------- [2021-02-23T22:48:52.580Z] stable info: [2021-02-23T22:48:52.580Z] ------------------- [2021-02-23T22:48:52.580Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T22:48:52.580Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-23T22:48:52.580Z] Message: update stable to v1.0.181 [2021-02-23T22:48:53.531Z] ------------------- [2021-02-23T22:48:53.531Z] experimental info: [2021-02-23T22:48:53.531Z] ------------------- [2021-02-23T22:48:53.531Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-23T22:48:53.531Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-23T22:48:53.531Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T22:48:53.863Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-23T22:48:53.955Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-23T22:48:54.057Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T22:48:54.142Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T22:48:54.230Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T22:48:54.348Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T22:48:54.475Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T22:48:54.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T22:48:54.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T22:48:54.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T22:48:54.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T22:48:54.948Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-23T22:48:55.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T22:48:55.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T22:48:55.243Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T22:48:55.341Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T22:48:55.432Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T22:48:55.519Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T22:48:55.607Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T22:48:55.728Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-23T22:48:55.820Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T22:48:55.913Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T22:48:56.000Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T22:48:56.109Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T22:48:56.210Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T22:48:56.295Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-23T22:48:56.419Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-23T22:48:56.508Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-23T22:48:56.600Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] echo [2021-02-23T22:48:56.684Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50a23fb [Pipeline] echo [2021-02-23T22:48:56.815Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T22:48:57.007Z] provisioning config files... [2021-02-23T22:48:57.039Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config581924007696944236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:48:57.399Z] ---> docker-login.sh [2021-02-23T22:48:57.399Z] nexus3.edgexfoundry.org:10001 [2021-02-23T22:48:57.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:48:57.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:48:57.926Z] Configure a credential helper to remove this warning. See [2021-02-23T22:48:57.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:48:57.926Z] [2021-02-23T22:48:57.926Z] Login Succeeded [2021-02-23T22:48:57.926Z] nexus3.edgexfoundry.org:10002 [2021-02-23T22:48:57.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:48:57.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:48:57.926Z] Configure a credential helper to remove this warning. See [2021-02-23T22:48:57.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:48:57.926Z] [2021-02-23T22:48:57.926Z] Login Succeeded [2021-02-23T22:48:57.926Z] nexus3.edgexfoundry.org:10003 [2021-02-23T22:48:58.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:48:58.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:48:58.194Z] Configure a credential helper to remove this warning. See [2021-02-23T22:48:58.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:48:58.194Z] [2021-02-23T22:48:58.194Z] Login Succeeded [2021-02-23T22:48:58.194Z] nexus3.edgexfoundry.org:10004 [2021-02-23T22:48:58.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:48:58.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:48:58.458Z] Configure a credential helper to remove this warning. See [2021-02-23T22:48:58.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:48:58.458Z] [2021-02-23T22:48:58.458Z] Login Succeeded [2021-02-23T22:48:58.458Z] docker.io [2021-02-23T22:48:58.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:48:58.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:48:58.722Z] Configure a credential helper to remove this warning. See [2021-02-23T22:48:58.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:48:58.722Z] [2021-02-23T22:48:58.722Z] Login Succeeded [2021-02-23T22:48:58.722Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T22:48:58.730Z] 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-23T22:48:59.628Z] + git log --format=format:%s -1 50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] echo [2021-02-23T22:48:59.701Z] GIT_COMMIT: 50a23fb25f057f24c09903bc43e33ee9cf0b091d, Commit Message: feat: Update profiles for latest SDK changes (#196) [Pipeline] echo [2021-02-23T22:48:59.751Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:49:00.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T22:49:00.335Z] [2021-02-23T22:49:00.335Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:49:00.762Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T22:49:00.763Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T22:49:00.763Z] 31603596830f: Pulling fs layer [2021-02-23T22:49:00.763Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T22:49:00.763Z] 6ca5941a6612: Pulling fs layer [2021-02-23T22:49:00.763Z] ecc8261a40a4: Pulling fs layer [2021-02-23T22:49:00.763Z] ecc8261a40a4: Waiting [2021-02-23T22:49:00.763Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T22:49:00.763Z] 2a8b12db71e7: Download complete [2021-02-23T22:49:00.763Z] 31603596830f: Verifying Checksum [2021-02-23T22:49:00.763Z] 31603596830f: Download complete [2021-02-23T22:49:01.025Z] 6ca5941a6612: Verifying Checksum [2021-02-23T22:49:01.025Z] 6ca5941a6612: Download complete [2021-02-23T22:49:01.025Z] ecc8261a40a4: Verifying Checksum [2021-02-23T22:49:01.025Z] ecc8261a40a4: Download complete [2021-02-23T22:49:01.287Z] 31603596830f: Pull complete [2021-02-23T22:49:01.287Z] 2a8b12db71e7: Pull complete [2021-02-23T22:49:02.235Z] 6ca5941a6612: Pull complete [2021-02-23T22:49:02.235Z] ecc8261a40a4: Pull complete [2021-02-23T22:49:02.498Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T22:49:02.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T22:49:02.498Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T22:49:02.605Z] prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container [2021-02-23T22:49:02.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T22:49:04.969Z] $ docker top 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T22:49:05.290Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T22:49:05.290Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T22:49:05.506Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T22:49:05.511Z] $ docker exec 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf ssh-agent [2021-02-23T22:49:05.681Z] SSH_AUTH_SOCK=/tmp/ssh-axF5qaOaaHAE/agent.11 [2021-02-23T22:49:05.681Z] SSH_AGENT_PID=17 [2021-02-23T22:49:05.691Z] Running ssh-add (command line suppressed) [2021-02-23T22:49:05.814Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3026815744951671051.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3026815744951671051.key) [2021-02-23T22:49:05.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T22:49:06.197Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T22:49:06.217Z] $ docker exec --env ******** --env ******** 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf ssh-agent -k [2021-02-23T22:49:06.331Z] unset SSH_AUTH_SOCK; [2021-02-23T22:49:06.331Z] unset SSH_AGENT_PID; [2021-02-23T22:49:06.331Z] echo Agent pid 17 killed; [2021-02-23T22:49:06.382Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T22:49:06.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T22:49:06.523Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T22:49:06.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T22:49:06.689Z] $ docker exec 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf ssh-agent [2021-02-23T22:49:06.854Z] SSH_AUTH_SOCK=/tmp/ssh-VMm6uk4385yL/agent.45 [2021-02-23T22:49:06.854Z] SSH_AGENT_PID=50 [2021-02-23T22:49:06.861Z] Running ssh-add (command line suppressed) [2021-02-23T22:49:06.982Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_387698280560468907.key (/w/workspace/_app-service-configurable_master@tmp/private_key_387698280560468907.key) [2021-02-23T22:49:07.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T22:49:07.410Z] + git semver init [2021-02-23T22:49:07.410Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T22:49:07.410Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-23T22:49:07.410Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-23T22:49:07.410Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T22:49:07.410Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T22:49:07.410Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T22:49:07.411Z] # $SEMVER_BRANCH = master [2021-02-23T22:49:07.411Z] # $SEMVER_TEMP = /tmp/semver-122578584 [2021-02-23T22:49:07.411Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-23T22:49:07.988Z] # '/tmp/semver-122578584' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-02-23T22:49:07.988Z] # -> Force: false [2021-02-23T22:49:07.988Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-23T22:49:08.002Z] $ docker exec --env ******** --env ******** 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf ssh-agent -k [2021-02-23T22:49:08.115Z] unset SSH_AUTH_SOCK; [2021-02-23T22:49:08.115Z] unset SSH_AGENT_PID; [2021-02-23T22:49:08.115Z] echo Agent pid 50 killed; [2021-02-23T22:49:08.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T22:49:08.622Z] + git semver [Pipeline] } [2021-02-23T22:49:08.642Z] $ docker stop --time=1 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf [2021-02-23T22:49:10.091Z] $ docker rm -f 455d60c0049ac1ae6c409b4074b810531b4265bc2c951d50ab95232607d70ebf [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T22:49:10.583Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T22:49:11.017Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T22:49:11.020Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.17 [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-23T22:49:26.536Z] Still waiting to schedule task [2021-02-23T22:49:26.536Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-23T22:49:26.538Z] Still waiting to schedule task [2021-02-23T22:49:26.538Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-23T22:51:12.468Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27396 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-23T22:51:12.522Z] Running in /w/workspace/app-service-configurable/84 [Pipeline] { [Pipeline] checkout [2021-02-23T22:51:17.167Z] using credential edgex-jenkins-ssh [2021-02-23T22:51:17.224Z] Cloning the remote Git repository [2021-02-23T22:51:17.282Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T22:51:17.389Z] > git init /w/workspace/app-service-configurable/84 # timeout=10 [2021-02-23T22:51:17.456Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T22:51:17.457Z] > git --version # timeout=10 [2021-02-23T22:51:17.476Z] > git --version # 'git version 2.17.1' [2021-02-23T22:51:17.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T22:51:17.551Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T22:51:18.765Z] Checking out Revision 50a23fb25f057f24c09903bc43e33ee9cf0b091d (master) [2021-02-23T22:51:18.210Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-23T22:51:18.231Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T22:51:18.264Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-23T22:51:18.302Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T22:51:18.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T22:51:18.313Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T22:51:18.788Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T22:51:18.810Z] > git checkout -f 50a23fb25f057f24c09903bc43e33ee9cf0b091d # timeout=10 [2021-02-23T22:51:23.195Z] Commit message: "feat: Update profiles for latest SDK changes (#196)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T22:51:24.793Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T22:51:25.200Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T22:51:25.549Z] + + sudo service dockertrue restart [2021-02-23T22:51:25.549Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T22:51:28.252Z] provisioning config files... [2021-02-23T22:51:28.293Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/84@tmp/config7458105945703693749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:51:28.702Z] ---> docker-login.sh [2021-02-23T22:51:28.702Z] nexus3.edgexfoundry.org:10001 [2021-02-23T22:51:29.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:51:29.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:51:29.963Z] Configure a credential helper to remove this warning. See [2021-02-23T22:51:29.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:51:29.963Z] [2021-02-23T22:51:29.963Z] Login Succeeded [2021-02-23T22:51:29.963Z] nexus3.edgexfoundry.org:10002 [2021-02-23T22:51:30.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:51:30.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:51:30.509Z] Configure a credential helper to remove this warning. See [2021-02-23T22:51:30.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:51:30.509Z] [2021-02-23T22:51:30.509Z] Login Succeeded [2021-02-23T22:51:30.509Z] nexus3.edgexfoundry.org:10003 [2021-02-23T22:51:30.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:51:31.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:51:31.056Z] Configure a credential helper to remove this warning. See [2021-02-23T22:51:31.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:51:31.056Z] [2021-02-23T22:51:31.056Z] Login Succeeded [2021-02-23T22:51:31.056Z] nexus3.edgexfoundry.org:10004 [2021-02-23T22:51:31.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:51:31.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:51:31.709Z] Configure a credential helper to remove this warning. See [2021-02-23T22:51:31.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:51:31.709Z] [2021-02-23T22:51:31.709Z] Login Succeeded [2021-02-23T22:51:31.709Z] docker.io [2021-02-23T22:51:31.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:51:32.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:51:32.254Z] Configure a credential helper to remove this warning. See [2021-02-23T22:51:32.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:51:32.254Z] [2021-02-23T22:51:32.254Z] Login Succeeded [2021-02-23T22:51:32.254Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T22:51:32.271Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T22:51:32.671Z] ========================================================= [2021-02-23T22:51:32.671Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T22:51:32.671Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:51:33.081Z] + 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-23T22:51:33.081Z] Sending build context to Docker daemon 102.9kB [2021-02-23T22:51:33.362Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T22:51:33.362Z] Step 2/8 : FROM ${BASE} [2021-02-23T22:51:33.362Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T22:51:33.362Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T22:51:33.362Z] a4357932f1b6: Pulling fs layer [2021-02-23T22:51:33.362Z] 18c013af1878: Pulling fs layer [2021-02-23T22:51:33.362Z] 00ac8860ef70: Pulling fs layer [2021-02-23T22:51:33.362Z] 63d7cb157983: Pulling fs layer [2021-02-23T22:51:33.362Z] b116817d02f9: Pulling fs layer [2021-02-23T22:51:33.362Z] 745a02a5169b: Pulling fs layer [2021-02-23T22:51:33.362Z] 00ac8860ef70: Waiting [2021-02-23T22:51:33.362Z] b116817d02f9: Waiting [2021-02-23T22:51:33.362Z] 63d7cb157983: Waiting [2021-02-23T22:51:33.362Z] 745a02a5169b: Waiting [2021-02-23T22:51:33.641Z] 18c013af1878: Verifying Checksum [2021-02-23T22:51:33.641Z] 18c013af1878: Download complete [2021-02-23T22:51:33.641Z] a4357932f1b6: Download complete [2021-02-23T22:51:33.641Z] 63d7cb157983: Download complete [2021-02-23T22:51:33.641Z] b116817d02f9: Verifying Checksum [2021-02-23T22:51:33.641Z] b116817d02f9: Download complete [2021-02-23T22:51:33.641Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T22:51:33.641Z] 5f621e34cdf4: Download complete [2021-02-23T22:51:34.256Z] 5f621e34cdf4: Pull complete [2021-02-23T22:51:34.863Z] a4357932f1b6: Pull complete [2021-02-23T22:51:35.146Z] 18c013af1878: Pull complete [2021-02-23T22:51:36.128Z] 745a02a5169b: Verifying Checksum [2021-02-23T22:51:36.128Z] 745a02a5169b: Download complete [2021-02-23T22:51:37.564Z] 00ac8860ef70: Verifying Checksum [2021-02-23T22:51:37.564Z] 00ac8860ef70: Download complete [2021-02-23T22:51:47.755Z] 00ac8860ef70: Pull complete [2021-02-23T22:51:47.755Z] 63d7cb157983: Pull complete [2021-02-23T22:51:48.028Z] b116817d02f9: Pull complete [2021-02-23T22:51:51.422Z] 745a02a5169b: Pull complete [2021-02-23T22:51:51.422Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T22:51:51.422Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T22:51:51.422Z] ---> b7e6874047d6 [2021-02-23T22:51:51.422Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-23T22:51:54.888Z] ---> Running in 05e64ce00a03 [2021-02-23T22:51:54.888Z] Removing intermediate container 05e64ce00a03 [2021-02-23T22:51:54.888Z] ---> 726a85ad9806 [2021-02-23T22:51:54.888Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T22:51:54.888Z] ---> Running in 09c6a30f7066 [2021-02-23T22:51:57.341Z] Running on prd-centos7-docker-4c-2g-27397 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-23T22:51:57.400Z] Running in /w/workspace/app-service-configurable/84 [Pipeline] { [Pipeline] checkout [2021-02-23T22:51:57.520Z] Removing intermediate container 09c6a30f7066 [2021-02-23T22:51:57.520Z] ---> 843c6c4518e3 [2021-02-23T22:51:57.520Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-23T22:51:57.520Z] ---> Running in 67c7e2c133c8 [2021-02-23T22:51:59.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T22:51:59.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T22:51:59.851Z] using credential edgex-jenkins-ssh [2021-02-23T22:51:59.903Z] Cloning the remote Git repository [2021-02-23T22:52:00.352Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-23T22:52:00.352Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-23T22:52:00.352Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-23T22:52:00.352Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-23T22:52:00.623Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-23T22:52:00.623Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-23T22:51:59.508Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T22:51:59.581Z] > git init /w/workspace/app-service-configurable/84 # timeout=10 [2021-02-23T22:51:59.669Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T22:51:59.669Z] > git --version # timeout=10 [2021-02-23T22:51:59.677Z] > git --version # 'git version 2.24.3' [2021-02-23T22:51:59.678Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T22:51:59.770Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T22:52:00.347Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-23T22:52:00.360Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T22:52:00.898Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T22:52:00.899Z] OK: 144 MiB in 45 packages [2021-02-23T22:52:01.456Z] Checking out Revision 50a23fb25f057f24c09903bc43e33ee9cf0b091d (master) [2021-02-23T22:52:00.375Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-23T22:52:00.388Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T22:52:00.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T22:52:00.393Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T22:52:01.172Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T22:52:01.177Z] > git checkout -f 50a23fb25f057f24c09903bc43e33ee9cf0b091d # timeout=10 [2021-02-23T22:52:02.341Z] Removing intermediate container 67c7e2c133c8 [2021-02-23T22:52:02.341Z] ---> 7d6d14cdcf17 [2021-02-23T22:52:02.341Z] Step 6/8 : WORKDIR /app [2021-02-23T22:52:02.341Z] ---> Running in 2334ef30c356 [2021-02-23T22:52:02.618Z] Removing intermediate container 2334ef30c356 [2021-02-23T22:52:02.618Z] ---> dc7fbd0d6247 [2021-02-23T22:52:02.618Z] Step 7/8 : COPY . . [2021-02-23T22:52:03.604Z] ---> af8311f35a8d [2021-02-23T22:52:03.604Z] Step 8/8 : RUN go mod download [2021-02-23T22:52:03.882Z] ---> Running in 85e7ff066b6f [2021-02-23T22:52:04.918Z] Commit message: "feat: Update profiles for latest SDK changes (#196)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T22:52:06.281Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T22:52:06.607Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T22:52:06.902Z] + sudo service docker restart [2021-02-23T22:52:06.902Z] + true [2021-02-23T22:52:06.902Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T22:52:07.911Z] provisioning config files... [2021-02-23T22:52:07.937Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/84@tmp/config5174253556969827633tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:52:08.297Z] ---> docker-login.sh [2021-02-23T22:52:08.297Z] nexus3.edgexfoundry.org:10001 [2021-02-23T22:52:08.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:52:08.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:52:08.559Z] Configure a credential helper to remove this warning. See [2021-02-23T22:52:08.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:52:08.559Z] [2021-02-23T22:52:08.559Z] Login Succeeded [2021-02-23T22:52:08.559Z] nexus3.edgexfoundry.org:10002 [2021-02-23T22:52:08.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:52:08.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:52:08.820Z] Configure a credential helper to remove this warning. See [2021-02-23T22:52:08.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:52:08.820Z] [2021-02-23T22:52:08.820Z] Login Succeeded [2021-02-23T22:52:08.820Z] nexus3.edgexfoundry.org:10003 [2021-02-23T22:52:09.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:52:09.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:52:09.084Z] Configure a credential helper to remove this warning. See [2021-02-23T22:52:09.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:52:09.084Z] [2021-02-23T22:52:09.084Z] Login Succeeded [2021-02-23T22:52:09.084Z] nexus3.edgexfoundry.org:10004 [2021-02-23T22:52:09.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:52:09.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:52:09.348Z] Configure a credential helper to remove this warning. See [2021-02-23T22:52:09.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:52:09.348Z] [2021-02-23T22:52:09.348Z] Login Succeeded [2021-02-23T22:52:09.348Z] docker.io [2021-02-23T22:52:09.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:52:09.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:52:09.611Z] Configure a credential helper to remove this warning. See [2021-02-23T22:52:09.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:52:09.611Z] [2021-02-23T22:52:09.611Z] Login Succeeded [2021-02-23T22:52:09.611Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T22:52:09.621Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T22:52:09.940Z] ========================================================= [2021-02-23T22:52:09.940Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T22:52:09.940Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:52:10.279Z] + 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-23T22:52:10.279Z] Sending build context to Docker daemon 102.9kB [2021-02-23T22:52:10.279Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T22:52:10.279Z] Step 2/8 : FROM ${BASE} [2021-02-23T22:52:10.279Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T22:52:10.279Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T22:52:10.279Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T22:52:10.279Z] de9db76c5a1d: Pulling fs layer [2021-02-23T22:52:10.279Z] bca2f99d35d6: Pulling fs layer [2021-02-23T22:52:10.279Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T22:52:10.279Z] 7c6f9722023f: Pulling fs layer [2021-02-23T22:52:10.279Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T22:52:10.279Z] a35cf1a2eb13: Waiting [2021-02-23T22:52:10.279Z] 93359f2a8cfa: Waiting [2021-02-23T22:52:10.279Z] bca2f99d35d6: Waiting [2021-02-23T22:52:10.279Z] 7c6f9722023f: Waiting [2021-02-23T22:52:10.543Z] de9db76c5a1d: Verifying Checksum [2021-02-23T22:52:10.543Z] de9db76c5a1d: Download complete [2021-02-23T22:52:10.543Z] 0ef7d3d256c8: Download complete [2021-02-23T22:52:10.543Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T22:52:10.543Z] 93359f2a8cfa: Download complete [2021-02-23T22:52:10.543Z] 188c0c94c7c5: Download complete [2021-02-23T22:52:10.543Z] 7c6f9722023f: Verifying Checksum [2021-02-23T22:52:10.543Z] 7c6f9722023f: Download complete [2021-02-23T22:52:10.808Z] 188c0c94c7c5: Pull complete [2021-02-23T22:52:11.070Z] 0ef7d3d256c8: Pull complete [2021-02-23T22:52:11.070Z] de9db76c5a1d: Pull complete [2021-02-23T22:52:12.467Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T22:52:12.467Z] a35cf1a2eb13: Download complete [2021-02-23T22:52:13.040Z] bca2f99d35d6: Verifying Checksum [2021-02-23T22:52:13.040Z] bca2f99d35d6: Download complete [2021-02-23T22:52:18.370Z] bca2f99d35d6: Pull complete [2021-02-23T22:52:18.370Z] 93359f2a8cfa: Pull complete [2021-02-23T22:52:18.370Z] 7c6f9722023f: Pull complete [2021-02-23T22:52:22.600Z] a35cf1a2eb13: Pull complete [2021-02-23T22:52:22.600Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T22:52:22.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T22:52:22.600Z] ---> a62c8e92a672 [2021-02-23T22:52:22.600Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-23T22:52:22.600Z] ---> Running in c2e7c257aa78 [2021-02-23T22:52:22.864Z] Removing intermediate container c2e7c257aa78 [2021-02-23T22:52:22.864Z] ---> dd19be69a314 [2021-02-23T22:52:22.864Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T22:52:22.864Z] ---> Running in 274ca129c945 [2021-02-23T22:52:23.814Z] Removing intermediate container 274ca129c945 [2021-02-23T22:52:23.814Z] ---> ab01e6703ea2 [2021-02-23T22:52:23.814Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-23T22:52:24.078Z] ---> Running in 7dcb91e6858b [2021-02-23T22:52:25.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T22:52:25.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T22:52:26.189Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-23T22:52:26.189Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-23T22:52:26.189Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-23T22:52:26.189Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-23T22:52:26.452Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-23T22:52:26.452Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-23T22:52:26.452Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T22:52:26.452Z] OK: 167 MiB in 45 packages [2021-02-23T22:52:27.402Z] Removing intermediate container 7dcb91e6858b [2021-02-23T22:52:27.402Z] ---> 10e04391a4ee [2021-02-23T22:52:27.402Z] Step 6/8 : WORKDIR /app [2021-02-23T22:52:27.402Z] ---> Running in c46708b60f24 [2021-02-23T22:52:27.402Z] Removing intermediate container c46708b60f24 [2021-02-23T22:52:27.402Z] ---> 1037a4945dcf [2021-02-23T22:52:27.402Z] Step 7/8 : COPY . . [2021-02-23T22:52:27.665Z] ---> 9c9aefe39406 [2021-02-23T22:52:27.665Z] Step 8/8 : RUN go mod download [2021-02-23T22:52:27.665Z] ---> Running in d86b6457778e [2021-02-23T22:52:30.718Z] Removing intermediate container 85e7ff066b6f [2021-02-23T22:52:30.718Z] ---> b3841804b272 [2021-02-23T22:52:30.718Z] Successfully built b3841804b272 [2021-02-23T22:52:30.718Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:52:31.056Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T22:52:31.056Z] . [Pipeline] withDockerContainer [2021-02-23T22:52:31.327Z] prd-ubuntu18.04-docker-arm64-4c-16g-27396 does not seem to be running inside a container [2021-02-23T22:52:31.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/84 -v /w/workspace/app-service-configurable/84:/w/workspace/app-service-configurable/84:rw,z -v /w/workspace/app-service-configurable/84@tmp:/w/workspace/app-service-configurable/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T22:52:33.054Z] $ docker top b03e836271ec59092ed91b35c080cbf936b665f20c8e20173e76678c9f6c428c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T22:52:34.089Z] + go version [2021-02-23T22:52:34.089Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T22:52:34.099Z] $ docker stop --time=1 b03e836271ec59092ed91b35c080cbf936b665f20c8e20173e76678c9f6c428c [2021-02-23T22:52:36.069Z] $ docker rm -f b03e836271ec59092ed91b35c080cbf936b665f20c8e20173e76678c9f6c428c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:52:37.125Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T22:52:37.125Z] . [Pipeline] withDockerContainer [2021-02-23T22:52:37.390Z] prd-ubuntu18.04-docker-arm64-4c-16g-27396 does not seem to be running inside a container [2021-02-23T22:52:37.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/84 -v /w/workspace/app-service-configurable/84:/w/workspace/app-service-configurable/84:rw,z -v /w/workspace/app-service-configurable/84@tmp:/w/workspace/app-service-configurable/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T22:52:38.976Z] $ docker top d4d5f019f0bb6b1979a00b3645290f39f47d768d8b50790e3b7f5efa3e4fb312 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T22:52:40.022Z] + make test [2021-02-23T22:52:40.023Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-23T22:52:54.321Z] Removing intermediate container d86b6457778e [2021-02-23T22:52:54.321Z] ---> bcf634206f89 [2021-02-23T22:52:54.321Z] Successfully built bcf634206f89 [2021-02-23T22:52:54.321Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:52:54.800Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T22:52:54.800Z] . [Pipeline] withDockerContainer [2021-02-23T22:52:55.021Z] prd-centos7-docker-4c-2g-27397 does not seem to be running inside a container [2021-02-23T22:52:55.074Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/84 -v /w/workspace/app-service-configurable/84:/w/workspace/app-service-configurable/84:rw,z -v /w/workspace/app-service-configurable/84@tmp:/w/workspace/app-service-configurable/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T22:52:55.892Z] $ docker top a8b02b6aaaa05143d069a2b4a9dd1bae862d0ce9ca1d4895e36cba9dc722ebac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T22:52:56.402Z] + go version [2021-02-23T22:52:56.403Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T22:52:56.418Z] $ docker stop --time=1 a8b02b6aaaa05143d069a2b4a9dd1bae862d0ce9ca1d4895e36cba9dc722ebac [2021-02-23T22:52:57.755Z] $ docker rm -f a8b02b6aaaa05143d069a2b4a9dd1bae862d0ce9ca1d4895e36cba9dc722ebac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:52:58.636Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T22:52:58.637Z] . [Pipeline] withDockerContainer [2021-02-23T22:52:58.735Z] prd-centos7-docker-4c-2g-27397 does not seem to be running inside a container [2021-02-23T22:52:58.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/84 -v /w/workspace/app-service-configurable/84:/w/workspace/app-service-configurable/84:rw,z -v /w/workspace/app-service-configurable/84@tmp:/w/workspace/app-service-configurable/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T22:52:59.447Z] $ docker top 7ecc9882d2e69103f160598baa0401764872fffdb4457befa2f5d4c848835abd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T22:52:59.970Z] + make test [2021-02-23T22:52:59.970Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-23T22:53:12.378Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-23T22:53:12.378Z] CGO_ENABLED=1 go vet ./... [2021-02-23T22:53:14.984Z] gofmt -l . [2021-02-23T22:53:14.984Z] [ "`gofmt -l .`" = "" ] [2021-02-23T22:53:14.984Z] ./bin/test-go-mod-tidy.sh [2021-02-23T22:53:15.561Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-23T22:53:15.836Z] $ docker stop --time=1 7ecc9882d2e69103f160598baa0401764872fffdb4457befa2f5d4c848835abd [2021-02-23T22:53:18.154Z] $ docker rm -f 7ecc9882d2e69103f160598baa0401764872fffdb4457befa2f5d4c848835abd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T22:53:18.786Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T22:53:19.049Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-23T22:53:19.049Z] CGO_ENABLED=1 go vet ./... [2021-02-23T22:53:19.154Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-23T22:53:20.628Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T22:53:20.941Z] + ls -al . [2021-02-23T22:53:20.941Z] total 92 [2021-02-23T22:53:20.941Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 23 22:53 . [2021-02-23T22:53:20.941Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 22:51 .. [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 7174 Feb 23 22:52 Attribution.txt [2021-02-23T22:53:20.941Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 23 22:52 bin [2021-02-23T22:53:20.941Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 22:53 coverage.out [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 2032 Feb 23 22:52 Dockerfile [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 970 Feb 23 22:52 Dockerfile.build [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 23 22:52 .dockerignore [2021-02-23T22:53:20.941Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 22:52 .git [2021-02-23T22:53:20.941Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 23 22:52 .github [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 93 Feb 23 22:52 .gitignore [2021-02-23T22:53:20.941Z] -rw-r--r--. 1 jenkins jenkins 136 Feb 23 22:53 go.mod [2021-02-23T22:53:20.941Z] -rw-r--r--. 1 jenkins jenkins 21022 Feb 23 22:53 go.sum [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 23 22:52 Jenkinsfile [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 23 22:52 LICENSE [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 1522 Feb 23 22:52 main.go [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 1582 Feb 23 22:52 makefile [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 23 22:52 README.md [2021-02-23T22:53:20.941Z] drwxrwxr-x. 10 jenkins jenkins 173 Feb 23 22:52 res [2021-02-23T22:53:20.941Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 23 22:52 snap [2021-02-23T22:53:20.941Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 22:49 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:21.321Z] + 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=50a23fb25f057f24c09903bc43e33ee9cf0b091d --label arch=amd64 --label version=2.0.0-dev.17 . [2021-02-23T22:53:21.322Z] Sending build context to Docker daemon 127kB [2021-02-23T22:53:21.322Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T22:53:21.322Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-23T22:53:21.322Z] ---> bcf634206f89 [2021-02-23T22:53:21.322Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-23T22:53:21.585Z] ---> Running in 00c429363189 [2021-02-23T22:53:21.585Z] Removing intermediate container 00c429363189 [2021-02-23T22:53:21.585Z] ---> 84bc0338b6b9 [2021-02-23T22:53:21.585Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T22:53:21.849Z] ---> Running in 429afadf0cd0 [2021-02-23T22:53:21.849Z] Removing intermediate container 429afadf0cd0 [2021-02-23T22:53:21.849Z] ---> 0fd78a9a5a22 [2021-02-23T22:53:21.849Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-23T22:53:21.849Z] ---> Running in a88473108d0b [2021-02-23T22:53:22.116Z] Removing intermediate container a88473108d0b [2021-02-23T22:53:22.116Z] ---> 33a0c8cf0694 [2021-02-23T22:53:22.116Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T22:53:22.116Z] ---> Running in 00b91588e33a [2021-02-23T22:53:23.071Z] Removing intermediate container 00b91588e33a [2021-02-23T22:53:23.071Z] ---> 72fccaa7c460 [2021-02-23T22:53:23.071Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T22:53:23.071Z] ---> Running in c5bf15a1f266 [2021-02-23T22:53:23.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T22:53:24.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T22:53:24.549Z] OK: 167 MiB in 45 packages [2021-02-23T22:53:25.127Z] Removing intermediate container c5bf15a1f266 [2021-02-23T22:53:25.127Z] ---> 5bb95fc34b73 [2021-02-23T22:53:25.127Z] Step 8/27 : WORKDIR /app [2021-02-23T22:53:25.127Z] ---> Running in be999a2790ac [2021-02-23T22:53:25.127Z] Removing intermediate container be999a2790ac [2021-02-23T22:53:25.127Z] ---> 149c9167356b [2021-02-23T22:53:25.127Z] Step 9/27 : COPY go.mod . [2021-02-23T22:53:25.389Z] ---> bbca1faa5ea3 [2021-02-23T22:53:25.389Z] Step 10/27 : RUN go mod download [2021-02-23T22:53:25.389Z] ---> Running in 7ff6e789e55e [2021-02-23T22:53:25.811Z] gofmt -l . [2021-02-23T22:53:25.811Z] [ "`gofmt -l .`" = "" ] [2021-02-23T22:53:25.811Z] ./bin/test-go-mod-tidy.sh [2021-02-23T22:53:25.811Z] ./bin/test-attribution-txt.sh [2021-02-23T22:53:26.340Z] Removing intermediate container 7ff6e789e55e [2021-02-23T22:53:26.340Z] ---> 742213deca35 [2021-02-23T22:53:26.340Z] Step 11/27 : COPY . . [2021-02-23T22:53:26.607Z] ---> c00def25fe64 [2021-02-23T22:53:26.607Z] Step 12/27 : ARG MAKE="make build" [2021-02-23T22:53:26.607Z] ---> Running in ace37fee2ed5 [2021-02-23T22:53:26.871Z] Removing intermediate container ace37fee2ed5 [2021-02-23T22:53:26.871Z] ---> 3e3a538f7280 [2021-02-23T22:53:26.871Z] Step 13/27 : RUN $MAKE [2021-02-23T22:53:27.140Z] ---> Running in f25fd352f988 [Pipeline] } [2021-02-23T22:53:27.256Z] $ docker stop --time=1 d4d5f019f0bb6b1979a00b3645290f39f47d768d8b50790e3b7f5efa3e4fb312 [2021-02-23T22:53:27.410Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.17" -o app-service-configurable [2021-02-23T22:53:29.358Z] $ docker rm -f d4d5f019f0bb6b1979a00b3645290f39f47d768d8b50790e3b7f5efa3e4fb312 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T22:53:30.257Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T22:53:30.278Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T22:53:31.030Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T22:53:31.803Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T22:53:32.277Z] + ls -al . [2021-02-23T22:53:32.277Z] total 116 [2021-02-23T22:53:32.277Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 23 22:53 . [2021-02-23T22:53:32.277Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 22:51 .. [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 23 22:51 .dockerignore [2021-02-23T22:53:32.277Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 22:51 .git [2021-02-23T22:53:32.277Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 22:51 .github [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 93 Feb 23 22:51 .gitignore [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 7174 Feb 23 22:51 Attribution.txt [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 2032 Feb 23 22:51 Dockerfile [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 970 Feb 23 22:51 Dockerfile.build [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 23 22:51 Jenkinsfile [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 23 22:51 LICENSE [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 23 22:51 README.md [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 22:49 VERSION [2021-02-23T22:53:32.277Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 22:51 bin [2021-02-23T22:53:32.277Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 22:52 coverage.out [2021-02-23T22:53:32.277Z] -rw-r--r-- 1 jenkins jenkins 136 Feb 23 22:53 go.mod [2021-02-23T22:53:32.277Z] -rw-r--r-- 1 jenkins jenkins 21022 Feb 23 22:53 go.sum [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 1522 Feb 23 22:51 main.go [2021-02-23T22:53:32.277Z] -rw-rw-r-- 1 jenkins jenkins 1582 Feb 23 22:51 makefile [2021-02-23T22:53:32.277Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 22:51 res [2021-02-23T22:53:32.277Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 22:51 snap [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:32.631Z] + 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=50a23fb25f057f24c09903bc43e33ee9cf0b091d --label arch=arm64 --label version=2.0.0-dev.17 . [2021-02-23T22:53:32.631Z] Sending build context to Docker daemon 127kB [2021-02-23T22:53:32.905Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T22:53:32.905Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-23T22:53:32.905Z] ---> b3841804b272 [2021-02-23T22:53:32.905Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-23T22:53:33.180Z] ---> Running in ee53d132405d [2021-02-23T22:53:33.777Z] Removing intermediate container ee53d132405d [2021-02-23T22:53:33.777Z] ---> 47d99c9674f1 [2021-02-23T22:53:33.777Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T22:53:33.777Z] ---> Running in 206225a15c5f [2021-02-23T22:53:34.372Z] Removing intermediate container 206225a15c5f [2021-02-23T22:53:34.372Z] ---> 3e3d1f1d85f8 [2021-02-23T22:53:34.372Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-23T22:53:34.372Z] ---> Running in 6a2266cfa4ca [2021-02-23T22:53:34.970Z] Removing intermediate container 6a2266cfa4ca [2021-02-23T22:53:34.970Z] ---> 94fe593ffcb0 [2021-02-23T22:53:34.970Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T22:53:34.970Z] ---> Running in 441be150ade8 [2021-02-23T22:53:36.945Z] Removing intermediate container 441be150ade8 [2021-02-23T22:53:36.945Z] ---> dfbce52a2270 [2021-02-23T22:53:36.945Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T22:53:37.219Z] ---> Running in 3e6f5f6b4251 [2021-02-23T22:53:38.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T22:53:39.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T22:53:39.778Z] Removing intermediate container f25fd352f988 [2021-02-23T22:53:39.778Z] ---> 63d1d5eb921a [2021-02-23T22:53:39.778Z] Step 14/27 : FROM alpine:3.12 [2021-02-23T22:53:39.781Z] OK: 144 MiB in 45 packages [2021-02-23T22:53:40.045Z] 3.12: Pulling from library/alpine [2021-02-23T22:53:40.045Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T22:53:40.310Z] 801bfaa63ef2: Verifying Checksum [2021-02-23T22:53:40.310Z] 801bfaa63ef2: Download complete [2021-02-23T22:53:40.574Z] 801bfaa63ef2: Pull complete [2021-02-23T22:53:40.574Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T22:53:40.574Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T22:53:40.574Z] ---> 389fef711851 [2021-02-23T22:53:40.574Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-23T22:53:40.574Z] ---> Running in 89f62b81cd6a [2021-02-23T22:53:40.762Z] Removing intermediate container 3e6f5f6b4251 [2021-02-23T22:53:40.762Z] ---> a5ab503ed21d [2021-02-23T22:53:40.762Z] Step 8/27 : WORKDIR /app [2021-02-23T22:53:40.838Z] Removing intermediate container 89f62b81cd6a [2021-02-23T22:53:40.838Z] ---> a6ae8d6bc709 [2021-02-23T22:53:40.838Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-23T22:53:40.838Z] ---> Running in 3ed96a755d9f [2021-02-23T22:53:41.035Z] ---> Running in 2d012a41dba4 [2021-02-23T22:53:41.104Z] Removing intermediate container 3ed96a755d9f [2021-02-23T22:53:41.104Z] ---> a24ecb336621 [2021-02-23T22:53:41.104Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-23T22:53:41.104Z] ---> Running in 2afd215fbf71 [2021-02-23T22:53:41.308Z] Removing intermediate container 2d012a41dba4 [2021-02-23T22:53:41.308Z] ---> aec07678bfe2 [2021-02-23T22:53:41.308Z] Step 9/27 : COPY go.mod . [2021-02-23T22:53:41.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T22:53:41.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T22:53:41.680Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-23T22:53:41.680Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-23T22:53:41.680Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-23T22:53:41.680Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-23T22:53:41.944Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-23T22:53:41.944Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-23T22:53:41.944Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-23T22:53:41.944Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T22:53:41.944Z] Executing ca-certificates-20191127-r4.trigger [2021-02-23T22:53:41.944Z] OK: 9 MiB in 21 packages [2021-02-23T22:53:42.302Z] ---> 24067bdb1bd8 [2021-02-23T22:53:42.302Z] Step 10/27 : RUN go mod download [2021-02-23T22:53:42.302Z] ---> Running in c4972a13ba22 [2021-02-23T22:53:43.341Z] Removing intermediate container 2afd215fbf71 [2021-02-23T22:53:43.341Z] ---> a18f853d7585 [2021-02-23T22:53:43.341Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-23T22:53:43.341Z] ---> deda967c0b54 [2021-02-23T22:53:43.341Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-23T22:53:43.608Z] ---> c2d56601205c [2021-02-23T22:53:43.608Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-23T22:53:43.872Z] ---> fcb83c8f6f31 [2021-02-23T22:53:43.872Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-23T22:53:44.449Z] ---> a92071f3517a [2021-02-23T22:53:44.449Z] Step 22/27 : EXPOSE 48095 [2021-02-23T22:53:44.712Z] ---> Running in 1b3ed98d8ddb [2021-02-23T22:53:44.712Z] Removing intermediate container 1b3ed98d8ddb [2021-02-23T22:53:44.712Z] ---> 9779bc1ef4ba [2021-02-23T22:53:44.712Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-23T22:53:44.712Z] ---> Running in 2117511a854e [2021-02-23T22:53:44.926Z] Removing intermediate container c4972a13ba22 [2021-02-23T22:53:44.926Z] ---> 66d135d73d9d [2021-02-23T22:53:44.926Z] Step 11/27 : COPY . . [2021-02-23T22:53:44.975Z] Removing intermediate container 2117511a854e [2021-02-23T22:53:44.975Z] ---> 01782c2b1c49 [2021-02-23T22:53:44.975Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-23T22:53:44.975Z] ---> Running in c5b8516da1d8 [2021-02-23T22:53:45.199Z] ---> 401e5ea62c3f [2021-02-23T22:53:45.199Z] Step 12/27 : ARG MAKE="make build" [2021-02-23T22:53:45.237Z] Removing intermediate container c5b8516da1d8 [2021-02-23T22:53:45.237Z] ---> c1f9d6ec4b41 [2021-02-23T22:53:45.237Z] Step 25/27 : LABEL arch=amd64 [2021-02-23T22:53:45.237Z] ---> Running in df5275a4a2e9 [2021-02-23T22:53:45.473Z] ---> Running in 9db057ac7d83 [2021-02-23T22:53:45.499Z] Removing intermediate container df5275a4a2e9 [2021-02-23T22:53:45.500Z] ---> 1ce2fb5516f6 [2021-02-23T22:53:45.500Z] Step 26/27 : LABEL git_sha=50a23fb25f057f24c09903bc43e33ee9cf0b091d [2021-02-23T22:53:45.500Z] ---> Running in 2e9c597af3f9 [2021-02-23T22:53:45.500Z] Removing intermediate container 2e9c597af3f9 [2021-02-23T22:53:45.500Z] ---> 230fef2403af [2021-02-23T22:53:45.500Z] Step 27/27 : LABEL version=2.0.0-dev.17 [2021-02-23T22:53:45.745Z] Removing intermediate container 9db057ac7d83 [2021-02-23T22:53:45.745Z] ---> d3cd914dcc7b [2021-02-23T22:53:45.745Z] Step 13/27 : RUN $MAKE [2021-02-23T22:53:45.763Z] ---> Running in 97dc4a627768 [2021-02-23T22:53:45.763Z] Removing intermediate container 97dc4a627768 [2021-02-23T22:53:45.763Z] ---> 37fa85c4decb [2021-02-23T22:53:45.763Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T22:53:45.763Z] Successfully built 37fa85c4decb [2021-02-23T22:53:45.763Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-02-23T22:53:46.028Z] ---> Running in bee5feb78741 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T22:53:46.165Z] provisioning config files... [2021-02-23T22:53:46.203Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/84@tmp/config1348843901018189393tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:53:46.568Z] ---> docker-login.sh [2021-02-23T22:53:46.568Z] nexus3.edgexfoundry.org:10001 [2021-02-23T22:53:46.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:53:46.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:53:46.834Z] Configure a credential helper to remove this warning. See [2021-02-23T22:53:46.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:53:46.834Z] [2021-02-23T22:53:46.834Z] Login Succeeded [2021-02-23T22:53:46.834Z] nexus3.edgexfoundry.org:10002 [2021-02-23T22:53:46.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:53:47.027Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.17" -o app-service-configurable [2021-02-23T22:53:47.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:53:47.098Z] Configure a credential helper to remove this warning. See [2021-02-23T22:53:47.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:53:47.098Z] [2021-02-23T22:53:47.098Z] Login Succeeded [2021-02-23T22:53:47.098Z] nexus3.edgexfoundry.org:10003 [2021-02-23T22:53:47.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:53:47.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:53:47.098Z] Configure a credential helper to remove this warning. See [2021-02-23T22:53:47.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:53:47.098Z] [2021-02-23T22:53:47.098Z] Login Succeeded [2021-02-23T22:53:47.098Z] nexus3.edgexfoundry.org:10004 [2021-02-23T22:53:47.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:53:47.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:53:47.361Z] Configure a credential helper to remove this warning. See [2021-02-23T22:53:47.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:53:47.361Z] [2021-02-23T22:53:47.361Z] Login Succeeded [2021-02-23T22:53:47.361Z] docker.io [2021-02-23T22:53:47.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:53:47.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:53:47.624Z] Configure a credential helper to remove this warning. See [2021-02-23T22:53:47.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:53:47.624Z] [2021-02-23T22:53:47.624Z] Login Succeeded [2021-02-23T22:53:47.624Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T22:53:47.634Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T22:53:47.886Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-02-23T22:53:47.886Z] 50a23fb25f057f24c09903bc43e33ee9cf0b091d [2021-02-23T22:53:47.886Z] latest [2021-02-23T22:53:47.886Z] 2.0.0-dev.17 [2021-02-23T22:53:47.886Z] 50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [2021-02-23T22:53:47.886Z] master [2021-02-23T22:53:47.886Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:48.409Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:48.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d [2021-02-23T22:53:48.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-23T22:53:48.715Z] d0da43c39ba6: Preparing [2021-02-23T22:53:48.715Z] 9b2a25d0edaf: Preparing [2021-02-23T22:53:48.715Z] 2671c0e4f38d: Preparing [2021-02-23T22:53:48.715Z] 6c9f317e6aa3: Preparing [2021-02-23T22:53:48.715Z] cbff12ac89ed: Preparing [2021-02-23T22:53:48.715Z] 777b2c648970: Preparing [2021-02-23T22:53:48.977Z] 6c9f317e6aa3: Pushed [2021-02-23T22:53:48.977Z] 2671c0e4f38d: Pushed [2021-02-23T22:53:48.977Z] 9b2a25d0edaf: Pushed [2021-02-23T22:53:48.977Z] 777b2c648970: Layer already exists [2021-02-23T22:53:48.977Z] cbff12ac89ed: Pushed [2021-02-23T22:53:49.929Z] d0da43c39ba6: Pushed [2021-02-23T22:53:50.193Z] 50a23fb25f057f24c09903bc43e33ee9cf0b091d: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:50.509Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:50.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-23T22:53:50.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-23T22:53:50.823Z] d0da43c39ba6: Preparing [2021-02-23T22:53:50.823Z] 9b2a25d0edaf: Preparing [2021-02-23T22:53:50.823Z] 2671c0e4f38d: Preparing [2021-02-23T22:53:50.823Z] 6c9f317e6aa3: Preparing [2021-02-23T22:53:50.823Z] cbff12ac89ed: Preparing [2021-02-23T22:53:50.823Z] 777b2c648970: Preparing [2021-02-23T22:53:50.823Z] 777b2c648970: Waiting [2021-02-23T22:53:50.823Z] 6c9f317e6aa3: Layer already exists [2021-02-23T22:53:50.823Z] cbff12ac89ed: Layer already exists [2021-02-23T22:53:51.089Z] 2671c0e4f38d: Layer already exists [2021-02-23T22:53:51.089Z] d0da43c39ba6: Layer already exists [2021-02-23T22:53:51.089Z] 9b2a25d0edaf: Layer already exists [2021-02-23T22:53:51.089Z] 777b2c648970: Layer already exists [2021-02-23T22:53:51.089Z] latest: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:51.403Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:51.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.17 [2021-02-23T22:53:51.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-23T22:53:51.704Z] d0da43c39ba6: Preparing [2021-02-23T22:53:51.704Z] 9b2a25d0edaf: Preparing [2021-02-23T22:53:51.704Z] 2671c0e4f38d: Preparing [2021-02-23T22:53:51.704Z] 6c9f317e6aa3: Preparing [2021-02-23T22:53:51.704Z] cbff12ac89ed: Preparing [2021-02-23T22:53:51.704Z] 777b2c648970: Preparing [2021-02-23T22:53:51.704Z] 777b2c648970: Waiting [2021-02-23T22:53:51.704Z] 6c9f317e6aa3: Layer already exists [2021-02-23T22:53:51.704Z] 2671c0e4f38d: Layer already exists [2021-02-23T22:53:51.704Z] cbff12ac89ed: Layer already exists [2021-02-23T22:53:51.704Z] d0da43c39ba6: Layer already exists [2021-02-23T22:53:51.704Z] 9b2a25d0edaf: Layer already exists [2021-02-23T22:53:51.704Z] 777b2c648970: Layer already exists [2021-02-23T22:53:51.704Z] 2.0.0-dev.17: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:52.014Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:52.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [2021-02-23T22:53:52.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-23T22:53:52.321Z] d0da43c39ba6: Preparing [2021-02-23T22:53:52.321Z] 9b2a25d0edaf: Preparing [2021-02-23T22:53:52.321Z] 2671c0e4f38d: Preparing [2021-02-23T22:53:52.321Z] 6c9f317e6aa3: Preparing [2021-02-23T22:53:52.321Z] cbff12ac89ed: Preparing [2021-02-23T22:53:52.321Z] 777b2c648970: Preparing [2021-02-23T22:53:52.321Z] 777b2c648970: Waiting [2021-02-23T22:53:52.321Z] 9b2a25d0edaf: Layer already exists [2021-02-23T22:53:52.321Z] 6c9f317e6aa3: Layer already exists [2021-02-23T22:53:52.321Z] 2671c0e4f38d: Layer already exists [2021-02-23T22:53:52.321Z] cbff12ac89ed: Layer already exists [2021-02-23T22:53:52.321Z] d0da43c39ba6: Layer already exists [2021-02-23T22:53:52.321Z] 777b2c648970: Layer already exists [2021-02-23T22:53:52.321Z] 50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:52.633Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:53:52.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-02-23T22:53:52.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-23T22:53:52.939Z] d0da43c39ba6: Preparing [2021-02-23T22:53:52.939Z] 9b2a25d0edaf: Preparing [2021-02-23T22:53:52.939Z] 2671c0e4f38d: Preparing [2021-02-23T22:53:52.939Z] 6c9f317e6aa3: Preparing [2021-02-23T22:53:52.939Z] cbff12ac89ed: Preparing [2021-02-23T22:53:52.939Z] 777b2c648970: Preparing [2021-02-23T22:53:52.939Z] 777b2c648970: Waiting [2021-02-23T22:53:52.939Z] d0da43c39ba6: Layer already exists [2021-02-23T22:53:52.939Z] cbff12ac89ed: Layer already exists [2021-02-23T22:53:52.939Z] 6c9f317e6aa3: Layer already exists [2021-02-23T22:53:52.939Z] 2671c0e4f38d: Layer already exists [2021-02-23T22:53:52.939Z] 9b2a25d0edaf: Layer already exists [2021-02-23T22:53:52.939Z] 777b2c648970: Layer already exists [2021-02-23T22:53:52.939Z] master: digest: sha256:7036dbd0171b1354b3408c6da8b7395a4589fe6ad04414c63530d7b4f300642d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T22:53:53.129Z] ===================================================== [Pipeline] echo [2021-02-23T22:53:53.180Z] taggedImages: [2021-02-23T22:53:53.180Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d [2021-02-23T22:53:53.180Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-23T22:53:53.180Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.17 [2021-02-23T22:53:53.180Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [2021-02-23T22:53:53.180Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:53:54.193Z] ---> job-cost.sh [2021-02-23T22:53:54.193Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lphJ [2021-02-23T22:54:09.127Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-23T22:54:26.070Z] Removing intermediate container bee5feb78741 [2021-02-23T22:54:26.070Z] ---> 65e4cac141a4 [2021-02-23T22:54:26.070Z] Step 14/27 : FROM alpine:3.12 [2021-02-23T22:54:26.070Z] 3.12: Pulling from library/alpine [2021-02-23T22:54:26.070Z] 159e5727ea61: Pulling fs layer [2021-02-23T22:54:26.070Z] 159e5727ea61: Verifying Checksum [2021-02-23T22:54:26.070Z] 159e5727ea61: Download complete [2021-02-23T22:54:26.070Z] 159e5727ea61: Pull complete [2021-02-23T22:54:26.070Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T22:54:26.070Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T22:54:26.070Z] ---> afeebe901d6b [2021-02-23T22:54:26.070Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-23T22:54:26.070Z] ---> Running in 41f91a74894f [2021-02-23T22:54:26.070Z] Removing intermediate container 41f91a74894f [2021-02-23T22:54:26.070Z] ---> 239e95860baf [2021-02-23T22:54:26.070Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-23T22:54:26.070Z] ---> Running in 07b038a44d7a [2021-02-23T22:54:26.070Z] Removing intermediate container 07b038a44d7a [2021-02-23T22:54:26.070Z] ---> 518fb987a109 [2021-02-23T22:54:26.070Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-23T22:54:26.070Z] ---> Running in 987de2e0c0d1 [2021-02-23T22:54:26.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T22:54:26.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T22:54:26.341Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-23T22:54:26.341Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-23T22:54:26.341Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-23T22:54:26.341Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-23T22:54:26.341Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-23T22:54:26.341Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-23T22:54:26.341Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-23T22:54:26.341Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T22:54:26.341Z] Executing ca-certificates-20191127-r4.trigger [2021-02-23T22:54:26.613Z] OK: 9 MiB in 21 packages [2021-02-23T22:54:28.054Z] Removing intermediate container 987de2e0c0d1 [2021-02-23T22:54:28.054Z] ---> 8a3514e1f473 [2021-02-23T22:54:28.054Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-23T22:54:29.028Z] ---> 34a396784737 [2021-02-23T22:54:29.028Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-23T22:54:29.621Z] ---> 43e44b56da65 [2021-02-23T22:54:29.621Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-23T22:54:30.239Z] ---> 00d4b7e6c906 [2021-02-23T22:54:30.239Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-23T22:54:31.669Z] ---> 0b5ea9492e31 [2021-02-23T22:54:31.669Z] Step 22/27 : EXPOSE 48095 [2021-02-23T22:54:31.940Z] ---> Running in fd4ddd2e1d62 [2021-02-23T22:54:32.210Z] Removing intermediate container fd4ddd2e1d62 [2021-02-23T22:54:32.210Z] ---> 35f9591a9d80 [2021-02-23T22:54:32.210Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-23T22:54:32.482Z] ---> Running in 8c58c8382014 [2021-02-23T22:54:32.755Z] Removing intermediate container 8c58c8382014 [2021-02-23T22:54:32.755Z] ---> 6082c18182ec [2021-02-23T22:54:32.755Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-23T22:54:33.025Z] ---> Running in b2614f1687f6 [2021-02-23T22:54:33.296Z] Removing intermediate container b2614f1687f6 [2021-02-23T22:54:33.296Z] ---> 07159251620b [2021-02-23T22:54:33.296Z] Step 25/27 : LABEL arch=arm64 [2021-02-23T22:54:33.568Z] ---> Running in 08d6e54d5f1c [2021-02-23T22:54:33.841Z] Removing intermediate container 08d6e54d5f1c [2021-02-23T22:54:33.842Z] ---> 92b8034bf85e [2021-02-23T22:54:33.842Z] Step 26/27 : LABEL git_sha=50a23fb25f057f24c09903bc43e33ee9cf0b091d [2021-02-23T22:54:34.117Z] ---> Running in 70c93b389393 [2021-02-23T22:54:34.390Z] Removing intermediate container 70c93b389393 [2021-02-23T22:54:34.390Z] ---> 17b5901d52a1 [2021-02-23T22:54:34.390Z] Step 27/27 : LABEL version=2.0.0-dev.17 [2021-02-23T22:54:34.663Z] ---> Running in 89a4a947d5a9 [2021-02-23T22:54:35.256Z] Removing intermediate container 89a4a947d5a9 [2021-02-23T22:54:35.256Z] ---> 615577f2a64b [2021-02-23T22:54:35.256Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T22:54:35.256Z] Successfully built 615577f2a64b [2021-02-23T22:54:35.256Z] 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-23T22:54:35.741Z] provisioning config files... [2021-02-23T22:54:35.848Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/84@tmp/config4779967583891473597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:54:35.956Z] lf-activate-venv(): INFO: Adding /tmp/venv-lphJ/bin to PATH [2021-02-23T22:54:35.956Z] INFO: No Stack... [2021-02-23T22:54:35.956Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T22:54:36.257Z] ---> docker-login.sh [2021-02-23T22:54:36.257Z] nexus3.edgexfoundry.org:10001 [2021-02-23T22:54:36.530Z] INFO: Archiving Costs [2021-02-23T22:54:36.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:54:36.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:54:36.532Z] Configure a credential helper to remove this warning. See [2021-02-23T22:54:36.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:54:36.532Z] [2021-02-23T22:54:36.532Z] Login Succeeded [2021-02-23T22:54:36.532Z] nexus3.edgexfoundry.org:10002 [Pipeline] sh [2021-02-23T22:54:36.838Z] + cat /w/workspace/app-service-configurable/84/archives/cost.csv [2021-02-23T22:54:36.838Z] + cut -d, -f6 [Pipeline] lock [2021-02-23T22:54:36.916Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] [2021-02-23T22:54:36.928Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] did not exist. Created. [2021-02-23T22:54:36.929Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-23T22:54:37.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:54:37.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:54:37.128Z] Configure a credential helper to remove this warning. See [2021-02-23T22:54:37.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:54:37.128Z] [2021-02-23T22:54:37.128Z] Login Succeeded [2021-02-23T22:54:37.128Z] nexus3.edgexfoundry.org:10003 [2021-02-23T22:54:37.362Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-23T22:54:37.525Z] Stashed 1 file(s) [Pipeline] } [2021-02-23T22:54:37.542Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [2021-02-23T22:54:37.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:54:37.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:54:37.722Z] Configure a credential helper to remove this warning. See [2021-02-23T22:54:37.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:54:37.722Z] [2021-02-23T22:54:37.722Z] Login Succeeded [2021-02-23T22:54:37.722Z] nexus3.edgexfoundry.org:10004 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T22:54:38.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:54:38.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:54:38.318Z] Configure a credential helper to remove this warning. See [2021-02-23T22:54:38.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:54:38.318Z] [2021-02-23T22:54:38.318Z] Login Succeeded [2021-02-23T22:54:38.318Z] docker.io [2021-02-23T22:54:38.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T22:54:39.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T22:54:39.188Z] Configure a credential helper to remove this warning. See [2021-02-23T22:54:39.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T22:54:39.188Z] [2021-02-23T22:54:39.188Z] Login Succeeded [2021-02-23T22:54:39.188Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T22:54:39.203Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T22:54:39.418Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-23T22:54:39.418Z] 50a23fb25f057f24c09903bc43e33ee9cf0b091d [2021-02-23T22:54:39.418Z] latest [2021-02-23T22:54:39.418Z] 2.0.0-dev.17 [2021-02-23T22:54:39.418Z] 50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [2021-02-23T22:54:39.418Z] master [2021-02-23T22:54:39.418Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:40.008Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:40.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d [2021-02-23T22:54:40.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T22:54:40.345Z] 35aad7520cb4: Preparing [2021-02-23T22:54:40.345Z] 504fbb860827: Preparing [2021-02-23T22:54:40.345Z] 9a01a457b588: Preparing [2021-02-23T22:54:40.345Z] af181aa95c88: Preparing [2021-02-23T22:54:40.345Z] 95da40f8a43b: Preparing [2021-02-23T22:54:40.345Z] 379067d0cb53: Preparing [2021-02-23T22:54:40.345Z] 379067d0cb53: Waiting [2021-02-23T22:54:40.941Z] 504fbb860827: Pushed [2021-02-23T22:54:40.941Z] af181aa95c88: Pushed [2021-02-23T22:54:40.941Z] 9a01a457b588: Pushed [2021-02-23T22:54:40.941Z] 379067d0cb53: Layer already exists [2021-02-23T22:54:41.535Z] 95da40f8a43b: Pushed [2021-02-23T22:54:44.142Z] 35aad7520cb4: Pushed [2021-02-23T22:54:44.411Z] 50a23fb25f057f24c09903bc43e33ee9cf0b091d: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:44.748Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:45.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-23T22:54:45.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T22:54:45.080Z] 35aad7520cb4: Preparing [2021-02-23T22:54:45.080Z] 504fbb860827: Preparing [2021-02-23T22:54:45.080Z] 9a01a457b588: Preparing [2021-02-23T22:54:45.080Z] af181aa95c88: Preparing [2021-02-23T22:54:45.080Z] 95da40f8a43b: Preparing [2021-02-23T22:54:45.080Z] 379067d0cb53: Preparing [2021-02-23T22:54:45.080Z] 379067d0cb53: Waiting [2021-02-23T22:54:45.353Z] af181aa95c88: Layer already exists [2021-02-23T22:54:45.353Z] 35aad7520cb4: Layer already exists [2021-02-23T22:54:45.353Z] 9a01a457b588: Layer already exists [2021-02-23T22:54:45.353Z] 95da40f8a43b: Layer already exists [2021-02-23T22:54:45.353Z] 504fbb860827: Layer already exists [2021-02-23T22:54:45.353Z] 379067d0cb53: Layer already exists [2021-02-23T22:54:45.353Z] latest: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:45.694Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:46.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.17 [2021-02-23T22:54:46.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T22:54:46.033Z] 35aad7520cb4: Preparing [2021-02-23T22:54:46.033Z] 504fbb860827: Preparing [2021-02-23T22:54:46.033Z] 9a01a457b588: Preparing [2021-02-23T22:54:46.033Z] af181aa95c88: Preparing [2021-02-23T22:54:46.033Z] 95da40f8a43b: Preparing [2021-02-23T22:54:46.033Z] 379067d0cb53: Preparing [2021-02-23T22:54:46.033Z] 379067d0cb53: Waiting [2021-02-23T22:54:46.033Z] 95da40f8a43b: Layer already exists [2021-02-23T22:54:46.033Z] af181aa95c88: Layer already exists [2021-02-23T22:54:46.033Z] 504fbb860827: Layer already exists [2021-02-23T22:54:46.033Z] 35aad7520cb4: Layer already exists [2021-02-23T22:54:46.033Z] 9a01a457b588: Layer already exists [2021-02-23T22:54:46.033Z] 379067d0cb53: Layer already exists [2021-02-23T22:54:46.308Z] 2.0.0-dev.17: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:46.649Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:46.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [2021-02-23T22:54:46.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T22:54:46.986Z] 35aad7520cb4: Preparing [2021-02-23T22:54:46.986Z] 504fbb860827: Preparing [2021-02-23T22:54:46.986Z] 9a01a457b588: Preparing [2021-02-23T22:54:46.986Z] af181aa95c88: Preparing [2021-02-23T22:54:46.986Z] 95da40f8a43b: Preparing [2021-02-23T22:54:46.986Z] 379067d0cb53: Preparing [2021-02-23T22:54:46.986Z] 379067d0cb53: Waiting [2021-02-23T22:54:46.986Z] 35aad7520cb4: Layer already exists [2021-02-23T22:54:46.986Z] 95da40f8a43b: Layer already exists [2021-02-23T22:54:46.986Z] 9a01a457b588: Layer already exists [2021-02-23T22:54:47.260Z] af181aa95c88: Layer already exists [2021-02-23T22:54:47.261Z] 504fbb860827: Layer already exists [2021-02-23T22:54:47.261Z] 379067d0cb53: Layer already exists [2021-02-23T22:54:47.261Z] 50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:47.608Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:54:47.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-02-23T22:54:47.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T22:54:47.950Z] 35aad7520cb4: Preparing [2021-02-23T22:54:47.950Z] 504fbb860827: Preparing [2021-02-23T22:54:47.950Z] 9a01a457b588: Preparing [2021-02-23T22:54:47.950Z] af181aa95c88: Preparing [2021-02-23T22:54:47.950Z] 95da40f8a43b: Preparing [2021-02-23T22:54:47.950Z] 379067d0cb53: Preparing [2021-02-23T22:54:47.950Z] 379067d0cb53: Waiting [2021-02-23T22:54:47.950Z] 504fbb860827: Layer already exists [2021-02-23T22:54:47.950Z] 35aad7520cb4: Layer already exists [2021-02-23T22:54:47.950Z] 95da40f8a43b: Layer already exists [2021-02-23T22:54:47.950Z] af181aa95c88: Layer already exists [2021-02-23T22:54:47.950Z] 9a01a457b588: Layer already exists [2021-02-23T22:54:47.950Z] 379067d0cb53: Layer already exists [2021-02-23T22:54:48.223Z] master: digest: sha256:bc8417a9f0374608fa2568e1fb68502919c55b55fb0b2436bee47361abfd0a45 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T22:54:48.452Z] ===================================================== [Pipeline] echo [2021-02-23T22:54:48.518Z] taggedImages: [2021-02-23T22:54:48.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d [2021-02-23T22:54:48.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-23T22:54:48.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.17 [2021-02-23T22:54:48.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:50a23fb25f057f24c09903bc43e33ee9cf0b091d-2.0.0-dev.17 [2021-02-23T22:54:48.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:54:49.066Z] ---> job-cost.sh [2021-02-23T22:54:49.067Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DUgT [2021-02-23T22:55:28.069Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-23T22:57:34.841Z] lf-activate-venv(): INFO: Adding /tmp/venv-DUgT/bin to PATH [2021-02-23T22:57:34.841Z] INFO: No Stack... [2021-02-23T22:57:34.841Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-23T22:57:34.841Z] INFO: Archiving Costs [Pipeline] sh [2021-02-23T22:57:35.184Z] + cat /w/workspace/app-service-configurable/84/archives/cost.csv [2021-02-23T22:57:35.184Z] + cut -d, -f6 [Pipeline] lock [2021-02-23T22:57:35.310Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] [2021-02-23T22:57:35.318Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] did not exist. Created. [2021-02-23T22:57:35.318Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-23T22:57:35.778Z] /w/workspace/app-service-configurable/84@tmp/durable-f30bae5d/script.sh: 1: /w/workspace/app-service-configurable/84@tmp/durable-f30bae5d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-23T22:57:36.130Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-23T22:57:36.203Z] Warning: overwriting stash ‘stack-cost’ [2021-02-23T22:57:36.353Z] Stashed 1 file(s) [Pipeline] } [2021-02-23T22:57:36.368Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-84-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-23T22:57:37.795Z] provisioning config files... [2021-02-23T22:57:37.807Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config6867555057364763665tmp [Pipeline] { [Pipeline] sh [2021-02-23T22:57:38.235Z] + set +x [2021-02-23T22:57:38.235Z] + curl -s https://codecov.io/bash [2021-02-23T22:57:38.235Z] + bash -s -- [2021-02-23T22:57:38.499Z] [2021-02-23T22:57:38.499Z] _____ _ [2021-02-23T22:57:38.499Z] / ____| | | [2021-02-23T22:57:38.499Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T22:57:38.499Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T22:57:38.499Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T22:57:38.499Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T22:57:38.499Z] Bash-20210129-7c25fce [2021-02-23T22:57:38.499Z] [2021-02-23T22:57:38.499Z] [2021-02-23T22:57:38.499Z] ==> git version 2.24.3 found [2021-02-23T22:57:38.499Z] ==> 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-23T22:57:38.499Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T22:57:38.499Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T22:57:38.499Z] ==> Jenkins CI detected. [2021-02-23T22:57:38.499Z] project root: . [2021-02-23T22:57:38.499Z] --> token set from env [2021-02-23T22:57:38.499Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T22:57:38.499Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T22:57:38.499Z] ==> Python coveragepy not found [2021-02-23T22:57:38.499Z] ==> Searching for coverage reports in: [2021-02-23T22:57:38.499Z] + . [2021-02-23T22:57:38.499Z] -> Found 1 reports [2021-02-23T22:57:38.499Z] ==> Detecting git/mercurial file structure [2021-02-23T22:57:38.499Z] ==> Reading reports [2021-02-23T22:57:38.499Z] + ./coverage.out bytes=10 [2021-02-23T22:57:38.499Z] ==> Appending adjustments [2021-02-23T22:57:38.499Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T22:57:38.499Z] + Found adjustments [2021-02-23T22:57:38.499Z] ==> Gzipping contents [2021-02-23T22:57:38.499Z] 4.0K /tmp/codecov.tgrZlA.gz [2021-02-23T22:57:38.499Z] ==> Uploading reports [2021-02-23T22:57:38.499Z] url: https://codecov.io [2021-02-23T22:57:38.499Z] query: branch=master&commit=50a23fb25f057f24c09903bc43e33ee9cf0b091d&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F84%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T22:57:38.499Z] -> Pinging Codecov [2021-02-23T22:57:38.499Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=50a23fb25f057f24c09903bc43e33ee9cf0b091d&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F84%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T22:57:39.080Z] -> Uploading to [2021-02-23T22:57:39.080Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/A97CA9966030D2A3747ED39772930CCE/50a23fb25f057f24c09903bc43e33ee9cf0b091d/3a1bf73e-2381-4f4e-a55a-24969af3c4bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T225738Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=94e2e914c8c8a2946aa994ebe4270c394e639bfddc5a020263870fe222201cf6 [2021-02-23T22:57:39.080Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T22:57:39.080Z] Dload Upload Total Spent Left Speed [2021-02-23T22:57:39.658Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 962 --:--:-- --:--:-- --:--:-- 963 [2021-02-23T22:57:39.658Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] } [2021-02-23T22:57:39.668Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-23T22:57:40.628Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-23T22:57:40.687Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:57:41.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T22:57:41.042Z] [2021-02-23T22:57:41.042Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:57:41.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T22:57:41.412Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-23T22:57:41.412Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T22:57:41.412Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T22:57:41.412Z] de9db76c5a1d: Pulling fs layer [2021-02-23T22:57:41.412Z] 0eba1c9be4d2: Pulling fs layer [2021-02-23T22:57:41.412Z] 0d57e429df01: Pulling fs layer [2021-02-23T22:57:41.412Z] 4e4be7b47b0d: Pulling fs layer [2021-02-23T22:57:41.412Z] e1f770b5df2f: Pulling fs layer [2021-02-23T22:57:41.412Z] 85a0685a4137: Pulling fs layer [2021-02-23T22:57:41.412Z] 0eba1c9be4d2: Waiting [2021-02-23T22:57:41.412Z] 0d57e429df01: Waiting [2021-02-23T22:57:41.412Z] 4e4be7b47b0d: Waiting [2021-02-23T22:57:41.412Z] e1f770b5df2f: Waiting [2021-02-23T22:57:41.412Z] 85a0685a4137: Waiting [2021-02-23T22:57:41.412Z] de9db76c5a1d: Verifying Checksum [2021-02-23T22:57:41.412Z] de9db76c5a1d: Download complete [2021-02-23T22:57:41.412Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T22:57:41.412Z] 0ef7d3d256c8: Download complete [2021-02-23T22:57:41.412Z] 0d57e429df01: Verifying Checksum [2021-02-23T22:57:41.412Z] 0d57e429df01: Download complete [2021-02-23T22:57:41.679Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T22:57:41.679Z] 4e4be7b47b0d: Verifying Checksum [2021-02-23T22:57:41.679Z] 4e4be7b47b0d: Download complete [2021-02-23T22:57:41.943Z] 188c0c94c7c5: Pull complete [2021-02-23T22:57:42.207Z] 0ef7d3d256c8: Pull complete [2021-02-23T22:57:42.207Z] de9db76c5a1d: Pull complete [2021-02-23T22:57:43.607Z] e1f770b5df2f: Verifying Checksum [2021-02-23T22:57:43.607Z] e1f770b5df2f: Download complete [2021-02-23T22:57:45.543Z] 0eba1c9be4d2: Verifying Checksum [2021-02-23T22:57:45.543Z] 0eba1c9be4d2: Download complete [2021-02-23T22:57:45.810Z] 85a0685a4137: Verifying Checksum [2021-02-23T22:57:45.810Z] 85a0685a4137: Download complete [2021-02-23T22:57:50.059Z] 0eba1c9be4d2: Pull complete [2021-02-23T22:57:50.059Z] 0d57e429df01: Pull complete [2021-02-23T22:57:50.323Z] 4e4be7b47b0d: Pull complete [2021-02-23T22:57:54.550Z] e1f770b5df2f: Pull complete [2021-02-23T22:58:01.197Z] 85a0685a4137: Pull complete [2021-02-23T22:58:01.197Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-23T22:58:01.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T22:58:01.197Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-23T22:58:01.420Z] prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container [2021-02-23T22:58:01.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-23T22:58:02.506Z] $ docker top f7aee37f72b0c923eba6c27da6fad93f5ac9e40ae36591092b76b001a7f486a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-23T22:58:02.754Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-23T22:58:03.046Z] + set -o pipefail [2021-02-23T22:58:03.047Z] + snyk monitor '--org=edgex-jenkins' [2021-02-23T22:58:17.991Z] [2021-02-23T22:58:17.991Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-02-23T22:58:17.991Z] [2021-02-23T22:58:17.991Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/9a566fd5-43a0-4d82-85e9-88cba316531a [2021-02-23T22:58:17.991Z] [2021-02-23T22:58:17.991Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-23T22:58:17.991Z] [2021-02-23T22:58:17.991Z] [2021-02-23T22:58:17.991Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-23T22:58:17.991Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-23T22:58:18.008Z] $ docker stop --time=1 f7aee37f72b0c923eba6c27da6fad93f5ac9e40ae36591092b76b001a7f486a5 [2021-02-23T22:58:21.344Z] $ docker rm -f f7aee37f72b0c923eba6c27da6fad93f5ac9e40ae36591092b76b001a7f486a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-23T22:58:23.085Z] + git log --format=format:%s -1 50a23fb25f057f24c09903bc43e33ee9cf0b091d [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:58:23.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T22:58:23.396Z] . [Pipeline] withDockerContainer [2021-02-23T22:58:23.506Z] prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container [2021-02-23T22:58:23.548Z] $ 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-23T22:58:24.295Z] $ docker top 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T22:58:24.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T22:58:24.613Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T22:58:24.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T22:58:24.841Z] $ docker exec 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f ssh-agent [2021-02-23T22:58:25.016Z] SSH_AUTH_SOCK=/tmp/ssh-Nl8RDbEMw6HV/agent.12 [2021-02-23T22:58:25.016Z] SSH_AGENT_PID=17 [2021-02-23T22:58:25.024Z] Running ssh-add (command line suppressed) [2021-02-23T22:58:25.153Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1888364836132619378.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1888364836132619378.key) [2021-02-23T22:58:25.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T22:58:25.540Z] + git semver tag [2021-02-23T22:58:25.540Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T22:58:25.540Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-23T22:58:25.540Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-23T22:58:25.540Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T22:58:25.540Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T22:58:25.540Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T22:58:25.540Z] # $SEMVER_BRANCH = master [2021-02-23T22:58:25.540Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-23T22:58:25.540Z] # 50a23fb25f057f24c09903bc43e33ee9cf0b091d HEAD [2021-02-23T22:58:25.540Z] # -> Force: false [2021-02-23T22:58:25.540Z] # add109aec6967c1b703ada5d5eee230836221e2e refs/tags/v2.0.0-dev.17 [Pipeline] } [2021-02-23T22:58:25.551Z] $ docker exec --env ******** --env ******** 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f ssh-agent -k [2021-02-23T22:58:25.669Z] unset SSH_AUTH_SOCK; [2021-02-23T22:58:25.670Z] unset SSH_AGENT_PID; [2021-02-23T22:58:25.670Z] echo Agent pid 17 killed; [2021-02-23T22:58:25.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T22:58:26.344Z] + git semver [Pipeline] } [2021-02-23T22:58:26.426Z] $ docker stop --time=1 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f [2021-02-23T22:58:27.790Z] $ docker rm -f 1dcf10a9ae5bb2c0bdcfaccdacee63903194f0a5bf0efac4595020177c83ae2f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:58:28.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T22:58:28.471Z] [2021-02-23T22:58:28.471Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:58:28.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T22:58:28.818Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-23T22:58:28.818Z] ab5ef0e58194: Pulling fs layer [2021-02-23T22:58:28.818Z] 9712f1f96733: Pulling fs layer [2021-02-23T22:58:28.818Z] 63f879dbbcfc: Pulling fs layer [2021-02-23T22:58:28.818Z] 0d9ebad4ef96: Pulling fs layer [2021-02-23T22:58:28.818Z] e9a5061849ea: Pulling fs layer [2021-02-23T22:58:28.818Z] d747dcd14b5f: Pulling fs layer [2021-02-23T22:58:28.818Z] 2de7ff778b66: Pulling fs layer [2021-02-23T22:58:28.818Z] 0d9ebad4ef96: Waiting [2021-02-23T22:58:28.818Z] e9a5061849ea: Waiting [2021-02-23T22:58:28.818Z] d747dcd14b5f: Waiting [2021-02-23T22:58:28.818Z] 2de7ff778b66: Waiting [2021-02-23T22:58:29.079Z] 9712f1f96733: Verifying Checksum [2021-02-23T22:58:29.079Z] 9712f1f96733: Download complete [2021-02-23T22:58:30.478Z] 63f879dbbcfc: Verifying Checksum [2021-02-23T22:58:30.478Z] 63f879dbbcfc: Download complete [2021-02-23T22:58:30.478Z] e9a5061849ea: Verifying Checksum [2021-02-23T22:58:30.478Z] e9a5061849ea: Download complete [2021-02-23T22:58:30.743Z] d747dcd14b5f: Verifying Checksum [2021-02-23T22:58:30.743Z] d747dcd14b5f: Download complete [2021-02-23T22:58:31.007Z] 2de7ff778b66: Verifying Checksum [2021-02-23T22:58:31.007Z] 2de7ff778b66: Download complete [2021-02-23T22:58:31.007Z] 0d9ebad4ef96: Verifying Checksum [2021-02-23T22:58:31.007Z] 0d9ebad4ef96: Download complete [2021-02-23T22:58:31.273Z] ab5ef0e58194: Verifying Checksum [2021-02-23T22:58:31.273Z] ab5ef0e58194: Download complete [2021-02-23T22:58:35.553Z] ab5ef0e58194: Pull complete [2021-02-23T22:58:35.553Z] 9712f1f96733: Pull complete [2021-02-23T22:58:38.923Z] 63f879dbbcfc: Pull complete [2021-02-23T22:58:44.383Z] 0d9ebad4ef96: Pull complete [2021-02-23T22:58:46.308Z] e9a5061849ea: Pull complete [2021-02-23T22:58:46.308Z] d747dcd14b5f: Pull complete [2021-02-23T22:58:48.870Z] 2de7ff778b66: Pull complete [2021-02-23T22:58:48.870Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-23T22:58:48.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T22:58:48.870Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-23T22:58:49.074Z] prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container [2021-02-23T22:58:49.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-23T22:58:52.949Z] $ docker top 9c6005ff683ccdabcea22315cedbcde5eb7679e317ea69a98b42e41434f0bebb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-23T22:58:53.242Z] provisioning config files... [2021-02-23T22:58:53.252Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6486424257930434357tmp [2021-02-23T22:58:53.268Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8833146314459780307tmp [2021-02-23T22:58:53.283Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3892271520853685586tmp [Pipeline] { [Pipeline] echo [2021-02-23T22:58:53.337Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:58:53.638Z] ---> sigul-configuration.sh [2021-02-23T22:58:53.638Z] gpg: directory `/root/.gnupg' created [2021-02-23T22:58:53.638Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-23T22:58:53.638Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-23T22:58:53.638Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-23T22:58:53.638Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-23T22:58:53.638Z] gpg: CAST5 encrypted data [2021-02-23T22:58:53.901Z] gpg: encrypted with 1 passphrase [2021-02-23T22:58:53.901Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-23T22:58:54.206Z] + mkdir /home/jenkins [2021-02-23T22:58:54.206Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-23T22:58:54.506Z] + 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-23T22:58:54.517Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:58:54.814Z] ---> sigul-install.sh [2021-02-23T22:59:00.135Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-23T22:59:00.437Z] + git tag --list [2021-02-23T22:59:00.437Z] v1.0.0 [2021-02-23T22:59:00.437Z] v1.1.0 [2021-02-23T22:59:00.437Z] v1.2.0 [2021-02-23T22:59:00.437Z] v1.3.0 [2021-02-23T22:59:00.437Z] v1.3.1 [2021-02-23T22:59:00.437Z] v1.3.1-dev.1 [2021-02-23T22:59:00.437Z] v1.3.1-dev.2 [2021-02-23T22:59:00.437Z] v1.3.1-dev.3 [2021-02-23T22:59:00.437Z] v2.0.0-dev.1 [2021-02-23T22:59:00.437Z] v2.0.0-dev.10 [2021-02-23T22:59:00.437Z] v2.0.0-dev.11 [2021-02-23T22:59:00.437Z] v2.0.0-dev.12 [2021-02-23T22:59:00.437Z] v2.0.0-dev.13 [2021-02-23T22:59:00.437Z] v2.0.0-dev.14 [2021-02-23T22:59:00.438Z] v2.0.0-dev.15 [2021-02-23T22:59:00.438Z] v2.0.0-dev.16 [2021-02-23T22:59:00.438Z] v2.0.0-dev.17 [2021-02-23T22:59:00.438Z] v2.0.0-dev.2 [2021-02-23T22:59:00.438Z] v2.0.0-dev.3 [2021-02-23T22:59:00.438Z] v2.0.0-dev.4 [2021-02-23T22:59:00.438Z] v2.0.0-dev.5 [2021-02-23T22:59:00.438Z] v2.0.0-dev.6 [2021-02-23T22:59:00.438Z] v2.0.0-dev.7 [2021-02-23T22:59:00.438Z] v2.0.0-dev.8 [2021-02-23T22:59:00.438Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-23T22:59:00.735Z] + lftools sign git-tag v2.0.0-dev.17 [2021-02-23T22:59:02.127Z] Signing Git tag with Sigul... [2021-02-23T22:59:02.127Z] Signing v2.0.0-dev.17 [Pipeline] echo [2021-02-23T22:59:03.087Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:59:03.389Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-23T22:59:03.399Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-23T22:59:03.488Z] $ docker stop --time=1 9c6005ff683ccdabcea22315cedbcde5eb7679e317ea69a98b42e41434f0bebb [2021-02-23T22:59:05.544Z] $ docker rm -f 9c6005ff683ccdabcea22315cedbcde5eb7679e317ea69a98b42e41434f0bebb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:59:06.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T22:59:06.556Z] . [Pipeline] withDockerContainer [2021-02-23T22:59:06.670Z] prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container [2021-02-23T22:59:06.721Z] $ 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-23T22:59:07.448Z] $ docker top 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T22:59:07.788Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T22:59:07.789Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T22:59:08.033Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T22:59:08.037Z] $ docker exec 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 ssh-agent [2021-02-23T22:59:08.228Z] SSH_AUTH_SOCK=/tmp/ssh-N1hacUCjzPAf/agent.11 [2021-02-23T22:59:08.228Z] SSH_AGENT_PID=16 [2021-02-23T22:59:08.237Z] Running ssh-add (command line suppressed) [2021-02-23T22:59:08.365Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8905812114547966223.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8905812114547966223.key) [2021-02-23T22:59:08.424Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T22:59:08.773Z] + git semver bump pre [2021-02-23T22:59:08.773Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T22:59:08.773Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-23T22:59:08.773Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-23T22:59:08.773Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T22:59:08.773Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T22:59:08.773Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T22:59:08.773Z] # $SEMVER_BRANCH = master [2021-02-23T22:59:08.773Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-23T22:59:08.773Z] 2.0.0-dev.18 [Pipeline] } [2021-02-23T22:59:08.786Z] $ docker exec --env ******** --env ******** 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 ssh-agent -k [2021-02-23T22:59:08.927Z] unset SSH_AUTH_SOCK; [2021-02-23T22:59:08.929Z] unset SSH_AGENT_PID; [2021-02-23T22:59:08.929Z] echo Agent pid 16 killed; [2021-02-23T22:59:08.993Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T22:59:09.450Z] + git semver [Pipeline] } [2021-02-23T22:59:09.468Z] $ docker stop --time=1 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 [2021-02-23T22:59:11.052Z] $ docker rm -f 1bb38c6e12f6e4447fcdb347d6ab34c62915ce0d6ac4c2c15400da5c1c7e3cd5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:59:11.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T22:59:11.597Z] . [Pipeline] withDockerContainer [2021-02-23T22:59:11.702Z] prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container [2021-02-23T22:59:11.755Z] $ 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-23T22:59:12.432Z] $ docker top 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T22:59:12.831Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T22:59:12.831Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T22:59:13.019Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T22:59:13.023Z] $ docker exec 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 ssh-agent [2021-02-23T22:59:13.198Z] SSH_AUTH_SOCK=/tmp/ssh-hTbkwvElRw1q/agent.12 [2021-02-23T22:59:13.198Z] SSH_AGENT_PID=17 [2021-02-23T22:59:13.205Z] Running ssh-add (command line suppressed) [2021-02-23T22:59:13.328Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8950384615365314226.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8950384615365314226.key) [2021-02-23T22:59:13.384Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T22:59:13.725Z] + git semver push [2021-02-23T22:59:13.725Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T22:59:13.725Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-23T22:59:13.725Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-23T22:59:13.725Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T22:59:13.725Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T22:59:13.725Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T22:59:13.725Z] # $SEMVER_BRANCH = master [2021-02-23T22:59:13.725Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-23T22:59:19.076Z] $ docker exec --env ******** --env ******** 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 ssh-agent -k [2021-02-23T22:59:19.207Z] unset SSH_AUTH_SOCK; [2021-02-23T22:59:19.207Z] unset SSH_AGENT_PID; [2021-02-23T22:59:19.208Z] echo Agent pid 17 killed; [2021-02-23T22:59:19.262Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T22:59:19.786Z] + git semver [Pipeline] } [2021-02-23T22:59:19.814Z] $ docker stop --time=1 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 [2021-02-23T22:59:21.166Z] $ docker rm -f 6509f3c5dde0e541a6e8fd12b4e53b6ad3790da9c045ec629e23244c6e96a198 [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-23T22:59:22.762Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:59:23.648Z] ---> package-listing.sh [2021-02-23T22:59:23.648Z] ++ facter osfamily [2021-02-23T22:59:23.648Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T22:59:23.648Z] + OS_FAMILY=redhat [2021-02-23T22:59:23.648Z] + workspace=/w/workspace/_app-service-configurable_master [2021-02-23T22:59:23.648Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T22:59:23.648Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T22:59:23.648Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T22:59:23.648Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T22:59:23.648Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-23T22:59:23.648Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T22:59:23.648Z] + case "${OS_FAMILY}" in [2021-02-23T22:59:23.648Z] + rpm -qa [2021-02-23T22:59:23.648Z] + sort [2021-02-23T22:59:28.976Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T22:59:28.976Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T22:59:28.976Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T22:59:28.976Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-23T22:59:28.976Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-02-23T22:59:28.976Z] + 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-23T22:59:28.990Z] 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-23T22:59:29.282Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:59:29.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T22:59:29.598Z] [2021-02-23T22:59:29.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T22:59:29.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T22:59:29.952Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T22:59:29.952Z] df20fa9351a1: Pulling fs layer [2021-02-23T22:59:29.952Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T22:59:29.952Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T22:59:29.952Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T22:59:29.952Z] 93b61091891f: Pulling fs layer [2021-02-23T22:59:29.952Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T22:59:29.952Z] 5e14af77c1be: Pulling fs layer [2021-02-23T22:59:29.952Z] 01666e4c0597: Pulling fs layer [2021-02-23T22:59:29.952Z] aa168da1d23b: Pulling fs layer [2021-02-23T22:59:29.952Z] 93b9cdb0e59b: Waiting [2021-02-23T22:59:29.952Z] 5e14af77c1be: Waiting [2021-02-23T22:59:29.952Z] aa168da1d23b: Waiting [2021-02-23T22:59:29.952Z] 01666e4c0597: Waiting [2021-02-23T22:59:29.952Z] 93b61091891f: Waiting [2021-02-23T22:59:29.952Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T22:59:29.952Z] 36b3adc4ff6f: Download complete [2021-02-23T22:59:29.952Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T22:59:29.952Z] 46f8f816bc3b: Download complete [2021-02-23T22:59:29.952Z] df20fa9351a1: Verifying Checksum [2021-02-23T22:59:29.952Z] df20fa9351a1: Download complete [2021-02-23T22:59:30.219Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T22:59:30.219Z] 93b9cdb0e59b: Download complete [2021-02-23T22:59:30.219Z] 5e14af77c1be: Verifying Checksum [2021-02-23T22:59:30.219Z] 5e14af77c1be: Download complete [2021-02-23T22:59:30.219Z] 01666e4c0597: Verifying Checksum [2021-02-23T22:59:30.219Z] 01666e4c0597: Download complete [2021-02-23T22:59:30.219Z] 93b61091891f: Download complete [2021-02-23T22:59:30.219Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T22:59:30.219Z] 8ad3a11d3b57: Download complete [2021-02-23T22:59:30.481Z] df20fa9351a1: Pull complete [2021-02-23T22:59:30.749Z] 36b3adc4ff6f: Pull complete [2021-02-23T22:59:32.144Z] aa168da1d23b: Verifying Checksum [2021-02-23T22:59:32.144Z] aa168da1d23b: Download complete [2021-02-23T22:59:32.144Z] 8ad3a11d3b57: Pull complete [2021-02-23T22:59:32.720Z] 46f8f816bc3b: Pull complete [2021-02-23T22:59:32.984Z] 93b61091891f: Pull complete [2021-02-23T22:59:33.247Z] 93b9cdb0e59b: Pull complete [2021-02-23T22:59:33.247Z] 5e14af77c1be: Pull complete [2021-02-23T22:59:33.509Z] 01666e4c0597: Pull complete [2021-02-23T22:59:41.682Z] aa168da1d23b: Pull complete [2021-02-23T22:59:41.682Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T22:59:41.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T22:59:41.682Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T22:59:41.793Z] prd-centos7-docker-4c-2g-27395 does not seem to be running inside a container [2021-02-23T22:59:41.838Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T22:59:44.503Z] $ docker top ee22e389b41da18d4b4102af217686a580c7a67618278a9a26c87d80c74e937e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T22:59:45.045Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T22:59:45.343Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T22:59:45.644Z] + ls /var/log/sa-host [2021-02-23T22:59:45.644Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T22:59:45.644Z] file_magic: OK [2021-02-23T22:59:45.644Z] HZ: Using current value: 100 [2021-02-23T22:59:45.644Z] file_header: OK [2021-02-23T22:59:45.644Z] 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-23T22:59:45.644Z] Statistics: [2021-02-23T22:59:45.644Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T22:59:45.644Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T22:59:46.399Z] provisioning config files... [2021-02-23T22:59:46.416Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6166485299713903027tmp [Pipeline] { [Pipeline] echo [2021-02-23T22:59:46.497Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:59:46.798Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T22:59:46.809Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T22:59:46.897Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:59:47.196Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T22:59:47.207Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:59:47.509Z] ---> sudo-logs.sh [2021-02-23T22:59:47.509Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T22:59:47.573Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:59:47.874Z] ---> job-cost.sh [2021-02-23T22:59:47.874Z] lf-activate-venv: SKIPPING [2021-02-23T22:59:47.874Z] DEBUG: total: 0.20999999344348907 [2021-02-23T22:59:47.874Z] INFO: Retrieving Stack Cost... [2021-02-23T22:59:48.822Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T22:59:49.399Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T22:59:49.415Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T22:59:49.714Z] ---> logs-deploy.sh [2021-02-23T22:59:49.714Z] lf-activate-venv: SKIPPING [2021-02-23T22:59:49.714Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/84 [2021-02-23T22:59:49.714Z] INFO: archiving workspace using pattern(s): [2021-02-23T22:59:51.106Z] Archives upload complete. [2021-02-23T22:59:51.375Z] INFO: archiving logs to Nexus [2021-02-23T22:59:52.325Z] ---> uname -a: [2021-02-23T22:59:52.325Z] Linux prd-centos7-docker-4c-2g-27395.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-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] ---> lscpu: [2021-02-23T22:59:52.325Z] Architecture: x86_64 [2021-02-23T22:59:52.325Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-23T22:59:52.325Z] Byte Order: Little Endian [2021-02-23T22:59:52.325Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-23T22:59:52.325Z] CPU(s): 4 [2021-02-23T22:59:52.325Z] On-line CPU(s) list: 0-3 [2021-02-23T22:59:52.325Z] Thread(s) per core: 1 [2021-02-23T22:59:52.325Z] Core(s) per socket: 1 [2021-02-23T22:59:52.325Z] Socket(s): 4 [2021-02-23T22:59:52.325Z] NUMA node(s): 1 [2021-02-23T22:59:52.325Z] Vendor ID: GenuineIntel [2021-02-23T22:59:52.325Z] CPU family: 6 [2021-02-23T22:59:52.325Z] Model: 44 [2021-02-23T22:59:52.325Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-23T22:59:52.325Z] Stepping: 1 [2021-02-23T22:59:52.325Z] CPU MHz: 2933.438 [2021-02-23T22:59:52.325Z] BogoMIPS: 5866.87 [2021-02-23T22:59:52.325Z] Virtualization: VT-x [2021-02-23T22:59:52.325Z] Hypervisor vendor: KVM [2021-02-23T22:59:52.325Z] Virtualization type: full [2021-02-23T22:59:52.325Z] L1d cache: 128 KiB [2021-02-23T22:59:52.325Z] L1i cache: 128 KiB [2021-02-23T22:59:52.325Z] L2 cache: 16 MiB [2021-02-23T22:59:52.325Z] L3 cache: 64 MiB [2021-02-23T22:59:52.325Z] NUMA node0 CPU(s): 0-3 [2021-02-23T22:59:52.325Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-23T22:59:52.325Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-23T22:59:52.325Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-23T22:59:52.325Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-23T22:59:52.325Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-23T22:59:52.325Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-23T22:59:52.325Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-23T22:59:52.325Z] Vulnerability Srbds: Not affected [2021-02-23T22:59:52.325Z] Vulnerability Tsx async abort: Not affected [2021-02-23T22:59:52.325Z] 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-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] ---> nproc: [2021-02-23T22:59:52.325Z] 4 [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] ---> df -h: [2021-02-23T22:59:52.325Z] Filesystem Size Used Available Use% Mounted on [2021-02-23T22:59:52.325Z] overlay 50.0G 8.5G 41.4G 17% / [2021-02-23T22:59:52.325Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-23T22:59:52.325Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-23T22:59:52.325Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-02-23T22:59:52.325Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] ---> free -m: [2021-02-23T22:59:52.325Z] total used free shared buff/cache available [2021-02-23T22:59:52.325Z] Mem: 1837 809 152 0 875 964 [2021-02-23T22:59:52.325Z] Swap: 1023 2 1021 [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] ---> ip addr: [2021-02-23T22:59:52.325Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-23T22:59:52.325Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-23T22:59:52.325Z] inet 127.0.0.1/8 scope host lo [2021-02-23T22:59:52.325Z] valid_lft forever preferred_lft forever [2021-02-23T22:59:52.325Z] inet6 ::1/128 scope host [2021-02-23T22:59:52.325Z] valid_lft forever preferred_lft forever [2021-02-23T22:59:52.325Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-23T22:59:52.325Z] link/ether fa:16:3e:66:ca:b6 brd ff:ff:ff:ff:ff:ff [2021-02-23T22:59:52.325Z] inet 10.30.122.164/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-23T22:59:52.325Z] valid_lft 85707sec preferred_lft 85707sec [2021-02-23T22:59:52.325Z] inet6 fe80::f816:3eff:fe66:cab6/64 scope link [2021-02-23T22:59:52.325Z] valid_lft forever preferred_lft forever [2021-02-23T22:59:52.325Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-23T22:59:52.325Z] link/ether 02:42:54:05:36:fa brd ff:ff:ff:ff:ff:ff [2021-02-23T22:59:52.325Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-23T22:59:52.325Z] valid_lft forever preferred_lft forever [2021-02-23T22:59:52.325Z] inet6 fe80::42:54ff:fe05:36fa/64 scope link [2021-02-23T22:59:52.325Z] valid_lft forever preferred_lft forever [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] ---> sar -b -r -n DEV: [2021-02-23T22:59:52.325Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] 22:48:08 LINUX RESTART (4 CPU) [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] 22:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-23T22:59:52.325Z] 22:50:01 22.80 5.16 17.64 0.00 1253.93 2947.74 0.00 [2021-02-23T22:59:52.325Z] 22:51:01 0.82 0.00 0.82 0.00 0.00 17.72 0.00 [2021-02-23T22:59:52.325Z] 22:52:01 0.30 0.00 0.30 0.00 0.00 3.90 0.00 [2021-02-23T22:59:52.325Z] 22:53:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-02-23T22:59:52.325Z] 22:54:01 0.25 0.00 0.25 0.00 0.00 3.40 0.00 [2021-02-23T22:59:52.325Z] 22:55:01 0.32 0.00 0.32 0.00 0.00 3.95 0.00 [2021-02-23T22:59:52.325Z] 22:56:01 0.22 0.00 0.22 0.00 0.00 2.38 0.00 [2021-02-23T22:59:52.325Z] 22:57:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 [2021-02-23T22:59:52.325Z] 22:58:01 199.13 119.58 79.56 0.00 5524.35 33280.42 0.00 [2021-02-23T22:59:52.325Z] 22:59:01 276.09 116.06 160.03 0.00 6706.07 33798.22 0.00 [2021-02-23T22:59:52.325Z] Average: 50.06 24.09 25.97 0.00 1348.99 7009.15 0.00 [2021-02-23T22:59:52.325Z] [2021-02-23T22:59:52.325Z] 22:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-23T22:59:52.325Z] 22:50:01 161560 0 574792 30.55 2620 1142572 1118108 38.16 434896 1084608 20 [2021-02-23T22:59:52.325Z] 22:51:01 169660 0 566684 30.12 2620 1142580 1057024 36.07 433812 1079320 16 [2021-02-23T22:59:52.325Z] 22:52:01 167256 0 569084 30.25 2620 1142584 1057156 36.08 431296 1084372 20 [2021-02-23T22:59:52.325Z] 22:53:01 167928 0 568412 30.21 2620 1142584 1057024 36.07 438080 1076844 12 [2021-02-23T22:59:52.325Z] 22:54:01 167772 0 568560 30.22 2620 1142592 1057096 36.08 435584 1079844 8 [2021-02-23T22:59:52.325Z] 22:55:01 167984 0 568344 30.21 2620 1142596 1057084 36.08 435428 1079844 12 [2021-02-23T22:59:52.325Z] 22:56:01 168452 0 567872 30.18 2620 1142600 1057024 36.07 435112 1079844 8 [2021-02-23T22:59:52.326Z] 22:57:01 168380 0 567940 30.18 2620 1142604 1057024 36.07 435116 1079844 8 [2021-02-23T22:59:52.326Z] 22:58:01 177176 0 660332 35.10 2620 1041416 1267184 43.25 446804 1007672 0 [2021-02-23T22:59:52.326Z] 22:59:01 73092 0 817560 43.45 1648 989244 1230340 41.99 686208 780472 78108 [2021-02-23T22:59:52.326Z] Average: 158926 0 602958 32.05 2523 1117137 1101506 37.59 461234 1043266 7821 [2021-02-23T22:59:52.326Z] [2021-02-23T22:59:52.326Z] 22:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-23T22:59:52.326Z] 22:50:01 eth0 29.03 22.57 28.89 20.93 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:50:01 docker0 2.38 1.91 0.45 4.32 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:51:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:52:01 eth0 5.78 2.78 4.47 0.51 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:53:01 eth0 0.05 0.02 0.00 0.03 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:54:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:55:01 eth0 0.25 0.18 0.10 0.01 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:58:01 veth48a310d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:58:01 eth0 405.14 358.32 4078.86 30.89 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:58:01 vethb799a00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:59:01 veth027b934 37.14 52.39 2.45 218.58 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:59:01 eth0 504.09 431.77 3685.95 89.32 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] 22:59:01 docker0 84.64 100.88 6.39 458.02 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] Average: veth027b934 3.72 5.24 0.25 21.87 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] Average: eth0 94.57 81.64 780.15 14.18 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] Average: docker0 8.47 10.09 0.64 45.83 0.00 0.00 0.00 0.00 [2021-02-23T22:59:52.326Z] [2021-02-23T22:59:52.326Z] [2021-02-23T22:59:52.326Z] ---> sar -P ALL: [2021-02-23T22:59:52.326Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) [2021-02-23T22:59:52.326Z] [2021-02-23T22:59:52.326Z] 22:48:08 LINUX RESTART (4 CPU) [2021-02-23T22:59:52.326Z] [2021-02-23T22:59:52.326Z] 22:49:01 CPU %user %nice %system %iowait %steal %idle [2021-02-23T22:59:52.326Z] 22:50:01 all 1.72 0.00 1.26 0.49 0.01 96.52 [2021-02-23T22:59:52.326Z] 22:50:01 0 1.49 0.00 0.89 0.05 0.00 97.57 [2021-02-23T22:59:52.326Z] 22:50:01 1 1.99 0.00 1.10 1.65 0.03 95.22 [2021-02-23T22:59:52.326Z] 22:50:01 2 1.82 0.00 1.15 0.05 0.00 96.98 [2021-02-23T22:59:52.326Z] 22:50:01 3 1.57 0.00 1.89 0.20 0.02 96.32 [2021-02-23T22:59:52.326Z] 22:51:01 all 0.15 0.00 0.07 0.00 0.01 99.77 [2021-02-23T22:59:52.326Z] 22:51:01 0 0.48 0.00 0.07 0.00 0.02 99.43 [2021-02-23T22:59:52.326Z] 22:51:01 1 0.03 0.00 0.10 0.00 0.02 99.85 [2021-02-23T22:59:52.326Z] 22:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-23T22:59:52.326Z] 22:51:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-23T22:59:52.326Z] 22:52:01 all 0.21 0.00 0.05 0.00 0.00 99.73 [2021-02-23T22:59:52.326Z] 22:52:01 0 0.60 0.00 0.07 0.00 0.00 99.33 [2021-02-23T22:59:52.326Z] 22:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-23T22:59:52.326Z] 22:52:01 2 0.13 0.00 0.07 0.00 0.02 99.78 [2021-02-23T22:59:52.326Z] 22:52:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-23T22:59:52.326Z] 22:53:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-23T22:59:52.326Z] 22:53:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-23T22:59:52.326Z] 22:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-23T22:59:52.326Z] 22:53:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-23T22:59:52.326Z] 22:53:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-23T22:59:52.326Z] 22:54:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-02-23T22:59:52.326Z] 22:54:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-23T22:59:52.326Z] 22:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-23T22:59:52.326Z] 22:54:01 2 0.03 0.00 0.08 0.00 0.00 99.88 [2021-02-23T22:59:52.326Z] 22:54:01 3 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-23T22:59:52.326Z] 22:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-23T22:59:52.326Z] 22:55:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-23T22:59:52.326Z] 22:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-23T22:59:52.326Z] 22:55:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-23T22:59:52.326Z] 22:55:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-23T22:59:52.326Z] 22:56:01 all 0.18 0.00 0.02 0.00 0.00 99.80 [2021-02-23T22:59:52.326Z] 22:56:01 0 0.18 0.00 0.03 0.00 0.00 99.78 [2021-02-23T22:59:52.326Z] 22:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-23T22:59:52.326Z] 22:56:01 2 0.43 0.00 0.03 0.00 0.00 99.53 [2021-02-23T22:59:52.326Z] 22:56:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2021-02-23T22:59:52.326Z] 22:57:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-02-23T22:59:52.326Z] 22:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-23T22:59:52.326Z] 22:57:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-23T22:59:52.326Z] 22:57:01 2 0.52 0.00 0.03 0.00 0.02 99.43 [2021-02-23T22:59:52.326Z] 22:57:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-23T22:59:52.326Z] 22:58:01 all 7.43 0.00 5.16 1.12 0.03 86.25 [2021-02-23T22:59:52.326Z] 22:58:01 0 7.71 0.00 4.83 1.14 0.03 86.29 [2021-02-23T22:59:52.326Z] 22:58:01 1 7.06 0.00 5.66 1.20 0.03 86.05 [2021-02-23T22:59:52.326Z] 22:58:01 2 7.41 0.00 5.10 1.16 0.03 86.29 [2021-02-23T22:59:52.326Z] 22:58:01 3 7.56 0.00 5.06 1.00 0.03 86.35 [2021-02-23T22:59:52.326Z] 22:59:01 all 12.42 0.00 9.03 3.89 0.05 74.61 [2021-02-23T22:59:52.326Z] 22:59:01 0 11.82 0.00 8.33 3.54 0.07 76.25 [2021-02-23T22:59:52.326Z] 22:59:01 1 13.73 0.00 9.37 2.57 0.05 74.28 [2021-02-23T22:59:52.326Z] 22:59:01 2 11.59 0.00 8.80 4.56 0.05 75.00 [2021-02-23T22:59:52.326Z] 22:59:01 3 12.53 0.00 9.64 4.89 0.02 72.91 [2021-02-23T22:59:52.326Z] Average: all 2.24 0.00 1.55 0.54 0.01 95.65 [2021-02-23T22:59:52.326Z] Average: 0 2.36 0.00 1.41 0.47 0.01 95.75 [2021-02-23T22:59:52.326Z] Average: 1 2.27 0.00 1.62 0.54 0.01 95.57 [2021-02-23T22:59:52.326Z] Average: 2 2.18 0.00 1.52 0.57 0.01 95.72 [2021-02-23T22:59:52.326Z] Average: 3 2.17 0.00 1.67 0.60 0.01 95.56 [2021-02-23T22:59:52.326Z] [2021-02-23T22:59:52.326Z] [2021-02-23T22:59:52.326Z]