Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 021e28942e8876b2560ded735e906d53e9e76b63 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4289 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 021e28942e8876b2560ded735e906d53e9e76b63 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 Commit message: "refactor: Move topic config to appropriate config struct (#249)" > git rev-list --no-walk dfdcab1906173d774c93bfd0eabb9c40e2e95477 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T02:01:27.926Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T02:01:28.049Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T02:01:28.092Z] ========================================================= [2021-05-11T02:01:28.092Z] EdgeX Global Pipelines Version Info [2021-05-11T02:01:28.092Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:01:31.433Z] ------------------- [2021-05-11T02:01:31.433Z] stable info: [2021-05-11T02:01:31.433Z] ------------------- [2021-05-11T02:01:31.433Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T02:01:31.433Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T02:01:31.433Z] Message: update stable to v1.0.191 [2021-05-11T02:01:32.429Z] ------------------- [2021-05-11T02:01:32.429Z] experimental info: [2021-05-11T02:01:32.429Z] ------------------- [2021-05-11T02:01:32.429Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T02:01:32.429Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T02:01:32.429Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T02:01:32.652Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-05-11T02:01:32.689Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-05-11T02:01:32.730Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T02:01:32.756Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T02:01:32.794Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T02:01:32.821Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T02:01:32.858Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T02:01:32.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T02:01:32.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T02:01:32.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T02:01:32.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T02:01:33.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-05-11T02:01:33.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T02:01:33.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T02:01:33.158Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T02:01:33.186Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T02:01:33.224Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T02:01:33.256Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T02:01:33.298Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T02:01:33.329Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T02:01:33.365Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T02:01:33.392Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T02:01:33.434Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T02:01:33.458Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T02:01:33.493Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T02:01:33.519Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T02:01:33.562Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T02:01:33.587Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T02:01:33.625Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T02:01:33.654Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 021e28942e8876b2560ded735e906d53e9e76b63 [Pipeline] echo [2021-05-11T02:01:33.687Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 021e289 [Pipeline] echo [2021-05-11T02:01:33.714Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T02:01:33.803Z] provisioning config files... [2021-05-11T02:01:33.844Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3179202615392258651tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:01:34.335Z] ---> docker-login.sh [2021-05-11T02:01:34.335Z] nexus3.edgexfoundry.org:10001 [2021-05-11T02:01:35.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:01:36.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:01:36.133Z] Configure a credential helper to remove this warning. See [2021-05-11T02:01:36.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:01:36.133Z] [2021-05-11T02:01:36.133Z] Login Succeeded [2021-05-11T02:01:36.133Z] nexus3.edgexfoundry.org:10002 [2021-05-11T02:01:36.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:01:37.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:01:37.258Z] Configure a credential helper to remove this warning. See [2021-05-11T02:01:37.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:01:37.258Z] [2021-05-11T02:01:37.258Z] Login Succeeded [2021-05-11T02:01:37.258Z] nexus3.edgexfoundry.org:10003 [2021-05-11T02:01:37.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:01:37.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:01:37.912Z] Configure a credential helper to remove this warning. See [2021-05-11T02:01:37.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:01:37.912Z] [2021-05-11T02:01:37.912Z] Login Succeeded [2021-05-11T02:01:37.912Z] nexus3.edgexfoundry.org:10004 [2021-05-11T02:01:38.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:01:38.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:01:38.595Z] Configure a credential helper to remove this warning. See [2021-05-11T02:01:38.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:01:38.595Z] [2021-05-11T02:01:38.595Z] Login Succeeded [2021-05-11T02:01:38.595Z] docker.io [2021-05-11T02:01:39.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:01:39.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:01:39.902Z] Configure a credential helper to remove this warning. See [2021-05-11T02:01:39.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:01:39.902Z] [2021-05-11T02:01:39.902Z] Login Succeeded [2021-05-11T02:01:39.902Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T02:01:39.916Z] 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-05-11T02:01:40.439Z] + git log --format=format:%s -1 021e28942e8876b2560ded735e906d53e9e76b63 [Pipeline] echo [2021-05-11T02:01:40.559Z] GIT_COMMIT: 021e28942e8876b2560ded735e906d53e9e76b63, Commit Message: refactor: Move topic config to appropriate config struct (#249) [Pipeline] echo [2021-05-11T02:01:40.572Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:01:41.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T02:01:41.252Z] [2021-05-11T02:01:41.253Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:01:41.737Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T02:01:41.737Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T02:01:41.737Z] 31603596830f: Pulling fs layer [2021-05-11T02:01:41.737Z] 54011a49482f: Pulling fs layer [2021-05-11T02:01:41.737Z] a6820b24f6d8: Pulling fs layer [2021-05-11T02:01:41.737Z] f581987b2513: Pulling fs layer [2021-05-11T02:01:41.737Z] f581987b2513: Waiting [2021-05-11T02:01:41.737Z] 54011a49482f: Verifying Checksum [2021-05-11T02:01:41.737Z] 54011a49482f: Download complete [2021-05-11T02:01:42.341Z] 31603596830f: Download complete [2021-05-11T02:01:42.628Z] a6820b24f6d8: Verifying Checksum [2021-05-11T02:01:42.628Z] a6820b24f6d8: Download complete [2021-05-11T02:01:42.628Z] f581987b2513: Verifying Checksum [2021-05-11T02:01:42.628Z] f581987b2513: Download complete [2021-05-11T02:01:42.940Z] 31603596830f: Pull complete [2021-05-11T02:01:43.236Z] 54011a49482f: Pull complete [2021-05-11T02:01:46.162Z] a6820b24f6d8: Pull complete [2021-05-11T02:01:46.793Z] f581987b2513: Pull complete [2021-05-11T02:01:46.793Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T02:01:46.793Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T02:01:46.793Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T02:01:47.177Z] prd-centos7-docker-4c-2g-4289 does not seem to be running inside a container [2021-05-11T02:01:47.417Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T02:01:51.331Z] $ docker top a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T02:01:51.735Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T02:01:51.735Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T02:01:52.449Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T02:01:52.461Z] $ docker exec a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 ssh-agent [2021-05-11T02:01:53.449Z] SSH_AUTH_SOCK=/tmp/ssh-mNaGNYvj9Srq/agent.11 [2021-05-11T02:01:53.449Z] SSH_AGENT_PID=16 [2021-05-11T02:01:53.504Z] Running ssh-add (command line suppressed) [2021-05-11T02:01:53.945Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4167963501555856485.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4167963501555856485.key) [2021-05-11T02:01:54.179Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T02:01:54.904Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T02:01:54.956Z] $ docker exec --env ******** --env ******** a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 ssh-agent -k [2021-05-11T02:01:55.282Z] unset SSH_AUTH_SOCK; [2021-05-11T02:01:55.283Z] unset SSH_AGENT_PID; [2021-05-11T02:01:55.283Z] echo Agent pid 16 killed; [2021-05-11T02:01:55.411Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T02:01:55.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T02:01:55.457Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T02:01:55.998Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T02:01:56.004Z] $ docker exec a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 ssh-agent [2021-05-11T02:01:56.455Z] SSH_AUTH_SOCK=/tmp/ssh-TtikQmiYKICf/agent.44 [2021-05-11T02:01:56.455Z] SSH_AGENT_PID=50 [2021-05-11T02:01:56.472Z] Running ssh-add (command line suppressed) [2021-05-11T02:01:57.031Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4950565119084917389.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4950565119084917389.key) [2021-05-11T02:01:57.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T02:01:58.014Z] + git semver init [2021-05-11T02:01:58.311Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T02:01:58.311Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-11T02:01:58.311Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-11T02:01:58.311Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T02:01:58.311Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T02:01:58.311Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T02:01:58.311Z] # $SEMVER_BRANCH = master [2021-05-11T02:01:58.311Z] # $SEMVER_TEMP = /tmp/semver-525821688 [2021-05-11T02:01:58.311Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-05-11T02:01:59.916Z] # '/tmp/semver-525821688' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-05-11T02:01:59.916Z] # -> Force: false [2021-05-11T02:01:59.916Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-05-11T02:01:59.980Z] $ docker exec --env ******** --env ******** a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 ssh-agent -k [2021-05-11T02:02:00.523Z] unset SSH_AUTH_SOCK; [2021-05-11T02:02:00.524Z] unset SSH_AGENT_PID; [2021-05-11T02:02:00.524Z] echo Agent pid 50 killed; [2021-05-11T02:02:00.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T02:02:01.615Z] + git semver [Pipeline] } [2021-05-11T02:02:01.763Z] $ docker stop --time=1 a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 [2021-05-11T02:02:04.089Z] $ docker rm -f a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T02:02:04.673Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T02:02:05.874Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T02:02:05.877Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.37 [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-05-11T02:02:21.084Z] Still waiting to schedule task [2021-05-11T02:02:21.084Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-11T02:02:21.087Z] Still waiting to schedule task [2021-05-11T02:02:21.087Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T02:06:02.980Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4292 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-05-11T02:06:03.003Z] Running in /w/workspace/app-service-configurable/107 [Pipeline] { [Pipeline] checkout [2021-05-11T02:06:10.007Z] using credential edgex-jenkins-ssh [2021-05-11T02:06:10.030Z] Cloning the remote Git repository [2021-05-11T02:06:10.087Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T02:06:10.197Z] > git init /w/workspace/app-service-configurable/107 # timeout=10 [2021-05-11T02:06:10.283Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T02:06:10.284Z] > git --version # timeout=10 [2021-05-11T02:06:10.310Z] > git --version # 'git version 2.17.1' [2021-05-11T02:06:10.312Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T02:06:10.371Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T02:06:11.556Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T02:06:11.583Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T02:06:11.619Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T02:06:11.656Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T02:06:11.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T02:06:11.673Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T02:06:12.165Z] Checking out Revision 021e28942e8876b2560ded735e906d53e9e76b63 (master) [2021-05-11T02:06:12.178Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T02:06:12.197Z] > git checkout -f 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 [2021-05-11T02:06:16.460Z] Commit message: "refactor: Move topic config to appropriate config struct (#249)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T02:06:18.235Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T02:06:18.666Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T02:06:19.022Z] + sudo service docker restart [2021-05-11T02:06:19.022Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T02:06:21.702Z] provisioning config files... [2021-05-11T02:06:21.745Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/107@tmp/config8727539713369161246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:06:22.130Z] ---> docker-login.sh [2021-05-11T02:06:22.130Z] nexus3.edgexfoundry.org:10001 [2021-05-11T02:06:23.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:06:23.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:06:23.393Z] Configure a credential helper to remove this warning. See [2021-05-11T02:06:23.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:06:23.393Z] [2021-05-11T02:06:23.393Z] Login Succeeded [2021-05-11T02:06:23.393Z] nexus3.edgexfoundry.org:10002 [2021-05-11T02:06:23.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:06:23.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:06:23.940Z] Configure a credential helper to remove this warning. See [2021-05-11T02:06:23.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:06:23.940Z] [2021-05-11T02:06:23.940Z] Login Succeeded [2021-05-11T02:06:23.940Z] nexus3.edgexfoundry.org:10003 [2021-05-11T02:06:24.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:06:24.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:06:24.490Z] Configure a credential helper to remove this warning. See [2021-05-11T02:06:24.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:06:24.490Z] [2021-05-11T02:06:24.490Z] Login Succeeded [2021-05-11T02:06:24.490Z] nexus3.edgexfoundry.org:10004 [2021-05-11T02:06:24.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:06:25.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:06:25.039Z] Configure a credential helper to remove this warning. See [2021-05-11T02:06:25.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:06:25.039Z] [2021-05-11T02:06:25.039Z] Login Succeeded [2021-05-11T02:06:25.039Z] docker.io [2021-05-11T02:06:25.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:06:25.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:06:25.912Z] Configure a credential helper to remove this warning. See [2021-05-11T02:06:25.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:06:25.912Z] [2021-05-11T02:06:25.912Z] Login Succeeded [2021-05-11T02:06:25.912Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T02:06:25.930Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T02:06:26.305Z] ========================================================= [2021-05-11T02:06:26.306Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T02:06:26.306Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:06:26.660Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T02:06:26.660Z] Sending build context to Docker daemon 92.67kB [2021-05-11T02:06:26.936Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T02:06:26.936Z] Step 2/8 : FROM ${BASE} [2021-05-11T02:06:27.211Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T02:06:27.211Z] 595b0fe564bb: Pulling fs layer [2021-05-11T02:06:27.211Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T02:06:27.211Z] 316046926c0a: Pulling fs layer [2021-05-11T02:06:27.211Z] 4ebd0625c992: Pulling fs layer [2021-05-11T02:06:27.211Z] 207e8628e3a3: Pulling fs layer [2021-05-11T02:06:27.211Z] c791037a9be2: Pulling fs layer [2021-05-11T02:06:27.211Z] ffd874e62e21: Pulling fs layer [2021-05-11T02:06:27.211Z] 207e8628e3a3: Waiting [2021-05-11T02:06:27.211Z] ffd874e62e21: Waiting [2021-05-11T02:06:27.211Z] c791037a9be2: Waiting [2021-05-11T02:06:27.211Z] 4ebd0625c992: Waiting [2021-05-11T02:06:27.211Z] 316046926c0a: Verifying Checksum [2021-05-11T02:06:27.211Z] 316046926c0a: Download complete [2021-05-11T02:06:27.211Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T02:06:27.211Z] 7186ed65a4f7: Download complete [2021-05-11T02:06:27.211Z] 207e8628e3a3: Download complete [2021-05-11T02:06:27.211Z] c791037a9be2: Verifying Checksum [2021-05-11T02:06:27.211Z] c791037a9be2: Download complete [2021-05-11T02:06:27.211Z] 595b0fe564bb: Verifying Checksum [2021-05-11T02:06:27.211Z] 595b0fe564bb: Download complete [2021-05-11T02:06:27.818Z] 595b0fe564bb: Pull complete [2021-05-11T02:06:28.429Z] 7186ed65a4f7: Pull complete [2021-05-11T02:06:29.034Z] 316046926c0a: Pull complete [2021-05-11T02:06:29.633Z] ffd874e62e21: Download complete [2021-05-11T02:06:30.619Z] 4ebd0625c992: Verifying Checksum [2021-05-11T02:06:30.620Z] 4ebd0625c992: Download complete [2021-05-11T02:06:40.786Z] 4ebd0625c992: Pull complete [2021-05-11T02:06:41.060Z] 207e8628e3a3: Pull complete [2021-05-11T02:06:41.335Z] c791037a9be2: Pull complete [2021-05-11T02:06:45.656Z] ffd874e62e21: Pull complete [2021-05-11T02:06:45.656Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T02:06:45.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T02:06:45.656Z] ---> cfc18b08335c [2021-05-11T02:06:45.656Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T02:06:48.276Z] ---> Running in bd23a1e93a2d [2021-05-11T02:06:48.276Z] Removing intermediate container bd23a1e93a2d [2021-05-11T02:06:48.276Z] ---> 3491e858ef1a [2021-05-11T02:06:48.276Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:06:48.549Z] ---> Running in d5f07793ecb0 [2021-05-11T02:06:51.200Z] Removing intermediate container d5f07793ecb0 [2021-05-11T02:06:51.200Z] ---> 09bc53607bb5 [2021-05-11T02:06:51.200Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-11T02:06:51.200Z] ---> Running in 83b5b8a60979 [2021-05-11T02:06:52.183Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:54.158Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:55.147Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T02:06:55.147Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T02:06:55.421Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T02:06:55.753Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T02:06:55.753Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T02:06:56.025Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T02:06:56.298Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T02:06:56.298Z] OK: 139 MiB in 46 packages [2021-05-11T02:06:57.750Z] Removing intermediate container 83b5b8a60979 [2021-05-11T02:06:57.750Z] ---> f6f5459dfb80 [2021-05-11T02:06:57.750Z] Step 6/8 : WORKDIR /app [2021-05-11T02:06:57.750Z] ---> Running in 38118abcfa0f [2021-05-11T02:06:58.349Z] Removing intermediate container 38118abcfa0f [2021-05-11T02:06:58.349Z] ---> 849dd5d3fff8 [2021-05-11T02:06:58.349Z] Step 7/8 : COPY . . [2021-05-11T02:06:59.330Z] ---> 53069187ded9 [2021-05-11T02:06:59.330Z] Step 8/8 : RUN go mod download [2021-05-11T02:06:59.330Z] ---> Running in ea09eb2e1212 [2021-05-11T02:07:05.896Z] Running on prd-centos7-docker-4c-2g-4293 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-05-11T02:07:05.920Z] Running in /w/workspace/app-service-configurable/107 [Pipeline] { [Pipeline] checkout [2021-05-11T02:07:20.651Z] using credential edgex-jenkins-ssh [2021-05-11T02:07:20.676Z] Cloning the remote Git repository [2021-05-11T02:07:21.214Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T02:07:21.389Z] > git init /w/workspace/app-service-configurable/107 # timeout=10 [2021-05-11T02:07:21.707Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T02:07:21.707Z] > git --version # timeout=10 [2021-05-11T02:07:21.754Z] > git --version # 'git version 2.24.3' [2021-05-11T02:07:21.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T02:07:21.995Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T02:07:22.901Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T02:07:22.994Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T02:07:23.840Z] Checking out Revision 021e28942e8876b2560ded735e906d53e9e76b63 (master) [2021-05-11T02:07:23.186Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T02:07:23.263Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T02:07:23.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T02:07:23.303Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T02:07:23.856Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T02:07:23.893Z] > git checkout -f 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 [2021-05-11T02:07:26.147Z] Removing intermediate container ea09eb2e1212 [2021-05-11T02:07:26.147Z] ---> f72d7d8e3e16 [2021-05-11T02:07:26.147Z] Successfully built f72d7d8e3e16 [2021-05-11T02:07:26.147Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:07:26.493Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T02:07:26.493Z] . [Pipeline] withDockerContainer [2021-05-11T02:07:26.734Z] prd-ubuntu18.04-docker-arm64-4c-16g-4292 does not seem to be running inside a container [2021-05-11T02:07:26.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/107 -v /w/workspace/app-service-configurable/107:/w/workspace/app-service-configurable/107:rw,z -v /w/workspace/app-service-configurable/107@tmp:/w/workspace/app-service-configurable/107@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-05-11T02:07:28.257Z] $ docker top 216aded4a560f65b20f7175bdd9f9688a0f3e5c7b2ce045d386ca50cef402ddb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:07:29.016Z] Commit message: "refactor: Move topic config to appropriate config struct (#249)" [2021-05-11T02:07:29.186Z] + go version [2021-05-11T02:07:29.187Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T02:07:29.217Z] $ docker stop --time=1 216aded4a560f65b20f7175bdd9f9688a0f3e5c7b2ce045d386ca50cef402ddb [2021-05-11T02:07:31.250Z] $ docker rm -f 216aded4a560f65b20f7175bdd9f9688a0f3e5c7b2ce045d386ca50cef402ddb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T02:07:32.002Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T02:07:32.002Z] . [Pipeline] withDockerContainer [2021-05-11T02:07:33.553Z] prd-ubuntu18.04-docker-arm64-4c-16g-4292 does not seem to be running inside a container [2021-05-11T02:07:33.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/107 -v /w/workspace/app-service-configurable/107:/w/workspace/app-service-configurable/107:rw,z -v /w/workspace/app-service-configurable/107@tmp:/w/workspace/app-service-configurable/107@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-05-11T02:07:33.698Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-05-11T02:07:35.098Z] $ docker top 325329648b3997b5a91a45116228a30f5d3d2673dfe6f00793cb34d83370f962 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-11T02:07:35.787Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T02:07:36.183Z] + go mod tidy [2021-05-11T02:07:36.208Z] + true [2021-05-11T02:07:36.208Z] + sudo service docker restart [2021-05-11T02:07:36.208Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] sh [2021-05-11T02:07:37.453Z] + make test [2021-05-11T02:07:37.453Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T02:07:39.017Z] provisioning config files... [2021-05-11T02:07:39.056Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/107@tmp/config2936964417336743682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:07:39.552Z] ---> docker-login.sh [2021-05-11T02:07:39.552Z] nexus3.edgexfoundry.org:10001 [2021-05-11T02:07:40.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:07:40.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:07:40.602Z] Configure a credential helper to remove this warning. See [2021-05-11T02:07:40.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:07:40.602Z] [2021-05-11T02:07:40.602Z] Login Succeeded [2021-05-11T02:07:40.602Z] nexus3.edgexfoundry.org:10002 [2021-05-11T02:07:41.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:07:41.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:07:41.261Z] Configure a credential helper to remove this warning. See [2021-05-11T02:07:41.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:07:41.261Z] [2021-05-11T02:07:41.261Z] Login Succeeded [2021-05-11T02:07:41.261Z] nexus3.edgexfoundry.org:10003 [2021-05-11T02:07:41.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:07:41.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:07:41.884Z] Configure a credential helper to remove this warning. See [2021-05-11T02:07:41.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:07:41.884Z] [2021-05-11T02:07:41.884Z] Login Succeeded [2021-05-11T02:07:41.884Z] nexus3.edgexfoundry.org:10004 [2021-05-11T02:07:42.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:07:42.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:07:42.489Z] Configure a credential helper to remove this warning. See [2021-05-11T02:07:42.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:07:42.489Z] [2021-05-11T02:07:42.489Z] Login Succeeded [2021-05-11T02:07:42.489Z] docker.io [2021-05-11T02:07:42.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:07:43.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:07:43.107Z] Configure a credential helper to remove this warning. See [2021-05-11T02:07:43.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:07:43.107Z] [2021-05-11T02:07:43.107Z] Login Succeeded [2021-05-11T02:07:43.107Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T02:07:43.172Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T02:07:43.569Z] ========================================================= [2021-05-11T02:07:43.569Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T02:07:43.569Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:07:43.995Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T02:07:43.995Z] Sending build context to Docker daemon 92.67kB [2021-05-11T02:07:44.285Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:44.285Z] Step 2/8 : FROM ${BASE} [2021-05-11T02:07:44.285Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T02:07:44.285Z] 540db60ca938: Pulling fs layer [2021-05-11T02:07:44.285Z] adcc1eea9eea: Pulling fs layer [2021-05-11T02:07:44.285Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T02:07:44.285Z] 0510c868ecb4: Pulling fs layer [2021-05-11T02:07:44.285Z] afea3b2eda06: Pulling fs layer [2021-05-11T02:07:44.285Z] 7809a108b3ef: Pulling fs layer [2021-05-11T02:07:44.285Z] f706445af74f: Pulling fs layer [2021-05-11T02:07:44.285Z] afea3b2eda06: Waiting [2021-05-11T02:07:44.285Z] 7809a108b3ef: Waiting [2021-05-11T02:07:44.285Z] f706445af74f: Waiting [2021-05-11T02:07:44.285Z] 0510c868ecb4: Waiting [2021-05-11T02:07:44.285Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T02:07:44.285Z] 4c4ab2625f07: Download complete [2021-05-11T02:07:44.285Z] adcc1eea9eea: Download complete [2021-05-11T02:07:44.285Z] afea3b2eda06: Verifying Checksum [2021-05-11T02:07:44.285Z] afea3b2eda06: Download complete [2021-05-11T02:07:44.614Z] 7809a108b3ef: Verifying Checksum [2021-05-11T02:07:44.614Z] 7809a108b3ef: Download complete [2021-05-11T02:07:44.614Z] 540db60ca938: Verifying Checksum [2021-05-11T02:07:44.614Z] 540db60ca938: Download complete [2021-05-11T02:07:45.711Z] 540db60ca938: Pull complete [2021-05-11T02:07:46.472Z] adcc1eea9eea: Pull complete [2021-05-11T02:07:47.198Z] 4c4ab2625f07: Pull complete [2021-05-11T02:07:51.615Z] f706445af74f: Verifying Checksum [2021-05-11T02:07:51.615Z] f706445af74f: Download complete [2021-05-11T02:07:53.086Z] 0510c868ecb4: Verifying Checksum [2021-05-11T02:07:53.086Z] 0510c868ecb4: Download complete [2021-05-11T02:08:11.863Z] 0510c868ecb4: Pull complete [2021-05-11T02:08:11.863Z] afea3b2eda06: Pull complete [2021-05-11T02:08:11.863Z] 7809a108b3ef: Pull complete [2021-05-11T02:08:20.848Z] f706445af74f: Pull complete [2021-05-11T02:08:20.848Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T02:08:20.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T02:08:20.848Z] ---> b068be0155e3 [2021-05-11T02:08:20.848Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T02:08:20.848Z] ---> Running in a7d8b7e16b5c [2021-05-11T02:08:20.848Z] Removing intermediate container a7d8b7e16b5c [2021-05-11T02:08:20.848Z] ---> a3c5ffc83ab5 [2021-05-11T02:08:20.848Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:08:20.848Z] ---> Running in f21a2ffede5e [2021-05-11T02:08:23.721Z] Removing intermediate container f21a2ffede5e [2021-05-11T02:08:23.721Z] ---> c6f7a97a8946 [2021-05-11T02:08:23.721Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-11T02:08:23.721Z] ---> Running in 34d94acdca6f [2021-05-11T02:08:24.837Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:08:26.877Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:08:27.927Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T02:08:27.927Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T02:08:28.210Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T02:08:28.210Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T02:08:28.514Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T02:08:28.843Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T02:08:28.843Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T02:08:28.843Z] OK: 150 MiB in 46 packages [2021-05-11T02:08:30.589Z] Removing intermediate container 34d94acdca6f [2021-05-11T02:08:30.589Z] ---> 38e3274fe76d [2021-05-11T02:08:30.589Z] Step 6/8 : WORKDIR /app [2021-05-11T02:08:30.911Z] ---> Running in c780c70973bc [2021-05-11T02:08:31.192Z] Removing intermediate container c780c70973bc [2021-05-11T02:08:31.192Z] ---> 97c7e1b687c7 [2021-05-11T02:08:31.192Z] Step 7/8 : COPY . . [2021-05-11T02:08:31.835Z] ---> 9ff19e5032ff [2021-05-11T02:08:31.835Z] Step 8/8 : RUN go mod download [2021-05-11T02:08:32.147Z] ---> Running in 2420ca313756 [2021-05-11T02:08:34.091Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-11T02:08:34.091Z] CGO_ENABLED=1 go vet ./... [2021-05-11T02:08:56.341Z] gofmt -l . [2021-05-11T02:08:56.341Z] [ "`gofmt -l .`" = "" ] [2021-05-11T02:08:56.341Z] ./bin/test-go-mod-tidy.sh [2021-05-11T02:08:56.341Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-11T02:08:56.971Z] $ docker stop --time=1 325329648b3997b5a91a45116228a30f5d3d2673dfe6f00793cb34d83370f962 [2021-05-11T02:08:59.087Z] $ docker rm -f 325329648b3997b5a91a45116228a30f5d3d2673dfe6f00793cb34d83370f962 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T02:08:59.898Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T02:09:00.734Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T02:09:01.901Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T02:09:02.257Z] + ls -al . [2021-05-11T02:09:02.257Z] total 116 [2021-05-11T02:09:02.257Z] drwxrwxr-x 7 jenkins jenkins 4096 May 11 02:08 . [2021-05-11T02:09:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 02:06 .. [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 119 May 11 02:06 .dockerignore [2021-05-11T02:09:02.257Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 02:06 .git [2021-05-11T02:09:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 02:06 .github [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 111 May 11 02:06 .gitignore [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 7306 May 11 02:06 Attribution.txt [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 2032 May 11 02:06 Dockerfile [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 970 May 11 02:06 Dockerfile.build [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 687 May 11 02:06 Jenkinsfile [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 11 02:06 LICENSE [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 3230 May 11 02:06 README.md [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 12 May 11 02:02 VERSION [2021-05-11T02:09:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 02:06 bin [2021-05-11T02:09:02.257Z] -rw-r--r-- 1 jenkins jenkins 10 May 11 02:07 coverage.out [2021-05-11T02:09:02.257Z] -rw-r--r-- 1 jenkins jenkins 136 May 11 02:08 go.mod [2021-05-11T02:09:02.257Z] -rw-r--r-- 1 jenkins jenkins 20757 May 11 02:07 go.sum [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 1460 May 11 02:06 main.go [2021-05-11T02:09:02.257Z] -rw-rw-r-- 1 jenkins jenkins 1595 May 11 02:06 makefile [2021-05-11T02:09:02.257Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 02:06 res [2021-05-11T02:09:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 02:06 snap [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:09:02.654Z] + 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=021e28942e8876b2560ded735e906d53e9e76b63 --label arch=arm64 --label version=2.0.0-dev.37 . [2021-05-11T02:09:02.654Z] Sending build context to Docker daemon 116.2kB [2021-05-11T02:09:02.942Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T02:09:02.942Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-11T02:09:02.942Z] ---> f72d7d8e3e16 [2021-05-11T02:09:02.942Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-11T02:09:03.230Z] ---> Running in 328a727e355a [2021-05-11T02:09:03.837Z] Removing intermediate container 328a727e355a [2021-05-11T02:09:03.837Z] ---> 96ca83ab1416 [2021-05-11T02:09:03.837Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T02:09:03.837Z] ---> Running in ac243835e9b8 [2021-05-11T02:09:04.437Z] Removing intermediate container ac243835e9b8 [2021-05-11T02:09:04.437Z] ---> 8e9a90108238 [2021-05-11T02:09:04.437Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T02:09:04.437Z] ---> Running in 4fb3b86ead13 [2021-05-11T02:09:05.035Z] Removing intermediate container 4fb3b86ead13 [2021-05-11T02:09:05.035Z] ---> 13890fb73640 [2021-05-11T02:09:05.035Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:09:05.035Z] ---> Running in 774a8192db2b [2021-05-11T02:09:07.005Z] Removing intermediate container 774a8192db2b [2021-05-11T02:09:07.005Z] ---> 253b40073c28 [2021-05-11T02:09:07.005Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T02:09:07.277Z] ---> Running in 7c1a014e2dc0 [2021-05-11T02:09:08.254Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:09:10.874Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:09:16.275Z] OK: 139 MiB in 46 packages [2021-05-11T02:09:16.869Z] Removing intermediate container 7c1a014e2dc0 [2021-05-11T02:09:16.869Z] ---> 16fc2d039475 [2021-05-11T02:09:16.869Z] Step 8/27 : WORKDIR /app [2021-05-11T02:09:16.869Z] ---> Running in 3ccc2e129a96 [2021-05-11T02:09:17.461Z] Removing intermediate container 3ccc2e129a96 [2021-05-11T02:09:17.461Z] ---> de7cebb81e6d [2021-05-11T02:09:17.461Z] Step 9/27 : COPY go.mod . [2021-05-11T02:09:18.053Z] ---> 1e59bfc83d6c [2021-05-11T02:09:18.053Z] Step 10/27 : RUN go mod download [2021-05-11T02:09:18.327Z] ---> Running in 5371ec98967c [2021-05-11T02:09:20.101Z] Removing intermediate container 2420ca313756 [2021-05-11T02:09:20.101Z] ---> acb6320ba0b9 [2021-05-11T02:09:20.101Z] Successfully built acb6320ba0b9 [2021-05-11T02:09:20.101Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:09:20.297Z] Removing intermediate container 5371ec98967c [2021-05-11T02:09:20.297Z] ---> 599cce0d299e [2021-05-11T02:09:20.297Z] Step 11/27 : COPY . . [2021-05-11T02:09:20.748Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T02:09:20.886Z] ---> a4d8bb32ca62 [2021-05-11T02:09:20.887Z] Step 12/27 : ARG MAKE="make build" [2021-05-11T02:09:21.160Z] ---> Running in f0ace5d390d6 [2021-05-11T02:09:21.372Z] . [2021-05-11T02:09:21.431Z] Removing intermediate container f0ace5d390d6 [2021-05-11T02:09:21.432Z] ---> 12e0fe4f7ad2 [2021-05-11T02:09:21.432Z] Step 13/27 : RUN $MAKE [Pipeline] withDockerContainer [2021-05-11T02:09:21.703Z] ---> Running in ec57cdac8a04 [2021-05-11T02:09:21.864Z] prd-centos7-docker-4c-2g-4293 does not seem to be running inside a container [2021-05-11T02:09:22.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/107 -v /w/workspace/app-service-configurable/107:/w/workspace/app-service-configurable/107:rw,z -v /w/workspace/app-service-configurable/107@tmp:/w/workspace/app-service-configurable/107@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-05-11T02:09:22.678Z] go mod tidy [2021-05-11T02:09:23.284Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.37" -o app-service-configurable [2021-05-11T02:09:24.809Z] $ docker top 05909163374c232e88ea1ddb8c866e044380e050bf83688b39e55ae9532179a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:09:26.197Z] + go version [2021-05-11T02:09:26.485Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T02:09:26.546Z] $ docker stop --time=1 05909163374c232e88ea1ddb8c866e044380e050bf83688b39e55ae9532179a1 [2021-05-11T02:09:28.459Z] $ docker rm -f 05909163374c232e88ea1ddb8c866e044380e050bf83688b39e55ae9532179a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:09:29.243Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T02:09:29.243Z] . [Pipeline] withDockerContainer [2021-05-11T02:09:30.026Z] prd-centos7-docker-4c-2g-4293 does not seem to be running inside a container [2021-05-11T02:09:30.215Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/107 -v /w/workspace/app-service-configurable/107:/w/workspace/app-service-configurable/107:rw,z -v /w/workspace/app-service-configurable/107@tmp:/w/workspace/app-service-configurable/107@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-05-11T02:09:31.836Z] $ docker top 527034303f7abf68aa2d101f35b82f34d7d62b203fc32ad84858da9657cc63fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:09:32.965Z] + go mod tidy [Pipeline] sh [2021-05-11T02:09:35.549Z] + make test [2021-05-11T02:09:35.549Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-11T02:10:02.321Z] Removing intermediate container ec57cdac8a04 [2021-05-11T02:10:02.321Z] ---> e04b4cae81db [2021-05-11T02:10:02.321Z] Step 14/27 : FROM alpine:3.12 [2021-05-11T02:10:02.321Z] 3.12: Pulling from library/alpine [2021-05-11T02:10:02.321Z] d2f70382dc9a: Pulling fs layer [2021-05-11T02:10:02.321Z] error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/98/9852663dfa1831e2c3129c874e328874c84a1ae68072eeb8c7a1914f903a8d3e/data?verify=1620702002-UAzHbOeix9FffH22SBRo507h3Tg%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:10:03.005Z] ---> job-cost.sh [2021-05-11T02:10:03.006Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JQZy [2021-05-11T02:10:34.332Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-11T02:10:34.332Z] CGO_ENABLED=1 go vet ./... [2021-05-11T02:10:50.024Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T02:11:07.808Z] gofmt -l . [2021-05-11T02:11:07.809Z] [ "`gofmt -l .`" = "" ] [2021-05-11T02:11:07.809Z] ./bin/test-go-mod-tidy.sh [2021-05-11T02:11:07.809Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-11T02:11:08.175Z] $ docker stop --time=1 527034303f7abf68aa2d101f35b82f34d7d62b203fc32ad84858da9657cc63fd [2021-05-11T02:11:11.063Z] $ docker rm -f 527034303f7abf68aa2d101f35b82f34d7d62b203fc32ad84858da9657cc63fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T02:11:12.383Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T02:11:12.413Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T02:11:13.678Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T02:11:14.513Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T02:11:15.000Z] + ls -al . [2021-05-11T02:11:15.000Z] total 92 [2021-05-11T02:11:15.000Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 11 02:11 . [2021-05-11T02:11:15.000Z] drwxrwxr-x. 4 jenkins jenkins 32 May 11 02:07 .. [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 7306 May 11 02:07 Attribution.txt [2021-05-11T02:11:15.000Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 02:07 bin [2021-05-11T02:11:15.000Z] -rw-r--r--. 1 jenkins jenkins 10 May 11 02:09 coverage.out [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 2032 May 11 02:07 Dockerfile [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 970 May 11 02:07 Dockerfile.build [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 119 May 11 02:07 .dockerignore [2021-05-11T02:11:15.000Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 02:07 .git [2021-05-11T02:11:15.000Z] drwxrwxr-x. 2 jenkins jenkins 81 May 11 02:07 .github [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 111 May 11 02:07 .gitignore [2021-05-11T02:11:15.000Z] -rw-r--r--. 1 jenkins jenkins 136 May 11 02:11 go.mod [2021-05-11T02:11:15.000Z] -rw-r--r--. 1 jenkins jenkins 20757 May 11 02:09 go.sum [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 687 May 11 02:07 Jenkinsfile [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 10174 May 11 02:07 LICENSE [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 1460 May 11 02:07 main.go [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 1595 May 11 02:07 makefile [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 3230 May 11 02:07 README.md [2021-05-11T02:11:15.000Z] drwxrwxr-x. 8 jenkins jenkins 122 May 11 02:07 res [2021-05-11T02:11:15.000Z] drwxrwxr-x. 4 jenkins jenkins 71 May 11 02:07 snap [2021-05-11T02:11:15.000Z] -rw-rw-r--. 1 jenkins jenkins 12 May 11 02:02 VERSION [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:15.608Z] + 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=021e28942e8876b2560ded735e906d53e9e76b63 --label arch=amd64 --label version=2.0.0-dev.37 . [2021-05-11T02:11:15.608Z] Sending build context to Docker daemon 116.2kB [2021-05-11T02:11:16.313Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T02:11:16.313Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-11T02:11:16.313Z] ---> acb6320ba0b9 [2021-05-11T02:11:16.313Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-11T02:11:16.313Z] ---> Running in 7e8f178809b7 [2021-05-11T02:11:16.688Z] Removing intermediate container 7e8f178809b7 [2021-05-11T02:11:16.688Z] ---> baca63107222 [2021-05-11T02:11:16.688Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T02:11:17.012Z] ---> Running in a470c64440f9 [2021-05-11T02:11:18.050Z] Removing intermediate container a470c64440f9 [2021-05-11T02:11:18.050Z] ---> 1d6990ef92d7 [2021-05-11T02:11:18.050Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T02:11:18.050Z] ---> Running in 2af0907ed0e3 [2021-05-11T02:11:18.339Z] Removing intermediate container 2af0907ed0e3 [2021-05-11T02:11:18.339Z] ---> ac876fe0fb27 [2021-05-11T02:11:18.339Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:11:18.629Z] ---> Running in fdb002c1613a [2021-05-11T02:11:21.384Z] Removing intermediate container fdb002c1613a [2021-05-11T02:11:21.384Z] ---> 93fbba171ae8 [2021-05-11T02:11:21.384Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T02:11:21.384Z] ---> Running in dc5d520a4ced [2021-05-11T02:11:22.866Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:11:25.068Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:11:25.918Z] OK: 150 MiB in 46 packages [2021-05-11T02:11:27.510Z] Removing intermediate container dc5d520a4ced [2021-05-11T02:11:27.510Z] ---> 427e7ea5e3a8 [2021-05-11T02:11:27.510Z] Step 8/27 : WORKDIR /app [2021-05-11T02:11:27.510Z] ---> Running in ea48516c9a53 [2021-05-11T02:11:28.181Z] Removing intermediate container ea48516c9a53 [2021-05-11T02:11:28.181Z] ---> 7ff866ed9ac4 [2021-05-11T02:11:28.181Z] Step 9/27 : COPY go.mod . [2021-05-11T02:11:29.297Z] ---> dcde44681d1c [2021-05-11T02:11:29.297Z] Step 10/27 : RUN go mod download [2021-05-11T02:11:29.641Z] ---> Running in 0b7520a4476f [2021-05-11T02:11:34.482Z] Removing intermediate container 0b7520a4476f [2021-05-11T02:11:34.482Z] ---> dc2a80e5a0f0 [2021-05-11T02:11:34.482Z] Step 11/27 : COPY . . [2021-05-11T02:11:35.565Z] ---> 4dbc48f84649 [2021-05-11T02:11:35.565Z] Step 12/27 : ARG MAKE="make build" [2021-05-11T02:11:35.565Z] ---> Running in 7c3fe2b40751 [2021-05-11T02:11:36.578Z] Removing intermediate container 7c3fe2b40751 [2021-05-11T02:11:36.578Z] ---> 59b8a76a882c [2021-05-11T02:11:36.578Z] Step 13/27 : RUN $MAKE [2021-05-11T02:11:36.579Z] ---> Running in 6d03957071ef [2021-05-11T02:11:38.689Z] go mod tidy [2021-05-11T02:11:39.452Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.37" -o app-service-configurable [2021-05-11T02:12:19.817Z] Removing intermediate container 6d03957071ef [2021-05-11T02:12:19.817Z] ---> 6602cf3e65d4 [2021-05-11T02:12:19.817Z] Step 14/27 : FROM alpine:3.12 [2021-05-11T02:12:19.817Z] 3.12: Pulling from library/alpine [2021-05-11T02:12:19.817Z] 339de151aab4: Pulling fs layer [2021-05-11T02:12:19.817Z] 339de151aab4: Verifying Checksum [2021-05-11T02:12:19.817Z] 339de151aab4: Download complete [2021-05-11T02:12:20.093Z] 339de151aab4: Pull complete [2021-05-11T02:12:20.093Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T02:12:20.093Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T02:12:20.093Z] ---> 13621d1b12d4 [2021-05-11T02:12:20.093Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T02:12:20.375Z] ---> Running in 55e1267a8100 [2021-05-11T02:12:20.672Z] Removing intermediate container 55e1267a8100 [2021-05-11T02:12:20.672Z] ---> 698ef3bf777d [2021-05-11T02:12:20.672Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-11T02:12:20.981Z] ---> Running in 6ab1ea673fef [2021-05-11T02:12:21.327Z] Removing intermediate container 6ab1ea673fef [2021-05-11T02:12:21.327Z] ---> 86a54b562947 [2021-05-11T02:12:21.327Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-11T02:12:21.327Z] ---> Running in 9ac466146e8a [2021-05-11T02:12:22.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:22.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:23.135Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-11T02:12:23.135Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-11T02:12:23.135Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-11T02:12:23.135Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-11T02:12:23.135Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-11T02:12:23.135Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-11T02:12:23.135Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-11T02:12:23.135Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:12:23.135Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T02:12:23.470Z] OK: 9 MiB in 21 packages [2021-05-11T02:12:26.936Z] Removing intermediate container 9ac466146e8a [2021-05-11T02:12:26.936Z] ---> 120eedb387f2 [2021-05-11T02:12:26.936Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-11T02:12:28.091Z] ---> 24168413be95 [2021-05-11T02:12:28.091Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-11T02:12:28.728Z] ---> befb550bb555 [2021-05-11T02:12:28.728Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-05-11T02:12:29.715Z] ---> da8058dfaa4a [2021-05-11T02:12:29.715Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-11T02:12:32.826Z] ---> 88fe04157522 [2021-05-11T02:12:32.826Z] Step 22/27 : EXPOSE 48095 [2021-05-11T02:12:32.826Z] ---> Running in 6fdf742acd2c [2021-05-11T02:12:33.458Z] Removing intermediate container 6fdf742acd2c [2021-05-11T02:12:33.458Z] ---> 0505f34337a4 [2021-05-11T02:12:33.458Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-05-11T02:12:33.458Z] ---> Running in 4e6202f8c760 [2021-05-11T02:12:34.129Z] Removing intermediate container 4e6202f8c760 [2021-05-11T02:12:34.129Z] ---> 5805d5ac5e3b [2021-05-11T02:12:34.129Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:12:34.129Z] ---> Running in 4e351e7eedda [2021-05-11T02:12:34.434Z] Removing intermediate container 4e351e7eedda [2021-05-11T02:12:34.434Z] ---> eeca107b8b7b [2021-05-11T02:12:34.434Z] Step 25/27 : LABEL arch=amd64 [2021-05-11T02:12:34.719Z] ---> Running in 115368fb041b [2021-05-11T02:12:35.366Z] Removing intermediate container 115368fb041b [2021-05-11T02:12:35.366Z] ---> 0593a0f320b0 [2021-05-11T02:12:35.366Z] Step 26/27 : LABEL git_sha=021e28942e8876b2560ded735e906d53e9e76b63 [2021-05-11T02:12:35.674Z] ---> Running in 5141697055d7 [2021-05-11T02:12:36.788Z] Removing intermediate container 5141697055d7 [2021-05-11T02:12:36.788Z] ---> 0279ae3f3f07 [2021-05-11T02:12:36.788Z] Step 27/27 : LABEL version=2.0.0-dev.37 [2021-05-11T02:12:37.103Z] ---> Running in 2b26fa29618e [2021-05-11T02:12:37.802Z] Removing intermediate container 2b26fa29618e [2021-05-11T02:12:37.802Z] ---> f37c7c0fa116 [2021-05-11T02:12:37.802Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T02:12:37.802Z] Successfully built f37c7c0fa116 [2021-05-11T02:12:37.802Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T02:12:38.048Z] provisioning config files... [2021-05-11T02:12:38.118Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/107@tmp/config1109030413851420842tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:12:38.782Z] ---> docker-login.sh [2021-05-11T02:12:38.782Z] nexus3.edgexfoundry.org:10001 [2021-05-11T02:12:39.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:12:39.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:12:39.424Z] Configure a credential helper to remove this warning. See [2021-05-11T02:12:39.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:12:39.424Z] [2021-05-11T02:12:39.424Z] Login Succeeded [2021-05-11T02:12:39.424Z] nexus3.edgexfoundry.org:10002 [2021-05-11T02:12:40.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:12:40.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:12:40.072Z] Configure a credential helper to remove this warning. See [2021-05-11T02:12:40.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:12:40.072Z] [2021-05-11T02:12:40.072Z] Login Succeeded [2021-05-11T02:12:40.072Z] nexus3.edgexfoundry.org:10003 [2021-05-11T02:12:41.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:12:41.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:12:41.151Z] Configure a credential helper to remove this warning. See [2021-05-11T02:12:41.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:12:41.151Z] [2021-05-11T02:12:41.151Z] Login Succeeded [2021-05-11T02:12:41.151Z] nexus3.edgexfoundry.org:10004 [2021-05-11T02:12:41.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:12:41.833Z] lf-activate-venv(): INFO: Adding /tmp/venv-JQZy/bin to PATH [2021-05-11T02:12:41.833Z] INFO: No Stack... [2021-05-11T02:12:41.833Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T02:12:41.833Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T02:12:42.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:12:42.067Z] Configure a credential helper to remove this warning. See [2021-05-11T02:12:42.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:12:42.067Z] [2021-05-11T02:12:42.067Z] Login Succeeded [2021-05-11T02:12:42.067Z] docker.io [2021-05-11T02:12:42.186Z] + cat /w/workspace/app-service-configurable/107/archives/cost.csv [2021-05-11T02:12:42.186Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T02:12:42.334Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] [2021-05-11T02:12:42.343Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] did not exist. Created. [2021-05-11T02:12:42.343Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] [2021-05-11T02:12:42.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T02:12:42.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:12:42.623Z] Configure a credential helper to remove this warning. See [2021-05-11T02:12:42.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:12:42.623Z] [2021-05-11T02:12:42.623Z] Login Succeeded [2021-05-11T02:12:42.712Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T02:12:42.903Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T02:12:42.921Z] Deleting 1 temporary files [2021-05-11T02:12:42.933Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T02:12:42.949Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] [Pipeline] // wrap [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] echo [2021-05-11T02:12:43.026Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-05-11T02:12:43.027Z] 021e28942e8876b2560ded735e906d53e9e76b63 [2021-05-11T02:12:43.027Z] latest [2021-05-11T02:12:43.027Z] 2.0.0-dev.37 [2021-05-11T02:12:43.027Z] 021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37 [2021-05-11T02:12:43.027Z] master [2021-05-11T02:12:43.027Z] ===================================================== [Pipeline] // withEnv [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerRegistry [Pipeline] // ws [Pipeline] } [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T02:12:43.163Z] Failed in branch arm64 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:43.819Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:44.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63 [2021-05-11T02:12:44.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-11T02:12:44.742Z] 4f3d53df8b89: Preparing [2021-05-11T02:12:44.742Z] 5586457f30b5: Preparing [2021-05-11T02:12:44.742Z] 81a8a9568265: Preparing [2021-05-11T02:12:44.742Z] 84dce83061e6: Preparing [2021-05-11T02:12:44.742Z] 1fa55f17c5eb: Preparing [2021-05-11T02:12:44.742Z] 32f366d666a5: Preparing [2021-05-11T02:12:44.742Z] 32f366d666a5: Waiting [2021-05-11T02:12:45.129Z] 5586457f30b5: Pushed [2021-05-11T02:12:45.129Z] 81a8a9568265: Pushed [2021-05-11T02:12:45.129Z] 84dce83061e6: Pushed [2021-05-11T02:12:45.438Z] 32f366d666a5: Layer already exists [2021-05-11T02:12:45.738Z] 1fa55f17c5eb: Pushed [2021-05-11T02:12:47.852Z] 4f3d53df8b89: Pushed [2021-05-11T02:12:48.134Z] 021e28942e8876b2560ded735e906d53e9e76b63: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:48.558Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:50.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-05-11T02:12:50.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-11T02:12:50.364Z] 4f3d53df8b89: Preparing [2021-05-11T02:12:50.364Z] 5586457f30b5: Preparing [2021-05-11T02:12:50.364Z] 81a8a9568265: Preparing [2021-05-11T02:12:50.364Z] 84dce83061e6: Preparing [2021-05-11T02:12:50.364Z] 1fa55f17c5eb: Preparing [2021-05-11T02:12:50.364Z] 32f366d666a5: Preparing [2021-05-11T02:12:50.364Z] 32f366d666a5: Waiting [2021-05-11T02:12:50.364Z] 1fa55f17c5eb: Layer already exists [2021-05-11T02:12:50.364Z] 5586457f30b5: Layer already exists [2021-05-11T02:12:50.364Z] 81a8a9568265: Layer already exists [2021-05-11T02:12:50.364Z] 84dce83061e6: Layer already exists [2021-05-11T02:12:50.364Z] 4f3d53df8b89: Layer already exists [2021-05-11T02:12:50.364Z] 32f366d666a5: Layer already exists [2021-05-11T02:12:50.364Z] latest: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:51.529Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:52.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.37 [2021-05-11T02:12:52.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-11T02:12:52.276Z] 4f3d53df8b89: Preparing [2021-05-11T02:12:52.276Z] 5586457f30b5: Preparing [2021-05-11T02:12:52.276Z] 81a8a9568265: Preparing [2021-05-11T02:12:52.276Z] 84dce83061e6: Preparing [2021-05-11T02:12:52.276Z] 1fa55f17c5eb: Preparing [2021-05-11T02:12:52.276Z] 32f366d666a5: Preparing [2021-05-11T02:12:52.276Z] 32f366d666a5: Waiting [2021-05-11T02:12:52.276Z] 1fa55f17c5eb: Layer already exists [2021-05-11T02:12:52.276Z] 81a8a9568265: Layer already exists [2021-05-11T02:12:52.276Z] 84dce83061e6: Layer already exists [2021-05-11T02:12:52.276Z] 5586457f30b5: Layer already exists [2021-05-11T02:12:52.276Z] 4f3d53df8b89: Layer already exists [2021-05-11T02:12:52.562Z] 32f366d666a5: Layer already exists [2021-05-11T02:12:52.562Z] 2.0.0-dev.37: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:53.028Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:53.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37 [2021-05-11T02:12:53.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-11T02:12:53.830Z] 4f3d53df8b89: Preparing [2021-05-11T02:12:53.830Z] 5586457f30b5: Preparing [2021-05-11T02:12:53.830Z] 81a8a9568265: Preparing [2021-05-11T02:12:53.830Z] 84dce83061e6: Preparing [2021-05-11T02:12:53.830Z] 1fa55f17c5eb: Preparing [2021-05-11T02:12:53.830Z] 32f366d666a5: Preparing [2021-05-11T02:12:53.830Z] 32f366d666a5: Waiting [2021-05-11T02:12:53.830Z] 84dce83061e6: Layer already exists [2021-05-11T02:12:53.830Z] 5586457f30b5: Layer already exists [2021-05-11T02:12:53.830Z] 4f3d53df8b89: Layer already exists [2021-05-11T02:12:53.830Z] 81a8a9568265: Layer already exists [2021-05-11T02:12:53.830Z] 1fa55f17c5eb: Layer already exists [2021-05-11T02:12:53.830Z] 32f366d666a5: Layer already exists [2021-05-11T02:12:53.830Z] 021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:54.346Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:54.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-05-11T02:12:54.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-11T02:12:55.186Z] 4f3d53df8b89: Preparing [2021-05-11T02:12:55.187Z] 5586457f30b5: Preparing [2021-05-11T02:12:55.187Z] 81a8a9568265: Preparing [2021-05-11T02:12:55.187Z] 84dce83061e6: Preparing [2021-05-11T02:12:55.187Z] 1fa55f17c5eb: Preparing [2021-05-11T02:12:55.187Z] 32f366d666a5: Preparing [2021-05-11T02:12:55.187Z] 32f366d666a5: Waiting [2021-05-11T02:12:55.187Z] 1fa55f17c5eb: Layer already exists [2021-05-11T02:12:55.187Z] 4f3d53df8b89: Layer already exists [2021-05-11T02:12:55.187Z] 5586457f30b5: Layer already exists [2021-05-11T02:12:55.187Z] 84dce83061e6: Layer already exists [2021-05-11T02:12:55.187Z] 81a8a9568265: Layer already exists [2021-05-11T02:12:55.187Z] 32f366d666a5: Layer already exists [2021-05-11T02:12:55.187Z] master: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:12:55.310Z] ===================================================== [Pipeline] echo [2021-05-11T02:12:55.327Z] taggedImages: [2021-05-11T02:12:55.328Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63 [2021-05-11T02:12:55.328Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-05-11T02:12:55.328Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.37 [2021-05-11T02:12:55.328Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37 [2021-05-11T02:12:55.328Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:12:56.152Z] ---> job-cost.sh [2021-05-11T02:12:56.152Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oNjS [2021-05-11T02:13:35.835Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T02:14:33.282Z] lf-activate-venv(): INFO: Adding /tmp/venv-oNjS/bin to PATH [2021-05-11T02:14:33.282Z] INFO: No Stack... [2021-05-11T02:14:33.282Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T02:14:33.282Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T02:14:33.676Z] + cut -d, -f6 [2021-05-11T02:14:33.676Z] + cat /w/workspace/app-service-configurable/107/archives/cost.csv [Pipeline] lock [2021-05-11T02:14:34.116Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] [2021-05-11T02:14:34.125Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] did not exist. Created. [2021-05-11T02:14:34.125Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T02:14:34.835Z] /w/workspace/app-service-configurable/107@tmp/durable-a1134d2d/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-05-11T02:14:35.327Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T02:14:35.404Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T02:14:35.974Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T02:14:35.987Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-107-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-05-11T02:14:37.650Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:14:39.062Z] ---> package-listing.sh [2021-05-11T02:14:39.062Z] ++ facter osfamily [2021-05-11T02:14:39.062Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T02:14:39.697Z] + OS_FAMILY=redhat [2021-05-11T02:14:39.697Z] + workspace=/w/workspace/_app-service-configurable_master [2021-05-11T02:14:39.697Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T02:14:39.697Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T02:14:39.697Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T02:14:39.697Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T02:14:39.697Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-05-11T02:14:39.697Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T02:14:39.697Z] + case "${OS_FAMILY}" in [2021-05-11T02:14:39.697Z] + rpm -qa [2021-05-11T02:14:39.697Z] + sort [2021-05-11T02:14:50.323Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T02:14:50.323Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T02:14:50.323Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T02:14:50.323Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-05-11T02:14:50.323Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-05-11T02:14:50.323Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-05-11T02:14:50.360Z] 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-05-11T02:14:52.849Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:14:53.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T02:14:54.285Z] [2021-05-11T02:14:54.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:14:54.880Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T02:14:55.241Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T02:14:55.241Z] df20fa9351a1: Pulling fs layer [2021-05-11T02:14:55.241Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T02:14:55.241Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T02:14:55.241Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T02:14:55.241Z] 93b61091891f: Pulling fs layer [2021-05-11T02:14:55.241Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T02:14:55.241Z] 5e14af77c1be: Pulling fs layer [2021-05-11T02:14:55.241Z] 01666e4c0597: Pulling fs layer [2021-05-11T02:14:55.241Z] aa168da1d23b: Pulling fs layer [2021-05-11T02:14:55.241Z] 46f8f816bc3b: Waiting [2021-05-11T02:14:55.241Z] 93b61091891f: Waiting [2021-05-11T02:14:55.241Z] 93b9cdb0e59b: Waiting [2021-05-11T02:14:55.241Z] 5e14af77c1be: Waiting [2021-05-11T02:14:55.241Z] 01666e4c0597: Waiting [2021-05-11T02:14:55.241Z] aa168da1d23b: Waiting [2021-05-11T02:14:55.241Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T02:14:55.241Z] 36b3adc4ff6f: Download complete [2021-05-11T02:14:55.575Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T02:14:55.575Z] 46f8f816bc3b: Download complete [2021-05-11T02:14:55.903Z] df20fa9351a1: Verifying Checksum [2021-05-11T02:14:55.903Z] df20fa9351a1: Download complete [2021-05-11T02:14:55.903Z] 93b61091891f: Verifying Checksum [2021-05-11T02:14:55.903Z] 93b61091891f: Download complete [2021-05-11T02:14:55.903Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T02:14:55.903Z] 93b9cdb0e59b: Download complete [2021-05-11T02:14:55.903Z] 5e14af77c1be: Verifying Checksum [2021-05-11T02:14:55.903Z] 5e14af77c1be: Download complete [2021-05-11T02:14:55.903Z] 01666e4c0597: Verifying Checksum [2021-05-11T02:14:55.903Z] 01666e4c0597: Download complete [2021-05-11T02:14:57.592Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T02:14:57.592Z] df20fa9351a1: Pull complete [2021-05-11T02:14:58.740Z] 36b3adc4ff6f: Pull complete [2021-05-11T02:15:01.511Z] 8ad3a11d3b57: Pull complete [2021-05-11T02:15:01.511Z] 46f8f816bc3b: Pull complete [2021-05-11T02:15:03.412Z] 93b61091891f: Pull complete [2021-05-11T02:15:04.099Z] 93b9cdb0e59b: Pull complete [2021-05-11T02:15:04.812Z] 5e14af77c1be: Pull complete [2021-05-11T02:15:05.492Z] 01666e4c0597: Pull complete [2021-05-11T02:15:07.050Z] aa168da1d23b: Verifying Checksum [2021-05-11T02:15:07.050Z] aa168da1d23b: Download complete [2021-05-11T02:15:34.360Z] aa168da1d23b: Pull complete [2021-05-11T02:15:34.361Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T02:15:34.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T02:15:34.361Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T02:15:34.824Z] prd-centos7-docker-4c-2g-4289 does not seem to be running inside a container [2021-05-11T02:15:35.114Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T02:15:38.458Z] $ docker top eb1275960e2b20d8e4ea36c3d9d2fa12ffeaa35027de85bac159136d935aca00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:15:39.611Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T02:15:40.287Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T02:15:40.962Z] + ls /var/log/sa-host [2021-05-11T02:15:40.962Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T02:15:40.962Z] file_magic: OK [2021-05-11T02:15:40.962Z] HZ: Using current value: 100 [2021-05-11T02:15:40.962Z] file_header: OK [2021-05-11T02:15:40.962Z] 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-05-11T02:15:40.962Z] Statistics: [2021-05-11T02:15:40.962Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T02:15:40.962Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T02:15:40.962Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T02:15:40.962Z] file_magic: OK [2021-05-11T02:15:40.962Z] HZ: Using current value: 100 [2021-05-11T02:15:40.962Z] file_header: OK [2021-05-11T02:15:40.962Z] 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-05-11T02:15:40.962Z] Statistics: [2021-05-11T02:15:40.962Z] Hnuu...uuuununununu... [2021-05-11T02:15:40.962Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T02:15:41.547Z] provisioning config files... [2021-05-11T02:15:41.570Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config9116882133623679486tmp [Pipeline] { [Pipeline] echo [2021-05-11T02:15:41.612Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:15:41.974Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T02:15:42.262Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T02:15:42.299Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:15:42.651Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T02:15:42.668Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:15:43.030Z] ---> sudo-logs.sh [2021-05-11T02:15:43.030Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T02:15:43.247Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:15:44.107Z] ---> job-cost.sh [2021-05-11T02:15:44.107Z] lf-activate-venv: SKIPPING [2021-05-11T02:15:44.107Z] DEBUG: total: 0.029999999329447746 [2021-05-11T02:15:44.107Z] INFO: Retrieving Stack Cost... [2021-05-11T02:15:45.772Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T02:15:46.045Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T02:15:46.070Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:15:46.847Z] ---> logs-deploy.sh [2021-05-11T02:15:46.847Z] lf-activate-venv: SKIPPING [2021-05-11T02:15:46.847Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/107 [2021-05-11T02:15:46.847Z] INFO: archiving workspace using pattern(s): [2021-05-11T02:15:50.420Z] Archives upload complete. [2021-05-11T02:15:50.421Z] INFO: archiving logs to Nexus