Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b430426e5122e1d8120a8d3ea89e621b3f587a0f 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-20662 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 Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 Commit message: "refactor: Consume new V2 App SDK (#166)" > git rev-list --no-walk 2d8b7de1e2e5f9400ce1baf8c318934e5566b23c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T21:55:03.382Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T21:55:03.664Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T21:55:03.765Z] ========================================================= [2021-01-15T21:55:03.765Z] EdgeX Global Pipelines Version Info [2021-01-15T21:55:03.765Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:55:06.057Z] ------------------- [2021-01-15T21:55:06.057Z] stable info: [2021-01-15T21:55:06.057Z] ------------------- [2021-01-15T21:55:06.057Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T21:55:06.057Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T21:55:06.057Z] Message: update stable to v1.0.177 [2021-01-15T21:55:07.080Z] ------------------- [2021-01-15T21:55:07.080Z] experimental info: [2021-01-15T21:55:07.080Z] ------------------- [2021-01-15T21:55:07.080Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T21:55:07.080Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-15T21:55:07.080Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T21:55:07.404Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-15T21:55:07.495Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-15T21:55:07.579Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T21:55:07.662Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T21:55:07.747Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T21:55:07.838Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T21:55:07.939Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T21:55:08.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T21:55:08.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-15T21:55:08.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T21:55:08.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T21:55:08.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-15T21:55:08.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T21:55:08.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T21:55:08.664Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T21:55:08.758Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T21:55:08.867Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T21:55:08.958Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T21:55:09.049Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T21:55:09.151Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T21:55:09.260Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-15T21:55:09.352Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-15T21:55:09.444Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-15T21:55:09.543Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-15T21:55:09.648Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-15T21:55:09.741Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T21:55:09.834Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T21:55:09.922Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-15T21:55:10.012Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-15T21:55:10.109Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-15T21:55:10.213Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo [2021-01-15T21:55:10.393Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b430426 [Pipeline] echo [2021-01-15T21:55:10.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T21:55:10.701Z] provisioning config files... [2021-01-15T21:55:10.732Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6343010340703815689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:55:11.142Z] ---> docker-login.sh [2021-01-15T21:55:11.142Z] nexus3.edgexfoundry.org:10001 [2021-01-15T21:55:11.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:12.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:12.074Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:12.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:12.074Z] [2021-01-15T21:55:12.074Z] Login Succeeded [2021-01-15T21:55:12.074Z] nexus3.edgexfoundry.org:10002 [2021-01-15T21:55:12.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:12.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:12.403Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:12.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:12.403Z] [2021-01-15T21:55:12.403Z] Login Succeeded [2021-01-15T21:55:12.403Z] nexus3.edgexfoundry.org:10003 [2021-01-15T21:55:13.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:13.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:13.012Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:13.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:13.012Z] [2021-01-15T21:55:13.012Z] Login Succeeded [2021-01-15T21:55:13.012Z] nexus3.edgexfoundry.org:10004 [2021-01-15T21:55:13.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:13.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:13.302Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:13.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:13.302Z] [2021-01-15T21:55:13.302Z] Login Succeeded [2021-01-15T21:55:13.302Z] docker.io [2021-01-15T21:55:13.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:13.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:13.847Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:13.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:13.847Z] [2021-01-15T21:55:13.847Z] Login Succeeded [2021-01-15T21:55:13.847Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T21:55:13.875Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T21:55:14.731Z] + git log --format=format:%s -1 b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo [2021-01-15T21:55:14.813Z] GIT_COMMIT: b430426e5122e1d8120a8d3ea89e621b3f587a0f, Commit Message: refactor: Consume new V2 App SDK (#166) [Pipeline] echo [2021-01-15T21:55:14.855Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:55:15.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T21:55:15.501Z] [2021-01-15T21:55:15.501Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:55:15.885Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T21:55:15.885Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T21:55:15.885Z] 31603596830f: Pulling fs layer [2021-01-15T21:55:15.885Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T21:55:15.885Z] 6ca5941a6612: Pulling fs layer [2021-01-15T21:55:15.885Z] ecc8261a40a4: Pulling fs layer [2021-01-15T21:55:15.885Z] ecc8261a40a4: Waiting [2021-01-15T21:55:16.161Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T21:55:16.161Z] 2a8b12db71e7: Download complete [2021-01-15T21:55:16.161Z] 31603596830f: Verifying Checksum [2021-01-15T21:55:16.161Z] 31603596830f: Download complete [2021-01-15T21:55:16.443Z] 6ca5941a6612: Verifying Checksum [2021-01-15T21:55:16.443Z] 6ca5941a6612: Download complete [2021-01-15T21:55:16.727Z] ecc8261a40a4: Verifying Checksum [2021-01-15T21:55:16.727Z] ecc8261a40a4: Download complete [2021-01-15T21:55:16.727Z] 31603596830f: Pull complete [2021-01-15T21:55:16.998Z] 2a8b12db71e7: Pull complete [2021-01-15T21:55:18.434Z] 6ca5941a6612: Pull complete [2021-01-15T21:55:18.702Z] ecc8261a40a4: Pull complete [2021-01-15T21:55:18.702Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T21:55:18.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T21:55:18.702Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T21:55:18.920Z] prd-centos7-docker-4c-2g-20662 does not seem to be running inside a container [2021-01-15T21:55:19.032Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T21:55:21.622Z] $ docker top 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T21:55:22.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T21:55:22.010Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T21:55:22.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T21:55:22.364Z] $ docker exec 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 ssh-agent [2021-01-15T21:55:22.804Z] SSH_AUTH_SOCK=/tmp/ssh-TyFJgrsMInMU/agent.12 [2021-01-15T21:55:22.804Z] SSH_AGENT_PID=17 [2021-01-15T21:55:22.831Z] Running ssh-add (command line suppressed) [2021-01-15T21:55:23.034Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6169084279639626593.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6169084279639626593.key) [2021-01-15T21:55:23.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T21:55:23.551Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T21:55:23.616Z] $ docker exec --env ******** --env ******** 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 ssh-agent -k [2021-01-15T21:55:23.761Z] unset SSH_AUTH_SOCK; [2021-01-15T21:55:23.762Z] unset SSH_AGENT_PID; [2021-01-15T21:55:23.762Z] echo Agent pid 17 killed; [2021-01-15T21:55:23.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T21:55:23.989Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T21:55:23.989Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T21:55:24.245Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T21:55:24.251Z] $ docker exec 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 ssh-agent [2021-01-15T21:55:24.481Z] SSH_AUTH_SOCK=/tmp/ssh-c3WozuBtw6Vx/agent.47 [2021-01-15T21:55:24.481Z] SSH_AGENT_PID=52 [2021-01-15T21:55:24.490Z] Running ssh-add (command line suppressed) [2021-01-15T21:55:24.672Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6751938572023789470.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6751938572023789470.key) [2021-01-15T21:55:24.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T21:55:25.131Z] + git semver init [2021-01-15T21:55:25.131Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T21:55:25.131Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-15T21:55:25.131Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-15T21:55:25.131Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T21:55:25.131Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T21:55:25.131Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T21:55:25.131Z] # $SEMVER_BRANCH = master [2021-01-15T21:55:25.131Z] # $SEMVER_TEMP = /tmp/semver-404130213 [2021-01-15T21:55:25.131Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-15T21:55:25.722Z] # '/tmp/semver-404130213' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-01-15T21:55:25.722Z] # -> Force: false [2021-01-15T21:55:25.722Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-15T21:55:25.754Z] $ docker exec --env ******** --env ******** 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 ssh-agent -k [2021-01-15T21:55:26.013Z] unset SSH_AUTH_SOCK; [2021-01-15T21:55:26.014Z] unset SSH_AGENT_PID; [2021-01-15T21:55:26.014Z] echo Agent pid 52 killed; [2021-01-15T21:55:26.126Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T21:55:26.646Z] + git semver [Pipeline] } [2021-01-15T21:55:26.942Z] $ docker stop --time=1 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 [2021-01-15T21:55:28.600Z] $ docker rm -f 69be8cc2c57eb32e03ee0b1aef659af08018b1a4dda9e16184ac46565653edc7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T21:55:29.217Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T21:55:29.811Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T21:55:29.813Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-15T21:55:30.609Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20663 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-15T21:55:30.661Z] Running in /w/workspace/app-service-configurable/73 [Pipeline] { [Pipeline] checkout [2021-01-15T21:55:35.093Z] using credential edgex-jenkins-ssh [2021-01-15T21:55:35.156Z] Cloning the remote Git repository [2021-01-15T21:55:35.207Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T21:55:35.312Z] > git init /w/workspace/app-service-configurable/73 # timeout=10 [2021-01-15T21:55:35.394Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T21:55:35.395Z] > git --version # timeout=10 [2021-01-15T21:55:35.410Z] > git --version # 'git version 2.17.1' [2021-01-15T21:55:35.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:55:35.474Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T21:55:36.755Z] Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) [2021-01-15T21:55:36.124Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T21:55:36.154Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T21:55:36.176Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T21:55:36.218Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T21:55:36.219Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:55:36.230Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T21:55:36.770Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T21:55:36.786Z] > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [2021-01-15T21:55:41.145Z] Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T21:55:42.788Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T21:55:43.192Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T21:55:43.528Z] + sudo service docker restart [2021-01-15T21:55:43.529Z] + true [2021-01-15T21:55:45.402Z] Still waiting to schedule task [2021-01-15T21:55:45.402Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T21:55:45.577Z] provisioning config files... [2021-01-15T21:55:45.618Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/73@tmp/config2655050133270431506tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:55:46.009Z] ---> docker-login.sh [2021-01-15T21:55:46.009Z] nexus3.edgexfoundry.org:10001 [2021-01-15T21:55:46.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:46.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:46.999Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:46.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:46.999Z] [2021-01-15T21:55:46.999Z] Login Succeeded [2021-01-15T21:55:47.274Z] nexus3.edgexfoundry.org:10002 [2021-01-15T21:55:47.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:47.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:47.549Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:47.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:47.549Z] [2021-01-15T21:55:47.549Z] Login Succeeded [2021-01-15T21:55:47.549Z] nexus3.edgexfoundry.org:10003 [2021-01-15T21:55:48.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:48.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:48.148Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:48.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:48.148Z] [2021-01-15T21:55:48.148Z] Login Succeeded [2021-01-15T21:55:48.148Z] nexus3.edgexfoundry.org:10004 [2021-01-15T21:55:48.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:48.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:48.702Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:48.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:48.702Z] [2021-01-15T21:55:48.702Z] Login Succeeded [2021-01-15T21:55:48.702Z] docker.io [2021-01-15T21:55:48.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:55:49.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:55:49.255Z] Configure a credential helper to remove this warning. See [2021-01-15T21:55:49.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:55:49.255Z] [2021-01-15T21:55:49.255Z] Login Succeeded [2021-01-15T21:55:49.527Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T21:55:49.546Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T21:55:49.997Z] ========================================================= [2021-01-15T21:55:49.997Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T21:55:49.997Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:55:50.382Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-15T21:55:50.382Z] Sending build context to Docker daemon 96.26kB [2021-01-15T21:55:50.654Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T21:55:50.654Z] Step 2/8 : FROM ${BASE} [2021-01-15T21:55:50.930Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T21:55:50.930Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T21:55:50.930Z] a4357932f1b6: Pulling fs layer [2021-01-15T21:55:50.930Z] 18c013af1878: Pulling fs layer [2021-01-15T21:55:50.930Z] 00ac8860ef70: Pulling fs layer [2021-01-15T21:55:50.930Z] 63d7cb157983: Pulling fs layer [2021-01-15T21:55:50.930Z] b116817d02f9: Pulling fs layer [2021-01-15T21:55:50.930Z] 745a02a5169b: Pulling fs layer [2021-01-15T21:55:50.930Z] 00ac8860ef70: Waiting [2021-01-15T21:55:50.930Z] 63d7cb157983: Waiting [2021-01-15T21:55:50.930Z] b116817d02f9: Waiting [2021-01-15T21:55:50.930Z] 745a02a5169b: Waiting [2021-01-15T21:55:50.930Z] 18c013af1878: Download complete [2021-01-15T21:55:50.930Z] a4357932f1b6: Verifying Checksum [2021-01-15T21:55:50.930Z] a4357932f1b6: Download complete [2021-01-15T21:55:50.930Z] 63d7cb157983: Verifying Checksum [2021-01-15T21:55:50.930Z] 63d7cb157983: Download complete [2021-01-15T21:55:50.930Z] b116817d02f9: Verifying Checksum [2021-01-15T21:55:50.930Z] b116817d02f9: Download complete [2021-01-15T21:55:50.930Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T21:55:50.930Z] 5f621e34cdf4: Download complete [2021-01-15T21:55:51.534Z] 5f621e34cdf4: Pull complete [2021-01-15T21:55:52.153Z] a4357932f1b6: Pull complete [2021-01-15T21:55:52.434Z] 18c013af1878: Pull complete [2021-01-15T21:55:53.433Z] 745a02a5169b: Verifying Checksum [2021-01-15T21:55:53.433Z] 745a02a5169b: Download complete [2021-01-15T21:55:54.867Z] 00ac8860ef70: Verifying Checksum [2021-01-15T21:55:54.867Z] 00ac8860ef70: Download complete [2021-01-15T21:56:05.081Z] 00ac8860ef70: Pull complete [2021-01-15T21:56:05.081Z] 63d7cb157983: Pull complete [2021-01-15T21:56:05.685Z] b116817d02f9: Pull complete [2021-01-15T21:56:09.069Z] 745a02a5169b: Pull complete [2021-01-15T21:56:09.069Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T21:56:09.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T21:56:09.069Z] ---> b7e6874047d6 [2021-01-15T21:56:09.069Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T21:56:11.676Z] ---> Running in 2c2c3271a53a [2021-01-15T21:56:11.947Z] Removing intermediate container 2c2c3271a53a [2021-01-15T21:56:11.947Z] ---> 04edc0fa42c8 [2021-01-15T21:56:11.947Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T21:56:12.219Z] ---> Running in 9f5188de1b08 [2021-01-15T21:56:14.203Z] Removing intermediate container 9f5188de1b08 [2021-01-15T21:56:14.203Z] ---> e3f48d836b79 [2021-01-15T21:56:14.203Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-15T21:56:14.478Z] ---> Running in 3ca66a051cf4 [2021-01-15T21:56:15.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T21:56:16.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T21:56:17.037Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-15T21:56:17.037Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-15T21:56:17.037Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-15T21:56:17.037Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-15T21:56:17.306Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T21:56:17.577Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-15T21:56:17.577Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T21:56:17.577Z] OK: 144 MiB in 45 packages [2021-01-15T21:56:19.007Z] Removing intermediate container 3ca66a051cf4 [2021-01-15T21:56:19.007Z] ---> 79fa28f2dd26 [2021-01-15T21:56:19.007Z] Step 6/8 : WORKDIR /app [2021-01-15T21:56:19.007Z] ---> Running in 635eeba34258 [2021-01-15T21:56:19.600Z] Removing intermediate container 635eeba34258 [2021-01-15T21:56:19.600Z] ---> 42e785f388e0 [2021-01-15T21:56:19.600Z] Step 7/8 : COPY . . [2021-01-15T21:56:20.576Z] ---> e7be5f0998e9 [2021-01-15T21:56:20.576Z] Step 8/8 : RUN go mod download [2021-01-15T21:56:20.576Z] ---> Running in b0d817437dab [2021-01-15T21:56:47.365Z] Removing intermediate container b0d817437dab [2021-01-15T21:56:47.365Z] ---> 438c59d31e97 [2021-01-15T21:56:47.365Z] Successfully built 438c59d31e97 [2021-01-15T21:56:47.365Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:56:47.713Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T21:56:47.714Z] . [Pipeline] withDockerContainer [2021-01-15T21:56:47.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-20663 does not seem to be running inside a container [2021-01-15T21:56:48.131Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/73 -v /w/workspace/app-service-configurable/73:/w/workspace/app-service-configurable/73:rw,z -v /w/workspace/app-service-configurable/73@tmp:/w/workspace/app-service-configurable/73@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 ******** ci-base-image-arm64 cat [2021-01-15T21:56:49.741Z] $ docker top f63ba81e76b7fdda9f62139ac1361d794675a10eaf1e80ca0db3c2cfe44e8944 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T21:56:50.832Z] + go version [2021-01-15T21:56:50.832Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T21:56:50.852Z] $ docker stop --time=1 f63ba81e76b7fdda9f62139ac1361d794675a10eaf1e80ca0db3c2cfe44e8944 [2021-01-15T21:56:52.758Z] $ docker rm -f f63ba81e76b7fdda9f62139ac1361d794675a10eaf1e80ca0db3c2cfe44e8944 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:56:53.734Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T21:56:53.734Z] . [Pipeline] withDockerContainer [2021-01-15T21:56:54.000Z] prd-ubuntu18.04-docker-arm64-4c-16g-20663 does not seem to be running inside a container [2021-01-15T21:56:54.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/73 -v /w/workspace/app-service-configurable/73:/w/workspace/app-service-configurable/73:rw,z -v /w/workspace/app-service-configurable/73@tmp:/w/workspace/app-service-configurable/73@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 ******** ci-base-image-arm64 cat [2021-01-15T21:56:55.402Z] $ docker top 3173cce3925b70ecf8b8a51761a091943a2c999e987adba8b6660b7f94b12e4a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T21:56:56.386Z] + make test [2021-01-15T21:56:56.386Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-15T21:57:35.425Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-15T21:57:35.425Z] CGO_ENABLED=1 go vet ./... [2021-01-15T21:57:39.749Z] gofmt -l . [2021-01-15T21:57:39.749Z] [ "`gofmt -l .`" = "" ] [2021-01-15T21:57:39.749Z] ./bin/test-go-mod-tidy.sh [2021-01-15T21:57:39.749Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-15T21:57:40.743Z] $ docker stop --time=1 3173cce3925b70ecf8b8a51761a091943a2c999e987adba8b6660b7f94b12e4a [2021-01-15T21:57:43.087Z] $ docker rm -f 3173cce3925b70ecf8b8a51761a091943a2c999e987adba8b6660b7f94b12e4a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T21:57:44.049Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T21:57:44.790Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T21:57:47.728Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T21:57:48.075Z] + ls -al . [2021-01-15T21:57:48.075Z] total 112 [2021-01-15T21:57:48.075Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 15 21:57 . [2021-01-15T21:57:48.075Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 21:55 .. [2021-01-15T21:57:48.075Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 15 21:55 .dockerignore [2021-01-15T21:57:48.075Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 15 21:55 .git [2021-01-15T21:57:48.075Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 21:55 .github [2021-01-15T21:57:48.075Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 15 21:55 .gitignore [2021-01-15T21:57:48.075Z] -rw-rw-r-- 1 jenkins jenkins 6426 Jan 15 21:55 Attribution.txt [2021-01-15T21:57:48.075Z] -rw-rw-r-- 1 jenkins jenkins 1940 Jan 15 21:55 Dockerfile [2021-01-15T21:57:48.075Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 15 21:55 Dockerfile.build [2021-01-15T21:57:48.075Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 15 21:55 Jenkinsfile [2021-01-15T21:57:48.075Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 15 21:55 LICENSE [2021-01-15T21:57:48.075Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 15 21:55 README.md [2021-01-15T21:57:48.076Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 15 21:55 VERSION [2021-01-15T21:57:48.076Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 21:55 bin [2021-01-15T21:57:48.076Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 15 21:56 coverage.out [2021-01-15T21:57:48.076Z] -rw-r--r-- 1 jenkins jenkins 135 Jan 15 21:57 go.mod [2021-01-15T21:57:48.076Z] -rw-r--r-- 1 jenkins jenkins 18779 Jan 15 21:57 go.sum [2021-01-15T21:57:48.076Z] -rw-rw-r-- 1 jenkins jenkins 1522 Jan 15 21:55 main.go [2021-01-15T21:57:48.076Z] -rw-rw-r-- 1 jenkins jenkins 1582 Jan 15 21:55 makefile [2021-01-15T21:57:48.076Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 15 21:55 res [2021-01-15T21:57:48.076Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 21:55 snap [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:57:48.427Z] + 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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=arm64 --label version=2.0.0-dev.9 . [2021-01-15T21:57:48.427Z] Sending build context to Docker daemon 117.8kB [2021-01-15T21:57:48.702Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T21:57:48.702Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-15T21:57:48.702Z] ---> 438c59d31e97 [2021-01-15T21:57:48.702Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-15T21:57:48.975Z] ---> Running in c5d81e56512f [2021-01-15T21:57:49.575Z] Removing intermediate container c5d81e56512f [2021-01-15T21:57:49.575Z] ---> 87924576896d [2021-01-15T21:57:49.575Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-15T21:57:49.575Z] ---> Running in 2da58e9bf59d [2021-01-15T21:57:50.169Z] Removing intermediate container 2da58e9bf59d [2021-01-15T21:57:50.169Z] ---> aa897d9fbca4 [2021-01-15T21:57:50.169Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T21:57:50.170Z] ---> Running in 1182d673a7f9 [2021-01-15T21:57:50.443Z] Removing intermediate container 1182d673a7f9 [2021-01-15T21:57:50.443Z] ---> a72c46e5cbfb [2021-01-15T21:57:50.443Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T21:57:50.718Z] ---> Running in 9464a044571e [2021-01-15T21:57:52.700Z] Removing intermediate container 9464a044571e [2021-01-15T21:57:52.700Z] ---> 09171536106f [2021-01-15T21:57:52.700Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-15T21:57:52.973Z] ---> Running in 42d1ad6acc3a [2021-01-15T21:57:53.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T21:57:54.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T21:57:55.520Z] OK: 144 MiB in 45 packages [2021-01-15T21:57:56.970Z] Removing intermediate container 42d1ad6acc3a [2021-01-15T21:57:56.970Z] ---> 9c3b0c1d5e75 [2021-01-15T21:57:56.970Z] Step 8/27 : WORKDIR /app [2021-01-15T21:57:56.970Z] ---> Running in 358115f5cecc [2021-01-15T21:57:57.244Z] Removing intermediate container 358115f5cecc [2021-01-15T21:57:57.244Z] ---> 0d386784818c [2021-01-15T21:57:57.244Z] Step 9/27 : COPY go.mod . [2021-01-15T21:57:58.221Z] ---> d498ab82ea2c [2021-01-15T21:57:58.221Z] Step 10/27 : RUN go mod download [2021-01-15T21:57:58.221Z] ---> Running in 6af040370395 [2021-01-15T21:58:00.842Z] Removing intermediate container 6af040370395 [2021-01-15T21:58:00.842Z] ---> b81fd31127ea [2021-01-15T21:58:00.842Z] Step 11/27 : COPY . . [2021-01-15T21:58:01.114Z] ---> eaeb2f61294c [2021-01-15T21:58:01.114Z] Step 12/27 : ARG MAKE="make build" [2021-01-15T21:58:01.387Z] ---> Running in cffdaa960e56 [2021-01-15T21:58:01.984Z] Removing intermediate container cffdaa960e56 [2021-01-15T21:58:01.984Z] ---> fc9bc5b4d827 [2021-01-15T21:58:01.984Z] Step 13/27 : RUN $MAKE [2021-01-15T21:58:01.984Z] ---> Running in 4551478b9585 [2021-01-15T21:58:02.969Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable [2021-01-15T21:58:35.339Z] Removing intermediate container 4551478b9585 [2021-01-15T21:58:35.339Z] ---> f1fe7911d6a6 [2021-01-15T21:58:35.339Z] Step 14/27 : FROM alpine:3.12 [2021-01-15T21:58:35.613Z] 3.12: Pulling from library/alpine [2021-01-15T21:58:35.613Z] 159e5727ea61: Pulling fs layer [2021-01-15T21:58:35.885Z] error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/af/afeebe901d6be9338be7ed4dc2f1d361aebce3249fe2ad3db0cef0115bc16027/data?verify=1610750915-k7VJm%2FMOGjHIydIWcm3Sb0ng4Yw%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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T21:58:36.904Z] Failed in branch arm64 [2021-01-15T21:59:38.494Z] Running on prd-centos7-docker-4c-2g-20664 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-15T21:59:38.608Z] Running in /w/workspace/app-service-configurable/73 [Pipeline] { [Pipeline] checkout [2021-01-15T21:59:41.627Z] using credential edgex-jenkins-ssh [2021-01-15T21:59:41.700Z] Cloning the remote Git repository [2021-01-15T21:59:41.735Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T21:59:41.808Z] > git init /w/workspace/app-service-configurable/73 # timeout=10 [2021-01-15T21:59:41.874Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T21:59:41.875Z] > git --version # timeout=10 [2021-01-15T21:59:41.881Z] > git --version # 'git version 2.24.3' [2021-01-15T21:59:41.882Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:59:41.909Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T21:59:42.971Z] Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) [2021-01-15T21:59:42.520Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T21:59:42.529Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T21:59:42.542Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T21:59:42.554Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T21:59:42.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:59:42.560Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T21:59:42.983Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T21:59:42.989Z] > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [2021-01-15T21:59:46.578Z] Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T21:59:48.057Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T21:59:48.393Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T21:59:48.701Z] + sudo service docker restart [2021-01-15T21:59:48.701Z] + true [2021-01-15T21:59:48.701Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T21:59:49.720Z] provisioning config files... [2021-01-15T21:59:49.750Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/73@tmp/config7538555866582192628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:59:50.118Z] ---> docker-login.sh [2021-01-15T21:59:50.118Z] nexus3.edgexfoundry.org:10001 [2021-01-15T21:59:50.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:59:50.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:59:50.646Z] Configure a credential helper to remove this warning. See [2021-01-15T21:59:50.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:59:50.646Z] [2021-01-15T21:59:50.646Z] Login Succeeded [2021-01-15T21:59:50.646Z] nexus3.edgexfoundry.org:10002 [2021-01-15T21:59:50.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:59:50.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:59:50.908Z] Configure a credential helper to remove this warning. See [2021-01-15T21:59:50.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:59:50.908Z] [2021-01-15T21:59:50.908Z] Login Succeeded [2021-01-15T21:59:50.908Z] nexus3.edgexfoundry.org:10003 [2021-01-15T21:59:50.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:59:51.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:59:51.173Z] Configure a credential helper to remove this warning. See [2021-01-15T21:59:51.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:59:51.173Z] [2021-01-15T21:59:51.173Z] Login Succeeded [2021-01-15T21:59:51.173Z] nexus3.edgexfoundry.org:10004 [2021-01-15T21:59:51.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:59:51.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:59:51.173Z] Configure a credential helper to remove this warning. See [2021-01-15T21:59:51.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:59:51.173Z] [2021-01-15T21:59:51.173Z] Login Succeeded [2021-01-15T21:59:51.173Z] docker.io [2021-01-15T21:59:51.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:59:51.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:59:51.700Z] Configure a credential helper to remove this warning. See [2021-01-15T21:59:51.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:59:51.700Z] [2021-01-15T21:59:51.700Z] Login Succeeded [2021-01-15T21:59:51.700Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T21:59:51.709Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T21:59:52.044Z] ========================================================= [2021-01-15T21:59:52.044Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T21:59:52.045Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:59:52.408Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-15T21:59:52.408Z] Sending build context to Docker daemon 96.26kB [2021-01-15T21:59:52.408Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T21:59:52.408Z] Step 2/8 : FROM ${BASE} [2021-01-15T21:59:52.408Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T21:59:52.408Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T21:59:52.408Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T21:59:52.408Z] de9db76c5a1d: Pulling fs layer [2021-01-15T21:59:52.408Z] bca2f99d35d6: Pulling fs layer [2021-01-15T21:59:52.408Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T21:59:52.408Z] 7c6f9722023f: Pulling fs layer [2021-01-15T21:59:52.408Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T21:59:52.408Z] 93359f2a8cfa: Waiting [2021-01-15T21:59:52.408Z] 7c6f9722023f: Waiting [2021-01-15T21:59:52.408Z] a35cf1a2eb13: Waiting [2021-01-15T21:59:52.408Z] bca2f99d35d6: Waiting [2021-01-15T21:59:52.408Z] de9db76c5a1d: Verifying Checksum [2021-01-15T21:59:52.408Z] de9db76c5a1d: Download complete [2021-01-15T21:59:52.671Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T21:59:52.671Z] 0ef7d3d256c8: Download complete [2021-01-15T21:59:52.671Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T21:59:52.671Z] 93359f2a8cfa: Download complete [2021-01-15T21:59:52.671Z] 7c6f9722023f: Verifying Checksum [2021-01-15T21:59:52.671Z] 7c6f9722023f: Download complete [2021-01-15T21:59:52.671Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T21:59:52.671Z] 188c0c94c7c5: Download complete [2021-01-15T21:59:52.940Z] 188c0c94c7c5: Pull complete [2021-01-15T21:59:53.204Z] 0ef7d3d256c8: Pull complete [2021-01-15T21:59:53.204Z] de9db76c5a1d: Pull complete [2021-01-15T21:59:54.161Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T21:59:54.161Z] a35cf1a2eb13: Download complete [2021-01-15T21:59:55.118Z] bca2f99d35d6: Verifying Checksum [2021-01-15T21:59:55.118Z] bca2f99d35d6: Download complete [2021-01-15T22:00:00.473Z] bca2f99d35d6: Pull complete [2021-01-15T22:00:00.746Z] 93359f2a8cfa: Pull complete [2021-01-15T22:00:01.021Z] 7c6f9722023f: Pull complete [2021-01-15T22:00:05.337Z] a35cf1a2eb13: Pull complete [2021-01-15T22:00:05.337Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T22:00:05.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T22:00:05.337Z] ---> a62c8e92a672 [2021-01-15T22:00:05.337Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:00:05.602Z] ---> Running in 80d8534eb662 [2021-01-15T22:00:05.866Z] Removing intermediate container 80d8534eb662 [2021-01-15T22:00:05.866Z] ---> 4096da0a882a [2021-01-15T22:00:05.866Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:00:05.866Z] ---> Running in b42580128db8 [2021-01-15T22:00:07.261Z] Removing intermediate container b42580128db8 [2021-01-15T22:00:07.261Z] ---> 7840082e5b10 [2021-01-15T22:00:07.261Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-15T22:00:07.261Z] ---> Running in 57777a23b591 [2021-01-15T22:00:08.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T22:00:08.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T22:00:09.363Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-15T22:00:09.363Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-15T22:00:09.363Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-15T22:00:09.363Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-15T22:00:09.626Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T22:00:09.626Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-15T22:00:09.891Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T22:00:09.891Z] OK: 167 MiB in 45 packages [2021-01-15T22:00:10.468Z] Removing intermediate container 57777a23b591 [2021-01-15T22:00:10.468Z] ---> 38ceb8defa05 [2021-01-15T22:00:10.468Z] Step 6/8 : WORKDIR /app [2021-01-15T22:00:10.731Z] ---> Running in 5a1451fbfd33 [2021-01-15T22:00:10.731Z] Removing intermediate container 5a1451fbfd33 [2021-01-15T22:00:10.731Z] ---> 24cbfe1ded13 [2021-01-15T22:00:10.731Z] Step 7/8 : COPY . . [2021-01-15T22:00:10.994Z] ---> a6de26351071 [2021-01-15T22:00:10.994Z] Step 8/8 : RUN go mod download [2021-01-15T22:00:11.266Z] ---> Running in 1fed2e798201 [2021-01-15T22:00:37.926Z] Removing intermediate container 1fed2e798201 [2021-01-15T22:00:37.926Z] ---> 702368b6f027 [2021-01-15T22:00:37.926Z] Successfully built 702368b6f027 [2021-01-15T22:00:37.926Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:00:38.245Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T22:00:38.245Z] . [Pipeline] withDockerContainer [2021-01-15T22:00:38.494Z] prd-centos7-docker-4c-2g-20664 does not seem to be running inside a container [2021-01-15T22:00:38.577Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/73 -v /w/workspace/app-service-configurable/73:/w/workspace/app-service-configurable/73:rw,z -v /w/workspace/app-service-configurable/73@tmp:/w/workspace/app-service-configurable/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T22:00:39.364Z] $ docker top f37384147012d83db4d7842dac160b467a55930ceb2d211e884befd0c8be7cc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:00:39.905Z] + go version [2021-01-15T22:00:39.905Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T22:00:39.925Z] $ docker stop --time=1 f37384147012d83db4d7842dac160b467a55930ceb2d211e884befd0c8be7cc4 [2021-01-15T22:00:41.271Z] $ docker rm -f f37384147012d83db4d7842dac160b467a55930ceb2d211e884befd0c8be7cc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:00:42.123Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T22:00:42.123Z] . [Pipeline] withDockerContainer [2021-01-15T22:00:42.232Z] prd-centos7-docker-4c-2g-20664 does not seem to be running inside a container [2021-01-15T22:00:42.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/73 -v /w/workspace/app-service-configurable/73:/w/workspace/app-service-configurable/73:rw,z -v /w/workspace/app-service-configurable/73@tmp:/w/workspace/app-service-configurable/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T22:00:43.038Z] $ docker top fbce85df1952fc4d1fb42b70254dc692c8cec7429ddeadb870bf667354f19779 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:00:43.559Z] + make test [2021-01-15T22:00:43.559Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-15T22:00:55.924Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-15T22:00:55.924Z] CGO_ENABLED=1 go vet ./... [2021-01-15T22:00:57.875Z] gofmt -l . [2021-01-15T22:00:57.875Z] [ "`gofmt -l .`" = "" ] [2021-01-15T22:00:57.875Z] ./bin/test-go-mod-tidy.sh [2021-01-15T22:00:58.138Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-15T22:00:58.732Z] $ docker stop --time=1 fbce85df1952fc4d1fb42b70254dc692c8cec7429ddeadb870bf667354f19779 [2021-01-15T22:01:01.379Z] $ docker rm -f fbce85df1952fc4d1fb42b70254dc692c8cec7429ddeadb870bf667354f19779 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T22:01:02.019Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T22:01:02.091Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T22:01:02.388Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-15T22:01:03.002Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T22:01:03.306Z] + ls -al . [2021-01-15T22:01:03.306Z] total 88 [2021-01-15T22:01:03.306Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 15 22:00 . [2021-01-15T22:01:03.306Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 15 21:59 .. [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 6426 Jan 15 21:59 Attribution.txt [2021-01-15T22:01:03.306Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 15 21:59 bin [2021-01-15T22:01:03.306Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 15 22:00 coverage.out [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 1940 Jan 15 21:59 Dockerfile [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 15 21:59 Dockerfile.build [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 15 21:59 .dockerignore [2021-01-15T22:01:03.306Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 15 21:59 .git [2021-01-15T22:01:03.306Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 15 21:59 .github [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 15 21:59 .gitignore [2021-01-15T22:01:03.306Z] -rw-r--r--. 1 jenkins jenkins 135 Jan 15 22:00 go.mod [2021-01-15T22:01:03.306Z] -rw-r--r--. 1 jenkins jenkins 18779 Jan 15 22:00 go.sum [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 15 21:59 Jenkinsfile [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 15 21:59 LICENSE [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 1522 Jan 15 21:59 main.go [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 1582 Jan 15 21:59 makefile [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 15 21:59 README.md [2021-01-15T22:01:03.306Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 15 21:59 res [2021-01-15T22:01:03.306Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 15 21:59 snap [2021-01-15T22:01:03.306Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 15 21:55 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:03.615Z] + 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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=amd64 --label version=2.0.0-dev.9 . [2021-01-15T22:01:03.615Z] Sending build context to Docker daemon 117.8kB [2021-01-15T22:01:03.615Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T22:01:03.615Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-15T22:01:03.615Z] ---> 702368b6f027 [2021-01-15T22:01:03.615Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-15T22:01:03.879Z] ---> Running in 64487be73e5b [2021-01-15T22:01:03.879Z] Removing intermediate container 64487be73e5b [2021-01-15T22:01:03.879Z] ---> da094d323762 [2021-01-15T22:01:03.879Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-15T22:01:04.143Z] ---> Running in 31470ca8e6f9 [2021-01-15T22:01:04.143Z] Removing intermediate container 31470ca8e6f9 [2021-01-15T22:01:04.143Z] ---> 2e8752541f70 [2021-01-15T22:01:04.143Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:01:04.143Z] ---> Running in cd1c7449b4ca [2021-01-15T22:01:04.408Z] Removing intermediate container cd1c7449b4ca [2021-01-15T22:01:04.408Z] ---> c3ed5c46e6ab [2021-01-15T22:01:04.408Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:01:04.408Z] ---> Running in 45aa9f4bd082 [2021-01-15T22:01:05.371Z] Removing intermediate container 45aa9f4bd082 [2021-01-15T22:01:05.371Z] ---> 7e25f16b7d1d [2021-01-15T22:01:05.371Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-15T22:01:05.371Z] ---> Running in 03b4cc412a78 [2021-01-15T22:01:05.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T22:01:06.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T22:01:07.164Z] OK: 167 MiB in 45 packages [2021-01-15T22:01:07.747Z] Removing intermediate container 03b4cc412a78 [2021-01-15T22:01:07.747Z] ---> 0ee46a4471a8 [2021-01-15T22:01:07.747Z] Step 8/27 : WORKDIR /app [2021-01-15T22:01:07.747Z] ---> Running in 59807fc205de [2021-01-15T22:01:08.010Z] Removing intermediate container 59807fc205de [2021-01-15T22:01:08.010Z] ---> f9942c79314d [2021-01-15T22:01:08.010Z] Step 9/27 : COPY go.mod . [2021-01-15T22:01:08.276Z] ---> b4b7b02cab71 [2021-01-15T22:01:08.276Z] Step 10/27 : RUN go mod download [2021-01-15T22:01:08.276Z] ---> Running in b0308bdd877e [2021-01-15T22:01:09.227Z] Removing intermediate container b0308bdd877e [2021-01-15T22:01:09.227Z] ---> 9d07630d73ec [2021-01-15T22:01:09.227Z] Step 11/27 : COPY . . [2021-01-15T22:01:09.489Z] ---> b7854a6ed531 [2021-01-15T22:01:09.489Z] Step 12/27 : ARG MAKE="make build" [2021-01-15T22:01:09.489Z] ---> Running in 0c4ba0d03399 [2021-01-15T22:01:09.489Z] Removing intermediate container 0c4ba0d03399 [2021-01-15T22:01:09.489Z] ---> 6cabc3701998 [2021-01-15T22:01:09.489Z] Step 13/27 : RUN $MAKE [2021-01-15T22:01:09.753Z] ---> Running in 1a97c151f14a [2021-01-15T22:01:10.021Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable [2021-01-15T22:01:22.392Z] Removing intermediate container 1a97c151f14a [2021-01-15T22:01:22.392Z] ---> c935923258ab [2021-01-15T22:01:22.392Z] Step 14/27 : FROM alpine:3.12 [2021-01-15T22:01:23.780Z] 3.12: Pulling from library/alpine [2021-01-15T22:01:24.043Z] 801bfaa63ef2: Pulling fs layer [2021-01-15T22:01:24.043Z] 801bfaa63ef2: Download complete [2021-01-15T22:01:24.304Z] 801bfaa63ef2: Pull complete [2021-01-15T22:01:24.304Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T22:01:24.304Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T22:01:24.304Z] ---> 389fef711851 [2021-01-15T22:01:24.304Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:01:24.570Z] ---> Running in 9c312a82e02b [2021-01-15T22:01:24.570Z] Removing intermediate container 9c312a82e02b [2021-01-15T22:01:24.570Z] ---> 5c12fcc8f0a7 [2021-01-15T22:01:24.570Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-15T22:01:24.839Z] ---> Running in 0dc3baabbf61 [2021-01-15T22:01:24.839Z] Removing intermediate container 0dc3baabbf61 [2021-01-15T22:01:24.839Z] ---> 50e4a8b9017e [2021-01-15T22:01:24.839Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq [2021-01-15T22:01:24.839Z] ---> Running in d20dc9bb69a9 [2021-01-15T22:01:25.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T22:01:25.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T22:01:25.680Z] (1/6) Installing ca-certificates (20191127-r4) [2021-01-15T22:01:25.942Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-15T22:01:25.942Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-15T22:01:25.942Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-15T22:01:25.943Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T22:01:25.943Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-15T22:01:25.943Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T22:01:25.943Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T22:01:25.943Z] OK: 9 MiB in 20 packages [2021-01-15T22:01:27.332Z] Removing intermediate container d20dc9bb69a9 [2021-01-15T22:01:27.332Z] ---> ce77ef880676 [2021-01-15T22:01:27.332Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-15T22:01:27.593Z] ---> b0012f56ee22 [2021-01-15T22:01:27.594Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-15T22:01:27.856Z] ---> 341579a2cbd0 [2021-01-15T22:01:27.856Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-15T22:01:28.117Z] ---> f06311a80cbd [2021-01-15T22:01:28.117Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-15T22:01:28.692Z] ---> 525fc27736c1 [2021-01-15T22:01:28.692Z] Step 22/27 : EXPOSE 48095 [2021-01-15T22:01:28.692Z] ---> Running in b047f1145952 [2021-01-15T22:01:28.954Z] Removing intermediate container b047f1145952 [2021-01-15T22:01:28.954Z] ---> 2992c2e3e941 [2021-01-15T22:01:28.954Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-15T22:01:28.954Z] ---> Running in 7b226466c66d [2021-01-15T22:01:28.954Z] Removing intermediate container 7b226466c66d [2021-01-15T22:01:28.954Z] ---> 63715d20c9b7 [2021-01-15T22:01:28.954Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T22:01:29.215Z] ---> Running in 11c81829ab7f [2021-01-15T22:01:29.215Z] Removing intermediate container 11c81829ab7f [2021-01-15T22:01:29.215Z] ---> e95bba11971b [2021-01-15T22:01:29.215Z] Step 25/27 : LABEL arch=amd64 [2021-01-15T22:01:29.476Z] ---> Running in 72b7533a602f [2021-01-15T22:01:29.476Z] Removing intermediate container 72b7533a602f [2021-01-15T22:01:29.476Z] ---> 4794741cdf96 [2021-01-15T22:01:29.476Z] Step 26/27 : LABEL git_sha=b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:01:30.053Z] ---> Running in 7488b0e97627 [2021-01-15T22:01:30.315Z] Removing intermediate container 7488b0e97627 [2021-01-15T22:01:30.315Z] ---> fbee219066bf [2021-01-15T22:01:30.315Z] Step 27/27 : LABEL version=2.0.0-dev.9 [2021-01-15T22:01:30.315Z] ---> Running in 24982230f6cf [2021-01-15T22:01:30.577Z] Removing intermediate container 24982230f6cf [2021-01-15T22:01:30.577Z] ---> 2f017ee5de50 [2021-01-15T22:01:30.577Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-15T22:01:30.577Z] Successfully built 2f017ee5de50 [2021-01-15T22:01:30.577Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T22:01:31.005Z] provisioning config files... [2021-01-15T22:01:31.032Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/73@tmp/config6521141106136037383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:01:31.402Z] ---> docker-login.sh [2021-01-15T22:01:31.402Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:01:31.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:01:31.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:01:31.664Z] Configure a credential helper to remove this warning. See [2021-01-15T22:01:31.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:01:31.664Z] [2021-01-15T22:01:31.664Z] Login Succeeded [2021-01-15T22:01:31.664Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:01:31.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:01:31.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:01:31.664Z] Configure a credential helper to remove this warning. See [2021-01-15T22:01:31.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:01:31.664Z] [2021-01-15T22:01:31.664Z] Login Succeeded [2021-01-15T22:01:31.664Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:01:31.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:01:31.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:01:31.925Z] Configure a credential helper to remove this warning. See [2021-01-15T22:01:31.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:01:31.925Z] [2021-01-15T22:01:31.925Z] Login Succeeded [2021-01-15T22:01:31.925Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:01:31.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:01:32.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:01:32.186Z] Configure a credential helper to remove this warning. See [2021-01-15T22:01:32.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:01:32.186Z] [2021-01-15T22:01:32.186Z] Login Succeeded [2021-01-15T22:01:32.186Z] docker.io [2021-01-15T22:01:32.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:01:32.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:01:32.447Z] Configure a credential helper to remove this warning. See [2021-01-15T22:01:32.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:01:32.447Z] [2021-01-15T22:01:32.447Z] Login Succeeded [2021-01-15T22:01:32.447Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:01:32.456Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T22:01:32.657Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-15T22:01:32.658Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:01:32.658Z] latest [2021-01-15T22:01:32.658Z] 2.0.0-dev.9 [2021-01-15T22:01:32.658Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:01:32.658Z] master [2021-01-15T22:01:32.658Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:33.143Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:33.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:01:33.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:01:33.446Z] b68462e5cbe0: Preparing [2021-01-15T22:01:33.446Z] b6d197cbd68f: Preparing [2021-01-15T22:01:33.446Z] 3c1b56485a68: Preparing [2021-01-15T22:01:33.446Z] 84da8feb066c: Preparing [2021-01-15T22:01:33.446Z] 7c4fd1585717: Preparing [2021-01-15T22:01:33.446Z] 777b2c648970: Preparing [2021-01-15T22:01:33.446Z] 777b2c648970: Waiting [2021-01-15T22:01:33.708Z] 84da8feb066c: Pushed [2021-01-15T22:01:33.708Z] b6d197cbd68f: Pushed [2021-01-15T22:01:33.708Z] 3c1b56485a68: Pushed [2021-01-15T22:01:33.708Z] 777b2c648970: Layer already exists [2021-01-15T22:01:33.968Z] 7c4fd1585717: Pushed [2021-01-15T22:01:34.912Z] b68462e5cbe0: Pushed [2021-01-15T22:01:34.912Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:35.217Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:35.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-15T22:01:35.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:01:35.514Z] b68462e5cbe0: Preparing [2021-01-15T22:01:35.514Z] b6d197cbd68f: Preparing [2021-01-15T22:01:35.514Z] 3c1b56485a68: Preparing [2021-01-15T22:01:35.514Z] 84da8feb066c: Preparing [2021-01-15T22:01:35.514Z] 7c4fd1585717: Preparing [2021-01-15T22:01:35.514Z] 777b2c648970: Preparing [2021-01-15T22:01:35.514Z] 777b2c648970: Waiting [2021-01-15T22:01:35.514Z] 3c1b56485a68: Layer already exists [2021-01-15T22:01:35.514Z] b68462e5cbe0: Layer already exists [2021-01-15T22:01:35.514Z] b6d197cbd68f: Layer already exists [2021-01-15T22:01:35.514Z] 7c4fd1585717: Layer already exists [2021-01-15T22:01:35.514Z] 84da8feb066c: Layer already exists [2021-01-15T22:01:35.514Z] 777b2c648970: Layer already exists [2021-01-15T22:01:35.514Z] latest: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:36.079Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:36.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 [2021-01-15T22:01:36.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:01:36.378Z] b68462e5cbe0: Preparing [2021-01-15T22:01:36.378Z] b6d197cbd68f: Preparing [2021-01-15T22:01:36.378Z] 3c1b56485a68: Preparing [2021-01-15T22:01:36.378Z] 84da8feb066c: Preparing [2021-01-15T22:01:36.378Z] 7c4fd1585717: Preparing [2021-01-15T22:01:36.378Z] 777b2c648970: Preparing [2021-01-15T22:01:36.378Z] 777b2c648970: Waiting [2021-01-15T22:01:36.378Z] 3c1b56485a68: Layer already exists [2021-01-15T22:01:36.378Z] 7c4fd1585717: Layer already exists [2021-01-15T22:01:36.378Z] 84da8feb066c: Layer already exists [2021-01-15T22:01:36.378Z] b68462e5cbe0: Layer already exists [2021-01-15T22:01:36.378Z] b6d197cbd68f: Layer already exists [2021-01-15T22:01:36.378Z] 777b2c648970: Layer already exists [2021-01-15T22:01:36.378Z] 2.0.0-dev.9: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:36.688Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:36.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:01:36.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:01:36.986Z] b68462e5cbe0: Preparing [2021-01-15T22:01:36.986Z] b6d197cbd68f: Preparing [2021-01-15T22:01:36.986Z] 3c1b56485a68: Preparing [2021-01-15T22:01:36.986Z] 84da8feb066c: Preparing [2021-01-15T22:01:36.986Z] 7c4fd1585717: Preparing [2021-01-15T22:01:36.986Z] 777b2c648970: Preparing [2021-01-15T22:01:36.986Z] 777b2c648970: Waiting [2021-01-15T22:01:36.986Z] 84da8feb066c: Layer already exists [2021-01-15T22:01:36.986Z] b6d197cbd68f: Layer already exists [2021-01-15T22:01:36.986Z] 3c1b56485a68: Layer already exists [2021-01-15T22:01:36.986Z] b68462e5cbe0: Layer already exists [2021-01-15T22:01:36.986Z] 7c4fd1585717: Layer already exists [2021-01-15T22:01:36.986Z] 777b2c648970: Layer already exists [2021-01-15T22:01:36.986Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:37.301Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:37.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-01-15T22:01:37.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-15T22:01:37.600Z] b68462e5cbe0: Preparing [2021-01-15T22:01:37.600Z] b6d197cbd68f: Preparing [2021-01-15T22:01:37.600Z] 3c1b56485a68: Preparing [2021-01-15T22:01:37.600Z] 84da8feb066c: Preparing [2021-01-15T22:01:37.600Z] 7c4fd1585717: Preparing [2021-01-15T22:01:37.600Z] 777b2c648970: Preparing [2021-01-15T22:01:37.600Z] 777b2c648970: Waiting [2021-01-15T22:01:37.600Z] 84da8feb066c: Layer already exists [2021-01-15T22:01:37.600Z] b68462e5cbe0: Layer already exists [2021-01-15T22:01:37.600Z] 7c4fd1585717: Layer already exists [2021-01-15T22:01:37.600Z] 3c1b56485a68: Layer already exists [2021-01-15T22:01:37.600Z] b6d197cbd68f: Layer already exists [2021-01-15T22:01:37.600Z] 777b2c648970: Layer already exists [2021-01-15T22:01:37.600Z] master: digest: sha256:b86be1570ffa373cab3f62d3c6a82ead45e98febbf4206352d5bb09d93d22674 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T22:01:37.814Z] ===================================================== [Pipeline] echo [2021-01-15T22:01:37.864Z] taggedImages: [2021-01-15T22:01:37.864Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:01:37.864Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-15T22:01:37.864Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 [2021-01-15T22:01:37.864Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:01:37.864Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-15T22:01:41.871Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:01:42.484Z] ---> package-listing.sh [2021-01-15T22:01:42.484Z] ++ facter osfamily [2021-01-15T22:01:42.484Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T22:01:42.763Z] + OS_FAMILY=redhat [2021-01-15T22:01:42.763Z] + workspace=/w/workspace/_app-service-configurable_master [2021-01-15T22:01:42.763Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T22:01:42.763Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T22:01:42.763Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T22:01:42.763Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T22:01:42.763Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-15T22:01:42.763Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T22:01:42.763Z] + case "${OS_FAMILY}" in [2021-01-15T22:01:42.763Z] + rpm -qa [2021-01-15T22:01:42.763Z] + sort [2021-01-15T22:01:49.441Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T22:01:49.441Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T22:01:49.441Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T22:01:49.441Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-15T22:01:49.441Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-01-15T22:01:49.441Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-01-15T22:01:49.482Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T22:01:49.812Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:50.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T22:01:50.464Z] [2021-01-15T22:01:50.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:01:50.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T22:01:50.856Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T22:01:50.856Z] df20fa9351a1: Pulling fs layer [2021-01-15T22:01:50.856Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T22:01:50.856Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T22:01:50.856Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T22:01:50.856Z] 93b61091891f: Pulling fs layer [2021-01-15T22:01:50.856Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T22:01:50.856Z] 5e14af77c1be: Pulling fs layer [2021-01-15T22:01:50.856Z] 01666e4c0597: Pulling fs layer [2021-01-15T22:01:50.856Z] aa168da1d23b: Pulling fs layer [2021-01-15T22:01:50.856Z] 93b9cdb0e59b: Waiting [2021-01-15T22:01:50.856Z] 5e14af77c1be: Waiting [2021-01-15T22:01:50.856Z] 01666e4c0597: Waiting [2021-01-15T22:01:50.856Z] aa168da1d23b: Waiting [2021-01-15T22:01:50.856Z] 46f8f816bc3b: Waiting [2021-01-15T22:01:50.856Z] 93b61091891f: Waiting [2021-01-15T22:01:50.856Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T22:01:50.856Z] 36b3adc4ff6f: Download complete [2021-01-15T22:01:50.856Z] 46f8f816bc3b: Download complete [2021-01-15T22:01:51.136Z] df20fa9351a1: Verifying Checksum [2021-01-15T22:01:51.136Z] df20fa9351a1: Download complete [2021-01-15T22:01:51.136Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T22:01:51.136Z] 93b9cdb0e59b: Download complete [2021-01-15T22:01:51.136Z] 5e14af77c1be: Verifying Checksum [2021-01-15T22:01:51.136Z] 5e14af77c1be: Download complete [2021-01-15T22:01:51.136Z] 93b61091891f: Verifying Checksum [2021-01-15T22:01:51.136Z] 93b61091891f: Download complete [2021-01-15T22:01:51.432Z] 01666e4c0597: Verifying Checksum [2021-01-15T22:01:51.432Z] 01666e4c0597: Download complete [2021-01-15T22:01:51.700Z] df20fa9351a1: Pull complete [2021-01-15T22:01:51.988Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T22:01:52.260Z] 36b3adc4ff6f: Pull complete [2021-01-15T22:01:53.751Z] 8ad3a11d3b57: Pull complete [2021-01-15T22:01:53.751Z] 46f8f816bc3b: Pull complete [2021-01-15T22:01:54.386Z] 93b61091891f: Pull complete [2021-01-15T22:01:54.693Z] 93b9cdb0e59b: Pull complete [2021-01-15T22:01:54.983Z] 5e14af77c1be: Pull complete [2021-01-15T22:01:55.594Z] 01666e4c0597: Pull complete [2021-01-15T22:01:56.577Z] aa168da1d23b: Verifying Checksum [2021-01-15T22:01:56.577Z] aa168da1d23b: Download complete [2021-01-15T22:02:11.897Z] aa168da1d23b: Pull complete [2021-01-15T22:02:11.897Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T22:02:11.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T22:02:11.897Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T22:02:12.249Z] prd-centos7-docker-4c-2g-20662 does not seem to be running inside a container [2021-01-15T22:02:12.322Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T22:02:15.878Z] $ docker top 74ed03c802638b0c0e8b358797d73dd88af93d5ca93c6879c69bee423dca4c91 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:02:16.737Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T22:02:17.173Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T22:02:17.914Z] + ls /var/log/sa-host [2021-01-15T22:02:17.914Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T22:02:17.914Z] file_magic: OK [2021-01-15T22:02:17.914Z] HZ: Using current value: 100 [2021-01-15T22:02:17.914Z] file_header: OK [2021-01-15T22:02:17.914Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T22:02:17.914Z] Statistics: [2021-01-15T22:02:17.914Z] 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... [2021-01-15T22:02:17.914Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T22:02:17.914Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T22:02:17.914Z] file_magic: OK [2021-01-15T22:02:17.914Z] HZ: Using current value: 100 [2021-01-15T22:02:17.914Z] file_header: OK [2021-01-15T22:02:17.914Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T22:02:17.914Z] Statistics: [2021-01-15T22:02:17.914Z] Hnuu...uuuununununu... [2021-01-15T22:02:17.914Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T22:02:18.599Z] provisioning config files... [2021-01-15T22:02:18.618Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2971422799366063734tmp [Pipeline] { [Pipeline] echo [2021-01-15T22:02:18.699Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:02:19.009Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T22:02:19.026Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T22:02:19.121Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:02:19.455Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T22:02:19.474Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:02:20.165Z] ---> sudo-logs.sh [2021-01-15T22:02:20.165Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T22:02:20.179Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:02:20.545Z] ---> job-cost.sh [2021-01-15T22:02:20.816Z] lf-activate-venv: SKIPPING [2021-01-15T22:02:20.816Z] INFO: No Stack... [2021-01-15T22:02:21.776Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T22:02:22.046Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T22:02:22.062Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:02:22.380Z] ---> logs-deploy.sh [2021-01-15T22:02:22.380Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/73 [2021-01-15T22:02:22.380Z] INFO: archiving workspace using pattern(s): [2021-01-15T22:02:24.987Z] Archives upload complete. [2021-01-15T22:02:24.987Z] INFO: archiving logs to Nexus