Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 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-25807 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 # timeout=10 Commit message: "feat: Update profiles for new filter enhancements (#187)" > git rev-list --no-walk 007494fa1444b8100d0014fa78f3b4f99138828f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T17:50:08.103Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T17:50:08.411Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T17:50:08.516Z] ========================================================= [2021-02-09T17:50:08.516Z] EdgeX Global Pipelines Version Info [2021-02-09T17:50:08.516Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:50:10.004Z] ------------------- [2021-02-09T17:50:10.004Z] stable info: [2021-02-09T17:50:10.004Z] ------------------- [2021-02-09T17:50:10.004Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T17:50:10.004Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T17:50:10.004Z] Message: update stable to v1.0.179 [2021-02-09T17:50:10.950Z] ------------------- [2021-02-09T17:50:10.950Z] experimental info: [2021-02-09T17:50:10.950Z] ------------------- [2021-02-09T17:50:10.950Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T17:50:10.950Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T17:50:10.950Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T17:50:11.235Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-09T17:50:11.334Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-09T17:50:11.428Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T17:50:11.526Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T17:50:11.631Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T17:50:11.747Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T17:50:11.887Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T17:50:11.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T17:50:12.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-09T17:50:12.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T17:50:12.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T17:50:12.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-09T17:50:12.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T17:50:12.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T17:50:12.647Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T17:50:12.740Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T17:50:12.835Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T17:50:12.929Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T17:50:13.068Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T17:50:13.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T17:50:13.270Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-09T17:50:13.375Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-09T17:50:13.486Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-09T17:50:13.577Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-09T17:50:13.668Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-09T17:50:13.764Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T17:50:13.877Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T17:50:13.973Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-09T17:50:14.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-09T17:50:14.165Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-09T17:50:14.290Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] echo [2021-02-09T17:50:14.400Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e9141f [Pipeline] echo [2021-02-09T17:50:14.497Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T17:50:14.684Z] provisioning config files... [2021-02-09T17:50:14.715Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7191714598084409161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:50:15.073Z] ---> docker-login.sh [2021-02-09T17:50:15.073Z] nexus3.edgexfoundry.org:10001 [2021-02-09T17:50:15.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:50:15.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:50:15.604Z] Configure a credential helper to remove this warning. See [2021-02-09T17:50:15.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:50:15.604Z] [2021-02-09T17:50:15.604Z] Login Succeeded [2021-02-09T17:50:15.604Z] nexus3.edgexfoundry.org:10002 [2021-02-09T17:50:15.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:50:15.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:50:15.866Z] Configure a credential helper to remove this warning. See [2021-02-09T17:50:15.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:50:15.867Z] [2021-02-09T17:50:15.867Z] Login Succeeded [2021-02-09T17:50:15.867Z] nexus3.edgexfoundry.org:10003 [2021-02-09T17:50:15.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:50:15.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:50:15.867Z] Configure a credential helper to remove this warning. See [2021-02-09T17:50:15.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:50:15.867Z] [2021-02-09T17:50:15.867Z] Login Succeeded [2021-02-09T17:50:15.867Z] nexus3.edgexfoundry.org:10004 [2021-02-09T17:50:16.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:50:16.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:50:16.130Z] Configure a credential helper to remove this warning. See [2021-02-09T17:50:16.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:50:16.130Z] [2021-02-09T17:50:16.130Z] Login Succeeded [2021-02-09T17:50:16.130Z] docker.io [2021-02-09T17:50:16.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:50:16.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:50:16.396Z] Configure a credential helper to remove this warning. See [2021-02-09T17:50:16.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:50:16.396Z] [2021-02-09T17:50:16.396Z] Login Succeeded [2021-02-09T17:50:16.396Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T17:50:16.405Z] 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-09T17:50:17.287Z] + git log --format=format:%s -1 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] echo [2021-02-09T17:50:17.355Z] GIT_COMMIT: 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7, Commit Message: feat: Update profiles for new filter enhancements (#187) [Pipeline] echo [2021-02-09T17:50:17.410Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:50:18.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:50:18.384Z] [2021-02-09T17:50:18.384Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:50:18.734Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:50:18.734Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T17:50:18.734Z] 31603596830f: Pulling fs layer [2021-02-09T17:50:18.734Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T17:50:18.734Z] 6ca5941a6612: Pulling fs layer [2021-02-09T17:50:18.734Z] ecc8261a40a4: Pulling fs layer [2021-02-09T17:50:18.734Z] ecc8261a40a4: Waiting [2021-02-09T17:50:18.734Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T17:50:18.734Z] 2a8b12db71e7: Download complete [2021-02-09T17:50:18.996Z] 31603596830f: Verifying Checksum [2021-02-09T17:50:18.996Z] 31603596830f: Download complete [2021-02-09T17:50:18.996Z] 6ca5941a6612: Verifying Checksum [2021-02-09T17:50:18.996Z] 6ca5941a6612: Download complete [2021-02-09T17:50:18.996Z] ecc8261a40a4: Verifying Checksum [2021-02-09T17:50:18.996Z] ecc8261a40a4: Download complete [2021-02-09T17:50:19.258Z] 31603596830f: Pull complete [2021-02-09T17:50:19.520Z] 2a8b12db71e7: Pull complete [2021-02-09T17:50:20.473Z] 6ca5941a6612: Pull complete [2021-02-09T17:50:20.736Z] ecc8261a40a4: Pull complete [2021-02-09T17:50:20.736Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T17:50:20.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:50:20.736Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T17:50:20.884Z] prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container [2021-02-09T17:50:20.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T17:50:23.238Z] $ docker top 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T17:50:23.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:50:23.639Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:50:23.911Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:50:23.919Z] $ docker exec 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a ssh-agent [2021-02-09T17:50:24.117Z] SSH_AUTH_SOCK=/tmp/ssh-qZfZH6T4Zlrd/agent.11 [2021-02-09T17:50:24.117Z] SSH_AGENT_PID=17 [2021-02-09T17:50:24.134Z] Running ssh-add (command line suppressed) [2021-02-09T17:50:24.294Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3786411220185447075.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3786411220185447075.key) [2021-02-09T17:50:24.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:50:24.731Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T17:50:24.763Z] $ docker exec --env ******** --env ******** 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a ssh-agent -k [2021-02-09T17:50:24.898Z] unset SSH_AUTH_SOCK; [2021-02-09T17:50:24.898Z] unset SSH_AGENT_PID; [2021-02-09T17:50:24.898Z] echo Agent pid 17 killed; [2021-02-09T17:50:24.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T17:50:25.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:50:25.095Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:50:25.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:50:25.300Z] $ docker exec 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a ssh-agent [2021-02-09T17:50:25.495Z] SSH_AUTH_SOCK=/tmp/ssh-x2UkCUe0iYdd/agent.47 [2021-02-09T17:50:25.495Z] SSH_AGENT_PID=52 [2021-02-09T17:50:25.504Z] Running ssh-add (command line suppressed) [2021-02-09T17:50:25.659Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_43821112319615223.key (/w/workspace/_app-service-configurable_master@tmp/private_key_43821112319615223.key) [2021-02-09T17:50:25.722Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:50:26.069Z] + git semver init [2021-02-09T17:50:26.069Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T17:50:26.069Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-09T17:50:26.069Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-09T17:50:26.069Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T17:50:26.069Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T17:50:26.069Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T17:50:26.069Z] # $SEMVER_BRANCH = master [2021-02-09T17:50:26.069Z] # $SEMVER_TEMP = /tmp/semver-804469255 [2021-02-09T17:50:26.069Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-09T17:50:26.645Z] # '/tmp/semver-804469255' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-02-09T17:50:26.645Z] # -> Force: false [2021-02-09T17:50:26.645Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-09T17:50:26.664Z] $ docker exec --env ******** --env ******** 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a ssh-agent -k [2021-02-09T17:50:26.792Z] unset SSH_AUTH_SOCK; [2021-02-09T17:50:26.792Z] unset SSH_AGENT_PID; [2021-02-09T17:50:26.792Z] echo Agent pid 52 killed; [2021-02-09T17:50:26.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:50:27.324Z] + git semver [Pipeline] } [2021-02-09T17:50:27.346Z] $ docker stop --time=1 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a [2021-02-09T17:50:28.713Z] $ docker rm -f 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T17:50:29.197Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T17:50:29.609Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T17:50:29.612Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.15 [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-09T17:50:45.204Z] Still waiting to schedule task [2021-02-09T17:50:45.204Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25807’ [2021-02-09T17:50:45.206Z] Still waiting to schedule task [2021-02-09T17:50:45.206Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-09T17:52:35.468Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25808 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-09T17:52:35.597Z] Running in /w/workspace/app-service-configurable/81 [Pipeline] { [Pipeline] checkout [2021-02-09T17:52:40.848Z] using credential edgex-jenkins-ssh [2021-02-09T17:52:40.913Z] Cloning the remote Git repository [2021-02-09T17:52:40.973Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-09T17:52:41.084Z] > git init /w/workspace/app-service-configurable/81 # timeout=10 [2021-02-09T17:52:41.149Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-09T17:52:41.150Z] > git --version # timeout=10 [2021-02-09T17:52:41.165Z] > git --version # 'git version 2.17.1' [2021-02-09T17:52:41.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T17:52:41.248Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T17:52:41.958Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-09T17:52:41.989Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T17:52:42.018Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-09T17:52:42.052Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-09T17:52:42.052Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T17:52:42.067Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T17:52:42.517Z] Checking out Revision 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 (master) [2021-02-09T17:52:42.536Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T17:52:42.551Z] > git checkout -f 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 # timeout=10 [2021-02-09T17:52:46.747Z] Commit message: "feat: Update profiles for new filter enhancements (#187)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T17:52:48.696Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:52:49.099Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:52:49.514Z] + sudo service docker restart [2021-02-09T17:52:49.514Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T17:52:52.205Z] provisioning config files... [2021-02-09T17:52:52.247Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config6463891525175754971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:52:52.668Z] ---> docker-login.sh [2021-02-09T17:52:52.669Z] nexus3.edgexfoundry.org:10001 [2021-02-09T17:52:53.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:52:53.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:52:53.863Z] Configure a credential helper to remove this warning. See [2021-02-09T17:52:53.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:52:53.863Z] [2021-02-09T17:52:53.863Z] Login Succeeded [2021-02-09T17:52:53.863Z] nexus3.edgexfoundry.org:10002 [2021-02-09T17:52:54.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:52:54.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:52:54.136Z] Configure a credential helper to remove this warning. See [2021-02-09T17:52:54.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:52:54.136Z] [2021-02-09T17:52:54.136Z] Login Succeeded [2021-02-09T17:52:54.136Z] nexus3.edgexfoundry.org:10003 [2021-02-09T17:52:54.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:52:54.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:52:54.733Z] Configure a credential helper to remove this warning. See [2021-02-09T17:52:54.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:52:54.733Z] [2021-02-09T17:52:54.733Z] Login Succeeded [2021-02-09T17:52:54.733Z] nexus3.edgexfoundry.org:10004 [2021-02-09T17:52:55.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:52:55.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:52:55.329Z] Configure a credential helper to remove this warning. See [2021-02-09T17:52:55.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:52:55.329Z] [2021-02-09T17:52:55.329Z] Login Succeeded [2021-02-09T17:52:55.329Z] docker.io [2021-02-09T17:52:55.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:52:55.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:52:55.876Z] Configure a credential helper to remove this warning. See [2021-02-09T17:52:55.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:52:55.876Z] [2021-02-09T17:52:55.876Z] Login Succeeded [2021-02-09T17:52:55.876Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T17:52:55.895Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T17:52:56.363Z] ========================================================= [2021-02-09T17:52:56.363Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T17:52:56.363Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:52:56.743Z] + 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-09T17:52:56.743Z] Sending build context to Docker daemon 101.4kB [2021-02-09T17:52:57.023Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T17:52:57.023Z] Step 2/8 : FROM ${BASE} [2021-02-09T17:52:57.023Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T17:52:57.023Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T17:52:57.023Z] a4357932f1b6: Pulling fs layer [2021-02-09T17:52:57.023Z] 18c013af1878: Pulling fs layer [2021-02-09T17:52:57.023Z] 00ac8860ef70: Pulling fs layer [2021-02-09T17:52:57.023Z] 63d7cb157983: Pulling fs layer [2021-02-09T17:52:57.023Z] b116817d02f9: Pulling fs layer [2021-02-09T17:52:57.023Z] 745a02a5169b: Pulling fs layer [2021-02-09T17:52:57.023Z] 63d7cb157983: Waiting [2021-02-09T17:52:57.023Z] b116817d02f9: Waiting [2021-02-09T17:52:57.023Z] 745a02a5169b: Waiting [2021-02-09T17:52:57.023Z] 00ac8860ef70: Waiting [2021-02-09T17:52:57.306Z] 18c013af1878: Download complete [2021-02-09T17:52:57.306Z] a4357932f1b6: Verifying Checksum [2021-02-09T17:52:57.306Z] a4357932f1b6: Download complete [2021-02-09T17:52:57.306Z] 63d7cb157983: Download complete [2021-02-09T17:52:57.306Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T17:52:57.306Z] 5f621e34cdf4: Download complete [2021-02-09T17:52:57.306Z] b116817d02f9: Download complete [2021-02-09T17:52:57.903Z] 5f621e34cdf4: Pull complete [2021-02-09T17:52:58.503Z] a4357932f1b6: Pull complete [2021-02-09T17:52:59.108Z] 18c013af1878: Pull complete [2021-02-09T17:53:00.090Z] 745a02a5169b: Verifying Checksum [2021-02-09T17:53:00.090Z] 745a02a5169b: Download complete [2021-02-09T17:53:01.525Z] 00ac8860ef70: Verifying Checksum [2021-02-09T17:53:01.525Z] 00ac8860ef70: Download complete [2021-02-09T17:53:05.647Z] Running on prd-centos7-docker-4c-2g-25809 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-09T17:53:05.712Z] Running in /w/workspace/app-service-configurable/81 [Pipeline] { [Pipeline] checkout [2021-02-09T17:53:08.398Z] using credential edgex-jenkins-ssh [2021-02-09T17:53:08.455Z] Cloning the remote Git repository [2021-02-09T17:53:08.493Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-09T17:53:08.588Z] > git init /w/workspace/app-service-configurable/81 # timeout=10 [2021-02-09T17:53:08.657Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-09T17:53:08.657Z] > git --version # timeout=10 [2021-02-09T17:53:08.667Z] > git --version # 'git version 2.24.3' [2021-02-09T17:53:08.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T17:53:08.705Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T17:53:09.216Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-09T17:53:09.229Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T17:53:09.245Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-09T17:53:09.264Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-09T17:53:09.264Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T17:53:09.270Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T17:53:09.664Z] Checking out Revision 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 (master) [2021-02-09T17:53:09.675Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T17:53:09.680Z] > git checkout -f 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 # timeout=10 [2021-02-09T17:53:11.714Z] 00ac8860ef70: Pull complete [2021-02-09T17:53:11.714Z] 63d7cb157983: Pull complete [2021-02-09T17:53:11.714Z] b116817d02f9: Pull complete [2021-02-09T17:53:13.358Z] Commit message: "feat: Update profiles for new filter enhancements (#187)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T17:53:14.702Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:53:15.042Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:53:15.132Z] 745a02a5169b: Pull complete [2021-02-09T17:53:15.133Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T17:53:15.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T17:53:15.133Z] ---> b7e6874047d6 [2021-02-09T17:53:15.133Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-09T17:53:15.368Z] + sudo service docker restart [2021-02-09T17:53:15.368Z] + true [2021-02-09T17:53:15.368Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T17:53:16.397Z] provisioning config files... [2021-02-09T17:53:16.437Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config6537651860289747660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:53:16.809Z] ---> docker-login.sh [2021-02-09T17:53:16.809Z] nexus3.edgexfoundry.org:10001 [2021-02-09T17:53:17.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:53:17.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:53:17.337Z] Configure a credential helper to remove this warning. See [2021-02-09T17:53:17.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:53:17.337Z] [2021-02-09T17:53:17.337Z] Login Succeeded [2021-02-09T17:53:17.337Z] nexus3.edgexfoundry.org:10002 [2021-02-09T17:53:17.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:53:17.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:53:17.600Z] Configure a credential helper to remove this warning. See [2021-02-09T17:53:17.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:53:17.600Z] [2021-02-09T17:53:17.600Z] Login Succeeded [2021-02-09T17:53:17.600Z] nexus3.edgexfoundry.org:10003 [2021-02-09T17:53:17.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:53:17.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:53:17.600Z] Configure a credential helper to remove this warning. See [2021-02-09T17:53:17.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:53:17.600Z] [2021-02-09T17:53:17.600Z] Login Succeeded [2021-02-09T17:53:17.600Z] nexus3.edgexfoundry.org:10004 [2021-02-09T17:53:17.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:53:17.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:53:17.867Z] Configure a credential helper to remove this warning. See [2021-02-09T17:53:17.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:53:17.867Z] [2021-02-09T17:53:17.867Z] Login Succeeded [2021-02-09T17:53:17.867Z] docker.io [2021-02-09T17:53:18.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:53:18.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:53:18.398Z] Configure a credential helper to remove this warning. See [2021-02-09T17:53:18.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:53:18.398Z] [2021-02-09T17:53:18.398Z] Login Succeeded [2021-02-09T17:53:18.398Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T17:53:18.409Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-02-09T17:53:18.532Z] ---> Running in 76d9d09f763e [2021-02-09T17:53:18.532Z] Removing intermediate container 76d9d09f763e [2021-02-09T17:53:18.532Z] ---> 143f662819ec [2021-02-09T17:53:18.532Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T17:53:18.727Z] ========================================================= [2021-02-09T17:53:18.727Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T17:53:18.727Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:53:18.810Z] ---> Running in 8b3c85e7b3d4 [2021-02-09T17:53:19.200Z] + 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-09T17:53:19.200Z] Sending build context to Docker daemon 101.4kB [2021-02-09T17:53:19.466Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T17:53:19.466Z] Step 2/8 : FROM ${BASE} [2021-02-09T17:53:19.466Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T17:53:19.466Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T17:53:19.466Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T17:53:19.466Z] de9db76c5a1d: Pulling fs layer [2021-02-09T17:53:19.466Z] bca2f99d35d6: Pulling fs layer [2021-02-09T17:53:19.466Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T17:53:19.466Z] 7c6f9722023f: Pulling fs layer [2021-02-09T17:53:19.466Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T17:53:19.466Z] bca2f99d35d6: Waiting [2021-02-09T17:53:19.466Z] 93359f2a8cfa: Waiting [2021-02-09T17:53:19.466Z] 7c6f9722023f: Waiting [2021-02-09T17:53:19.466Z] a35cf1a2eb13: Waiting [2021-02-09T17:53:19.466Z] de9db76c5a1d: Verifying Checksum [2021-02-09T17:53:19.466Z] de9db76c5a1d: Download complete [2021-02-09T17:53:19.466Z] 0ef7d3d256c8: Download complete [2021-02-09T17:53:19.466Z] 93359f2a8cfa: Download complete [2021-02-09T17:53:19.466Z] 7c6f9722023f: Download complete [2021-02-09T17:53:19.734Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T17:53:19.734Z] 188c0c94c7c5: Download complete [2021-02-09T17:53:20.323Z] 188c0c94c7c5: Pull complete [2021-02-09T17:53:20.323Z] 0ef7d3d256c8: Pull complete [2021-02-09T17:53:20.589Z] de9db76c5a1d: Pull complete [2021-02-09T17:53:21.444Z] Removing intermediate container 8b3c85e7b3d4 [2021-02-09T17:53:21.444Z] ---> 42598aebad79 [2021-02-09T17:53:21.444Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-09T17:53:21.444Z] ---> Running in 8b399d81d3ad [2021-02-09T17:53:21.542Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T17:53:21.542Z] a35cf1a2eb13: Download complete [2021-02-09T17:53:22.125Z] bca2f99d35d6: Verifying Checksum [2021-02-09T17:53:22.125Z] bca2f99d35d6: Download complete [2021-02-09T17:53:22.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T17:53:23.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T17:53:23.999Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-09T17:53:23.999Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-09T17:53:23.999Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-09T17:53:24.270Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-09T17:53:24.270Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T17:53:24.543Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-09T17:53:24.543Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T17:53:24.543Z] OK: 144 MiB in 45 packages [2021-02-09T17:53:25.986Z] Removing intermediate container 8b399d81d3ad [2021-02-09T17:53:25.986Z] ---> 369924fd5552 [2021-02-09T17:53:25.986Z] Step 6/8 : WORKDIR /app [2021-02-09T17:53:25.986Z] ---> Running in de36e0b8ea30 [2021-02-09T17:53:26.584Z] Removing intermediate container de36e0b8ea30 [2021-02-09T17:53:26.584Z] ---> e4cae5e90c5c [2021-02-09T17:53:26.584Z] Step 7/8 : COPY . . [2021-02-09T17:53:27.452Z] bca2f99d35d6: Pull complete [2021-02-09T17:53:27.452Z] 93359f2a8cfa: Pull complete [2021-02-09T17:53:27.452Z] 7c6f9722023f: Pull complete [2021-02-09T17:53:27.566Z] ---> cceddb86651b [2021-02-09T17:53:27.566Z] Step 8/8 : RUN go mod download [2021-02-09T17:53:27.566Z] ---> Running in 169fa5e7b5da [2021-02-09T17:53:35.661Z] a35cf1a2eb13: Pull complete [2021-02-09T17:53:35.661Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T17:53:35.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T17:53:35.661Z] ---> a62c8e92a672 [2021-02-09T17:53:35.661Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-09T17:53:35.661Z] ---> Running in 6141be20d49f [2021-02-09T17:53:35.662Z] Removing intermediate container 6141be20d49f [2021-02-09T17:53:35.662Z] ---> 55b917d65f84 [2021-02-09T17:53:35.662Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T17:53:35.662Z] ---> Running in fafb42fc998c [2021-02-09T17:53:35.929Z] Removing intermediate container fafb42fc998c [2021-02-09T17:53:35.929Z] ---> c4d651511f79 [2021-02-09T17:53:35.929Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-09T17:53:36.197Z] ---> Running in 7dcafaced23a [2021-02-09T17:53:36.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T17:53:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T17:53:38.297Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-09T17:53:38.297Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-09T17:53:38.559Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-09T17:53:38.559Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-09T17:53:38.820Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T17:53:38.820Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-09T17:53:39.084Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T17:53:39.084Z] OK: 167 MiB in 45 packages [2021-02-09T17:53:39.661Z] Removing intermediate container 7dcafaced23a [2021-02-09T17:53:39.661Z] ---> 1d383861e5ea [2021-02-09T17:53:39.661Z] Step 6/8 : WORKDIR /app [2021-02-09T17:53:39.661Z] ---> Running in ffabec38156e [2021-02-09T17:53:39.928Z] Removing intermediate container ffabec38156e [2021-02-09T17:53:39.928Z] ---> 2c267083c737 [2021-02-09T17:53:39.928Z] Step 7/8 : COPY . . [2021-02-09T17:53:40.195Z] ---> 7490c38a5cb8 [2021-02-09T17:53:40.195Z] Step 8/8 : RUN go mod download [2021-02-09T17:53:40.195Z] ---> Running in 0befc020a0bd [2021-02-09T17:53:54.366Z] Removing intermediate container 169fa5e7b5da [2021-02-09T17:53:54.366Z] ---> e39155b4feb2 [2021-02-09T17:53:54.366Z] Successfully built e39155b4feb2 [2021-02-09T17:53:54.366Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:53:54.706Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T17:53:54.706Z] . [Pipeline] withDockerContainer [2021-02-09T17:53:54.979Z] prd-ubuntu18.04-docker-arm64-4c-16g-25808 does not seem to be running inside a container [2021-02-09T17:53:55.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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-arm64 cat [2021-02-09T17:53:56.610Z] $ docker top 1048b0ce44db02b8d40a69bd7e3608d950177aa67a1d2018bd5571ec75375552 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:53:57.640Z] + go version [2021-02-09T17:53:57.640Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T17:53:57.661Z] $ docker stop --time=1 1048b0ce44db02b8d40a69bd7e3608d950177aa67a1d2018bd5571ec75375552 [2021-02-09T17:53:59.601Z] $ docker rm -f 1048b0ce44db02b8d40a69bd7e3608d950177aa67a1d2018bd5571ec75375552 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:54:00.608Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T17:54:00.608Z] . [Pipeline] withDockerContainer [2021-02-09T17:54:00.873Z] prd-ubuntu18.04-docker-arm64-4c-16g-25808 does not seem to be running inside a container [2021-02-09T17:54:00.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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-arm64 cat [2021-02-09T17:54:02.223Z] Removing intermediate container 0befc020a0bd [2021-02-09T17:54:02.223Z] ---> dd9291ce6795 [2021-02-09T17:54:02.223Z] Successfully built dd9291ce6795 [2021-02-09T17:54:02.223Z] Successfully tagged ci-base-image-x86_64:latest [2021-02-09T17:54:02.495Z] $ docker top fc39168d61c6cb5cfe84f33152ff02a913659c8bfd7d71064d299ed80c07dc7b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:54:03.287Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T17:54:03.287Z] . [Pipeline] withDockerContainer [2021-02-09T17:54:03.414Z] prd-centos7-docker-4c-2g-25809 does not seem to be running inside a container [2021-02-09T17:54:03.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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-09T17:54:03.529Z] + make test [2021-02-09T17:54:03.529Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-09T17:54:05.041Z] $ docker top 4566366433ea8cd745dde5c264442e3f317f6e88a0a986771370f3c7a0e83ee5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:54:05.547Z] + go version [2021-02-09T17:54:05.547Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T17:54:05.566Z] $ docker stop --time=1 4566366433ea8cd745dde5c264442e3f317f6e88a0a986771370f3c7a0e83ee5 [2021-02-09T17:54:06.908Z] $ docker rm -f 4566366433ea8cd745dde5c264442e3f317f6e88a0a986771370f3c7a0e83ee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:54:07.746Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T17:54:07.746Z] . [Pipeline] withDockerContainer [2021-02-09T17:54:07.843Z] prd-centos7-docker-4c-2g-25809 does not seem to be running inside a container [2021-02-09T17:54:07.894Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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-09T17:54:08.603Z] $ docker top 4eb3beef462468c64da54be88fac15ad76c86d238e011bc72f272c99645cfde2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:54:09.089Z] + make test [2021-02-09T17:54:09.089Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-09T17:54:21.703Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-09T17:54:21.703Z] CGO_ENABLED=1 go vet ./... [2021-02-09T17:54:23.673Z] gofmt -l . [2021-02-09T17:54:23.673Z] [ "`gofmt -l .`" = "" ] [2021-02-09T17:54:23.673Z] ./bin/test-go-mod-tidy.sh [2021-02-09T17:54:24.250Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-09T17:54:24.532Z] $ docker stop --time=1 4eb3beef462468c64da54be88fac15ad76c86d238e011bc72f272c99645cfde2 [2021-02-09T17:54:26.915Z] $ docker rm -f 4eb3beef462468c64da54be88fac15ad76c86d238e011bc72f272c99645cfde2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T17:54:27.589Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-09T17:54:27.995Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-09T17:54:30.635Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-09T17:54:30.938Z] + ls -al . [2021-02-09T17:54:30.938Z] total 88 [2021-02-09T17:54:30.938Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 9 17:54 . [2021-02-09T17:54:30.938Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 9 17:53 .. [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 6558 Feb 9 17:53 Attribution.txt [2021-02-09T17:54:30.938Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 9 17:53 bin [2021-02-09T17:54:30.938Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 9 17:54 coverage.out [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 2032 Feb 9 17:53 Dockerfile [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 970 Feb 9 17:53 Dockerfile.build [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 9 17:53 .dockerignore [2021-02-09T17:54:30.938Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 9 17:53 .git [2021-02-09T17:54:30.938Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 9 17:53 .github [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 93 Feb 9 17:53 .gitignore [2021-02-09T17:54:30.938Z] -rw-r--r--. 1 jenkins jenkins 136 Feb 9 17:54 go.mod [2021-02-09T17:54:30.938Z] -rw-r--r--. 1 jenkins jenkins 18576 Feb 9 17:54 go.sum [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 9 17:53 Jenkinsfile [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 9 17:53 LICENSE [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 1522 Feb 9 17:53 main.go [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 1582 Feb 9 17:53 makefile [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 9 17:53 README.md [2021-02-09T17:54:30.938Z] drwxrwxr-x. 10 jenkins jenkins 173 Feb 9 17:53 res [2021-02-09T17:54:30.938Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 9 17:53 snap [2021-02-09T17:54:30.938Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 9 17:50 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:54:31.244Z] + 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=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 --label arch=amd64 --label version=2.0.0-dev.15 . [2021-02-09T17:54:31.244Z] Sending build context to Docker daemon 122.9kB [2021-02-09T17:54:31.509Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T17:54:31.509Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-09T17:54:31.509Z] ---> dd9291ce6795 [2021-02-09T17:54:31.509Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-09T17:54:31.509Z] ---> Running in de3d6cf80c4d [2021-02-09T17:54:31.772Z] Removing intermediate container de3d6cf80c4d [2021-02-09T17:54:31.772Z] ---> ac67807872cd [2021-02-09T17:54:31.772Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-09T17:54:31.772Z] ---> Running in 8068ce089ea2 [2021-02-09T17:54:32.036Z] Removing intermediate container 8068ce089ea2 [2021-02-09T17:54:32.036Z] ---> 56fba7dd6b9b [2021-02-09T17:54:32.036Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-09T17:54:32.036Z] ---> Running in aed4e187d37a [2021-02-09T17:54:32.305Z] Removing intermediate container aed4e187d37a [2021-02-09T17:54:32.305Z] ---> 33f90ad914b3 [2021-02-09T17:54:32.305Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T17:54:32.305Z] ---> Running in 22b87c6257d3 [2021-02-09T17:54:33.258Z] Removing intermediate container 22b87c6257d3 [2021-02-09T17:54:33.258Z] ---> 8bd0e346dd75 [2021-02-09T17:54:33.258Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-09T17:54:33.258Z] ---> Running in 33de5672e118 [2021-02-09T17:54:34.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T17:54:34.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T17:54:35.759Z] OK: 167 MiB in 45 packages [2021-02-09T17:54:36.336Z] Removing intermediate container 33de5672e118 [2021-02-09T17:54:36.336Z] ---> fa2423cf0532 [2021-02-09T17:54:36.336Z] Step 8/27 : WORKDIR /app [2021-02-09T17:54:36.336Z] ---> Running in 4d3b013ecd2b [2021-02-09T17:54:36.336Z] Removing intermediate container 4d3b013ecd2b [2021-02-09T17:54:36.336Z] ---> 21bea1062091 [2021-02-09T17:54:36.336Z] Step 9/27 : COPY go.mod . [2021-02-09T17:54:36.600Z] ---> 0a2f980db437 [2021-02-09T17:54:36.600Z] Step 10/27 : RUN go mod download [2021-02-09T17:54:36.866Z] ---> Running in 5c0f1a6297ea [2021-02-09T17:54:37.817Z] Removing intermediate container 5c0f1a6297ea [2021-02-09T17:54:37.817Z] ---> 75c4cdfe429f [2021-02-09T17:54:37.817Z] Step 11/27 : COPY . . [2021-02-09T17:54:38.081Z] ---> 01c174574eb1 [2021-02-09T17:54:38.081Z] Step 12/27 : ARG MAKE="make build" [2021-02-09T17:54:38.081Z] ---> Running in 6b23e6e028b6 [2021-02-09T17:54:38.081Z] Removing intermediate container 6b23e6e028b6 [2021-02-09T17:54:38.081Z] ---> b4296b7993b1 [2021-02-09T17:54:38.081Z] Step 13/27 : RUN $MAKE [2021-02-09T17:54:38.353Z] ---> Running in daa3d5e28bf4 [2021-02-09T17:54:38.628Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.15" -o app-service-configurable [2021-02-09T17:54:42.572Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-09T17:54:42.572Z] CGO_ENABLED=1 go vet ./... [2021-02-09T17:54:48.001Z] gofmt -l . [2021-02-09T17:54:48.001Z] [ "`gofmt -l .`" = "" ] [2021-02-09T17:54:48.001Z] ./bin/test-go-mod-tidy.sh [2021-02-09T17:54:48.281Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-09T17:54:49.277Z] $ docker stop --time=1 fc39168d61c6cb5cfe84f33152ff02a913659c8bfd7d71064d299ed80c07dc7b [2021-02-09T17:54:51.434Z] $ docker rm -f fc39168d61c6cb5cfe84f33152ff02a913659c8bfd7d71064d299ed80c07dc7b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T17:54:52.367Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-09T17:54:52.433Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T17:54:53.276Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T17:54:53.691Z] Removing intermediate container daa3d5e28bf4 [2021-02-09T17:54:53.691Z] ---> 53ff50a1d4bc [2021-02-09T17:54:53.691Z] Step 14/27 : FROM alpine:3.12 [2021-02-09T17:54:53.691Z] 3.12: Pulling from library/alpine [2021-02-09T17:54:53.691Z] 801bfaa63ef2: Pulling fs layer [2021-02-09T17:54:53.691Z] 801bfaa63ef2: Verifying Checksum [2021-02-09T17:54:53.691Z] 801bfaa63ef2: Download complete [2021-02-09T17:54:53.691Z] 801bfaa63ef2: Pull complete [2021-02-09T17:54:53.691Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T17:54:53.691Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T17:54:53.691Z] ---> 389fef711851 [2021-02-09T17:54:53.691Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-09T17:54:53.691Z] ---> Running in fe3d283db4ff [2021-02-09T17:54:53.691Z] Removing intermediate container fe3d283db4ff [2021-02-09T17:54:53.691Z] ---> 548371b00d2b [2021-02-09T17:54:53.691Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-09T17:54:53.691Z] ---> Running in 696a4d4f7826 [2021-02-09T17:54:53.691Z] Removing intermediate container 696a4d4f7826 [2021-02-09T17:54:53.691Z] ---> 5824ce10aac3 [2021-02-09T17:54:53.691Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-09T17:54:53.691Z] ---> Running in 3a6dc3cadc92 [2021-02-09T17:54:53.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T17:54:53.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T17:54:54.012Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-09T17:54:54.219Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-09T17:54:54.220Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-09T17:54:54.220Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-09T17:54:54.220Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-09T17:54:54.220Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-09T17:54:54.220Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-09T17:54:54.220Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-09T17:54:54.220Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T17:54:54.220Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T17:54:54.220Z] OK: 9 MiB in 21 packages [2021-02-09T17:54:54.401Z] + ls -al . [2021-02-09T17:54:54.401Z] total 112 [2021-02-09T17:54:54.401Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 9 17:54 . [2021-02-09T17:54:54.401Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 9 17:52 .. [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 9 17:52 .dockerignore [2021-02-09T17:54:54.401Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 9 17:52 .git [2021-02-09T17:54:54.401Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 9 17:52 .github [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 93 Feb 9 17:52 .gitignore [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 6558 Feb 9 17:52 Attribution.txt [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 2032 Feb 9 17:52 Dockerfile [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 970 Feb 9 17:52 Dockerfile.build [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 9 17:52 Jenkinsfile [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 9 17:52 LICENSE [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 9 17:52 README.md [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 9 17:50 VERSION [2021-02-09T17:54:54.401Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 9 17:52 bin [2021-02-09T17:54:54.401Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 9 17:54 coverage.out [2021-02-09T17:54:54.401Z] -rw-r--r-- 1 jenkins jenkins 136 Feb 9 17:54 go.mod [2021-02-09T17:54:54.401Z] -rw-r--r-- 1 jenkins jenkins 18576 Feb 9 17:54 go.sum [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 1522 Feb 9 17:52 main.go [2021-02-09T17:54:54.401Z] -rw-rw-r-- 1 jenkins jenkins 1582 Feb 9 17:52 makefile [2021-02-09T17:54:54.401Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 9 17:52 res [2021-02-09T17:54:54.401Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 9 17:52 snap [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:54:54.813Z] + 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=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 --label arch=arm64 --label version=2.0.0-dev.15 . [2021-02-09T17:54:54.813Z] Sending build context to Docker daemon 122.9kB [2021-02-09T17:54:55.168Z] Removing intermediate container 3a6dc3cadc92 [2021-02-09T17:54:55.168Z] ---> 4f5fa6d390e2 [2021-02-09T17:54:55.168Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-09T17:54:55.430Z] ---> 07c3b3c9345e [2021-02-09T17:54:55.430Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-09T17:54:55.434Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T17:54:55.434Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-09T17:54:55.434Z] ---> e39155b4feb2 [2021-02-09T17:54:55.434Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-09T17:54:55.434Z] ---> Running in 8ec20a030d28 [2021-02-09T17:54:55.692Z] ---> da12ae7bf0d0 [2021-02-09T17:54:55.692Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-09T17:54:55.959Z] ---> dada878a0c75 [2021-02-09T17:54:55.959Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-09T17:54:56.030Z] Removing intermediate container 8ec20a030d28 [2021-02-09T17:54:56.030Z] ---> 7186de419352 [2021-02-09T17:54:56.030Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-09T17:54:56.030Z] ---> Running in 31b978618f0e [2021-02-09T17:54:56.539Z] ---> c8fea2ee8026 [2021-02-09T17:54:56.539Z] Step 22/27 : EXPOSE 48095 [2021-02-09T17:54:56.629Z] Removing intermediate container 31b978618f0e [2021-02-09T17:54:56.629Z] ---> 4509369aac32 [2021-02-09T17:54:56.629Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-09T17:54:56.629Z] ---> Running in b6d4f09bc62e [2021-02-09T17:54:56.802Z] ---> Running in 8aa3379dba9c [2021-02-09T17:54:56.802Z] Removing intermediate container 8aa3379dba9c [2021-02-09T17:54:56.802Z] ---> 2a1a0225b1ad [2021-02-09T17:54:56.802Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-09T17:54:57.068Z] ---> Running in 1d6227b2114a [2021-02-09T17:54:57.068Z] Removing intermediate container 1d6227b2114a [2021-02-09T17:54:57.068Z] ---> 581696098aad [2021-02-09T17:54:57.068Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T17:54:57.068Z] ---> Running in f9878fffd193 [2021-02-09T17:54:57.230Z] Removing intermediate container b6d4f09bc62e [2021-02-09T17:54:57.230Z] ---> eae386b9a9ec [2021-02-09T17:54:57.230Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T17:54:57.230Z] ---> Running in 42d2f3ae386c [2021-02-09T17:54:57.331Z] Removing intermediate container f9878fffd193 [2021-02-09T17:54:57.331Z] ---> dfd2b45f26db [2021-02-09T17:54:57.331Z] Step 25/27 : LABEL arch=amd64 [2021-02-09T17:54:57.331Z] ---> Running in 8427e3cf5681 [2021-02-09T17:54:57.593Z] Removing intermediate container 8427e3cf5681 [2021-02-09T17:54:57.593Z] ---> 9940b9b9e859 [2021-02-09T17:54:57.593Z] Step 26/27 : LABEL git_sha=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [2021-02-09T17:54:57.593Z] ---> Running in 32f4a9e87031 [2021-02-09T17:54:57.856Z] Removing intermediate container 32f4a9e87031 [2021-02-09T17:54:57.856Z] ---> 6113eb0ef66e [2021-02-09T17:54:57.856Z] Step 27/27 : LABEL version=2.0.0-dev.15 [2021-02-09T17:54:57.856Z] ---> Running in 0c84b951e481 [2021-02-09T17:54:58.124Z] Removing intermediate container 0c84b951e481 [2021-02-09T17:54:58.124Z] ---> 5032d7e4d0fd [2021-02-09T17:54:58.124Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-09T17:54:58.124Z] Successfully built 5032d7e4d0fd [2021-02-09T17:54:58.124Z] 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-09T17:54:58.469Z] provisioning config files... [2021-02-09T17:54:58.502Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config6642860683717540332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:54:58.874Z] ---> docker-login.sh [2021-02-09T17:54:58.874Z] nexus3.edgexfoundry.org:10001 [2021-02-09T17:54:58.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:54:59.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:54:59.137Z] Configure a credential helper to remove this warning. See [2021-02-09T17:54:59.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:54:59.137Z] [2021-02-09T17:54:59.137Z] Login Succeeded [2021-02-09T17:54:59.137Z] nexus3.edgexfoundry.org:10002 [2021-02-09T17:54:59.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:54:59.205Z] Removing intermediate container 42d2f3ae386c [2021-02-09T17:54:59.205Z] ---> 139526f09eea [2021-02-09T17:54:59.205Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-09T17:54:59.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:54:59.401Z] Configure a credential helper to remove this warning. See [2021-02-09T17:54:59.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:54:59.401Z] [2021-02-09T17:54:59.401Z] Login Succeeded [2021-02-09T17:54:59.401Z] nexus3.edgexfoundry.org:10003 [2021-02-09T17:54:59.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:54:59.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:54:59.401Z] Configure a credential helper to remove this warning. See [2021-02-09T17:54:59.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:54:59.401Z] [2021-02-09T17:54:59.401Z] Login Succeeded [2021-02-09T17:54:59.401Z] nexus3.edgexfoundry.org:10004 [2021-02-09T17:54:59.480Z] ---> Running in 260aca4908b1 [2021-02-09T17:54:59.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:54:59.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:54:59.665Z] Configure a credential helper to remove this warning. See [2021-02-09T17:54:59.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:54:59.665Z] [2021-02-09T17:54:59.665Z] Login Succeeded [2021-02-09T17:54:59.665Z] docker.io [2021-02-09T17:54:59.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:55:00.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:55:00.190Z] Configure a credential helper to remove this warning. See [2021-02-09T17:55:00.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:55:00.190Z] [2021-02-09T17:55:00.190Z] Login Succeeded [2021-02-09T17:55:00.190Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T17:55:00.202Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-09T17:55:00.439Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-02-09T17:55:00.439Z] 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [2021-02-09T17:55:00.439Z] latest [2021-02-09T17:55:00.439Z] 2.0.0-dev.15 [2021-02-09T17:55:00.439Z] 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [2021-02-09T17:55:00.439Z] master [2021-02-09T17:55:00.439Z] ===================================================== [2021-02-09T17:55:00.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:01.102Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:01.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [2021-02-09T17:55:01.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-09T17:55:01.413Z] 6bfb5be2e345: Preparing [2021-02-09T17:55:01.413Z] 42791ee1f0d7: Preparing [2021-02-09T17:55:01.413Z] 7cd2f6a691e3: Preparing [2021-02-09T17:55:01.413Z] f49bfe4fe61c: Preparing [2021-02-09T17:55:01.413Z] ba721a0241c1: Preparing [2021-02-09T17:55:01.413Z] 777b2c648970: Preparing [2021-02-09T17:55:01.413Z] 777b2c648970: Waiting [2021-02-09T17:55:01.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T17:55:01.680Z] 42791ee1f0d7: Pushed [2021-02-09T17:55:01.680Z] f49bfe4fe61c: Pushed [2021-02-09T17:55:01.680Z] 7cd2f6a691e3: Pushed [2021-02-09T17:55:01.680Z] 777b2c648970: Layer already exists [2021-02-09T17:55:01.943Z] ba721a0241c1: Pushed [2021-02-09T17:55:02.445Z] OK: 144 MiB in 45 packages [2021-02-09T17:55:02.894Z] 6bfb5be2e345: Pushed [2021-02-09T17:55:03.157Z] 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:03.427Z] Removing intermediate container 260aca4908b1 [2021-02-09T17:55:03.427Z] ---> 44f57a6ce294 [2021-02-09T17:55:03.427Z] Step 8/27 : WORKDIR /app [2021-02-09T17:55:03.477Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:03.700Z] ---> Running in 1ce758217703 [2021-02-09T17:55:03.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-09T17:55:03.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-09T17:55:03.782Z] 6bfb5be2e345: Preparing [2021-02-09T17:55:03.782Z] 42791ee1f0d7: Preparing [2021-02-09T17:55:03.782Z] 7cd2f6a691e3: Preparing [2021-02-09T17:55:03.782Z] f49bfe4fe61c: Preparing [2021-02-09T17:55:03.782Z] ba721a0241c1: Preparing [2021-02-09T17:55:03.782Z] 777b2c648970: Preparing [2021-02-09T17:55:03.782Z] 777b2c648970: Waiting [2021-02-09T17:55:03.782Z] 7cd2f6a691e3: Layer already exists [2021-02-09T17:55:03.782Z] 6bfb5be2e345: Layer already exists [2021-02-09T17:55:03.782Z] f49bfe4fe61c: Layer already exists [2021-02-09T17:55:03.782Z] ba721a0241c1: Layer already exists [2021-02-09T17:55:03.782Z] 42791ee1f0d7: Layer already exists [2021-02-09T17:55:03.782Z] 777b2c648970: Layer already exists [2021-02-09T17:55:03.782Z] latest: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:04.295Z] Removing intermediate container 1ce758217703 [2021-02-09T17:55:04.295Z] ---> 9e8968f0b2dc [2021-02-09T17:55:04.295Z] Step 9/27 : COPY go.mod . [2021-02-09T17:55:04.417Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:04.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.15 [2021-02-09T17:55:04.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-09T17:55:04.723Z] 6bfb5be2e345: Preparing [2021-02-09T17:55:04.723Z] 42791ee1f0d7: Preparing [2021-02-09T17:55:04.723Z] 7cd2f6a691e3: Preparing [2021-02-09T17:55:04.723Z] f49bfe4fe61c: Preparing [2021-02-09T17:55:04.723Z] ba721a0241c1: Preparing [2021-02-09T17:55:04.723Z] 777b2c648970: Preparing [2021-02-09T17:55:04.723Z] 777b2c648970: Waiting [2021-02-09T17:55:04.723Z] 7cd2f6a691e3: Layer already exists [2021-02-09T17:55:04.723Z] f49bfe4fe61c: Layer already exists [2021-02-09T17:55:04.723Z] 42791ee1f0d7: Layer already exists [2021-02-09T17:55:04.723Z] ba721a0241c1: Layer already exists [2021-02-09T17:55:04.723Z] 6bfb5be2e345: Layer already exists [2021-02-09T17:55:04.723Z] 777b2c648970: Layer already exists [2021-02-09T17:55:04.723Z] 2.0.0-dev.15: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:04.895Z] ---> b1bca4bfa112 [2021-02-09T17:55:04.895Z] Step 10/27 : RUN go mod download [2021-02-09T17:55:04.895Z] ---> Running in 6eea1fd98653 [2021-02-09T17:55:05.042Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:05.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [2021-02-09T17:55:05.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-09T17:55:05.346Z] 6bfb5be2e345: Preparing [2021-02-09T17:55:05.346Z] 42791ee1f0d7: Preparing [2021-02-09T17:55:05.346Z] 7cd2f6a691e3: Preparing [2021-02-09T17:55:05.346Z] f49bfe4fe61c: Preparing [2021-02-09T17:55:05.346Z] ba721a0241c1: Preparing [2021-02-09T17:55:05.346Z] 777b2c648970: Preparing [2021-02-09T17:55:05.346Z] 777b2c648970: Waiting [2021-02-09T17:55:05.346Z] f49bfe4fe61c: Layer already exists [2021-02-09T17:55:05.346Z] 7cd2f6a691e3: Layer already exists [2021-02-09T17:55:05.346Z] 42791ee1f0d7: Layer already exists [2021-02-09T17:55:05.346Z] 6bfb5be2e345: Layer already exists [2021-02-09T17:55:05.346Z] ba721a0241c1: Layer already exists [2021-02-09T17:55:05.346Z] 777b2c648970: Layer already exists [2021-02-09T17:55:05.346Z] 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:05.660Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:55:05.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-02-09T17:55:05.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-09T17:55:05.966Z] 6bfb5be2e345: Preparing [2021-02-09T17:55:05.966Z] 42791ee1f0d7: Preparing [2021-02-09T17:55:05.966Z] 7cd2f6a691e3: Preparing [2021-02-09T17:55:05.966Z] f49bfe4fe61c: Preparing [2021-02-09T17:55:05.966Z] ba721a0241c1: Preparing [2021-02-09T17:55:05.966Z] 777b2c648970: Preparing [2021-02-09T17:55:05.966Z] 777b2c648970: Waiting [2021-02-09T17:55:05.966Z] f49bfe4fe61c: Layer already exists [2021-02-09T17:55:05.966Z] ba721a0241c1: Layer already exists [2021-02-09T17:55:05.966Z] 6bfb5be2e345: Layer already exists [2021-02-09T17:55:05.966Z] 42791ee1f0d7: Layer already exists [2021-02-09T17:55:05.966Z] 7cd2f6a691e3: Layer already exists [2021-02-09T17:55:05.966Z] 777b2c648970: Layer already exists [2021-02-09T17:55:05.966Z] master: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-09T17:55:06.176Z] ===================================================== [Pipeline] echo [2021-02-09T17:55:06.237Z] taggedImages: [2021-02-09T17:55:06.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [2021-02-09T17:55:06.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-09T17:55:06.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.15 [2021-02-09T17:55:06.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [2021-02-09T17:55:06.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T17:55:07.520Z] Removing intermediate container 6eea1fd98653 [2021-02-09T17:55:07.520Z] ---> 1b4d02c5d0fb [2021-02-09T17:55:07.520Z] Step 11/27 : COPY . . [2021-02-09T17:55:08.113Z] ---> 2e7c72034b84 [2021-02-09T17:55:08.113Z] Step 12/27 : ARG MAKE="make build" [2021-02-09T17:55:08.113Z] ---> Running in 40256c8f43b1 [2021-02-09T17:55:08.708Z] Removing intermediate container 40256c8f43b1 [2021-02-09T17:55:08.708Z] ---> 2e1489515b36 [2021-02-09T17:55:08.708Z] Step 13/27 : RUN $MAKE [2021-02-09T17:55:08.708Z] ---> Running in bafe1717f535 [2021-02-09T17:55:10.162Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.15" -o app-service-configurable [2021-02-09T17:55:49.202Z] Removing intermediate container bafe1717f535 [2021-02-09T17:55:49.202Z] ---> 4b848742e4dc [2021-02-09T17:55:49.202Z] Step 14/27 : FROM alpine:3.12 [2021-02-09T17:55:49.202Z] 3.12: Pulling from library/alpine [2021-02-09T17:55:49.202Z] 159e5727ea61: Pulling fs layer [2021-02-09T17:55:49.202Z] 159e5727ea61: Verifying Checksum [2021-02-09T17:55:49.202Z] 159e5727ea61: Download complete [2021-02-09T17:55:49.202Z] 159e5727ea61: Pull complete [2021-02-09T17:55:49.202Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T17:55:49.202Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T17:55:49.202Z] ---> afeebe901d6b [2021-02-09T17:55:49.202Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-09T17:55:49.202Z] ---> Running in 144f8b209750 [2021-02-09T17:55:49.202Z] Removing intermediate container 144f8b209750 [2021-02-09T17:55:49.202Z] ---> 97eb7df30972 [2021-02-09T17:55:49.202Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-09T17:55:49.202Z] ---> Running in 12df7577e798 [2021-02-09T17:55:49.202Z] Removing intermediate container 12df7577e798 [2021-02-09T17:55:49.202Z] ---> 69924ce3eb44 [2021-02-09T17:55:49.202Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-09T17:55:49.202Z] ---> Running in 84b9c11b12a4 [2021-02-09T17:55:49.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T17:55:49.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T17:55:49.202Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-09T17:55:49.202Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-09T17:55:49.202Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-09T17:55:49.202Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-09T17:55:49.202Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-09T17:55:49.202Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-09T17:55:49.202Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-09T17:55:49.202Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T17:55:49.202Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T17:55:49.476Z] OK: 9 MiB in 21 packages [2021-02-09T17:55:51.474Z] Removing intermediate container 84b9c11b12a4 [2021-02-09T17:55:51.474Z] ---> f051106bd1fb [2021-02-09T17:55:51.474Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-09T17:55:51.748Z] ---> c78f68b4bca0 [2021-02-09T17:55:51.748Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-09T17:55:52.735Z] ---> 61bec330d513 [2021-02-09T17:55:52.735Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-09T17:55:53.338Z] ---> bedb2d5cc05e [2021-02-09T17:55:53.338Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-09T17:55:54.773Z] ---> cc8b5bc3ea95 [2021-02-09T17:55:54.773Z] Step 22/27 : EXPOSE 48095 [2021-02-09T17:55:54.773Z] ---> Running in ea7deb6bdc4c [2021-02-09T17:55:55.044Z] Removing intermediate container ea7deb6bdc4c [2021-02-09T17:55:55.044Z] ---> 4d204e8af0e8 [2021-02-09T17:55:55.044Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-09T17:55:55.316Z] ---> Running in 2dc5fab54e59 [2021-02-09T17:55:55.588Z] Removing intermediate container 2dc5fab54e59 [2021-02-09T17:55:55.588Z] ---> 9b37beeb3f2f [2021-02-09T17:55:55.588Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T17:55:55.867Z] ---> Running in f41922a13869 [2021-02-09T17:55:56.181Z] Removing intermediate container f41922a13869 [2021-02-09T17:55:56.181Z] ---> 0be08017bd06 [2021-02-09T17:55:56.181Z] Step 25/27 : LABEL arch=arm64 [2021-02-09T17:55:56.473Z] ---> Running in 94f1c71484ac [2021-02-09T17:55:56.763Z] Removing intermediate container 94f1c71484ac [2021-02-09T17:55:56.763Z] ---> 2e2ab082789b [2021-02-09T17:55:56.764Z] Step 26/27 : LABEL git_sha=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [2021-02-09T17:55:57.041Z] ---> Running in 7b3f84f2d867 [2021-02-09T17:55:57.315Z] Removing intermediate container 7b3f84f2d867 [2021-02-09T17:55:57.315Z] ---> 0b2b1aaabdea [2021-02-09T17:55:57.315Z] Step 27/27 : LABEL version=2.0.0-dev.15 [2021-02-09T17:55:57.588Z] ---> Running in 301d5225227f [2021-02-09T17:55:57.863Z] Removing intermediate container 301d5225227f [2021-02-09T17:55:57.863Z] ---> 3983600a46eb [2021-02-09T17:55:57.863Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-09T17:55:57.863Z] Successfully built 3983600a46eb [2021-02-09T17:55:57.863Z] 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-09T17:55:58.687Z] provisioning config files... [2021-02-09T17:55:58.731Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config3653370555529695358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:55:59.168Z] ---> docker-login.sh [2021-02-09T17:55:59.168Z] nexus3.edgexfoundry.org:10001 [2021-02-09T17:55:59.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:55:59.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:55:59.718Z] Configure a credential helper to remove this warning. See [2021-02-09T17:55:59.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:55:59.718Z] [2021-02-09T17:55:59.718Z] Login Succeeded [2021-02-09T17:55:59.718Z] nexus3.edgexfoundry.org:10002 [2021-02-09T17:55:59.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:56:00.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:56:00.263Z] Configure a credential helper to remove this warning. See [2021-02-09T17:56:00.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:56:00.263Z] [2021-02-09T17:56:00.263Z] Login Succeeded [2021-02-09T17:56:00.263Z] nexus3.edgexfoundry.org:10003 [2021-02-09T17:56:00.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:56:00.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:56:00.810Z] Configure a credential helper to remove this warning. See [2021-02-09T17:56:00.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:56:00.810Z] [2021-02-09T17:56:00.810Z] Login Succeeded [2021-02-09T17:56:00.810Z] nexus3.edgexfoundry.org:10004 [2021-02-09T17:56:01.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:56:01.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:56:01.362Z] Configure a credential helper to remove this warning. See [2021-02-09T17:56:01.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:56:01.362Z] [2021-02-09T17:56:01.362Z] Login Succeeded [2021-02-09T17:56:01.362Z] docker.io [2021-02-09T17:56:01.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:56:02.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:56:02.238Z] Configure a credential helper to remove this warning. See [2021-02-09T17:56:02.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:56:02.238Z] [2021-02-09T17:56:02.238Z] Login Succeeded [2021-02-09T17:56:02.238Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T17:56:02.255Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-09T17:56:02.486Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-09T17:56:02.486Z] 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [2021-02-09T17:56:02.486Z] latest [2021-02-09T17:56:02.486Z] 2.0.0-dev.15 [2021-02-09T17:56:02.486Z] 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [2021-02-09T17:56:02.486Z] master [2021-02-09T17:56:02.486Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:03.007Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:03.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [2021-02-09T17:56:03.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-09T17:56:03.344Z] 4987743d65e9: Preparing [2021-02-09T17:56:03.344Z] dec7e1cecc1a: Preparing [2021-02-09T17:56:03.344Z] 749d2d94eb7a: Preparing [2021-02-09T17:56:03.344Z] a16244991dd9: Preparing [2021-02-09T17:56:03.344Z] 47fc571321b2: Preparing [2021-02-09T17:56:03.344Z] 379067d0cb53: Preparing [2021-02-09T17:56:03.344Z] 379067d0cb53: Waiting [2021-02-09T17:56:03.616Z] 749d2d94eb7a: Pushed [2021-02-09T17:56:03.616Z] a16244991dd9: Pushed [2021-02-09T17:56:03.616Z] dec7e1cecc1a: Pushed [2021-02-09T17:56:03.896Z] 379067d0cb53: Layer already exists [2021-02-09T17:56:04.497Z] 47fc571321b2: Pushed [2021-02-09T17:56:07.107Z] 4987743d65e9: Pushed [2021-02-09T17:56:07.107Z] 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:07.455Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:07.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-09T17:56:07.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-09T17:56:07.794Z] 4987743d65e9: Preparing [2021-02-09T17:56:07.794Z] dec7e1cecc1a: Preparing [2021-02-09T17:56:07.794Z] 749d2d94eb7a: Preparing [2021-02-09T17:56:07.794Z] a16244991dd9: Preparing [2021-02-09T17:56:07.794Z] 47fc571321b2: Preparing [2021-02-09T17:56:07.794Z] 379067d0cb53: Preparing [2021-02-09T17:56:07.794Z] 379067d0cb53: Waiting [2021-02-09T17:56:07.794Z] 749d2d94eb7a: Layer already exists [2021-02-09T17:56:07.794Z] dec7e1cecc1a: Layer already exists [2021-02-09T17:56:08.066Z] 4987743d65e9: Layer already exists [2021-02-09T17:56:08.066Z] a16244991dd9: Layer already exists [2021-02-09T17:56:08.066Z] 47fc571321b2: Layer already exists [2021-02-09T17:56:08.066Z] 379067d0cb53: Layer already exists [2021-02-09T17:56:08.066Z] latest: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:08.416Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:08.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.15 [2021-02-09T17:56:08.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-09T17:56:08.760Z] 4987743d65e9: Preparing [2021-02-09T17:56:08.760Z] dec7e1cecc1a: Preparing [2021-02-09T17:56:08.760Z] 749d2d94eb7a: Preparing [2021-02-09T17:56:08.760Z] a16244991dd9: Preparing [2021-02-09T17:56:08.760Z] 47fc571321b2: Preparing [2021-02-09T17:56:08.760Z] 379067d0cb53: Preparing [2021-02-09T17:56:08.760Z] 379067d0cb53: Waiting [2021-02-09T17:56:08.760Z] 4987743d65e9: Layer already exists [2021-02-09T17:56:08.760Z] 47fc571321b2: Layer already exists [2021-02-09T17:56:08.760Z] 749d2d94eb7a: Layer already exists [2021-02-09T17:56:08.760Z] a16244991dd9: Layer already exists [2021-02-09T17:56:08.761Z] dec7e1cecc1a: Layer already exists [2021-02-09T17:56:08.761Z] 379067d0cb53: Layer already exists [2021-02-09T17:56:09.031Z] 2.0.0-dev.15: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:09.378Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:09.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [2021-02-09T17:56:09.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-09T17:56:09.725Z] 4987743d65e9: Preparing [2021-02-09T17:56:09.725Z] dec7e1cecc1a: Preparing [2021-02-09T17:56:09.725Z] 749d2d94eb7a: Preparing [2021-02-09T17:56:09.725Z] a16244991dd9: Preparing [2021-02-09T17:56:09.725Z] 47fc571321b2: Preparing [2021-02-09T17:56:09.725Z] 379067d0cb53: Preparing [2021-02-09T17:56:09.725Z] 379067d0cb53: Waiting [2021-02-09T17:56:09.999Z] a16244991dd9: Layer already exists [2021-02-09T17:56:09.999Z] 749d2d94eb7a: Layer already exists [2021-02-09T17:56:09.999Z] dec7e1cecc1a: Layer already exists [2021-02-09T17:56:09.999Z] 47fc571321b2: Layer already exists [2021-02-09T17:56:09.999Z] 4987743d65e9: Layer already exists [2021-02-09T17:56:09.999Z] 379067d0cb53: Layer already exists [2021-02-09T17:56:09.999Z] 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:10.347Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:10.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-02-09T17:56:10.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-09T17:56:10.684Z] 4987743d65e9: Preparing [2021-02-09T17:56:10.684Z] dec7e1cecc1a: Preparing [2021-02-09T17:56:10.684Z] 749d2d94eb7a: Preparing [2021-02-09T17:56:10.684Z] a16244991dd9: Preparing [2021-02-09T17:56:10.684Z] 47fc571321b2: Preparing [2021-02-09T17:56:10.684Z] 379067d0cb53: Preparing [2021-02-09T17:56:10.684Z] 379067d0cb53: Waiting [2021-02-09T17:56:10.684Z] 47fc571321b2: Layer already exists [2021-02-09T17:56:10.684Z] a16244991dd9: Layer already exists [2021-02-09T17:56:10.684Z] 4987743d65e9: Layer already exists [2021-02-09T17:56:10.684Z] 749d2d94eb7a: Layer already exists [2021-02-09T17:56:10.684Z] dec7e1cecc1a: Layer already exists [2021-02-09T17:56:10.684Z] 379067d0cb53: Layer already exists [2021-02-09T17:56:10.954Z] master: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-09T17:56:11.160Z] ===================================================== [Pipeline] echo [2021-02-09T17:56:11.220Z] taggedImages: [2021-02-09T17:56:11.220Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [2021-02-09T17:56:11.220Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-09T17:56:11.220Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.15 [2021-02-09T17:56:11.220Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [2021-02-09T17:56:11.220Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-09T17:56:12.839Z] provisioning config files... [2021-02-09T17:56:12.858Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config6222102033835890604tmp [Pipeline] { [Pipeline] sh [2021-02-09T17:56:13.312Z] + set +x [2021-02-09T17:56:13.312Z] + curl -s https://codecov.io/bash [2021-02-09T17:56:13.312Z] + bash -s -- [2021-02-09T17:56:13.584Z] [2021-02-09T17:56:13.584Z] _____ _ [2021-02-09T17:56:13.584Z] / ____| | | [2021-02-09T17:56:13.584Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T17:56:13.584Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T17:56:13.584Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T17:56:13.584Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T17:56:13.584Z] Bash-20210129-7c25fce [2021-02-09T17:56:13.584Z] [2021-02-09T17:56:13.584Z] [2021-02-09T17:56:13.584Z] ==> git version 2.24.3 found [2021-02-09T17:56:13.584Z] ==> 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-09T17:56:13.584Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T17:56:13.584Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T17:56:13.584Z] ==> Jenkins CI detected. [2021-02-09T17:56:13.584Z] project root: . [2021-02-09T17:56:13.584Z] --> token set from env [2021-02-09T17:56:13.584Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T17:56:13.584Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T17:56:13.584Z] ==> Python coveragepy not found [2021-02-09T17:56:13.584Z] ==> Searching for coverage reports in: [2021-02-09T17:56:13.584Z] + . [2021-02-09T17:56:13.584Z] -> Found 1 reports [2021-02-09T17:56:13.584Z] ==> Detecting git/mercurial file structure [2021-02-09T17:56:13.584Z] ==> Reading reports [2021-02-09T17:56:13.584Z] + ./coverage.out bytes=10 [2021-02-09T17:56:13.584Z] ==> Appending adjustments [2021-02-09T17:56:13.584Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T17:56:13.584Z] + Found adjustments [2021-02-09T17:56:13.584Z] ==> Gzipping contents [2021-02-09T17:56:13.584Z] 4.0K /tmp/codecov.UfUVKB.gz [2021-02-09T17:56:13.584Z] ==> Uploading reports [2021-02-09T17:56:13.584Z] url: https://codecov.io [2021-02-09T17:56:13.584Z] query: branch=master&commit=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F81%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-09T17:56:13.861Z] -> Pinging Codecov [2021-02-09T17:56:13.861Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F81%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-09T17:56:14.144Z] -> Uploading to [2021-02-09T17:56:14.144Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/A97CA9966030D2A3747ED39772930CCE/8e9141f0e0519d502d5c26051ed05e94c4c4b9a7/684a44ec-693c-4636-8f93-0f5ea4496321.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T175614Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3af87d4af0a9488e1b03b8ffdef0bb415657070361c5bfdcdc17609eb03321ae [2021-02-09T17:56:14.144Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T17:56:14.144Z] Dload Upload Total Spent Left Speed [2021-02-09T17:56:14.724Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 857 --:--:-- --:--:-- --:--:-- 857 [2021-02-09T17:56:14.724Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] } [2021-02-09T17:56:14.738Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-09T17:56:15.735Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-09T17:56:15.789Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:16.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-09T17:56:16.158Z] [2021-02-09T17:56:16.158Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:16.569Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-09T17:56:16.569Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-09T17:56:16.569Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T17:56:16.569Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T17:56:16.569Z] de9db76c5a1d: Pulling fs layer [2021-02-09T17:56:16.569Z] 0eba1c9be4d2: Pulling fs layer [2021-02-09T17:56:16.569Z] 0d57e429df01: Pulling fs layer [2021-02-09T17:56:16.569Z] 4e4be7b47b0d: Pulling fs layer [2021-02-09T17:56:16.569Z] e1f770b5df2f: Pulling fs layer [2021-02-09T17:56:16.569Z] 85a0685a4137: Pulling fs layer [2021-02-09T17:56:16.569Z] 0d57e429df01: Waiting [2021-02-09T17:56:16.569Z] e1f770b5df2f: Waiting [2021-02-09T17:56:16.569Z] 85a0685a4137: Waiting [2021-02-09T17:56:16.569Z] 4e4be7b47b0d: Waiting [2021-02-09T17:56:16.569Z] 0eba1c9be4d2: Waiting [2021-02-09T17:56:16.569Z] de9db76c5a1d: Verifying Checksum [2021-02-09T17:56:16.569Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T17:56:16.569Z] 0ef7d3d256c8: Download complete [2021-02-09T17:56:16.569Z] 0d57e429df01: Download complete [2021-02-09T17:56:16.569Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T17:56:16.569Z] 188c0c94c7c5: Download complete [2021-02-09T17:56:16.569Z] 4e4be7b47b0d: Verifying Checksum [2021-02-09T17:56:16.569Z] 4e4be7b47b0d: Download complete [2021-02-09T17:56:17.158Z] 188c0c94c7c5: Pull complete [2021-02-09T17:56:17.158Z] 0ef7d3d256c8: Pull complete [2021-02-09T17:56:17.424Z] de9db76c5a1d: Pull complete [2021-02-09T17:56:18.832Z] e1f770b5df2f: Verifying Checksum [2021-02-09T17:56:18.832Z] e1f770b5df2f: Download complete [2021-02-09T17:56:20.786Z] 0eba1c9be4d2: Verifying Checksum [2021-02-09T17:56:20.786Z] 0eba1c9be4d2: Download complete [2021-02-09T17:56:21.048Z] 85a0685a4137: Verifying Checksum [2021-02-09T17:56:21.048Z] 85a0685a4137: Download complete [2021-02-09T17:56:27.734Z] 0eba1c9be4d2: Pull complete [2021-02-09T17:56:27.734Z] 0d57e429df01: Pull complete [2021-02-09T17:56:27.734Z] 4e4be7b47b0d: Pull complete [2021-02-09T17:56:29.672Z] e1f770b5df2f: Pull complete [2021-02-09T17:56:37.900Z] 85a0685a4137: Pull complete [2021-02-09T17:56:37.900Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-09T17:56:37.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-09T17:56:37.900Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-09T17:56:38.151Z] prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container [2021-02-09T17:56:38.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-09T17:56:39.457Z] $ docker top df0a221da8d75b6c423758968b653d354e3271911a697cdd8694a65e00ca7a00 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T17:56:39.704Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-09T17:56:40.035Z] + set -o pipefail [2021-02-09T17:56:40.035Z] + snyk monitor '--org=edgex-jenkins' [2021-02-09T17:56:52.338Z] [2021-02-09T17:56:52.338Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-02-09T17:56:52.338Z] [2021-02-09T17:56:52.338Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/901c0038-3e3c-415e-aa18-07b494329a30 [2021-02-09T17:56:52.338Z] [2021-02-09T17:56:52.338Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-09T17:56:52.338Z] [2021-02-09T17:56:52.338Z] [Pipeline] } [2021-02-09T17:56:52.379Z] $ docker stop --time=1 df0a221da8d75b6c423758968b653d354e3271911a697cdd8694a65e00ca7a00 [2021-02-09T17:56:55.234Z] $ docker rm -f df0a221da8d75b6c423758968b653d354e3271911a697cdd8694a65e00ca7a00 [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-09T17:56:57.271Z] + git log --format=format:%s -1 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:57.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:56:57.587Z] . [Pipeline] withDockerContainer [2021-02-09T17:56:57.696Z] prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container [2021-02-09T17:56:57.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T17:56:58.679Z] $ docker top ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T17:56:58.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:56:58.992Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:56:59.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:56:59.263Z] $ docker exec ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 ssh-agent [2021-02-09T17:56:59.460Z] SSH_AUTH_SOCK=/tmp/ssh-lKKCyGcNdnmL/agent.11 [2021-02-09T17:56:59.460Z] SSH_AGENT_PID=16 [2021-02-09T17:56:59.479Z] Running ssh-add (command line suppressed) [2021-02-09T17:56:59.639Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_59429936023120070.key (/w/workspace/_app-service-configurable_master@tmp/private_key_59429936023120070.key) [2021-02-09T17:56:59.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:57:00.155Z] + git semver tag [2021-02-09T17:57:00.155Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T17:57:00.155Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-09T17:57:00.155Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-09T17:57:00.155Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T17:57:00.155Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T17:57:00.155Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T17:57:00.155Z] # $SEMVER_BRANCH = master [2021-02-09T17:57:00.155Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-09T17:57:00.155Z] # 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 HEAD [2021-02-09T17:57:00.155Z] # -> Force: false [2021-02-09T17:57:00.155Z] # c55005232455289962e082bf869fb8face4ec580 refs/tags/v2.0.0-dev.15 [Pipeline] } [2021-02-09T17:57:00.196Z] $ docker exec --env ******** --env ******** ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 ssh-agent -k [2021-02-09T17:57:00.319Z] unset SSH_AUTH_SOCK; [2021-02-09T17:57:00.320Z] unset SSH_AGENT_PID; [2021-02-09T17:57:00.320Z] echo Agent pid 16 killed; [2021-02-09T17:57:00.371Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:57:01.224Z] + git semver [Pipeline] } [2021-02-09T17:57:01.295Z] $ docker stop --time=1 ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 [2021-02-09T17:57:02.653Z] $ docker rm -f ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:57:03.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-09T17:57:03.343Z] [2021-02-09T17:57:03.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:57:03.742Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-09T17:57:03.742Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-09T17:57:03.742Z] ab5ef0e58194: Pulling fs layer [2021-02-09T17:57:03.742Z] 9712f1f96733: Pulling fs layer [2021-02-09T17:57:03.742Z] 63f879dbbcfc: Pulling fs layer [2021-02-09T17:57:03.742Z] 0d9ebad4ef96: Pulling fs layer [2021-02-09T17:57:03.742Z] e9a5061849ea: Pulling fs layer [2021-02-09T17:57:03.742Z] d747dcd14b5f: Pulling fs layer [2021-02-09T17:57:03.742Z] 2de7ff778b66: Pulling fs layer [2021-02-09T17:57:03.742Z] e9a5061849ea: Waiting [2021-02-09T17:57:03.742Z] d747dcd14b5f: Waiting [2021-02-09T17:57:03.742Z] 2de7ff778b66: Waiting [2021-02-09T17:57:03.742Z] 0d9ebad4ef96: Waiting [2021-02-09T17:57:03.742Z] 9712f1f96733: Verifying Checksum [2021-02-09T17:57:03.742Z] 9712f1f96733: Download complete [2021-02-09T17:57:05.736Z] 63f879dbbcfc: Verifying Checksum [2021-02-09T17:57:05.736Z] 63f879dbbcfc: Download complete [2021-02-09T17:57:05.736Z] e9a5061849ea: Verifying Checksum [2021-02-09T17:57:05.736Z] e9a5061849ea: Download complete [2021-02-09T17:57:05.736Z] d747dcd14b5f: Verifying Checksum [2021-02-09T17:57:05.736Z] d747dcd14b5f: Download complete [2021-02-09T17:57:06.371Z] 0d9ebad4ef96: Verifying Checksum [2021-02-09T17:57:06.371Z] 0d9ebad4ef96: Download complete [2021-02-09T17:57:06.371Z] 2de7ff778b66: Verifying Checksum [2021-02-09T17:57:06.371Z] 2de7ff778b66: Download complete [2021-02-09T17:57:07.027Z] ab5ef0e58194: Verifying Checksum [2021-02-09T17:57:07.027Z] ab5ef0e58194: Download complete [2021-02-09T17:57:12.505Z] ab5ef0e58194: Pull complete [2021-02-09T17:57:12.505Z] 9712f1f96733: Pull complete [2021-02-09T17:57:15.197Z] 63f879dbbcfc: Pull complete [2021-02-09T17:57:23.983Z] 0d9ebad4ef96: Pull complete [2021-02-09T17:57:25.035Z] e9a5061849ea: Pull complete [2021-02-09T17:57:25.035Z] d747dcd14b5f: Pull complete [2021-02-09T17:57:27.667Z] 2de7ff778b66: Pull complete [2021-02-09T17:57:27.667Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-09T17:57:27.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-09T17:57:27.667Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-09T17:57:27.992Z] prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container [2021-02-09T17:57:28.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-09T17:57:31.981Z] $ docker top 184b6690874586f9d78cb5a3d6c937fd348d583f859584989da631046e0e98f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-09T17:57:32.289Z] provisioning config files... [2021-02-09T17:57:32.309Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5903671620895300631tmp [2021-02-09T17:57:32.352Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config6924618832136914692tmp [2021-02-09T17:57:32.432Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7354023503249380403tmp [Pipeline] { [Pipeline] echo [2021-02-09T17:57:32.498Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:57:32.861Z] ---> sigul-configuration.sh [2021-02-09T17:57:32.861Z] gpg: directory `/root/.gnupg' created [2021-02-09T17:57:32.862Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-09T17:57:32.862Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-09T17:57:32.862Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-09T17:57:32.862Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-09T17:57:32.862Z] gpg: CAST5 encrypted data [2021-02-09T17:57:33.146Z] gpg: encrypted with 1 passphrase [2021-02-09T17:57:33.146Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-09T17:57:33.495Z] + mkdir /home/jenkins [2021-02-09T17:57:33.495Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-09T17:57:33.848Z] + 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-09T17:57:33.871Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:57:34.281Z] ---> sigul-install.sh [2021-02-09T17:57:41.530Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-09T17:57:42.235Z] + git tag --list [2021-02-09T17:57:42.235Z] v1.0.0 [2021-02-09T17:57:42.235Z] v1.1.0 [2021-02-09T17:57:42.235Z] v1.2.0 [2021-02-09T17:57:42.235Z] v1.3.0 [2021-02-09T17:57:42.235Z] v1.3.1 [2021-02-09T17:57:42.235Z] v1.3.1-dev.1 [2021-02-09T17:57:42.235Z] v1.3.1-dev.2 [2021-02-09T17:57:42.235Z] v1.3.1-dev.3 [2021-02-09T17:57:42.235Z] v2.0.0-dev.1 [2021-02-09T17:57:42.235Z] v2.0.0-dev.10 [2021-02-09T17:57:42.235Z] v2.0.0-dev.11 [2021-02-09T17:57:42.235Z] v2.0.0-dev.12 [2021-02-09T17:57:42.235Z] v2.0.0-dev.13 [2021-02-09T17:57:42.235Z] v2.0.0-dev.14 [2021-02-09T17:57:42.235Z] v2.0.0-dev.15 [2021-02-09T17:57:42.235Z] v2.0.0-dev.2 [2021-02-09T17:57:42.235Z] v2.0.0-dev.3 [2021-02-09T17:57:42.235Z] v2.0.0-dev.4 [2021-02-09T17:57:42.235Z] v2.0.0-dev.5 [2021-02-09T17:57:42.235Z] v2.0.0-dev.6 [2021-02-09T17:57:42.235Z] v2.0.0-dev.7 [2021-02-09T17:57:42.235Z] v2.0.0-dev.8 [2021-02-09T17:57:42.235Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-09T17:57:43.057Z] + lftools sign git-tag v2.0.0-dev.15 [2021-02-09T17:57:44.069Z] Signing Git tag with Sigul... [2021-02-09T17:57:44.069Z] Signing v2.0.0-dev.15 [Pipeline] echo [2021-02-09T17:57:45.582Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:57:45.964Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-09T17:57:45.978Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-09T17:57:46.089Z] $ docker stop --time=1 184b6690874586f9d78cb5a3d6c937fd348d583f859584989da631046e0e98f5 [2021-02-09T17:57:48.191Z] $ docker rm -f 184b6690874586f9d78cb5a3d6c937fd348d583f859584989da631046e0e98f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:57:49.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:57:49.094Z] . [Pipeline] withDockerContainer [2021-02-09T17:57:49.220Z] prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container [2021-02-09T17:57:49.290Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T17:57:50.043Z] $ docker top 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T17:57:50.483Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:57:50.483Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:57:50.706Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:57:50.715Z] $ docker exec 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 ssh-agent [2021-02-09T17:57:50.923Z] SSH_AUTH_SOCK=/tmp/ssh-uq2yMU2SMxHh/agent.11 [2021-02-09T17:57:50.923Z] SSH_AGENT_PID=17 [2021-02-09T17:57:50.935Z] Running ssh-add (command line suppressed) [2021-02-09T17:57:51.082Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1151307572289353026.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1151307572289353026.key) [2021-02-09T17:57:51.149Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:57:51.503Z] + git semver bump pre [2021-02-09T17:57:51.503Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T17:57:51.503Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-09T17:57:51.503Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-09T17:57:51.503Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T17:57:51.503Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T17:57:51.503Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T17:57:51.503Z] # $SEMVER_BRANCH = master [2021-02-09T17:57:51.503Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-09T17:57:51.503Z] 2.0.0-dev.16 [Pipeline] } [2021-02-09T17:57:51.523Z] $ docker exec --env ******** --env ******** 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 ssh-agent -k [2021-02-09T17:57:51.648Z] unset SSH_AUTH_SOCK; [2021-02-09T17:57:51.648Z] unset SSH_AGENT_PID; [2021-02-09T17:57:51.648Z] echo Agent pid 17 killed; [2021-02-09T17:57:51.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:57:52.234Z] + git semver [Pipeline] } [2021-02-09T17:57:52.285Z] $ docker stop --time=1 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 [2021-02-09T17:57:53.646Z] $ docker rm -f 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:57:54.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:57:54.205Z] . [Pipeline] withDockerContainer [2021-02-09T17:57:54.317Z] prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container [2021-02-09T17:57:54.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T17:57:55.124Z] $ docker top 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T17:57:55.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:57:55.980Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:57:56.220Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:57:56.229Z] $ docker exec 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 ssh-agent [2021-02-09T17:57:56.414Z] SSH_AUTH_SOCK=/tmp/ssh-eyGkzcTfIiqZ/agent.12 [2021-02-09T17:57:56.414Z] SSH_AGENT_PID=17 [2021-02-09T17:57:56.423Z] Running ssh-add (command line suppressed) [2021-02-09T17:57:56.561Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3796965050916977987.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3796965050916977987.key) [2021-02-09T17:57:56.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:57:56.966Z] + git semver push [2021-02-09T17:57:56.966Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T17:57:56.966Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-09T17:57:56.966Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-09T17:57:56.966Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T17:57:56.966Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T17:57:56.966Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T17:57:56.966Z] # $SEMVER_BRANCH = master [2021-02-09T17:57:56.966Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-09T17:58:03.684Z] $ docker exec --env ******** --env ******** 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 ssh-agent -k [2021-02-09T17:58:03.889Z] unset SSH_AUTH_SOCK; [2021-02-09T17:58:03.889Z] unset SSH_AGENT_PID; [2021-02-09T17:58:03.889Z] echo Agent pid 17 killed; [2021-02-09T17:58:03.991Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:58:04.546Z] + git semver [Pipeline] } [2021-02-09T17:58:04.583Z] $ docker stop --time=1 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 [2021-02-09T17:58:06.009Z] $ docker rm -f 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 [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-09T17:58:07.739Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:58:08.640Z] ---> package-listing.sh [2021-02-09T17:58:08.640Z] ++ facter osfamily [2021-02-09T17:58:08.640Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T17:58:08.640Z] + OS_FAMILY=redhat [2021-02-09T17:58:08.640Z] + workspace=/w/workspace/_app-service-configurable_master [2021-02-09T17:58:08.640Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T17:58:08.640Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T17:58:08.640Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T17:58:08.640Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T17:58:08.640Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-09T17:58:08.640Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T17:58:08.640Z] + case "${OS_FAMILY}" in [2021-02-09T17:58:08.640Z] + rpm -qa [2021-02-09T17:58:08.640Z] + sort [2021-02-09T17:58:14.133Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T17:58:14.133Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T17:58:14.133Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T17:58:14.133Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-09T17:58:14.133Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-02-09T17:58:14.133Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-02-09T17:58:14.155Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T17:58:14.466Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:58:14.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T17:58:14.782Z] [2021-02-09T17:58:14.782Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:58:15.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T17:58:15.137Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T17:58:15.137Z] df20fa9351a1: Pulling fs layer [2021-02-09T17:58:15.137Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T17:58:15.137Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T17:58:15.137Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T17:58:15.137Z] 93b61091891f: Pulling fs layer [2021-02-09T17:58:15.137Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T17:58:15.137Z] 5e14af77c1be: Pulling fs layer [2021-02-09T17:58:15.137Z] 01666e4c0597: Pulling fs layer [2021-02-09T17:58:15.137Z] aa168da1d23b: Pulling fs layer [2021-02-09T17:58:15.137Z] 93b9cdb0e59b: Waiting [2021-02-09T17:58:15.137Z] 5e14af77c1be: Waiting [2021-02-09T17:58:15.137Z] 01666e4c0597: Waiting [2021-02-09T17:58:15.137Z] aa168da1d23b: Waiting [2021-02-09T17:58:15.137Z] 93b61091891f: Waiting [2021-02-09T17:58:15.137Z] 46f8f816bc3b: Waiting [2021-02-09T17:58:15.137Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T17:58:15.137Z] 36b3adc4ff6f: Download complete [2021-02-09T17:58:15.137Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T17:58:15.137Z] 46f8f816bc3b: Download complete [2021-02-09T17:58:15.137Z] df20fa9351a1: Verifying Checksum [2021-02-09T17:58:15.137Z] df20fa9351a1: Download complete [2021-02-09T17:58:15.409Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T17:58:15.409Z] 93b9cdb0e59b: Download complete [2021-02-09T17:58:15.409Z] 5e14af77c1be: Verifying Checksum [2021-02-09T17:58:15.409Z] 5e14af77c1be: Download complete [2021-02-09T17:58:15.409Z] 01666e4c0597: Verifying Checksum [2021-02-09T17:58:15.409Z] 01666e4c0597: Download complete [2021-02-09T17:58:15.409Z] 93b61091891f: Verifying Checksum [2021-02-09T17:58:15.409Z] 93b61091891f: Download complete [2021-02-09T17:58:15.409Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T17:58:15.409Z] 8ad3a11d3b57: Download complete [2021-02-09T17:58:15.678Z] df20fa9351a1: Pull complete [2021-02-09T17:58:15.942Z] 36b3adc4ff6f: Pull complete [2021-02-09T17:58:16.914Z] 8ad3a11d3b57: Pull complete [2021-02-09T17:58:16.914Z] 46f8f816bc3b: Pull complete [2021-02-09T17:58:17.501Z] aa168da1d23b: Verifying Checksum [2021-02-09T17:58:17.501Z] aa168da1d23b: Download complete [2021-02-09T17:58:18.091Z] 93b61091891f: Pull complete [2021-02-09T17:58:18.354Z] 93b9cdb0e59b: Pull complete [2021-02-09T17:58:18.354Z] 5e14af77c1be: Pull complete [2021-02-09T17:58:18.619Z] 01666e4c0597: Pull complete [2021-02-09T17:58:26.853Z] aa168da1d23b: Pull complete [2021-02-09T17:58:26.853Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T17:58:26.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T17:58:26.853Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T17:58:27.074Z] prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container [2021-02-09T17:58:27.136Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-09T17:58:30.099Z] $ docker top a89f633ee9387ff142e2df468dd9acef753a89d0dd9e7818cf2b12271987a36e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:58:30.600Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T17:58:30.906Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T17:58:31.215Z] + ls /var/log/sa-host [2021-02-09T17:58:31.215Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T17:58:31.215Z] file_magic: OK [2021-02-09T17:58:31.215Z] HZ: Using current value: 100 [2021-02-09T17:58:31.215Z] file_header: OK [2021-02-09T17:58:31.215Z] 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-09T17:58:31.215Z] Statistics: [2021-02-09T17:58:31.215Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-09T17:58:31.215Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T17:58:31.215Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T17:58:31.215Z] file_magic: OK [2021-02-09T17:58:31.215Z] HZ: Using current value: 100 [2021-02-09T17:58:31.215Z] file_header: OK [2021-02-09T17:58:31.215Z] 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-09T17:58:31.215Z] Statistics: [2021-02-09T17:58:31.215Z] Hnuu...uuuununununu... [2021-02-09T17:58:31.215Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T17:58:31.877Z] provisioning config files... [2021-02-09T17:58:31.904Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5982053595348515490tmp [Pipeline] { [Pipeline] echo [2021-02-09T17:58:31.982Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:58:32.291Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T17:58:32.303Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T17:58:32.396Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:58:32.699Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T17:58:32.711Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:58:33.021Z] ---> sudo-logs.sh [2021-02-09T17:58:33.021Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T17:58:33.038Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:58:33.357Z] ---> job-cost.sh [2021-02-09T17:58:33.358Z] lf-activate-venv: SKIPPING [2021-02-09T17:58:33.358Z] INFO: No Stack... [2021-02-09T17:58:34.306Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T17:58:34.573Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T17:58:34.591Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:58:34.909Z] ---> logs-deploy.sh [2021-02-09T17:58:34.909Z] lf-activate-venv: SKIPPING [2021-02-09T17:58:34.909Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/81 [2021-02-09T17:58:34.909Z] INFO: archiving workspace using pattern(s): [2021-02-09T17:58:36.846Z] Archives upload complete. [2021-02-09T17:58:36.846Z] INFO: archiving logs to Nexus [2021-02-09T17:58:37.827Z] ---> uname -a: [2021-02-09T17:58:37.827Z] Linux prd-centos7-docker-4c-2g-25807.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-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] ---> lscpu: [2021-02-09T17:58:37.827Z] Architecture: x86_64 [2021-02-09T17:58:37.827Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-09T17:58:37.827Z] Byte Order: Little Endian [2021-02-09T17:58:37.827Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-09T17:58:37.827Z] CPU(s): 4 [2021-02-09T17:58:37.827Z] On-line CPU(s) list: 0-3 [2021-02-09T17:58:37.827Z] Thread(s) per core: 1 [2021-02-09T17:58:37.827Z] Core(s) per socket: 1 [2021-02-09T17:58:37.827Z] Socket(s): 4 [2021-02-09T17:58:37.827Z] NUMA node(s): 1 [2021-02-09T17:58:37.827Z] Vendor ID: GenuineIntel [2021-02-09T17:58:37.827Z] CPU family: 6 [2021-02-09T17:58:37.827Z] Model: 44 [2021-02-09T17:58:37.827Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-09T17:58:37.827Z] Stepping: 1 [2021-02-09T17:58:37.827Z] CPU MHz: 2933.436 [2021-02-09T17:58:37.827Z] BogoMIPS: 5866.87 [2021-02-09T17:58:37.827Z] Virtualization: VT-x [2021-02-09T17:58:37.827Z] Hypervisor vendor: KVM [2021-02-09T17:58:37.827Z] Virtualization type: full [2021-02-09T17:58:37.827Z] L1d cache: 128 KiB [2021-02-09T17:58:37.827Z] L1i cache: 128 KiB [2021-02-09T17:58:37.827Z] L2 cache: 16 MiB [2021-02-09T17:58:37.827Z] L3 cache: 64 MiB [2021-02-09T17:58:37.827Z] NUMA node0 CPU(s): 0-3 [2021-02-09T17:58:37.827Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-09T17:58:37.827Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-09T17:58:37.827Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-09T17:58:37.827Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-09T17:58:37.827Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-09T17:58:37.827Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-09T17:58:37.827Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-09T17:58:37.827Z] Vulnerability Srbds: Not affected [2021-02-09T17:58:37.827Z] Vulnerability Tsx async abort: Not affected [2021-02-09T17:58:37.827Z] 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-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] ---> nproc: [2021-02-09T17:58:37.827Z] 4 [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] ---> df -h: [2021-02-09T17:58:37.827Z] Filesystem Size Used Available Use% Mounted on [2021-02-09T17:58:37.827Z] overlay 50.0G 8.5G 41.4G 17% / [2021-02-09T17:58:37.827Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-09T17:58:37.827Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-09T17:58:37.827Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-02-09T17:58:37.827Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] ---> free -m: [2021-02-09T17:58:37.827Z] total used free shared buff/cache available [2021-02-09T17:58:37.827Z] Mem: 1837 823 150 0 863 949 [2021-02-09T17:58:37.827Z] Swap: 1023 3 1020 [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] ---> ip addr: [2021-02-09T17:58:37.827Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-09T17:58:37.827Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-09T17:58:37.827Z] inet 127.0.0.1/8 scope host lo [2021-02-09T17:58:37.827Z] valid_lft forever preferred_lft forever [2021-02-09T17:58:37.827Z] inet6 ::1/128 scope host [2021-02-09T17:58:37.827Z] valid_lft forever preferred_lft forever [2021-02-09T17:58:37.827Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-09T17:58:37.827Z] link/ether fa:16:3e:03:65:9c brd ff:ff:ff:ff:ff:ff [2021-02-09T17:58:37.827Z] inet 10.30.122.64/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-09T17:58:37.827Z] valid_lft 85854sec preferred_lft 85854sec [2021-02-09T17:58:37.827Z] inet6 fe80::f816:3eff:fe03:659c/64 scope link [2021-02-09T17:58:37.827Z] valid_lft forever preferred_lft forever [2021-02-09T17:58:37.827Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-09T17:58:37.827Z] link/ether 02:42:c6:1f:fc:26 brd ff:ff:ff:ff:ff:ff [2021-02-09T17:58:37.827Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-09T17:58:37.827Z] valid_lft forever preferred_lft forever [2021-02-09T17:58:37.827Z] inet6 fe80::42:c6ff:fe1f:fc26/64 scope link [2021-02-09T17:58:37.827Z] valid_lft forever preferred_lft forever [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] ---> sar -b -r -n DEV: [2021-02-09T17:58:37.827Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] 17:49:21 LINUX RESTART (4 CPU) [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] 17:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-09T17:58:37.827Z] 17:51:01 45.11 12.63 32.48 0.00 4596.34 3095.28 0.00 [2021-02-09T17:58:37.827Z] 17:52:01 1.83 0.00 1.83 0.00 0.00 33.92 0.00 [2021-02-09T17:58:37.827Z] 17:53:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 [2021-02-09T17:58:37.827Z] 17:54:01 0.53 0.00 0.53 0.00 0.00 6.96 0.00 [2021-02-09T17:58:37.827Z] 17:55:01 0.17 0.00 0.17 0.00 0.00 1.55 0.00 [2021-02-09T17:58:37.827Z] 17:56:01 0.35 0.00 0.35 0.00 0.00 4.83 0.00 [2021-02-09T17:58:37.827Z] 17:57:01 305.26 185.51 119.75 0.00 8957.36 36142.97 0.00 [2021-02-09T17:58:37.827Z] 17:58:01 203.94 64.25 139.69 0.00 4075.75 33176.24 0.00 [2021-02-09T17:58:37.827Z] Average: 69.75 32.85 36.90 0.00 2199.38 9073.55 0.00 [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] 17:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-09T17:58:37.827Z] 17:51:01 172448 0 612240 32.54 2620 1094236 1105040 37.71 420916 1088044 136 [2021-02-09T17:58:37.827Z] 17:52:01 178376 0 606304 32.22 2620 1094244 1077868 36.79 422416 1081216 8 [2021-02-09T17:58:37.827Z] 17:53:01 175980 0 608696 32.35 2620 1094248 1078036 36.79 421840 1084464 8 [2021-02-09T17:58:37.827Z] 17:54:01 176024 0 608596 32.35 2620 1094304 1078064 36.79 440120 1066060 16 [2021-02-09T17:58:37.827Z] 17:55:01 176892 0 607776 32.30 2620 1094256 1077992 36.79 436696 1068968 20 [2021-02-09T17:58:37.827Z] 17:56:01 176396 0 608268 32.33 2620 1094260 1077992 36.79 449800 1056024 8 [2021-02-09T17:58:37.827Z] 17:57:01 186944 0 709020 37.68 1972 983608 1375172 46.93 538192 905388 48 [2021-02-09T17:58:37.827Z] 17:58:01 239128 0 777144 41.30 1492 863780 1293816 44.16 572944 733348 48 [2021-02-09T17:58:37.827Z] Average: 185274 0 642256 34.13 2398 1051617 1145498 39.09 462866 1010439 36 [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] 17:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-09T17:58:37.827Z] 17:51:01 eth0 183.77 128.18 485.20 50.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:51:01 docker0 2.18 1.84 0.43 4.26 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:52:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:53:01 eth0 1.07 0.43 0.32 0.21 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:54:01 eth0 0.57 0.45 0.31 0.21 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:55:01 eth0 0.20 0.15 0.08 0.04 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:56:01 eth0 0.73 0.20 0.12 0.04 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:57:01 eth0 471.43 410.32 4294.14 42.49 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:57:01 veth7c96a5a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:57:01 docker0 41.09 40.42 3.62 194.02 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:58:01 eth0 409.67 353.60 3459.27 95.42 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:58:01 veth67c559b 1.81 1.35 0.30 0.26 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] 17:58:01 docker0 29.17 32.63 1.87 217.56 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] Average: eth0 133.46 111.68 1031.43 23.50 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] Average: veth67c559b 0.23 0.17 0.04 0.03 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] Average: docker0 9.07 9.38 0.74 52.10 0.00 0.00 0.00 0.00 [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] ---> sar -P ALL: [2021-02-09T17:58:37.827Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] 17:49:21 LINUX RESTART (4 CPU) [2021-02-09T17:58:37.827Z] [2021-02-09T17:58:37.827Z] 17:50:02 CPU %user %nice %system %iowait %steal %idle [2021-02-09T17:58:37.827Z] 17:51:01 all 3.94 0.00 2.61 1.14 0.15 92.16 [2021-02-09T17:58:37.827Z] 17:51:01 0 4.30 0.00 2.96 0.14 0.15 92.45 [2021-02-09T17:58:37.827Z] 17:51:01 1 4.09 0.00 2.47 1.75 0.12 91.58 [2021-02-09T17:58:37.827Z] 17:51:01 2 3.26 0.00 2.14 1.59 0.12 92.89 [2021-02-09T17:58:37.827Z] 17:51:01 3 4.12 0.00 2.89 1.09 0.19 91.70 [2021-02-09T17:58:37.827Z] 17:52:01 all 0.16 0.00 0.05 0.00 0.04 99.75 [2021-02-09T17:58:37.827Z] 17:52:01 0 0.07 0.00 0.05 0.00 0.03 99.85 [2021-02-09T17:58:37.827Z] 17:52:01 1 0.07 0.00 0.08 0.00 0.07 99.78 [2021-02-09T17:58:37.827Z] 17:52:01 2 0.48 0.00 0.05 0.00 0.02 99.45 [2021-02-09T17:58:37.827Z] 17:52:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2021-02-09T17:58:37.827Z] 17:53:01 all 0.18 0.00 0.20 0.00 0.03 99.59 [2021-02-09T17:58:37.827Z] 17:53:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-09T17:58:37.827Z] 17:53:01 1 0.12 0.00 0.23 0.00 0.08 99.57 [2021-02-09T17:58:37.827Z] 17:53:01 2 0.50 0.00 0.43 0.00 0.02 99.05 [2021-02-09T17:58:37.827Z] 17:53:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2021-02-09T17:58:37.827Z] 17:54:01 all 0.10 0.00 0.05 0.00 0.01 99.85 [2021-02-09T17:58:37.827Z] 17:54:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2021-02-09T17:58:37.827Z] 17:54:01 1 0.03 0.00 0.08 0.00 0.02 99.87 [2021-02-09T17:58:37.827Z] 17:54:01 2 0.25 0.00 0.05 0.00 0.02 99.68 [2021-02-09T17:58:37.827Z] 17:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T17:58:37.827Z] 17:55:01 all 0.17 0.00 0.09 0.00 0.01 99.73 [2021-02-09T17:58:37.827Z] 17:55:01 0 0.08 0.00 0.10 0.00 0.02 99.80 [2021-02-09T17:58:37.827Z] 17:55:01 1 0.08 0.00 0.10 0.00 0.02 99.80 [2021-02-09T17:58:37.827Z] 17:55:01 2 0.48 0.00 0.05 0.00 0.02 99.45 [2021-02-09T17:58:37.827Z] 17:55:01 3 0.05 0.00 0.10 0.00 0.00 99.85 [2021-02-09T17:58:37.827Z] 17:56:01 all 0.10 0.00 0.10 0.00 0.00 99.80 [2021-02-09T17:58:37.827Z] 17:56:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-09T17:58:37.828Z] 17:56:01 1 0.05 0.00 0.22 0.00 0.02 99.72 [2021-02-09T17:58:37.828Z] 17:56:01 2 0.28 0.00 0.10 0.00 0.00 99.62 [2021-02-09T17:58:37.828Z] 17:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T17:58:37.828Z] 17:57:01 all 10.73 0.00 8.24 2.75 0.36 77.92 [2021-02-09T17:58:37.828Z] 17:57:01 0 11.56 0.00 8.75 2.11 0.28 77.30 [2021-02-09T17:58:37.828Z] 17:57:01 1 10.35 0.00 7.60 3.88 0.34 77.83 [2021-02-09T17:58:37.828Z] 17:57:01 2 10.84 0.00 8.81 1.84 0.39 78.12 [2021-02-09T17:58:37.828Z] 17:57:01 3 10.19 0.00 7.79 3.19 0.41 78.42 [2021-02-09T17:58:37.828Z] 17:58:01 all 11.84 0.00 9.00 2.41 0.25 76.50 [2021-02-09T17:58:37.828Z] 17:58:01 0 10.74 0.00 8.63 2.18 0.24 78.21 [2021-02-09T17:58:37.828Z] 17:58:01 1 13.74 0.00 9.59 2.51 0.22 73.93 [2021-02-09T17:58:37.828Z] 17:58:01 2 10.62 0.00 7.86 2.07 0.24 79.20 [2021-02-09T17:58:37.828Z] 17:58:01 3 12.27 0.00 9.92 2.87 0.27 74.67 [2021-02-09T17:58:37.828Z] Average: all 3.34 0.00 2.49 0.77 0.10 93.29 [2021-02-09T17:58:37.828Z] Average: 0 3.29 0.00 2.52 0.54 0.09 93.56 [2021-02-09T17:58:37.828Z] Average: 1 3.50 0.00 2.50 1.00 0.11 92.89 [2021-02-09T17:58:37.828Z] Average: 2 3.29 0.00 2.40 0.68 0.10 93.54 [2021-02-09T17:58:37.828Z] Average: 3 3.29 0.00 2.56 0.88 0.11 93.16 [2021-02-09T17:58:37.828Z] [2021-02-09T17:58:37.828Z] [2021-02-09T17:58:37.828Z]