Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7658dde2fa5f0df1322b53e9d399e0259178d9cc Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/hanoi/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/hanoi/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20066 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/y_app-service-configurable_hanoi # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (hanoi) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T00:24:42.406Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T00:24:42.759Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T00:24:42.985Z] ========================================================= [2021-01-14T00:24:42.985Z] EdgeX Global Pipelines Version Info [2021-01-14T00:24:42.985Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:24:45.538Z] ------------------- [2021-01-14T00:24:45.538Z] stable info: [2021-01-14T00:24:45.538Z] ------------------- [2021-01-14T00:24:45.538Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T00:24:45.538Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T00:24:45.538Z] Message: update stable to v1.0.177 [2021-01-14T00:24:46.497Z] ------------------- [2021-01-14T00:24:46.497Z] experimental info: [2021-01-14T00:24:46.497Z] ------------------- [2021-01-14T00:24:46.497Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T00:24:46.497Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T00:24:46.497Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T00:24:46.868Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-14T00:24:46.998Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-14T00:24:47.136Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T00:24:47.267Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T00:24:47.397Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T00:24:47.523Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T00:24:47.650Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T00:24:47.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T00:24:47.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-14T00:24:48.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T00:24:48.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T00:24:48.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-14T00:24:48.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T00:24:48.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T00:24:48.690Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T00:24:48.812Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T00:24:48.952Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T00:24:49.097Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T00:24:49.228Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T00:24:49.363Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T00:24:49.487Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-14T00:24:49.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-14T00:24:49.791Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-14T00:24:49.914Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-14T00:24:50.043Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-14T00:24:50.366Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T00:24:50.490Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T00:24:50.625Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-01-14T00:24:50.752Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-01-14T00:24:50.910Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-01-14T00:24:51.040Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo [2021-01-14T00:24:51.169Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7658dde [Pipeline] echo [2021-01-14T00:24:51.299Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T00:24:51.608Z] provisioning config files... [2021-01-14T00:24:51.636Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config1762968736216293624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:24:52.090Z] ---> docker-login.sh [2021-01-14T00:24:52.090Z] nexus3.edgexfoundry.org:10001 [2021-01-14T00:24:52.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:24:52.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:24:52.627Z] Configure a credential helper to remove this warning. See [2021-01-14T00:24:52.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:24:52.627Z] [2021-01-14T00:24:52.627Z] Login Succeeded [2021-01-14T00:24:52.627Z] nexus3.edgexfoundry.org:10002 [2021-01-14T00:24:52.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:24:52.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:24:52.627Z] Configure a credential helper to remove this warning. See [2021-01-14T00:24:52.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:24:52.627Z] [2021-01-14T00:24:52.627Z] Login Succeeded [2021-01-14T00:24:52.627Z] nexus3.edgexfoundry.org:10003 [2021-01-14T00:24:52.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:24:52.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:24:52.893Z] Configure a credential helper to remove this warning. See [2021-01-14T00:24:52.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:24:52.893Z] [2021-01-14T00:24:52.893Z] Login Succeeded [2021-01-14T00:24:52.893Z] nexus3.edgexfoundry.org:10004 [2021-01-14T00:24:53.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:24:53.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:24:53.160Z] Configure a credential helper to remove this warning. See [2021-01-14T00:24:53.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:24:53.160Z] [2021-01-14T00:24:53.160Z] Login Succeeded [2021-01-14T00:24:53.160Z] docker.io [2021-01-14T00:24:53.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:24:53.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:24:53.429Z] Configure a credential helper to remove this warning. See [2021-01-14T00:24:53.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:24:53.429Z] [2021-01-14T00:24:53.429Z] Login Succeeded [2021-01-14T00:24:53.429Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T00:24:53.462Z] 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-14T00:24:54.639Z] + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo [2021-01-14T00:24:54.735Z] GIT_COMMIT: 7658dde2fa5f0df1322b53e9d399e0259178d9cc, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141) [Pipeline] echo [2021-01-14T00:24:54.802Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:24:55.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T00:24:55.472Z] [2021-01-14T00:24:55.472Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:24:55.878Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T00:24:55.879Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T00:24:55.879Z] 31603596830f: Pulling fs layer [2021-01-14T00:24:55.879Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T00:24:55.879Z] 6ca5941a6612: Pulling fs layer [2021-01-14T00:24:55.879Z] ecc8261a40a4: Pulling fs layer [2021-01-14T00:24:55.879Z] ecc8261a40a4: Waiting [2021-01-14T00:24:55.879Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T00:24:55.879Z] 2a8b12db71e7: Download complete [2021-01-14T00:24:56.149Z] 31603596830f: Verifying Checksum [2021-01-14T00:24:56.149Z] 31603596830f: Download complete [2021-01-14T00:24:56.149Z] ecc8261a40a4: Verifying Checksum [2021-01-14T00:24:56.149Z] ecc8261a40a4: Download complete [2021-01-14T00:24:56.412Z] 6ca5941a6612: Verifying Checksum [2021-01-14T00:24:56.412Z] 6ca5941a6612: Download complete [2021-01-14T00:24:56.412Z] 31603596830f: Pull complete [2021-01-14T00:24:56.680Z] 2a8b12db71e7: Pull complete [2021-01-14T00:24:57.641Z] 6ca5941a6612: Pull complete [2021-01-14T00:24:57.910Z] ecc8261a40a4: Pull complete [2021-01-14T00:24:57.910Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T00:24:57.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T00:24:57.910Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T00:24:58.071Z] prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container [2021-01-14T00:24:58.226Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T00:25:00.276Z] $ docker top cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T00:25:00.721Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T00:25:00.721Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T00:25:00.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T00:25:00.964Z] $ docker exec cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 ssh-agent [2021-01-14T00:25:01.153Z] SSH_AUTH_SOCK=/tmp/ssh-EgoTrpjmJ1o3/agent.11 [2021-01-14T00:25:01.153Z] SSH_AGENT_PID=17 [2021-01-14T00:25:01.166Z] Running ssh-add (command line suppressed) [2021-01-14T00:25:01.307Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2268129479194069192.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2268129479194069192.key) [2021-01-14T00:25:01.373Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T00:25:01.763Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T00:25:01.793Z] $ docker exec --env ******** --env ******** cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 ssh-agent -k [2021-01-14T00:25:01.973Z] unset SSH_AUTH_SOCK; [2021-01-14T00:25:01.974Z] unset SSH_AGENT_PID; [2021-01-14T00:25:01.974Z] echo Agent pid 17 killed; [2021-01-14T00:25:02.055Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-01-14T00:25:02.273Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.1-dev.23|v1.3.0' [Pipeline] sshagent [2021-01-14T00:25:02.385Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T00:25:02.385Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T00:25:02.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T00:25:02.604Z] $ docker exec cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 ssh-agent [2021-01-14T00:25:02.801Z] SSH_AUTH_SOCK=/tmp/ssh-EYpYzOkuuPek/agent.47 [2021-01-14T00:25:02.801Z] SSH_AGENT_PID=52 [2021-01-14T00:25:02.808Z] Running ssh-add (command line suppressed) [2021-01-14T00:25:02.950Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_7940861831237631469.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_7940861831237631469.key) [2021-01-14T00:25:03.015Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T00:25:03.403Z] + git semver init [2021-01-14T00:25:03.403Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T00:25:03.403Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-01-14T00:25:03.403Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-01-14T00:25:03.403Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T00:25:03.403Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T00:25:03.403Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T00:25:03.403Z] # $SEMVER_BRANCH = hanoi [2021-01-14T00:25:03.403Z] # $SEMVER_TEMP = /tmp/semver-099618368 [2021-01-14T00:25:03.403Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-14T00:25:04.799Z] # '/tmp/semver-099618368' -> '/w/workspace/y_app-service-configurable_hanoi/.semver' [2021-01-14T00:25:04.799Z] # -> Force: false [2021-01-14T00:25:04.799Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } [2021-01-14T00:25:04.821Z] $ docker exec --env ******** --env ******** cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 ssh-agent -k [2021-01-14T00:25:04.965Z] unset SSH_AUTH_SOCK; [2021-01-14T00:25:04.965Z] unset SSH_AGENT_PID; [2021-01-14T00:25:04.966Z] echo Agent pid 52 killed; [2021-01-14T00:25:05.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T00:25:05.742Z] + git semver [Pipeline] } [2021-01-14T00:25:05.776Z] $ docker stop --time=1 cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 [2021-01-14T00:25:07.486Z] $ docker rm -f cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T00:25:08.019Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T00:25:08.534Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T00:25:08.555Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-14T00:25:24.610Z] Still waiting to schedule task [2021-01-14T00:25:24.610Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-14T00:25:24.647Z] Still waiting to schedule task [2021-01-14T00:25:24.647Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20068’ is offline [2021-01-14T00:27:58.451Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20071 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws [2021-01-14T00:27:58.540Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-01-14T00:28:03.810Z] using credential edgex-jenkins-ssh [2021-01-14T00:28:03.868Z] Cloning the remote Git repository [2021-01-14T00:28:03.928Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-14T00:28:04.040Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-01-14T00:28:04.112Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-14T00:28:04.113Z] > git --version # timeout=10 [2021-01-14T00:28:04.135Z] > git --version # 'git version 2.17.1' [2021-01-14T00:28:04.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T00:28:04.239Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T00:28:05.535Z] Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (hanoi) [2021-01-14T00:28:04.949Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-14T00:28:04.969Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T00:28:05.008Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-14T00:28:05.046Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-14T00:28:05.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T00:28:05.058Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-01-14T00:28:05.557Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T00:28:05.575Z] > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [2021-01-14T00:28:10.168Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [2021-01-14T00:28:10.228Z] > git --version # timeout=10 [2021-01-14T00:28:10.242Z] > git --version # 'git version 2.17.1' [2021-01-14T00:28:10.267Z] fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T00:28:12.152Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T00:28:12.617Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T00:28:13.054Z] + sudo service docker restart [2021-01-14T00:28:13.054Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T00:28:15.938Z] provisioning config files... [2021-01-14T00:28:15.986Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config6060422237387512155tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:28:16.469Z] ---> docker-login.sh [2021-01-14T00:28:16.469Z] nexus3.edgexfoundry.org:10001 [2021-01-14T00:28:17.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:28:17.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:28:17.721Z] Configure a credential helper to remove this warning. See [2021-01-14T00:28:17.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:28:17.721Z] [2021-01-14T00:28:17.721Z] Login Succeeded [2021-01-14T00:28:17.721Z] nexus3.edgexfoundry.org:10002 [2021-01-14T00:28:17.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:28:17.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:28:17.997Z] Configure a credential helper to remove this warning. See [2021-01-14T00:28:17.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:28:17.997Z] [2021-01-14T00:28:17.997Z] Login Succeeded [2021-01-14T00:28:18.292Z] nexus3.edgexfoundry.org:10003 [2021-01-14T00:28:18.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:28:18.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:28:18.570Z] Configure a credential helper to remove this warning. See [2021-01-14T00:28:18.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:28:18.570Z] [2021-01-14T00:28:18.570Z] Login Succeeded [2021-01-14T00:28:18.570Z] nexus3.edgexfoundry.org:10004 [2021-01-14T00:28:19.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:28:19.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:28:19.176Z] Configure a credential helper to remove this warning. See [2021-01-14T00:28:19.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:28:19.176Z] [2021-01-14T00:28:19.176Z] Login Succeeded [2021-01-14T00:28:19.176Z] docker.io [2021-01-14T00:28:19.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:28:20.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:28:20.041Z] Configure a credential helper to remove this warning. See [2021-01-14T00:28:20.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:28:20.041Z] [2021-01-14T00:28:20.041Z] Login Succeeded [2021-01-14T00:28:20.041Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T00:28:20.078Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T00:28:20.709Z] ========================================================= [2021-01-14T00:28:20.709Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T00:28:20.709Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:28:21.145Z] + 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-14T00:28:21.145Z] Sending build context to Docker daemon 98.82kB [2021-01-14T00:28:21.423Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-01-14T00:28:21.423Z] Step 2/8 : FROM ${BASE} [2021-01-14T00:28:21.423Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T00:28:21.423Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T00:28:21.423Z] a4357932f1b6: Pulling fs layer [2021-01-14T00:28:21.423Z] 18c013af1878: Pulling fs layer [2021-01-14T00:28:21.423Z] 00ac8860ef70: Pulling fs layer [2021-01-14T00:28:21.423Z] 63d7cb157983: Pulling fs layer [2021-01-14T00:28:21.423Z] b116817d02f9: Pulling fs layer [2021-01-14T00:28:21.423Z] 745a02a5169b: Pulling fs layer [2021-01-14T00:28:21.423Z] 00ac8860ef70: Waiting [2021-01-14T00:28:21.423Z] 63d7cb157983: Waiting [2021-01-14T00:28:21.423Z] b116817d02f9: Waiting [2021-01-14T00:28:21.423Z] 745a02a5169b: Waiting [2021-01-14T00:28:21.423Z] 18c013af1878: Verifying Checksum [2021-01-14T00:28:21.423Z] 18c013af1878: Download complete [2021-01-14T00:28:21.697Z] a4357932f1b6: Verifying Checksum [2021-01-14T00:28:21.697Z] a4357932f1b6: Download complete [2021-01-14T00:28:21.697Z] 63d7cb157983: Verifying Checksum [2021-01-14T00:28:21.697Z] 63d7cb157983: Download complete [2021-01-14T00:28:21.697Z] b116817d02f9: Verifying Checksum [2021-01-14T00:28:21.697Z] b116817d02f9: Download complete [2021-01-14T00:28:21.968Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T00:28:21.968Z] 5f621e34cdf4: Download complete [2021-01-14T00:28:22.574Z] 5f621e34cdf4: Pull complete [2021-01-14T00:28:23.557Z] a4357932f1b6: Pull complete [2021-01-14T00:28:23.832Z] 18c013af1878: Pull complete [2021-01-14T00:28:24.111Z] 745a02a5169b: Verifying Checksum [2021-01-14T00:28:24.111Z] 745a02a5169b: Download complete [2021-01-14T00:28:26.094Z] 00ac8860ef70: Verifying Checksum [2021-01-14T00:28:26.094Z] 00ac8860ef70: Download complete [2021-01-14T00:28:36.289Z] 00ac8860ef70: Pull complete [2021-01-14T00:28:36.289Z] 63d7cb157983: Pull complete [2021-01-14T00:28:36.562Z] b116817d02f9: Pull complete [2021-01-14T00:28:40.914Z] 745a02a5169b: Pull complete [2021-01-14T00:28:40.914Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T00:28:40.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T00:28:40.914Z] ---> b7e6874047d6 [2021-01-14T00:28:40.914Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-14T00:28:42.929Z] ---> Running in f14fd8ed4e8c [2021-01-14T00:28:43.207Z] Removing intermediate container f14fd8ed4e8c [2021-01-14T00:28:43.207Z] ---> a816908c08c9 [2021-01-14T00:28:43.207Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T00:28:43.480Z] ---> Running in bca35179d873 [2021-01-14T00:28:45.471Z] Removing intermediate container bca35179d873 [2021-01-14T00:28:45.471Z] ---> a4949d42e0c9 [2021-01-14T00:28:45.471Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-14T00:28:45.746Z] ---> Running in 00f211beef51 [2021-01-14T00:28:46.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T00:28:47.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T00:28:48.344Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-14T00:28:48.344Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-14T00:28:48.344Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-14T00:28:48.344Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-14T00:28:48.627Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-14T00:28:48.627Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-14T00:28:48.627Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T00:28:48.627Z] OK: 144 MiB in 45 packages [2021-01-14T00:28:50.082Z] Removing intermediate container 00f211beef51 [2021-01-14T00:28:50.082Z] ---> 35e5e53fde44 [2021-01-14T00:28:50.082Z] Step 6/8 : WORKDIR /app [2021-01-14T00:28:50.082Z] ---> Running in 5672582833bb [2021-01-14T00:28:50.688Z] Removing intermediate container 5672582833bb [2021-01-14T00:28:50.688Z] ---> 8450514ac6c5 [2021-01-14T00:28:50.688Z] Step 7/8 : COPY . . [2021-01-14T00:28:51.672Z] ---> c52ba5108e93 [2021-01-14T00:28:51.672Z] Step 8/8 : RUN go mod download [2021-01-14T00:28:51.672Z] ---> Running in 14fa22ce16bc [2021-01-14T00:29:24.794Z] Removing intermediate container 14fa22ce16bc [2021-01-14T00:29:24.794Z] ---> b211b9ca3054 [2021-01-14T00:29:24.794Z] Successfully built b211b9ca3054 [2021-01-14T00:29:24.794Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:29:25.171Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T00:29:25.171Z] . [Pipeline] withDockerContainer [2021-01-14T00:29:25.465Z] prd-ubuntu18.04-docker-arm64-4c-16g-20071 does not seem to be running inside a container [2021-01-14T00:29:25.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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-14T00:29:26.974Z] $ docker top 9c36ff5914ea24b27f4ea6525731a9db341ee87dcd2b552716c9730d53008e37 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T00:29:28.092Z] + go version [2021-01-14T00:29:28.092Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T00:29:28.130Z] $ docker stop --time=1 9c36ff5914ea24b27f4ea6525731a9db341ee87dcd2b552716c9730d53008e37 [2021-01-14T00:29:30.061Z] $ docker rm -f 9c36ff5914ea24b27f4ea6525731a9db341ee87dcd2b552716c9730d53008e37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:29:31.419Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T00:29:31.419Z] . [Pipeline] withDockerContainer [2021-01-14T00:29:31.705Z] prd-ubuntu18.04-docker-arm64-4c-16g-20071 does not seem to be running inside a container [2021-01-14T00:29:31.791Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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-14T00:29:32.593Z] Running on prd-centos7-docker-4c-2g-20072 in /w/workspace/y_app-service-configurable_hanoi [2021-01-14T00:29:33.255Z] $ docker top 8dca2a3f4fe58c03c9b71407ecb8a2e48ba9c9436394cecf5dea4059bac50e8f -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-14T00:29:33.865Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-01-14T00:29:34.432Z] + make test [2021-01-14T00:29:34.432Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-14T00:29:36.905Z] using credential edgex-jenkins-ssh [2021-01-14T00:29:36.953Z] Cloning the remote Git repository [2021-01-14T00:29:36.989Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-14T00:29:37.062Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-01-14T00:29:37.141Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-14T00:29:37.141Z] > git --version # timeout=10 [2021-01-14T00:29:37.149Z] > git --version # 'git version 2.24.3' [2021-01-14T00:29:37.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T00:29:37.189Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T00:29:38.192Z] Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (hanoi) [2021-01-14T00:29:37.766Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-14T00:29:37.787Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T00:29:37.810Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-14T00:29:37.828Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-14T00:29:37.828Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T00:29:37.833Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-01-14T00:29:38.207Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T00:29:38.214Z] > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [2021-01-14T00:29:42.007Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [2021-01-14T00:29:42.037Z] > git --version # timeout=10 [2021-01-14T00:29:42.043Z] > git --version # 'git version 2.24.3' [2021-01-14T00:29:42.051Z] fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T00:29:44.017Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T00:29:44.444Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T00:29:44.812Z] + sudo service docker restart [2021-01-14T00:29:44.812Z] + true [2021-01-14T00:29:44.812Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T00:29:46.018Z] provisioning config files... [2021-01-14T00:29:46.069Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5233217309208605826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:29:46.581Z] ---> docker-login.sh [2021-01-14T00:29:46.581Z] nexus3.edgexfoundry.org:10001 [2021-01-14T00:29:46.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:29:47.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:29:47.156Z] Configure a credential helper to remove this warning. See [2021-01-14T00:29:47.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:29:47.157Z] [2021-01-14T00:29:47.157Z] Login Succeeded [2021-01-14T00:29:47.157Z] nexus3.edgexfoundry.org:10002 [2021-01-14T00:29:47.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:29:47.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:29:47.452Z] Configure a credential helper to remove this warning. See [2021-01-14T00:29:47.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:29:47.452Z] [2021-01-14T00:29:47.452Z] Login Succeeded [2021-01-14T00:29:47.452Z] nexus3.edgexfoundry.org:10003 [2021-01-14T00:29:47.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:29:47.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:29:47.739Z] Configure a credential helper to remove this warning. See [2021-01-14T00:29:47.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:29:47.739Z] [2021-01-14T00:29:47.739Z] Login Succeeded [2021-01-14T00:29:47.739Z] nexus3.edgexfoundry.org:10004 [2021-01-14T00:29:47.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:29:47.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:29:47.739Z] Configure a credential helper to remove this warning. See [2021-01-14T00:29:47.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:29:47.739Z] [2021-01-14T00:29:47.739Z] Login Succeeded [2021-01-14T00:29:47.739Z] docker.io [2021-01-14T00:29:48.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:29:48.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:29:48.311Z] Configure a credential helper to remove this warning. See [2021-01-14T00:29:48.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:29:48.311Z] [2021-01-14T00:29:48.311Z] Login Succeeded [2021-01-14T00:29:48.311Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T00:29:48.348Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T00:29:49.086Z] ========================================================= [2021-01-14T00:29:49.086Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T00:29:49.086Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:29:49.478Z] + 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-14T00:29:49.478Z] Sending build context to Docker daemon 98.82kB [2021-01-14T00:29:49.758Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-01-14T00:29:49.758Z] Step 2/8 : FROM ${BASE} [2021-01-14T00:29:49.759Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T00:29:49.759Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T00:29:49.759Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T00:29:49.759Z] de9db76c5a1d: Pulling fs layer [2021-01-14T00:29:49.759Z] bca2f99d35d6: Pulling fs layer [2021-01-14T00:29:49.759Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T00:29:49.759Z] 7c6f9722023f: Pulling fs layer [2021-01-14T00:29:49.759Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T00:29:49.759Z] bca2f99d35d6: Waiting [2021-01-14T00:29:49.759Z] 93359f2a8cfa: Waiting [2021-01-14T00:29:49.759Z] 7c6f9722023f: Waiting [2021-01-14T00:29:49.759Z] a35cf1a2eb13: Waiting [2021-01-14T00:29:49.759Z] de9db76c5a1d: Verifying Checksum [2021-01-14T00:29:49.759Z] de9db76c5a1d: Download complete [2021-01-14T00:29:49.759Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T00:29:49.759Z] 0ef7d3d256c8: Download complete [2021-01-14T00:29:49.759Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T00:29:49.759Z] 93359f2a8cfa: Download complete [2021-01-14T00:29:49.759Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T00:29:49.759Z] 188c0c94c7c5: Download complete [2021-01-14T00:29:49.759Z] 7c6f9722023f: Verifying Checksum [2021-01-14T00:29:49.759Z] 7c6f9722023f: Download complete [2021-01-14T00:29:50.037Z] 188c0c94c7c5: Pull complete [2021-01-14T00:29:50.313Z] 0ef7d3d256c8: Pull complete [2021-01-14T00:29:50.313Z] de9db76c5a1d: Pull complete [2021-01-14T00:29:52.931Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T00:29:52.931Z] a35cf1a2eb13: Download complete [2021-01-14T00:29:54.905Z] bca2f99d35d6: Verifying Checksum [2021-01-14T00:29:54.905Z] bca2f99d35d6: Download complete [2021-01-14T00:30:03.419Z] bca2f99d35d6: Pull complete [2021-01-14T00:30:03.419Z] 93359f2a8cfa: Pull complete [2021-01-14T00:30:03.419Z] 7c6f9722023f: Pull complete [2021-01-14T00:30:08.961Z] a35cf1a2eb13: Pull complete [2021-01-14T00:30:08.961Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T00:30:08.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T00:30:08.961Z] ---> a62c8e92a672 [2021-01-14T00:30:08.961Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-14T00:30:08.961Z] ---> Running in d7c245de349d [2021-01-14T00:30:08.961Z] Removing intermediate container d7c245de349d [2021-01-14T00:30:08.961Z] ---> eeb853440c3c [2021-01-14T00:30:08.961Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T00:30:09.244Z] ---> Running in d7b7e03205d6 [2021-01-14T00:30:11.335Z] Removing intermediate container d7b7e03205d6 [2021-01-14T00:30:11.335Z] ---> 9b76add2fd56 [2021-01-14T00:30:11.335Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-14T00:30:11.335Z] ---> Running in cedb25bae1d0 [2021-01-14T00:30:12.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T00:30:12.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T00:30:13.892Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-14T00:30:13.892Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-14T00:30:13.892Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-14T00:30:13.892Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-14T00:30:14.171Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-14T00:30:14.171Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-14T00:30:14.171Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T00:30:14.171Z] OK: 167 MiB in 45 packages [2021-01-14T00:30:15.596Z] Removing intermediate container cedb25bae1d0 [2021-01-14T00:30:15.596Z] ---> 08b092467d2f [2021-01-14T00:30:15.596Z] Step 6/8 : WORKDIR /app [2021-01-14T00:30:15.596Z] ---> Running in 241ccbb8f684 [2021-01-14T00:30:15.596Z] Removing intermediate container 241ccbb8f684 [2021-01-14T00:30:15.596Z] ---> ead302da1fd8 [2021-01-14T00:30:15.596Z] Step 7/8 : COPY . . [2021-01-14T00:30:15.889Z] ---> e2a418b71032 [2021-01-14T00:30:15.889Z] Step 8/8 : RUN go mod download [2021-01-14T00:30:16.184Z] ---> Running in a7bf1659a01d [2021-01-14T00:30:21.578Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-14T00:30:21.578Z] CGO_ENABLED=1 go vet ./... [2021-01-14T00:30:34.025Z] gofmt -l . [2021-01-14T00:30:34.025Z] [ "`gofmt -l .`" = "" ] [2021-01-14T00:30:34.025Z] ./bin/test-go-mod-tidy.sh [2021-01-14T00:30:34.025Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-14T00:30:34.070Z] $ docker stop --time=1 8dca2a3f4fe58c03c9b71407ecb8a2e48ba9c9436394cecf5dea4059bac50e8f [2021-01-14T00:30:36.266Z] $ docker rm -f 8dca2a3f4fe58c03c9b71407ecb8a2e48ba9c9436394cecf5dea4059bac50e8f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T00:30:37.434Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-14T00:30:38.348Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T00:30:39.955Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-14T00:30:40.427Z] + ls -al . [2021-01-14T00:30:40.427Z] total 120 [2021-01-14T00:30:40.427Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 14 00:30 . [2021-01-14T00:30:40.427Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 00:28 .. [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 14 00:28 .dockerignore [2021-01-14T00:30:40.427Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 14 00:28 .git [2021-01-14T00:30:40.427Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 14 00:28 .github [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 14 00:28 .gitignore [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 6568 Jan 14 00:28 Attribution.txt [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 2002 Jan 14 00:28 Dockerfile [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 966 Jan 14 00:28 Dockerfile.build [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 14 00:28 Jenkinsfile [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 14 00:28 LICENSE [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 14 00:28 README.md [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 14 00:25 VERSION [2021-01-14T00:30:40.427Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 14 00:28 bin [2021-01-14T00:30:40.427Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 14 00:29 coverage.out [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 180 Jan 14 00:28 docker-compose.debug.yml [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 133 Jan 14 00:28 docker-compose.yml [2021-01-14T00:30:40.427Z] -rw-r--r-- 1 jenkins jenkins 126 Jan 14 00:30 go.mod [2021-01-14T00:30:40.427Z] -rw-r--r-- 1 jenkins jenkins 19551 Jan 14 00:30 go.sum [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jan 14 00:28 main.go [2021-01-14T00:30:40.427Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jan 14 00:28 makefile [2021-01-14T00:30:40.427Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 14 00:28 res [2021-01-14T00:30:40.427Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 00:28 snap [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:30:40.892Z] + 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=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=arm64 --label version=0.0.0 . [2021-01-14T00:30:40.892Z] Sending build context to Docker daemon 121.3kB [2021-01-14T00:30:41.175Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2021-01-14T00:30:41.175Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-14T00:30:41.175Z] ---> b211b9ca3054 [2021-01-14T00:30:41.175Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-14T00:30:41.447Z] ---> Running in 6cd0b0bc9403 [2021-01-14T00:30:42.072Z] Removing intermediate container 6cd0b0bc9403 [2021-01-14T00:30:42.072Z] ---> 298516acd6bc [2021-01-14T00:30:42.072Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-14T00:30:42.072Z] ---> Running in 2c2535aeeb48 [2021-01-14T00:30:42.347Z] Removing intermediate container 2c2535aeeb48 [2021-01-14T00:30:42.347Z] ---> 68dc2db37ba8 [2021-01-14T00:30:42.347Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-14T00:30:42.631Z] ---> Running in 7f9d66ae864d [2021-01-14T00:30:43.043Z] Removing intermediate container a7bf1659a01d [2021-01-14T00:30:43.043Z] ---> 8180240e2b0d [2021-01-14T00:30:43.043Z] Successfully built 8180240e2b0d [2021-01-14T00:30:43.043Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:30:43.235Z] Removing intermediate container 7f9d66ae864d [2021-01-14T00:30:43.235Z] ---> 2587d04addb2 [2021-01-14T00:30:43.235Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T00:30:43.235Z] ---> Running in 9f2e0bd3a864 [2021-01-14T00:30:43.432Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T00:30:43.432Z] . [Pipeline] withDockerContainer [2021-01-14T00:30:43.948Z] prd-centos7-docker-4c-2g-20072 does not seem to be running inside a container [2021-01-14T00:30:44.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** ci-base-image-x86_64 cat [2021-01-14T00:30:45.020Z] $ docker top 52c2fc293945801703173dc125c31bf0953f45af1685d97de9d2a1a8b019e077 -eo pid,comm [2021-01-14T00:30:45.246Z] Removing intermediate container 9f2e0bd3a864 [2021-01-14T00:30:45.246Z] ---> e0db7758f33c [2021-01-14T00:30:45.246Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] { [Pipeline] sh [2021-01-14T00:30:45.537Z] ---> Running in 5a6dcc3df88f [2021-01-14T00:30:45.683Z] + go version [2021-01-14T00:30:45.683Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T00:30:45.721Z] $ docker stop --time=1 52c2fc293945801703173dc125c31bf0953f45af1685d97de9d2a1a8b019e077 [2021-01-14T00:30:46.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T00:30:47.102Z] $ docker rm -f 52c2fc293945801703173dc125c31bf0953f45af1685d97de9d2a1a8b019e077 [2021-01-14T00:30:47.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:30:48.420Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T00:30:48.420Z] . [Pipeline] withDockerContainer [2021-01-14T00:30:48.593Z] OK: 144 MiB in 45 packages [2021-01-14T00:30:48.608Z] prd-centos7-docker-4c-2g-20072 does not seem to be running inside a container [2021-01-14T00:30:48.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** ci-base-image-x86_64 cat [2021-01-14T00:30:49.317Z] $ docker top aa63cae47a4271a2603d62aa30a7e1ed98f6bd08c080e81f0370360abd29b88f -eo pid,comm [Pipeline] { [2021-01-14T00:30:49.598Z] Removing intermediate container 5a6dcc3df88f [2021-01-14T00:30:49.598Z] ---> a455de83a018 [2021-01-14T00:30:49.598Z] Step 8/27 : WORKDIR /app [Pipeline] sh [2021-01-14T00:30:49.904Z] ---> Running in bbdd374950a6 [2021-01-14T00:30:50.032Z] + make test [2021-01-14T00:30:50.032Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-14T00:30:50.177Z] Removing intermediate container bbdd374950a6 [2021-01-14T00:30:50.177Z] ---> e689ef37b104 [2021-01-14T00:30:50.177Z] Step 9/27 : COPY go.mod . [2021-01-14T00:30:51.203Z] ---> 6469c1125e0c [2021-01-14T00:30:51.203Z] Step 10/27 : RUN go mod download [2021-01-14T00:30:51.203Z] ---> Running in b04d19b31d65 [2021-01-14T00:30:53.840Z] Removing intermediate container b04d19b31d65 [2021-01-14T00:30:53.840Z] ---> 103f04559f6e [2021-01-14T00:30:53.840Z] Step 11/27 : COPY . . [2021-01-14T00:30:54.115Z] ---> afb373e1af00 [2021-01-14T00:30:54.115Z] Step 12/27 : ARG MAKE="make build" [2021-01-14T00:30:54.394Z] ---> Running in 3a32d33f01c1 [2021-01-14T00:30:54.679Z] Removing intermediate container 3a32d33f01c1 [2021-01-14T00:30:54.679Z] ---> 6cc608a7d0cb [2021-01-14T00:30:54.679Z] Step 13/27 : RUN $MAKE [2021-01-14T00:30:54.960Z] ---> Running in c532d4a5dfa2 [2021-01-14T00:30:55.950Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-01-14T00:31:16.996Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-14T00:31:16.996Z] CGO_ENABLED=1 go vet ./... [2021-01-14T00:31:20.469Z] gofmt -l . [2021-01-14T00:31:20.469Z] [ "`gofmt -l .`" = "" ] [2021-01-14T00:31:20.469Z] ./bin/test-go-mod-tidy.sh [2021-01-14T00:31:21.439Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-14T00:31:22.061Z] $ docker stop --time=1 aa63cae47a4271a2603d62aa30a7e1ed98f6bd08c080e81f0370360abd29b88f [2021-01-14T00:31:23.986Z] $ docker rm -f aa63cae47a4271a2603d62aa30a7e1ed98f6bd08c080e81f0370360abd29b88f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T00:31:24.719Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-14T00:31:24.755Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T00:31:25.089Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-14T00:31:25.884Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-14T00:31:26.231Z] + ls -al . [2021-01-14T00:31:26.231Z] total 96 [2021-01-14T00:31:26.231Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 14 00:31 . [2021-01-14T00:31:26.231Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 14 00:29 .. [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 6568 Jan 14 00:29 Attribution.txt [2021-01-14T00:31:26.231Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 14 00:29 bin [2021-01-14T00:31:26.231Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 14 00:30 coverage.out [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 180 Jan 14 00:29 docker-compose.debug.yml [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 133 Jan 14 00:29 docker-compose.yml [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 2002 Jan 14 00:29 Dockerfile [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 966 Jan 14 00:29 Dockerfile.build [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 14 00:29 .dockerignore [2021-01-14T00:31:26.231Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 14 00:29 .git [2021-01-14T00:31:26.231Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 14 00:29 .github [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 14 00:29 .gitignore [2021-01-14T00:31:26.231Z] -rw-r--r--. 1 jenkins jenkins 126 Jan 14 00:31 go.mod [2021-01-14T00:31:26.231Z] -rw-r--r--. 1 jenkins jenkins 19551 Jan 14 00:31 go.sum [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 14 00:29 Jenkinsfile [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 14 00:29 LICENSE [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jan 14 00:29 main.go [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jan 14 00:29 makefile [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 14 00:29 README.md [2021-01-14T00:31:26.231Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 14 00:29 res [2021-01-14T00:31:26.231Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 14 00:29 snap [2021-01-14T00:31:26.231Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 14 00:25 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:31:26.577Z] + 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=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=amd64 --label version=0.0.0 . [2021-01-14T00:31:26.577Z] Sending build context to Docker daemon 121.3kB [2021-01-14T00:31:26.843Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2021-01-14T00:31:26.843Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-14T00:31:26.843Z] ---> 8180240e2b0d [2021-01-14T00:31:26.843Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-14T00:31:26.843Z] ---> Running in 37ef38f97051 [2021-01-14T00:31:27.112Z] Removing intermediate container 37ef38f97051 [2021-01-14T00:31:27.112Z] ---> 2f82a3042624 [2021-01-14T00:31:27.112Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-14T00:31:27.112Z] ---> Running in 8f137b9a06b0 [2021-01-14T00:31:27.378Z] Removing intermediate container 8f137b9a06b0 [2021-01-14T00:31:27.378Z] ---> 0ecb35844ab1 [2021-01-14T00:31:27.378Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-14T00:31:27.378Z] ---> Running in b2784f9c0f5a [2021-01-14T00:31:27.652Z] Removing intermediate container b2784f9c0f5a [2021-01-14T00:31:27.652Z] ---> 1e9f9ee815a6 [2021-01-14T00:31:27.652Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T00:31:27.652Z] ---> Running in 7fc3cf410cc7 [2021-01-14T00:31:28.646Z] Removing intermediate container 7fc3cf410cc7 [2021-01-14T00:31:28.646Z] ---> b24d0a656f4d [2021-01-14T00:31:28.646Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-14T00:31:28.646Z] ---> Running in 65d32a6242a6 [2021-01-14T00:31:29.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T00:31:29.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T00:31:30.793Z] OK: 167 MiB in 45 packages [2021-01-14T00:31:31.379Z] Removing intermediate container 65d32a6242a6 [2021-01-14T00:31:31.379Z] ---> 1ab3e5a7d810 [2021-01-14T00:31:31.379Z] Step 8/27 : WORKDIR /app [2021-01-14T00:31:31.379Z] ---> Running in ffa375d3ccb6 [2021-01-14T00:31:31.646Z] Removing intermediate container ffa375d3ccb6 [2021-01-14T00:31:31.646Z] ---> df085ee8b3c9 [2021-01-14T00:31:31.646Z] Step 9/27 : COPY go.mod . [2021-01-14T00:31:31.646Z] ---> 54debac973f1 [2021-01-14T00:31:31.646Z] Step 10/27 : RUN go mod download [2021-01-14T00:31:31.915Z] ---> Running in 40cd51e98aaa [2021-01-14T00:31:32.875Z] Removing intermediate container 40cd51e98aaa [2021-01-14T00:31:32.875Z] ---> eb5dda6180c0 [2021-01-14T00:31:32.875Z] Step 11/27 : COPY . . [2021-01-14T00:31:33.452Z] ---> 76738172ad3e [2021-01-14T00:31:33.452Z] Step 12/27 : ARG MAKE="make build" [2021-01-14T00:31:33.452Z] ---> Running in d4664bb40d23 [2021-01-14T00:31:33.722Z] Removing intermediate container d4664bb40d23 [2021-01-14T00:31:33.722Z] ---> a2ebf9c60f74 [2021-01-14T00:31:33.722Z] Step 13/27 : RUN $MAKE [2021-01-14T00:31:33.722Z] ---> Running in 2a1b03c2425a [2021-01-14T00:31:34.320Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-01-14T00:31:43.120Z] Removing intermediate container c532d4a5dfa2 [2021-01-14T00:31:43.120Z] ---> 4861e3177b6c [2021-01-14T00:31:43.120Z] Step 14/27 : FROM alpine:latest [2021-01-14T00:31:43.120Z] latest: Pulling from library/alpine [2021-01-14T00:31:43.120Z] 159e5727ea61: Pulling fs layer [2021-01-14T00:31:43.392Z] 159e5727ea61: Verifying Checksum [2021-01-14T00:31:43.392Z] 159e5727ea61: Download complete [2021-01-14T00:31:43.984Z] 159e5727ea61: Pull complete [2021-01-14T00:31:43.984Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T00:31:43.984Z] Status: Downloaded newer image for alpine:latest [2021-01-14T00:31:43.984Z] ---> afeebe901d6b [2021-01-14T00:31:43.984Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-14T00:31:44.255Z] ---> Running in 5dba4d28509d [2021-01-14T00:31:44.527Z] Removing intermediate container 5dba4d28509d [2021-01-14T00:31:44.527Z] ---> 8e2e48df763d [2021-01-14T00:31:44.527Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-14T00:31:44.804Z] ---> Running in 0fc59c60ffab [2021-01-14T00:31:45.079Z] Removing intermediate container 0fc59c60ffab [2021-01-14T00:31:45.079Z] ---> 1b5b852aef12 [2021-01-14T00:31:45.079Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2021-01-14T00:31:45.352Z] ---> Running in bbaf2ea44177 [2021-01-14T00:31:46.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T00:31:46.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T00:31:47.193Z] (1/6) Installing ca-certificates (20191127-r4) [2021-01-14T00:31:47.193Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-14T00:31:47.193Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-14T00:31:47.193Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-14T00:31:47.465Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-14T00:31:47.465Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-14T00:31:47.465Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T00:31:47.465Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T00:31:47.736Z] OK: 9 MiB in 20 packages [2021-01-14T00:31:49.170Z] Removing intermediate container bbaf2ea44177 [2021-01-14T00:31:49.170Z] ---> 02e56af54961 [2021-01-14T00:31:49.170Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-14T00:31:50.153Z] ---> 15f4db46d59e [2021-01-14T00:31:50.153Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-14T00:31:50.747Z] ---> c39eebf7771f [2021-01-14T00:31:50.747Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-14T00:31:51.346Z] ---> acaf1742a8f5 [2021-01-14T00:31:51.346Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-14T00:31:52.815Z] ---> dbdb1d861dac [2021-01-14T00:31:52.815Z] Step 22/27 : EXPOSE 48095 [2021-01-14T00:31:53.094Z] ---> Running in cc65f12ce98a [2021-01-14T00:31:53.703Z] Removing intermediate container cc65f12ce98a [2021-01-14T00:31:53.703Z] ---> 897c7c69a473 [2021-01-14T00:31:53.703Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-14T00:31:53.703Z] ---> Running in cedbd473677a [2021-01-14T00:31:53.983Z] Removing intermediate container cedbd473677a [2021-01-14T00:31:53.983Z] ---> 6f1083b45953 [2021-01-14T00:31:53.983Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T00:31:54.258Z] ---> Running in d80fd2f45fd8 [2021-01-14T00:31:54.542Z] Removing intermediate container d80fd2f45fd8 [2021-01-14T00:31:54.542Z] ---> fe7269dca47d [2021-01-14T00:31:54.542Z] Step 25/27 : LABEL arch=arm64 [2021-01-14T00:31:54.819Z] ---> Running in 25ed8702abb7 [2021-01-14T00:31:55.413Z] Removing intermediate container 25ed8702abb7 [2021-01-14T00:31:55.413Z] ---> edb48ffe7c13 [2021-01-14T00:31:55.413Z] Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc [2021-01-14T00:31:55.413Z] ---> Running in 5a2eeb0d8c09 [2021-01-14T00:31:56.014Z] Removing intermediate container 5a2eeb0d8c09 [2021-01-14T00:31:56.014Z] ---> f80096aa11e9 [2021-01-14T00:31:56.014Z] Step 27/27 : LABEL version=0.0.0 [2021-01-14T00:31:56.014Z] ---> Running in c9072b41d752 [2021-01-14T00:31:56.601Z] Removing intermediate container 2a1b03c2425a [2021-01-14T00:31:56.601Z] ---> 0406b031daae [2021-01-14T00:31:56.601Z] Step 14/27 : FROM alpine:latest [2021-01-14T00:31:56.601Z] latest: Pulling from library/alpine [2021-01-14T00:31:56.601Z] 801bfaa63ef2: Pulling fs layer [2021-01-14T00:31:56.607Z] Removing intermediate container c9072b41d752 [2021-01-14T00:31:56.607Z] ---> 84a2918518ce [2021-01-14T00:31:56.607Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-14T00:31:56.607Z] Successfully built 84a2918518ce [2021-01-14T00:31:56.607Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-14T00:31:56.881Z] 801bfaa63ef2: Verifying Checksum [2021-01-14T00:31:56.881Z] 801bfaa63ef2: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2021-01-14T00:31:57.150Z] 801bfaa63ef2: Pull complete [2021-01-14T00:31:57.150Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T00:31:57.150Z] Status: Downloaded newer image for alpine:latest [2021-01-14T00:31:57.150Z] ---> 389fef711851 [2021-01-14T00:31:57.150Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T00:31:57.308Z] provisioning config files... [2021-01-14T00:31:57.339Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5634148536306014079tmp [Pipeline] { [2021-01-14T00:31:57.412Z] ---> Running in 4dba65091d05 [2021-01-14T00:31:57.412Z] Removing intermediate container 4dba65091d05 [2021-01-14T00:31:57.412Z] ---> 0764966728eb [2021-01-14T00:31:57.412Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-14T00:31:57.412Z] ---> Running in a7fb9681b443 [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:31:57.684Z] Removing intermediate container a7fb9681b443 [2021-01-14T00:31:57.684Z] ---> c577fe180963 [2021-01-14T00:31:57.684Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2021-01-14T00:31:57.684Z] ---> Running in b541ff24c3f6 [2021-01-14T00:31:57.814Z] ---> docker-login.sh [2021-01-14T00:31:57.814Z] nexus3.edgexfoundry.org:10001 [2021-01-14T00:31:58.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:31:58.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T00:31:58.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T00:31:58.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:31:58.371Z] Configure a credential helper to remove this warning. See [2021-01-14T00:31:58.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:31:58.371Z] [2021-01-14T00:31:58.371Z] Login Succeeded [2021-01-14T00:31:58.371Z] nexus3.edgexfoundry.org:10002 [2021-01-14T00:31:58.551Z] (1/6) Installing ca-certificates (20191127-r4) [2021-01-14T00:31:58.551Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-14T00:31:58.551Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-14T00:31:58.551Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-14T00:31:58.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:31:58.823Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-14T00:31:58.823Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-14T00:31:58.823Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T00:31:58.823Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T00:31:58.823Z] OK: 9 MiB in 20 packages [2021-01-14T00:31:58.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:31:58.955Z] Configure a credential helper to remove this warning. See [2021-01-14T00:31:58.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:31:58.955Z] [2021-01-14T00:31:58.955Z] Login Succeeded [2021-01-14T00:31:58.955Z] nexus3.edgexfoundry.org:10003 [2021-01-14T00:31:59.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:31:59.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:31:59.505Z] Configure a credential helper to remove this warning. See [2021-01-14T00:31:59.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:31:59.505Z] [2021-01-14T00:31:59.505Z] Login Succeeded [2021-01-14T00:31:59.505Z] nexus3.edgexfoundry.org:10004 [2021-01-14T00:31:59.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:32:00.265Z] Removing intermediate container b541ff24c3f6 [2021-01-14T00:32:00.265Z] ---> c447d17b7d24 [2021-01-14T00:32:00.265Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-14T00:32:00.265Z] ---> 58a756126831 [2021-01-14T00:32:00.265Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-14T00:32:00.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:32:00.370Z] Configure a credential helper to remove this warning. See [2021-01-14T00:32:00.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:32:00.370Z] [2021-01-14T00:32:00.370Z] Login Succeeded [2021-01-14T00:32:00.370Z] docker.io [2021-01-14T00:32:00.532Z] ---> ac57dccb5541 [2021-01-14T00:32:00.532Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-14T00:32:00.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:32:00.797Z] ---> c1602808c090 [2021-01-14T00:32:00.797Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-14T00:32:00.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:32:00.915Z] Configure a credential helper to remove this warning. See [2021-01-14T00:32:00.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:32:00.915Z] [2021-01-14T00:32:00.915Z] Login Succeeded [2021-01-14T00:32:00.915Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T00:32:00.948Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T00:32:01.242Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-14T00:32:01.242Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc [2021-01-14T00:32:01.242Z] latest [2021-01-14T00:32:01.242Z] 0.0.0 [2021-01-14T00:32:01.242Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [2021-01-14T00:32:01.242Z] hanoi [2021-01-14T00:32:01.242Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:01.772Z] ---> 60737a3aae77 [2021-01-14T00:32:01.773Z] Step 22/27 : EXPOSE 48095 [2021-01-14T00:32:01.773Z] ---> Running in b8f7d76d1c7f [2021-01-14T00:32:01.901Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:02.051Z] Removing intermediate container b8f7d76d1c7f [2021-01-14T00:32:02.051Z] ---> 8c3d44fe8ad2 [2021-01-14T00:32:02.051Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-14T00:32:02.051Z] ---> Running in 2306ca11b9ad [2021-01-14T00:32:02.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2021-01-14T00:32:02.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-14T00:32:02.292Z] 3b8586706dbb: Preparing [2021-01-14T00:32:02.292Z] 86712d49b8fc: Preparing [2021-01-14T00:32:02.292Z] 90cda1d17280: Preparing [2021-01-14T00:32:02.292Z] 2edf0479d438: Preparing [2021-01-14T00:32:02.292Z] 8ff50d695f72: Preparing [2021-01-14T00:32:02.292Z] 379067d0cb53: Preparing [2021-01-14T00:32:02.292Z] 379067d0cb53: Waiting [2021-01-14T00:32:02.313Z] Removing intermediate container 2306ca11b9ad [2021-01-14T00:32:02.313Z] ---> 50d89a6c08c3 [2021-01-14T00:32:02.313Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T00:32:02.313Z] ---> Running in aa6f19e65136 [2021-01-14T00:32:02.592Z] Removing intermediate container aa6f19e65136 [2021-01-14T00:32:02.592Z] ---> befba268b2b3 [2021-01-14T00:32:02.592Z] Step 25/27 : LABEL arch=amd64 [2021-01-14T00:32:02.592Z] ---> Running in 295d486787fe [2021-01-14T00:32:02.593Z] 2edf0479d438: Pushed [2021-01-14T00:32:02.593Z] 90cda1d17280: Pushed [2021-01-14T00:32:02.593Z] 379067d0cb53: Layer already exists [2021-01-14T00:32:02.856Z] Removing intermediate container 295d486787fe [2021-01-14T00:32:02.856Z] ---> 581c60f061cf [2021-01-14T00:32:02.856Z] Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc [2021-01-14T00:32:02.856Z] ---> Running in 6b27494a9575 [2021-01-14T00:32:02.864Z] 86712d49b8fc: Pushed [2021-01-14T00:32:03.119Z] Removing intermediate container 6b27494a9575 [2021-01-14T00:32:03.119Z] ---> eb049f0f8c9f [2021-01-14T00:32:03.119Z] Step 27/27 : LABEL version=0.0.0 [2021-01-14T00:32:03.119Z] ---> Running in 86f9e1a61cd2 [2021-01-14T00:32:03.391Z] Removing intermediate container 86f9e1a61cd2 [2021-01-14T00:32:03.391Z] ---> 7a4a0db908b1 [2021-01-14T00:32:03.391Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-14T00:32:03.391Z] Successfully built 7a4a0db908b1 [2021-01-14T00:32:03.391Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [2021-01-14T00:32:03.458Z] 8ff50d695f72: Pushed [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T00:32:03.967Z] provisioning config files... [2021-01-14T00:32:03.992Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config8463969082136990834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:32:04.447Z] ---> docker-login.sh [2021-01-14T00:32:04.447Z] nexus3.edgexfoundry.org:10001 [2021-01-14T00:32:04.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:32:04.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:32:04.711Z] Configure a credential helper to remove this warning. See [2021-01-14T00:32:04.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:32:04.711Z] [2021-01-14T00:32:04.711Z] Login Succeeded [2021-01-14T00:32:04.711Z] nexus3.edgexfoundry.org:10002 [2021-01-14T00:32:04.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:32:04.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:32:04.977Z] Configure a credential helper to remove this warning. See [2021-01-14T00:32:04.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:32:04.977Z] [2021-01-14T00:32:04.977Z] Login Succeeded [2021-01-14T00:32:04.977Z] nexus3.edgexfoundry.org:10003 [2021-01-14T00:32:04.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:32:04.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:32:04.977Z] Configure a credential helper to remove this warning. See [2021-01-14T00:32:04.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:32:04.977Z] [2021-01-14T00:32:04.977Z] Login Succeeded [2021-01-14T00:32:04.977Z] nexus3.edgexfoundry.org:10004 [2021-01-14T00:32:05.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:32:05.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:32:05.251Z] Configure a credential helper to remove this warning. See [2021-01-14T00:32:05.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:32:05.251Z] [2021-01-14T00:32:05.251Z] Login Succeeded [2021-01-14T00:32:05.251Z] docker.io [2021-01-14T00:32:05.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T00:32:05.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T00:32:05.796Z] Configure a credential helper to remove this warning. See [2021-01-14T00:32:05.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T00:32:05.796Z] [2021-01-14T00:32:05.796Z] Login Succeeded [2021-01-14T00:32:05.796Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T00:32:05.828Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T00:32:06.133Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-14T00:32:06.133Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc [2021-01-14T00:32:06.133Z] latest [2021-01-14T00:32:06.133Z] 0.0.0 [2021-01-14T00:32:06.133Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [2021-01-14T00:32:06.133Z] hanoi [2021-01-14T00:32:06.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:06.833Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [2021-01-14T00:32:06.858Z] 3b8586706dbb: Pushed [2021-01-14T00:32:06.859Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:07.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2021-01-14T00:32:07.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-14T00:32:07.199Z] 3b2f1d950193: Preparing [2021-01-14T00:32:07.199Z] 08f503ed39f0: Preparing [2021-01-14T00:32:07.199Z] f2b75438577c: Preparing [2021-01-14T00:32:07.199Z] 4e4a8c70cb29: Preparing [2021-01-14T00:32:07.199Z] 5e335840a02e: Preparing [2021-01-14T00:32:07.199Z] 777b2c648970: Preparing [2021-01-14T00:32:07.199Z] 777b2c648970: Waiting [2021-01-14T00:32:07.383Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:07.471Z] 08f503ed39f0: Pushed [2021-01-14T00:32:07.471Z] 4e4a8c70cb29: Pushed [2021-01-14T00:32:07.471Z] f2b75438577c: Pushed [2021-01-14T00:32:07.471Z] 777b2c648970: Layer already exists [2021-01-14T00:32:07.734Z] 5e335840a02e: Pushed [2021-01-14T00:32:07.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-14T00:32:07.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-14T00:32:07.775Z] 3b8586706dbb: Preparing [2021-01-14T00:32:07.775Z] 86712d49b8fc: Preparing [2021-01-14T00:32:07.775Z] 90cda1d17280: Preparing [2021-01-14T00:32:07.775Z] 2edf0479d438: Preparing [2021-01-14T00:32:07.775Z] 8ff50d695f72: Preparing [2021-01-14T00:32:07.775Z] 379067d0cb53: Preparing [2021-01-14T00:32:07.775Z] 379067d0cb53: Waiting [2021-01-14T00:32:07.775Z] 86712d49b8fc: Layer already exists [2021-01-14T00:32:07.775Z] 90cda1d17280: Layer already exists [2021-01-14T00:32:07.775Z] 3b8586706dbb: Layer already exists [2021-01-14T00:32:07.775Z] 8ff50d695f72: Layer already exists [2021-01-14T00:32:07.775Z] 2edf0479d438: Layer already exists [2021-01-14T00:32:07.775Z] 379067d0cb53: Layer already exists [2021-01-14T00:32:08.044Z] latest: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:08.420Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0.0.0 [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:08.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0.0.0 [2021-01-14T00:32:08.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-14T00:32:08.777Z] 3b8586706dbb: Preparing [2021-01-14T00:32:08.777Z] 86712d49b8fc: Preparing [2021-01-14T00:32:08.777Z] 90cda1d17280: Preparing [2021-01-14T00:32:08.777Z] 2edf0479d438: Preparing [2021-01-14T00:32:08.777Z] 8ff50d695f72: Preparing [2021-01-14T00:32:08.777Z] 379067d0cb53: Preparing [2021-01-14T00:32:08.777Z] 379067d0cb53: Waiting [2021-01-14T00:32:08.777Z] 2edf0479d438: Layer already exists [2021-01-14T00:32:08.777Z] 86712d49b8fc: Layer already exists [2021-01-14T00:32:08.777Z] 90cda1d17280: Layer already exists [2021-01-14T00:32:08.777Z] 8ff50d695f72: Layer already exists [2021-01-14T00:32:08.777Z] 3b8586706dbb: Layer already exists [2021-01-14T00:32:08.777Z] 379067d0cb53: Layer already exists [2021-01-14T00:32:09.049Z] 0.0.0: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:09.167Z] 3b2f1d950193: Pushed [2021-01-14T00:32:09.437Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 [2021-01-14T00:32:09.439Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:09.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [2021-01-14T00:32:09.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-14T00:32:09.825Z] 3b8586706dbb: Preparing [2021-01-14T00:32:09.825Z] 86712d49b8fc: Preparing [2021-01-14T00:32:09.825Z] 90cda1d17280: Preparing [2021-01-14T00:32:09.825Z] 2edf0479d438: Preparing [2021-01-14T00:32:09.825Z] 8ff50d695f72: Preparing [2021-01-14T00:32:09.825Z] 379067d0cb53: Preparing [2021-01-14T00:32:09.825Z] 379067d0cb53: Waiting [2021-01-14T00:32:09.825Z] 86712d49b8fc: Layer already exists [2021-01-14T00:32:09.825Z] 90cda1d17280: Layer already exists [2021-01-14T00:32:09.825Z] 8ff50d695f72: Layer already exists [2021-01-14T00:32:09.825Z] 3b8586706dbb: Layer already exists [2021-01-14T00:32:09.825Z] 2edf0479d438: Layer already exists [2021-01-14T00:32:09.825Z] 379067d0cb53: Layer already exists [2021-01-14T00:32:10.069Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-14T00:32:10.098Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:10.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-14T00:32:10.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-14T00:32:10.488Z] 3b2f1d950193: Preparing [2021-01-14T00:32:10.488Z] 08f503ed39f0: Preparing [2021-01-14T00:32:10.488Z] f2b75438577c: Preparing [2021-01-14T00:32:10.488Z] 4e4a8c70cb29: Preparing [2021-01-14T00:32:10.488Z] 5e335840a02e: Preparing [2021-01-14T00:32:10.488Z] 777b2c648970: Preparing [2021-01-14T00:32:10.488Z] 777b2c648970: Waiting [2021-01-14T00:32:10.488Z] 4e4a8c70cb29: Layer already exists [2021-01-14T00:32:10.488Z] 08f503ed39f0: Layer already exists [2021-01-14T00:32:10.488Z] 3b2f1d950193: Layer already exists [2021-01-14T00:32:10.488Z] f2b75438577c: Layer already exists [2021-01-14T00:32:10.488Z] 5e335840a02e: Layer already exists [2021-01-14T00:32:10.488Z] 777b2c648970: Layer already exists [2021-01-14T00:32:10.654Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:10.771Z] latest: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:11.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [2021-01-14T00:32:11.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-14T00:32:11.080Z] 3b8586706dbb: Preparing [2021-01-14T00:32:11.080Z] 86712d49b8fc: Preparing [2021-01-14T00:32:11.080Z] 90cda1d17280: Preparing [2021-01-14T00:32:11.080Z] 2edf0479d438: Preparing [2021-01-14T00:32:11.080Z] 8ff50d695f72: Preparing [2021-01-14T00:32:11.080Z] 379067d0cb53: Preparing [2021-01-14T00:32:11.080Z] 379067d0cb53: Waiting [2021-01-14T00:32:11.274Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0.0.0 [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:11.352Z] 3b8586706dbb: Layer already exists [2021-01-14T00:32:11.352Z] 8ff50d695f72: Layer already exists [2021-01-14T00:32:11.352Z] 2edf0479d438: Layer already exists [2021-01-14T00:32:11.352Z] 90cda1d17280: Layer already exists [2021-01-14T00:32:11.352Z] 86712d49b8fc: Layer already exists [2021-01-14T00:32:11.352Z] 379067d0cb53: Layer already exists [2021-01-14T00:32:11.352Z] hanoi: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-14T00:32:11.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0.0.0 [2021-01-14T00:32:11.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-14T00:32:11.638Z] 3b2f1d950193: Preparing [2021-01-14T00:32:11.638Z] 08f503ed39f0: Preparing [2021-01-14T00:32:11.638Z] f2b75438577c: Preparing [2021-01-14T00:32:11.638Z] 4e4a8c70cb29: Preparing [2021-01-14T00:32:11.638Z] 5e335840a02e: Preparing [2021-01-14T00:32:11.638Z] 777b2c648970: Preparing [2021-01-14T00:32:11.638Z] 3b2f1d950193: Layer already exists [2021-01-14T00:32:11.638Z] 5e335840a02e: Layer already exists [2021-01-14T00:32:11.638Z] 4e4a8c70cb29: Layer already exists [2021-01-14T00:32:11.638Z] f2b75438577c: Layer already exists [2021-01-14T00:32:11.638Z] 08f503ed39f0: Layer already exists [2021-01-14T00:32:11.638Z] 777b2c648970: Layer already exists [2021-01-14T00:32:11.638Z] 0.0.0: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T00:32:11.782Z] ===================================================== [Pipeline] echo [2021-01-14T00:32:11.900Z] taggedImages: [2021-01-14T00:32:11.900Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2021-01-14T00:32:11.900Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-14T00:32:11.900Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0.0.0 [2021-01-14T00:32:11.900Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [2021-01-14T00:32:11.900Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-01-14T00:32:12.643Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:13.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [2021-01-14T00:32:13.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-14T00:32:13.290Z] 3b2f1d950193: Preparing [2021-01-14T00:32:13.290Z] 08f503ed39f0: Preparing [2021-01-14T00:32:13.290Z] f2b75438577c: Preparing [2021-01-14T00:32:13.290Z] 4e4a8c70cb29: Preparing [2021-01-14T00:32:13.290Z] 5e335840a02e: Preparing [2021-01-14T00:32:13.290Z] 777b2c648970: Preparing [2021-01-14T00:32:13.290Z] 777b2c648970: Waiting [2021-01-14T00:32:13.290Z] 5e335840a02e: Layer already exists [2021-01-14T00:32:13.290Z] 3b2f1d950193: Layer already exists [2021-01-14T00:32:13.290Z] f2b75438577c: Layer already exists [2021-01-14T00:32:13.290Z] 4e4a8c70cb29: Layer already exists [2021-01-14T00:32:13.290Z] 08f503ed39f0: Layer already exists [2021-01-14T00:32:13.290Z] 777b2c648970: Layer already exists [2021-01-14T00:32:13.290Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:13.677Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:14.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [2021-01-14T00:32:14.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-14T00:32:14.088Z] 3b2f1d950193: Preparing [2021-01-14T00:32:14.088Z] 08f503ed39f0: Preparing [2021-01-14T00:32:14.088Z] f2b75438577c: Preparing [2021-01-14T00:32:14.088Z] 4e4a8c70cb29: Preparing [2021-01-14T00:32:14.088Z] 5e335840a02e: Preparing [2021-01-14T00:32:14.088Z] 777b2c648970: Preparing [2021-01-14T00:32:14.088Z] 777b2c648970: Waiting [2021-01-14T00:32:14.088Z] f2b75438577c: Layer already exists [2021-01-14T00:32:14.088Z] 4e4a8c70cb29: Layer already exists [2021-01-14T00:32:14.088Z] 5e335840a02e: Layer already exists [2021-01-14T00:32:14.088Z] 08f503ed39f0: Layer already exists [2021-01-14T00:32:14.088Z] 3b2f1d950193: Layer already exists [2021-01-14T00:32:14.088Z] 777b2c648970: Layer already exists [2021-01-14T00:32:14.088Z] hanoi: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T00:32:14.441Z] ===================================================== [Pipeline] echo [2021-01-14T00:32:14.518Z] taggedImages: [2021-01-14T00:32:14.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2021-01-14T00:32:14.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-14T00:32:14.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0.0.0 [2021-01-14T00:32:14.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [2021-01-14T00:32:14.518Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-14T00:32:16.895Z] provisioning config files... [2021-01-14T00:32:16.914Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config2216289370375285929tmp [Pipeline] { [Pipeline] sh [2021-01-14T00:32:17.395Z] + set +x [2021-01-14T00:32:17.395Z] + curl -s https://codecov.io/bash [2021-01-14T00:32:17.395Z] + bash -s -- [2021-01-14T00:32:17.659Z] [2021-01-14T00:32:17.659Z] _____ _ [2021-01-14T00:32:17.659Z] / ____| | | [2021-01-14T00:32:17.659Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T00:32:17.659Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T00:32:17.659Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T00:32:17.659Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T00:32:17.659Z] Bash-20201231-23d4836 [2021-01-14T00:32:17.659Z] [2021-01-14T00:32:17.659Z] [2021-01-14T00:32:17.659Z] ==> git version 2.24.3 found [2021-01-14T00:32:17.659Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-14T00:32:17.659Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T00:32:17.659Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T00:32:17.659Z] ==> Jenkins CI detected. [2021-01-14T00:32:17.659Z] project root: . [2021-01-14T00:32:17.659Z] --> token set from env [2021-01-14T00:32:17.659Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T00:32:17.659Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T00:32:17.659Z] ==> Python coveragepy not found [2021-01-14T00:32:17.659Z] ==> Searching for coverage reports in: [2021-01-14T00:32:17.659Z] + . [2021-01-14T00:32:17.659Z] -> Found 1 reports [2021-01-14T00:32:17.659Z] ==> Detecting git/mercurial file structure [2021-01-14T00:32:17.659Z] ==> Reading reports [2021-01-14T00:32:17.659Z] + ./coverage.out bytes=10 [2021-01-14T00:32:17.659Z] ==> Appending adjustments [2021-01-14T00:32:17.659Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T00:32:17.659Z] + Found adjustments [2021-01-14T00:32:17.659Z] ==> Gzipping contents [2021-01-14T00:32:17.659Z] 4.0K /tmp/codecov.vH93F6.gz [2021-01-14T00:32:17.659Z] ==> Uploading reports [2021-01-14T00:32:17.659Z] url: https://codecov.io [2021-01-14T00:32:17.659Z] query: branch=hanoi&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-14T00:32:17.924Z] -> Pinging Codecov [2021-01-14T00:32:17.924Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=hanoi&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-14T00:32:18.190Z] -> Uploading to [2021-01-14T00:32:18.190Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/A97CA9966030D2A3747ED39772930CCE/7658dde2fa5f0df1322b53e9d399e0259178d9cc/842fe062-ea10-40ef-ad89-35389991f34b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T003218Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2b29f113c25a26159922a6f63e21b268d3500195cfc43ee94683dda74ca88c0e [2021-01-14T00:32:18.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T00:32:18.478Z] Dload Upload Total Spent Left Speed [2021-01-14T00:32:18.746Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 863 --:--:-- --:--:-- --:--:-- 863 100 378 0 0 100 378 0 862 --:--:-- --:--:-- --:--:-- 863 [2021-01-14T00:32:18.746Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] } [2021-01-14T00:32:18.785Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-14T00:32:19.380Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-14T00:32:19.481Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:19.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T00:32:20.180Z] [2021-01-14T00:32:20.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:32:20.614Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T00:32:20.614Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-14T00:32:20.614Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T00:32:20.614Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T00:32:20.614Z] de9db76c5a1d: Pulling fs layer [2021-01-14T00:32:20.614Z] 0eba1c9be4d2: Pulling fs layer [2021-01-14T00:32:20.614Z] 0d57e429df01: Pulling fs layer [2021-01-14T00:32:20.614Z] 4e4be7b47b0d: Pulling fs layer [2021-01-14T00:32:20.614Z] e1f770b5df2f: Pulling fs layer [2021-01-14T00:32:20.614Z] 85a0685a4137: Pulling fs layer [2021-01-14T00:32:20.614Z] 0eba1c9be4d2: Waiting [2021-01-14T00:32:20.614Z] 4e4be7b47b0d: Waiting [2021-01-14T00:32:20.614Z] 0d57e429df01: Waiting [2021-01-14T00:32:20.614Z] e1f770b5df2f: Waiting [2021-01-14T00:32:20.614Z] 85a0685a4137: Waiting [2021-01-14T00:32:20.614Z] de9db76c5a1d: Verifying Checksum [2021-01-14T00:32:20.614Z] de9db76c5a1d: Download complete [2021-01-14T00:32:20.614Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T00:32:20.614Z] 0ef7d3d256c8: Download complete [2021-01-14T00:32:20.881Z] 0d57e429df01: Verifying Checksum [2021-01-14T00:32:20.881Z] 0d57e429df01: Download complete [2021-01-14T00:32:20.881Z] 4e4be7b47b0d: Verifying Checksum [2021-01-14T00:32:20.881Z] 4e4be7b47b0d: Download complete [2021-01-14T00:32:20.881Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T00:32:20.881Z] 188c0c94c7c5: Download complete [2021-01-14T00:32:21.485Z] 188c0c94c7c5: Pull complete [2021-01-14T00:32:21.758Z] 0ef7d3d256c8: Pull complete [2021-01-14T00:32:21.758Z] de9db76c5a1d: Pull complete [2021-01-14T00:32:22.349Z] e1f770b5df2f: Verifying Checksum [2021-01-14T00:32:22.349Z] e1f770b5df2f: Download complete [2021-01-14T00:32:26.476Z] 0eba1c9be4d2: Verifying Checksum [2021-01-14T00:32:26.476Z] 0eba1c9be4d2: Download complete [2021-01-14T00:32:26.476Z] 85a0685a4137: Verifying Checksum [2021-01-14T00:32:26.476Z] 85a0685a4137: Download complete [2021-01-14T00:32:33.136Z] 0eba1c9be4d2: Pull complete [2021-01-14T00:32:33.136Z] 0d57e429df01: Pull complete [2021-01-14T00:32:33.408Z] 4e4be7b47b0d: Pull complete [2021-01-14T00:32:36.009Z] e1f770b5df2f: Pull complete [2021-01-14T00:32:44.245Z] 85a0685a4137: Pull complete [2021-01-14T00:32:44.245Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-14T00:32:44.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T00:32:44.245Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-14T00:32:44.519Z] prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container [2021-01-14T00:32:44.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-14T00:32:45.819Z] $ docker top aebff31ced18c3d73861f865feab90779875c5fbf0204e7df20fe6a6bd81db04 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T00:32:46.181Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-14T00:32:46.522Z] + set -o pipefail [2021-01-14T00:32:46.522Z] + snyk monitor '--org=edgex-jenkins' [2021-01-14T00:32:58.838Z] [2021-01-14T00:32:58.838Z] Monitoring /w/workspace/y_app-service-configurable_hanoi (github.com/edgexfoundry/app-service-configurable)... [2021-01-14T00:32:58.838Z] [2021-01-14T00:32:58.838Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/a6de64ac-14cb-4638-8bb0-2fd1eb0ed680 [2021-01-14T00:32:58.838Z] [2021-01-14T00:32:58.838Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-14T00:32:58.838Z] [2021-01-14T00:32:58.838Z] [Pipeline] } [2021-01-14T00:32:58.879Z] $ docker stop --time=1 aebff31ced18c3d73861f865feab90779875c5fbf0204e7df20fe6a6bd81db04 [2021-01-14T00:33:01.263Z] $ docker rm -f aebff31ced18c3d73861f865feab90779875c5fbf0204e7df20fe6a6bd81db04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-14T00:33:04.227Z] + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:33:04.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T00:33:04.582Z] . [Pipeline] withDockerContainer [2021-01-14T00:33:04.724Z] prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container [2021-01-14T00:33:04.771Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T00:33:05.584Z] $ docker top 523ab7bd6164be7b7cf790cec368572e3e64739a4d73c5c21a1fb6fee2f6eea9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T00:33:05.912Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T00:33:06.353Z] + git semver [Pipeline] } [2021-01-14T00:33:06.396Z] $ docker stop --time=1 523ab7bd6164be7b7cf790cec368572e3e64739a4d73c5c21a1fb6fee2f6eea9 [2021-01-14T00:33:07.789Z] $ docker rm -f 523ab7bd6164be7b7cf790cec368572e3e64739a4d73c5c21a1fb6fee2f6eea9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:33:08.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T00:33:08.565Z] [2021-01-14T00:33:08.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:33:08.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T00:33:08.965Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-14T00:33:08.965Z] ab5ef0e58194: Pulling fs layer [2021-01-14T00:33:08.965Z] 9712f1f96733: Pulling fs layer [2021-01-14T00:33:08.965Z] 63f879dbbcfc: Pulling fs layer [2021-01-14T00:33:08.965Z] 0d9ebad4ef96: Pulling fs layer [2021-01-14T00:33:08.965Z] e9a5061849ea: Pulling fs layer [2021-01-14T00:33:08.965Z] d747dcd14b5f: Pulling fs layer [2021-01-14T00:33:08.965Z] 2de7ff778b66: Pulling fs layer [2021-01-14T00:33:08.965Z] e9a5061849ea: Waiting [2021-01-14T00:33:08.965Z] d747dcd14b5f: Waiting [2021-01-14T00:33:08.965Z] 0d9ebad4ef96: Waiting [2021-01-14T00:33:08.965Z] 2de7ff778b66: Waiting [2021-01-14T00:33:08.965Z] 9712f1f96733: Verifying Checksum [2021-01-14T00:33:08.965Z] 9712f1f96733: Download complete [2021-01-14T00:33:10.900Z] 63f879dbbcfc: Verifying Checksum [2021-01-14T00:33:10.900Z] 63f879dbbcfc: Download complete [2021-01-14T00:33:10.900Z] e9a5061849ea: Verifying Checksum [2021-01-14T00:33:10.900Z] e9a5061849ea: Download complete [2021-01-14T00:33:10.900Z] d747dcd14b5f: Download complete [2021-01-14T00:33:11.168Z] 2de7ff778b66: Verifying Checksum [2021-01-14T00:33:11.168Z] 2de7ff778b66: Download complete [2021-01-14T00:33:11.436Z] ab5ef0e58194: Verifying Checksum [2021-01-14T00:33:11.436Z] ab5ef0e58194: Download complete [2021-01-14T00:33:11.710Z] 0d9ebad4ef96: Verifying Checksum [2021-01-14T00:33:11.710Z] 0d9ebad4ef96: Download complete [2021-01-14T00:33:17.065Z] ab5ef0e58194: Pull complete [2021-01-14T00:33:17.065Z] 9712f1f96733: Pull complete [2021-01-14T00:33:19.007Z] 63f879dbbcfc: Pull complete [2021-01-14T00:33:27.279Z] 0d9ebad4ef96: Pull complete [2021-01-14T00:33:27.855Z] e9a5061849ea: Pull complete [2021-01-14T00:33:28.126Z] d747dcd14b5f: Pull complete [2021-01-14T00:33:30.703Z] 2de7ff778b66: Pull complete [2021-01-14T00:33:30.703Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-14T00:33:30.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T00:33:30.703Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-14T00:33:31.316Z] prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container [2021-01-14T00:33:31.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-14T00:33:35.555Z] $ docker top fb0e779574674ceca4a9607cec580622db5437ba02dff213fd02d37182c69634 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-14T00:33:35.946Z] provisioning config files... [2021-01-14T00:33:35.992Z] copy managed file [sigul-config] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config6393713628924552932tmp [2021-01-14T00:33:36.045Z] copy managed file [sigul-password] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8514162783813372591tmp [2021-01-14T00:33:36.170Z] copy managed file [sigul-pki] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config7346096198453142480tmp [Pipeline] { [Pipeline] echo [2021-01-14T00:33:36.332Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:33:36.679Z] ---> sigul-configuration.sh [2021-01-14T00:33:36.948Z] gpg: directory `/root/.gnupg' created [2021-01-14T00:33:36.948Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-14T00:33:36.948Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-14T00:33:36.948Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-14T00:33:36.948Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-14T00:33:36.948Z] gpg: CAST5 encrypted data [2021-01-14T00:33:36.948Z] gpg: encrypted with 1 passphrase [2021-01-14T00:33:36.948Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-14T00:33:37.300Z] + mkdir /home/jenkins [2021-01-14T00:33:37.300Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-14T00:33:37.648Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-14T00:33:37.679Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:33:38.016Z] ---> sigul-install.sh [2021-01-14T00:33:44.645Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-14T00:33:44.979Z] + git tag --list [2021-01-14T00:33:44.979Z] v1.0.0 [2021-01-14T00:33:44.979Z] v1.1.0 [2021-01-14T00:33:44.979Z] v1.2.0 [2021-01-14T00:33:44.979Z] v1.2.1-dev.1 [2021-01-14T00:33:44.979Z] v1.2.1-dev.10 [2021-01-14T00:33:44.979Z] v1.2.1-dev.11 [2021-01-14T00:33:44.979Z] v1.2.1-dev.12 [2021-01-14T00:33:44.979Z] v1.2.1-dev.13 [2021-01-14T00:33:44.979Z] v1.2.1-dev.14 [2021-01-14T00:33:44.979Z] v1.2.1-dev.15 [2021-01-14T00:33:44.979Z] v1.2.1-dev.16 [2021-01-14T00:33:44.979Z] v1.2.1-dev.17 [2021-01-14T00:33:44.979Z] v1.2.1-dev.18 [2021-01-14T00:33:44.979Z] v1.2.1-dev.19 [2021-01-14T00:33:44.979Z] v1.2.1-dev.2 [2021-01-14T00:33:44.979Z] v1.2.1-dev.20 [2021-01-14T00:33:44.979Z] v1.2.1-dev.21 [2021-01-14T00:33:44.979Z] v1.2.1-dev.22 [2021-01-14T00:33:44.979Z] v1.2.1-dev.23 [2021-01-14T00:33:44.979Z] v1.2.1-dev.3 [2021-01-14T00:33:44.979Z] v1.2.1-dev.4 [2021-01-14T00:33:44.979Z] v1.2.1-dev.5 [2021-01-14T00:33:44.979Z] v1.2.1-dev.6 [2021-01-14T00:33:44.979Z] v1.2.1-dev.7 [2021-01-14T00:33:44.979Z] v1.2.1-dev.8 [2021-01-14T00:33:44.979Z] v1.2.1-dev.9 [2021-01-14T00:33:44.979Z] v1.3.0 [2021-01-14T00:33:44.979Z] v1.3.1-dev.1 [2021-01-14T00:33:44.979Z] v2.0.0-dev.1 [2021-01-14T00:33:44.979Z] v2.0.0-dev.2 [2021-01-14T00:33:44.979Z] v2.0.0-dev.3 [2021-01-14T00:33:44.979Z] v2.0.0-dev.4 [2021-01-14T00:33:44.979Z] v2.0.0-dev.5 [2021-01-14T00:33:44.979Z] v2.0.0-dev.6 [2021-01-14T00:33:44.979Z] v2.0.0-dev.7 [2021-01-14T00:33:44.979Z] v2.0.0-dev.8 [Pipeline] sh [2021-01-14T00:33:45.327Z] + lftools sign git-tag v0.0.0 [2021-01-14T00:33:46.729Z] Signing Git tag with Sigul... [2021-01-14T00:33:46.729Z] Signing v0.0.0 [2021-01-14T00:33:46.994Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v0.0.0'], return code 1, stdout , stderr [Pipeline] echo [2021-01-14T00:33:47.033Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:33:47.395Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-14T00:33:47.423Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-14T00:33:47.560Z] $ docker stop --time=1 fb0e779574674ceca4a9607cec580622db5437ba02dff213fd02d37182c69634 [2021-01-14T00:33:49.691Z] $ docker rm -f fb0e779574674ceca4a9607cec580622db5437ba02dff213fd02d37182c69634 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:33:50.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T00:33:50.932Z] . [Pipeline] withDockerContainer [2021-01-14T00:33:51.062Z] prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container [2021-01-14T00:33:51.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T00:33:52.139Z] $ docker top 02a465b591712ef9ba2e756f51b3f6418ad766915af32bc5bef40ddd69ec394f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T00:33:52.582Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T00:33:53.055Z] + git semver [Pipeline] } [2021-01-14T00:33:53.094Z] $ docker stop --time=1 02a465b591712ef9ba2e756f51b3f6418ad766915af32bc5bef40ddd69ec394f [2021-01-14T00:33:54.583Z] $ docker rm -f 02a465b591712ef9ba2e756f51b3f6418ad766915af32bc5bef40ddd69ec394f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:33:55.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T00:33:55.331Z] . [Pipeline] withDockerContainer [2021-01-14T00:33:55.466Z] prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container [2021-01-14T00:33:55.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T00:33:56.310Z] $ docker top fc8b09158dfa8791dc5e114d73321de3556163e80a8e82affcbc6215d5938187 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T00:33:56.700Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T00:33:57.163Z] + git semver [Pipeline] } [2021-01-14T00:33:57.218Z] $ docker stop --time=1 fc8b09158dfa8791dc5e114d73321de3556163e80a8e82affcbc6215d5938187 [2021-01-14T00:33:58.697Z] $ docker rm -f fc8b09158dfa8791dc5e114d73321de3556163e80a8e82affcbc6215d5938187 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:34:00.557Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:34:01.198Z] ---> package-listing.sh [2021-01-14T00:34:01.198Z] ++ facter osfamily [2021-01-14T00:34:01.198Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T00:34:01.465Z] + OS_FAMILY=redhat [2021-01-14T00:34:01.465Z] + workspace=/w/workspace/y_app-service-configurable_hanoi [2021-01-14T00:34:01.465Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T00:34:01.465Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T00:34:01.465Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T00:34:01.465Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T00:34:01.465Z] + '[' /w/workspace/y_app-service-configurable_hanoi ']' [2021-01-14T00:34:01.465Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T00:34:01.465Z] + case "${OS_FAMILY}" in [2021-01-14T00:34:01.465Z] + rpm -qa [2021-01-14T00:34:01.465Z] + sort [2021-01-14T00:34:06.800Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T00:34:06.800Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T00:34:06.800Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T00:34:06.800Z] + '[' /w/workspace/y_app-service-configurable_hanoi ']' [2021-01-14T00:34:06.800Z] + mkdir -p /w/workspace/y_app-service-configurable_hanoi/archives/ [2021-01-14T00:34:06.800Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_hanoi/archives/ [Pipeline] echo [2021-01-14T00:34:06.837Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T00:34:07.165Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:34:07.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T00:34:07.524Z] [2021-01-14T00:34:07.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T00:34:08.218Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T00:34:08.218Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T00:34:08.218Z] df20fa9351a1: Pulling fs layer [2021-01-14T00:34:08.218Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T00:34:08.218Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T00:34:08.218Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T00:34:08.218Z] 93b61091891f: Pulling fs layer [2021-01-14T00:34:08.218Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T00:34:08.218Z] 5e14af77c1be: Pulling fs layer [2021-01-14T00:34:08.218Z] 01666e4c0597: Pulling fs layer [2021-01-14T00:34:08.218Z] aa168da1d23b: Pulling fs layer [2021-01-14T00:34:08.218Z] 46f8f816bc3b: Waiting [2021-01-14T00:34:08.218Z] 93b61091891f: Waiting [2021-01-14T00:34:08.218Z] 93b9cdb0e59b: Waiting [2021-01-14T00:34:08.218Z] 5e14af77c1be: Waiting [2021-01-14T00:34:08.218Z] aa168da1d23b: Waiting [2021-01-14T00:34:08.218Z] 01666e4c0597: Waiting [2021-01-14T00:34:08.218Z] 36b3adc4ff6f: Download complete [2021-01-14T00:34:08.519Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T00:34:08.519Z] 46f8f816bc3b: Download complete [2021-01-14T00:34:08.519Z] df20fa9351a1: Verifying Checksum [2021-01-14T00:34:08.519Z] df20fa9351a1: Download complete [2021-01-14T00:34:08.519Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T00:34:08.519Z] 93b9cdb0e59b: Download complete [2021-01-14T00:34:08.519Z] 5e14af77c1be: Verifying Checksum [2021-01-14T00:34:08.519Z] 5e14af77c1be: Download complete [2021-01-14T00:34:08.810Z] 93b61091891f: Verifying Checksum [2021-01-14T00:34:08.810Z] 93b61091891f: Download complete [2021-01-14T00:34:09.080Z] df20fa9351a1: Pull complete [2021-01-14T00:34:09.699Z] 01666e4c0597: Verifying Checksum [2021-01-14T00:34:09.699Z] 01666e4c0597: Download complete [2021-01-14T00:34:09.699Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T00:34:09.699Z] 8ad3a11d3b57: Download complete [2021-01-14T00:34:09.699Z] 36b3adc4ff6f: Pull complete [2021-01-14T00:34:11.188Z] 8ad3a11d3b57: Pull complete [2021-01-14T00:34:12.167Z] 46f8f816bc3b: Pull complete [2021-01-14T00:34:13.179Z] 93b61091891f: Pull complete [2021-01-14T00:34:13.179Z] aa168da1d23b: Verifying Checksum [2021-01-14T00:34:13.179Z] aa168da1d23b: Download complete [2021-01-14T00:34:13.179Z] 93b9cdb0e59b: Pull complete [2021-01-14T00:34:13.482Z] 5e14af77c1be: Pull complete [2021-01-14T00:34:13.482Z] 01666e4c0597: Pull complete [2021-01-14T00:34:23.654Z] aa168da1d23b: Pull complete [2021-01-14T00:34:23.654Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T00:34:23.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T00:34:23.654Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T00:34:24.102Z] prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container [2021-01-14T00:34:24.164Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T00:34:26.019Z] $ docker top 06c0699d3bb646aeda752d4697a96b7676f73c03d1745ed3ba6f57a12b62e3a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T00:34:26.755Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T00:34:27.273Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T00:34:27.669Z] + ls /var/log/sa-host [2021-01-14T00:34:27.669Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T00:34:27.669Z] file_magic: OK [2021-01-14T00:34:27.669Z] HZ: Using current value: 100 [2021-01-14T00:34:27.669Z] file_header: OK [2021-01-14T00:34:27.669Z] 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-14T00:34:27.669Z] Statistics: [2021-01-14T00:34:27.669Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-14T00:34:27.669Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T00:34:27.669Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T00:34:27.669Z] file_magic: OK [2021-01-14T00:34:27.669Z] HZ: Using current value: 100 [2021-01-14T00:34:27.669Z] file_header: OK [2021-01-14T00:34:27.669Z] 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-14T00:34:27.669Z] Statistics: [2021-01-14T00:34:27.669Z] Hnuu...uuuununununu... [2021-01-14T00:34:27.669Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T00:34:27.989Z] provisioning config files... [2021-01-14T00:34:28.008Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config1049203256886797076tmp [Pipeline] { [Pipeline] echo [2021-01-14T00:34:28.137Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:34:28.878Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T00:34:28.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T00:34:29.064Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:34:29.402Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T00:34:29.440Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:34:29.792Z] ---> sudo-logs.sh [2021-01-14T00:34:29.792Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T00:34:29.835Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:34:30.210Z] ---> job-cost.sh [2021-01-14T00:34:30.211Z] lf-activate-venv: SKIPPING [2021-01-14T00:34:30.211Z] INFO: No Stack... [2021-01-14T00:34:31.167Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T00:34:31.751Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T00:34:31.798Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T00:34:32.186Z] ---> logs-deploy.sh [2021-01-14T00:34:32.186Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/hanoi/1 [2021-01-14T00:34:32.186Z] INFO: archiving workspace using pattern(s): [2021-01-14T00:34:34.117Z] Archives upload complete. [2021-01-14T00:34:34.117Z] INFO: archiving logs to Nexus