Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27710’ Running on prd-centos7-docker-4c-2g-27713 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 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" > git rev-list --no-walk 50a23fb25f057f24c09903bc43e33ee9cf0b091d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-25T20:36:11.977Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-25T20:36:12.224Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-25T20:36:12.317Z] ========================================================= [2021-02-25T20:36:12.317Z] EdgeX Global Pipelines Version Info [2021-02-25T20:36:12.317Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:36:13.773Z] ------------------- [2021-02-25T20:36:13.774Z] stable info: [2021-02-25T20:36:13.774Z] ------------------- [2021-02-25T20:36:13.774Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-25T20:36:13.774Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-25T20:36:13.774Z] Message: update stable to v1.0.182 [2021-02-25T20:36:14.719Z] ------------------- [2021-02-25T20:36:14.719Z] experimental info: [2021-02-25T20:36:14.719Z] ------------------- [2021-02-25T20:36:14.719Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-25T20:36:14.719Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-25T20:36:14.719Z] Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-25T20:36:14.969Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-25T20:36:15.051Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-25T20:36:15.140Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-25T20:36:15.237Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-25T20:36:15.322Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-25T20:36:15.409Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-25T20:36:15.491Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-25T20:36:15.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-25T20:36:15.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-25T20:36:15.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-25T20:36:15.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-25T20:36:17.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-25T20:36:17.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-25T20:36:17.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-25T20:36:17.592Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T20:36:17.681Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T20:36:17.764Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T20:36:17.855Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-25T20:36:17.937Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-25T20:36:18.031Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-25T20:36:18.115Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-25T20:36:18.198Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-25T20:36:18.285Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-25T20:36:18.370Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-25T20:36:18.451Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-25T20:36:18.540Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-25T20:36:18.630Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-25T20:36:18.720Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-25T20:36:18.834Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-25T20:36:18.928Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo [2021-02-25T20:36:19.011Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a27a6a [Pipeline] echo [2021-02-25T20:36:19.098Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T20:36:19.273Z] provisioning config files... [2021-02-25T20:36:19.303Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2000138100069345325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:36:19.662Z] ---> docker-login.sh [2021-02-25T20:36:19.663Z] nexus3.edgexfoundry.org:10001 [2021-02-25T20:36:19.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:36:19.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:36:19.926Z] Configure a credential helper to remove this warning. See [2021-02-25T20:36:19.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:36:19.926Z] [2021-02-25T20:36:19.926Z] Login Succeeded [2021-02-25T20:36:19.926Z] nexus3.edgexfoundry.org:10002 [2021-02-25T20:36:20.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:36:20.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:36:20.188Z] Configure a credential helper to remove this warning. See [2021-02-25T20:36:20.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:36:20.188Z] [2021-02-25T20:36:20.188Z] Login Succeeded [2021-02-25T20:36:20.188Z] nexus3.edgexfoundry.org:10003 [2021-02-25T20:36:20.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:36:20.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:36:20.450Z] Configure a credential helper to remove this warning. See [2021-02-25T20:36:20.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:36:20.450Z] [2021-02-25T20:36:20.450Z] Login Succeeded [2021-02-25T20:36:20.450Z] nexus3.edgexfoundry.org:10004 [2021-02-25T20:36:20.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:36:20.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:36:20.712Z] Configure a credential helper to remove this warning. See [2021-02-25T20:36:20.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:36:20.712Z] [2021-02-25T20:36:20.712Z] Login Succeeded [2021-02-25T20:36:20.712Z] docker.io [2021-02-25T20:36:20.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:36:20.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:36:20.975Z] Configure a credential helper to remove this warning. See [2021-02-25T20:36:20.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:36:20.975Z] [2021-02-25T20:36:20.975Z] Login Succeeded [2021-02-25T20:36:20.975Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T20:36:20.984Z] 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-25T20:36:21.950Z] + git log --format=format:%s -1 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo [2021-02-25T20:36:22.021Z] GIT_COMMIT: 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2, Commit Message: refactor: Update profiles for refactored http export with secret header (#198) [Pipeline] echo [2021-02-25T20:36:22.079Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:36:22.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T20:36:22.686Z] [2021-02-25T20:36:22.686Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:36:23.116Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T20:36:23.116Z] latest: Pulling from edgex-devops/git-semver [2021-02-25T20:36:23.116Z] 31603596830f: Pulling fs layer [2021-02-25T20:36:23.116Z] 2a8b12db71e7: Pulling fs layer [2021-02-25T20:36:23.116Z] 6ca5941a6612: Pulling fs layer [2021-02-25T20:36:23.116Z] ecc8261a40a4: Pulling fs layer [2021-02-25T20:36:23.116Z] ecc8261a40a4: Waiting [2021-02-25T20:36:23.116Z] 2a8b12db71e7: Verifying Checksum [2021-02-25T20:36:23.116Z] 2a8b12db71e7: Download complete [2021-02-25T20:36:23.390Z] 31603596830f: Verifying Checksum [2021-02-25T20:36:23.390Z] 31603596830f: Download complete [2021-02-25T20:36:23.390Z] ecc8261a40a4: Verifying Checksum [2021-02-25T20:36:23.390Z] ecc8261a40a4: Download complete [2021-02-25T20:36:23.390Z] 6ca5941a6612: Verifying Checksum [2021-02-25T20:36:23.390Z] 6ca5941a6612: Download complete [2021-02-25T20:36:23.656Z] 31603596830f: Pull complete [2021-02-25T20:36:23.918Z] 2a8b12db71e7: Pull complete [2021-02-25T20:36:24.870Z] 6ca5941a6612: Pull complete [2021-02-25T20:36:25.137Z] ecc8261a40a4: Pull complete [2021-02-25T20:36:25.137Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-25T20:36:25.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T20:36:25.137Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-25T20:36:25.243Z] prd-centos7-docker-4c-2g-27713 does not seem to be running inside a container [2021-02-25T20:36:25.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T20:36:27.598Z] $ docker top 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T20:36:27.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T20:36:27.900Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T20:36:28.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T20:36:28.136Z] $ docker exec 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 ssh-agent [2021-02-25T20:36:28.317Z] SSH_AUTH_SOCK=/tmp/ssh-zQNX2tXXXhk3/agent.12 [2021-02-25T20:36:28.317Z] SSH_AGENT_PID=18 [2021-02-25T20:36:28.328Z] Running ssh-add (command line suppressed) [2021-02-25T20:36:28.451Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5640476640119197072.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5640476640119197072.key) [2021-02-25T20:36:28.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T20:36:28.851Z] + git tag --points-at HEAD [Pipeline] } [2021-02-25T20:36:28.876Z] $ docker exec --env ******** --env ******** 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 ssh-agent -k [2021-02-25T20:36:29.011Z] unset SSH_AUTH_SOCK; [2021-02-25T20:36:29.012Z] unset SSH_AGENT_PID; [2021-02-25T20:36:29.012Z] echo Agent pid 18 killed; [2021-02-25T20:36:29.062Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-25T20:36:29.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T20:36:29.245Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T20:36:29.431Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T20:36:29.435Z] $ docker exec 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 ssh-agent [2021-02-25T20:36:29.604Z] SSH_AUTH_SOCK=/tmp/ssh-QqcUs90wi7W2/agent.48 [2021-02-25T20:36:29.604Z] SSH_AGENT_PID=53 [2021-02-25T20:36:29.611Z] Running ssh-add (command line suppressed) [2021-02-25T20:36:29.748Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7981626373197174482.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7981626373197174482.key) [2021-02-25T20:36:29.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T20:36:30.143Z] + git semver init [2021-02-25T20:36:30.144Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T20:36:30.144Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-25T20:36:30.144Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-25T20:36:30.144Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T20:36:30.144Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T20:36:30.144Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T20:36:30.144Z] # $SEMVER_BRANCH = master [2021-02-25T20:36:30.144Z] # $SEMVER_TEMP = /tmp/semver-671487800 [2021-02-25T20:36:30.144Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-25T20:36:30.717Z] # '/tmp/semver-671487800' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-02-25T20:36:30.717Z] # -> Force: false [2021-02-25T20:36:30.717Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-25T20:36:30.729Z] $ docker exec --env ******** --env ******** 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 ssh-agent -k [2021-02-25T20:36:30.843Z] unset SSH_AUTH_SOCK; [2021-02-25T20:36:30.843Z] unset SSH_AGENT_PID; [2021-02-25T20:36:30.843Z] echo Agent pid 53 killed; [2021-02-25T20:36:30.890Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T20:36:31.373Z] + git semver [Pipeline] } [2021-02-25T20:36:31.391Z] $ docker stop --time=1 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 [2021-02-25T20:36:32.890Z] $ docker rm -f 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T20:36:33.373Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-25T20:36:33.820Z] Stashed 1 file(s) [Pipeline] echo [2021-02-25T20:36:33.823Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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-25T20:36:49.318Z] Still waiting to schedule task [2021-02-25T20:36:49.318Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-25T20:36:49.320Z] Still waiting to schedule task [2021-02-25T20:36:49.321Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-25T20:39:16.303Z] Running on prd-centos7-docker-4c-2g-27714 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-25T20:39:16.366Z] Running in /w/workspace/app-service-configurable/85 [Pipeline] { [Pipeline] checkout [2021-02-25T20:39:18.831Z] using credential edgex-jenkins-ssh [2021-02-25T20:39:18.890Z] Cloning the remote Git repository [2021-02-25T20:39:18.724Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-25T20:39:18.796Z] > git init /w/workspace/app-service-configurable/85 # timeout=10 [2021-02-25T20:39:18.856Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-25T20:39:18.856Z] > git --version # timeout=10 [2021-02-25T20:39:18.866Z] > git --version # 'git version 2.24.3' [2021-02-25T20:39:18.867Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T20:39:18.917Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T20:39:19.512Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-25T20:39:19.526Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T20:39:19.540Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-25T20:39:19.558Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-25T20:39:19.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T20:39:19.564Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T20:39:20.037Z] Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) [2021-02-25T20:39:19.948Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T20:39:19.954Z] > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [2021-02-25T20:39:23.595Z] Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T20:39:24.998Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-25T20:39:25.327Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T20:39:25.628Z] + sudo service docker restart [2021-02-25T20:39:25.628Z] + true [2021-02-25T20:39:25.628Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T20:39:26.653Z] provisioning config files... [2021-02-25T20:39:26.681Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/85@tmp/config4554524974694798826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:39:27.052Z] ---> docker-login.sh [2021-02-25T20:39:27.052Z] nexus3.edgexfoundry.org:10001 [2021-02-25T20:39:27.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:39:27.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:39:27.315Z] Configure a credential helper to remove this warning. See [2021-02-25T20:39:27.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:39:27.315Z] [2021-02-25T20:39:27.315Z] Login Succeeded [2021-02-25T20:39:27.315Z] nexus3.edgexfoundry.org:10002 [2021-02-25T20:39:27.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:39:27.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:39:27.578Z] Configure a credential helper to remove this warning. See [2021-02-25T20:39:27.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:39:27.578Z] [2021-02-25T20:39:27.578Z] Login Succeeded [2021-02-25T20:39:27.578Z] nexus3.edgexfoundry.org:10003 [2021-02-25T20:39:27.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:39:27.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:39:27.840Z] Configure a credential helper to remove this warning. See [2021-02-25T20:39:27.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:39:27.840Z] [2021-02-25T20:39:27.840Z] Login Succeeded [2021-02-25T20:39:27.840Z] nexus3.edgexfoundry.org:10004 [2021-02-25T20:39:27.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:39:27.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:39:27.840Z] Configure a credential helper to remove this warning. See [2021-02-25T20:39:27.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:39:27.840Z] [2021-02-25T20:39:27.840Z] Login Succeeded [2021-02-25T20:39:27.840Z] docker.io [2021-02-25T20:39:28.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:39:28.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:39:28.378Z] Configure a credential helper to remove this warning. See [2021-02-25T20:39:28.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:39:28.378Z] [2021-02-25T20:39:28.378Z] Login Succeeded [2021-02-25T20:39:28.378Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T20:39:28.389Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-25T20:39:28.719Z] ========================================================= [2021-02-25T20:39:28.719Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-25T20:39:28.719Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:39:29.067Z] + 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-25T20:39:29.067Z] Sending build context to Docker daemon 103.9kB [2021-02-25T20:39:29.067Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T20:39:29.067Z] Step 2/8 : FROM ${BASE} [2021-02-25T20:39:29.067Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-25T20:39:29.067Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T20:39:29.067Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T20:39:29.067Z] de9db76c5a1d: Pulling fs layer [2021-02-25T20:39:29.067Z] bca2f99d35d6: Pulling fs layer [2021-02-25T20:39:29.067Z] 93359f2a8cfa: Pulling fs layer [2021-02-25T20:39:29.067Z] 7c6f9722023f: Pulling fs layer [2021-02-25T20:39:29.067Z] a35cf1a2eb13: Pulling fs layer [2021-02-25T20:39:29.067Z] 93359f2a8cfa: Waiting [2021-02-25T20:39:29.067Z] 7c6f9722023f: Waiting [2021-02-25T20:39:29.067Z] bca2f99d35d6: Waiting [2021-02-25T20:39:29.067Z] a35cf1a2eb13: Waiting [2021-02-25T20:39:29.067Z] de9db76c5a1d: Verifying Checksum [2021-02-25T20:39:29.067Z] de9db76c5a1d: Download complete [2021-02-25T20:39:29.329Z] 0ef7d3d256c8: Verifying Checksum [2021-02-25T20:39:29.329Z] 0ef7d3d256c8: Download complete [2021-02-25T20:39:29.329Z] 93359f2a8cfa: Verifying Checksum [2021-02-25T20:39:29.329Z] 93359f2a8cfa: Download complete [2021-02-25T20:39:29.905Z] 7c6f9722023f: Verifying Checksum [2021-02-25T20:39:29.905Z] 7c6f9722023f: Download complete [2021-02-25T20:39:29.905Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T20:39:29.905Z] 188c0c94c7c5: Download complete [2021-02-25T20:39:30.173Z] 188c0c94c7c5: Pull complete [2021-02-25T20:39:30.173Z] 0ef7d3d256c8: Pull complete [2021-02-25T20:39:30.443Z] de9db76c5a1d: Pull complete [2021-02-25T20:39:31.837Z] a35cf1a2eb13: Verifying Checksum [2021-02-25T20:39:31.837Z] a35cf1a2eb13: Download complete [2021-02-25T20:39:32.790Z] bca2f99d35d6: Verifying Checksum [2021-02-25T20:39:32.790Z] bca2f99d35d6: Download complete [2021-02-25T20:39:38.138Z] bca2f99d35d6: Pull complete [2021-02-25T20:39:38.139Z] 93359f2a8cfa: Pull complete [2021-02-25T20:39:38.139Z] 7c6f9722023f: Pull complete [2021-02-25T20:39:42.365Z] a35cf1a2eb13: Pull complete [2021-02-25T20:39:42.632Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-25T20:39:42.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-25T20:39:42.632Z] ---> a62c8e92a672 [2021-02-25T20:39:42.632Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-25T20:39:42.901Z] ---> Running in 9c6a29f2a297 [2021-02-25T20:39:43.165Z] Removing intermediate container 9c6a29f2a297 [2021-02-25T20:39:43.165Z] ---> 521d87ad5a0f [2021-02-25T20:39:43.165Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T20:39:43.165Z] ---> Running in 50bc2f4b0f4d [2021-02-25T20:39:44.121Z] Removing intermediate container 50bc2f4b0f4d [2021-02-25T20:39:44.121Z] ---> 18e9e7d482b3 [2021-02-25T20:39:44.121Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-25T20:39:44.121Z] ---> Running in b34892f30b54 [2021-02-25T20:39:44.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T20:39:45.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T20:39:46.228Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-25T20:39:46.228Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-25T20:39:46.228Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-25T20:39:46.228Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-25T20:39:46.491Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-25T20:39:46.491Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-25T20:39:46.491Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T20:39:46.491Z] OK: 167 MiB in 45 packages [2021-02-25T20:39:47.441Z] Removing intermediate container b34892f30b54 [2021-02-25T20:39:47.441Z] ---> 4866b38e5afe [2021-02-25T20:39:47.441Z] Step 6/8 : WORKDIR /app [2021-02-25T20:39:47.441Z] ---> Running in 886624bdc953 [2021-02-25T20:39:47.704Z] Removing intermediate container 886624bdc953 [2021-02-25T20:39:47.704Z] ---> e8d4085305a8 [2021-02-25T20:39:47.704Z] Step 7/8 : COPY . . [2021-02-25T20:39:47.967Z] ---> 015225ef31de [2021-02-25T20:39:47.967Z] Step 8/8 : RUN go mod download [2021-02-25T20:39:47.967Z] ---> Running in 3eed99556c6e [2021-02-25T20:40:10.993Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27715 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-25T20:40:11.053Z] Running in /w/workspace/app-service-configurable/85 [Pipeline] { [Pipeline] checkout [2021-02-25T20:40:14.618Z] Removing intermediate container 3eed99556c6e [2021-02-25T20:40:14.618Z] ---> e1185b4874d3 [2021-02-25T20:40:14.618Z] Successfully built e1185b4874d3 [2021-02-25T20:40:14.618Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:40:14.936Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T20:40:14.936Z] . [Pipeline] withDockerContainer [2021-02-25T20:40:15.053Z] prd-centos7-docker-4c-2g-27714 does not seem to be running inside a container [2021-02-25T20:40:15.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/85 -v /w/workspace/app-service-configurable/85:/w/workspace/app-service-configurable/85:rw,z -v /w/workspace/app-service-configurable/85@tmp:/w/workspace/app-service-configurable/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-25T20:40:15.837Z] $ docker top 058cbaa2fbc93783914b004635d0bf06e7fa7eb369f62d06a7993dd3fd2d3516 -eo pid,comm [2021-02-25T20:40:15.885Z] using credential edgex-jenkins-ssh [2021-02-25T20:40:15.946Z] Cloning the remote Git repository [Pipeline] { [Pipeline] sh [2021-02-25T20:40:15.996Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-25T20:40:16.318Z] + go version [2021-02-25T20:40:16.319Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-25T20:40:16.334Z] $ docker stop --time=1 058cbaa2fbc93783914b004635d0bf06e7fa7eb369f62d06a7993dd3fd2d3516 [2021-02-25T20:40:16.109Z] > git init /w/workspace/app-service-configurable/85 # timeout=10 [2021-02-25T20:40:16.180Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-25T20:40:16.181Z] > git --version # timeout=10 [2021-02-25T20:40:16.198Z] > git --version # 'git version 2.17.1' [2021-02-25T20:40:16.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T20:40:16.274Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T20:40:17.124Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-25T20:40:17.151Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T20:40:17.178Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-25T20:40:17.214Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-25T20:40:17.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T20:40:17.225Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T20:40:17.660Z] $ docker rm -f 058cbaa2fbc93783914b004635d0bf06e7fa7eb369f62d06a7993dd3fd2d3516 [2021-02-25T20:40:17.691Z] Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:40:18.499Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T20:40:18.499Z] . [Pipeline] withDockerContainer [2021-02-25T20:40:18.596Z] prd-centos7-docker-4c-2g-27714 does not seem to be running inside a container [2021-02-25T20:40:17.694Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T20:40:17.724Z] > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [2021-02-25T20:40:18.646Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/85 -v /w/workspace/app-service-configurable/85:/w/workspace/app-service-configurable/85:rw,z -v /w/workspace/app-service-configurable/85@tmp:/w/workspace/app-service-configurable/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-25T20:40:19.203Z] $ docker top b254231a7f2392283af2923bf9a1ed146d3c07031aabd05c5522b9d72e201e7d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T20:40:19.773Z] + make test [2021-02-25T20:40:19.773Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-25T20:40:22.083Z] Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T20:40:23.678Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-25T20:40:24.072Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T20:40:24.451Z] + + sudotrue service [2021-02-25T20:40:24.451Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T20:40:27.166Z] provisioning config files... [2021-02-25T20:40:27.204Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/85@tmp/config4989597675565114521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:40:27.637Z] ---> docker-login.sh [2021-02-25T20:40:27.637Z] nexus3.edgexfoundry.org:10001 [2021-02-25T20:40:28.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:40:28.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:40:28.897Z] Configure a credential helper to remove this warning. See [2021-02-25T20:40:28.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:40:28.897Z] [2021-02-25T20:40:28.897Z] Login Succeeded [2021-02-25T20:40:28.897Z] nexus3.edgexfoundry.org:10002 [2021-02-25T20:40:29.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:40:29.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:40:29.446Z] Configure a credential helper to remove this warning. See [2021-02-25T20:40:29.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:40:29.446Z] [2021-02-25T20:40:29.446Z] Login Succeeded [2021-02-25T20:40:29.446Z] nexus3.edgexfoundry.org:10003 [2021-02-25T20:40:29.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:40:29.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:40:29.995Z] Configure a credential helper to remove this warning. See [2021-02-25T20:40:29.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:40:29.995Z] [2021-02-25T20:40:29.995Z] Login Succeeded [2021-02-25T20:40:29.995Z] nexus3.edgexfoundry.org:10004 [2021-02-25T20:40:30.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:40:30.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:40:30.546Z] Configure a credential helper to remove this warning. See [2021-02-25T20:40:30.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:40:30.546Z] [2021-02-25T20:40:30.546Z] Login Succeeded [2021-02-25T20:40:30.546Z] docker.io [2021-02-25T20:40:30.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:40:31.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:40:31.094Z] Configure a credential helper to remove this warning. See [2021-02-25T20:40:31.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:40:31.094Z] [2021-02-25T20:40:31.094Z] Login Succeeded [2021-02-25T20:40:31.094Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T20:40:31.110Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-25T20:40:31.547Z] ========================================================= [2021-02-25T20:40:31.547Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-25T20:40:31.547Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:40:31.930Z] + 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-25T20:40:31.930Z] Sending build context to Docker daemon 103.9kB [2021-02-25T20:40:32.203Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T20:40:32.203Z] Step 2/8 : FROM ${BASE} [2021-02-25T20:40:32.307Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-25T20:40:32.307Z] CGO_ENABLED=1 go vet ./... [2021-02-25T20:40:32.477Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-25T20:40:32.477Z] 5f621e34cdf4: Pulling fs layer [2021-02-25T20:40:32.477Z] a4357932f1b6: Pulling fs layer [2021-02-25T20:40:32.477Z] 18c013af1878: Pulling fs layer [2021-02-25T20:40:32.477Z] 00ac8860ef70: Pulling fs layer [2021-02-25T20:40:32.477Z] 63d7cb157983: Pulling fs layer [2021-02-25T20:40:32.477Z] b116817d02f9: Pulling fs layer [2021-02-25T20:40:32.477Z] 745a02a5169b: Pulling fs layer [2021-02-25T20:40:32.477Z] 00ac8860ef70: Waiting [2021-02-25T20:40:32.477Z] 745a02a5169b: Waiting [2021-02-25T20:40:32.477Z] b116817d02f9: Waiting [2021-02-25T20:40:32.477Z] 63d7cb157983: Waiting [2021-02-25T20:40:32.477Z] 18c013af1878: Verifying Checksum [2021-02-25T20:40:32.477Z] 18c013af1878: Download complete [2021-02-25T20:40:32.477Z] a4357932f1b6: Download complete [2021-02-25T20:40:32.477Z] 63d7cb157983: Verifying Checksum [2021-02-25T20:40:32.477Z] 63d7cb157983: Download complete [2021-02-25T20:40:32.477Z] b116817d02f9: Verifying Checksum [2021-02-25T20:40:32.477Z] b116817d02f9: Download complete [2021-02-25T20:40:32.477Z] 5f621e34cdf4: Download complete [2021-02-25T20:40:33.073Z] 5f621e34cdf4: Pull complete [2021-02-25T20:40:33.671Z] a4357932f1b6: Pull complete [2021-02-25T20:40:33.945Z] 18c013af1878: Pull complete [2021-02-25T20:40:34.902Z] gofmt -l . [2021-02-25T20:40:34.902Z] [ "`gofmt -l .`" = "" ] [2021-02-25T20:40:34.902Z] ./bin/test-go-mod-tidy.sh [2021-02-25T20:40:34.922Z] 745a02a5169b: Verifying Checksum [2021-02-25T20:40:34.922Z] 745a02a5169b: Download complete [2021-02-25T20:40:35.483Z] ./bin/test-attribution-txt.sh [2021-02-25T20:40:35.892Z] 00ac8860ef70: Verifying Checksum [2021-02-25T20:40:35.892Z] 00ac8860ef70: Download complete [Pipeline] } [2021-02-25T20:40:36.076Z] $ docker stop --time=1 b254231a7f2392283af2923bf9a1ed146d3c07031aabd05c5522b9d72e201e7d [2021-02-25T20:40:38.499Z] $ docker rm -f b254231a7f2392283af2923bf9a1ed146d3c07031aabd05c5522b9d72e201e7d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T20:40:39.120Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-25T20:40:39.458Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-25T20:40:42.291Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-25T20:40:42.591Z] + ls -al . [2021-02-25T20:40:42.591Z] total 92 [2021-02-25T20:40:42.591Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 25 20:40 . [2021-02-25T20:40:42.591Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 25 20:39 .. [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 7174 Feb 25 20:39 Attribution.txt [2021-02-25T20:40:42.591Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 25 20:39 bin [2021-02-25T20:40:42.591Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 25 20:40 coverage.out [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 2032 Feb 25 20:39 Dockerfile [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 970 Feb 25 20:39 Dockerfile.build [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 25 20:39 .dockerignore [2021-02-25T20:40:42.591Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 25 20:39 .git [2021-02-25T20:40:42.591Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 25 20:39 .github [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 111 Feb 25 20:39 .gitignore [2021-02-25T20:40:42.591Z] -rw-r--r--. 1 jenkins jenkins 136 Feb 25 20:40 go.mod [2021-02-25T20:40:42.591Z] -rw-r--r--. 1 jenkins jenkins 21022 Feb 25 20:40 go.sum [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 25 20:39 Jenkinsfile [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 25 20:39 LICENSE [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 1522 Feb 25 20:39 main.go [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 1582 Feb 25 20:39 makefile [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 25 20:39 README.md [2021-02-25T20:40:42.591Z] drwxrwxr-x. 10 jenkins jenkins 173 Feb 25 20:39 res [2021-02-25T20:40:42.591Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 25 20:39 snap [2021-02-25T20:40:42.591Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 25 20:36 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:40:42.899Z] + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=amd64 --label version=2.0.0-dev.18 . [2021-02-25T20:40:42.899Z] Sending build context to Docker daemon 128kB [2021-02-25T20:40:42.899Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T20:40:42.899Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-25T20:40:42.899Z] ---> e1185b4874d3 [2021-02-25T20:40:42.899Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-25T20:40:43.164Z] ---> Running in 9f31683174e8 [2021-02-25T20:40:43.164Z] Removing intermediate container 9f31683174e8 [2021-02-25T20:40:43.164Z] ---> f9c0b000d30c [2021-02-25T20:40:43.164Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-25T20:40:43.164Z] ---> Running in 99bc7d2fd042 [2021-02-25T20:40:43.425Z] Removing intermediate container 99bc7d2fd042 [2021-02-25T20:40:43.425Z] ---> 517492e759cb [2021-02-25T20:40:43.425Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-25T20:40:43.425Z] ---> Running in 1df295d76682 [2021-02-25T20:40:43.690Z] Removing intermediate container 1df295d76682 [2021-02-25T20:40:43.690Z] ---> 7873c0660acc [2021-02-25T20:40:43.690Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T20:40:43.690Z] ---> Running in e96a519fbf2a [2021-02-25T20:40:44.637Z] Removing intermediate container e96a519fbf2a [2021-02-25T20:40:44.637Z] ---> aa01e9dbd813 [2021-02-25T20:40:44.637Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-25T20:40:44.637Z] ---> Running in 3b07edcb1186 [2021-02-25T20:40:44.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T20:40:45.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T20:40:46.063Z] 00ac8860ef70: Pull complete [2021-02-25T20:40:46.107Z] OK: 167 MiB in 45 packages [2021-02-25T20:40:46.336Z] 63d7cb157983: Pull complete [2021-02-25T20:40:46.609Z] b116817d02f9: Pull complete [2021-02-25T20:40:46.681Z] Removing intermediate container 3b07edcb1186 [2021-02-25T20:40:46.681Z] ---> c63404d2e836 [2021-02-25T20:40:46.681Z] Step 8/27 : WORKDIR /app [2021-02-25T20:40:46.681Z] ---> Running in bee76d572132 [2021-02-25T20:40:46.681Z] Removing intermediate container bee76d572132 [2021-02-25T20:40:46.681Z] ---> 7a76f002eb34 [2021-02-25T20:40:46.681Z] Step 9/27 : COPY go.mod . [2021-02-25T20:40:46.952Z] ---> 141dacf82f75 [2021-02-25T20:40:46.952Z] Step 10/27 : RUN go mod download [2021-02-25T20:40:46.952Z] ---> Running in 4a866b3dc2e3 [2021-02-25T20:40:47.907Z] Removing intermediate container 4a866b3dc2e3 [2021-02-25T20:40:47.907Z] ---> 042f6e3daf2e [2021-02-25T20:40:47.907Z] Step 11/27 : COPY . . [2021-02-25T20:40:48.169Z] ---> 37d2e3d795fd [2021-02-25T20:40:48.169Z] Step 12/27 : ARG MAKE="make build" [2021-02-25T20:40:48.169Z] ---> Running in 03a118343321 [2021-02-25T20:40:48.431Z] Removing intermediate container 03a118343321 [2021-02-25T20:40:48.431Z] ---> 7322333486c0 [2021-02-25T20:40:48.431Z] Step 13/27 : RUN $MAKE [2021-02-25T20:40:48.431Z] ---> Running in cdd8bd1fc423 [2021-02-25T20:40:48.700Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.18" -o app-service-configurable [2021-02-25T20:40:50.002Z] 745a02a5169b: Pull complete [2021-02-25T20:40:50.276Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-25T20:40:50.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-25T20:40:50.276Z] ---> b7e6874047d6 [2021-02-25T20:40:50.276Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-25T20:40:52.940Z] ---> Running in 6324d28bf9e4 [2021-02-25T20:40:53.536Z] Removing intermediate container 6324d28bf9e4 [2021-02-25T20:40:53.536Z] ---> 380ade93c85a [2021-02-25T20:40:53.536Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T20:40:53.536Z] ---> Running in 0d2ddf72c685 [2021-02-25T20:40:56.170Z] Removing intermediate container 0d2ddf72c685 [2021-02-25T20:40:56.170Z] ---> fb3331eb48d3 [2021-02-25T20:40:56.170Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-25T20:40:56.170Z] ---> Running in 782ad882df4d [2021-02-25T20:40:57.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T20:40:57.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T20:40:58.724Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-25T20:40:58.724Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-25T20:40:58.724Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-25T20:40:58.724Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-25T20:40:59.000Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-25T20:40:59.273Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-25T20:40:59.273Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T20:40:59.273Z] OK: 144 MiB in 45 packages [2021-02-25T20:41:00.701Z] Removing intermediate container 782ad882df4d [2021-02-25T20:41:00.701Z] ---> c4baed413537 [2021-02-25T20:41:00.701Z] Step 6/8 : WORKDIR /app [2021-02-25T20:41:00.701Z] ---> Running in 22ddda3919b6 [2021-02-25T20:41:01.050Z] Removing intermediate container cdd8bd1fc423 [2021-02-25T20:41:01.050Z] ---> d9cb896b919e [2021-02-25T20:41:01.050Z] Step 14/27 : FROM alpine:3.12 [2021-02-25T20:41:01.295Z] Removing intermediate container 22ddda3919b6 [2021-02-25T20:41:01.295Z] ---> 35cb21bcd1d8 [2021-02-25T20:41:01.295Z] Step 7/8 : COPY . . [2021-02-25T20:41:01.313Z] 3.12: Pulling from library/alpine [2021-02-25T20:41:01.582Z] f84cab65f19f: Pulling fs layer [2021-02-25T20:41:01.582Z] error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/88/88dd2752d2ea6b613c852ec1b92e5e2d2f58040b1fd8f71e4cf0d094af82cccd/data?verify=1614288661-8zqugcTftwqot6r1cSC5cZ%2FVEq8%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [2021-02-25T20:41:01.893Z] ---> 2cb506bb49ac [2021-02-25T20:41:01.893Z] Step 8/8 : RUN go mod download [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [2021-02-25T20:41:02.167Z] ---> Running in f5038940e8a8 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:41:02.570Z] ---> job-cost.sh [2021-02-25T20:41:02.570Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oMfi [2021-02-25T20:41:17.534Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T20:41:28.955Z] Removing intermediate container f5038940e8a8 [2021-02-25T20:41:28.955Z] ---> d725e7b80947 [2021-02-25T20:41:28.955Z] Successfully built d725e7b80947 [2021-02-25T20:41:28.955Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:41:29.301Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T20:41:29.301Z] . [Pipeline] withDockerContainer [2021-02-25T20:41:29.562Z] prd-ubuntu18.04-docker-arm64-4c-16g-27715 does not seem to be running inside a container [2021-02-25T20:41:29.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/85 -v /w/workspace/app-service-configurable/85:/w/workspace/app-service-configurable/85:rw,z -v /w/workspace/app-service-configurable/85@tmp:/w/workspace/app-service-configurable/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-25T20:41:31.130Z] $ docker top ed9bcb2808c9d248deea7814a25c48e0eaeacfc19f53f44e0e246c44b58f40c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T20:41:32.160Z] + go version [2021-02-25T20:41:32.160Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-25T20:41:32.178Z] $ docker stop --time=1 ed9bcb2808c9d248deea7814a25c48e0eaeacfc19f53f44e0e246c44b58f40c1 [2021-02-25T20:41:34.160Z] $ docker rm -f ed9bcb2808c9d248deea7814a25c48e0eaeacfc19f53f44e0e246c44b58f40c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:41:35.120Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T20:41:35.120Z] . [Pipeline] withDockerContainer [2021-02-25T20:41:35.351Z] prd-ubuntu18.04-docker-arm64-4c-16g-27715 does not seem to be running inside a container [2021-02-25T20:41:35.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/85 -v /w/workspace/app-service-configurable/85:/w/workspace/app-service-configurable/85:rw,z -v /w/workspace/app-service-configurable/85@tmp:/w/workspace/app-service-configurable/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-25T20:41:36.830Z] $ docker top 46380518564b232faab4f8160911542d159d4b41f043f51bff4cbc7106321aca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T20:41:37.853Z] + make test [2021-02-25T20:41:37.853Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-25T20:41:44.199Z] lf-activate-venv(): INFO: Adding /tmp/venv-oMfi/bin to PATH [2021-02-25T20:41:44.199Z] INFO: No Stack... [2021-02-25T20:41:44.199Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T20:41:44.199Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T20:41:44.504Z] + cat /w/workspace/app-service-configurable/85/archives/cost.csv [2021-02-25T20:41:44.504Z] + cut -d, -f6 [Pipeline] lock [2021-02-25T20:41:44.579Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] [2021-02-25T20:41:44.587Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] did not exist. Created. [2021-02-25T20:41:44.587Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T20:41:44.983Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-25T20:41:45.109Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T20:41:45.122Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T20:41:45.845Z] Failed in branch amd64 [2021-02-25T20:42:16.914Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-25T20:42:16.914Z] CGO_ENABLED=1 go vet ./... [2021-02-25T20:42:23.644Z] gofmt -l . [2021-02-25T20:42:23.644Z] [ "`gofmt -l .`" = "" ] [2021-02-25T20:42:23.644Z] ./bin/test-go-mod-tidy.sh [2021-02-25T20:42:23.644Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-25T20:42:24.635Z] $ docker stop --time=1 46380518564b232faab4f8160911542d159d4b41f043f51bff4cbc7106321aca [2021-02-25T20:42:26.838Z] $ docker rm -f 46380518564b232faab4f8160911542d159d4b41f043f51bff4cbc7106321aca [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T20:42:27.707Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-25T20:42:27.772Z] Warning: overwriting stash ‘coverage-report’ [2021-02-25T20:42:28.467Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T20:42:29.173Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-25T20:42:29.568Z] + ls -al . [2021-02-25T20:42:29.568Z] total 116 [2021-02-25T20:42:29.568Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 25 20:42 . [2021-02-25T20:42:29.568Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 20:40 .. [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 25 20:40 .dockerignore [2021-02-25T20:42:29.568Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 25 20:40 .git [2021-02-25T20:42:29.568Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 20:40 .github [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 111 Feb 25 20:40 .gitignore [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 7174 Feb 25 20:40 Attribution.txt [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 2032 Feb 25 20:40 Dockerfile [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 970 Feb 25 20:40 Dockerfile.build [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 25 20:40 Jenkinsfile [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 25 20:40 LICENSE [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 25 20:40 README.md [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 25 20:36 VERSION [2021-02-25T20:42:29.568Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 20:40 bin [2021-02-25T20:42:29.568Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 25 20:41 coverage.out [2021-02-25T20:42:29.568Z] -rw-r--r-- 1 jenkins jenkins 136 Feb 25 20:42 go.mod [2021-02-25T20:42:29.568Z] -rw-r--r-- 1 jenkins jenkins 21022 Feb 25 20:42 go.sum [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 1522 Feb 25 20:40 main.go [2021-02-25T20:42:29.568Z] -rw-rw-r-- 1 jenkins jenkins 1582 Feb 25 20:40 makefile [2021-02-25T20:42:29.568Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 25 20:40 res [2021-02-25T20:42:29.568Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 20:40 snap [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:42:29.960Z] + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=arm64 --label version=2.0.0-dev.18 . [2021-02-25T20:42:29.960Z] Sending build context to Docker daemon 128kB [2021-02-25T20:42:30.255Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T20:42:30.255Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-25T20:42:30.255Z] ---> d725e7b80947 [2021-02-25T20:42:30.255Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-25T20:42:30.531Z] ---> Running in 588e59e461d8 [2021-02-25T20:42:31.133Z] Removing intermediate container 588e59e461d8 [2021-02-25T20:42:31.133Z] ---> c10e206737aa [2021-02-25T20:42:31.133Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-25T20:42:31.133Z] ---> Running in 77ece9678a7d [2021-02-25T20:42:31.730Z] Removing intermediate container 77ece9678a7d [2021-02-25T20:42:31.730Z] ---> d1cd94847e87 [2021-02-25T20:42:31.730Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-25T20:42:31.730Z] ---> Running in 57bff84b32f8 [2021-02-25T20:42:32.328Z] Removing intermediate container 57bff84b32f8 [2021-02-25T20:42:32.328Z] ---> 1326a8e3b457 [2021-02-25T20:42:32.328Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T20:42:32.328Z] ---> Running in b45e7478385a [2021-02-25T20:42:34.303Z] Removing intermediate container b45e7478385a [2021-02-25T20:42:34.303Z] ---> e7fde0d60f07 [2021-02-25T20:42:34.303Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-25T20:42:34.577Z] ---> Running in f0a6eae4650c [2021-02-25T20:42:35.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T20:42:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T20:42:37.119Z] OK: 144 MiB in 45 packages [2021-02-25T20:42:38.103Z] Removing intermediate container f0a6eae4650c [2021-02-25T20:42:38.103Z] ---> 7d248e60bbba [2021-02-25T20:42:38.103Z] Step 8/27 : WORKDIR /app [2021-02-25T20:42:38.375Z] ---> Running in 905399f0670f [2021-02-25T20:42:38.967Z] Removing intermediate container 905399f0670f [2021-02-25T20:42:38.967Z] ---> 12b1f1aee163 [2021-02-25T20:42:38.967Z] Step 9/27 : COPY go.mod . [2021-02-25T20:42:39.563Z] ---> 9b2ac7e063d5 [2021-02-25T20:42:39.563Z] Step 10/27 : RUN go mod download [2021-02-25T20:42:39.563Z] ---> Running in 5e177da2e980 [2021-02-25T20:42:42.186Z] Removing intermediate container 5e177da2e980 [2021-02-25T20:42:42.186Z] ---> 0ec70354b717 [2021-02-25T20:42:42.186Z] Step 11/27 : COPY . . [2021-02-25T20:42:42.459Z] ---> bb22cff9adaa [2021-02-25T20:42:42.459Z] Step 12/27 : ARG MAKE="make build" [2021-02-25T20:42:42.731Z] ---> Running in 6f56c5ed1c47 [2021-02-25T20:42:43.003Z] Removing intermediate container 6f56c5ed1c47 [2021-02-25T20:42:43.003Z] ---> f6a673c042fe [2021-02-25T20:42:43.003Z] Step 13/27 : RUN $MAKE [2021-02-25T20:42:43.278Z] ---> Running in 5e29d44d9e78 [2021-02-25T20:42:44.254Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.18" -o app-service-configurable [2021-02-25T20:43:23.283Z] Removing intermediate container 5e29d44d9e78 [2021-02-25T20:43:23.283Z] ---> 9bcaf63a9a88 [2021-02-25T20:43:23.283Z] Step 14/27 : FROM alpine:3.12 [2021-02-25T20:43:23.283Z] 3.12: Pulling from library/alpine [2021-02-25T20:43:23.283Z] dce8679b510e: Pulling fs layer [2021-02-25T20:43:23.283Z] dce8679b510e: Verifying Checksum [2021-02-25T20:43:23.283Z] dce8679b510e: Download complete [2021-02-25T20:43:23.283Z] dce8679b510e: Pull complete [2021-02-25T20:43:23.283Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T20:43:23.283Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T20:43:23.283Z] ---> d10569e2745f [2021-02-25T20:43:23.283Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-25T20:43:23.283Z] ---> Running in 9377086c57b0 [2021-02-25T20:43:23.283Z] Removing intermediate container 9377086c57b0 [2021-02-25T20:43:23.283Z] ---> bc32cc3b5f33 [2021-02-25T20:43:23.283Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-25T20:43:23.283Z] ---> Running in c457a900127e [2021-02-25T20:43:23.283Z] Removing intermediate container c457a900127e [2021-02-25T20:43:23.283Z] ---> 44dd8efa947c [2021-02-25T20:43:23.283Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-25T20:43:23.283Z] ---> Running in 27bacb244d9e [2021-02-25T20:43:23.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T20:43:23.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T20:43:23.872Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-25T20:43:23.872Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-25T20:43:23.872Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-25T20:43:23.872Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-25T20:43:23.872Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-25T20:43:24.146Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-25T20:43:24.146Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-25T20:43:24.146Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T20:43:24.146Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T20:43:24.146Z] OK: 9 MiB in 21 packages [2021-02-25T20:43:26.116Z] Removing intermediate container 27bacb244d9e [2021-02-25T20:43:26.116Z] ---> 73d0d1ad85c7 [2021-02-25T20:43:26.116Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-25T20:43:26.710Z] ---> ac66dc9c3d54 [2021-02-25T20:43:26.710Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-25T20:43:27.322Z] ---> 7b785c56e367 [2021-02-25T20:43:27.322Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-25T20:43:28.303Z] ---> 3ec329aa773e [2021-02-25T20:43:28.303Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-25T20:43:29.734Z] ---> 8b247e727181 [2021-02-25T20:43:29.734Z] Step 22/27 : EXPOSE 48095 [2021-02-25T20:43:29.734Z] ---> Running in 0a5dc7de5fcf [2021-02-25T20:43:30.005Z] Removing intermediate container 0a5dc7de5fcf [2021-02-25T20:43:30.005Z] ---> d0e3155ac053 [2021-02-25T20:43:30.005Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-25T20:43:30.279Z] ---> Running in 9abf91596d93 [2021-02-25T20:43:30.873Z] Removing intermediate container 9abf91596d93 [2021-02-25T20:43:30.873Z] ---> aea2d25afc93 [2021-02-25T20:43:30.873Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T20:43:30.873Z] ---> Running in 8cb570f6c8ca [2021-02-25T20:43:31.468Z] Removing intermediate container 8cb570f6c8ca [2021-02-25T20:43:31.468Z] ---> 335bb52f26c9 [2021-02-25T20:43:31.468Z] Step 25/27 : LABEL arch=arm64 [2021-02-25T20:43:31.468Z] ---> Running in cdbef2eb2649 [2021-02-25T20:43:31.740Z] Removing intermediate container cdbef2eb2649 [2021-02-25T20:43:31.740Z] ---> bc69903b9d46 [2021-02-25T20:43:31.740Z] Step 26/27 : LABEL git_sha=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-25T20:43:32.016Z] ---> Running in 058cd84c79be [2021-02-25T20:43:32.608Z] Removing intermediate container 058cd84c79be [2021-02-25T20:43:32.608Z] ---> d33b28780925 [2021-02-25T20:43:32.608Z] Step 27/27 : LABEL version=2.0.0-dev.18 [2021-02-25T20:43:32.608Z] ---> Running in 3fc54c9be6e1 [2021-02-25T20:43:33.199Z] Removing intermediate container 3fc54c9be6e1 [2021-02-25T20:43:33.199Z] ---> 1bab2af35c95 [2021-02-25T20:43:33.199Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-25T20:43:33.199Z] Successfully built 1bab2af35c95 [2021-02-25T20:43:33.199Z] 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-25T20:43:33.725Z] provisioning config files... [2021-02-25T20:43:33.763Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/85@tmp/config2077262672322918906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:43:34.152Z] ---> docker-login.sh [2021-02-25T20:43:34.152Z] nexus3.edgexfoundry.org:10001 [2021-02-25T20:43:34.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:43:34.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:43:34.423Z] Configure a credential helper to remove this warning. See [2021-02-25T20:43:34.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:43:34.423Z] [2021-02-25T20:43:34.423Z] Login Succeeded [2021-02-25T20:43:34.423Z] nexus3.edgexfoundry.org:10002 [2021-02-25T20:43:34.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:43:34.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:43:34.964Z] Configure a credential helper to remove this warning. See [2021-02-25T20:43:34.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:43:34.964Z] [2021-02-25T20:43:34.964Z] Login Succeeded [2021-02-25T20:43:34.964Z] nexus3.edgexfoundry.org:10003 [2021-02-25T20:43:35.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:43:35.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:43:35.510Z] Configure a credential helper to remove this warning. See [2021-02-25T20:43:35.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:43:35.510Z] [2021-02-25T20:43:35.510Z] Login Succeeded [2021-02-25T20:43:35.510Z] nexus3.edgexfoundry.org:10004 [2021-02-25T20:43:35.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:43:36.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:43:36.059Z] Configure a credential helper to remove this warning. See [2021-02-25T20:43:36.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:43:36.059Z] [2021-02-25T20:43:36.059Z] Login Succeeded [2021-02-25T20:43:36.059Z] docker.io [2021-02-25T20:43:36.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T20:43:36.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T20:43:36.601Z] Configure a credential helper to remove this warning. See [2021-02-25T20:43:36.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T20:43:36.601Z] [2021-02-25T20:43:36.601Z] Login Succeeded [2021-02-25T20:43:36.874Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T20:43:36.892Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-25T20:43:37.097Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-25T20:43:37.098Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-25T20:43:37.098Z] latest [2021-02-25T20:43:37.098Z] 2.0.0-dev.18 [2021-02-25T20:43:37.098Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [2021-02-25T20:43:37.098Z] master [2021-02-25T20:43:37.098Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:37.652Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:37.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-25T20:43:37.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-25T20:43:37.989Z] dcb1ec986fb1: Preparing [2021-02-25T20:43:37.989Z] 118327410b57: Preparing [2021-02-25T20:43:37.989Z] d4f45073af3f: Preparing [2021-02-25T20:43:37.990Z] 61d2bcc8f55e: Preparing [2021-02-25T20:43:37.990Z] 6fbd69821224: Preparing [2021-02-25T20:43:37.990Z] 02a88cfff88f: Preparing [2021-02-25T20:43:37.990Z] 02a88cfff88f: Waiting [2021-02-25T20:43:38.264Z] 118327410b57: Pushed [2021-02-25T20:43:38.264Z] d4f45073af3f: Pushed [2021-02-25T20:43:38.264Z] 61d2bcc8f55e: Pushed [2021-02-25T20:43:38.538Z] 02a88cfff88f: Layer already exists [2021-02-25T20:43:39.133Z] 6fbd69821224: Pushed [2021-02-25T20:43:41.745Z] dcb1ec986fb1: Pushed [2021-02-25T20:43:41.745Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:42.089Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:42.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-25T20:43:42.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-25T20:43:42.425Z] dcb1ec986fb1: Preparing [2021-02-25T20:43:42.425Z] 118327410b57: Preparing [2021-02-25T20:43:42.426Z] d4f45073af3f: Preparing [2021-02-25T20:43:42.426Z] 61d2bcc8f55e: Preparing [2021-02-25T20:43:42.426Z] 6fbd69821224: Preparing [2021-02-25T20:43:42.426Z] 02a88cfff88f: Preparing [2021-02-25T20:43:42.426Z] 02a88cfff88f: Waiting [2021-02-25T20:43:42.426Z] 118327410b57: Layer already exists [2021-02-25T20:43:42.426Z] 61d2bcc8f55e: Layer already exists [2021-02-25T20:43:42.426Z] 6fbd69821224: Layer already exists [2021-02-25T20:43:42.426Z] d4f45073af3f: Layer already exists [2021-02-25T20:43:42.426Z] dcb1ec986fb1: Layer already exists [2021-02-25T20:43:42.426Z] 02a88cfff88f: Layer already exists [2021-02-25T20:43:42.699Z] latest: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:43.041Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:43.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 [2021-02-25T20:43:43.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-25T20:43:43.378Z] dcb1ec986fb1: Preparing [2021-02-25T20:43:43.378Z] 118327410b57: Preparing [2021-02-25T20:43:43.378Z] d4f45073af3f: Preparing [2021-02-25T20:43:43.378Z] 61d2bcc8f55e: Preparing [2021-02-25T20:43:43.378Z] 6fbd69821224: Preparing [2021-02-25T20:43:43.378Z] 02a88cfff88f: Preparing [2021-02-25T20:43:43.378Z] 02a88cfff88f: Waiting [2021-02-25T20:43:43.378Z] 118327410b57: Layer already exists [2021-02-25T20:43:43.378Z] dcb1ec986fb1: Layer already exists [2021-02-25T20:43:43.378Z] d4f45073af3f: Layer already exists [2021-02-25T20:43:43.378Z] 61d2bcc8f55e: Layer already exists [2021-02-25T20:43:43.378Z] 6fbd69821224: Layer already exists [2021-02-25T20:43:43.378Z] 02a88cfff88f: Layer already exists [2021-02-25T20:43:43.648Z] 2.0.0-dev.18: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:43.989Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:44.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [2021-02-25T20:43:44.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-25T20:43:44.320Z] dcb1ec986fb1: Preparing [2021-02-25T20:43:44.320Z] 118327410b57: Preparing [2021-02-25T20:43:44.320Z] d4f45073af3f: Preparing [2021-02-25T20:43:44.320Z] 61d2bcc8f55e: Preparing [2021-02-25T20:43:44.320Z] 6fbd69821224: Preparing [2021-02-25T20:43:44.320Z] 02a88cfff88f: Preparing [2021-02-25T20:43:44.320Z] 02a88cfff88f: Waiting [2021-02-25T20:43:44.320Z] 6fbd69821224: Layer already exists [2021-02-25T20:43:44.320Z] 118327410b57: Layer already exists [2021-02-25T20:43:44.320Z] dcb1ec986fb1: Layer already exists [2021-02-25T20:43:44.320Z] d4f45073af3f: Layer already exists [2021-02-25T20:43:44.320Z] 61d2bcc8f55e: Layer already exists [2021-02-25T20:43:44.590Z] 02a88cfff88f: Layer already exists [2021-02-25T20:43:44.590Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:44.999Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:43:45.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-02-25T20:43:45.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-25T20:43:45.350Z] dcb1ec986fb1: Preparing [2021-02-25T20:43:45.350Z] 118327410b57: Preparing [2021-02-25T20:43:45.350Z] d4f45073af3f: Preparing [2021-02-25T20:43:45.350Z] 61d2bcc8f55e: Preparing [2021-02-25T20:43:45.350Z] 6fbd69821224: Preparing [2021-02-25T20:43:45.350Z] 02a88cfff88f: Preparing [2021-02-25T20:43:45.350Z] 02a88cfff88f: Waiting [2021-02-25T20:43:45.350Z] dcb1ec986fb1: Layer already exists [2021-02-25T20:43:45.350Z] d4f45073af3f: Layer already exists [2021-02-25T20:43:45.350Z] 118327410b57: Layer already exists [2021-02-25T20:43:45.350Z] 61d2bcc8f55e: Layer already exists [2021-02-25T20:43:45.350Z] 6fbd69821224: Layer already exists [2021-02-25T20:43:45.622Z] 02a88cfff88f: Layer already exists [2021-02-25T20:43:45.622Z] master: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-25T20:43:45.829Z] ===================================================== [Pipeline] echo [2021-02-25T20:43:45.883Z] taggedImages: [2021-02-25T20:43:45.883Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-25T20:43:45.883Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-25T20:43:45.883Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 [2021-02-25T20:43:45.883Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [2021-02-25T20:43:45.883Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:43:46.446Z] ---> job-cost.sh [2021-02-25T20:43:46.446Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xGiW [2021-02-25T20:44:25.387Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T20:46:32.148Z] lf-activate-venv(): INFO: Adding /tmp/venv-xGiW/bin to PATH [2021-02-25T20:46:32.148Z] INFO: No Stack... [2021-02-25T20:46:32.148Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-25T20:46:32.148Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T20:46:32.481Z] + cat /w/workspace/app-service-configurable/85/archives/cost.csv [2021-02-25T20:46:32.481Z] + cut -d, -f6 [Pipeline] lock [2021-02-25T20:46:32.589Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] [2021-02-25T20:46:32.598Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] did not exist. Created. [2021-02-25T20:46:32.598Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T20:46:33.042Z] /w/workspace/app-service-configurable/85@tmp/durable-cfd22e94/script.sh: 1: /w/workspace/app-service-configurable/85@tmp/durable-cfd22e94/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-25T20:46:33.383Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-25T20:46:33.471Z] Warning: overwriting stash ‘stack-cost’ [2021-02-25T20:46:33.628Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T20:46:33.641Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-25T20:46:37.312Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:46:37.880Z] ---> package-listing.sh [2021-02-25T20:46:37.880Z] ++ facter osfamily [2021-02-25T20:46:37.880Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-25T20:46:37.880Z] + OS_FAMILY=redhat [2021-02-25T20:46:37.880Z] + workspace=/w/workspace/_app-service-configurable_master [2021-02-25T20:46:37.880Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-25T20:46:37.880Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-25T20:46:37.880Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-25T20:46:37.880Z] + PACKAGES=/tmp/packages_start.txt [2021-02-25T20:46:37.880Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-25T20:46:37.880Z] + PACKAGES=/tmp/packages_end.txt [2021-02-25T20:46:37.880Z] + case "${OS_FAMILY}" in [2021-02-25T20:46:37.880Z] + rpm -qa [2021-02-25T20:46:37.880Z] + sort [2021-02-25T20:46:43.199Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-25T20:46:43.199Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-25T20:46:43.199Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-25T20:46:43.199Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-25T20:46:43.199Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-02-25T20:46:43.199Z] + 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-25T20:46:43.213Z] 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-25T20:46:43.509Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:46:43.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T20:46:43.813Z] [2021-02-25T20:46:43.813Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-25T20:46:44.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T20:46:44.170Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-25T20:46:44.170Z] df20fa9351a1: Pulling fs layer [2021-02-25T20:46:44.170Z] 36b3adc4ff6f: Pulling fs layer [2021-02-25T20:46:44.170Z] 8ad3a11d3b57: Pulling fs layer [2021-02-25T20:46:44.170Z] 46f8f816bc3b: Pulling fs layer [2021-02-25T20:46:44.170Z] 93b61091891f: Pulling fs layer [2021-02-25T20:46:44.170Z] 93b9cdb0e59b: Pulling fs layer [2021-02-25T20:46:44.170Z] 5e14af77c1be: Pulling fs layer [2021-02-25T20:46:44.170Z] 01666e4c0597: Pulling fs layer [2021-02-25T20:46:44.170Z] aa168da1d23b: Pulling fs layer [2021-02-25T20:46:44.170Z] 93b9cdb0e59b: Waiting [2021-02-25T20:46:44.170Z] 5e14af77c1be: Waiting [2021-02-25T20:46:44.170Z] 01666e4c0597: Waiting [2021-02-25T20:46:44.170Z] aa168da1d23b: Waiting [2021-02-25T20:46:44.170Z] 46f8f816bc3b: Waiting [2021-02-25T20:46:44.170Z] 93b61091891f: Waiting [2021-02-25T20:46:44.431Z] 36b3adc4ff6f: Verifying Checksum [2021-02-25T20:46:44.432Z] 36b3adc4ff6f: Download complete [2021-02-25T20:46:44.432Z] 46f8f816bc3b: Verifying Checksum [2021-02-25T20:46:44.432Z] 46f8f816bc3b: Download complete [2021-02-25T20:46:44.432Z] df20fa9351a1: Download complete [2021-02-25T20:46:44.432Z] 93b9cdb0e59b: Verifying Checksum [2021-02-25T20:46:44.432Z] 93b9cdb0e59b: Download complete [2021-02-25T20:46:44.432Z] 5e14af77c1be: Verifying Checksum [2021-02-25T20:46:44.432Z] 5e14af77c1be: Download complete [2021-02-25T20:46:44.432Z] 93b61091891f: Verifying Checksum [2021-02-25T20:46:44.432Z] 93b61091891f: Download complete [2021-02-25T20:46:44.432Z] 01666e4c0597: Verifying Checksum [2021-02-25T20:46:44.432Z] 01666e4c0597: Download complete [2021-02-25T20:46:44.694Z] df20fa9351a1: Pull complete [2021-02-25T20:46:44.955Z] 36b3adc4ff6f: Pull complete [2021-02-25T20:46:45.217Z] 8ad3a11d3b57: Verifying Checksum [2021-02-25T20:46:45.217Z] 8ad3a11d3b57: Download complete [2021-02-25T20:46:46.170Z] 8ad3a11d3b57: Pull complete [2021-02-25T20:46:46.170Z] 46f8f816bc3b: Pull complete [2021-02-25T20:46:46.747Z] aa168da1d23b: Verifying Checksum [2021-02-25T20:46:46.747Z] aa168da1d23b: Download complete [2021-02-25T20:46:47.323Z] 93b61091891f: Pull complete [2021-02-25T20:46:47.323Z] 93b9cdb0e59b: Pull complete [2021-02-25T20:46:47.585Z] 5e14af77c1be: Pull complete [2021-02-25T20:46:47.585Z] 01666e4c0597: Pull complete [2021-02-25T20:46:55.746Z] aa168da1d23b: Pull complete [2021-02-25T20:46:55.746Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-25T20:46:55.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T20:46:55.746Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-25T20:46:55.900Z] prd-centos7-docker-4c-2g-27713 does not seem to be running inside a container [2021-02-25T20:46:55.944Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-25T20:46:59.478Z] $ docker top 455430b80ba37d5f97273f0a386b912faa166e5e789686e090faedac38bec317 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T20:47:00.370Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-25T20:47:00.665Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-25T20:47:00.962Z] + ls /var/log/sa-host [2021-02-25T20:47:00.963Z] + sadf -c /var/log/sa-host/sa23 [2021-02-25T20:47:00.963Z] file_magic: OK [2021-02-25T20:47:00.963Z] HZ: Using current value: 100 [2021-02-25T20:47:00.963Z] file_header: OK [2021-02-25T20:47:00.963Z] 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-25T20:47:00.963Z] Statistics: [2021-02-25T20:47:00.963Z] Hnuu...uuuununununu... [2021-02-25T20:47:00.963Z] File successfully converted to sysstat format version 12.2.1 [2021-02-25T20:47:00.963Z] + sadf -c /var/log/sa-host/sa25 [2021-02-25T20:47:00.963Z] file_magic: OK [2021-02-25T20:47:00.963Z] HZ: Using current value: 100 [2021-02-25T20:47:00.963Z] file_header: OK [2021-02-25T20:47:00.963Z] 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-25T20:47:00.963Z] Statistics: [2021-02-25T20:47:00.963Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-25T20:47:00.963Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T20:47:01.620Z] provisioning config files... [2021-02-25T20:47:01.634Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6267274441365618433tmp [Pipeline] { [Pipeline] echo [2021-02-25T20:47:01.710Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:47:02.002Z] ---> create-netrc.sh [Pipeline] } [2021-02-25T20:47:02.014Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-25T20:47:02.133Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:47:02.429Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-25T20:47:02.440Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:47:02.750Z] ---> sudo-logs.sh [2021-02-25T20:47:02.750Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-25T20:47:02.816Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:47:03.109Z] ---> job-cost.sh [2021-02-25T20:47:03.109Z] lf-activate-venv: SKIPPING [2021-02-25T20:47:03.109Z] DEBUG: total: 0.20999999344348907 [2021-02-25T20:47:03.109Z] INFO: Retrieving Stack Cost... [2021-02-25T20:47:04.064Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T20:47:04.638Z] INFO: Archiving Costs [Pipeline] echo [2021-02-25T20:47:04.651Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T20:47:04.950Z] ---> logs-deploy.sh [2021-02-25T20:47:04.951Z] lf-activate-venv: SKIPPING [2021-02-25T20:47:04.951Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/85 [2021-02-25T20:47:04.951Z] INFO: archiving workspace using pattern(s): [2021-02-25T20:47:06.876Z] Archives upload complete. [2021-02-25T20:47:06.876Z] INFO: archiving logs to Nexus