Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 072b184390152c35aa93e82d9a3e94daf634685c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-25081 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/y_app-service-configurable_hanoi # 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/hanoi:refs/remotes/origin/hanoi # timeout=10 Checking out Revision 072b184390152c35aa93e82d9a3e94daf634685c (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f 072b184390152c35aa93e82d9a3e94daf634685c # timeout=10 Commit message: "build: Update to use released SDK for 1.3.1 dot release (#184)" > git rev-list --no-walk 1818c95d6555627539e05dc67b65bacdc5eca62f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T23:02:25.220Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T23:02:25.569Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T23:02:25.687Z] ========================================================= [2021-02-04T23:02:25.687Z] EdgeX Global Pipelines Version Info [2021-02-04T23:02:25.687Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:02:27.298Z] ------------------- [2021-02-04T23:02:27.298Z] stable info: [2021-02-04T23:02:27.298Z] ------------------- [2021-02-04T23:02:27.298Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T23:02:27.298Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T23:02:27.298Z] Message: update stable to v1.0.179 [2021-02-04T23:02:28.250Z] ------------------- [2021-02-04T23:02:28.250Z] experimental info: [2021-02-04T23:02:28.250Z] ------------------- [2021-02-04T23:02:28.250Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T23:02:28.250Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T23:02:28.250Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T23:02:28.559Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-04T23:02:28.652Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-04T23:02:28.751Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T23:02:28.846Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T23:02:28.942Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T23:02:29.040Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T23:02:29.135Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T23:02:29.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T23:02:29.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-04T23:02:29.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T23:02:29.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T23:02:29.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-04T23:02:29.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T23:02:29.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T23:02:29.971Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T23:02:30.074Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T23:02:30.173Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T23:02:30.283Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T23:02:30.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T23:02:30.500Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T23:02:30.632Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-04T23:02:30.728Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-04T23:02:30.876Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-04T23:02:30.979Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-04T23:02:31.068Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-04T23:02:31.163Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T23:02:31.267Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T23:02:31.386Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-02-04T23:02:31.482Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-02-04T23:02:31.573Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-02-04T23:02:31.665Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] echo [2021-02-04T23:02:31.782Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 072b184 [Pipeline] echo [2021-02-04T23:02:31.873Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T23:02:32.060Z] provisioning config files... [2021-02-04T23:02:32.096Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config4544633789791416959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:02:32.542Z] ---> docker-login.sh [2021-02-04T23:02:32.542Z] nexus3.edgexfoundry.org:10001 [2021-02-04T23:02:32.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:02:33.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:02:33.069Z] Configure a credential helper to remove this warning. See [2021-02-04T23:02:33.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:02:33.069Z] [2021-02-04T23:02:33.069Z] Login Succeeded [2021-02-04T23:02:33.069Z] nexus3.edgexfoundry.org:10002 [2021-02-04T23:02:33.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:02:33.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:02:33.332Z] Configure a credential helper to remove this warning. See [2021-02-04T23:02:33.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:02:33.332Z] [2021-02-04T23:02:33.332Z] Login Succeeded [2021-02-04T23:02:33.332Z] nexus3.edgexfoundry.org:10003 [2021-02-04T23:02:33.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:02:33.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:02:33.332Z] Configure a credential helper to remove this warning. See [2021-02-04T23:02:33.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:02:33.332Z] [2021-02-04T23:02:33.332Z] Login Succeeded [2021-02-04T23:02:33.332Z] nexus3.edgexfoundry.org:10004 [2021-02-04T23:02:33.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:02:33.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:02:33.598Z] Configure a credential helper to remove this warning. See [2021-02-04T23:02:33.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:02:33.598Z] [2021-02-04T23:02:33.598Z] Login Succeeded [2021-02-04T23:02:33.598Z] docker.io [2021-02-04T23:02:33.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:02:34.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:02:34.122Z] Configure a credential helper to remove this warning. See [2021-02-04T23:02:34.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:02:34.122Z] [2021-02-04T23:02:34.122Z] Login Succeeded [2021-02-04T23:02:34.122Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T23:02:34.132Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T23:02:34.969Z] + git log --format=format:%s -1 072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] echo [2021-02-04T23:02:35.034Z] GIT_COMMIT: 072b184390152c35aa93e82d9a3e94daf634685c, Commit Message: build: Update to use released SDK for 1.3.1 dot release (#184) [Pipeline] echo [2021-02-04T23:02:35.080Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:02:36.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T23:02:36.143Z] [2021-02-04T23:02:36.143Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:02:36.505Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T23:02:36.505Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T23:02:36.505Z] 31603596830f: Pulling fs layer [2021-02-04T23:02:36.505Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T23:02:36.505Z] 6ca5941a6612: Pulling fs layer [2021-02-04T23:02:36.505Z] ecc8261a40a4: Pulling fs layer [2021-02-04T23:02:36.505Z] ecc8261a40a4: Waiting [2021-02-04T23:02:36.505Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T23:02:36.505Z] 2a8b12db71e7: Download complete [2021-02-04T23:02:36.505Z] 31603596830f: Download complete [2021-02-04T23:02:36.772Z] ecc8261a40a4: Verifying Checksum [2021-02-04T23:02:36.772Z] ecc8261a40a4: Download complete [2021-02-04T23:02:36.772Z] 6ca5941a6612: Verifying Checksum [2021-02-04T23:02:36.772Z] 6ca5941a6612: Download complete [2021-02-04T23:02:37.037Z] 31603596830f: Pull complete [2021-02-04T23:02:37.300Z] 2a8b12db71e7: Pull complete [2021-02-04T23:02:38.255Z] 6ca5941a6612: Pull complete [2021-02-04T23:02:38.255Z] ecc8261a40a4: Pull complete [2021-02-04T23:02:38.255Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T23:02:38.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T23:02:38.518Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T23:02:38.635Z] prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container [2021-02-04T23:02:38.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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-02-04T23:02:40.744Z] $ docker top 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T23:02:41.154Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T23:02:41.154Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T23:02:41.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T23:02:41.447Z] $ docker exec 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 ssh-agent [2021-02-04T23:02:41.654Z] SSH_AUTH_SOCK=/tmp/ssh-jlCpwZtBSltZ/agent.11 [2021-02-04T23:02:41.654Z] SSH_AGENT_PID=16 [2021-02-04T23:02:41.668Z] Running ssh-add (command line suppressed) [2021-02-04T23:02:41.802Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6272394194441020249.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6272394194441020249.key) [2021-02-04T23:02:41.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T23:02:42.208Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T23:02:42.232Z] $ docker exec --env ******** --env ******** 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 ssh-agent -k [2021-02-04T23:02:42.358Z] unset SSH_AUTH_SOCK; [2021-02-04T23:02:42.359Z] unset SSH_AGENT_PID; [2021-02-04T23:02:42.359Z] echo Agent pid 16 killed; [2021-02-04T23:02:42.409Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T23:02:42.550Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T23:02:42.550Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T23:02:42.739Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T23:02:42.743Z] $ docker exec 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 ssh-agent [2021-02-04T23:02:42.923Z] SSH_AUTH_SOCK=/tmp/ssh-d0BXY288TlQU/agent.45 [2021-02-04T23:02:42.923Z] SSH_AGENT_PID=50 [2021-02-04T23:02:42.931Z] Running ssh-add (command line suppressed) [2021-02-04T23:02:43.062Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_3037537102514537266.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_3037537102514537266.key) [2021-02-04T23:02:43.119Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T23:02:43.519Z] + git semver init [2021-02-04T23:02:43.519Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T23:02:43.519Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-02-04T23:02:43.519Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-02-04T23:02:43.519Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T23:02:43.519Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T23:02:43.519Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T23:02:43.519Z] # $SEMVER_BRANCH = hanoi [2021-02-04T23:02:43.519Z] # $SEMVER_TEMP = /tmp/semver-738774021 [2021-02-04T23:02:43.519Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-04T23:02:44.104Z] # '/tmp/semver-738774021' -> '/w/workspace/y_app-service-configurable_hanoi/.semver' [2021-02-04T23:02:44.104Z] # -> Force: false [2021-02-04T23:02:44.104Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } [2021-02-04T23:02:44.119Z] $ docker exec --env ******** --env ******** 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 ssh-agent -k [2021-02-04T23:02:44.243Z] unset SSH_AUTH_SOCK; [2021-02-04T23:02:44.243Z] unset SSH_AGENT_PID; [2021-02-04T23:02:44.243Z] echo Agent pid 50 killed; [2021-02-04T23:02:44.291Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T23:02:44.799Z] + git semver [Pipeline] } [2021-02-04T23:02:44.819Z] $ docker stop --time=1 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 [2021-02-04T23:02:46.208Z] $ docker rm -f 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T23:02:46.704Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T23:02:47.188Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T23:02:47.192Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-04T23:03:02.790Z] Still waiting to schedule task [2021-02-04T23:03:02.790Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-04T23:03:02.792Z] Still waiting to schedule task [2021-02-04T23:03:02.793Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-04T23:04:51.267Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25082 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws [2021-02-04T23:04:51.330Z] Running in /w/workspace/app-service-configurable/4 [Pipeline] { [Pipeline] checkout [2021-02-04T23:04:55.975Z] using credential edgex-jenkins-ssh [2021-02-04T23:04:56.037Z] Cloning the remote Git repository [2021-02-04T23:04:56.091Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-04T23:04:56.194Z] > git init /w/workspace/app-service-configurable/4 # timeout=10 [2021-02-04T23:04:56.280Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-04T23:04:56.281Z] > git --version # timeout=10 [2021-02-04T23:04:56.296Z] > git --version # 'git version 2.17.1' [2021-02-04T23:04:56.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:04:56.363Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T23:04:57.610Z] Checking out Revision 072b184390152c35aa93e82d9a3e94daf634685c (hanoi) [2021-02-04T23:04:57.054Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-04T23:04:57.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T23:04:57.105Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-04T23:04:57.141Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-04T23:04:57.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:04:57.153Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-04T23:04:57.633Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T23:04:57.645Z] > git checkout -f 072b184390152c35aa93e82d9a3e94daf634685c # timeout=10 [2021-02-04T23:05:01.914Z] Commit message: "build: Update to use released SDK for 1.3.1 dot release (#184)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T23:05:03.999Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T23:05:04.400Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T23:05:04.793Z] + true [2021-02-04T23:05:04.793Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T23:05:06.906Z] provisioning config files... [2021-02-04T23:05:06.950Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config7806754311235752385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:05:07.419Z] ---> docker-login.sh [2021-02-04T23:05:07.419Z] nexus3.edgexfoundry.org:10001 [2021-02-04T23:05:08.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:05:08.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:05:08.619Z] Configure a credential helper to remove this warning. See [2021-02-04T23:05:08.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:05:08.619Z] [2021-02-04T23:05:08.619Z] Login Succeeded [2021-02-04T23:05:08.619Z] nexus3.edgexfoundry.org:10002 [2021-02-04T23:05:08.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:05:09.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:05:09.492Z] Configure a credential helper to remove this warning. See [2021-02-04T23:05:09.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:05:09.492Z] [2021-02-04T23:05:09.492Z] Login Succeeded [2021-02-04T23:05:09.492Z] nexus3.edgexfoundry.org:10003 [2021-02-04T23:05:09.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:05:09.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:05:09.766Z] Configure a credential helper to remove this warning. See [2021-02-04T23:05:09.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:05:09.766Z] [2021-02-04T23:05:09.766Z] Login Succeeded [2021-02-04T23:05:09.766Z] nexus3.edgexfoundry.org:10004 [2021-02-04T23:05:10.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:05:10.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:05:10.363Z] Configure a credential helper to remove this warning. See [2021-02-04T23:05:10.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:05:10.363Z] [2021-02-04T23:05:10.363Z] Login Succeeded [2021-02-04T23:05:10.363Z] docker.io [2021-02-04T23:05:10.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:05:11.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:05:11.230Z] Configure a credential helper to remove this warning. See [2021-02-04T23:05:11.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:05:11.230Z] [2021-02-04T23:05:11.230Z] Login Succeeded [2021-02-04T23:05:11.230Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T23:05:11.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T23:05:11.684Z] ========================================================= [2021-02-04T23:05:11.684Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T23:05:11.684Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:05:12.100Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-04T23:05:12.100Z] Sending build context to Docker daemon 101.4kB [2021-02-04T23:05:12.374Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-04T23:05:12.374Z] Step 2/8 : FROM ${BASE} [2021-02-04T23:05:12.646Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T23:05:12.646Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T23:05:12.646Z] a4357932f1b6: Pulling fs layer [2021-02-04T23:05:12.646Z] 18c013af1878: Pulling fs layer [2021-02-04T23:05:12.646Z] 00ac8860ef70: Pulling fs layer [2021-02-04T23:05:12.646Z] 63d7cb157983: Pulling fs layer [2021-02-04T23:05:12.646Z] b116817d02f9: Pulling fs layer [2021-02-04T23:05:12.646Z] 745a02a5169b: Pulling fs layer [2021-02-04T23:05:12.646Z] 00ac8860ef70: Waiting [2021-02-04T23:05:12.646Z] 63d7cb157983: Waiting [2021-02-04T23:05:12.646Z] b116817d02f9: Waiting [2021-02-04T23:05:12.646Z] 745a02a5169b: Waiting [2021-02-04T23:05:12.646Z] 18c013af1878: Verifying Checksum [2021-02-04T23:05:12.646Z] 18c013af1878: Download complete [2021-02-04T23:05:12.646Z] a4357932f1b6: Verifying Checksum [2021-02-04T23:05:12.646Z] 63d7cb157983: Verifying Checksum [2021-02-04T23:05:12.646Z] 63d7cb157983: Download complete [2021-02-04T23:05:13.251Z] b116817d02f9: Verifying Checksum [2021-02-04T23:05:13.251Z] b116817d02f9: Download complete [2021-02-04T23:05:13.251Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T23:05:13.251Z] 5f621e34cdf4: Download complete [2021-02-04T23:05:14.242Z] 5f621e34cdf4: Pull complete [2021-02-04T23:05:14.841Z] a4357932f1b6: Pull complete [2021-02-04T23:05:15.117Z] 18c013af1878: Pull complete [2021-02-04T23:05:15.714Z] 745a02a5169b: Verifying Checksum [2021-02-04T23:05:15.714Z] 745a02a5169b: Download complete [2021-02-04T23:05:17.142Z] 00ac8860ef70: Verifying Checksum [2021-02-04T23:05:17.142Z] 00ac8860ef70: Download complete [2021-02-04T23:05:27.292Z] 00ac8860ef70: Pull complete [2021-02-04T23:05:27.292Z] 63d7cb157983: Pull complete [2021-02-04T23:05:27.292Z] b116817d02f9: Pull complete [2021-02-04T23:05:30.678Z] 745a02a5169b: Pull complete [2021-02-04T23:05:30.678Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T23:05:30.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T23:05:30.678Z] ---> b7e6874047d6 [2021-02-04T23:05:30.678Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T23:05:34.089Z] ---> Running in 900db625dac2 [2021-02-04T23:05:34.089Z] Removing intermediate container 900db625dac2 [2021-02-04T23:05:34.089Z] ---> 77482459c1f3 [2021-02-04T23:05:34.089Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T23:05:34.089Z] ---> Running in 96dc562118e7 [2021-02-04T23:05:36.696Z] Removing intermediate container 96dc562118e7 [2021-02-04T23:05:36.696Z] ---> 49814eaeb2c5 [2021-02-04T23:05:36.696Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-04T23:05:36.696Z] ---> Running in b8c76f172e0c [2021-02-04T23:05:37.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T23:05:38.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T23:05:38.870Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-04T23:05:38.870Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-04T23:05:39.142Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-04T23:05:39.142Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-04T23:05:39.142Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T23:05:39.418Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-04T23:05:39.418Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T23:05:39.418Z] OK: 144 MiB in 45 packages [2021-02-04T23:05:40.867Z] Removing intermediate container b8c76f172e0c [2021-02-04T23:05:40.867Z] ---> c1d8d46e7020 [2021-02-04T23:05:40.867Z] Step 6/8 : WORKDIR /app [2021-02-04T23:05:40.867Z] ---> Running in 731b1f65309b [2021-02-04T23:05:41.463Z] Removing intermediate container 731b1f65309b [2021-02-04T23:05:41.463Z] ---> 080fcc6f41b7 [2021-02-04T23:05:41.463Z] Step 7/8 : COPY . . [2021-02-04T23:05:42.062Z] ---> 82914af86925 [2021-02-04T23:05:42.062Z] Step 8/8 : RUN go mod download [2021-02-04T23:05:42.334Z] ---> Running in e4eebd215a2e [2021-02-04T23:06:14.675Z] Removing intermediate container e4eebd215a2e [2021-02-04T23:06:14.675Z] ---> 3c9308917022 [2021-02-04T23:06:14.675Z] Successfully built 3c9308917022 [2021-02-04T23:06:14.675Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:06:15.032Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T23:06:15.032Z] . [Pipeline] withDockerContainer [2021-02-04T23:06:15.311Z] prd-ubuntu18.04-docker-arm64-4c-16g-25082 does not seem to be running inside a container [2021-02-04T23:06:15.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T23:06:16.912Z] $ docker top 8dd6bf866a946447bfd95dfff35b5e2aaff28de8e00b54f2d62ad4c272ed6ae5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T23:06:17.932Z] + go version [2021-02-04T23:06:17.932Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T23:06:17.956Z] $ docker stop --time=1 8dd6bf866a946447bfd95dfff35b5e2aaff28de8e00b54f2d62ad4c272ed6ae5 [2021-02-04T23:06:19.898Z] $ docker rm -f 8dd6bf866a946447bfd95dfff35b5e2aaff28de8e00b54f2d62ad4c272ed6ae5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:06:20.892Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T23:06:20.892Z] . [Pipeline] withDockerContainer [2021-02-04T23:06:21.153Z] prd-ubuntu18.04-docker-arm64-4c-16g-25082 does not seem to be running inside a container [2021-02-04T23:06:21.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T23:06:22.678Z] $ docker top e73e5ef1abe280a660947c1cae735ac985395a8383809f629a28eb967d5ab278 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T23:06:23.706Z] + make test [2021-02-04T23:06:23.706Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-04T23:06:33.728Z] Running on prd-centos7-docker-4c-2g-25084 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws [2021-02-04T23:06:33.791Z] Running in /w/workspace/app-service-configurable/4 [Pipeline] { [Pipeline] checkout [2021-02-04T23:06:42.565Z] using credential edgex-jenkins-ssh [2021-02-04T23:06:42.757Z] Cloning the remote Git repository [2021-02-04T23:06:42.845Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-04T23:06:43.104Z] > git init /w/workspace/app-service-configurable/4 # timeout=10 [2021-02-04T23:06:43.533Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-04T23:06:43.534Z] > git --version # timeout=10 [2021-02-04T23:06:43.613Z] > git --version # 'git version 2.24.3' [2021-02-04T23:06:43.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:06:43.774Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T23:06:45.257Z] Checking out Revision 072b184390152c35aa93e82d9a3e94daf634685c (hanoi) [2021-02-04T23:06:44.637Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-04T23:06:44.664Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T23:06:44.746Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-04T23:06:44.797Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-04T23:06:44.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:06:44.812Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-04T23:06:45.291Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T23:06:45.312Z] > git checkout -f 072b184390152c35aa93e82d9a3e94daf634685c # timeout=10 [2021-02-04T23:06:51.156Z] Commit message: "build: Update to use released SDK for 1.3.1 dot release (#184)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T23:06:52.840Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T23:06:53.288Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T23:06:53.765Z] + sudo service docker restart [2021-02-04T23:06:53.765Z] + true [2021-02-04T23:06:53.765Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T23:06:55.317Z] provisioning config files... [2021-02-04T23:06:55.361Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config940520602217347743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:06:55.789Z] ---> docker-login.sh [2021-02-04T23:06:55.789Z] nexus3.edgexfoundry.org:10001 [2021-02-04T23:06:56.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:06:56.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:06:56.702Z] Configure a credential helper to remove this warning. See [2021-02-04T23:06:56.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:06:56.702Z] [2021-02-04T23:06:56.702Z] Login Succeeded [2021-02-04T23:06:56.702Z] nexus3.edgexfoundry.org:10002 [2021-02-04T23:06:57.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:06:57.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:06:57.008Z] Configure a credential helper to remove this warning. See [2021-02-04T23:06:57.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:06:57.008Z] [2021-02-04T23:06:57.008Z] Login Succeeded [2021-02-04T23:06:57.008Z] nexus3.edgexfoundry.org:10003 [2021-02-04T23:06:57.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:06:57.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:06:57.582Z] Configure a credential helper to remove this warning. See [2021-02-04T23:06:57.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:06:57.582Z] [2021-02-04T23:06:57.582Z] Login Succeeded [2021-02-04T23:06:57.582Z] nexus3.edgexfoundry.org:10004 [2021-02-04T23:06:57.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:06:57.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:06:57.894Z] Configure a credential helper to remove this warning. See [2021-02-04T23:06:57.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:06:57.894Z] [2021-02-04T23:06:57.894Z] Login Succeeded [2021-02-04T23:06:57.894Z] docker.io [2021-02-04T23:06:58.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:06:58.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:06:58.440Z] Configure a credential helper to remove this warning. See [2021-02-04T23:06:58.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:06:58.440Z] [2021-02-04T23:06:58.440Z] Login Succeeded [2021-02-04T23:06:58.440Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T23:06:58.456Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T23:06:58.985Z] ========================================================= [2021-02-04T23:06:58.985Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T23:06:58.985Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:06:59.385Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-04T23:06:59.673Z] Sending build context to Docker daemon 101.4kB [2021-02-04T23:06:59.943Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-04T23:06:59.943Z] Step 2/8 : FROM ${BASE} [2021-02-04T23:06:59.943Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T23:06:59.943Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T23:06:59.943Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T23:06:59.943Z] de9db76c5a1d: Pulling fs layer [2021-02-04T23:06:59.943Z] bca2f99d35d6: Pulling fs layer [2021-02-04T23:06:59.943Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T23:06:59.943Z] 7c6f9722023f: Pulling fs layer [2021-02-04T23:06:59.943Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T23:06:59.943Z] 93359f2a8cfa: Waiting [2021-02-04T23:06:59.943Z] 7c6f9722023f: Waiting [2021-02-04T23:06:59.943Z] a35cf1a2eb13: Waiting [2021-02-04T23:06:59.943Z] bca2f99d35d6: Waiting [2021-02-04T23:06:59.943Z] de9db76c5a1d: Verifying Checksum [2021-02-04T23:06:59.943Z] de9db76c5a1d: Download complete [2021-02-04T23:06:59.943Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T23:06:59.943Z] 0ef7d3d256c8: Download complete [2021-02-04T23:07:00.208Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T23:07:00.208Z] 93359f2a8cfa: Download complete [2021-02-04T23:07:00.813Z] 7c6f9722023f: Verifying Checksum [2021-02-04T23:07:00.813Z] 7c6f9722023f: Download complete [2021-02-04T23:07:00.813Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T23:07:00.813Z] 188c0c94c7c5: Download complete [2021-02-04T23:07:01.350Z] 188c0c94c7c5: Pull complete [2021-02-04T23:07:01.650Z] 0ef7d3d256c8: Pull complete [2021-02-04T23:07:01.941Z] de9db76c5a1d: Pull complete [2021-02-04T23:07:05.427Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T23:07:05.427Z] a35cf1a2eb13: Download complete [2021-02-04T23:07:07.484Z] bca2f99d35d6: Verifying Checksum [2021-02-04T23:07:07.484Z] bca2f99d35d6: Download complete [2021-02-04T23:07:20.808Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-04T23:07:20.808Z] CGO_ENABLED=1 go vet ./... [2021-02-04T23:07:22.790Z] gofmt -l . [2021-02-04T23:07:22.790Z] [ "`gofmt -l .`" = "" ] [2021-02-04T23:07:22.790Z] ./bin/test-go-mod-tidy.sh [2021-02-04T23:07:23.389Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-04T23:07:24.389Z] $ docker stop --time=1 e73e5ef1abe280a660947c1cae735ac985395a8383809f629a28eb967d5ab278 [2021-02-04T23:07:26.526Z] bca2f99d35d6: Pull complete [2021-02-04T23:07:26.526Z] 93359f2a8cfa: Pull complete [2021-02-04T23:07:26.526Z] 7c6f9722023f: Pull complete [2021-02-04T23:07:26.703Z] $ docker rm -f e73e5ef1abe280a660947c1cae735ac985395a8383809f629a28eb967d5ab278 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T23:07:27.582Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T23:07:28.407Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T23:07:31.059Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-04T23:07:31.430Z] + ls -al . [2021-02-04T23:07:31.430Z] total 120 [2021-02-04T23:07:31.430Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 4 23:07 . [2021-02-04T23:07:31.430Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 23:04 .. [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 4 23:04 .dockerignore [2021-02-04T23:07:31.430Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 23:05 .git [2021-02-04T23:07:31.430Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 23:04 .github [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 93 Feb 4 23:04 .gitignore [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 6568 Feb 4 23:04 Attribution.txt [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 2002 Feb 4 23:04 Dockerfile [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 966 Feb 4 23:04 Dockerfile.build [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 4 23:04 Jenkinsfile [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 4 23:04 LICENSE [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 4 23:04 README.md [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 4 23:02 VERSION [2021-02-04T23:07:31.430Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 23:04 bin [2021-02-04T23:07:31.430Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 4 23:06 coverage.out [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 180 Feb 4 23:04 docker-compose.debug.yml [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 133 Feb 4 23:04 docker-compose.yml [2021-02-04T23:07:31.430Z] -rw-r--r-- 1 jenkins jenkins 126 Feb 4 23:07 go.mod [2021-02-04T23:07:31.430Z] -rw-r--r-- 1 jenkins jenkins 19551 Feb 4 23:07 go.sum [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 1519 Feb 4 23:04 main.go [2021-02-04T23:07:31.430Z] -rw-rw-r-- 1 jenkins jenkins 1573 Feb 4 23:04 makefile [2021-02-04T23:07:31.430Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 4 23:04 res [2021-02-04T23:07:31.430Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 23:04 snap [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:07:31.829Z] + 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=072b184390152c35aa93e82d9a3e94daf634685c --label arch=arm64 --label version=1.3.1-dev.3 . [2021-02-04T23:07:31.829Z] Sending build context to Docker daemon 123.9kB [2021-02-04T23:07:32.110Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2021-02-04T23:07:32.110Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-04T23:07:32.110Z] ---> 3c9308917022 [2021-02-04T23:07:32.110Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-04T23:07:32.382Z] ---> Running in 173bb2a8ee27 [2021-02-04T23:07:32.665Z] Removing intermediate container 173bb2a8ee27 [2021-02-04T23:07:32.665Z] ---> e32ca85982b8 [2021-02-04T23:07:32.665Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-04T23:07:32.942Z] ---> Running in 6a780dbc6445 [2021-02-04T23:07:33.216Z] Removing intermediate container 6a780dbc6445 [2021-02-04T23:07:33.216Z] ---> 65edbdc29fd1 [2021-02-04T23:07:33.216Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T23:07:33.488Z] ---> Running in 4ee0fec83c6f [2021-02-04T23:07:33.556Z] a35cf1a2eb13: Pull complete [2021-02-04T23:07:33.556Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T23:07:33.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T23:07:33.556Z] ---> a62c8e92a672 [2021-02-04T23:07:33.556Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T23:07:33.556Z] ---> Running in 761883c74b80 [2021-02-04T23:07:33.556Z] Removing intermediate container 761883c74b80 [2021-02-04T23:07:33.556Z] ---> 46ef3111d640 [2021-02-04T23:07:33.556Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T23:07:33.556Z] ---> Running in 1daaf047fd9c [2021-02-04T23:07:34.080Z] Removing intermediate container 4ee0fec83c6f [2021-02-04T23:07:34.080Z] ---> 0c3cfa3363b5 [2021-02-04T23:07:34.080Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T23:07:34.080Z] ---> Running in e89c70ebda53 [2021-02-04T23:07:35.797Z] Removing intermediate container 1daaf047fd9c [2021-02-04T23:07:35.797Z] ---> 6902a6a4dccf [2021-02-04T23:07:35.797Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-04T23:07:35.797Z] ---> Running in 7417a98f5d6b [2021-02-04T23:07:36.053Z] Removing intermediate container e89c70ebda53 [2021-02-04T23:07:36.053Z] ---> 101e790b7c3d [2021-02-04T23:07:36.053Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-04T23:07:36.053Z] ---> Running in df6912d3e3f4 [2021-02-04T23:07:36.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T23:07:37.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T23:07:37.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T23:07:37.787Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-04T23:07:38.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T23:07:38.062Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-04T23:07:38.062Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-04T23:07:38.062Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-04T23:07:38.287Z] OK: 144 MiB in 45 packages [2021-02-04T23:07:38.338Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T23:07:38.338Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-04T23:07:38.632Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T23:07:38.632Z] OK: 167 MiB in 45 packages [2021-02-04T23:07:39.656Z] Removing intermediate container 7417a98f5d6b [2021-02-04T23:07:39.656Z] ---> af2703a9321c [2021-02-04T23:07:39.656Z] Step 6/8 : WORKDIR /app [2021-02-04T23:07:39.656Z] ---> Running in 843600538ac1 [2021-02-04T23:07:39.730Z] Removing intermediate container df6912d3e3f4 [2021-02-04T23:07:39.730Z] ---> 219d4bcf8a7a [2021-02-04T23:07:39.730Z] Step 8/27 : WORKDIR /app [2021-02-04T23:07:39.730Z] ---> Running in 21ef6557ced0 [2021-02-04T23:07:39.929Z] Removing intermediate container 843600538ac1 [2021-02-04T23:07:39.929Z] ---> 2b1eb6a667fb [2021-02-04T23:07:39.929Z] Step 7/8 : COPY . . [2021-02-04T23:07:40.003Z] Removing intermediate container 21ef6557ced0 [2021-02-04T23:07:40.003Z] ---> e18faef51443 [2021-02-04T23:07:40.003Z] Step 9/27 : COPY go.mod . [2021-02-04T23:07:40.540Z] ---> 28e51af1e725 [2021-02-04T23:07:40.540Z] Step 8/8 : RUN go mod download [2021-02-04T23:07:40.540Z] ---> Running in ae52b99cf3ed [2021-02-04T23:07:40.990Z] ---> 265fa8c036f5 [2021-02-04T23:07:40.990Z] Step 10/27 : RUN go mod download [2021-02-04T23:07:40.990Z] ---> Running in 6abe9c08904b [2021-02-04T23:07:43.617Z] Removing intermediate container 6abe9c08904b [2021-02-04T23:07:43.617Z] ---> 982f136d56c4 [2021-02-04T23:07:43.617Z] Step 11/27 : COPY . . [2021-02-04T23:07:43.895Z] ---> 29c8e4f351fc [2021-02-04T23:07:43.895Z] Step 12/27 : ARG MAKE="make build" [2021-02-04T23:07:44.171Z] ---> Running in 744911c638c1 [2021-02-04T23:07:44.447Z] Removing intermediate container 744911c638c1 [2021-02-04T23:07:44.447Z] ---> 447f373782df [2021-02-04T23:07:44.447Z] Step 13/27 : RUN $MAKE [2021-02-04T23:07:44.723Z] ---> Running in f71d23447da0 [2021-02-04T23:07:45.704Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.3" -o app-service-configurable [2021-02-04T23:08:29.088Z] Removing intermediate container ae52b99cf3ed [2021-02-04T23:08:29.088Z] ---> 2c8c0d203019 [2021-02-04T23:08:29.088Z] Successfully built 2c8c0d203019 [2021-02-04T23:08:29.088Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:29.676Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T23:08:29.987Z] . [Pipeline] withDockerContainer [2021-02-04T23:08:30.677Z] prd-centos7-docker-4c-2g-25084 does not seem to be running inside a container [2021-02-04T23:08:30.841Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T23:08:32.262Z] $ docker top e84ee61dd4c94b143c9215ad7ff197d8d58ce22d161f44e9f59843919a93d81a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T23:08:32.773Z] Removing intermediate container f71d23447da0 [2021-02-04T23:08:32.773Z] ---> 2823389dca03 [2021-02-04T23:08:32.773Z] Step 14/27 : FROM alpine:latest [2021-02-04T23:08:32.773Z] latest: Pulling from library/alpine [2021-02-04T23:08:32.773Z] 2914792bc417: Pulling fs layer [2021-02-04T23:08:32.773Z] 2914792bc417: Verifying Checksum [2021-02-04T23:08:32.773Z] 2914792bc417: Download complete [2021-02-04T23:08:32.927Z] + go version [2021-02-04T23:08:33.203Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T23:08:33.236Z] $ docker stop --time=1 e84ee61dd4c94b143c9215ad7ff197d8d58ce22d161f44e9f59843919a93d81a [2021-02-04T23:08:33.377Z] 2914792bc417: Pull complete [2021-02-04T23:08:33.377Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-04T23:08:33.651Z] Status: Downloaded newer image for alpine:latest [2021-02-04T23:08:33.651Z] ---> 85b71a783ad3 [2021-02-04T23:08:33.651Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T23:08:33.923Z] ---> Running in 9a34328677cd [2021-02-04T23:08:34.195Z] Removing intermediate container 9a34328677cd [2021-02-04T23:08:34.195Z] ---> fe635a12c89f [2021-02-04T23:08:34.195Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-04T23:08:34.468Z] ---> Running in f269a6594fb3 [2021-02-04T23:08:34.981Z] $ docker rm -f e84ee61dd4c94b143c9215ad7ff197d8d58ce22d161f44e9f59843919a93d81a [2021-02-04T23:08:35.062Z] Removing intermediate container f269a6594fb3 [2021-02-04T23:08:35.062Z] ---> ad9f54bcafc4 [2021-02-04T23:08:35.062Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2021-02-04T23:08:35.062Z] ---> Running in 828e1be45bd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:35.999Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T23:08:35.999Z] . [Pipeline] withDockerContainer [2021-02-04T23:08:36.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-04T23:08:36.256Z] prd-centos7-docker-4c-2g-25084 does not seem to be running inside a container [2021-02-04T23:08:36.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-04T23:08:36.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T23:08:37.322Z] (1/6) Installing ca-certificates (20191127-r5) [2021-02-04T23:08:37.322Z] (2/6) Installing libgcc (10.2.1_pre1-r3) [2021-02-04T23:08:37.322Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T23:08:37.322Z] (4/6) Installing libstdc++ (10.2.1_pre1-r3) [2021-02-04T23:08:37.599Z] (5/6) Installing libzmq (4.3.3-r1) [2021-02-04T23:08:37.599Z] (6/6) Installing zeromq (4.3.3-r1) [2021-02-04T23:08:37.599Z] Executing busybox-1.32.1-r2.trigger [2021-02-04T23:08:37.599Z] Executing ca-certificates-20191127-r5.trigger [2021-02-04T23:08:37.746Z] $ docker top b343ed731be9f54dbc64592eb6636bf622645e4f1c7437eea98722c3b3d70c37 -eo pid,comm [2021-02-04T23:08:37.872Z] OK: 9 MiB in 20 packages [Pipeline] { [Pipeline] sh [2021-02-04T23:08:38.528Z] + make test [2021-02-04T23:08:38.528Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-04T23:08:39.859Z] Removing intermediate container 828e1be45bd6 [2021-02-04T23:08:39.859Z] ---> 3ff33ff6af2e [2021-02-04T23:08:39.859Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-04T23:08:40.132Z] ---> ffb371a7fca7 [2021-02-04T23:08:40.132Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-04T23:08:41.114Z] ---> d378dda525d0 [2021-02-04T23:08:41.114Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-04T23:08:41.710Z] ---> 4a6f22280a7c [2021-02-04T23:08:41.710Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-04T23:08:43.140Z] ---> e2ced34b6168 [2021-02-04T23:08:43.140Z] Step 22/27 : EXPOSE 48095 [2021-02-04T23:08:43.412Z] ---> Running in 08301ca44879 [2021-02-04T23:08:44.008Z] Removing intermediate container 08301ca44879 [2021-02-04T23:08:44.008Z] ---> c91ef9bdbd41 [2021-02-04T23:08:44.008Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-04T23:08:44.008Z] ---> Running in 48a7e98b211c [2021-02-04T23:08:44.609Z] Removing intermediate container 48a7e98b211c [2021-02-04T23:08:44.609Z] ---> 45d2088204eb [2021-02-04T23:08:44.609Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T23:08:44.609Z] ---> Running in c1da45a02660 [2021-02-04T23:08:45.210Z] Removing intermediate container c1da45a02660 [2021-02-04T23:08:45.210Z] ---> a7a26e738ba5 [2021-02-04T23:08:45.210Z] Step 25/27 : LABEL arch=arm64 [2021-02-04T23:08:45.210Z] ---> Running in ea9adba9728d [2021-02-04T23:08:45.482Z] Removing intermediate container ea9adba9728d [2021-02-04T23:08:45.482Z] ---> 874c8df93bc4 [2021-02-04T23:08:45.482Z] Step 26/27 : LABEL git_sha=072b184390152c35aa93e82d9a3e94daf634685c [2021-02-04T23:08:45.760Z] ---> Running in a7824a4a9455 [2021-02-04T23:08:46.353Z] Removing intermediate container a7824a4a9455 [2021-02-04T23:08:46.353Z] ---> dcb3ce772920 [2021-02-04T23:08:46.353Z] Step 27/27 : LABEL version=1.3.1-dev.3 [2021-02-04T23:08:46.353Z] ---> Running in ddb8df60548b [2021-02-04T23:08:46.955Z] Removing intermediate container ddb8df60548b [2021-02-04T23:08:46.955Z] ---> 0c0064fc3109 [2021-02-04T23:08:46.955Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-04T23:08:46.955Z] Successfully built 0c0064fc3109 [2021-02-04T23:08:46.955Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T23:08:47.432Z] provisioning config files... [2021-02-04T23:08:47.462Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config8676622185336077893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:08:47.848Z] ---> docker-login.sh [2021-02-04T23:08:47.848Z] nexus3.edgexfoundry.org:10001 [2021-02-04T23:08:48.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:08:48.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:08:48.123Z] Configure a credential helper to remove this warning. See [2021-02-04T23:08:48.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:08:48.123Z] [2021-02-04T23:08:48.123Z] Login Succeeded [2021-02-04T23:08:48.123Z] nexus3.edgexfoundry.org:10002 [2021-02-04T23:08:48.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:08:48.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:08:48.735Z] Configure a credential helper to remove this warning. See [2021-02-04T23:08:48.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:08:48.735Z] [2021-02-04T23:08:48.735Z] Login Succeeded [2021-02-04T23:08:48.735Z] nexus3.edgexfoundry.org:10003 [2021-02-04T23:08:49.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:08:49.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:08:49.294Z] Configure a credential helper to remove this warning. See [2021-02-04T23:08:49.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:08:49.294Z] [2021-02-04T23:08:49.294Z] Login Succeeded [2021-02-04T23:08:49.294Z] nexus3.edgexfoundry.org:10004 [2021-02-04T23:08:49.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:08:49.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:08:49.847Z] Configure a credential helper to remove this warning. See [2021-02-04T23:08:49.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:08:49.847Z] [2021-02-04T23:08:49.847Z] Login Succeeded [2021-02-04T23:08:49.847Z] docker.io [2021-02-04T23:08:50.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:08:50.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:08:50.409Z] Configure a credential helper to remove this warning. See [2021-02-04T23:08:50.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:08:50.409Z] [2021-02-04T23:08:50.409Z] Login Succeeded [2021-02-04T23:08:50.688Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T23:08:50.714Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T23:08:50.960Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-04T23:08:50.960Z] 072b184390152c35aa93e82d9a3e94daf634685c [2021-02-04T23:08:50.960Z] latest [2021-02-04T23:08:50.960Z] 1.3.1-dev.3 [2021-02-04T23:08:50.960Z] 072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [2021-02-04T23:08:50.960Z] hanoi [2021-02-04T23:08:50.960Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:51.471Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:51.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c [2021-02-04T23:08:51.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-04T23:08:51.806Z] c776bcbf23c8: Preparing [2021-02-04T23:08:51.806Z] 31e69748038d: Preparing [2021-02-04T23:08:51.806Z] 0b12bfd0a76f: Preparing [2021-02-04T23:08:51.806Z] 3d72fad9bca2: Preparing [2021-02-04T23:08:51.806Z] 12329b5f2e90: Preparing [2021-02-04T23:08:51.806Z] bc1660ee1254: Preparing [2021-02-04T23:08:51.806Z] bc1660ee1254: Waiting [2021-02-04T23:08:52.079Z] 0b12bfd0a76f: Pushed [2021-02-04T23:08:52.079Z] 3d72fad9bca2: Pushed [2021-02-04T23:08:52.079Z] 31e69748038d: Pushed [2021-02-04T23:08:52.353Z] bc1660ee1254: Layer already exists [2021-02-04T23:08:52.949Z] 12329b5f2e90: Pushed [2021-02-04T23:08:56.321Z] c776bcbf23c8: Pushed [2021-02-04T23:08:56.592Z] 072b184390152c35aa93e82d9a3e94daf634685c: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:56.936Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:57.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-04T23:08:57.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-04T23:08:57.306Z] c776bcbf23c8: Preparing [2021-02-04T23:08:57.306Z] 31e69748038d: Preparing [2021-02-04T23:08:57.306Z] 0b12bfd0a76f: Preparing [2021-02-04T23:08:57.306Z] 3d72fad9bca2: Preparing [2021-02-04T23:08:57.306Z] 12329b5f2e90: Preparing [2021-02-04T23:08:57.306Z] bc1660ee1254: Preparing [2021-02-04T23:08:57.306Z] bc1660ee1254: Waiting [2021-02-04T23:08:57.306Z] 31e69748038d: Layer already exists [2021-02-04T23:08:57.307Z] c776bcbf23c8: Layer already exists [2021-02-04T23:08:57.307Z] 3d72fad9bca2: Layer already exists [2021-02-04T23:08:57.307Z] 12329b5f2e90: Layer already exists [2021-02-04T23:08:57.307Z] 0b12bfd0a76f: Layer already exists [2021-02-04T23:08:57.307Z] bc1660ee1254: Layer already exists [2021-02-04T23:08:57.576Z] latest: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:57.918Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:58.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.3 [2021-02-04T23:08:58.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-04T23:08:58.254Z] c776bcbf23c8: Preparing [2021-02-04T23:08:58.254Z] 31e69748038d: Preparing [2021-02-04T23:08:58.254Z] 0b12bfd0a76f: Preparing [2021-02-04T23:08:58.254Z] 3d72fad9bca2: Preparing [2021-02-04T23:08:58.254Z] 12329b5f2e90: Preparing [2021-02-04T23:08:58.254Z] bc1660ee1254: Preparing [2021-02-04T23:08:58.254Z] bc1660ee1254: Waiting [2021-02-04T23:08:58.255Z] 0b12bfd0a76f: Layer already exists [2021-02-04T23:08:58.524Z] 31e69748038d: Layer already exists [2021-02-04T23:08:58.524Z] 3d72fad9bca2: Layer already exists [2021-02-04T23:08:58.524Z] 12329b5f2e90: Layer already exists [2021-02-04T23:08:58.524Z] c776bcbf23c8: Layer already exists [2021-02-04T23:08:58.524Z] bc1660ee1254: Layer already exists [2021-02-04T23:08:58.524Z] 1.3.1-dev.3: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:58.906Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:59.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [2021-02-04T23:08:59.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-04T23:08:59.291Z] c776bcbf23c8: Preparing [2021-02-04T23:08:59.291Z] 31e69748038d: Preparing [2021-02-04T23:08:59.291Z] 0b12bfd0a76f: Preparing [2021-02-04T23:08:59.291Z] 3d72fad9bca2: Preparing [2021-02-04T23:08:59.291Z] 12329b5f2e90: Preparing [2021-02-04T23:08:59.291Z] bc1660ee1254: Preparing [2021-02-04T23:08:59.291Z] bc1660ee1254: Waiting [2021-02-04T23:08:59.291Z] 31e69748038d: Layer already exists [2021-02-04T23:08:59.291Z] c776bcbf23c8: Layer already exists [2021-02-04T23:08:59.291Z] 12329b5f2e90: Layer already exists [2021-02-04T23:08:59.291Z] 3d72fad9bca2: Layer already exists [2021-02-04T23:08:59.291Z] 0b12bfd0a76f: Layer already exists [2021-02-04T23:08:59.291Z] bc1660ee1254: Layer already exists [2021-02-04T23:08:59.565Z] 072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:08:59.929Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:09:00.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [2021-02-04T23:09:00.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-04T23:09:00.281Z] c776bcbf23c8: Preparing [2021-02-04T23:09:00.281Z] 31e69748038d: Preparing [2021-02-04T23:09:00.281Z] 0b12bfd0a76f: Preparing [2021-02-04T23:09:00.281Z] 3d72fad9bca2: Preparing [2021-02-04T23:09:00.281Z] 12329b5f2e90: Preparing [2021-02-04T23:09:00.281Z] bc1660ee1254: Preparing [2021-02-04T23:09:00.281Z] bc1660ee1254: Waiting [2021-02-04T23:09:00.566Z] c776bcbf23c8: Layer already exists [2021-02-04T23:09:00.566Z] 0b12bfd0a76f: Layer already exists [2021-02-04T23:09:00.566Z] 12329b5f2e90: Layer already exists [2021-02-04T23:09:00.566Z] 31e69748038d: Layer already exists [2021-02-04T23:09:00.566Z] 3d72fad9bca2: Layer already exists [2021-02-04T23:09:00.566Z] bc1660ee1254: Layer already exists [2021-02-04T23:09:00.566Z] hanoi: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T23:09:00.785Z] ===================================================== [Pipeline] echo [2021-02-04T23:09:00.831Z] taggedImages: [2021-02-04T23:09:00.831Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c [2021-02-04T23:09:00.831Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-04T23:09:00.831Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.3 [2021-02-04T23:09:00.831Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [2021-02-04T23:09:00.831Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T23:09:36.170Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-04T23:09:36.170Z] CGO_ENABLED=1 go vet ./... [2021-02-04T23:09:39.223Z] gofmt -l . [2021-02-04T23:09:39.633Z] [ "`gofmt -l .`" = "" ] [2021-02-04T23:09:39.633Z] ./bin/test-go-mod-tidy.sh [2021-02-04T23:09:41.241Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-04T23:09:42.892Z] $ docker stop --time=1 b343ed731be9f54dbc64592eb6636bf622645e4f1c7437eea98722c3b3d70c37 [2021-02-04T23:09:45.247Z] $ docker rm -f b343ed731be9f54dbc64592eb6636bf622645e4f1c7437eea98722c3b3d70c37 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T23:09:46.233Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T23:09:46.547Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T23:09:47.196Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-04T23:09:47.947Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-04T23:09:48.448Z] + ls -al . [2021-02-04T23:09:48.448Z] total 96 [2021-02-04T23:09:48.448Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 4 23:09 . [2021-02-04T23:09:48.448Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 4 23:06 .. [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 6568 Feb 4 23:06 Attribution.txt [2021-02-04T23:09:48.448Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 4 23:06 bin [2021-02-04T23:09:48.448Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 4 23:08 coverage.out [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 180 Feb 4 23:06 docker-compose.debug.yml [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 133 Feb 4 23:06 docker-compose.yml [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 2002 Feb 4 23:06 Dockerfile [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 966 Feb 4 23:06 Dockerfile.build [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 4 23:06 .dockerignore [2021-02-04T23:09:48.448Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 4 23:06 .git [2021-02-04T23:09:48.448Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 4 23:06 .github [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 93 Feb 4 23:06 .gitignore [2021-02-04T23:09:48.448Z] -rw-r--r--. 1 jenkins jenkins 126 Feb 4 23:09 go.mod [2021-02-04T23:09:48.448Z] -rw-r--r--. 1 jenkins jenkins 19551 Feb 4 23:09 go.sum [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 4 23:06 Jenkinsfile [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 4 23:06 LICENSE [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 1519 Feb 4 23:06 main.go [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 1573 Feb 4 23:06 makefile [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 4 23:06 README.md [2021-02-04T23:09:48.448Z] drwxrwxr-x. 10 jenkins jenkins 171 Feb 4 23:06 res [2021-02-04T23:09:48.448Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 4 23:06 snap [2021-02-04T23:09:48.448Z] -rw-rw-r--. 1 jenkins jenkins 11 Feb 4 23:02 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:09:48.908Z] + 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=072b184390152c35aa93e82d9a3e94daf634685c --label arch=amd64 --label version=1.3.1-dev.3 . [2021-02-04T23:09:48.908Z] Sending build context to Docker daemon 123.9kB [2021-02-04T23:09:49.200Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2021-02-04T23:09:49.200Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-04T23:09:49.200Z] ---> 2c8c0d203019 [2021-02-04T23:09:49.200Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-04T23:09:49.506Z] ---> Running in 2a4f72164b59 [2021-02-04T23:09:49.789Z] Removing intermediate container 2a4f72164b59 [2021-02-04T23:09:49.789Z] ---> 077306acf48a [2021-02-04T23:09:49.789Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-04T23:09:49.789Z] ---> Running in 1851c01b74e3 [2021-02-04T23:09:50.380Z] Removing intermediate container 1851c01b74e3 [2021-02-04T23:09:50.380Z] ---> a3c0e9ac9586 [2021-02-04T23:09:50.380Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T23:09:50.380Z] ---> Running in 875973e154e7 [2021-02-04T23:09:50.990Z] Removing intermediate container 875973e154e7 [2021-02-04T23:09:50.990Z] ---> 9ed58c9e46a5 [2021-02-04T23:09:50.990Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T23:09:50.990Z] ---> Running in d7ac0eea2bbc [2021-02-04T23:09:52.490Z] Removing intermediate container d7ac0eea2bbc [2021-02-04T23:09:52.490Z] ---> 1f1fe9d4a004 [2021-02-04T23:09:52.490Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-04T23:09:52.815Z] ---> Running in b4f9e425a118 [2021-02-04T23:09:54.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T23:09:54.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T23:09:55.646Z] OK: 167 MiB in 45 packages [2021-02-04T23:09:56.724Z] Removing intermediate container b4f9e425a118 [2021-02-04T23:09:56.724Z] ---> ae49edfd3555 [2021-02-04T23:09:56.724Z] Step 8/27 : WORKDIR /app [2021-02-04T23:09:57.000Z] ---> Running in 7b3a45b86ea1 [2021-02-04T23:09:57.314Z] Removing intermediate container 7b3a45b86ea1 [2021-02-04T23:09:57.314Z] ---> 8d1f037a49c9 [2021-02-04T23:09:57.314Z] Step 9/27 : COPY go.mod . [2021-02-04T23:09:57.958Z] ---> 2f1f08f7f474 [2021-02-04T23:09:57.958Z] Step 10/27 : RUN go mod download [2021-02-04T23:09:57.958Z] ---> Running in 4b617d488c5c [2021-02-04T23:10:00.773Z] Removing intermediate container 4b617d488c5c [2021-02-04T23:10:00.773Z] ---> 8e1bd72b9c82 [2021-02-04T23:10:00.773Z] Step 11/27 : COPY . . [2021-02-04T23:10:01.451Z] ---> 5a270894cfda [2021-02-04T23:10:01.451Z] Step 12/27 : ARG MAKE="make build" [2021-02-04T23:10:01.451Z] ---> Running in dd3af45c6171 [2021-02-04T23:10:02.364Z] Removing intermediate container dd3af45c6171 [2021-02-04T23:10:02.364Z] ---> 980b7b950a67 [2021-02-04T23:10:02.364Z] Step 13/27 : RUN $MAKE [2021-02-04T23:10:02.364Z] ---> Running in a20ffc6f58a7 [2021-02-04T23:10:04.007Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.3" -o app-service-configurable [2021-02-04T23:10:52.450Z] Removing intermediate container a20ffc6f58a7 [2021-02-04T23:10:52.450Z] ---> b443fa7f5142 [2021-02-04T23:10:52.450Z] Step 14/27 : FROM alpine:latest [2021-02-04T23:10:52.450Z] latest: Pulling from library/alpine [2021-02-04T23:10:52.450Z] 4c0d98bf9879: Pulling fs layer [2021-02-04T23:10:52.450Z] 4c0d98bf9879: Verifying Checksum [2021-02-04T23:10:52.450Z] 4c0d98bf9879: Download complete [2021-02-04T23:10:52.450Z] 4c0d98bf9879: Pull complete [2021-02-04T23:10:52.450Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-04T23:10:52.450Z] Status: Downloaded newer image for alpine:latest [2021-02-04T23:10:52.450Z] ---> e50c909a8df2 [2021-02-04T23:10:52.450Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T23:10:52.450Z] ---> Running in d42eb78957bc [2021-02-04T23:10:53.087Z] Removing intermediate container d42eb78957bc [2021-02-04T23:10:53.087Z] ---> 14d699807dd0 [2021-02-04T23:10:53.087Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-04T23:10:53.087Z] ---> Running in ffab6129de41 [2021-02-04T23:10:54.283Z] Removing intermediate container ffab6129de41 [2021-02-04T23:10:54.283Z] ---> 9af8fdff3000 [2021-02-04T23:10:54.283Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2021-02-04T23:10:54.283Z] ---> Running in f91aa4f78493 [2021-02-04T23:10:56.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-04T23:10:56.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-04T23:10:57.003Z] (1/6) Installing ca-certificates (20191127-r5) [2021-02-04T23:10:57.308Z] (2/6) Installing libgcc (10.2.1_pre1-r3) [2021-02-04T23:10:57.308Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T23:10:57.308Z] (4/6) Installing libstdc++ (10.2.1_pre1-r3) [2021-02-04T23:10:57.308Z] (5/6) Installing libzmq (4.3.3-r1) [2021-02-04T23:10:57.308Z] (6/6) Installing zeromq (4.3.3-r1) [2021-02-04T23:10:57.616Z] Executing busybox-1.32.1-r2.trigger [2021-02-04T23:10:57.616Z] Executing ca-certificates-20191127-r5.trigger [2021-02-04T23:10:57.616Z] OK: 9 MiB in 20 packages [2021-02-04T23:10:59.858Z] Removing intermediate container f91aa4f78493 [2021-02-04T23:10:59.858Z] ---> 67f3842663c4 [2021-02-04T23:10:59.858Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-04T23:11:01.024Z] ---> d7f899eb8686 [2021-02-04T23:11:01.024Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-04T23:11:02.658Z] ---> 435ddfc1e684 [2021-02-04T23:11:02.658Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-04T23:11:03.866Z] ---> 3985f5a29c9c [2021-02-04T23:11:03.866Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-04T23:11:05.462Z] ---> 569c9bb69508 [2021-02-04T23:11:05.462Z] Step 22/27 : EXPOSE 48095 [2021-02-04T23:11:05.743Z] ---> Running in a59bf1667972 [2021-02-04T23:11:06.025Z] Removing intermediate container a59bf1667972 [2021-02-04T23:11:06.025Z] ---> 7817f2d4af9c [2021-02-04T23:11:06.025Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-04T23:11:06.324Z] ---> Running in 158865c46a3a [2021-02-04T23:11:06.603Z] Removing intermediate container 158865c46a3a [2021-02-04T23:11:06.603Z] ---> c51a640c8545 [2021-02-04T23:11:06.603Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T23:11:06.603Z] ---> Running in fdddf96d6b3e [2021-02-04T23:11:07.222Z] Removing intermediate container fdddf96d6b3e [2021-02-04T23:11:07.222Z] ---> 44d4ddf10326 [2021-02-04T23:11:07.222Z] Step 25/27 : LABEL arch=amd64 [2021-02-04T23:11:07.222Z] ---> Running in 9c2b94942e32 [2021-02-04T23:11:07.873Z] Removing intermediate container 9c2b94942e32 [2021-02-04T23:11:07.873Z] ---> c4cf6bec143e [2021-02-04T23:11:07.873Z] Step 26/27 : LABEL git_sha=072b184390152c35aa93e82d9a3e94daf634685c [2021-02-04T23:11:08.162Z] ---> Running in 92c20b4827bf [2021-02-04T23:11:08.808Z] Removing intermediate container 92c20b4827bf [2021-02-04T23:11:08.808Z] ---> f26cf63d6c24 [2021-02-04T23:11:08.808Z] Step 27/27 : LABEL version=1.3.1-dev.3 [2021-02-04T23:11:08.808Z] ---> Running in e4d45271bb93 [2021-02-04T23:11:09.118Z] Removing intermediate container e4d45271bb93 [2021-02-04T23:11:09.118Z] ---> 99dc2720e98a [2021-02-04T23:11:09.118Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-04T23:11:09.118Z] Successfully built 99dc2720e98a [2021-02-04T23:11:09.417Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T23:11:09.751Z] provisioning config files... [2021-02-04T23:11:09.813Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config7057789416450996963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:11:10.319Z] ---> docker-login.sh [2021-02-04T23:11:10.319Z] nexus3.edgexfoundry.org:10001 [2021-02-04T23:11:10.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:11:10.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:11:10.950Z] Configure a credential helper to remove this warning. See [2021-02-04T23:11:10.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:11:10.950Z] [2021-02-04T23:11:10.950Z] Login Succeeded [2021-02-04T23:11:10.950Z] nexus3.edgexfoundry.org:10002 [2021-02-04T23:11:11.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:11:11.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:11:11.524Z] Configure a credential helper to remove this warning. See [2021-02-04T23:11:11.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:11:11.524Z] [2021-02-04T23:11:11.524Z] Login Succeeded [2021-02-04T23:11:11.524Z] nexus3.edgexfoundry.org:10003 [2021-02-04T23:11:11.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:11:12.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:11:12.130Z] Configure a credential helper to remove this warning. See [2021-02-04T23:11:12.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:11:12.130Z] [2021-02-04T23:11:12.130Z] Login Succeeded [2021-02-04T23:11:12.130Z] nexus3.edgexfoundry.org:10004 [2021-02-04T23:11:12.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:11:12.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:11:12.722Z] Configure a credential helper to remove this warning. See [2021-02-04T23:11:12.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:11:12.722Z] [2021-02-04T23:11:12.722Z] Login Succeeded [2021-02-04T23:11:12.722Z] docker.io [2021-02-04T23:11:13.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:11:13.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:11:13.280Z] Configure a credential helper to remove this warning. See [2021-02-04T23:11:13.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:11:13.280Z] [2021-02-04T23:11:13.280Z] Login Succeeded [2021-02-04T23:11:13.280Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T23:11:13.305Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T23:11:13.516Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-02-04T23:11:13.516Z] 072b184390152c35aa93e82d9a3e94daf634685c [2021-02-04T23:11:13.516Z] latest [2021-02-04T23:11:13.516Z] 1.3.1-dev.3 [2021-02-04T23:11:13.516Z] 072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [2021-02-04T23:11:13.516Z] hanoi [2021-02-04T23:11:13.516Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:14.058Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:14.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c [2021-02-04T23:11:14.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-04T23:11:14.554Z] feb2568f215f: Preparing [2021-02-04T23:11:14.554Z] c4fa73bbc24e: Preparing [2021-02-04T23:11:14.554Z] 6c243eb7e20c: Preparing [2021-02-04T23:11:14.554Z] aaa2ad006748: Preparing [2021-02-04T23:11:14.554Z] 44ae487b7be0: Preparing [2021-02-04T23:11:14.554Z] 1119ff37d4a9: Preparing [2021-02-04T23:11:14.554Z] 1119ff37d4a9: Waiting [2021-02-04T23:11:15.032Z] aaa2ad006748: Pushed [2021-02-04T23:11:15.032Z] 6c243eb7e20c: Pushed [2021-02-04T23:11:15.032Z] c4fa73bbc24e: Pushed [2021-02-04T23:11:15.345Z] 1119ff37d4a9: Layer already exists [2021-02-04T23:11:15.762Z] 44ae487b7be0: Pushed [2021-02-04T23:11:18.107Z] feb2568f215f: Pushed [2021-02-04T23:11:18.925Z] 072b184390152c35aa93e82d9a3e94daf634685c: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:19.551Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:20.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-04T23:11:20.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-04T23:11:20.218Z] feb2568f215f: Preparing [2021-02-04T23:11:20.218Z] c4fa73bbc24e: Preparing [2021-02-04T23:11:20.218Z] 6c243eb7e20c: Preparing [2021-02-04T23:11:20.218Z] aaa2ad006748: Preparing [2021-02-04T23:11:20.218Z] 44ae487b7be0: Preparing [2021-02-04T23:11:20.218Z] 1119ff37d4a9: Preparing [2021-02-04T23:11:20.218Z] 1119ff37d4a9: Waiting [2021-02-04T23:11:20.218Z] feb2568f215f: Layer already exists [2021-02-04T23:11:20.218Z] 44ae487b7be0: Layer already exists [2021-02-04T23:11:20.218Z] 6c243eb7e20c: Layer already exists [2021-02-04T23:11:20.218Z] c4fa73bbc24e: Layer already exists [2021-02-04T23:11:20.218Z] aaa2ad006748: Layer already exists [2021-02-04T23:11:20.218Z] 1119ff37d4a9: Layer already exists [2021-02-04T23:11:20.578Z] latest: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:21.017Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:22.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.3 [2021-02-04T23:11:22.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-04T23:11:22.589Z] feb2568f215f: Preparing [2021-02-04T23:11:22.589Z] c4fa73bbc24e: Preparing [2021-02-04T23:11:22.589Z] 6c243eb7e20c: Preparing [2021-02-04T23:11:22.589Z] aaa2ad006748: Preparing [2021-02-04T23:11:22.589Z] 44ae487b7be0: Preparing [2021-02-04T23:11:22.589Z] 1119ff37d4a9: Preparing [2021-02-04T23:11:22.589Z] 1119ff37d4a9: Waiting [2021-02-04T23:11:22.589Z] 6c243eb7e20c: Layer already exists [2021-02-04T23:11:22.589Z] c4fa73bbc24e: Layer already exists [2021-02-04T23:11:22.589Z] 44ae487b7be0: Layer already exists [2021-02-04T23:11:22.589Z] aaa2ad006748: Layer already exists [2021-02-04T23:11:22.589Z] feb2568f215f: Layer already exists [2021-02-04T23:11:22.589Z] 1119ff37d4a9: Layer already exists [2021-02-04T23:11:22.589Z] 1.3.1-dev.3: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:23.474Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:23.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [2021-02-04T23:11:23.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-04T23:11:23.883Z] feb2568f215f: Preparing [2021-02-04T23:11:23.883Z] c4fa73bbc24e: Preparing [2021-02-04T23:11:23.883Z] 6c243eb7e20c: Preparing [2021-02-04T23:11:23.883Z] aaa2ad006748: Preparing [2021-02-04T23:11:23.883Z] 44ae487b7be0: Preparing [2021-02-04T23:11:23.883Z] 1119ff37d4a9: Preparing [2021-02-04T23:11:23.883Z] 1119ff37d4a9: Waiting [2021-02-04T23:11:23.883Z] c4fa73bbc24e: Layer already exists [2021-02-04T23:11:23.883Z] 6c243eb7e20c: Layer already exists [2021-02-04T23:11:23.883Z] 44ae487b7be0: Layer already exists [2021-02-04T23:11:23.883Z] feb2568f215f: Layer already exists [2021-02-04T23:11:23.883Z] aaa2ad006748: Layer already exists [2021-02-04T23:11:23.883Z] 1119ff37d4a9: Layer already exists [2021-02-04T23:11:24.151Z] 072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:24.517Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:24.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [2021-02-04T23:11:24.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-04T23:11:24.857Z] feb2568f215f: Preparing [2021-02-04T23:11:24.857Z] c4fa73bbc24e: Preparing [2021-02-04T23:11:24.857Z] 6c243eb7e20c: Preparing [2021-02-04T23:11:24.857Z] aaa2ad006748: Preparing [2021-02-04T23:11:24.857Z] 44ae487b7be0: Preparing [2021-02-04T23:11:24.857Z] 1119ff37d4a9: Preparing [2021-02-04T23:11:24.857Z] 1119ff37d4a9: Waiting [2021-02-04T23:11:24.857Z] 44ae487b7be0: Layer already exists [2021-02-04T23:11:24.857Z] c4fa73bbc24e: Layer already exists [2021-02-04T23:11:24.857Z] 6c243eb7e20c: Layer already exists [2021-02-04T23:11:24.857Z] aaa2ad006748: Layer already exists [2021-02-04T23:11:24.857Z] feb2568f215f: Layer already exists [2021-02-04T23:11:24.857Z] 1119ff37d4a9: Layer already exists [2021-02-04T23:11:25.148Z] hanoi: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T23:11:25.387Z] ===================================================== [Pipeline] echo [2021-02-04T23:11:25.433Z] taggedImages: [2021-02-04T23:11:25.433Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c [2021-02-04T23:11:25.433Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-04T23:11:25.433Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.3 [2021-02-04T23:11:25.433Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [2021-02-04T23:11:25.433Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T23:11:26.907Z] provisioning config files... [2021-02-04T23:11:26.923Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8392602169422817649tmp [Pipeline] { [Pipeline] sh [2021-02-04T23:11:27.298Z] + set +x [2021-02-04T23:11:27.298Z] + curl -s https://codecov.io/bash [2021-02-04T23:11:27.298Z] + bash -s -- [2021-02-04T23:11:27.562Z] [2021-02-04T23:11:27.562Z] _____ _ [2021-02-04T23:11:27.562Z] / ____| | | [2021-02-04T23:11:27.562Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T23:11:27.562Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T23:11:27.562Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T23:11:27.562Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T23:11:27.562Z] Bash-20210129-7c25fce [2021-02-04T23:11:27.562Z] [2021-02-04T23:11:27.562Z] [2021-02-04T23:11:27.562Z] ==> git version 2.24.3 found [2021-02-04T23:11:27.562Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-04T23:11:27.562Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T23:11:27.562Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T23:11:27.562Z] ==> Jenkins CI detected. [2021-02-04T23:11:27.562Z] project root: . [2021-02-04T23:11:27.562Z] --> token set from env [2021-02-04T23:11:27.562Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T23:11:27.562Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T23:11:27.562Z] ==> Python coveragepy not found [2021-02-04T23:11:27.562Z] ==> Searching for coverage reports in: [2021-02-04T23:11:27.562Z] + . [2021-02-04T23:11:27.562Z] -> Found 1 reports [2021-02-04T23:11:27.562Z] ==> Detecting git/mercurial file structure [2021-02-04T23:11:27.562Z] ==> Reading reports [2021-02-04T23:11:27.562Z] + ./coverage.out bytes=10 [2021-02-04T23:11:27.562Z] ==> Appending adjustments [2021-02-04T23:11:27.562Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T23:11:27.562Z] + Found adjustments [2021-02-04T23:11:27.562Z] ==> Gzipping contents [2021-02-04T23:11:27.562Z] 4.0K /tmp/codecov.5oY9b9.gz [2021-02-04T23:11:27.562Z] ==> Uploading reports [2021-02-04T23:11:27.562Z] url: https://codecov.io [2021-02-04T23:11:27.562Z] query: branch=hanoi&commit=072b184390152c35aa93e82d9a3e94daf634685c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T23:11:27.562Z] -> Pinging Codecov [2021-02-04T23:11:27.562Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=hanoi&commit=072b184390152c35aa93e82d9a3e94daf634685c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T23:11:28.140Z] -> Uploading to [2021-02-04T23:11:28.140Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/A97CA9966030D2A3747ED39772930CCE/072b184390152c35aa93e82d9a3e94daf634685c/aedd9545-cd11-48d2-a2f7-1a340ed87103.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T231127Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a63e44244f13cc33bdc599cb309189612b3a3c82c3385fcb1d35c6749be3b404 [2021-02-04T23:11:28.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T23:11:28.140Z] Dload Upload Total Spent Left Speed [2021-02-04T23:11:28.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 393 0 0 100 393 0 852 --:--:-- --:--:-- --:--:-- 852 [2021-02-04T23:11:28.720Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] } [2021-02-04T23:11:28.730Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-04T23:11:29.534Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-04T23:11:29.586Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:29.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T23:11:29.925Z] [2021-02-04T23:11:29.925Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:11:30.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T23:11:30.281Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-04T23:11:30.281Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T23:11:30.281Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T23:11:30.281Z] de9db76c5a1d: Pulling fs layer [2021-02-04T23:11:30.281Z] 0eba1c9be4d2: Pulling fs layer [2021-02-04T23:11:30.281Z] 0d57e429df01: Pulling fs layer [2021-02-04T23:11:30.281Z] 4e4be7b47b0d: Pulling fs layer [2021-02-04T23:11:30.281Z] e1f770b5df2f: Pulling fs layer [2021-02-04T23:11:30.281Z] 85a0685a4137: Pulling fs layer [2021-02-04T23:11:30.281Z] 0d57e429df01: Waiting [2021-02-04T23:11:30.281Z] 4e4be7b47b0d: Waiting [2021-02-04T23:11:30.281Z] e1f770b5df2f: Waiting [2021-02-04T23:11:30.281Z] 85a0685a4137: Waiting [2021-02-04T23:11:30.281Z] 0eba1c9be4d2: Waiting [2021-02-04T23:11:30.281Z] de9db76c5a1d: Verifying Checksum [2021-02-04T23:11:30.281Z] de9db76c5a1d: Download complete [2021-02-04T23:11:30.281Z] 0ef7d3d256c8: Download complete [2021-02-04T23:11:30.281Z] 0d57e429df01: Verifying Checksum [2021-02-04T23:11:30.281Z] 0d57e429df01: Download complete [2021-02-04T23:11:31.229Z] 4e4be7b47b0d: Verifying Checksum [2021-02-04T23:11:31.229Z] 4e4be7b47b0d: Download complete [2021-02-04T23:11:31.229Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T23:11:31.229Z] 188c0c94c7c5: Download complete [2021-02-04T23:11:31.492Z] 188c0c94c7c5: Pull complete [2021-02-04T23:11:31.757Z] 0ef7d3d256c8: Pull complete [2021-02-04T23:11:31.757Z] de9db76c5a1d: Pull complete [2021-02-04T23:11:32.710Z] e1f770b5df2f: Verifying Checksum [2021-02-04T23:11:32.710Z] e1f770b5df2f: Download complete [2021-02-04T23:11:36.035Z] 0eba1c9be4d2: Verifying Checksum [2021-02-04T23:11:36.035Z] 0eba1c9be4d2: Download complete [2021-02-04T23:11:36.298Z] 85a0685a4137: Verifying Checksum [2021-02-04T23:11:36.298Z] 85a0685a4137: Download complete [2021-02-04T23:11:41.634Z] 0eba1c9be4d2: Pull complete [2021-02-04T23:11:41.634Z] 0d57e429df01: Pull complete [2021-02-04T23:11:41.897Z] 4e4be7b47b0d: Pull complete [2021-02-04T23:11:43.858Z] e1f770b5df2f: Pull complete [2021-02-04T23:11:52.070Z] 85a0685a4137: Pull complete [2021-02-04T23:11:52.070Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-04T23:11:52.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T23:11:52.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-04T23:11:52.323Z] prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container [2021-02-04T23:11:52.373Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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-02-04T23:11:53.506Z] $ docker top e939f146571e347844c0e73bf1a3544162f8dfce7f69b5e24bf526a7344e0879 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T23:11:53.714Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-04T23:11:54.011Z] + set -o pipefail [2021-02-04T23:11:54.011Z] + snyk monitor '--org=edgex-jenkins' [2021-02-04T23:12:06.304Z] [2021-02-04T23:12:06.304Z] Monitoring /w/workspace/y_app-service-configurable_hanoi (github.com/edgexfoundry/app-service-configurable)... [2021-02-04T23:12:06.304Z] [2021-02-04T23:12:06.304Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/8d4b0903-3aa7-444a-914a-6912a85d23ed [2021-02-04T23:12:06.304Z] [2021-02-04T23:12:06.304Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-04T23:12:06.304Z] [2021-02-04T23:12:06.304Z] [Pipeline] } [2021-02-04T23:12:06.325Z] $ docker stop --time=1 e939f146571e347844c0e73bf1a3544162f8dfce7f69b5e24bf526a7344e0879 [2021-02-04T23:12:08.743Z] $ docker rm -f e939f146571e347844c0e73bf1a3544162f8dfce7f69b5e24bf526a7344e0879 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-04T23:12:11.203Z] + git log --format=format:%s -1 072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:12:11.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T23:12:11.510Z] . [Pipeline] withDockerContainer [2021-02-04T23:12:11.618Z] prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container [2021-02-04T23:12:11.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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-02-04T23:12:12.523Z] $ docker top 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T23:12:12.840Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T23:12:12.840Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T23:12:13.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T23:12:13.061Z] $ docker exec 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c ssh-agent [2021-02-04T23:12:13.254Z] SSH_AUTH_SOCK=/tmp/ssh-XNv6BrdmAjnV/agent.11 [2021-02-04T23:12:13.254Z] SSH_AGENT_PID=16 [2021-02-04T23:12:13.261Z] Running ssh-add (command line suppressed) [2021-02-04T23:12:13.395Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2284989798616909226.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2284989798616909226.key) [2021-02-04T23:12:13.456Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T23:12:13.787Z] + git semver tag [2021-02-04T23:12:13.788Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T23:12:13.788Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-02-04T23:12:13.788Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-02-04T23:12:13.788Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T23:12:13.788Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T23:12:13.788Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T23:12:13.788Z] # $SEMVER_BRANCH = hanoi [2021-02-04T23:12:13.788Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [2021-02-04T23:12:13.788Z] # 072b184390152c35aa93e82d9a3e94daf634685c HEAD [2021-02-04T23:12:13.788Z] # -> Force: false [2021-02-04T23:12:13.788Z] # 0b404dfe3aa3a5b3adb87febf50e9f34afa48c88 refs/tags/v1.3.1-dev.3 [Pipeline] } [2021-02-04T23:12:13.801Z] $ docker exec --env ******** --env ******** 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c ssh-agent -k [2021-02-04T23:12:13.935Z] unset SSH_AUTH_SOCK; [2021-02-04T23:12:13.936Z] unset SSH_AGENT_PID; [2021-02-04T23:12:13.936Z] echo Agent pid 16 killed; [2021-02-04T23:12:14.012Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T23:12:14.562Z] + git semver [Pipeline] } [2021-02-04T23:12:14.592Z] $ docker stop --time=1 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c [2021-02-04T23:12:15.990Z] $ docker rm -f 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:12:16.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T23:12:16.643Z] [2021-02-04T23:12:16.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:12:16.991Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T23:12:16.991Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-04T23:12:16.991Z] ab5ef0e58194: Pulling fs layer [2021-02-04T23:12:16.991Z] 9712f1f96733: Pulling fs layer [2021-02-04T23:12:16.991Z] 63f879dbbcfc: Pulling fs layer [2021-02-04T23:12:16.991Z] 0d9ebad4ef96: Pulling fs layer [2021-02-04T23:12:16.991Z] e9a5061849ea: Pulling fs layer [2021-02-04T23:12:16.991Z] d747dcd14b5f: Pulling fs layer [2021-02-04T23:12:16.991Z] 2de7ff778b66: Pulling fs layer [2021-02-04T23:12:16.991Z] 2de7ff778b66: Waiting [2021-02-04T23:12:16.991Z] e9a5061849ea: Waiting [2021-02-04T23:12:16.991Z] d747dcd14b5f: Waiting [2021-02-04T23:12:16.991Z] 0d9ebad4ef96: Waiting [2021-02-04T23:12:16.991Z] 9712f1f96733: Verifying Checksum [2021-02-04T23:12:16.991Z] 9712f1f96733: Download complete [2021-02-04T23:12:18.390Z] 63f879dbbcfc: Verifying Checksum [2021-02-04T23:12:18.390Z] 63f879dbbcfc: Download complete [2021-02-04T23:12:18.658Z] e9a5061849ea: Download complete [2021-02-04T23:12:18.658Z] d747dcd14b5f: Verifying Checksum [2021-02-04T23:12:18.658Z] d747dcd14b5f: Download complete [2021-02-04T23:12:19.238Z] 2de7ff778b66: Verifying Checksum [2021-02-04T23:12:19.238Z] 2de7ff778b66: Download complete [2021-02-04T23:12:19.238Z] 0d9ebad4ef96: Verifying Checksum [2021-02-04T23:12:19.238Z] 0d9ebad4ef96: Download complete [2021-02-04T23:12:19.501Z] ab5ef0e58194: Verifying Checksum [2021-02-04T23:12:19.502Z] ab5ef0e58194: Download complete [2021-02-04T23:12:23.761Z] ab5ef0e58194: Pull complete [2021-02-04T23:12:23.761Z] 9712f1f96733: Pull complete [2021-02-04T23:12:27.095Z] 63f879dbbcfc: Pull complete [2021-02-04T23:12:33.708Z] 0d9ebad4ef96: Pull complete [2021-02-04T23:12:35.632Z] e9a5061849ea: Pull complete [2021-02-04T23:12:35.632Z] d747dcd14b5f: Pull complete [2021-02-04T23:12:38.203Z] 2de7ff778b66: Pull complete [2021-02-04T23:12:38.203Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-04T23:12:38.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T23:12:38.203Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-04T23:12:38.417Z] prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container [2021-02-04T23:12:38.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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-02-04T23:12:42.608Z] $ docker top 36c1a1d182c06f9e045fad917eb899ec2a1b1c53cdfb6169bd48c2c8cf5d2f19 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-04T23:12:42.848Z] provisioning config files... [2021-02-04T23:12:42.860Z] copy managed file [sigul-config] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config1393626301200983210tmp [2021-02-04T23:12:42.878Z] copy managed file [sigul-password] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config6274182693254562264tmp [2021-02-04T23:12:42.894Z] copy managed file [sigul-pki] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config1151225086279457055tmp [Pipeline] { [Pipeline] echo [2021-02-04T23:12:42.984Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:12:43.286Z] ---> sigul-configuration.sh [2021-02-04T23:12:43.286Z] gpg: directory `/root/.gnupg' created [2021-02-04T23:12:43.286Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-04T23:12:43.286Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-04T23:12:43.286Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-04T23:12:43.286Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-04T23:12:43.286Z] gpg: CAST5 encrypted data [2021-02-04T23:12:43.570Z] gpg: encrypted with 1 passphrase [2021-02-04T23:12:43.570Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-04T23:12:43.870Z] + mkdir /home/jenkins [2021-02-04T23:12:43.870Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-04T23:12:44.171Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-04T23:12:44.182Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:12:44.481Z] ---> sigul-install.sh [2021-02-04T23:12:49.792Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-04T23:12:50.358Z] + git tag --list [2021-02-04T23:12:50.358Z] v1.0.0 [2021-02-04T23:12:50.358Z] v1.1.0 [2021-02-04T23:12:50.358Z] v1.2.0 [2021-02-04T23:12:50.358Z] v1.3.0 [2021-02-04T23:12:50.358Z] v1.3.1-dev.1 [2021-02-04T23:12:50.358Z] v1.3.1-dev.2 [2021-02-04T23:12:50.358Z] v1.3.1-dev.3 [2021-02-04T23:12:50.358Z] v2.0.0-dev.1 [2021-02-04T23:12:50.358Z] v2.0.0-dev.10 [2021-02-04T23:12:50.358Z] v2.0.0-dev.11 [2021-02-04T23:12:50.358Z] v2.0.0-dev.12 [2021-02-04T23:12:50.358Z] v2.0.0-dev.13 [2021-02-04T23:12:50.358Z] v2.0.0-dev.14 [2021-02-04T23:12:50.358Z] v2.0.0-dev.2 [2021-02-04T23:12:50.358Z] v2.0.0-dev.3 [2021-02-04T23:12:50.358Z] v2.0.0-dev.4 [2021-02-04T23:12:50.358Z] v2.0.0-dev.5 [2021-02-04T23:12:50.358Z] v2.0.0-dev.6 [2021-02-04T23:12:50.358Z] v2.0.0-dev.7 [2021-02-04T23:12:50.358Z] v2.0.0-dev.8 [2021-02-04T23:12:50.358Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-04T23:12:50.700Z] + lftools sign git-tag v1.3.1-dev.3 [2021-02-04T23:12:52.095Z] Signing Git tag with Sigul... [2021-02-04T23:12:52.095Z] Signing v1.3.1-dev.3 [Pipeline] echo [2021-02-04T23:12:53.501Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:12:53.798Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-04T23:12:53.809Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-04T23:12:53.918Z] $ docker stop --time=1 36c1a1d182c06f9e045fad917eb899ec2a1b1c53cdfb6169bd48c2c8cf5d2f19 [2021-02-04T23:12:55.873Z] $ docker rm -f 36c1a1d182c06f9e045fad917eb899ec2a1b1c53cdfb6169bd48c2c8cf5d2f19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:12:56.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T23:12:56.783Z] . [Pipeline] withDockerContainer [2021-02-04T23:12:56.890Z] prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container [2021-02-04T23:12:56.940Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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-02-04T23:12:57.778Z] $ docker top a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T23:12:58.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T23:12:58.119Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T23:12:58.375Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T23:12:58.379Z] $ docker exec a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 ssh-agent [2021-02-04T23:12:58.586Z] SSH_AUTH_SOCK=/tmp/ssh-5EyJZ7N8E6R4/agent.12 [2021-02-04T23:12:58.586Z] SSH_AGENT_PID=18 [2021-02-04T23:12:58.594Z] Running ssh-add (command line suppressed) [2021-02-04T23:12:58.761Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_893652259429563836.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_893652259429563836.key) [2021-02-04T23:12:58.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T23:12:59.206Z] + git semver bump pre [2021-02-04T23:12:59.207Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T23:12:59.207Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-02-04T23:12:59.207Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-02-04T23:12:59.207Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T23:12:59.207Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T23:12:59.207Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T23:12:59.207Z] # $SEMVER_BRANCH = hanoi [2021-02-04T23:12:59.207Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [2021-02-04T23:12:59.207Z] 1.3.1-dev.4 [Pipeline] } [2021-02-04T23:12:59.220Z] $ docker exec --env ******** --env ******** a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 ssh-agent -k [2021-02-04T23:12:59.359Z] unset SSH_AUTH_SOCK; [2021-02-04T23:12:59.359Z] unset SSH_AGENT_PID; [2021-02-04T23:12:59.359Z] echo Agent pid 18 killed; [2021-02-04T23:12:59.417Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T23:12:59.871Z] + git semver [Pipeline] } [2021-02-04T23:12:59.889Z] $ docker stop --time=1 a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 [2021-02-04T23:13:01.264Z] $ docker rm -f a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:13:01.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T23:13:01.837Z] . [Pipeline] withDockerContainer [2021-02-04T23:13:02.030Z] prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container [2021-02-04T23:13:02.087Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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-02-04T23:13:02.787Z] $ docker top 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T23:13:03.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T23:13:03.112Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T23:13:03.332Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T23:13:03.336Z] $ docker exec 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf ssh-agent [2021-02-04T23:13:03.528Z] SSH_AUTH_SOCK=/tmp/ssh-WjXicl5TvtNr/agent.11 [2021-02-04T23:13:03.528Z] SSH_AGENT_PID=16 [2021-02-04T23:13:03.536Z] Running ssh-add (command line suppressed) [2021-02-04T23:13:03.672Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_3164928242930150742.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_3164928242930150742.key) [2021-02-04T23:13:03.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T23:13:04.081Z] + git semver push [2021-02-04T23:13:04.081Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T23:13:04.081Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-02-04T23:13:04.081Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-02-04T23:13:04.081Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T23:13:04.081Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T23:13:04.081Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T23:13:04.081Z] # $SEMVER_BRANCH = hanoi [2021-02-04T23:13:04.081Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } [2021-02-04T23:13:10.697Z] $ docker exec --env ******** --env ******** 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf ssh-agent -k [2021-02-04T23:13:10.847Z] unset SSH_AUTH_SOCK; [2021-02-04T23:13:10.849Z] unset SSH_AGENT_PID; [2021-02-04T23:13:10.849Z] echo Agent pid 16 killed; [2021-02-04T23:13:10.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T23:13:11.397Z] + git semver [Pipeline] } [2021-02-04T23:13:11.415Z] $ docker stop --time=1 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf [2021-02-04T23:13:12.774Z] $ docker rm -f 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:13:14.196Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:13:15.117Z] ---> package-listing.sh [2021-02-04T23:13:15.117Z] ++ facter osfamily [2021-02-04T23:13:15.117Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T23:13:15.117Z] + OS_FAMILY=redhat [2021-02-04T23:13:15.117Z] + workspace=/w/workspace/y_app-service-configurable_hanoi [2021-02-04T23:13:15.117Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T23:13:15.117Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T23:13:15.117Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T23:13:15.117Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T23:13:15.117Z] + '[' /w/workspace/y_app-service-configurable_hanoi ']' [2021-02-04T23:13:15.117Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T23:13:15.117Z] + case "${OS_FAMILY}" in [2021-02-04T23:13:15.117Z] + rpm -qa [2021-02-04T23:13:15.117Z] + sort [2021-02-04T23:13:20.445Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T23:13:20.445Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T23:13:20.445Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T23:13:20.445Z] + '[' /w/workspace/y_app-service-configurable_hanoi ']' [2021-02-04T23:13:20.445Z] + mkdir -p /w/workspace/y_app-service-configurable_hanoi/archives/ [2021-02-04T23:13:20.445Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_hanoi/archives/ [Pipeline] echo [2021-02-04T23:13:20.460Z] 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/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T23:13:20.757Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:13:21.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T23:13:21.068Z] [2021-02-04T23:13:21.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:13:21.419Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T23:13:21.420Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T23:13:21.420Z] df20fa9351a1: Pulling fs layer [2021-02-04T23:13:21.420Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T23:13:21.420Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T23:13:21.420Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T23:13:21.420Z] 93b61091891f: Pulling fs layer [2021-02-04T23:13:21.420Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T23:13:21.420Z] 5e14af77c1be: Pulling fs layer [2021-02-04T23:13:21.420Z] 01666e4c0597: Pulling fs layer [2021-02-04T23:13:21.420Z] aa168da1d23b: Pulling fs layer [2021-02-04T23:13:21.420Z] 46f8f816bc3b: Waiting [2021-02-04T23:13:21.420Z] 93b61091891f: Waiting [2021-02-04T23:13:21.420Z] 93b9cdb0e59b: Waiting [2021-02-04T23:13:21.420Z] 5e14af77c1be: Waiting [2021-02-04T23:13:21.420Z] 01666e4c0597: Waiting [2021-02-04T23:13:21.420Z] aa168da1d23b: Waiting [2021-02-04T23:13:21.420Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T23:13:21.420Z] 36b3adc4ff6f: Download complete [2021-02-04T23:13:21.420Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T23:13:21.420Z] 46f8f816bc3b: Download complete [2021-02-04T23:13:21.420Z] df20fa9351a1: Verifying Checksum [2021-02-04T23:13:21.420Z] df20fa9351a1: Download complete [2021-02-04T23:13:21.420Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T23:13:21.420Z] 93b9cdb0e59b: Download complete [2021-02-04T23:13:21.688Z] 93b61091891f: Download complete [2021-02-04T23:13:21.688Z] 5e14af77c1be: Verifying Checksum [2021-02-04T23:13:21.688Z] 5e14af77c1be: Download complete [2021-02-04T23:13:21.688Z] 01666e4c0597: Verifying Checksum [2021-02-04T23:13:21.688Z] 01666e4c0597: Download complete [2021-02-04T23:13:21.688Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T23:13:21.688Z] 8ad3a11d3b57: Download complete [2021-02-04T23:13:21.955Z] df20fa9351a1: Pull complete [2021-02-04T23:13:22.220Z] 36b3adc4ff6f: Pull complete [2021-02-04T23:13:23.630Z] aa168da1d23b: Verifying Checksum [2021-02-04T23:13:23.631Z] aa168da1d23b: Download complete [2021-02-04T23:13:23.897Z] 8ad3a11d3b57: Pull complete [2021-02-04T23:13:24.164Z] 46f8f816bc3b: Pull complete [2021-02-04T23:13:24.426Z] 93b61091891f: Pull complete [2021-02-04T23:13:24.688Z] 93b9cdb0e59b: Pull complete [2021-02-04T23:13:24.688Z] 5e14af77c1be: Pull complete [2021-02-04T23:13:24.951Z] 01666e4c0597: Pull complete [2021-02-04T23:13:31.597Z] aa168da1d23b: Pull complete [2021-02-04T23:13:31.597Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T23:13:31.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T23:13:31.597Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T23:13:31.823Z] prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container [2021-02-04T23:13:31.874Z] $ 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/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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-02-04T23:13:34.697Z] $ docker top 76fefdaa5416013ac5809cbbaffc0bf35b47807a6f11c2a9b86137c9377ee5ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T23:13:35.225Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T23:13:35.529Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T23:13:35.831Z] + ls /var/log/sa-host [2021-02-04T23:13:35.831Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T23:13:35.831Z] file_magic: OK [2021-02-04T23:13:35.831Z] HZ: Using current value: 100 [2021-02-04T23:13:35.831Z] file_header: OK [2021-02-04T23:13:35.831Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T23:13:35.831Z] Statistics: [2021-02-04T23:13:35.831Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T23:13:35.831Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T23:13:35.831Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T23:13:35.831Z] file_magic: OK [2021-02-04T23:13:35.831Z] HZ: Using current value: 100 [2021-02-04T23:13:35.831Z] file_header: OK [2021-02-04T23:13:35.831Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T23:13:35.831Z] Statistics: [2021-02-04T23:13:35.831Z] Hnuu...uuuununununu... [2021-02-04T23:13:35.831Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T23:13:36.030Z] provisioning config files... [2021-02-04T23:13:36.045Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8174739281033368708tmp [Pipeline] { [Pipeline] echo [2021-02-04T23:13:36.113Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:13:36.410Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T23:13:36.421Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T23:13:36.506Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:13:36.808Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T23:13:36.819Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:13:37.116Z] ---> sudo-logs.sh [2021-02-04T23:13:37.116Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T23:13:37.127Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:13:37.423Z] ---> job-cost.sh [2021-02-04T23:13:37.423Z] lf-activate-venv: SKIPPING [2021-02-04T23:13:37.423Z] INFO: No Stack... [2021-02-04T23:13:38.820Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T23:13:39.083Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T23:13:39.096Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:13:39.396Z] ---> logs-deploy.sh [2021-02-04T23:13:39.396Z] lf-activate-venv: SKIPPING [2021-02-04T23:13:39.396Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/hanoi/4 [2021-02-04T23:13:39.396Z] INFO: archiving workspace using pattern(s): [2021-02-04T23:13:40.790Z] Archives upload complete. [2021-02-04T23:13:41.052Z] INFO: archiving logs to Nexus [2021-02-04T23:13:42.097Z] ---> uname -a: [2021-02-04T23:13:42.097Z] Linux prd-centos7-docker-4c-2g-25081.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] ---> lscpu: [2021-02-04T23:13:42.097Z] Architecture: x86_64 [2021-02-04T23:13:42.097Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-04T23:13:42.097Z] Byte Order: Little Endian [2021-02-04T23:13:42.097Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-04T23:13:42.097Z] CPU(s): 4 [2021-02-04T23:13:42.097Z] On-line CPU(s) list: 0-3 [2021-02-04T23:13:42.097Z] Thread(s) per core: 1 [2021-02-04T23:13:42.097Z] Core(s) per socket: 1 [2021-02-04T23:13:42.097Z] Socket(s): 4 [2021-02-04T23:13:42.097Z] NUMA node(s): 1 [2021-02-04T23:13:42.097Z] Vendor ID: GenuineIntel [2021-02-04T23:13:42.097Z] CPU family: 6 [2021-02-04T23:13:42.097Z] Model: 44 [2021-02-04T23:13:42.097Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-04T23:13:42.097Z] Stepping: 1 [2021-02-04T23:13:42.097Z] CPU MHz: 2933.436 [2021-02-04T23:13:42.097Z] BogoMIPS: 5866.87 [2021-02-04T23:13:42.097Z] Virtualization: VT-x [2021-02-04T23:13:42.097Z] Hypervisor vendor: KVM [2021-02-04T23:13:42.097Z] Virtualization type: full [2021-02-04T23:13:42.097Z] L1d cache: 128 KiB [2021-02-04T23:13:42.097Z] L1i cache: 128 KiB [2021-02-04T23:13:42.097Z] L2 cache: 16 MiB [2021-02-04T23:13:42.097Z] L3 cache: 64 MiB [2021-02-04T23:13:42.097Z] NUMA node0 CPU(s): 0-3 [2021-02-04T23:13:42.097Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-04T23:13:42.097Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-04T23:13:42.097Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-04T23:13:42.097Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-04T23:13:42.097Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-04T23:13:42.097Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-04T23:13:42.097Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-04T23:13:42.097Z] Vulnerability Srbds: Not affected [2021-02-04T23:13:42.097Z] Vulnerability Tsx async abort: Not affected [2021-02-04T23:13:42.097Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] ---> nproc: [2021-02-04T23:13:42.097Z] 4 [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] ---> df -h: [2021-02-04T23:13:42.097Z] Filesystem Size Used Available Use% Mounted on [2021-02-04T23:13:42.097Z] overlay 50.0G 8.5G 41.4G 17% / [2021-02-04T23:13:42.097Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-04T23:13:42.097Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-04T23:13:42.097Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/y_app-service-configurable_hanoi [2021-02-04T23:13:42.097Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/y_app-service-configurable_hanoi@tmp [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] ---> free -m: [2021-02-04T23:13:42.097Z] total used free shared buff/cache available [2021-02-04T23:13:42.097Z] Mem: 1837 811 148 0 877 961 [2021-02-04T23:13:42.097Z] Swap: 1023 2 1021 [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] ---> ip addr: [2021-02-04T23:13:42.097Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-04T23:13:42.097Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-04T23:13:42.097Z] inet 127.0.0.1/8 scope host lo [2021-02-04T23:13:42.097Z] valid_lft forever preferred_lft forever [2021-02-04T23:13:42.097Z] inet6 ::1/128 scope host [2021-02-04T23:13:42.097Z] valid_lft forever preferred_lft forever [2021-02-04T23:13:42.097Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-04T23:13:42.097Z] link/ether fa:16:3e:4f:a8:28 brd ff:ff:ff:ff:ff:ff [2021-02-04T23:13:42.097Z] inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-04T23:13:42.097Z] valid_lft 85688sec preferred_lft 85688sec [2021-02-04T23:13:42.097Z] inet6 fe80::f816:3eff:fe4f:a828/64 scope link [2021-02-04T23:13:42.097Z] valid_lft forever preferred_lft forever [2021-02-04T23:13:42.097Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-04T23:13:42.097Z] link/ether 02:42:ec:91:40:96 brd ff:ff:ff:ff:ff:ff [2021-02-04T23:13:42.097Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-04T23:13:42.097Z] valid_lft forever preferred_lft forever [2021-02-04T23:13:42.097Z] inet6 fe80::42:ecff:fe91:4096/64 scope link [2021-02-04T23:13:42.097Z] valid_lft forever preferred_lft forever [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] ---> sar -b -r -n DEV: [2021-02-04T23:13:42.097Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] 23:01:39 LINUX RESTART (4 CPU) [2021-02-04T23:13:42.097Z] [2021-02-04T23:13:42.097Z] 23:02:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-04T23:13:42.097Z] 23:03:01 111.00 44.46 66.54 0.00 7892.27 25415.14 0.00 [2021-02-04T23:13:42.097Z] 23:04:01 3.36 0.03 3.33 0.00 1.07 102.76 0.00 [2021-02-04T23:13:42.097Z] 23:05:01 0.40 0.00 0.40 0.00 0.00 6.23 0.00 [2021-02-04T23:13:42.097Z] 23:06:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2021-02-04T23:13:42.097Z] 23:07:02 0.28 0.00 0.28 0.00 0.00 3.83 0.00 [2021-02-04T23:13:42.097Z] 23:08:01 0.32 0.00 0.32 0.00 0.00 4.94 0.00 [2021-02-04T23:13:42.097Z] 23:09:01 0.48 0.00 0.48 0.00 0.00 6.64 0.00 [2021-02-04T23:13:42.097Z] 23:10:01 0.18 0.00 0.18 0.00 0.00 1.75 0.00 [2021-02-04T23:13:42.097Z] 23:11:01 0.18 0.00 0.18 0.00 0.00 2.16 0.00 [2021-02-04T23:13:42.097Z] 23:12:01 242.27 129.22 113.05 0.00 6911.63 34756.95 0.00 [2021-02-04T23:13:42.098Z] 23:13:01 257.88 101.16 156.71 0.00 5446.90 36783.34 0.00 [2021-02-04T23:13:42.098Z] Average: 56.08 25.01 31.07 0.00 1835.76 8818.95 0.00 [2021-02-04T23:13:42.098Z] [2021-02-04T23:13:42.098Z] 23:02:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-04T23:13:42.098Z] 23:03:01 160616 0 570644 30.33 2620 1147664 1096268 37.41 382012 1140112 128 [2021-02-04T23:13:42.098Z] 23:04:01 167116 0 564208 29.99 2620 1147600 1066812 36.41 378748 1137740 20 [2021-02-04T23:13:42.098Z] 23:05:01 165200 0 566120 30.09 2620 1147604 1059736 36.17 391692 1127024 12 [2021-02-04T23:13:42.098Z] 23:06:01 166304 0 565016 30.03 2620 1147604 1059616 36.16 390768 1127024 12 [2021-02-04T23:13:42.098Z] 23:07:02 163928 0 567384 30.16 2620 1147612 1059748 36.17 396664 1123648 8 [2021-02-04T23:13:42.098Z] 23:08:01 164000 0 567308 30.15 2620 1147616 1059748 36.17 396648 1123648 8 [2021-02-04T23:13:42.098Z] 23:09:01 163804 0 567500 30.16 2620 1147620 1059784 36.17 396900 1123648 8 [2021-02-04T23:13:42.098Z] 23:10:01 163820 0 567480 30.16 2620 1147624 1059736 36.17 396704 1123648 8 [2021-02-04T23:13:42.098Z] 23:11:01 163944 0 567348 30.15 2620 1147632 1059772 36.17 396828 1123648 8 [2021-02-04T23:13:42.098Z] 23:12:01 75596 0 754732 40.11 2596 1048620 1322480 45.13 541336 987260 93092 [2021-02-04T23:13:42.098Z] 23:13:01 252476 0 756532 40.21 1564 870972 1089132 37.17 540796 751452 24 [2021-02-04T23:13:42.098Z] Average: 164255 0 601297 31.96 2522 1113470 1090257 37.21 419009 1080805 8484 [2021-02-04T23:13:42.098Z] [2021-02-04T23:13:42.098Z] 23:02:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-04T23:13:42.098Z] 23:03:01 eth0 590.00 364.96 1079.74 98.45 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:03:01 docker0 3.49 2.67 0.49 4.29 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:04:01 eth0 4.26 1.07 3.07 0.08 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:05:01 eth0 1.25 0.57 0.56 0.36 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:06:01 eth0 0.83 0.08 0.07 0.04 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:07:02 eth0 0.73 0.30 0.29 0.20 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:08:01 eth0 1.90 0.54 0.56 0.28 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:09:01 eth0 1.52 0.67 0.59 0.40 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:10:01 eth0 1.96 0.35 0.38 0.20 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:11:01 eth0 0.82 0.28 0.30 0.17 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:12:01 veth06fd9af 50.09 54.17 4.55 408.28 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:12:01 eth0 552.35 503.51 4496.74 43.65 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:12:01 docker0 50.09 54.05 3.87 408.27 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:13:01 eth0 477.70 405.53 3467.99 91.94 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] 23:13:01 docker0 32.45 39.54 2.18 219.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] Average: eth0 148.12 116.03 824.02 21.36 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] Average: docker0 7.84 8.78 0.59 57.61 0.00 0.00 0.00 0.00 [2021-02-04T23:13:42.098Z] [2021-02-04T23:13:42.098Z]