Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ed155f35d7435f173ab0a0f7e4c79347edc463d7 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18988 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 Checking out Revision ed155f35d7435f173ab0a0f7e4c79347edc463d7 (master) > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ed155f35d7435f173ab0a0f7e4c79347edc463d7 # timeout=10 Commit message: "feat: Remove MarkAsPushed feature (#159)" > git rev-list --no-walk 618621af6c647468a921ec216f023524fe0aadad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-08T00:14:36.505Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-08T00:14:36.774Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-08T00:14:36.887Z] ========================================================= [2021-01-08T00:14:36.887Z] EdgeX Global Pipelines Version Info [2021-01-08T00:14:36.887Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:14:38.341Z] ------------------- [2021-01-08T00:14:38.341Z] stable info: [2021-01-08T00:14:38.341Z] ------------------- [2021-01-08T00:14:38.341Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-08T00:14:38.341Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T00:14:38.341Z] Message: update stable to v1.0.173 [2021-01-08T00:14:39.289Z] ------------------- [2021-01-08T00:14:39.289Z] experimental info: [2021-01-08T00:14:39.289Z] ------------------- [2021-01-08T00:14:39.289Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-08T00:14:39.289Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T00:14:39.289Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-08T00:14:39.558Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-08T00:14:39.648Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-08T00:14:39.741Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-08T00:14:39.841Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-08T00:14:39.998Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-08T00:14:40.153Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-08T00:14:40.247Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-08T00:14:40.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-08T00:14:40.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-08T00:14:40.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-08T00:14:40.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-08T00:14:40.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-08T00:14:40.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-08T00:14:41.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-08T00:14:41.159Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-08T00:14:41.261Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-08T00:14:41.351Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T00:14:41.440Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T00:14:41.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-08T00:14:41.620Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-08T00:14:41.705Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-08T00:14:41.813Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-08T00:14:41.901Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-08T00:14:41.997Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-08T00:14:42.098Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-08T00:14:42.183Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-08T00:14:42.274Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-08T00:14:42.445Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-08T00:14:42.548Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-08T00:14:42.670Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-08T00:14:42.752Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] echo [2021-01-08T00:14:42.858Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ed155f3 [Pipeline] echo [2021-01-08T00:14:42.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-08T00:14:43.147Z] provisioning config files... [2021-01-08T00:14:43.181Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8970098246206700483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:14:43.535Z] ---> docker-login.sh [2021-01-08T00:14:43.535Z] nexus3.edgexfoundry.org:10001 [2021-01-08T00:14:43.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:14:44.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:14:44.061Z] Configure a credential helper to remove this warning. See [2021-01-08T00:14:44.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:14:44.061Z] [2021-01-08T00:14:44.061Z] Login Succeeded [2021-01-08T00:14:44.061Z] nexus3.edgexfoundry.org:10002 [2021-01-08T00:14:44.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:14:44.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:14:44.061Z] Configure a credential helper to remove this warning. See [2021-01-08T00:14:44.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:14:44.061Z] [2021-01-08T00:14:44.061Z] Login Succeeded [2021-01-08T00:14:44.061Z] nexus3.edgexfoundry.org:10003 [2021-01-08T00:14:44.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:14:44.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:14:44.323Z] Configure a credential helper to remove this warning. See [2021-01-08T00:14:44.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:14:44.323Z] [2021-01-08T00:14:44.323Z] Login Succeeded [2021-01-08T00:14:44.323Z] nexus3.edgexfoundry.org:10004 [2021-01-08T00:14:44.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:14:44.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:14:44.585Z] Configure a credential helper to remove this warning. See [2021-01-08T00:14:44.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:14:44.585Z] [2021-01-08T00:14:44.585Z] Login Succeeded [2021-01-08T00:14:44.585Z] docker.io [2021-01-08T00:14:44.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:14:44.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:14:44.849Z] Configure a credential helper to remove this warning. See [2021-01-08T00:14:44.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:14:44.849Z] [2021-01-08T00:14:44.849Z] Login Succeeded [2021-01-08T00:14:44.849Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T00:14:44.860Z] 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-01-08T00:14:45.860Z] + git log --format=format:%s -1 ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] echo [2021-01-08T00:14:45.940Z] GIT_COMMIT: ed155f35d7435f173ab0a0f7e4c79347edc463d7, Commit Message: feat: Remove MarkAsPushed feature (#159) [Pipeline] echo [2021-01-08T00:14:45.985Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:14:46.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:14:46.608Z] [2021-01-08T00:14:46.608Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:14:46.953Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:14:46.953Z] latest: Pulling from edgex-devops/git-semver [2021-01-08T00:14:46.953Z] 31603596830f: Pulling fs layer [2021-01-08T00:14:46.953Z] 2a8b12db71e7: Pulling fs layer [2021-01-08T00:14:46.953Z] 6ca5941a6612: Pulling fs layer [2021-01-08T00:14:46.953Z] ecc8261a40a4: Pulling fs layer [2021-01-08T00:14:46.953Z] ecc8261a40a4: Waiting [2021-01-08T00:14:46.953Z] 2a8b12db71e7: Verifying Checksum [2021-01-08T00:14:46.953Z] 2a8b12db71e7: Download complete [2021-01-08T00:14:47.221Z] 31603596830f: Verifying Checksum [2021-01-08T00:14:47.221Z] 31603596830f: Download complete [2021-01-08T00:14:47.221Z] ecc8261a40a4: Verifying Checksum [2021-01-08T00:14:47.221Z] ecc8261a40a4: Download complete [2021-01-08T00:14:47.221Z] 6ca5941a6612: Verifying Checksum [2021-01-08T00:14:47.221Z] 6ca5941a6612: Download complete [2021-01-08T00:14:47.485Z] 31603596830f: Pull complete [2021-01-08T00:14:47.486Z] 2a8b12db71e7: Pull complete [2021-01-08T00:14:48.436Z] 6ca5941a6612: Pull complete [2021-01-08T00:14:49.009Z] ecc8261a40a4: Pull complete [2021-01-08T00:14:49.009Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-08T00:14:49.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:14:49.009Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-08T00:14:49.112Z] prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container [2021-01-08T00:14:49.164Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T00:14:50.663Z] $ docker top d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T00:14:50.963Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:14:50.963Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:14:51.172Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:14:51.175Z] $ docker exec d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 ssh-agent [2021-01-08T00:14:51.378Z] SSH_AUTH_SOCK=/tmp/ssh-EMoPvbi9g6Xm/agent.11 [2021-01-08T00:14:51.379Z] SSH_AGENT_PID=16 [2021-01-08T00:14:51.388Z] Running ssh-add (command line suppressed) [2021-01-08T00:14:51.496Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1726889232917967974.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1726889232917967974.key) [2021-01-08T00:14:51.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:14:51.884Z] + git tag --points-at HEAD [Pipeline] } [2021-01-08T00:14:51.902Z] $ docker exec --env ******** --env ******** d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 ssh-agent -k [2021-01-08T00:14:52.006Z] unset SSH_AUTH_SOCK; [2021-01-08T00:14:52.006Z] unset SSH_AGENT_PID; [2021-01-08T00:14:52.007Z] echo Agent pid 16 killed; [2021-01-08T00:14:52.052Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-08T00:14:52.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:14:52.188Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:14:52.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:14:52.350Z] $ docker exec d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 ssh-agent [2021-01-08T00:14:52.505Z] SSH_AUTH_SOCK=/tmp/ssh-FPs1x5CdzdAt/agent.47 [2021-01-08T00:14:52.505Z] SSH_AGENT_PID=53 [2021-01-08T00:14:52.513Z] Running ssh-add (command line suppressed) [2021-01-08T00:14:52.630Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_144617028510991016.key (/w/workspace/_app-service-configurable_master@tmp/private_key_144617028510991016.key) [2021-01-08T00:14:52.683Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:14:53.017Z] + git semver init [2021-01-08T00:14:53.017Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T00:14:53.017Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-08T00:14:53.017Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-08T00:14:53.017Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T00:14:53.017Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T00:14:53.017Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T00:14:53.017Z] # $SEMVER_BRANCH = master [2021-01-08T00:14:53.017Z] # $SEMVER_TEMP = /tmp/semver-304504975 [2021-01-08T00:14:53.017Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-08T00:14:53.591Z] # '/tmp/semver-304504975' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-01-08T00:14:53.591Z] # -> Force: false [2021-01-08T00:14:53.591Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-08T00:14:53.602Z] $ docker exec --env ******** --env ******** d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 ssh-agent -k [2021-01-08T00:14:53.719Z] unset SSH_AUTH_SOCK; [2021-01-08T00:14:53.720Z] unset SSH_AGENT_PID; [2021-01-08T00:14:53.720Z] echo Agent pid 53 killed; [2021-01-08T00:14:53.767Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:14:54.221Z] + git semver [Pipeline] } [2021-01-08T00:14:54.237Z] $ docker stop --time=1 d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 [2021-01-08T00:14:55.731Z] $ docker rm -f d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T00:14:56.256Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-08T00:14:56.660Z] Stashed 1 file(s) [Pipeline] echo [2021-01-08T00:14:56.664Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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-01-08T00:15:12.141Z] Still waiting to schedule task [2021-01-08T00:15:12.141Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18989’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-08T00:15:12.143Z] Still waiting to schedule task [2021-01-08T00:15:12.143Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-08T00:18:03.659Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18990 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-08T00:18:03.719Z] Running in /w/workspace/app-service-configurable/71 [Pipeline] { [Pipeline] checkout [2021-01-08T00:18:08.810Z] using credential edgex-jenkins-ssh [2021-01-08T00:18:08.862Z] Cloning the remote Git repository [2021-01-08T00:18:08.920Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-08T00:18:09.024Z] > git init /w/workspace/app-service-configurable/71 # timeout=10 [2021-01-08T00:18:09.104Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-08T00:18:09.104Z] > git --version # timeout=10 [2021-01-08T00:18:09.120Z] > git --version # 'git version 2.17.1' [2021-01-08T00:18:09.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:18:09.170Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:18:10.906Z] Checking out Revision ed155f35d7435f173ab0a0f7e4c79347edc463d7 (master) [2021-01-08T00:18:10.355Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-08T00:18:10.374Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:18:10.398Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-08T00:18:10.427Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-08T00:18:10.427Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:18:10.440Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T00:18:10.931Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T00:18:10.944Z] > git checkout -f ed155f35d7435f173ab0a0f7e4c79347edc463d7 # timeout=10 [2021-01-08T00:18:15.214Z] Commit message: "feat: Remove MarkAsPushed feature (#159)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T00:18:16.961Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-08T00:18:17.353Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T00:18:17.700Z] + + sudo service dockertrue restart [2021-01-08T00:18:17.700Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-08T00:18:20.610Z] provisioning config files... [2021-01-08T00:18:20.662Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/71@tmp/config1390398340648606447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:18:21.168Z] ---> docker-login.sh [2021-01-08T00:18:21.168Z] nexus3.edgexfoundry.org:10001 [2021-01-08T00:18:22.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:22.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:22.428Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:22.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:22.428Z] [2021-01-08T00:18:22.428Z] Login Succeeded [2021-01-08T00:18:22.428Z] nexus3.edgexfoundry.org:10002 [2021-01-08T00:18:23.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:23.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:23.024Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:23.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:23.024Z] [2021-01-08T00:18:23.024Z] Login Succeeded [2021-01-08T00:18:23.024Z] nexus3.edgexfoundry.org:10003 [2021-01-08T00:18:23.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:23.374Z] Running on prd-centos7-docker-4c-2g-18991 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-08T00:18:23.427Z] Running in /w/workspace/app-service-configurable/71 [Pipeline] { [Pipeline] checkout [2021-01-08T00:18:23.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:23.657Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:23.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:23.657Z] [2021-01-08T00:18:23.657Z] Login Succeeded [2021-01-08T00:18:23.657Z] nexus3.edgexfoundry.org:10004 [2021-01-08T00:18:24.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:24.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:24.008Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:24.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:24.008Z] [2021-01-08T00:18:24.008Z] Login Succeeded [2021-01-08T00:18:24.281Z] docker.io [2021-01-08T00:18:24.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:24.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:24.826Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:24.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:24.826Z] [2021-01-08T00:18:24.826Z] Login Succeeded [2021-01-08T00:18:24.826Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T00:18:24.843Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-08T00:18:25.289Z] ========================================================= [2021-01-08T00:18:25.290Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-08T00:18:25.290Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:18:25.708Z] + 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-01-08T00:18:25.708Z] Sending build context to Docker daemon 96.26kB [2021-01-08T00:18:25.980Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T00:18:25.980Z] Step 2/8 : FROM ${BASE} [2021-01-08T00:18:26.076Z] using credential edgex-jenkins-ssh [2021-01-08T00:18:26.130Z] Cloning the remote Git repository [2021-01-08T00:18:26.259Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-08T00:18:26.259Z] 5f621e34cdf4: Pulling fs layer [2021-01-08T00:18:26.259Z] a4357932f1b6: Pulling fs layer [2021-01-08T00:18:26.259Z] 18c013af1878: Pulling fs layer [2021-01-08T00:18:26.259Z] 00ac8860ef70: Pulling fs layer [2021-01-08T00:18:26.259Z] 63d7cb157983: Pulling fs layer [2021-01-08T00:18:26.259Z] b116817d02f9: Pulling fs layer [2021-01-08T00:18:26.259Z] 745a02a5169b: Pulling fs layer [2021-01-08T00:18:26.259Z] 00ac8860ef70: Waiting [2021-01-08T00:18:26.259Z] 63d7cb157983: Waiting [2021-01-08T00:18:26.259Z] b116817d02f9: Waiting [2021-01-08T00:18:26.259Z] 745a02a5169b: Waiting [2021-01-08T00:18:26.259Z] 18c013af1878: Verifying Checksum [2021-01-08T00:18:26.259Z] 18c013af1878: Download complete [2021-01-08T00:18:26.259Z] a4357932f1b6: Verifying Checksum [2021-01-08T00:18:26.259Z] a4357932f1b6: Download complete [2021-01-08T00:18:26.259Z] 63d7cb157983: Verifying Checksum [2021-01-08T00:18:26.260Z] 63d7cb157983: Download complete [2021-01-08T00:18:26.260Z] 5f621e34cdf4: Verifying Checksum [2021-01-08T00:18:26.260Z] 5f621e34cdf4: Download complete [2021-01-08T00:18:26.260Z] b116817d02f9: Verifying Checksum [2021-01-08T00:18:26.260Z] b116817d02f9: Download complete [2021-01-08T00:18:26.864Z] 5f621e34cdf4: Pull complete [2021-01-08T00:18:26.159Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-08T00:18:26.226Z] > git init /w/workspace/app-service-configurable/71 # timeout=10 [2021-01-08T00:18:26.287Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-08T00:18:26.288Z] > git --version # timeout=10 [2021-01-08T00:18:26.296Z] > git --version # 'git version 2.24.3' [2021-01-08T00:18:26.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:18:26.324Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:18:26.887Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-08T00:18:26.895Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:18:26.911Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-08T00:18:26.923Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-08T00:18:26.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:18:26.928Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T00:18:27.353Z] Checking out Revision ed155f35d7435f173ab0a0f7e4c79347edc463d7 (master) [2021-01-08T00:18:27.468Z] a4357932f1b6: Pull complete [2021-01-08T00:18:28.069Z] 18c013af1878: Pull complete [2021-01-08T00:18:27.362Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T00:18:27.368Z] > git checkout -f ed155f35d7435f173ab0a0f7e4c79347edc463d7 # timeout=10 [2021-01-08T00:18:28.663Z] 745a02a5169b: Verifying Checksum [2021-01-08T00:18:28.663Z] 745a02a5169b: Download complete [2021-01-08T00:18:29.638Z] 00ac8860ef70: Verifying Checksum [2021-01-08T00:18:29.638Z] 00ac8860ef70: Download complete [2021-01-08T00:18:30.962Z] Commit message: "feat: Remove MarkAsPushed feature (#159)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T00:18:32.390Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-08T00:18:32.717Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T00:18:33.020Z] + sudo service docker restart [2021-01-08T00:18:33.020Z] + true [2021-01-08T00:18:33.020Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-08T00:18:34.045Z] provisioning config files... [2021-01-08T00:18:34.077Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/71@tmp/config547458345051464789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:18:34.469Z] ---> docker-login.sh [2021-01-08T00:18:34.470Z] nexus3.edgexfoundry.org:10001 [2021-01-08T00:18:34.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:34.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:34.995Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:34.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:34.995Z] [2021-01-08T00:18:34.995Z] Login Succeeded [2021-01-08T00:18:34.995Z] nexus3.edgexfoundry.org:10002 [2021-01-08T00:18:34.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:34.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:34.995Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:34.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:34.995Z] [2021-01-08T00:18:34.995Z] Login Succeeded [2021-01-08T00:18:34.995Z] nexus3.edgexfoundry.org:10003 [2021-01-08T00:18:35.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:35.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:35.260Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:35.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:35.260Z] [2021-01-08T00:18:35.260Z] Login Succeeded [2021-01-08T00:18:35.260Z] nexus3.edgexfoundry.org:10004 [2021-01-08T00:18:35.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:35.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:35.523Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:35.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:35.523Z] [2021-01-08T00:18:35.523Z] Login Succeeded [2021-01-08T00:18:35.523Z] docker.io [2021-01-08T00:18:35.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:18:35.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:18:35.788Z] Configure a credential helper to remove this warning. See [2021-01-08T00:18:35.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:18:35.788Z] [2021-01-08T00:18:35.788Z] Login Succeeded [2021-01-08T00:18:35.788Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T00:18:35.798Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-08T00:18:36.186Z] ========================================================= [2021-01-08T00:18:36.186Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-08T00:18:36.186Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:18:36.540Z] + 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-01-08T00:18:36.540Z] Sending build context to Docker daemon 96.26kB [2021-01-08T00:18:36.540Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T00:18:36.540Z] Step 2/8 : FROM ${BASE} [2021-01-08T00:18:36.540Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-08T00:18:36.540Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T00:18:36.540Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T00:18:36.540Z] de9db76c5a1d: Pulling fs layer [2021-01-08T00:18:36.540Z] bca2f99d35d6: Pulling fs layer [2021-01-08T00:18:36.540Z] 93359f2a8cfa: Pulling fs layer [2021-01-08T00:18:36.540Z] 7c6f9722023f: Pulling fs layer [2021-01-08T00:18:36.540Z] a35cf1a2eb13: Pulling fs layer [2021-01-08T00:18:36.540Z] 93359f2a8cfa: Waiting [2021-01-08T00:18:36.540Z] bca2f99d35d6: Waiting [2021-01-08T00:18:36.540Z] 7c6f9722023f: Waiting [2021-01-08T00:18:36.540Z] a35cf1a2eb13: Waiting [2021-01-08T00:18:36.805Z] de9db76c5a1d: Verifying Checksum [2021-01-08T00:18:36.805Z] de9db76c5a1d: Download complete [2021-01-08T00:18:36.805Z] 0ef7d3d256c8: Verifying Checksum [2021-01-08T00:18:36.805Z] 0ef7d3d256c8: Download complete [2021-01-08T00:18:36.805Z] 93359f2a8cfa: Verifying Checksum [2021-01-08T00:18:36.805Z] 93359f2a8cfa: Download complete [2021-01-08T00:18:36.805Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T00:18:36.805Z] 188c0c94c7c5: Download complete [2021-01-08T00:18:36.805Z] 7c6f9722023f: Verifying Checksum [2021-01-08T00:18:36.805Z] 7c6f9722023f: Download complete [2021-01-08T00:18:37.070Z] 188c0c94c7c5: Pull complete [2021-01-08T00:18:37.333Z] 0ef7d3d256c8: Pull complete [2021-01-08T00:18:37.333Z] de9db76c5a1d: Pull complete [2021-01-08T00:18:38.733Z] a35cf1a2eb13: Verifying Checksum [2021-01-08T00:18:38.733Z] a35cf1a2eb13: Download complete [2021-01-08T00:18:38.996Z] bca2f99d35d6: Verifying Checksum [2021-01-08T00:18:38.996Z] bca2f99d35d6: Download complete [2021-01-08T00:18:39.800Z] 00ac8860ef70: Pull complete [2021-01-08T00:18:40.075Z] 63d7cb157983: Pull complete [2021-01-08T00:18:40.356Z] b116817d02f9: Pull complete [2021-01-08T00:18:43.759Z] 745a02a5169b: Pull complete [2021-01-08T00:18:43.759Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-08T00:18:43.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-08T00:18:43.759Z] ---> b7e6874047d6 [2021-01-08T00:18:43.759Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T00:18:44.329Z] bca2f99d35d6: Pull complete [2021-01-08T00:18:44.329Z] 93359f2a8cfa: Pull complete [2021-01-08T00:18:44.329Z] 7c6f9722023f: Pull complete [2021-01-08T00:18:47.143Z] ---> Running in e2b087752137 [2021-01-08T00:18:47.144Z] Removing intermediate container e2b087752137 [2021-01-08T00:18:47.144Z] ---> a8ba9b886950 [2021-01-08T00:18:47.144Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:18:47.144Z] ---> Running in 9cdb75ff9e22 [2021-01-08T00:18:49.121Z] Removing intermediate container 9cdb75ff9e22 [2021-01-08T00:18:49.121Z] ---> 7c9271168f94 [2021-01-08T00:18:49.121Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-08T00:18:49.399Z] ---> Running in 2eee8becf154 [2021-01-08T00:18:50.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:18:51.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:18:51.955Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-08T00:18:51.955Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-08T00:18:52.229Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-08T00:18:52.229Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-08T00:18:52.500Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-08T00:18:52.500Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-08T00:18:52.510Z] a35cf1a2eb13: Pull complete [2021-01-08T00:18:52.510Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-08T00:18:52.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-08T00:18:52.510Z] ---> a62c8e92a672 [2021-01-08T00:18:52.510Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T00:18:52.510Z] ---> Running in c083d2dd4049 [2021-01-08T00:18:52.510Z] Removing intermediate container c083d2dd4049 [2021-01-08T00:18:52.510Z] ---> bf5391fad8bd [2021-01-08T00:18:52.510Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:18:52.510Z] ---> Running in 0bd58b40a584 [2021-01-08T00:18:52.773Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:18:52.773Z] OK: 144 MiB in 45 packages [2021-01-08T00:18:53.461Z] Removing intermediate container 0bd58b40a584 [2021-01-08T00:18:53.461Z] ---> b1c3320e3546 [2021-01-08T00:18:53.461Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-08T00:18:53.461Z] ---> Running in 3baab570b194 [2021-01-08T00:18:53.758Z] Removing intermediate container 2eee8becf154 [2021-01-08T00:18:53.758Z] ---> 8ae642255eb6 [2021-01-08T00:18:53.758Z] Step 6/8 : WORKDIR /app [2021-01-08T00:18:54.034Z] ---> Running in e924a102a6d3 [2021-01-08T00:18:54.630Z] Removing intermediate container e924a102a6d3 [2021-01-08T00:18:54.630Z] ---> a8d4caa25782 [2021-01-08T00:18:54.630Z] Step 7/8 : COPY . . [2021-01-08T00:18:54.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:18:55.226Z] ---> d94592084ed1 [2021-01-08T00:18:55.226Z] Step 8/8 : RUN go mod download [2021-01-08T00:18:55.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:18:55.500Z] ---> Running in 509e4dfd236f [2021-01-08T00:18:56.019Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-08T00:18:56.281Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-08T00:18:56.281Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-08T00:18:56.281Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-08T00:18:56.543Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-08T00:18:56.543Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-08T00:18:56.807Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:18:56.807Z] OK: 167 MiB in 45 packages [2021-01-08T00:18:57.384Z] Removing intermediate container 3baab570b194 [2021-01-08T00:18:57.384Z] ---> ae6d3c0d049a [2021-01-08T00:18:57.384Z] Step 6/8 : WORKDIR /app [2021-01-08T00:18:57.384Z] ---> Running in ed305da1b022 [2021-01-08T00:18:57.648Z] Removing intermediate container ed305da1b022 [2021-01-08T00:18:57.648Z] ---> df75809f2125 [2021-01-08T00:18:57.648Z] Step 7/8 : COPY . . [2021-01-08T00:18:57.913Z] ---> 35167d01e2e6 [2021-01-08T00:18:57.913Z] Step 8/8 : RUN go mod download [2021-01-08T00:18:57.913Z] ---> Running in e1ba2d82f238 [2021-01-08T00:19:19.972Z] Removing intermediate container e1ba2d82f238 [2021-01-08T00:19:19.972Z] ---> e023aba57359 [2021-01-08T00:19:20.238Z] Successfully built e023aba57359 [2021-01-08T00:19:20.238Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:19:20.555Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T00:19:20.555Z] . [Pipeline] withDockerContainer [2021-01-08T00:19:20.818Z] prd-centos7-docker-4c-2g-18991 does not seem to be running inside a container [2021-01-08T00:19:21.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/71 -v /w/workspace/app-service-configurable/71:/w/workspace/app-service-configurable/71:rw,z -v /w/workspace/app-service-configurable/71@tmp:/w/workspace/app-service-configurable/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-08T00:19:21.920Z] $ docker top cbb6c432ffe0ab8a49d913e644e91f4268c34526a6f32ac65d0932bc5a165843 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:19:22.334Z] Removing intermediate container 509e4dfd236f [2021-01-08T00:19:22.334Z] ---> b3c2aff966b6 [2021-01-08T00:19:22.334Z] Successfully built b3c2aff966b6 [2021-01-08T00:19:22.334Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:19:22.409Z] + go version [2021-01-08T00:19:22.409Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-08T00:19:22.486Z] $ docker stop --time=1 cbb6c432ffe0ab8a49d913e644e91f4268c34526a6f32ac65d0932bc5a165843 [2021-01-08T00:19:22.682Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T00:19:22.682Z] . [2021-01-08T00:19:23.831Z] $ docker rm -f cbb6c432ffe0ab8a49d913e644e91f4268c34526a6f32ac65d0932bc5a165843 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2021-01-08T00:19:24.266Z] prd-ubuntu18.04-docker-arm64-4c-16g-18990 does not seem to be running inside a container [2021-01-08T00:19:24.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/71 -v /w/workspace/app-service-configurable/71:/w/workspace/app-service-configurable/71:rw,z -v /w/workspace/app-service-configurable/71@tmp:/w/workspace/app-service-configurable/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-08T00:19:25.835Z] $ docker top ea464d0d159eb7606ff396090316a998f5036dc75c05cc22bfbe315d4f0b1a24 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:19:26.862Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T00:19:26.863Z] . [Pipeline] withDockerContainer [2021-01-08T00:19:26.899Z] + go version [2021-01-08T00:19:26.899Z] go version go1.15.5 linux/arm64 [2021-01-08T00:19:26.956Z] prd-centos7-docker-4c-2g-18991 does not seem to be running inside a container [2021-01-08T00:19:27.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/71 -v /w/workspace/app-service-configurable/71:/w/workspace/app-service-configurable/71:rw,z -v /w/workspace/app-service-configurable/71@tmp:/w/workspace/app-service-configurable/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-08T00:19:27.537Z] $ docker top f2db733bc5a92b827bb41d5e7d047b15dfee86a873d34cbc95ae91c4b5f166ec -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-08T00:19:27.765Z] $ docker stop --time=1 ea464d0d159eb7606ff396090316a998f5036dc75c05cc22bfbe315d4f0b1a24 [2021-01-08T00:19:29.696Z] $ docker rm -f ea464d0d159eb7606ff396090316a998f5036dc75c05cc22bfbe315d4f0b1a24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-08T00:19:30.289Z] + make test [2021-01-08T00:19:30.289Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:19:30.786Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T00:19:30.786Z] . [Pipeline] withDockerContainer [2021-01-08T00:19:31.047Z] prd-ubuntu18.04-docker-arm64-4c-16g-18990 does not seem to be running inside a container [2021-01-08T00:19:31.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/71 -v /w/workspace/app-service-configurable/71:/w/workspace/app-service-configurable/71:rw,z -v /w/workspace/app-service-configurable/71@tmp:/w/workspace/app-service-configurable/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-08T00:19:32.572Z] $ docker top b364574b01bdeae5a6300af9c3bac838c1100d04e5c3a65ffb62f1dc050cfb6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:19:33.571Z] + make test [2021-01-08T00:19:33.571Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-08T00:19:42.656Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-08T00:19:42.656Z] CGO_ENABLED=1 go vet ./... [2021-01-08T00:19:44.605Z] gofmt -l . [2021-01-08T00:19:44.605Z] [ "`gofmt -l .`" = "" ] [2021-01-08T00:19:44.605Z] ./bin/test-go-mod-tidy.sh [2021-01-08T00:19:45.184Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-08T00:19:45.465Z] $ docker stop --time=1 f2db733bc5a92b827bb41d5e7d047b15dfee86a873d34cbc95ae91c4b5f166ec [2021-01-08T00:19:47.908Z] $ docker rm -f f2db733bc5a92b827bb41d5e7d047b15dfee86a873d34cbc95ae91c4b5f166ec [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T00:19:48.498Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-08T00:19:48.829Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-08T00:19:51.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-08T00:19:51.898Z] + ls -al . [2021-01-08T00:19:51.898Z] total 88 [2021-01-08T00:19:51.898Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 8 00:19 . [2021-01-08T00:19:51.898Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 8 00:18 .. [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 6420 Jan 8 00:18 Attribution.txt [2021-01-08T00:19:51.898Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 8 00:18 bin [2021-01-08T00:19:51.898Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 8 00:19 coverage.out [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 1940 Jan 8 00:18 Dockerfile [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 8 00:18 Dockerfile.build [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 8 00:18 .dockerignore [2021-01-08T00:19:51.898Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 8 00:18 .git [2021-01-08T00:19:51.898Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 8 00:18 .github [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 8 00:18 .gitignore [2021-01-08T00:19:51.898Z] -rw-r--r--. 1 jenkins jenkins 133 Jan 8 00:19 go.mod [2021-01-08T00:19:51.898Z] -rw-r--r--. 1 jenkins jenkins 18570 Jan 8 00:19 go.sum [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 8 00:18 Jenkinsfile [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 8 00:18 LICENSE [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jan 8 00:18 main.go [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jan 8 00:18 makefile [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 8 00:18 README.md [2021-01-08T00:19:51.898Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 8 00:18 res [2021-01-08T00:19:51.898Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 8 00:18 snap [2021-01-08T00:19:51.898Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 8 00:14 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:19:52.220Z] + 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=ed155f35d7435f173ab0a0f7e4c79347edc463d7 --label arch=amd64 --label version=2.0.0-dev.7 . [2021-01-08T00:19:52.220Z] Sending build context to Docker daemon 117.8kB [2021-01-08T00:19:52.220Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T00:19:52.220Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-08T00:19:52.220Z] ---> e023aba57359 [2021-01-08T00:19:52.220Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-08T00:19:52.483Z] ---> Running in 22c05e8c7bb5 [2021-01-08T00:19:52.483Z] Removing intermediate container 22c05e8c7bb5 [2021-01-08T00:19:52.483Z] ---> 51d17df622bb [2021-01-08T00:19:52.483Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-08T00:19:52.745Z] ---> Running in 01bd4762adff [2021-01-08T00:19:52.745Z] Removing intermediate container 01bd4762adff [2021-01-08T00:19:52.745Z] ---> ac13615936dc [2021-01-08T00:19:52.745Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T00:19:53.007Z] ---> Running in c81ffd850b7d [2021-01-08T00:19:53.007Z] Removing intermediate container c81ffd850b7d [2021-01-08T00:19:53.007Z] ---> 1c507845fe7f [2021-01-08T00:19:53.007Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:19:53.278Z] ---> Running in 97014dc3b32b [2021-01-08T00:19:53.854Z] Removing intermediate container 97014dc3b32b [2021-01-08T00:19:53.854Z] ---> 4267ce6e9a02 [2021-01-08T00:19:53.854Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-08T00:19:53.854Z] ---> Running in 2e284613bae1 [2021-01-08T00:19:54.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:19:55.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:19:55.593Z] OK: 167 MiB in 45 packages [2021-01-08T00:19:56.167Z] Removing intermediate container 2e284613bae1 [2021-01-08T00:19:56.167Z] ---> e9e8524045b9 [2021-01-08T00:19:56.167Z] Step 8/27 : WORKDIR /app [2021-01-08T00:19:56.167Z] ---> Running in 9c044ffcb2f2 [2021-01-08T00:19:56.430Z] Removing intermediate container 9c044ffcb2f2 [2021-01-08T00:19:56.430Z] ---> 6fe5ca8158b7 [2021-01-08T00:19:56.430Z] Step 9/27 : COPY go.mod . [2021-01-08T00:19:56.699Z] ---> f893df37bd99 [2021-01-08T00:19:56.699Z] Step 10/27 : RUN go mod download [2021-01-08T00:19:56.699Z] ---> Running in 1983c8aaa865 [2021-01-08T00:19:57.655Z] Removing intermediate container 1983c8aaa865 [2021-01-08T00:19:57.656Z] ---> fb918c36fa5b [2021-01-08T00:19:57.656Z] Step 11/27 : COPY . . [2021-01-08T00:19:57.918Z] ---> 5eec6352d807 [2021-01-08T00:19:57.918Z] Step 12/27 : ARG MAKE="make build" [2021-01-08T00:19:58.182Z] ---> Running in e77862bd03e6 [2021-01-08T00:19:58.182Z] Removing intermediate container e77862bd03e6 [2021-01-08T00:19:58.182Z] ---> 79208164f369 [2021-01-08T00:19:58.182Z] Step 13/27 : RUN $MAKE [2021-01-08T00:19:58.445Z] ---> Running in 1a5b065a1257 [2021-01-08T00:19:58.710Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.7" -o app-service-configurable [2021-01-08T00:20:12.615Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-08T00:20:12.615Z] CGO_ENABLED=1 go vet ./... [2021-01-08T00:20:13.713Z] Removing intermediate container 1a5b065a1257 [2021-01-08T00:20:13.713Z] ---> e2acf4565d2f [2021-01-08T00:20:13.713Z] Step 14/27 : FROM alpine:3.12 [2021-01-08T00:20:13.713Z] 3.12: Pulling from library/alpine [2021-01-08T00:20:13.713Z] 801bfaa63ef2: Pulling fs layer [2021-01-08T00:20:13.713Z] 801bfaa63ef2: Verifying Checksum [2021-01-08T00:20:13.713Z] 801bfaa63ef2: Download complete [2021-01-08T00:20:13.713Z] 801bfaa63ef2: Pull complete [2021-01-08T00:20:13.713Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T00:20:13.713Z] Status: Downloaded newer image for alpine:3.12 [2021-01-08T00:20:13.713Z] ---> 389fef711851 [2021-01-08T00:20:13.713Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T00:20:13.713Z] ---> Running in c0da93608467 [2021-01-08T00:20:13.713Z] Removing intermediate container c0da93608467 [2021-01-08T00:20:13.713Z] ---> 88da75339f54 [2021-01-08T00:20:13.713Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-08T00:20:13.713Z] ---> Running in a9ba160a3ccf [2021-01-08T00:20:13.713Z] Removing intermediate container a9ba160a3ccf [2021-01-08T00:20:13.713Z] ---> b5cbb3973049 [2021-01-08T00:20:13.713Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq [2021-01-08T00:20:13.713Z] ---> Running in ada7108a4d9c [2021-01-08T00:20:13.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:20:13.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:20:14.238Z] (1/6) Installing ca-certificates (20191127-r4) [2021-01-08T00:20:14.238Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-08T00:20:14.238Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-08T00:20:14.238Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-08T00:20:14.238Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-08T00:20:14.238Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-08T00:20:14.238Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:20:14.238Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T00:20:14.238Z] OK: 9 MiB in 20 packages [2021-01-08T00:20:15.636Z] Removing intermediate container ada7108a4d9c [2021-01-08T00:20:15.636Z] ---> bb1c8f06071e [2021-01-08T00:20:15.636Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-08T00:20:15.898Z] ---> 192923c9d232 [2021-01-08T00:20:15.898Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-08T00:20:16.029Z] gofmt -l . [2021-01-08T00:20:16.029Z] [ "`gofmt -l .`" = "" ] [2021-01-08T00:20:16.029Z] ./bin/test-go-mod-tidy.sh [2021-01-08T00:20:16.159Z] ---> 3d4eb438ad7e [2021-01-08T00:20:16.159Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-08T00:20:16.304Z] ./bin/test-attribution-txt.sh [2021-01-08T00:20:16.423Z] ---> 0e7d83b1ba00 [2021-01-08T00:20:16.423Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-08T00:20:16.999Z] ---> 1e5e8656b7a1 [2021-01-08T00:20:16.999Z] Step 22/27 : EXPOSE 48095 [2021-01-08T00:20:16.999Z] ---> Running in cb520e80ae83 [2021-01-08T00:20:17.264Z] Removing intermediate container cb520e80ae83 [2021-01-08T00:20:17.264Z] ---> c50666b72be9 [2021-01-08T00:20:17.264Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-08T00:20:17.264Z] ---> Running in c3086febc046 [2021-01-08T00:20:17.264Z] Removing intermediate container c3086febc046 [2021-01-08T00:20:17.264Z] ---> 01d1d5bd9413 [2021-01-08T00:20:17.264Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [2021-01-08T00:20:17.303Z] $ docker stop --time=1 b364574b01bdeae5a6300af9c3bac838c1100d04e5c3a65ffb62f1dc050cfb6a [2021-01-08T00:20:17.528Z] ---> Running in da7db89f0aa8 [2021-01-08T00:20:17.528Z] Removing intermediate container da7db89f0aa8 [2021-01-08T00:20:17.528Z] ---> b09027c2a9de [2021-01-08T00:20:17.528Z] Step 25/27 : LABEL arch=amd64 [2021-01-08T00:20:17.528Z] ---> Running in a4f23ef5b9e7 [2021-01-08T00:20:17.790Z] Removing intermediate container a4f23ef5b9e7 [2021-01-08T00:20:17.790Z] ---> 753e33e6b70e [2021-01-08T00:20:17.790Z] Step 26/27 : LABEL git_sha=ed155f35d7435f173ab0a0f7e4c79347edc463d7 [2021-01-08T00:20:17.790Z] ---> Running in 4e1ef02af254 [2021-01-08T00:20:18.052Z] Removing intermediate container 4e1ef02af254 [2021-01-08T00:20:18.052Z] ---> 08afd29a1276 [2021-01-08T00:20:18.052Z] Step 27/27 : LABEL version=2.0.0-dev.7 [2021-01-08T00:20:18.052Z] ---> Running in b85caa4df071 [2021-01-08T00:20:18.314Z] Removing intermediate container b85caa4df071 [2021-01-08T00:20:18.314Z] ---> 11f59d5c9ed4 [2021-01-08T00:20:18.314Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-08T00:20:18.314Z] Successfully built 11f59d5c9ed4 [2021-01-08T00:20:18.314Z] Successfully tagged docker-app-service-configurable:latest [2021-01-08T00:20:19.652Z] $ docker rm -f b364574b01bdeae5a6300af9c3bac838c1100d04e5c3a65ffb62f1dc050cfb6a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-08T00:20:20.511Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-08T00:20:20.556Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-08T00:20:20.773Z] provisioning config files... [2021-01-08T00:20:20.805Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/71@tmp/config7259849936822064041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:20:21.179Z] ---> docker-login.sh [2021-01-08T00:20:21.179Z] nexus3.edgexfoundry.org:10001 [2021-01-08T00:20:21.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:20:21.304Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-08T00:20:21.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:20:21.445Z] Configure a credential helper to remove this warning. See [2021-01-08T00:20:21.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:20:21.445Z] [2021-01-08T00:20:21.445Z] Login Succeeded [2021-01-08T00:20:21.445Z] nexus3.edgexfoundry.org:10002 [2021-01-08T00:20:21.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:20:21.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:20:21.445Z] Configure a credential helper to remove this warning. See [2021-01-08T00:20:21.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:20:21.445Z] [2021-01-08T00:20:21.445Z] Login Succeeded [2021-01-08T00:20:21.445Z] nexus3.edgexfoundry.org:10003 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T00:20:21.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:20:21.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:20:21.709Z] Configure a credential helper to remove this warning. See [2021-01-08T00:20:21.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:20:21.709Z] [2021-01-08T00:20:21.709Z] Login Succeeded [2021-01-08T00:20:21.709Z] nexus3.edgexfoundry.org:10004 [2021-01-08T00:20:21.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:20:21.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:20:21.972Z] Configure a credential helper to remove this warning. See [2021-01-08T00:20:21.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:20:21.972Z] [2021-01-08T00:20:21.972Z] Login Succeeded [2021-01-08T00:20:21.972Z] docker.io [2021-01-08T00:20:21.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:20:22.043Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-08T00:20:22.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:20:22.234Z] Configure a credential helper to remove this warning. See [2021-01-08T00:20:22.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:20:22.234Z] [2021-01-08T00:20:22.234Z] Login Succeeded [2021-01-08T00:20:22.234Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T00:20:22.245Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-01-08T00:20:22.446Z] + ls -al . [2021-01-08T00:20:22.446Z] total 112 [2021-01-08T00:20:22.446Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 8 00:20 . [2021-01-08T00:20:22.446Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 8 00:18 .. [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 8 00:18 .dockerignore [2021-01-08T00:20:22.446Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 8 00:18 .git [2021-01-08T00:20:22.446Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 8 00:18 .github [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 8 00:18 .gitignore [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 6420 Jan 8 00:18 Attribution.txt [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 1940 Jan 8 00:18 Dockerfile [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 8 00:18 Dockerfile.build [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 8 00:18 Jenkinsfile [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 8 00:18 LICENSE [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 8 00:18 README.md [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 8 00:14 VERSION [2021-01-08T00:20:22.446Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 8 00:18 bin [2021-01-08T00:20:22.446Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 8 00:19 coverage.out [2021-01-08T00:20:22.446Z] -rw-r--r-- 1 jenkins jenkins 133 Jan 8 00:20 go.mod [2021-01-08T00:20:22.446Z] -rw-r--r-- 1 jenkins jenkins 18570 Jan 8 00:20 go.sum [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jan 8 00:18 main.go [2021-01-08T00:20:22.446Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jan 8 00:18 makefile [2021-01-08T00:20:22.446Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 8 00:18 res [2021-01-08T00:20:22.446Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 8 00:18 snap [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-08T00:20:22.672Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-08T00:20:22.672Z] ed155f35d7435f173ab0a0f7e4c79347edc463d7 [2021-01-08T00:20:22.672Z] latest [2021-01-08T00:20:22.672Z] 2.0.0-dev.7 [2021-01-08T00:20:22.672Z] ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [2021-01-08T00:20:22.672Z] master [2021-01-08T00:20:22.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-08T00:20:22.886Z] + 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=ed155f35d7435f173ab0a0f7e4c79347edc463d7 --label arch=arm64 --label version=2.0.0-dev.7 . [2021-01-08T00:20:22.886Z] Sending build context to Docker daemon 117.8kB [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:23.157Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T00:20:23.157Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-08T00:20:23.157Z] ---> b3c2aff966b6 [2021-01-08T00:20:23.157Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-08T00:20:23.231Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:23.431Z] ---> Running in ca33b5672c13 [2021-01-08T00:20:23.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7 [2021-01-08T00:20:23.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-08T00:20:23.530Z] 90d014c13e7a: Preparing [2021-01-08T00:20:23.530Z] 64a28f2f9c48: Preparing [2021-01-08T00:20:23.530Z] c3ed094a3246: Preparing [2021-01-08T00:20:23.530Z] ddd1e63b3233: Preparing [2021-01-08T00:20:23.530Z] 868f07b7bc0d: Preparing [2021-01-08T00:20:23.530Z] 777b2c648970: Preparing [2021-01-08T00:20:23.530Z] 777b2c648970: Waiting [2021-01-08T00:20:23.792Z] 64a28f2f9c48: Pushed [2021-01-08T00:20:23.792Z] c3ed094a3246: Pushed [2021-01-08T00:20:23.792Z] ddd1e63b3233: Pushed [2021-01-08T00:20:23.792Z] 777b2c648970: Layer already exists [2021-01-08T00:20:23.792Z] 868f07b7bc0d: Pushed [2021-01-08T00:20:24.030Z] Removing intermediate container ca33b5672c13 [2021-01-08T00:20:24.030Z] ---> 970787bed84f [2021-01-08T00:20:24.030Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-08T00:20:24.030Z] ---> Running in 2041a3e339bc [2021-01-08T00:20:24.625Z] Removing intermediate container 2041a3e339bc [2021-01-08T00:20:24.625Z] ---> fe01634c61fb [2021-01-08T00:20:24.625Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T00:20:24.625Z] ---> Running in e44127de52d3 [2021-01-08T00:20:25.181Z] 90d014c13e7a: Pushed [2021-01-08T00:20:25.181Z] ed155f35d7435f173ab0a0f7e4c79347edc463d7: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:25.220Z] Removing intermediate container e44127de52d3 [2021-01-08T00:20:25.220Z] ---> f3dc0e5d8330 [2021-01-08T00:20:25.220Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:20:25.220Z] ---> Running in b3ee1cc9d27e [2021-01-08T00:20:25.485Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:25.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-08T00:20:25.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-08T00:20:25.782Z] 90d014c13e7a: Preparing [2021-01-08T00:20:25.782Z] 64a28f2f9c48: Preparing [2021-01-08T00:20:25.782Z] c3ed094a3246: Preparing [2021-01-08T00:20:25.782Z] ddd1e63b3233: Preparing [2021-01-08T00:20:25.782Z] 868f07b7bc0d: Preparing [2021-01-08T00:20:25.782Z] 777b2c648970: Preparing [2021-01-08T00:20:25.782Z] 777b2c648970: Waiting [2021-01-08T00:20:25.782Z] 868f07b7bc0d: Layer already exists [2021-01-08T00:20:25.782Z] 90d014c13e7a: Layer already exists [2021-01-08T00:20:25.782Z] 64a28f2f9c48: Layer already exists [2021-01-08T00:20:25.782Z] c3ed094a3246: Layer already exists [2021-01-08T00:20:25.782Z] ddd1e63b3233: Layer already exists [2021-01-08T00:20:25.782Z] 777b2c648970: Layer already exists [2021-01-08T00:20:26.044Z] latest: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:26.354Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:26.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.7 [2021-01-08T00:20:26.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-08T00:20:26.655Z] 90d014c13e7a: Preparing [2021-01-08T00:20:26.655Z] 64a28f2f9c48: Preparing [2021-01-08T00:20:26.655Z] c3ed094a3246: Preparing [2021-01-08T00:20:26.655Z] ddd1e63b3233: Preparing [2021-01-08T00:20:26.655Z] 868f07b7bc0d: Preparing [2021-01-08T00:20:26.655Z] 777b2c648970: Preparing [2021-01-08T00:20:26.655Z] 777b2c648970: Waiting [2021-01-08T00:20:26.655Z] 868f07b7bc0d: Layer already exists [2021-01-08T00:20:26.655Z] ddd1e63b3233: Layer already exists [2021-01-08T00:20:26.655Z] 90d014c13e7a: Layer already exists [2021-01-08T00:20:26.655Z] 64a28f2f9c48: Layer already exists [2021-01-08T00:20:26.655Z] c3ed094a3246: Layer already exists [2021-01-08T00:20:26.655Z] 777b2c648970: Layer already exists [2021-01-08T00:20:26.655Z] 2.0.0-dev.7: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:26.965Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:27.191Z] Removing intermediate container b3ee1cc9d27e [2021-01-08T00:20:27.192Z] ---> 761e5255cf71 [2021-01-08T00:20:27.192Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-08T00:20:27.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [2021-01-08T00:20:27.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-08T00:20:27.268Z] 90d014c13e7a: Preparing [2021-01-08T00:20:27.268Z] 64a28f2f9c48: Preparing [2021-01-08T00:20:27.268Z] c3ed094a3246: Preparing [2021-01-08T00:20:27.268Z] ddd1e63b3233: Preparing [2021-01-08T00:20:27.268Z] 868f07b7bc0d: Preparing [2021-01-08T00:20:27.268Z] 777b2c648970: Preparing [2021-01-08T00:20:27.268Z] 777b2c648970: Waiting [2021-01-08T00:20:27.268Z] 868f07b7bc0d: Layer already exists [2021-01-08T00:20:27.268Z] 90d014c13e7a: Layer already exists [2021-01-08T00:20:27.268Z] ddd1e63b3233: Layer already exists [2021-01-08T00:20:27.268Z] 64a28f2f9c48: Layer already exists [2021-01-08T00:20:27.268Z] c3ed094a3246: Layer already exists [2021-01-08T00:20:27.268Z] 777b2c648970: Layer already exists [2021-01-08T00:20:27.268Z] ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:27.464Z] ---> Running in f6a2f32e5be0 [2021-01-08T00:20:27.574Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:20:27.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-01-08T00:20:27.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-08T00:20:27.876Z] 90d014c13e7a: Preparing [2021-01-08T00:20:27.876Z] 64a28f2f9c48: Preparing [2021-01-08T00:20:27.876Z] c3ed094a3246: Preparing [2021-01-08T00:20:27.876Z] ddd1e63b3233: Preparing [2021-01-08T00:20:27.876Z] 868f07b7bc0d: Preparing [2021-01-08T00:20:27.876Z] 777b2c648970: Preparing [2021-01-08T00:20:27.876Z] 777b2c648970: Waiting [2021-01-08T00:20:27.876Z] 868f07b7bc0d: Layer already exists [2021-01-08T00:20:27.876Z] c3ed094a3246: Layer already exists [2021-01-08T00:20:27.876Z] ddd1e63b3233: Layer already exists [2021-01-08T00:20:27.876Z] 90d014c13e7a: Layer already exists [2021-01-08T00:20:27.876Z] 64a28f2f9c48: Layer already exists [2021-01-08T00:20:27.876Z] 777b2c648970: Layer already exists [2021-01-08T00:20:27.876Z] master: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-08T00:20:28.133Z] ===================================================== [Pipeline] echo [2021-01-08T00:20:28.181Z] taggedImages: [2021-01-08T00:20:28.181Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7 [2021-01-08T00:20:28.181Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-08T00:20:28.181Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.7 [2021-01-08T00:20:28.181Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [2021-01-08T00:20:28.181Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-08T00:20:28.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-08T00:20:29.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:20:30.865Z] OK: 144 MiB in 45 packages [2021-01-08T00:20:32.292Z] Removing intermediate container f6a2f32e5be0 [2021-01-08T00:20:32.292Z] ---> 3ff7398d3d9a [2021-01-08T00:20:32.292Z] Step 8/27 : WORKDIR /app [2021-01-08T00:20:32.292Z] ---> Running in 3eaddb79b7e3 [2021-01-08T00:20:32.564Z] Removing intermediate container 3eaddb79b7e3 [2021-01-08T00:20:32.564Z] ---> d5ad397a205d [2021-01-08T00:20:32.564Z] Step 9/27 : COPY go.mod . [2021-01-08T00:20:33.158Z] ---> 90e280ed4aab [2021-01-08T00:20:33.158Z] Step 10/27 : RUN go mod download [2021-01-08T00:20:33.428Z] ---> Running in 259ed6a203b4 [2021-01-08T00:20:35.396Z] Removing intermediate container 259ed6a203b4 [2021-01-08T00:20:35.396Z] ---> 1720e773c6e5 [2021-01-08T00:20:35.396Z] Step 11/27 : COPY . . [2021-01-08T00:20:36.380Z] ---> c30e30b5f3f6 [2021-01-08T00:20:36.380Z] Step 12/27 : ARG MAKE="make build" [2021-01-08T00:20:36.380Z] ---> Running in 4a3ed4db138c [2021-01-08T00:20:36.976Z] Removing intermediate container 4a3ed4db138c [2021-01-08T00:20:36.976Z] ---> 470706fd7bf0 [2021-01-08T00:20:36.976Z] Step 13/27 : RUN $MAKE [2021-01-08T00:20:36.976Z] ---> Running in 23b3d776df24 [2021-01-08T00:20:37.960Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.7" -o app-service-configurable [2021-01-08T00:21:16.983Z] Removing intermediate container 23b3d776df24 [2021-01-08T00:21:16.983Z] ---> f712e32fb99c [2021-01-08T00:21:16.983Z] Step 14/27 : FROM alpine:3.12 [2021-01-08T00:21:16.983Z] 3.12: Pulling from library/alpine [2021-01-08T00:21:16.983Z] 159e5727ea61: Pulling fs layer [2021-01-08T00:21:16.983Z] 159e5727ea61: Verifying Checksum [2021-01-08T00:21:16.983Z] 159e5727ea61: Download complete [2021-01-08T00:21:16.983Z] 159e5727ea61: Pull complete [2021-01-08T00:21:16.983Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T00:21:16.983Z] Status: Downloaded newer image for alpine:3.12 [2021-01-08T00:21:16.983Z] ---> afeebe901d6b [2021-01-08T00:21:16.983Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T00:21:16.983Z] ---> Running in c07ae5bdb950 [2021-01-08T00:21:16.983Z] Removing intermediate container c07ae5bdb950 [2021-01-08T00:21:16.983Z] ---> da600a11c097 [2021-01-08T00:21:16.983Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-08T00:21:16.983Z] ---> Running in 3cd6b03c1054 [2021-01-08T00:21:16.983Z] Removing intermediate container 3cd6b03c1054 [2021-01-08T00:21:16.983Z] ---> 2e68e394cb0f [2021-01-08T00:21:16.983Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq [2021-01-08T00:21:16.983Z] ---> Running in 0913ecf58fbf [2021-01-08T00:21:16.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:21:16.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:21:16.983Z] (1/6) Installing ca-certificates (20191127-r4) [2021-01-08T00:21:16.983Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-08T00:21:16.983Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-08T00:21:16.983Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-08T00:21:16.983Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-08T00:21:16.983Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-08T00:21:16.983Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:21:16.983Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T00:21:16.983Z] OK: 9 MiB in 20 packages [2021-01-08T00:21:17.577Z] Removing intermediate container 0913ecf58fbf [2021-01-08T00:21:17.577Z] ---> 1c4587b725ed [2021-01-08T00:21:17.577Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-08T00:21:18.174Z] ---> 6361c0331c6d [2021-01-08T00:21:18.174Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-08T00:21:18.769Z] ---> 4d6a4a4bd0e2 [2021-01-08T00:21:18.769Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-08T00:21:19.747Z] ---> 1f47aadb155e [2021-01-08T00:21:19.747Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-08T00:21:21.194Z] ---> 9b1119c528d1 [2021-01-08T00:21:21.194Z] Step 22/27 : EXPOSE 48095 [2021-01-08T00:21:21.194Z] ---> Running in b5ab4639b41d [2021-01-08T00:21:21.468Z] Removing intermediate container b5ab4639b41d [2021-01-08T00:21:21.468Z] ---> f85ab13bd109 [2021-01-08T00:21:21.468Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-08T00:21:21.743Z] ---> Running in 2e1c60a1efac [2021-01-08T00:21:22.337Z] Removing intermediate container 2e1c60a1efac [2021-01-08T00:21:22.337Z] ---> 61f4d2e881ef [2021-01-08T00:21:22.337Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:21:22.337Z] ---> Running in d18d4fc5bb0d [2021-01-08T00:21:22.930Z] Removing intermediate container d18d4fc5bb0d [2021-01-08T00:21:22.930Z] ---> 26e63dba0eed [2021-01-08T00:21:22.930Z] Step 25/27 : LABEL arch=arm64 [2021-01-08T00:21:22.930Z] ---> Running in 66a8b1c9bd87 [2021-01-08T00:21:23.203Z] Removing intermediate container 66a8b1c9bd87 [2021-01-08T00:21:23.203Z] ---> 750b7c310031 [2021-01-08T00:21:23.203Z] Step 26/27 : LABEL git_sha=ed155f35d7435f173ab0a0f7e4c79347edc463d7 [2021-01-08T00:21:23.476Z] ---> Running in 9ba24497be86 [2021-01-08T00:21:24.072Z] Removing intermediate container 9ba24497be86 [2021-01-08T00:21:24.072Z] ---> 964a2c14ada8 [2021-01-08T00:21:24.072Z] Step 27/27 : LABEL version=2.0.0-dev.7 [2021-01-08T00:21:24.072Z] ---> Running in c0698f79bb2b [2021-01-08T00:21:24.664Z] Removing intermediate container c0698f79bb2b [2021-01-08T00:21:24.664Z] ---> 3979688e52b3 [2021-01-08T00:21:24.664Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-08T00:21:24.664Z] Successfully built 3979688e52b3 [2021-01-08T00:21:24.664Z] 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-01-08T00:21:25.162Z] provisioning config files... [2021-01-08T00:21:25.192Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/71@tmp/config8290401607774775094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:21:25.591Z] ---> docker-login.sh [2021-01-08T00:21:25.591Z] nexus3.edgexfoundry.org:10001 [2021-01-08T00:21:25.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:21:26.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:21:26.135Z] Configure a credential helper to remove this warning. See [2021-01-08T00:21:26.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:21:26.135Z] [2021-01-08T00:21:26.135Z] Login Succeeded [2021-01-08T00:21:26.135Z] nexus3.edgexfoundry.org:10002 [2021-01-08T00:21:26.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:21:26.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:21:26.677Z] Configure a credential helper to remove this warning. See [2021-01-08T00:21:26.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:21:26.677Z] [2021-01-08T00:21:26.677Z] Login Succeeded [2021-01-08T00:21:26.677Z] nexus3.edgexfoundry.org:10003 [2021-01-08T00:21:26.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:21:26.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:21:26.948Z] Configure a credential helper to remove this warning. See [2021-01-08T00:21:26.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:21:26.948Z] [2021-01-08T00:21:26.948Z] Login Succeeded [2021-01-08T00:21:27.223Z] nexus3.edgexfoundry.org:10004 [2021-01-08T00:21:27.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:21:27.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:21:27.496Z] Configure a credential helper to remove this warning. See [2021-01-08T00:21:27.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:21:27.496Z] [2021-01-08T00:21:27.496Z] Login Succeeded [2021-01-08T00:21:27.496Z] docker.io [2021-01-08T00:21:28.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:21:28.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:21:28.359Z] Configure a credential helper to remove this warning. See [2021-01-08T00:21:28.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:21:28.359Z] [2021-01-08T00:21:28.359Z] Login Succeeded [2021-01-08T00:21:28.359Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T00:21:28.374Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-08T00:21:28.577Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-08T00:21:28.577Z] ed155f35d7435f173ab0a0f7e4c79347edc463d7 [2021-01-08T00:21:28.577Z] latest [2021-01-08T00:21:28.577Z] 2.0.0-dev.7 [2021-01-08T00:21:28.577Z] ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [2021-01-08T00:21:28.577Z] master [2021-01-08T00:21:28.577Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:29.107Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:29.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7 [2021-01-08T00:21:29.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-08T00:21:29.444Z] 1b495b69354f: Preparing [2021-01-08T00:21:29.444Z] 1e8755039c6a: Preparing [2021-01-08T00:21:29.444Z] 324968db4db6: Preparing [2021-01-08T00:21:29.444Z] 6a4c7a3f6627: Preparing [2021-01-08T00:21:29.444Z] 3459a87e5924: Preparing [2021-01-08T00:21:29.444Z] 379067d0cb53: Preparing [2021-01-08T00:21:29.444Z] 379067d0cb53: Waiting [2021-01-08T00:21:29.722Z] 324968db4db6: Pushed [2021-01-08T00:21:29.722Z] 6a4c7a3f6627: Pushed [2021-01-08T00:21:29.722Z] 1e8755039c6a: Pushed [2021-01-08T00:21:29.722Z] 379067d0cb53: Layer already exists [2021-01-08T00:21:30.701Z] 3459a87e5924: Pushed [2021-01-08T00:21:33.314Z] 1b495b69354f: Pushed [2021-01-08T00:21:33.314Z] ed155f35d7435f173ab0a0f7e4c79347edc463d7: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:33.663Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:33.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-08T00:21:33.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-08T00:21:33.998Z] 1b495b69354f: Preparing [2021-01-08T00:21:33.998Z] 1e8755039c6a: Preparing [2021-01-08T00:21:33.998Z] 324968db4db6: Preparing [2021-01-08T00:21:33.998Z] 6a4c7a3f6627: Preparing [2021-01-08T00:21:33.998Z] 3459a87e5924: Preparing [2021-01-08T00:21:33.998Z] 379067d0cb53: Preparing [2021-01-08T00:21:33.998Z] 379067d0cb53: Waiting [2021-01-08T00:21:33.998Z] 3459a87e5924: Layer already exists [2021-01-08T00:21:33.998Z] 1e8755039c6a: Layer already exists [2021-01-08T00:21:34.267Z] 1b495b69354f: Layer already exists [2021-01-08T00:21:34.267Z] 324968db4db6: Layer already exists [2021-01-08T00:21:34.267Z] 6a4c7a3f6627: Layer already exists [2021-01-08T00:21:34.267Z] 379067d0cb53: Layer already exists [2021-01-08T00:21:34.267Z] latest: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:34.606Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:34.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.7 [2021-01-08T00:21:34.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-08T00:21:34.946Z] 1b495b69354f: Preparing [2021-01-08T00:21:34.946Z] 1e8755039c6a: Preparing [2021-01-08T00:21:34.946Z] 324968db4db6: Preparing [2021-01-08T00:21:34.946Z] 6a4c7a3f6627: Preparing [2021-01-08T00:21:34.946Z] 3459a87e5924: Preparing [2021-01-08T00:21:34.946Z] 379067d0cb53: Preparing [2021-01-08T00:21:34.946Z] 379067d0cb53: Waiting [2021-01-08T00:21:34.946Z] 6a4c7a3f6627: Layer already exists [2021-01-08T00:21:34.946Z] 324968db4db6: Layer already exists [2021-01-08T00:21:35.215Z] 3459a87e5924: Layer already exists [2021-01-08T00:21:35.215Z] 1b495b69354f: Layer already exists [2021-01-08T00:21:35.215Z] 1e8755039c6a: Layer already exists [2021-01-08T00:21:35.215Z] 379067d0cb53: Layer already exists [2021-01-08T00:21:35.215Z] 2.0.0-dev.7: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:35.556Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:35.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [2021-01-08T00:21:35.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-08T00:21:35.989Z] 1b495b69354f: Preparing [2021-01-08T00:21:35.989Z] 1e8755039c6a: Preparing [2021-01-08T00:21:35.989Z] 324968db4db6: Preparing [2021-01-08T00:21:35.989Z] 6a4c7a3f6627: Preparing [2021-01-08T00:21:35.989Z] 3459a87e5924: Preparing [2021-01-08T00:21:35.989Z] 379067d0cb53: Preparing [2021-01-08T00:21:35.989Z] 379067d0cb53: Waiting [2021-01-08T00:21:36.268Z] 6a4c7a3f6627: Layer already exists [2021-01-08T00:21:36.268Z] 1b495b69354f: Layer already exists [2021-01-08T00:21:36.268Z] 1e8755039c6a: Layer already exists [2021-01-08T00:21:36.268Z] 324968db4db6: Layer already exists [2021-01-08T00:21:36.268Z] 3459a87e5924: Layer already exists [2021-01-08T00:21:36.268Z] 379067d0cb53: Layer already exists [2021-01-08T00:21:36.268Z] ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:36.612Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:36.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-01-08T00:21:36.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-08T00:21:36.952Z] 1b495b69354f: Preparing [2021-01-08T00:21:36.952Z] 1e8755039c6a: Preparing [2021-01-08T00:21:36.952Z] 324968db4db6: Preparing [2021-01-08T00:21:36.952Z] 6a4c7a3f6627: Preparing [2021-01-08T00:21:36.952Z] 3459a87e5924: Preparing [2021-01-08T00:21:36.952Z] 379067d0cb53: Preparing [2021-01-08T00:21:36.952Z] 379067d0cb53: Waiting [2021-01-08T00:21:37.224Z] 3459a87e5924: Layer already exists [2021-01-08T00:21:37.224Z] 1b495b69354f: Layer already exists [2021-01-08T00:21:37.224Z] 1e8755039c6a: Layer already exists [2021-01-08T00:21:37.224Z] 6a4c7a3f6627: Layer already exists [2021-01-08T00:21:37.224Z] 324968db4db6: Layer already exists [2021-01-08T00:21:37.224Z] 379067d0cb53: Layer already exists [2021-01-08T00:21:37.224Z] master: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-08T00:21:37.490Z] ===================================================== [Pipeline] echo [2021-01-08T00:21:37.548Z] taggedImages: [2021-01-08T00:21:37.548Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7 [2021-01-08T00:21:37.548Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-08T00:21:37.548Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.7 [2021-01-08T00:21:37.548Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [2021-01-08T00:21:37.548Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-08T00:21:38.900Z] provisioning config files... [2021-01-08T00:21:38.911Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8286529998849047947tmp [Pipeline] { [Pipeline] sh [2021-01-08T00:21:39.323Z] + set +x [2021-01-08T00:21:39.323Z] + curl -s https://codecov.io/bash [2021-01-08T00:21:39.323Z] + bash -s -- [2021-01-08T00:21:39.589Z] [2021-01-08T00:21:39.589Z] _____ _ [2021-01-08T00:21:39.589Z] / ____| | | [2021-01-08T00:21:39.589Z] | | ___ __| | ___ ___ _____ __ [2021-01-08T00:21:39.589Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-08T00:21:39.589Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-08T00:21:39.589Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-08T00:21:39.589Z] Bash-20201231-23d4836 [2021-01-08T00:21:39.589Z] [2021-01-08T00:21:39.589Z] [2021-01-08T00:21:39.589Z] ==> git version 2.24.3 found [2021-01-08T00:21:39.589Z] ==> 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-01-08T00:21:39.589Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-08T00:21:39.589Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-08T00:21:39.589Z] ==> Jenkins CI detected. [2021-01-08T00:21:39.589Z] project root: . [2021-01-08T00:21:39.589Z] --> token set from env [2021-01-08T00:21:39.589Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-08T00:21:39.589Z] ==> Running gcov in . (disable via -X gcov) [2021-01-08T00:21:39.589Z] ==> Python coveragepy not found [2021-01-08T00:21:39.589Z] ==> Searching for coverage reports in: [2021-01-08T00:21:39.589Z] + . [2021-01-08T00:21:39.589Z] -> Found 1 reports [2021-01-08T00:21:39.589Z] ==> Detecting git/mercurial file structure [2021-01-08T00:21:39.589Z] ==> Reading reports [2021-01-08T00:21:39.589Z] + ./coverage.out bytes=10 [2021-01-08T00:21:39.589Z] ==> Appending adjustments [2021-01-08T00:21:39.589Z] https://docs.codecov.io/docs/fixing-reports [2021-01-08T00:21:39.589Z] + Found adjustments [2021-01-08T00:21:39.589Z] ==> Gzipping contents [2021-01-08T00:21:39.589Z] 4.0K /tmp/codecov.ynkv7p.gz [2021-01-08T00:21:39.589Z] ==> Uploading reports [2021-01-08T00:21:39.589Z] url: https://codecov.io [2021-01-08T00:21:39.589Z] query: branch=master&commit=ed155f35d7435f173ab0a0f7e4c79347edc463d7&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-08T00:21:39.589Z] -> Pinging Codecov [2021-01-08T00:21:39.589Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=ed155f35d7435f173ab0a0f7e4c79347edc463d7&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-08T00:21:40.165Z] -> Uploading to [2021-01-08T00:21:40.165Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-08/A97CA9966030D2A3747ED39772930CCE/ed155f35d7435f173ab0a0f7e4c79347edc463d7/71afb72b-c1ab-4577-ae77-ee0903e0e503.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T002139Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a4fe7a353f2f56d0ae47fd35eafeccbf5593281aa7e6269b4e466083f6abfb89 [2021-01-08T00:21:40.165Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T00:21:40.165Z] Dload Upload Total Spent Left Speed [2021-01-08T00:21:40.427Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 1042 --:--:-- --:--:-- --:--:-- 1044 [2021-01-08T00:21:40.427Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] } [2021-01-08T00:21:40.437Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-08T00:21:40.958Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-08T00:21:41.012Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:41.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T00:21:41.361Z] [2021-01-08T00:21:41.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:21:41.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T00:21:41.716Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-08T00:21:41.716Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T00:21:41.716Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T00:21:41.716Z] de9db76c5a1d: Pulling fs layer [2021-01-08T00:21:41.716Z] 0eba1c9be4d2: Pulling fs layer [2021-01-08T00:21:41.716Z] 0d57e429df01: Pulling fs layer [2021-01-08T00:21:41.716Z] 4e4be7b47b0d: Pulling fs layer [2021-01-08T00:21:41.716Z] e1f770b5df2f: Pulling fs layer [2021-01-08T00:21:41.716Z] 85a0685a4137: Pulling fs layer [2021-01-08T00:21:41.716Z] 0eba1c9be4d2: Waiting [2021-01-08T00:21:41.716Z] 0d57e429df01: Waiting [2021-01-08T00:21:41.716Z] 4e4be7b47b0d: Waiting [2021-01-08T00:21:41.716Z] e1f770b5df2f: Waiting [2021-01-08T00:21:41.716Z] 85a0685a4137: Waiting [2021-01-08T00:21:41.716Z] de9db76c5a1d: Verifying Checksum [2021-01-08T00:21:41.716Z] de9db76c5a1d: Download complete [2021-01-08T00:21:41.716Z] 0ef7d3d256c8: Verifying Checksum [2021-01-08T00:21:41.716Z] 0ef7d3d256c8: Download complete [2021-01-08T00:21:41.716Z] 0d57e429df01: Verifying Checksum [2021-01-08T00:21:41.716Z] 0d57e429df01: Download complete [2021-01-08T00:21:41.716Z] 4e4be7b47b0d: Verifying Checksum [2021-01-08T00:21:41.716Z] 4e4be7b47b0d: Download complete [2021-01-08T00:21:42.663Z] 188c0c94c7c5: Download complete [2021-01-08T00:21:42.930Z] 188c0c94c7c5: Pull complete [2021-01-08T00:21:43.192Z] 0ef7d3d256c8: Pull complete [2021-01-08T00:21:43.192Z] de9db76c5a1d: Pull complete [2021-01-08T00:21:43.769Z] e1f770b5df2f: Verifying Checksum [2021-01-08T00:21:43.769Z] e1f770b5df2f: Download complete [2021-01-08T00:21:45.721Z] 0eba1c9be4d2: Verifying Checksum [2021-01-08T00:21:45.721Z] 0eba1c9be4d2: Download complete [2021-01-08T00:21:45.993Z] 85a0685a4137: Verifying Checksum [2021-01-08T00:21:45.993Z] 85a0685a4137: Download complete [2021-01-08T00:21:51.322Z] 0eba1c9be4d2: Pull complete [2021-01-08T00:21:51.322Z] 0d57e429df01: Pull complete [2021-01-08T00:21:51.322Z] 4e4be7b47b0d: Pull complete [2021-01-08T00:21:52.725Z] e1f770b5df2f: Pull complete [2021-01-08T00:22:00.896Z] 85a0685a4137: Pull complete [2021-01-08T00:22:00.896Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-08T00:22:00.896Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T00:22:00.896Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-08T00:22:01.114Z] prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container [2021-01-08T00:22:01.163Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-08T00:22:02.188Z] $ docker top 84ff8355243939779553dddf86764af26e444aa0ee8e194a72cc06cb4301bb76 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T00:22:02.435Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-08T00:22:02.732Z] + set -o pipefail [2021-01-08T00:22:02.733Z] + snyk monitor '--org=edgex-jenkins' [2021-01-08T00:22:12.766Z] [2021-01-08T00:22:12.766Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-01-08T00:22:12.766Z] [2021-01-08T00:22:12.766Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/33fadb56-622e-495c-bae3-e3adc4c97e7c [2021-01-08T00:22:12.766Z] [2021-01-08T00:22:12.766Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-08T00:22:12.766Z] [2021-01-08T00:22:12.766Z] [Pipeline] } [2021-01-08T00:22:12.783Z] $ docker stop --time=1 84ff8355243939779553dddf86764af26e444aa0ee8e194a72cc06cb4301bb76 [2021-01-08T00:22:15.861Z] $ docker rm -f 84ff8355243939779553dddf86764af26e444aa0ee8e194a72cc06cb4301bb76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-08T00:22:17.770Z] + git log --format=format:%s -1 ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:22:18.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:22:18.081Z] . [Pipeline] withDockerContainer [2021-01-08T00:22:18.189Z] prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container [2021-01-08T00:22:18.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T00:22:19.076Z] $ docker top 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T00:22:19.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:22:19.361Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:22:19.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:22:19.580Z] $ docker exec 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a ssh-agent [2021-01-08T00:22:19.736Z] SSH_AUTH_SOCK=/tmp/ssh-mKMvuPUASj6G/agent.12 [2021-01-08T00:22:19.736Z] SSH_AGENT_PID=17 [2021-01-08T00:22:19.744Z] Running ssh-add (command line suppressed) [2021-01-08T00:22:19.868Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8900724255184010019.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8900724255184010019.key) [2021-01-08T00:22:19.923Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:22:20.256Z] + git semver tag [2021-01-08T00:22:20.256Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T00:22:20.256Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-08T00:22:20.256Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-08T00:22:20.256Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T00:22:20.256Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T00:22:20.256Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T00:22:20.256Z] # $SEMVER_BRANCH = master [2021-01-08T00:22:20.256Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-08T00:22:20.256Z] # ed155f35d7435f173ab0a0f7e4c79347edc463d7 HEAD [2021-01-08T00:22:20.256Z] # -> Force: false [2021-01-08T00:22:20.256Z] # c5306507b43fbafc383452be72b992c22095c793 refs/tags/v2.0.0-dev.7 [Pipeline] } [2021-01-08T00:22:20.266Z] $ docker exec --env ******** --env ******** 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a ssh-agent -k [2021-01-08T00:22:20.382Z] unset SSH_AUTH_SOCK; [2021-01-08T00:22:20.382Z] unset SSH_AGENT_PID; [2021-01-08T00:22:20.382Z] echo Agent pid 17 killed; [2021-01-08T00:22:20.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:22:20.968Z] + git semver [Pipeline] } [2021-01-08T00:22:20.984Z] $ docker stop --time=1 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a [2021-01-08T00:22:22.335Z] $ docker rm -f 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:22:22.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T00:22:22.916Z] [2021-01-08T00:22:22.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:22:23.255Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T00:22:23.255Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-08T00:22:23.255Z] ab5ef0e58194: Pulling fs layer [2021-01-08T00:22:23.255Z] 9712f1f96733: Pulling fs layer [2021-01-08T00:22:23.255Z] 63f879dbbcfc: Pulling fs layer [2021-01-08T00:22:23.255Z] 0d9ebad4ef96: Pulling fs layer [2021-01-08T00:22:23.255Z] e9a5061849ea: Pulling fs layer [2021-01-08T00:22:23.255Z] d747dcd14b5f: Pulling fs layer [2021-01-08T00:22:23.255Z] 2de7ff778b66: Pulling fs layer [2021-01-08T00:22:23.255Z] e9a5061849ea: Waiting [2021-01-08T00:22:23.255Z] d747dcd14b5f: Waiting [2021-01-08T00:22:23.255Z] 2de7ff778b66: Waiting [2021-01-08T00:22:23.255Z] 0d9ebad4ef96: Waiting [2021-01-08T00:22:23.255Z] 9712f1f96733: Verifying Checksum [2021-01-08T00:22:23.255Z] 9712f1f96733: Download complete [2021-01-08T00:22:25.175Z] 63f879dbbcfc: Verifying Checksum [2021-01-08T00:22:25.175Z] 63f879dbbcfc: Download complete [2021-01-08T00:22:25.175Z] e9a5061849ea: Verifying Checksum [2021-01-08T00:22:25.175Z] e9a5061849ea: Download complete [2021-01-08T00:22:25.175Z] d747dcd14b5f: Verifying Checksum [2021-01-08T00:22:25.175Z] d747dcd14b5f: Download complete [2021-01-08T00:22:25.849Z] 2de7ff778b66: Verifying Checksum [2021-01-08T00:22:25.849Z] 2de7ff778b66: Download complete [2021-01-08T00:22:25.849Z] 0d9ebad4ef96: Verifying Checksum [2021-01-08T00:22:25.849Z] 0d9ebad4ef96: Download complete [2021-01-08T00:22:25.849Z] ab5ef0e58194: Verifying Checksum [2021-01-08T00:22:25.849Z] ab5ef0e58194: Download complete [2021-01-08T00:22:30.340Z] ab5ef0e58194: Pull complete [2021-01-08T00:22:30.340Z] 9712f1f96733: Pull complete [2021-01-08T00:22:32.266Z] 63f879dbbcfc: Pull complete [2021-01-08T00:22:37.589Z] 0d9ebad4ef96: Pull complete [2021-01-08T00:22:39.532Z] e9a5061849ea: Pull complete [2021-01-08T00:22:39.532Z] d747dcd14b5f: Pull complete [2021-01-08T00:22:42.096Z] 2de7ff778b66: Pull complete [2021-01-08T00:22:42.096Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-08T00:22:42.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T00:22:42.096Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-08T00:22:42.285Z] prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container [2021-01-08T00:22:42.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-08T00:22:45.956Z] $ docker top 4e229f2a875093428a282721123a35efbbac99297d855ccd07f89d55339922a7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-08T00:22:46.196Z] provisioning config files... [2021-01-08T00:22:46.208Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config1776831428325717518tmp [2021-01-08T00:22:46.224Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1791050397441398107tmp [2021-01-08T00:22:46.241Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5043053346911961656tmp [Pipeline] { [Pipeline] echo [2021-01-08T00:22:46.300Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:22:46.602Z] ---> sigul-configuration.sh [2021-01-08T00:22:46.602Z] gpg: directory `/root/.gnupg' created [2021-01-08T00:22:46.602Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-08T00:22:46.602Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-08T00:22:46.602Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-08T00:22:46.602Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-08T00:22:46.602Z] gpg: CAST5 encrypted data [2021-01-08T00:22:46.863Z] gpg: encrypted with 1 passphrase [2021-01-08T00:22:46.863Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-08T00:22:47.163Z] + mkdir /home/jenkins [2021-01-08T00:22:47.163Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-08T00:22:47.458Z] + 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-01-08T00:22:47.468Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:22:47.765Z] ---> sigul-install.sh [2021-01-08T00:22:53.073Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-08T00:22:53.376Z] + git tag --list [2021-01-08T00:22:53.376Z] v1.0.0 [2021-01-08T00:22:53.376Z] v1.1.0 [2021-01-08T00:22:53.376Z] v1.2.0 [2021-01-08T00:22:53.376Z] v1.2.1-dev.1 [2021-01-08T00:22:53.376Z] v1.2.1-dev.10 [2021-01-08T00:22:53.376Z] v1.2.1-dev.11 [2021-01-08T00:22:53.376Z] v1.2.1-dev.12 [2021-01-08T00:22:53.376Z] v1.2.1-dev.13 [2021-01-08T00:22:53.376Z] v1.2.1-dev.14 [2021-01-08T00:22:53.376Z] v1.2.1-dev.15 [2021-01-08T00:22:53.376Z] v1.2.1-dev.16 [2021-01-08T00:22:53.376Z] v1.2.1-dev.17 [2021-01-08T00:22:53.376Z] v1.2.1-dev.18 [2021-01-08T00:22:53.376Z] v1.2.1-dev.19 [2021-01-08T00:22:53.376Z] v1.2.1-dev.2 [2021-01-08T00:22:53.376Z] v1.2.1-dev.20 [2021-01-08T00:22:53.376Z] v1.2.1-dev.21 [2021-01-08T00:22:53.376Z] v1.2.1-dev.22 [2021-01-08T00:22:53.376Z] v1.2.1-dev.23 [2021-01-08T00:22:53.376Z] v1.2.1-dev.3 [2021-01-08T00:22:53.376Z] v1.2.1-dev.4 [2021-01-08T00:22:53.376Z] v1.2.1-dev.5 [2021-01-08T00:22:53.376Z] v1.2.1-dev.6 [2021-01-08T00:22:53.376Z] v1.2.1-dev.7 [2021-01-08T00:22:53.376Z] v1.2.1-dev.8 [2021-01-08T00:22:53.376Z] v1.2.1-dev.9 [2021-01-08T00:22:53.376Z] v1.3.0 [2021-01-08T00:22:53.376Z] v1.3.1-dev.1 [2021-01-08T00:22:53.376Z] v2.0.0-dev.1 [2021-01-08T00:22:53.376Z] v2.0.0-dev.2 [2021-01-08T00:22:53.376Z] v2.0.0-dev.3 [2021-01-08T00:22:53.376Z] v2.0.0-dev.4 [2021-01-08T00:22:53.376Z] v2.0.0-dev.5 [2021-01-08T00:22:53.376Z] v2.0.0-dev.6 [2021-01-08T00:22:53.376Z] v2.0.0-dev.7 [Pipeline] sh [2021-01-08T00:22:53.675Z] + lftools sign git-tag v2.0.0-dev.7 [2021-01-08T00:22:55.066Z] Signing Git tag with Sigul... [2021-01-08T00:22:55.066Z] Signing v2.0.0-dev.7 [Pipeline] echo [2021-01-08T00:22:56.023Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:22:56.323Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-08T00:22:56.333Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-08T00:22:56.429Z] $ docker stop --time=1 4e229f2a875093428a282721123a35efbbac99297d855ccd07f89d55339922a7 [2021-01-08T00:22:58.414Z] $ docker rm -f 4e229f2a875093428a282721123a35efbbac99297d855ccd07f89d55339922a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:22:59.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:22:59.334Z] . [Pipeline] withDockerContainer [2021-01-08T00:22:59.438Z] prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container [2021-01-08T00:22:59.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T00:23:00.185Z] $ docker top 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T00:23:00.503Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:23:00.504Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:23:00.704Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:23:00.706Z] $ docker exec 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c ssh-agent [2021-01-08T00:23:00.875Z] SSH_AUTH_SOCK=/tmp/ssh-B1LotwlbSVdO/agent.11 [2021-01-08T00:23:00.875Z] SSH_AGENT_PID=17 [2021-01-08T00:23:00.882Z] Running ssh-add (command line suppressed) [2021-01-08T00:23:01.012Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6074542387768447709.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6074542387768447709.key) [2021-01-08T00:23:01.068Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:23:01.415Z] + git semver bump pre [2021-01-08T00:23:01.415Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T00:23:01.415Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-08T00:23:01.415Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-08T00:23:01.415Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T00:23:01.415Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T00:23:01.415Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T00:23:01.415Z] # $SEMVER_BRANCH = master [2021-01-08T00:23:01.415Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-08T00:23:01.415Z] 2.0.0-dev.8 [Pipeline] } [2021-01-08T00:23:01.426Z] $ docker exec --env ******** --env ******** 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c ssh-agent -k [2021-01-08T00:23:01.536Z] unset SSH_AUTH_SOCK; [2021-01-08T00:23:01.536Z] unset SSH_AGENT_PID; [2021-01-08T00:23:01.536Z] echo Agent pid 17 killed; [2021-01-08T00:23:01.587Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:23:02.081Z] + git semver [Pipeline] } [2021-01-08T00:23:02.098Z] $ docker stop --time=1 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c [2021-01-08T00:23:03.458Z] $ docker rm -f 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:23:03.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:23:03.986Z] . [Pipeline] withDockerContainer [2021-01-08T00:23:04.080Z] prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container [2021-01-08T00:23:04.130Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T00:23:04.704Z] $ docker top 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T00:23:04.989Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:23:04.989Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:23:05.181Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:23:05.183Z] $ docker exec 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b ssh-agent [2021-01-08T00:23:05.346Z] SSH_AUTH_SOCK=/tmp/ssh-1YoiZ0FzSznP/agent.12 [2021-01-08T00:23:05.346Z] SSH_AGENT_PID=17 [2021-01-08T00:23:05.354Z] Running ssh-add (command line suppressed) [2021-01-08T00:23:05.469Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6445226670028803917.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6445226670028803917.key) [2021-01-08T00:23:05.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:23:05.859Z] + git semver push [2021-01-08T00:23:05.859Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T00:23:05.859Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-08T00:23:05.859Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-08T00:23:05.859Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T00:23:05.859Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T00:23:05.859Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T00:23:05.859Z] # $SEMVER_BRANCH = master [2021-01-08T00:23:05.859Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-08T00:23:12.463Z] $ docker exec --env ******** --env ******** 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b ssh-agent -k [2021-01-08T00:23:12.598Z] unset SSH_AUTH_SOCK; [2021-01-08T00:23:12.600Z] unset SSH_AGENT_PID; [2021-01-08T00:23:12.600Z] echo Agent pid 17 killed; [2021-01-08T00:23:12.660Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:23:13.149Z] + git semver [Pipeline] } [2021-01-08T00:23:13.165Z] $ docker stop --time=1 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b [2021-01-08T00:23:14.548Z] $ docker rm -f 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b [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-01-08T00:23:16.077Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:23:16.798Z] ---> package-listing.sh [2021-01-08T00:23:16.798Z] ++ facter osfamily [2021-01-08T00:23:16.798Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-08T00:23:16.798Z] + OS_FAMILY=redhat [2021-01-08T00:23:16.798Z] + workspace=/w/workspace/_app-service-configurable_master [2021-01-08T00:23:16.798Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-08T00:23:16.798Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-08T00:23:16.798Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-08T00:23:16.798Z] + PACKAGES=/tmp/packages_start.txt [2021-01-08T00:23:16.798Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-08T00:23:16.798Z] + PACKAGES=/tmp/packages_end.txt [2021-01-08T00:23:16.798Z] + case "${OS_FAMILY}" in [2021-01-08T00:23:16.798Z] + rpm -qa [2021-01-08T00:23:16.798Z] + sort [2021-01-08T00:23:22.113Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-08T00:23:22.114Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-08T00:23:22.114Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-08T00:23:22.114Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-08T00:23:22.114Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-01-08T00:23:22.114Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-01-08T00:23:22.128Z] 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-01-08T00:23:22.424Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:23:22.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T00:23:22.731Z] [2021-01-08T00:23:22.731Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:23:23.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T00:23:23.084Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-08T00:23:23.084Z] df20fa9351a1: Pulling fs layer [2021-01-08T00:23:23.084Z] 36b3adc4ff6f: Pulling fs layer [2021-01-08T00:23:23.084Z] 8ad3a11d3b57: Pulling fs layer [2021-01-08T00:23:23.084Z] 46f8f816bc3b: Pulling fs layer [2021-01-08T00:23:23.084Z] 93b61091891f: Pulling fs layer [2021-01-08T00:23:23.084Z] 93b9cdb0e59b: Pulling fs layer [2021-01-08T00:23:23.084Z] 5e14af77c1be: Pulling fs layer [2021-01-08T00:23:23.084Z] 01666e4c0597: Pulling fs layer [2021-01-08T00:23:23.084Z] aa168da1d23b: Pulling fs layer [2021-01-08T00:23:23.084Z] 93b9cdb0e59b: Waiting [2021-01-08T00:23:23.084Z] 5e14af77c1be: Waiting [2021-01-08T00:23:23.084Z] 01666e4c0597: Waiting [2021-01-08T00:23:23.084Z] aa168da1d23b: Waiting [2021-01-08T00:23:23.084Z] 46f8f816bc3b: Waiting [2021-01-08T00:23:23.084Z] 93b61091891f: Waiting [2021-01-08T00:23:23.084Z] 36b3adc4ff6f: Verifying Checksum [2021-01-08T00:23:23.084Z] 36b3adc4ff6f: Download complete [2021-01-08T00:23:23.084Z] 46f8f816bc3b: Verifying Checksum [2021-01-08T00:23:23.084Z] 46f8f816bc3b: Download complete [2021-01-08T00:23:23.347Z] df20fa9351a1: Verifying Checksum [2021-01-08T00:23:23.347Z] df20fa9351a1: Download complete [2021-01-08T00:23:23.347Z] 93b9cdb0e59b: Verifying Checksum [2021-01-08T00:23:23.347Z] 93b9cdb0e59b: Download complete [2021-01-08T00:23:23.347Z] 93b61091891f: Download complete [2021-01-08T00:23:23.347Z] 5e14af77c1be: Verifying Checksum [2021-01-08T00:23:23.347Z] 5e14af77c1be: Download complete [2021-01-08T00:23:23.347Z] 01666e4c0597: Verifying Checksum [2021-01-08T00:23:23.347Z] 01666e4c0597: Download complete [2021-01-08T00:23:23.609Z] df20fa9351a1: Pull complete [2021-01-08T00:23:23.872Z] 36b3adc4ff6f: Pull complete [2021-01-08T00:23:23.872Z] 8ad3a11d3b57: Verifying Checksum [2021-01-08T00:23:23.872Z] 8ad3a11d3b57: Download complete [2021-01-08T00:23:24.455Z] 8ad3a11d3b57: Pull complete [2021-01-08T00:23:24.729Z] 46f8f816bc3b: Pull complete [2021-01-08T00:23:24.991Z] 93b61091891f: Pull complete [2021-01-08T00:23:25.253Z] 93b9cdb0e59b: Pull complete [2021-01-08T00:23:25.253Z] 5e14af77c1be: Pull complete [2021-01-08T00:23:25.828Z] 01666e4c0597: Pull complete [2021-01-08T00:23:27.755Z] aa168da1d23b: Verifying Checksum [2021-01-08T00:23:27.755Z] aa168da1d23b: Download complete [2021-01-08T00:23:34.394Z] aa168da1d23b: Pull complete [2021-01-08T00:23:34.394Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-08T00:23:34.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T00:23:34.394Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-08T00:23:34.597Z] prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container [2021-01-08T00:23:34.647Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-08T00:23:37.303Z] $ docker top cb0fc9ec231d6c4204c1a6a0e7a9b6d7b03236388d0249082375fa42524a1cd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:23:37.831Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-08T00:23:38.135Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-08T00:23:38.435Z] + ls /var/log/sa-host [2021-01-08T00:23:38.435Z] + sadf -c /var/log/sa-host/sa08 [2021-01-08T00:23:38.435Z] file_magic: OK [2021-01-08T00:23:38.435Z] HZ: Using current value: 100 [2021-01-08T00:23:38.435Z] file_header: OK [2021-01-08T00:23:38.435Z] 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-01-08T00:23:38.435Z] Statistics: [2021-01-08T00:23:38.435Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-08T00:23:38.435Z] File successfully converted to sysstat format version 12.2.1 [2021-01-08T00:23:38.435Z] + sadf -c /var/log/sa-host/sa23 [2021-01-08T00:23:38.435Z] file_magic: OK [2021-01-08T00:23:38.435Z] HZ: Using current value: 100 [2021-01-08T00:23:38.435Z] file_header: OK [2021-01-08T00:23:38.435Z] 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-01-08T00:23:38.435Z] Statistics: [2021-01-08T00:23:38.435Z] Hnuu...uuuununununu... [2021-01-08T00:23:38.435Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-08T00:23:38.675Z] provisioning config files... [2021-01-08T00:23:38.690Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4655784931983671610tmp [Pipeline] { [Pipeline] echo [2021-01-08T00:23:38.763Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:23:39.063Z] ---> create-netrc.sh [Pipeline] } [2021-01-08T00:23:39.073Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-08T00:23:39.165Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:23:39.466Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-08T00:23:39.479Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:23:39.778Z] ---> sudo-logs.sh [2021-01-08T00:23:39.778Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-08T00:23:39.789Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:23:40.087Z] ---> job-cost.sh [2021-01-08T00:23:40.087Z] lf-activate-venv: SKIPPING [2021-01-08T00:23:40.087Z] INFO: No Stack... [2021-01-08T00:23:41.033Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-08T00:23:41.608Z] INFO: Archiving Costs [Pipeline] echo [2021-01-08T00:23:41.623Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:23:41.920Z] ---> logs-deploy.sh [2021-01-08T00:23:41.920Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/71 [2021-01-08T00:23:41.920Z] INFO: archiving workspace using pattern(s): [2021-01-08T00:23:44.480Z] Archives upload complete. [2021-01-08T00:23:44.480Z] INFO: archiving logs to Nexus [2021-01-08T00:23:45.436Z] ---> uname -a: [2021-01-08T00:23:45.436Z] Linux prd-centos7-docker-4c-2g-18988.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-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] ---> lscpu: [2021-01-08T00:23:45.436Z] Architecture: x86_64 [2021-01-08T00:23:45.436Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-08T00:23:45.436Z] Byte Order: Little Endian [2021-01-08T00:23:45.436Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-08T00:23:45.436Z] CPU(s): 4 [2021-01-08T00:23:45.436Z] On-line CPU(s) list: 0-3 [2021-01-08T00:23:45.436Z] Thread(s) per core: 1 [2021-01-08T00:23:45.436Z] Core(s) per socket: 1 [2021-01-08T00:23:45.436Z] Socket(s): 4 [2021-01-08T00:23:45.436Z] NUMA node(s): 1 [2021-01-08T00:23:45.436Z] Vendor ID: GenuineIntel [2021-01-08T00:23:45.436Z] CPU family: 6 [2021-01-08T00:23:45.436Z] Model: 44 [2021-01-08T00:23:45.436Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-08T00:23:45.436Z] Stepping: 1 [2021-01-08T00:23:45.436Z] CPU MHz: 2933.442 [2021-01-08T00:23:45.436Z] BogoMIPS: 5866.88 [2021-01-08T00:23:45.436Z] Virtualization: VT-x [2021-01-08T00:23:45.436Z] Hypervisor vendor: KVM [2021-01-08T00:23:45.436Z] Virtualization type: full [2021-01-08T00:23:45.436Z] L1d cache: 128 KiB [2021-01-08T00:23:45.436Z] L1i cache: 128 KiB [2021-01-08T00:23:45.436Z] L2 cache: 16 MiB [2021-01-08T00:23:45.436Z] L3 cache: 64 MiB [2021-01-08T00:23:45.436Z] NUMA node0 CPU(s): 0-3 [2021-01-08T00:23:45.436Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-08T00:23:45.436Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-08T00:23:45.436Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-08T00:23:45.436Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-08T00:23:45.436Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-08T00:23:45.436Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-08T00:23:45.436Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-08T00:23:45.436Z] Vulnerability Srbds: Not affected [2021-01-08T00:23:45.436Z] Vulnerability Tsx async abort: Not affected [2021-01-08T00:23:45.436Z] 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-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] ---> nproc: [2021-01-08T00:23:45.436Z] 4 [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] ---> df -h: [2021-01-08T00:23:45.436Z] Filesystem Size Used Available Use% Mounted on [2021-01-08T00:23:45.436Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-08T00:23:45.436Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-08T00:23:45.436Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-08T00:23:45.436Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-08T00:23:45.436Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] ---> free -m: [2021-01-08T00:23:45.436Z] total used free shared buff/cache available [2021-01-08T00:23:45.436Z] Mem: 1837 828 155 0 853 944 [2021-01-08T00:23:45.436Z] Swap: 1023 2 1021 [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] ---> ip addr: [2021-01-08T00:23:45.436Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-08T00:23:45.436Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-08T00:23:45.436Z] inet 127.0.0.1/8 scope host lo [2021-01-08T00:23:45.436Z] valid_lft forever preferred_lft forever [2021-01-08T00:23:45.436Z] inet6 ::1/128 scope host [2021-01-08T00:23:45.436Z] valid_lft forever preferred_lft forever [2021-01-08T00:23:45.436Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-08T00:23:45.436Z] link/ether fa:16:3e:9f:a1:e3 brd ff:ff:ff:ff:ff:ff [2021-01-08T00:23:45.436Z] inet 10.30.122.41/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-08T00:23:45.436Z] valid_lft 85816sec preferred_lft 85816sec [2021-01-08T00:23:45.436Z] inet6 fe80::f816:3eff:fe9f:a1e3/64 scope link [2021-01-08T00:23:45.436Z] valid_lft forever preferred_lft forever [2021-01-08T00:23:45.436Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-08T00:23:45.436Z] link/ether 02:42:6e:19:bb:2d brd ff:ff:ff:ff:ff:ff [2021-01-08T00:23:45.436Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-08T00:23:45.436Z] valid_lft forever preferred_lft forever [2021-01-08T00:23:45.436Z] inet6 fe80::42:6eff:fe19:bb2d/64 scope link [2021-01-08T00:23:45.436Z] valid_lft forever preferred_lft forever [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] ---> sar -b -r -n DEV: [2021-01-08T00:23:45.436Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] 00:13:49 LINUX RESTART (4 CPU) [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] 00:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-08T00:23:45.436Z] 00:16:01 4.13 0.00 4.13 0.00 0.00 126.76 0.00 [2021-01-08T00:23:45.436Z] 00:17:01 0.47 0.00 0.47 0.00 0.00 6.46 0.00 [2021-01-08T00:23:45.436Z] 00:18:01 0.25 0.00 0.25 0.00 0.00 2.45 0.00 [2021-01-08T00:23:45.436Z] 00:19:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 [2021-01-08T00:23:45.436Z] 00:20:01 0.32 0.00 0.32 0.00 0.00 4.53 0.00 [2021-01-08T00:23:45.436Z] 00:21:01 0.30 0.00 0.30 0.00 0.00 3.00 0.00 [2021-01-08T00:23:45.436Z] 00:22:01 205.06 121.85 83.21 0.00 6005.26 33184.37 0.00 [2021-01-08T00:23:45.436Z] 00:23:01 287.12 124.85 162.27 0.00 6711.40 35721.42 0.00 [2021-01-08T00:23:45.436Z] Average: 62.27 30.86 31.41 0.00 1590.57 8636.75 0.00 [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] 00:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-08T00:23:45.436Z] 00:16:01 154048 0 571880 30.39 2620 1152996 1093456 37.32 419276 1107612 16 [2021-01-08T00:23:45.436Z] 00:17:01 156544 0 569376 30.26 2620 1153004 1075440 36.70 433192 1091356 8 [2021-01-08T00:23:45.436Z] 00:18:01 156996 0 568920 30.24 2620 1153008 1075440 36.70 428028 1096524 8 [2021-01-08T00:23:45.436Z] 00:19:01 154836 0 571080 30.35 2620 1153008 1075592 36.71 432760 1093924 8 [2021-01-08T00:23:45.436Z] 00:20:01 151604 0 574304 30.52 2620 1153016 1075620 36.71 433604 1096044 8 [2021-01-08T00:23:45.436Z] 00:21:01 152664 0 573240 30.47 2620 1153020 1075440 36.70 432484 1096044 8 [2021-01-08T00:23:45.436Z] 00:22:01 152100 0 691416 36.75 2596 1035432 1692252 57.75 465920 1008832 8 [2021-01-08T00:23:45.436Z] 00:23:01 200184 0 801116 42.58 1500 878744 1423412 48.58 603576 736884 60 [2021-01-08T00:23:45.436Z] Average: 159872 0 615166 32.69 2477 1104028 1198332 40.90 456105 1040902 16 [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] 00:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-08T00:23:45.436Z] 00:16:01 eth0 3.51 1.85 3.58 0.48 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:17:01 eth0 0.37 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:18:01 eth0 1.08 0.08 0.11 0.01 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:19:01 eth0 1.52 0.70 0.62 0.40 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:20:01 eth0 0.70 0.52 0.41 0.27 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:21:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:22:01 veth95c3af1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:22:01 eth0 459.11 402.96 4080.16 33.38 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:22:01 veth10e9947 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:23:01 eth0 525.36 451.49 3645.48 96.91 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:23:01 veth5e05047 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] 00:23:01 docker0 69.96 86.07 5.60 400.31 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] Average: eth0 124.05 107.29 966.90 16.44 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] Average: veth5e05047 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] Average: docker0 8.50 10.55 0.64 49.59 0.00 0.00 0.00 0.00 [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] ---> sar -P ALL: [2021-01-08T00:23:45.436Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] 00:13:49 LINUX RESTART (4 CPU) [2021-01-08T00:23:45.436Z] [2021-01-08T00:23:45.436Z] 00:15:01 CPU %user %nice %system %iowait %steal %idle [2021-01-08T00:23:45.436Z] 00:16:01 all 0.22 0.00 0.04 0.00 0.00 99.74 [2021-01-08T00:23:45.436Z] 00:16:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-08T00:23:45.436Z] 00:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-08T00:23:45.436Z] 00:16:01 2 0.13 0.00 0.05 0.00 0.00 99.82 [2021-01-08T00:23:45.436Z] 00:16:01 3 0.60 0.00 0.03 0.00 0.00 99.37 [2021-01-08T00:23:45.436Z] 00:17:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-08T00:23:45.436Z] 00:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-08T00:23:45.436Z] 00:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-08T00:23:45.436Z] 00:17:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-08T00:23:45.436Z] 00:17:01 3 0.52 0.00 0.10 0.00 0.00 99.38 [2021-01-08T00:23:45.437Z] 00:18:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-08T00:23:45.437Z] 00:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-08T00:23:45.437Z] 00:18:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-08T00:23:45.437Z] 00:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-08T00:23:45.437Z] 00:18:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-08T00:23:45.437Z] 00:19:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2021-01-08T00:23:45.437Z] 00:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-08T00:23:45.437Z] 00:19:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-08T00:23:45.437Z] 00:19:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-08T00:23:45.437Z] 00:19:01 3 0.55 0.00 0.03 0.00 0.02 99.40 [2021-01-08T00:23:45.437Z] 00:20:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-08T00:23:45.437Z] 00:20:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-08T00:23:45.437Z] 00:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-08T00:23:45.437Z] 00:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-08T00:23:45.437Z] 00:20:01 3 0.52 0.00 0.08 0.00 0.00 99.40 [2021-01-08T00:23:45.437Z] 00:21:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-08T00:23:45.437Z] 00:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-01-08T00:23:45.437Z] 00:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-01-08T00:23:45.437Z] 00:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-08T00:23:45.437Z] 00:21:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-08T00:23:45.437Z] 00:22:01 all 7.14 0.00 4.33 1.48 0.02 87.03 [2021-01-08T00:23:45.437Z] 00:22:01 0 7.25 0.00 4.52 1.63 0.02 86.58 [2021-01-08T00:23:45.437Z] 00:22:01 1 7.29 0.00 3.66 2.26 0.00 86.79 [2021-01-08T00:23:45.437Z] 00:22:01 2 6.70 0.00 4.85 1.05 0.03 87.37 [2021-01-08T00:23:45.437Z] 00:22:01 3 7.31 0.00 4.29 1.00 0.03 87.36 [2021-01-08T00:23:45.437Z] 00:23:01 all 12.92 0.00 8.14 4.46 0.03 74.45 [2021-01-08T00:23:45.437Z] 00:23:01 0 12.03 0.00 8.67 4.47 0.03 74.79 [2021-01-08T00:23:45.437Z] 00:23:01 1 11.53 0.00 8.16 4.09 0.03 76.19 [2021-01-08T00:23:45.437Z] 00:23:01 2 12.13 0.00 7.44 4.45 0.03 75.95 [2021-01-08T00:23:45.437Z] 00:23:01 3 15.99 0.00 8.27 4.83 0.03 70.88 [2021-01-08T00:23:45.437Z] Average: all 2.60 0.00 1.56 0.73 0.01 95.10 [2021-01-08T00:23:45.437Z] Average: 0 2.40 0.00 1.65 0.75 0.01 95.20 [2021-01-08T00:23:45.437Z] Average: 1 2.35 0.00 1.48 0.78 0.01 95.38 [2021-01-08T00:23:45.437Z] Average: 2 2.37 0.00 1.55 0.68 0.01 95.40 [2021-01-08T00:23:45.437Z] Average: 3 3.28 0.00 1.58 0.72 0.01 94.41 [2021-01-08T00:23:45.437Z] [2021-01-08T00:23:45.437Z] [2021-01-08T00:23:45.437Z]