Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a8794a006ea08968641ff6a1a2acb87b2eaa877d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4681666142223167873.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 155abbc8877922835dbd6f2f82c828d26e35ec40 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh383319110261855605.key > 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 155abbc8877922835dbd6f2f82c828d26e35ec40 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4575222467157942216.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 155abbc8877922835dbd6f2f82c828d26e35ec40 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 155abbc8877922835dbd6f2f82c828d26e35ec40 # timeout=10 Commit message: "Merge pull request #342 from ernestojeda/fix-c-docker-image-names" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3916822296051683802.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2684810104845436348.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1026 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/ry_app-service-configurable_main@tmp/jenkins-gitclient-ssh6202436412042053112.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a8794a006ea08968641ff6a1a2acb87b2eaa877d (main) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8794a006ea08968641ff6a1a2acb87b2eaa877d # timeout=10 Commit message: "build: Update to SDK 2.0.1 and update Change Log for patch release (#301)" > git rev-list --no-walk b6f81afb00c623cfafb3d4c5994f810f91048a0e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-30T15:41:09.582Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-30T15:41:09.670Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-30T15:41:09.719Z] ========================================================= [2021-07-30T15:41:09.719Z] EdgeX Global Pipelines Version Info [2021-07-30T15:41:09.719Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:41:11.035Z] ------------------- [2021-07-30T15:41:11.035Z] stable info: [2021-07-30T15:41:11.035Z] ------------------- [2021-07-30T15:41:11.035Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-30T15:41:11.035Z] Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-07-30T15:41:11.035Z] Message: update stable to v1.0.199 [2021-07-30T15:41:11.623Z] ------------------- [2021-07-30T15:41:11.623Z] experimental info: [2021-07-30T15:41:11.623Z] ------------------- [2021-07-30T15:41:11.623Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-30T15:41:11.623Z] Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-07-30T15:41:11.623Z] Message: update experimental to v1.0.199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-30T15:41:11.835Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-07-30T15:41:11.879Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-07-30T15:41:11.923Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-30T15:41:11.965Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-30T15:41:12.009Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-30T15:41:12.042Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-30T15:41:12.131Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-30T15:41:12.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-30T15:41:12.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-07-30T15:41:12.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-30T15:41:12.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-30T15:41:12.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-07-30T15:41:12.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2021-07-30T15:41:12.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-30T15:41:12.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-30T15:41:12.330Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-30T15:41:12.354Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-30T15:41:12.378Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-30T15:41:12.400Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-30T15:41:12.421Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-30T15:41:12.447Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-30T15:41:12.474Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-07-30T15:41:12.500Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-07-30T15:41:12.523Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-30T15:41:12.548Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-30T15:41:12.575Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-07-30T15:41:12.601Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-30T15:41:12.626Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2021-07-30T15:41:12.650Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2021-07-30T15:41:12.673Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2021-07-30T15:41:12.697Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] echo [2021-07-30T15:41:12.722Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a8794a0 [Pipeline] echo [2021-07-30T15:41:12.749Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T15:41:12.828Z] provisioning config files... [2021-07-30T15:41:12.852Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8286851328472743083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:41:13.214Z] ---> docker-login.sh [2021-07-30T15:41:13.214Z] nexus3.edgexfoundry.org:10001 [2021-07-30T15:41:13.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:41:13.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:41:13.482Z] Configure a credential helper to remove this warning. See [2021-07-30T15:41:13.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:41:13.482Z] [2021-07-30T15:41:13.482Z] Login Succeeded [2021-07-30T15:41:13.482Z] nexus3.edgexfoundry.org:10002 [2021-07-30T15:41:13.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:41:13.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:41:13.751Z] Configure a credential helper to remove this warning. See [2021-07-30T15:41:13.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:41:13.751Z] [2021-07-30T15:41:13.751Z] Login Succeeded [2021-07-30T15:41:13.751Z] nexus3.edgexfoundry.org:10003 [2021-07-30T15:41:13.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:41:14.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:41:14.021Z] Configure a credential helper to remove this warning. See [2021-07-30T15:41:14.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:41:14.021Z] [2021-07-30T15:41:14.021Z] Login Succeeded [2021-07-30T15:41:14.021Z] nexus3.edgexfoundry.org:10004 [2021-07-30T15:41:14.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:41:14.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:41:14.021Z] Configure a credential helper to remove this warning. See [2021-07-30T15:41:14.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:41:14.021Z] [2021-07-30T15:41:14.021Z] Login Succeeded [2021-07-30T15:41:14.021Z] docker.io [2021-07-30T15:41:14.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:41:14.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:41:14.562Z] Configure a credential helper to remove this warning. See [2021-07-30T15:41:14.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:41:14.562Z] [2021-07-30T15:41:14.562Z] Login Succeeded [2021-07-30T15:41:14.562Z] ---> docker-login.sh ends [Pipeline] } [2021-07-30T15:41:14.576Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-30T15:41:15.150Z] + git log --format=format:%s -1 a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] echo [2021-07-30T15:41:15.203Z] GIT_COMMIT: a8794a006ea08968641ff6a1a2acb87b2eaa877d, Commit Message: build: Update to SDK 2.0.1 and update Change Log for patch release (#301) [Pipeline] echo [2021-07-30T15:41:15.218Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:41:16.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-30T15:41:16.270Z] [2021-07-30T15:41:16.270Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:41:16.626Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-30T15:41:16.626Z] latest: Pulling from edgex-devops/git-semver [2021-07-30T15:41:16.626Z] 31603596830f: Pulling fs layer [2021-07-30T15:41:16.626Z] b6dc333f4379: Pulling fs layer [2021-07-30T15:41:16.626Z] 3d9ef1400e77: Pulling fs layer [2021-07-30T15:41:16.626Z] fd332fbdc1db: Pulling fs layer [2021-07-30T15:41:16.626Z] fd332fbdc1db: Waiting [2021-07-30T15:41:16.626Z] b6dc333f4379: Verifying Checksum [2021-07-30T15:41:16.626Z] b6dc333f4379: Download complete [2021-07-30T15:41:16.893Z] 31603596830f: Verifying Checksum [2021-07-30T15:41:16.893Z] 31603596830f: Download complete [2021-07-30T15:41:17.162Z] fd332fbdc1db: Verifying Checksum [2021-07-30T15:41:17.162Z] fd332fbdc1db: Download complete [2021-07-30T15:41:17.162Z] 31603596830f: Pull complete [2021-07-30T15:41:17.162Z] b6dc333f4379: Pull complete [2021-07-30T15:41:17.433Z] 3d9ef1400e77: Verifying Checksum [2021-07-30T15:41:17.433Z] 3d9ef1400e77: Download complete [2021-07-30T15:41:18.022Z] 3d9ef1400e77: Pull complete [2021-07-30T15:41:18.022Z] fd332fbdc1db: Pull complete [2021-07-30T15:41:18.022Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-30T15:41:18.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-30T15:41:18.023Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-30T15:41:18.137Z] prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container [2021-07-30T15:41:18.206Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-30T15:41:19.051Z] $ docker top 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-30T15:41:19.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-30T15:41:19.191Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-30T15:41:19.322Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-30T15:41:19.323Z] $ docker exec 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 ssh-agent [2021-07-30T15:41:19.664Z] SSH_AUTH_SOCK=/tmp/ssh-sWeAJuUaiVhV/agent.15 [2021-07-30T15:41:19.664Z] SSH_AGENT_PID=21 [2021-07-30T15:41:19.678Z] Running ssh-add (command line suppressed) [2021-07-30T15:41:19.789Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6054675038549097201.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6054675038549097201.key) [2021-07-30T15:41:19.816Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-30T15:41:20.142Z] + git tag --points-at HEAD [Pipeline] } [2021-07-30T15:41:20.166Z] $ docker exec --env ******** --env ******** 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 ssh-agent -k [2021-07-30T15:41:20.266Z] unset SSH_AUTH_SOCK; [2021-07-30T15:41:20.266Z] unset SSH_AGENT_PID; [2021-07-30T15:41:20.266Z] echo Agent pid 21 killed; [2021-07-30T15:41:20.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-30T15:41:20.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-30T15:41:20.346Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-30T15:41:20.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-30T15:41:20.482Z] $ docker exec 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 ssh-agent [2021-07-30T15:41:20.607Z] SSH_AUTH_SOCK=/tmp/ssh-BDQRbGyFDeIZ/agent.53 [2021-07-30T15:41:20.607Z] SSH_AGENT_PID=60 [2021-07-30T15:41:20.617Z] Running ssh-add (command line suppressed) [2021-07-30T15:41:20.727Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8867619474738754340.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8867619474738754340.key) [2021-07-30T15:41:20.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-30T15:41:21.072Z] + git semver init [2021-07-30T15:41:21.072Z] # -> Open(): unable to determine branch for HEAD [2021-07-30T15:41:21.072Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2021-07-30T15:41:21.072Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2021-07-30T15:41:21.072Z] # $SEMVER_REMOTE_NAME = origin [2021-07-30T15:41:21.072Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-30T15:41:21.072Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-30T15:41:21.072Z] # $SEMVER_BRANCH = main [2021-07-30T15:41:21.072Z] # $SEMVER_TEMP = /tmp/semver-151347299 [2021-07-30T15:41:21.072Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-07-30T15:41:21.660Z] # '/tmp/semver-151347299' -> '/w/workspace/ry_app-service-configurable_main/.semver' [2021-07-30T15:41:21.660Z] # -> Force: false [2021-07-30T15:41:21.660Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2021-07-30T15:41:21.675Z] $ docker exec --env ******** --env ******** 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 ssh-agent -k [2021-07-30T15:41:21.790Z] unset SSH_AUTH_SOCK; [2021-07-30T15:41:21.791Z] unset SSH_AGENT_PID; [2021-07-30T15:41:21.791Z] echo Agent pid 60 killed; [2021-07-30T15:41:21.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-30T15:41:22.163Z] + git semver [Pipeline] } [2021-07-30T15:41:22.192Z] $ docker stop --time=1 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 [2021-07-30T15:41:23.434Z] $ docker rm -f 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-30T15:41:23.827Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-30T15:41:24.200Z] Stashed 1 file(s) [Pipeline] echo [2021-07-30T15:41:24.204Z] [edgeXSemver]: initialized semver on version 2.0.1-dev.1 [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-07-30T15:41:39.521Z] Still waiting to schedule task [2021-07-30T15:41:39.522Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1026’ [2021-07-30T15:41:39.524Z] Still waiting to schedule task [2021-07-30T15:41:39.524Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-30T15:43:46.408Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1028 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2021-07-30T15:43:46.429Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2021-07-30T15:43:46.639Z] Selected Git installation does not exist. Using Default [2021-07-30T15:43:46.640Z] The recommended git tool is: NONE [2021-07-30T15:43:49.414Z] Running on prd-centos7-docker-4c-2g-1029 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2021-07-30T15:43:49.432Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2021-07-30T15:43:49.547Z] Selected Git installation does not exist. Using Default [2021-07-30T15:43:49.548Z] The recommended git tool is: NONE [2021-07-30T15:43:52.022Z] using credential edgex-jenkins-ssh [2021-07-30T15:43:52.040Z] Cloning the remote Git repository [2021-07-30T15:43:52.488Z] using credential edgex-jenkins-ssh [2021-07-30T15:43:52.501Z] Cloning the remote Git repository [2021-07-30T15:43:52.080Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-07-30T15:43:52.195Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2021-07-30T15:43:52.338Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-07-30T15:43:52.339Z] > git --version # timeout=10 [2021-07-30T15:43:52.378Z] > git --version # 'git version 2.17.1' [2021-07-30T15:43:52.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-30T15:43:52.498Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-30T15:43:52.531Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-07-30T15:43:52.613Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2021-07-30T15:43:52.652Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-07-30T15:43:52.653Z] > git --version # timeout=10 [2021-07-30T15:43:52.661Z] > git --version # 'git version 2.24.4' [2021-07-30T15:43:52.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-30T15:43:52.692Z] [INFO] Currently running in a labeled security context [2021-07-30T15:43:52.692Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-30T15:43:52.692Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/2@tmp/jenkins-gitclient-ssh4564242496261645383.key [2021-07-30T15:43:52.711Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-30T15:43:53.352Z] Avoid second fetch [2021-07-30T15:43:53.353Z] Checking out Revision a8794a006ea08968641ff6a1a2acb87b2eaa877d (main) [2021-07-30T15:43:53.434Z] Avoid second fetch [2021-07-30T15:43:53.435Z] Checking out Revision a8794a006ea08968641ff6a1a2acb87b2eaa877d (main) [2021-07-30T15:43:53.338Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-07-30T15:43:53.387Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-30T15:43:53.450Z] > git config core.sparsecheckout # timeout=10 [2021-07-30T15:43:53.481Z] > git checkout -f a8794a006ea08968641ff6a1a2acb87b2eaa877d # timeout=10 [2021-07-30T15:43:53.308Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-07-30T15:43:53.319Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-30T15:43:53.363Z] > git config core.sparsecheckout # timeout=10 [2021-07-30T15:43:53.374Z] > git checkout -f a8794a006ea08968641ff6a1a2acb87b2eaa877d # timeout=10 [2021-07-30T15:43:57.236Z] Commit message: "build: Update to SDK 2.0.1 and update Change Log for patch release (#301)" [2021-07-30T15:43:57.713Z] Commit message: "build: Update to SDK 2.0.1 and update Change Log for patch release (#301)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T15:43:57.966Z] provisioning config files... [2021-07-30T15:43:57.985Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config5147403818361364865tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T15:43:58.245Z] provisioning config files... [2021-07-30T15:43:58.275Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config874188328865381954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:43:58.452Z] ---> docker-login.sh [2021-07-30T15:43:58.452Z] nexus3.edgexfoundry.org:10001 [2021-07-30T15:43:58.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:43:58.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:43:58.721Z] Configure a credential helper to remove this warning. See [2021-07-30T15:43:58.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:43:58.721Z] [2021-07-30T15:43:58.721Z] Login Succeeded [2021-07-30T15:43:58.721Z] nexus3.edgexfoundry.org:10002 [2021-07-30T15:43:58.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:43:58.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:43:58.721Z] Configure a credential helper to remove this warning. See [2021-07-30T15:43:58.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:43:58.721Z] [2021-07-30T15:43:58.721Z] Login Succeeded [2021-07-30T15:43:58.721Z] nexus3.edgexfoundry.org:10003 [2021-07-30T15:43:58.882Z] ---> docker-login.sh [2021-07-30T15:43:58.882Z] nexus3.edgexfoundry.org:10001 [2021-07-30T15:43:59.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:43:59.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:43:59.000Z] Configure a credential helper to remove this warning. See [2021-07-30T15:43:59.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:43:59.000Z] [2021-07-30T15:43:59.000Z] Login Succeeded [2021-07-30T15:43:59.000Z] nexus3.edgexfoundry.org:10004 [2021-07-30T15:43:59.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:43:59.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:43:59.269Z] Configure a credential helper to remove this warning. See [2021-07-30T15:43:59.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:43:59.269Z] [2021-07-30T15:43:59.269Z] Login Succeeded [2021-07-30T15:43:59.269Z] docker.io [2021-07-30T15:43:59.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:43:59.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:43:59.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:43:59.536Z] Configure a credential helper to remove this warning. See [2021-07-30T15:43:59.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:43:59.536Z] [2021-07-30T15:43:59.536Z] Login Succeeded [2021-07-30T15:43:59.536Z] ---> docker-login.sh ends [Pipeline] } [2021-07-30T15:43:59.584Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-30T15:43:59.786Z] ========================================================= [2021-07-30T15:43:59.786Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-30T15:43:59.786Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:44:00.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:44:00.084Z] Configure a credential helper to remove this warning. See [2021-07-30T15:44:00.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:44:00.084Z] [2021-07-30T15:44:00.084Z] Login Succeeded [2021-07-30T15:44:00.084Z] nexus3.edgexfoundry.org:10002 [2021-07-30T15:44:00.124Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-07-30T15:44:00.125Z] Sending build context to Docker daemon 130kB [2021-07-30T15:44:00.125Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-07-30T15:44:00.125Z] Step 2/8 : FROM ${BASE} [2021-07-30T15:44:00.125Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-30T15:44:00.125Z] 540db60ca938: Pulling fs layer [2021-07-30T15:44:00.125Z] adcc1eea9eea: Pulling fs layer [2021-07-30T15:44:00.125Z] 4c4ab2625f07: Pulling fs layer [2021-07-30T15:44:00.125Z] 0773c198feca: Pulling fs layer [2021-07-30T15:44:00.125Z] 345f892a5656: Pulling fs layer [2021-07-30T15:44:00.125Z] 4796506630df: Pulling fs layer [2021-07-30T15:44:00.125Z] cc55df3e53f1: Pulling fs layer [2021-07-30T15:44:00.125Z] 4d027b6c602c: Pulling fs layer [2021-07-30T15:44:00.125Z] 449e75d2c14e: Pulling fs layer [2021-07-30T15:44:00.125Z] 0773c198feca: Waiting [2021-07-30T15:44:00.125Z] 345f892a5656: Waiting [2021-07-30T15:44:00.125Z] 4796506630df: Waiting [2021-07-30T15:44:00.125Z] cc55df3e53f1: Waiting [2021-07-30T15:44:00.125Z] 4d027b6c602c: Waiting [2021-07-30T15:44:00.125Z] 449e75d2c14e: Waiting [2021-07-30T15:44:00.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:44:00.397Z] 4c4ab2625f07: Verifying Checksum [2021-07-30T15:44:00.397Z] 4c4ab2625f07: Download complete [2021-07-30T15:44:00.397Z] adcc1eea9eea: Verifying Checksum [2021-07-30T15:44:00.397Z] adcc1eea9eea: Download complete [2021-07-30T15:44:00.397Z] 345f892a5656: Verifying Checksum [2021-07-30T15:44:00.397Z] 345f892a5656: Download complete [2021-07-30T15:44:00.397Z] 4796506630df: Verifying Checksum [2021-07-30T15:44:00.397Z] 4796506630df: Download complete [2021-07-30T15:44:00.397Z] cc55df3e53f1: Verifying Checksum [2021-07-30T15:44:00.397Z] cc55df3e53f1: Download complete [2021-07-30T15:44:00.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:44:00.637Z] Configure a credential helper to remove this warning. See [2021-07-30T15:44:00.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:44:00.637Z] [2021-07-30T15:44:00.637Z] Login Succeeded [2021-07-30T15:44:00.637Z] nexus3.edgexfoundry.org:10003 [2021-07-30T15:44:00.669Z] 540db60ca938: Verifying Checksum [2021-07-30T15:44:00.669Z] 540db60ca938: Download complete [2021-07-30T15:44:00.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:44:00.939Z] 540db60ca938: Pull complete [2021-07-30T15:44:00.939Z] adcc1eea9eea: Pull complete [2021-07-30T15:44:00.939Z] 4d027b6c602c: Verifying Checksum [2021-07-30T15:44:00.939Z] 4d027b6c602c: Download complete [2021-07-30T15:44:00.939Z] 4c4ab2625f07: Pull complete [2021-07-30T15:44:01.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:44:01.191Z] Configure a credential helper to remove this warning. See [2021-07-30T15:44:01.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:44:01.191Z] [2021-07-30T15:44:01.191Z] Login Succeeded [2021-07-30T15:44:01.191Z] nexus3.edgexfoundry.org:10004 [2021-07-30T15:44:01.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:44:01.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:44:01.804Z] Configure a credential helper to remove this warning. See [2021-07-30T15:44:01.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:44:01.804Z] [2021-07-30T15:44:01.804Z] Login Succeeded [2021-07-30T15:44:01.804Z] docker.io [2021-07-30T15:44:02.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:44:02.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:44:02.689Z] Configure a credential helper to remove this warning. See [2021-07-30T15:44:02.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:44:02.689Z] [2021-07-30T15:44:02.689Z] Login Succeeded [2021-07-30T15:44:02.689Z] ---> docker-login.sh ends [Pipeline] } [2021-07-30T15:44:02.773Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-30T15:44:03.233Z] ========================================================= [2021-07-30T15:44:03.233Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-30T15:44:03.233Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:44:03.587Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-07-30T15:44:03.587Z] Sending build context to Docker daemon 130kB [2021-07-30T15:44:03.869Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-07-30T15:44:03.869Z] Step 2/8 : FROM ${BASE} [2021-07-30T15:44:04.331Z] 449e75d2c14e: Download complete [2021-07-30T15:44:04.484Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-30T15:44:04.484Z] 595b0fe564bb: Pulling fs layer [2021-07-30T15:44:04.484Z] 24495759ef45: Pulling fs layer [2021-07-30T15:44:04.484Z] d148012ef14d: Pulling fs layer [2021-07-30T15:44:04.484Z] cb65c68fc2e2: Pulling fs layer [2021-07-30T15:44:04.484Z] 093eec477d81: Pulling fs layer [2021-07-30T15:44:04.484Z] a6d5b2bbb924: Pulling fs layer [2021-07-30T15:44:04.484Z] 2446dc1eb7d3: Pulling fs layer [2021-07-30T15:44:04.484Z] 596795e73e0f: Pulling fs layer [2021-07-30T15:44:04.484Z] a6d5b2bbb924: Waiting [2021-07-30T15:44:04.484Z] 2446dc1eb7d3: Waiting [2021-07-30T15:44:04.484Z] 596795e73e0f: Waiting [2021-07-30T15:44:04.484Z] cb65c68fc2e2: Waiting [2021-07-30T15:44:04.484Z] 093eec477d81: Waiting [2021-07-30T15:44:04.759Z] d148012ef14d: Verifying Checksum [2021-07-30T15:44:04.759Z] d148012ef14d: Download complete [2021-07-30T15:44:04.759Z] 24495759ef45: Verifying Checksum [2021-07-30T15:44:04.759Z] 24495759ef45: Download complete [2021-07-30T15:44:04.759Z] 093eec477d81: Download complete [2021-07-30T15:44:04.759Z] a6d5b2bbb924: Verifying Checksum [2021-07-30T15:44:04.759Z] a6d5b2bbb924: Download complete [2021-07-30T15:44:04.759Z] 595b0fe564bb: Verifying Checksum [2021-07-30T15:44:04.759Z] 595b0fe564bb: Download complete [2021-07-30T15:44:04.759Z] 2446dc1eb7d3: Verifying Checksum [2021-07-30T15:44:04.759Z] 2446dc1eb7d3: Download complete [2021-07-30T15:44:05.750Z] 595b0fe564bb: Pull complete [2021-07-30T15:44:06.355Z] 24495759ef45: Pull complete [2021-07-30T15:44:06.927Z] 0773c198feca: Verifying Checksum [2021-07-30T15:44:06.928Z] 0773c198feca: Download complete [2021-07-30T15:44:06.962Z] d148012ef14d: Pull complete [2021-07-30T15:44:07.235Z] 596795e73e0f: Verifying Checksum [2021-07-30T15:44:07.235Z] 596795e73e0f: Download complete [2021-07-30T15:44:08.681Z] cb65c68fc2e2: Download complete [2021-07-30T15:44:10.293Z] 0773c198feca: Pull complete [2021-07-30T15:44:10.293Z] 345f892a5656: Pull complete [2021-07-30T15:44:10.293Z] 4796506630df: Pull complete [2021-07-30T15:44:10.293Z] cc55df3e53f1: Pull complete [2021-07-30T15:44:10.293Z] 4d027b6c602c: Pull complete [2021-07-30T15:44:11.724Z] 449e75d2c14e: Pull complete [2021-07-30T15:44:11.724Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-30T15:44:11.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-30T15:44:11.724Z] ---> 0d28375d9b5b [2021-07-30T15:44:11.724Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-07-30T15:44:13.677Z] ---> Running in 865e2a3e48e4 [2021-07-30T15:44:13.677Z] Removing intermediate container 865e2a3e48e4 [2021-07-30T15:44:13.677Z] ---> fb705081dc3d [2021-07-30T15:44:13.677Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-30T15:44:13.677Z] ---> Running in 07144f0d5f71 [2021-07-30T15:44:14.270Z] Removing intermediate container 07144f0d5f71 [2021-07-30T15:44:14.270Z] ---> fbf5f4fcc729 [2021-07-30T15:44:14.270Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-07-30T15:44:14.270Z] ---> Running in ac056c686ea1 [2021-07-30T15:44:14.540Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-30T15:44:15.131Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-30T15:44:15.725Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-07-30T15:44:15.725Z] (2/6) Installing libsodium (1.0.18-r0) [2021-07-30T15:44:15.725Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-07-30T15:44:15.996Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-07-30T15:44:15.996Z] (5/6) Installing libzmq (4.3.3-r1) [2021-07-30T15:44:15.997Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-07-30T15:44:16.277Z] Executing busybox-1.32.1-r6.trigger [2021-07-30T15:44:16.277Z] OK: 150 MiB in 46 packages [2021-07-30T15:44:16.553Z] Removing intermediate container ac056c686ea1 [2021-07-30T15:44:16.553Z] ---> e87a031c60f3 [2021-07-30T15:44:16.553Z] Step 6/8 : WORKDIR /app [2021-07-30T15:44:16.553Z] ---> Running in cf0d500297ec [2021-07-30T15:44:16.553Z] Removing intermediate container cf0d500297ec [2021-07-30T15:44:16.553Z] ---> 1afa253c5340 [2021-07-30T15:44:16.553Z] Step 7/8 : COPY . . [2021-07-30T15:44:16.820Z] ---> 0f9f019a3899 [2021-07-30T15:44:16.820Z] Step 8/8 : RUN go mod download [2021-07-30T15:44:16.820Z] ---> Running in d75bccd9b70f [2021-07-30T15:44:18.902Z] cb65c68fc2e2: Pull complete [2021-07-30T15:44:18.903Z] 093eec477d81: Pull complete [2021-07-30T15:44:19.178Z] a6d5b2bbb924: Pull complete [2021-07-30T15:44:19.775Z] 2446dc1eb7d3: Pull complete [2021-07-30T15:44:24.102Z] 596795e73e0f: Pull complete [2021-07-30T15:44:24.102Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-30T15:44:24.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-30T15:44:24.102Z] ---> d9e956139c92 [2021-07-30T15:44:24.102Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-07-30T15:44:27.498Z] ---> Running in 0c28c8d559e4 [2021-07-30T15:44:27.772Z] Removing intermediate container 0c28c8d559e4 [2021-07-30T15:44:27.772Z] ---> bd2f337f2835 [2021-07-30T15:44:27.772Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-30T15:44:28.045Z] ---> Running in f18577d9c5aa [2021-07-30T15:44:29.156Z] Removing intermediate container d75bccd9b70f [2021-07-30T15:44:29.156Z] ---> 3c3721770cb1 [2021-07-30T15:44:29.156Z] Successfully built 3c3721770cb1 [2021-07-30T15:44:29.156Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:44:29.481Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-30T15:44:29.481Z] . [Pipeline] withDockerContainer [2021-07-30T15:44:29.574Z] prd-centos7-docker-4c-2g-1029 does not seem to be running inside a container [2021-07-30T15:44:29.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-30T15:44:30.035Z] $ docker top c0beca1050fa3957049297e9a40e55af369c0b4b083ac071bf4f46c4f1aae527 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T15:44:30.432Z] + go version [2021-07-30T15:44:30.432Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-30T15:44:30.448Z] $ docker stop --time=1 c0beca1050fa3957049297e9a40e55af369c0b4b083ac071bf4f46c4f1aae527 [2021-07-30T15:44:31.438Z] Removing intermediate container f18577d9c5aa [2021-07-30T15:44:31.438Z] ---> 62a5341e1722 [2021-07-30T15:44:31.438Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-07-30T15:44:31.438Z] ---> Running in e2bc80de5af4 [2021-07-30T15:44:31.646Z] $ docker rm -f c0beca1050fa3957049297e9a40e55af369c0b4b083ac071bf4f46c4f1aae527 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:44:32.248Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-30T15:44:32.249Z] . [Pipeline] withDockerContainer [2021-07-30T15:44:32.324Z] prd-centos7-docker-4c-2g-1029 does not seem to be running inside a container [2021-07-30T15:44:32.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-30T15:44:32.718Z] $ docker top 3514e21806199652814eb650967ed76779658da1c4b3ce78cab39cebf26328f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T15:44:32.868Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-30T15:44:33.119Z] + go mod tidy [Pipeline] sh [2021-07-30T15:44:33.713Z] + make test [2021-07-30T15:44:33.714Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-07-30T15:44:33.847Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-30T15:44:34.440Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-07-30T15:44:34.710Z] (2/6) Installing libsodium (1.0.18-r0) [2021-07-30T15:44:34.710Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-07-30T15:44:34.710Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-07-30T15:44:34.983Z] (5/6) Installing libzmq (4.3.3-r1) [2021-07-30T15:44:34.983Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-07-30T15:44:35.423Z] Executing busybox-1.32.1-r6.trigger [2021-07-30T15:44:35.423Z] OK: 139 MiB in 46 packages [2021-07-30T15:44:36.906Z] Removing intermediate container e2bc80de5af4 [2021-07-30T15:44:36.906Z] ---> 0e3e7403e25c [2021-07-30T15:44:36.906Z] Step 6/8 : WORKDIR /app [2021-07-30T15:44:37.177Z] ---> Running in 80ea0506c165 [2021-07-30T15:44:37.768Z] Removing intermediate container 80ea0506c165 [2021-07-30T15:44:37.768Z] ---> e27e9cecd72f [2021-07-30T15:44:37.768Z] Step 7/8 : COPY . . [2021-07-30T15:44:38.368Z] ---> 6914534e380e [2021-07-30T15:44:38.368Z] Step 8/8 : RUN go mod download [2021-07-30T15:44:38.644Z] ---> Running in 009f6eba57a9 [2021-07-30T15:44:48.849Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-07-30T15:44:48.849Z] CGO_ENABLED=1 go vet ./... [2021-07-30T15:44:55.560Z] gofmt -l . [2021-07-30T15:44:55.560Z] [ "`gofmt -l .`" = "" ] [2021-07-30T15:44:55.560Z] ./bin/test-go-mod-tidy.sh [2021-07-30T15:44:55.832Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-07-30T15:44:56.445Z] $ docker stop --time=1 3514e21806199652814eb650967ed76779658da1c4b3ce78cab39cebf26328f7 [2021-07-30T15:44:57.919Z] $ docker rm -f 3514e21806199652814eb650967ed76779658da1c4b3ce78cab39cebf26328f7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-30T15:44:58.364Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-30T15:44:58.635Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-07-30T15:45:01.429Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-07-30T15:45:01.762Z] + ls -al . [2021-07-30T15:45:01.762Z] total 112 [2021-07-30T15:45:01.762Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jul 30 15:44 . [2021-07-30T15:45:01.762Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 30 15:43 .. [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 7306 Jul 30 15:43 Attribution.txt [2021-07-30T15:45:01.762Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 30 15:43 bin [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 22206 Jul 30 15:43 CHANGELOG.md [2021-07-30T15:45:01.762Z] -rw-r--r--. 1 jenkins jenkins 10 Jul 30 15:44 coverage.out [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 2048 Jul 30 15:43 Dockerfile [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 970 Jul 30 15:43 Dockerfile.build [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 119 Jul 30 15:43 .dockerignore [2021-07-30T15:45:01.762Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 30 15:43 .git [2021-07-30T15:45:01.762Z] drwxrwxr-x. 2 jenkins jenkins 81 Jul 30 15:43 .github [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 111 Jul 30 15:43 .gitignore [2021-07-30T15:45:01.762Z] -rw-r--r--. 1 jenkins jenkins 129 Jul 30 15:44 go.mod [2021-07-30T15:45:01.762Z] -rw-r--r--. 1 jenkins jenkins 20447 Jul 30 15:44 go.sum [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 687 Jul 30 15:43 Jenkinsfile [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 30 15:43 LICENSE [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 1460 Jul 30 15:43 main.go [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jul 30 15:43 makefile [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 3230 Jul 30 15:43 README.md [2021-07-30T15:45:01.762Z] drwxrwxr-x. 8 jenkins jenkins 122 Jul 30 15:43 res [2021-07-30T15:45:01.762Z] drwxrwxr-x. 3 jenkins jenkins 58 Jul 30 15:43 snap [2021-07-30T15:45:01.762Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 30 15:41 VERSION [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:02.115Z] + docker build -t 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=a8794a006ea08968641ff6a1a2acb87b2eaa877d --label arch=amd64 --label version=2.0.1-dev.1 . [2021-07-30T15:45:02.115Z] Sending build context to Docker daemon 153.1kB [2021-07-30T15:45:02.115Z] Step 1/28 : ARG BASE=golang:1.16-alpine3.12 [2021-07-30T15:45:02.115Z] Step 2/28 : FROM ${BASE} AS builder [2021-07-30T15:45:02.115Z] ---> 3c3721770cb1 [2021-07-30T15:45:02.115Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-07-30T15:45:02.115Z] ---> Running in 7a716faa6b91 [2021-07-30T15:45:02.115Z] Removing intermediate container 7a716faa6b91 [2021-07-30T15:45:02.115Z] ---> 99b6881f41e6 [2021-07-30T15:45:02.115Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2021-07-30T15:45:02.392Z] ---> Running in f329f45e95f8 [2021-07-30T15:45:02.392Z] Removing intermediate container f329f45e95f8 [2021-07-30T15:45:02.392Z] ---> c0bd3cc22f86 [2021-07-30T15:45:02.392Z] Step 5/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-30T15:45:02.392Z] ---> Running in 9d5e21e728c9 [2021-07-30T15:45:02.392Z] Removing intermediate container 9d5e21e728c9 [2021-07-30T15:45:02.392Z] ---> c923589a8639 [2021-07-30T15:45:02.392Z] Step 6/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-30T15:45:02.392Z] ---> Running in d7b696f65df9 [2021-07-30T15:45:02.994Z] Removing intermediate container d7b696f65df9 [2021-07-30T15:45:02.994Z] ---> 14e403589f3a [2021-07-30T15:45:02.994Z] Step 7/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-30T15:45:02.994Z] ---> Running in e1a47eef2fdf [2021-07-30T15:45:03.265Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-30T15:45:04.228Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-30T15:45:04.811Z] OK: 150 MiB in 46 packages [2021-07-30T15:45:05.078Z] Removing intermediate container e1a47eef2fdf [2021-07-30T15:45:05.078Z] ---> 761ef38ad3fa [2021-07-30T15:45:05.078Z] Step 8/28 : WORKDIR /app [2021-07-30T15:45:05.078Z] ---> Running in 77b55f94c604 [2021-07-30T15:45:05.078Z] Removing intermediate container 77b55f94c604 [2021-07-30T15:45:05.078Z] ---> 8d913a595d06 [2021-07-30T15:45:05.078Z] Step 9/28 : COPY go.mod . [2021-07-30T15:45:05.348Z] ---> d8ccf06f84a7 [2021-07-30T15:45:05.348Z] Step 10/28 : RUN go mod download [2021-07-30T15:45:05.348Z] ---> Running in 8b772326a879 [2021-07-30T15:45:05.619Z] Removing intermediate container 8b772326a879 [2021-07-30T15:45:05.619Z] ---> 090ca5262812 [2021-07-30T15:45:05.619Z] Step 11/28 : RUN go mod tidy [2021-07-30T15:45:05.886Z] ---> Running in 678974c1c3e0 [2021-07-30T15:45:06.476Z] Removing intermediate container 678974c1c3e0 [2021-07-30T15:45:06.476Z] ---> 989537a17d8a [2021-07-30T15:45:06.476Z] Step 12/28 : COPY . . [2021-07-30T15:45:06.476Z] ---> d958371168a2 [2021-07-30T15:45:06.476Z] Step 13/28 : ARG MAKE="make build" [2021-07-30T15:45:06.751Z] ---> Running in 7248016d1943 [2021-07-30T15:45:06.751Z] Removing intermediate container 7248016d1943 [2021-07-30T15:45:06.751Z] ---> fb61169db6f1 [2021-07-30T15:45:06.751Z] Step 14/28 : RUN $MAKE [2021-07-30T15:45:06.751Z] ---> Running in c9553e2cd1ab [2021-07-30T15:45:07.021Z] go mod tidy [2021-07-30T15:45:07.021Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.1-dev.1" -o app-service-configurable [2021-07-30T15:45:11.025Z] Removing intermediate container 009f6eba57a9 [2021-07-30T15:45:11.025Z] ---> 98c5371dfd65 [2021-07-30T15:45:11.025Z] Successfully built 98c5371dfd65 [2021-07-30T15:45:11.025Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:11.366Z] + docker inspect -f . ci-base-image-arm64 [2021-07-30T15:45:11.366Z] . [Pipeline] withDockerContainer [2021-07-30T15:45:11.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-1028 does not seem to be running inside a container [2021-07-30T15:45:11.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-30T15:45:13.283Z] $ docker top 087c78b5ac037d8a11d8d8dc47c4d1719785ffcabf538f9ae89ee4100d44f417 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T15:45:14.199Z] + go version [2021-07-30T15:45:14.199Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-30T15:45:14.244Z] $ docker stop --time=1 087c78b5ac037d8a11d8d8dc47c4d1719785ffcabf538f9ae89ee4100d44f417 [2021-07-30T15:45:16.078Z] $ docker rm -f 087c78b5ac037d8a11d8d8dc47c4d1719785ffcabf538f9ae89ee4100d44f417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:16.887Z] + docker inspect -f . ci-base-image-arm64 [2021-07-30T15:45:16.887Z] . [Pipeline] withDockerContainer [2021-07-30T15:45:17.116Z] prd-ubuntu18.04-docker-arm64-4c-16g-1028 does not seem to be running inside a container [2021-07-30T15:45:17.220Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-30T15:45:19.080Z] $ docker top 7fa6dcb784b5d321b961ff3409a576b4ff08b2e83c7a7b3e8fcba19aa610c059 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T15:45:19.403Z] Removing intermediate container c9553e2cd1ab [2021-07-30T15:45:19.403Z] ---> 425c6d0cb648 [2021-07-30T15:45:19.403Z] Step 15/28 : FROM alpine:3.12 [2021-07-30T15:45:19.403Z] 3.12: Pulling from library/alpine [2021-07-30T15:45:19.403Z] 339de151aab4: Pulling fs layer [2021-07-30T15:45:19.403Z] 339de151aab4: Verifying Checksum [2021-07-30T15:45:19.403Z] 339de151aab4: Download complete [2021-07-30T15:45:19.403Z] 339de151aab4: Pull complete [2021-07-30T15:45:19.403Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-30T15:45:19.403Z] Status: Downloaded newer image for alpine:3.12 [2021-07-30T15:45:19.403Z] ---> 13621d1b12d4 [2021-07-30T15:45:19.403Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-30T15:45:19.403Z] ---> Running in 5507b0e22c31 [2021-07-30T15:45:19.403Z] Removing intermediate container 5507b0e22c31 [2021-07-30T15:45:19.403Z] ---> 795f90805af4 [2021-07-30T15:45:19.403Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2021-07-30T15:45:19.403Z] ---> Running in 205e6fa21aac [2021-07-30T15:45:19.403Z] Removing intermediate container 205e6fa21aac [2021-07-30T15:45:19.403Z] ---> d41a2d078ad7 [2021-07-30T15:45:19.403Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-07-30T15:45:19.403Z] ---> Running in 760cf72356a8 [2021-07-30T15:45:19.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-30T15:45:19.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-30T15:45:19.677Z] (1/7) Installing ca-certificates (20191127-r4) [2021-07-30T15:45:19.677Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-07-30T15:45:19.677Z] (3/7) Installing libgcc (9.3.0-r2) [2021-07-30T15:45:19.677Z] (4/7) Installing libsodium (1.0.18-r0) [2021-07-30T15:45:19.677Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-07-30T15:45:19.677Z] (6/7) Installing libzmq (4.3.3-r0) [2021-07-30T15:45:19.947Z] (7/7) Installing zeromq (4.3.3-r0) [2021-07-30T15:45:19.947Z] Executing busybox-1.31.1-r20.trigger [2021-07-30T15:45:19.947Z] Executing ca-certificates-20191127-r4.trigger [2021-07-30T15:45:19.947Z] OK: 9 MiB in 21 packages [2021-07-30T15:45:20.018Z] + go mod tidy [2021-07-30T15:45:20.217Z] Removing intermediate container 760cf72356a8 [2021-07-30T15:45:20.217Z] ---> 58443f6be904 [2021-07-30T15:45:20.217Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-07-30T15:45:20.217Z] ---> a538c7d885cb [2021-07-30T15:45:20.217Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2021-07-30T15:45:20.487Z] ---> dc7d6c793254 [2021-07-30T15:45:20.487Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [Pipeline] sh [2021-07-30T15:45:20.751Z] ---> f60a79e1c973 [2021-07-30T15:45:20.751Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-07-30T15:45:21.018Z] ---> a71f3e217b86 [2021-07-30T15:45:21.018Z] Step 23/28 : EXPOSE 48095 [2021-07-30T15:45:21.018Z] ---> Running in fbf1d26617a9 [2021-07-30T15:45:21.018Z] Removing intermediate container fbf1d26617a9 [2021-07-30T15:45:21.018Z] ---> 4ae3839ac1b2 [2021-07-30T15:45:21.018Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2021-07-30T15:45:21.287Z] ---> Running in ec495dc38c1b [2021-07-30T15:45:21.287Z] Removing intermediate container ec495dc38c1b [2021-07-30T15:45:21.287Z] ---> 54e48d3b921c [2021-07-30T15:45:21.287Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-30T15:45:21.287Z] ---> Running in b19a919ffcaf [2021-07-30T15:45:21.287Z] Removing intermediate container b19a919ffcaf [2021-07-30T15:45:21.287Z] ---> 6c1d6d22cb50 [2021-07-30T15:45:21.287Z] Step 26/28 : LABEL arch=amd64 [2021-07-30T15:45:21.287Z] ---> Running in 037920d0724d [2021-07-30T15:45:21.298Z] + make test [2021-07-30T15:45:21.298Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-07-30T15:45:21.554Z] Removing intermediate container 037920d0724d [2021-07-30T15:45:21.554Z] ---> 95e983249f1c [2021-07-30T15:45:21.554Z] Step 27/28 : LABEL git_sha=a8794a006ea08968641ff6a1a2acb87b2eaa877d [2021-07-30T15:45:21.554Z] ---> Running in 8f853b35011f [2021-07-30T15:45:21.554Z] Removing intermediate container 8f853b35011f [2021-07-30T15:45:21.554Z] ---> e98018752cd4 [2021-07-30T15:45:21.554Z] Step 28/28 : LABEL version=2.0.1-dev.1 [2021-07-30T15:45:21.554Z] ---> Running in 68971db40207 [2021-07-30T15:45:21.554Z] Removing intermediate container 68971db40207 [2021-07-30T15:45:21.554Z] ---> 8cb0bc27bf15 [2021-07-30T15:45:21.554Z] [Warning] One or more build-args [ARCH] were not consumed [2021-07-30T15:45:21.554Z] Successfully built 8cb0bc27bf15 [2021-07-30T15:45:21.554Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T15:45:21.778Z] provisioning config files... [2021-07-30T15:45:21.796Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config1098220249812481771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:45:22.136Z] ---> docker-login.sh [2021-07-30T15:45:22.136Z] nexus3.edgexfoundry.org:10001 [2021-07-30T15:45:22.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:45:22.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:45:22.136Z] Configure a credential helper to remove this warning. See [2021-07-30T15:45:22.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:45:22.136Z] [2021-07-30T15:45:22.136Z] Login Succeeded [2021-07-30T15:45:22.136Z] nexus3.edgexfoundry.org:10002 [2021-07-30T15:45:22.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:45:22.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:45:22.403Z] Configure a credential helper to remove this warning. See [2021-07-30T15:45:22.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:45:22.403Z] [2021-07-30T15:45:22.403Z] Login Succeeded [2021-07-30T15:45:22.403Z] nexus3.edgexfoundry.org:10003 [2021-07-30T15:45:22.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:45:22.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:45:22.403Z] Configure a credential helper to remove this warning. See [2021-07-30T15:45:22.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:45:22.403Z] [2021-07-30T15:45:22.403Z] Login Succeeded [2021-07-30T15:45:22.403Z] nexus3.edgexfoundry.org:10004 [2021-07-30T15:45:22.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:45:22.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:45:22.669Z] Configure a credential helper to remove this warning. See [2021-07-30T15:45:22.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:45:22.669Z] [2021-07-30T15:45:22.669Z] Login Succeeded [2021-07-30T15:45:22.669Z] docker.io [2021-07-30T15:45:22.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:45:22.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:45:22.936Z] Configure a credential helper to remove this warning. See [2021-07-30T15:45:22.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:45:22.936Z] [2021-07-30T15:45:22.936Z] Login Succeeded [2021-07-30T15:45:22.936Z] ---> docker-login.sh ends [Pipeline] } [2021-07-30T15:45:22.951Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-30T15:45:23.023Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2021-07-30T15:45:23.023Z] a8794a006ea08968641ff6a1a2acb87b2eaa877d [2021-07-30T15:45:23.023Z] latest [2021-07-30T15:45:23.023Z] 2.0.1-dev.1 [2021-07-30T15:45:23.023Z] a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [2021-07-30T15:45:23.023Z] main [2021-07-30T15:45:23.023Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:23.389Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:23.711Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d [2021-07-30T15:45:23.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-07-30T15:45:23.711Z] ace07e26f99d: Preparing [2021-07-30T15:45:23.711Z] 2a92bd5e409b: Preparing [2021-07-30T15:45:23.711Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:45:23.711Z] 10924292872b: Preparing [2021-07-30T15:45:23.711Z] 5113d04d86bc: Preparing [2021-07-30T15:45:23.711Z] 32f366d666a5: Preparing [2021-07-30T15:45:23.711Z] 32f366d666a5: Waiting [2021-07-30T15:45:23.985Z] 10924292872b: Pushed [2021-07-30T15:45:23.985Z] 0c7b1d2a01c1: Pushed [2021-07-30T15:45:23.985Z] 2a92bd5e409b: Pushed [2021-07-30T15:45:23.985Z] 32f366d666a5: Layer already exists [2021-07-30T15:45:24.253Z] 5113d04d86bc: Pushed [2021-07-30T15:45:25.666Z] ace07e26f99d: Pushed [2021-07-30T15:45:25.933Z] a8794a006ea08968641ff6a1a2acb87b2eaa877d: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:26.261Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:26.580Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2021-07-30T15:45:26.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-07-30T15:45:26.580Z] ace07e26f99d: Preparing [2021-07-30T15:45:26.580Z] 2a92bd5e409b: Preparing [2021-07-30T15:45:26.580Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:45:26.580Z] 10924292872b: Preparing [2021-07-30T15:45:26.580Z] 5113d04d86bc: Preparing [2021-07-30T15:45:26.580Z] 32f366d666a5: Preparing [2021-07-30T15:45:26.580Z] 32f366d666a5: Waiting [2021-07-30T15:45:26.580Z] 0c7b1d2a01c1: Layer already exists [2021-07-30T15:45:26.580Z] ace07e26f99d: Layer already exists [2021-07-30T15:45:26.580Z] 5113d04d86bc: Layer already exists [2021-07-30T15:45:26.580Z] 10924292872b: Layer already exists [2021-07-30T15:45:26.580Z] 2a92bd5e409b: Layer already exists [2021-07-30T15:45:26.580Z] 32f366d666a5: Layer already exists [2021-07-30T15:45:26.846Z] latest: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:27.174Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:27.498Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.1-dev.1 [2021-07-30T15:45:27.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-07-30T15:45:27.498Z] ace07e26f99d: Preparing [2021-07-30T15:45:27.498Z] 2a92bd5e409b: Preparing [2021-07-30T15:45:27.498Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:45:27.498Z] 10924292872b: Preparing [2021-07-30T15:45:27.498Z] 5113d04d86bc: Preparing [2021-07-30T15:45:27.498Z] 32f366d666a5: Preparing [2021-07-30T15:45:27.498Z] 32f366d666a5: Waiting [2021-07-30T15:45:27.498Z] 0c7b1d2a01c1: Layer already exists [2021-07-30T15:45:27.498Z] 2a92bd5e409b: Layer already exists [2021-07-30T15:45:27.498Z] 5113d04d86bc: Layer already exists [2021-07-30T15:45:27.498Z] 10924292872b: Layer already exists [2021-07-30T15:45:27.498Z] ace07e26f99d: Layer already exists [2021-07-30T15:45:27.498Z] 32f366d666a5: Layer already exists [2021-07-30T15:45:27.765Z] 2.0.1-dev.1: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:28.098Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:28.423Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [2021-07-30T15:45:28.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-07-30T15:45:28.423Z] ace07e26f99d: Preparing [2021-07-30T15:45:28.423Z] 2a92bd5e409b: Preparing [2021-07-30T15:45:28.423Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:45:28.423Z] 10924292872b: Preparing [2021-07-30T15:45:28.423Z] 5113d04d86bc: Preparing [2021-07-30T15:45:28.423Z] 32f366d666a5: Preparing [2021-07-30T15:45:28.423Z] 32f366d666a5: Waiting [2021-07-30T15:45:28.423Z] 5113d04d86bc: Layer already exists [2021-07-30T15:45:28.423Z] 10924292872b: Layer already exists [2021-07-30T15:45:28.423Z] 2a92bd5e409b: Layer already exists [2021-07-30T15:45:28.423Z] ace07e26f99d: Layer already exists [2021-07-30T15:45:28.423Z] 0c7b1d2a01c1: Layer already exists [2021-07-30T15:45:28.423Z] 32f366d666a5: Layer already exists [2021-07-30T15:45:28.692Z] a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:29.027Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:29.356Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2021-07-30T15:45:29.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-07-30T15:45:29.356Z] ace07e26f99d: Preparing [2021-07-30T15:45:29.356Z] 2a92bd5e409b: Preparing [2021-07-30T15:45:29.356Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:45:29.356Z] 10924292872b: Preparing [2021-07-30T15:45:29.356Z] 5113d04d86bc: Preparing [2021-07-30T15:45:29.356Z] 32f366d666a5: Preparing [2021-07-30T15:45:29.356Z] 32f366d666a5: Waiting [2021-07-30T15:45:29.356Z] ace07e26f99d: Layer already exists [2021-07-30T15:45:29.356Z] 5113d04d86bc: Layer already exists [2021-07-30T15:45:29.356Z] 2a92bd5e409b: Layer already exists [2021-07-30T15:45:29.356Z] 10924292872b: Layer already exists [2021-07-30T15:45:29.356Z] 0c7b1d2a01c1: Layer already exists [2021-07-30T15:45:29.356Z] 32f366d666a5: Layer already exists [2021-07-30T15:45:29.622Z] main: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-30T15:45:29.686Z] ===================================================== [Pipeline] echo [2021-07-30T15:45:29.701Z] taggedImages: [2021-07-30T15:45:29.701Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d [2021-07-30T15:45:29.701Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2021-07-30T15:45:29.701Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.1-dev.1 [2021-07-30T15:45:29.701Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [2021-07-30T15:45:29.701Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:30.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T15:45:30.270Z] [2021-07-30T15:45:30.270Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:45:30.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T15:45:30.609Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-30T15:45:30.609Z] b4d181a07f80: Pulling fs layer [2021-07-30T15:45:30.609Z] a1111a8f2ec3: Pulling fs layer [2021-07-30T15:45:30.609Z] ed53099fbce6: Pulling fs layer [2021-07-30T15:45:30.609Z] dc539afda2c1: Pulling fs layer [2021-07-30T15:45:30.609Z] 77bc0d833cb6: Pulling fs layer [2021-07-30T15:45:30.609Z] 9065ff56babe: Pulling fs layer [2021-07-30T15:45:30.609Z] d287ab97295c: Pulling fs layer [2021-07-30T15:45:30.609Z] dc539afda2c1: Waiting [2021-07-30T15:45:30.609Z] 77bc0d833cb6: Waiting [2021-07-30T15:45:30.609Z] 9065ff56babe: Waiting [2021-07-30T15:45:30.609Z] d287ab97295c: Waiting [2021-07-30T15:45:30.876Z] a1111a8f2ec3: Verifying Checksum [2021-07-30T15:45:30.876Z] a1111a8f2ec3: Download complete [2021-07-30T15:45:30.876Z] dc539afda2c1: Verifying Checksum [2021-07-30T15:45:30.876Z] dc539afda2c1: Download complete [2021-07-30T15:45:31.144Z] 77bc0d833cb6: Verifying Checksum [2021-07-30T15:45:31.144Z] 77bc0d833cb6: Download complete [2021-07-30T15:45:31.144Z] 9065ff56babe: Verifying Checksum [2021-07-30T15:45:31.144Z] 9065ff56babe: Download complete [2021-07-30T15:45:31.414Z] ed53099fbce6: Verifying Checksum [2021-07-30T15:45:31.414Z] ed53099fbce6: Download complete [2021-07-30T15:45:32.399Z] b4d181a07f80: Verifying Checksum [2021-07-30T15:45:32.399Z] b4d181a07f80: Download complete [2021-07-30T15:45:33.365Z] b4d181a07f80: Pull complete [2021-07-30T15:45:33.638Z] a1111a8f2ec3: Pull complete [2021-07-30T15:45:34.229Z] ed53099fbce6: Pull complete [2021-07-30T15:45:34.229Z] dc539afda2c1: Pull complete [2021-07-30T15:45:34.496Z] 77bc0d833cb6: Pull complete [2021-07-30T15:45:34.496Z] 9065ff56babe: Pull complete [2021-07-30T15:45:35.906Z] d287ab97295c: Verifying Checksum [2021-07-30T15:45:35.906Z] d287ab97295c: Download complete [2021-07-30T15:45:40.252Z] d287ab97295c: Pull complete [2021-07-30T15:45:40.252Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-30T15:45:40.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T15:45:40.252Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-30T15:45:40.340Z] prd-centos7-docker-4c-2g-1029 does not seem to be running inside a container [2021-07-30T15:45:40.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-30T15:45:42.894Z] $ docker top e2373aaca77f0e5db9a4ac5dff210bbe35ace0469113c42b402296e34f724e8d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:45:43.473Z] ---> job-cost.sh [2021-07-30T15:45:43.473Z] lf-activate-venv: SKIPPING [2021-07-30T15:45:43.473Z] INFO: No Stack... [2021-07-30T15:45:44.435Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-30T15:45:44.703Z] INFO: Archiving Costs [Pipeline] sh [2021-07-30T15:45:45.020Z] + cat /w/workspace/app-service-configurable/2/archives/cost.csv [2021-07-30T15:45:45.021Z] + cut -d, -f6 [Pipeline] lock [2021-07-30T15:45:45.059Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [2021-07-30T15:45:45.071Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] did not exist. Created. [2021-07-30T15:45:45.071Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-30T15:45:45.414Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-07-30T15:45:45.464Z] Stashed 1 file(s) [Pipeline] } [2021-07-30T15:45:45.477Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-30T15:45:45.506Z] $ docker stop --time=1 e2373aaca77f0e5db9a4ac5dff210bbe35ace0469113c42b402296e34f724e8d [2021-07-30T15:45:46.660Z] $ docker rm -f e2373aaca77f0e5db9a4ac5dff210bbe35ace0469113c42b402296e34f724e8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-30T15:46:08.328Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-07-30T15:46:08.328Z] CGO_ENABLED=1 go vet ./... [2021-07-30T15:46:35.179Z] gofmt -l . [2021-07-30T15:46:35.179Z] [ "`gofmt -l .`" = "" ] [2021-07-30T15:46:35.179Z] ./bin/test-go-mod-tidy.sh [2021-07-30T15:46:35.179Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-07-30T15:46:35.245Z] $ docker stop --time=1 7fa6dcb784b5d321b961ff3409a576b4ff08b2e83c7a7b3e8fcba19aa610c059 [2021-07-30T15:46:37.296Z] $ docker rm -f 7fa6dcb784b5d321b961ff3409a576b4ff08b2e83c7a7b3e8fcba19aa610c059 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-30T15:46:38.122Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-30T15:46:38.153Z] Warning: overwriting stash ‘coverage-report’ [2021-07-30T15:46:38.669Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-30T15:46:39.216Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-07-30T15:46:39.556Z] + ls -al . [2021-07-30T15:46:39.556Z] total 136 [2021-07-30T15:46:39.556Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 30 15:46 . [2021-07-30T15:46:39.556Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 30 15:43 .. [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 30 15:43 .dockerignore [2021-07-30T15:46:39.556Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 30 15:43 .git [2021-07-30T15:46:39.556Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 30 15:43 .github [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 111 Jul 30 15:43 .gitignore [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 7306 Jul 30 15:43 Attribution.txt [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 22206 Jul 30 15:43 CHANGELOG.md [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 2048 Jul 30 15:43 Dockerfile [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 970 Jul 30 15:43 Dockerfile.build [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 687 Jul 30 15:43 Jenkinsfile [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 30 15:43 LICENSE [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 3230 Jul 30 15:43 README.md [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 30 15:41 VERSION [2021-07-30T15:46:39.556Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 30 15:43 bin [2021-07-30T15:46:39.556Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 30 15:45 coverage.out [2021-07-30T15:46:39.556Z] -rw-r--r-- 1 jenkins jenkins 129 Jul 30 15:46 go.mod [2021-07-30T15:46:39.556Z] -rw-r--r-- 1 jenkins jenkins 20447 Jul 30 15:45 go.sum [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 1460 Jul 30 15:43 main.go [2021-07-30T15:46:39.556Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jul 30 15:43 makefile [2021-07-30T15:46:39.556Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 30 15:43 res [2021-07-30T15:46:39.556Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 15:43 snap [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:46:39.902Z] + docker build -t 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=a8794a006ea08968641ff6a1a2acb87b2eaa877d --label arch=arm64 --label version=2.0.1-dev.1 . [2021-07-30T15:46:39.902Z] Sending build context to Docker daemon 153.1kB [2021-07-30T15:46:40.179Z] Step 1/28 : ARG BASE=golang:1.16-alpine3.12 [2021-07-30T15:46:40.179Z] Step 2/28 : FROM ${BASE} AS builder [2021-07-30T15:46:40.179Z] ---> 98c5371dfd65 [2021-07-30T15:46:40.179Z] Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-07-30T15:46:40.452Z] ---> Running in 04944021f4c1 [2021-07-30T15:46:41.049Z] Removing intermediate container 04944021f4c1 [2021-07-30T15:46:41.049Z] ---> d89e3fe80cb6 [2021-07-30T15:46:41.049Z] Step 4/28 : ARG ALPINE_PKG_EXTRA="" [2021-07-30T15:46:41.335Z] ---> Running in f54b279bbfb1 [2021-07-30T15:46:41.609Z] Removing intermediate container f54b279bbfb1 [2021-07-30T15:46:41.609Z] ---> 5770d85659c1 [2021-07-30T15:46:41.609Z] Step 5/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-30T15:46:41.883Z] ---> Running in 414fb0cd5aea [2021-07-30T15:46:42.479Z] Removing intermediate container 414fb0cd5aea [2021-07-30T15:46:42.479Z] ---> 2b838016d482 [2021-07-30T15:46:42.479Z] Step 6/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-30T15:46:42.479Z] ---> Running in e014839f79e9 [2021-07-30T15:46:45.104Z] Removing intermediate container e014839f79e9 [2021-07-30T15:46:45.104Z] ---> 4887937b2237 [2021-07-30T15:46:45.104Z] Step 7/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-07-30T15:46:45.104Z] ---> Running in 0b16d84ec96b [2021-07-30T15:46:46.089Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-30T15:46:47.073Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-30T15:46:48.058Z] OK: 139 MiB in 46 packages [2021-07-30T15:46:49.044Z] Removing intermediate container 0b16d84ec96b [2021-07-30T15:46:49.044Z] ---> f503b119ac3a [2021-07-30T15:46:49.044Z] Step 8/28 : WORKDIR /app [2021-07-30T15:46:49.644Z] ---> Running in 398a093dddde [2021-07-30T15:46:49.918Z] Removing intermediate container 398a093dddde [2021-07-30T15:46:49.918Z] ---> f4520a53d37e [2021-07-30T15:46:49.918Z] Step 9/28 : COPY go.mod . [2021-07-30T15:46:50.909Z] ---> a66af39d01f2 [2021-07-30T15:46:50.909Z] Step 10/28 : RUN go mod download [2021-07-30T15:46:50.909Z] ---> Running in 6c3aff6f622e [2021-07-30T15:46:53.548Z] Removing intermediate container 6c3aff6f622e [2021-07-30T15:46:53.548Z] ---> 837812d2e9b2 [2021-07-30T15:46:53.548Z] Step 11/28 : RUN go mod tidy [2021-07-30T15:46:53.821Z] ---> Running in 96e252b9782c [2021-07-30T15:46:56.449Z] Removing intermediate container 96e252b9782c [2021-07-30T15:46:56.449Z] ---> 0086c5c04377 [2021-07-30T15:46:56.449Z] Step 12/28 : COPY . . [2021-07-30T15:46:57.428Z] ---> 540c87c24140 [2021-07-30T15:46:57.428Z] Step 13/28 : ARG MAKE="make build" [2021-07-30T15:46:57.701Z] ---> Running in f51705232ff8 [2021-07-30T15:46:57.971Z] Removing intermediate container f51705232ff8 [2021-07-30T15:46:57.971Z] ---> c1eb1caff927 [2021-07-30T15:46:57.971Z] Step 14/28 : RUN $MAKE [2021-07-30T15:46:58.242Z] ---> Running in 648a13c96ebe [2021-07-30T15:46:59.681Z] go mod tidy [2021-07-30T15:46:59.961Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.1-dev.1" -o app-service-configurable [2021-07-30T15:47:39.070Z] Removing intermediate container 648a13c96ebe [2021-07-30T15:47:39.070Z] ---> b6d48787f90e [2021-07-30T15:47:39.070Z] Step 15/28 : FROM alpine:3.12 [2021-07-30T15:47:39.070Z] 3.12: Pulling from library/alpine [2021-07-30T15:47:39.070Z] d2f70382dc9a: Pulling fs layer [2021-07-30T15:47:39.070Z] d2f70382dc9a: Download complete [2021-07-30T15:47:39.070Z] d2f70382dc9a: Pull complete [2021-07-30T15:47:39.070Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-30T15:47:39.070Z] Status: Downloaded newer image for alpine:3.12 [2021-07-30T15:47:39.070Z] ---> c4fd0aeabfcf [2021-07-30T15:47:39.070Z] Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-07-30T15:47:39.070Z] ---> Running in 073c532a1aa6 [2021-07-30T15:47:39.070Z] Removing intermediate container 073c532a1aa6 [2021-07-30T15:47:39.070Z] ---> d7d4adff3b1c [2021-07-30T15:47:39.070Z] Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} [2021-07-30T15:47:39.070Z] ---> Running in 4d043872b71a [2021-07-30T15:47:39.070Z] Removing intermediate container 4d043872b71a [2021-07-30T15:47:39.070Z] ---> 70f94034b11e [2021-07-30T15:47:39.070Z] Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-07-30T15:47:39.344Z] ---> Running in 1b4538aaa0c7 [2021-07-30T15:47:40.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-30T15:47:40.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-30T15:47:41.365Z] (1/7) Installing ca-certificates (20191127-r4) [2021-07-30T15:47:41.365Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-07-30T15:47:41.365Z] (3/7) Installing libgcc (9.3.0-r2) [2021-07-30T15:47:41.365Z] (4/7) Installing libsodium (1.0.18-r0) [2021-07-30T15:47:41.365Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-07-30T15:47:41.365Z] (6/7) Installing libzmq (4.3.3-r0) [2021-07-30T15:47:41.365Z] (7/7) Installing zeromq (4.3.3-r0) [2021-07-30T15:47:41.365Z] Executing busybox-1.31.1-r20.trigger [2021-07-30T15:47:41.365Z] Executing ca-certificates-20191127-r4.trigger [2021-07-30T15:47:41.639Z] OK: 9 MiB in 21 packages [2021-07-30T15:47:43.076Z] Removing intermediate container 1b4538aaa0c7 [2021-07-30T15:47:43.076Z] ---> f065d7202c48 [2021-07-30T15:47:43.076Z] Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-07-30T15:47:44.056Z] ---> bf4f2c85deb3 [2021-07-30T15:47:44.056Z] Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE [2021-07-30T15:47:45.039Z] ---> a03ba12e40c1 [2021-07-30T15:47:45.039Z] Step 21/28 : COPY --from=builder /app/res/ /res/ [2021-07-30T15:47:45.639Z] ---> ade0a86bc0ba [2021-07-30T15:47:45.639Z] Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-07-30T15:47:47.617Z] ---> 1f42985fb707 [2021-07-30T15:47:47.617Z] Step 23/28 : EXPOSE 48095 [2021-07-30T15:47:47.617Z] ---> Running in 29b91eab77bb [2021-07-30T15:47:47.891Z] Removing intermediate container 29b91eab77bb [2021-07-30T15:47:47.891Z] ---> ed91de4cef59 [2021-07-30T15:47:47.891Z] Step 24/28 : ENTRYPOINT ["/app-service-configurable"] [2021-07-30T15:47:48.166Z] ---> Running in e3df76f53038 [2021-07-30T15:47:48.763Z] Removing intermediate container e3df76f53038 [2021-07-30T15:47:48.763Z] ---> 4afd842334f0 [2021-07-30T15:47:48.763Z] Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-30T15:47:48.763Z] ---> Running in a03d4f7427f1 [2021-07-30T15:47:49.359Z] Removing intermediate container a03d4f7427f1 [2021-07-30T15:47:49.359Z] ---> 9bd0ec3f33f6 [2021-07-30T15:47:49.359Z] Step 26/28 : LABEL arch=arm64 [2021-07-30T15:47:49.359Z] ---> Running in e5e9333d1d2d [2021-07-30T15:47:49.956Z] Removing intermediate container e5e9333d1d2d [2021-07-30T15:47:49.956Z] ---> 3383340f7000 [2021-07-30T15:47:49.956Z] Step 27/28 : LABEL git_sha=a8794a006ea08968641ff6a1a2acb87b2eaa877d [2021-07-30T15:47:50.231Z] ---> Running in 3511231946f7 [2021-07-30T15:47:50.830Z] Removing intermediate container 3511231946f7 [2021-07-30T15:47:50.830Z] ---> 7544b3421937 [2021-07-30T15:47:50.830Z] Step 28/28 : LABEL version=2.0.1-dev.1 [2021-07-30T15:47:50.831Z] ---> Running in e8ded0158bdc [2021-07-30T15:47:51.430Z] Removing intermediate container e8ded0158bdc [2021-07-30T15:47:51.430Z] ---> f57296ccbbe2 [2021-07-30T15:47:51.430Z] [Warning] One or more build-args [ARCH] were not consumed [2021-07-30T15:47:51.430Z] Successfully built f57296ccbbe2 [2021-07-30T15:47:51.430Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T15:47:51.724Z] provisioning config files... [2021-07-30T15:47:51.746Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config9207669947950911232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:47:52.110Z] ---> docker-login.sh [2021-07-30T15:47:52.110Z] nexus3.edgexfoundry.org:10001 [2021-07-30T15:47:52.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:47:52.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:47:52.662Z] Configure a credential helper to remove this warning. See [2021-07-30T15:47:52.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:47:52.662Z] [2021-07-30T15:47:52.662Z] Login Succeeded [2021-07-30T15:47:52.662Z] nexus3.edgexfoundry.org:10002 [2021-07-30T15:47:52.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:47:53.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:47:53.211Z] Configure a credential helper to remove this warning. See [2021-07-30T15:47:53.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:47:53.211Z] [2021-07-30T15:47:53.211Z] Login Succeeded [2021-07-30T15:47:53.211Z] nexus3.edgexfoundry.org:10003 [2021-07-30T15:47:53.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:47:53.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:47:53.760Z] Configure a credential helper to remove this warning. See [2021-07-30T15:47:53.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:47:53.760Z] [2021-07-30T15:47:53.760Z] Login Succeeded [2021-07-30T15:47:53.760Z] nexus3.edgexfoundry.org:10004 [2021-07-30T15:47:54.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:47:54.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:47:54.359Z] Configure a credential helper to remove this warning. See [2021-07-30T15:47:54.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:47:54.359Z] [2021-07-30T15:47:54.359Z] Login Succeeded [2021-07-30T15:47:54.359Z] docker.io [2021-07-30T15:47:54.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-30T15:47:55.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-30T15:47:55.229Z] Configure a credential helper to remove this warning. See [2021-07-30T15:47:55.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-30T15:47:55.229Z] [2021-07-30T15:47:55.229Z] Login Succeeded [2021-07-30T15:47:55.229Z] ---> docker-login.sh ends [Pipeline] } [2021-07-30T15:47:55.247Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-30T15:47:55.314Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2021-07-30T15:47:55.314Z] a8794a006ea08968641ff6a1a2acb87b2eaa877d [2021-07-30T15:47:55.314Z] latest [2021-07-30T15:47:55.314Z] 2.0.1-dev.1 [2021-07-30T15:47:55.314Z] a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [2021-07-30T15:47:55.314Z] main [2021-07-30T15:47:55.314Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:47:55.696Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:47:56.037Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d [2021-07-30T15:47:56.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-07-30T15:47:56.037Z] e487bbd6c55d: Preparing [2021-07-30T15:47:56.037Z] a9682b25d8fe: Preparing [2021-07-30T15:47:56.037Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:47:56.037Z] 10924292872b: Preparing [2021-07-30T15:47:56.037Z] 5b4d66640178: Preparing [2021-07-30T15:47:56.037Z] 3fbe34a1663b: Preparing [2021-07-30T15:47:56.037Z] 3fbe34a1663b: Waiting [2021-07-30T15:47:56.313Z] 0c7b1d2a01c1: Pushed [2021-07-30T15:47:56.313Z] 10924292872b: Pushed [2021-07-30T15:47:56.588Z] a9682b25d8fe: Pushed [2021-07-30T15:47:56.588Z] 3fbe34a1663b: Layer already exists [2021-07-30T15:47:57.186Z] 5b4d66640178: Pushed [2021-07-30T15:47:59.808Z] e487bbd6c55d: Pushed [2021-07-30T15:47:59.808Z] a8794a006ea08968641ff6a1a2acb87b2eaa877d: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:00.161Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:00.515Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2021-07-30T15:48:00.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-07-30T15:48:00.515Z] e487bbd6c55d: Preparing [2021-07-30T15:48:00.515Z] a9682b25d8fe: Preparing [2021-07-30T15:48:00.515Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:48:00.515Z] 10924292872b: Preparing [2021-07-30T15:48:00.515Z] 5b4d66640178: Preparing [2021-07-30T15:48:00.515Z] 3fbe34a1663b: Preparing [2021-07-30T15:48:00.515Z] 3fbe34a1663b: Waiting [2021-07-30T15:48:00.788Z] a9682b25d8fe: Layer already exists [2021-07-30T15:48:00.788Z] 10924292872b: Layer already exists [2021-07-30T15:48:00.788Z] e487bbd6c55d: Layer already exists [2021-07-30T15:48:00.788Z] 0c7b1d2a01c1: Layer already exists [2021-07-30T15:48:00.788Z] 5b4d66640178: Layer already exists [2021-07-30T15:48:00.788Z] 3fbe34a1663b: Layer already exists [2021-07-30T15:48:00.788Z] latest: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:01.155Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:01.515Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.1-dev.1 [2021-07-30T15:48:01.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-07-30T15:48:01.516Z] e487bbd6c55d: Preparing [2021-07-30T15:48:01.516Z] a9682b25d8fe: Preparing [2021-07-30T15:48:01.516Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:48:01.516Z] 10924292872b: Preparing [2021-07-30T15:48:01.516Z] 5b4d66640178: Preparing [2021-07-30T15:48:01.516Z] 3fbe34a1663b: Preparing [2021-07-30T15:48:01.516Z] 3fbe34a1663b: Waiting [2021-07-30T15:48:01.516Z] e487bbd6c55d: Layer already exists [2021-07-30T15:48:01.792Z] a9682b25d8fe: Layer already exists [2021-07-30T15:48:01.792Z] 5b4d66640178: Layer already exists [2021-07-30T15:48:01.792Z] 0c7b1d2a01c1: Layer already exists [2021-07-30T15:48:01.792Z] 10924292872b: Layer already exists [2021-07-30T15:48:01.792Z] 3fbe34a1663b: Layer already exists [2021-07-30T15:48:01.792Z] 2.0.1-dev.1: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:02.148Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:02.494Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [2021-07-30T15:48:02.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-07-30T15:48:02.495Z] e487bbd6c55d: Preparing [2021-07-30T15:48:02.495Z] a9682b25d8fe: Preparing [2021-07-30T15:48:02.495Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:48:02.495Z] 10924292872b: Preparing [2021-07-30T15:48:02.495Z] 5b4d66640178: Preparing [2021-07-30T15:48:02.495Z] 3fbe34a1663b: Preparing [2021-07-30T15:48:02.495Z] 3fbe34a1663b: Waiting [2021-07-30T15:48:02.773Z] a9682b25d8fe: Layer already exists [2021-07-30T15:48:02.773Z] 0c7b1d2a01c1: Layer already exists [2021-07-30T15:48:02.773Z] e487bbd6c55d: Layer already exists [2021-07-30T15:48:02.773Z] 10924292872b: Layer already exists [2021-07-30T15:48:02.773Z] 5b4d66640178: Layer already exists [2021-07-30T15:48:02.773Z] 3fbe34a1663b: Layer already exists [2021-07-30T15:48:02.773Z] a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:03.132Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:03.480Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2021-07-30T15:48:03.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-07-30T15:48:03.480Z] e487bbd6c55d: Preparing [2021-07-30T15:48:03.480Z] a9682b25d8fe: Preparing [2021-07-30T15:48:03.480Z] 0c7b1d2a01c1: Preparing [2021-07-30T15:48:03.480Z] 10924292872b: Preparing [2021-07-30T15:48:03.480Z] 5b4d66640178: Preparing [2021-07-30T15:48:03.480Z] 3fbe34a1663b: Preparing [2021-07-30T15:48:03.480Z] 3fbe34a1663b: Waiting [2021-07-30T15:48:03.754Z] 5b4d66640178: Layer already exists [2021-07-30T15:48:03.754Z] 10924292872b: Layer already exists [2021-07-30T15:48:03.754Z] a9682b25d8fe: Layer already exists [2021-07-30T15:48:03.754Z] e487bbd6c55d: Layer already exists [2021-07-30T15:48:03.754Z] 0c7b1d2a01c1: Layer already exists [2021-07-30T15:48:03.754Z] 3fbe34a1663b: Layer already exists [2021-07-30T15:48:03.754Z] main: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-30T15:48:03.871Z] ===================================================== [Pipeline] echo [2021-07-30T15:48:03.895Z] taggedImages: [2021-07-30T15:48:03.895Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d [2021-07-30T15:48:03.895Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2021-07-30T15:48:03.895Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.1-dev.1 [2021-07-30T15:48:03.895Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [2021-07-30T15:48:03.895Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:04.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-30T15:48:04.393Z] [2021-07-30T15:48:04.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:05.031Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-30T15:48:05.307Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-30T15:48:05.307Z] 448f6bf000e3: Pulling fs layer [2021-07-30T15:48:05.307Z] f757da607395: Pulling fs layer [2021-07-30T15:48:05.307Z] 05883995daec: Pulling fs layer [2021-07-30T15:48:05.307Z] 8603b9c90790: Pulling fs layer [2021-07-30T15:48:05.307Z] 1560dd03e051: Pulling fs layer [2021-07-30T15:48:05.307Z] 27f5ce0e4adf: Pulling fs layer [2021-07-30T15:48:05.307Z] c2d8d7efcc4b: Pulling fs layer [2021-07-30T15:48:05.307Z] 8603b9c90790: Waiting [2021-07-30T15:48:05.307Z] 1560dd03e051: Waiting [2021-07-30T15:48:05.307Z] 27f5ce0e4adf: Waiting [2021-07-30T15:48:05.307Z] c2d8d7efcc4b: Waiting [2021-07-30T15:48:05.583Z] f757da607395: Verifying Checksum [2021-07-30T15:48:05.583Z] f757da607395: Download complete [2021-07-30T15:48:05.583Z] 8603b9c90790: Verifying Checksum [2021-07-30T15:48:05.583Z] 8603b9c90790: Download complete [2021-07-30T15:48:05.860Z] 1560dd03e051: Verifying Checksum [2021-07-30T15:48:05.860Z] 1560dd03e051: Download complete [2021-07-30T15:48:05.860Z] 27f5ce0e4adf: Verifying Checksum [2021-07-30T15:48:05.860Z] 27f5ce0e4adf: Download complete [2021-07-30T15:48:06.139Z] 05883995daec: Verifying Checksum [2021-07-30T15:48:06.139Z] 05883995daec: Download complete [2021-07-30T15:48:06.738Z] 448f6bf000e3: Verifying Checksum [2021-07-30T15:48:06.738Z] 448f6bf000e3: Download complete [2021-07-30T15:48:09.385Z] c2d8d7efcc4b: Verifying Checksum [2021-07-30T15:48:09.385Z] c2d8d7efcc4b: Download complete [2021-07-30T15:48:10.379Z] 448f6bf000e3: Pull complete [2021-07-30T15:48:10.990Z] f757da607395: Pull complete [2021-07-30T15:48:12.433Z] 05883995daec: Pull complete [2021-07-30T15:48:12.713Z] 8603b9c90790: Pull complete [2021-07-30T15:48:13.729Z] 1560dd03e051: Pull complete [2021-07-30T15:48:14.341Z] 27f5ce0e4adf: Pull complete [2021-07-30T15:48:29.465Z] c2d8d7efcc4b: Pull complete [2021-07-30T15:48:29.465Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-30T15:48:29.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-30T15:48:29.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-30T15:48:29.704Z] prd-ubuntu18.04-docker-arm64-4c-16g-1028 does not seem to be running inside a container [2021-07-30T15:48:29.861Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-07-30T15:48:34.344Z] $ docker top 1abf9c92e632de4c8eeca57acdc7bc1c56bf8505d474a38e84968d07b94ea8b6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:48:35.242Z] ---> job-cost.sh [2021-07-30T15:48:35.242Z] lf-activate-venv: SKIPPING [2021-07-30T15:48:35.242Z] INFO: No Stack... [2021-07-30T15:48:35.835Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-30T15:48:36.108Z] INFO: Archiving Costs [Pipeline] sh [2021-07-30T15:48:36.776Z] + cut -d, -f6 [2021-07-30T15:48:36.776Z] + cat /w/workspace/app-service-configurable/2/archives/cost.csv [Pipeline] lock [2021-07-30T15:48:36.846Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [2021-07-30T15:48:36.856Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] did not exist. Created. [2021-07-30T15:48:36.856Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-30T15:48:37.569Z] /w/workspace/app-service-configurable/2@tmp/durable-4c17cae5/script.sh: 1: /w/workspace/app-service-configurable/2@tmp/durable-4c17cae5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-30T15:48:38.276Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-30T15:48:38.314Z] Warning: overwriting stash ‘stack-cost’ [2021-07-30T15:48:38.362Z] Stashed 1 file(s) [Pipeline] } [2021-07-30T15:48:38.373Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-30T15:48:38.475Z] $ docker stop --time=1 1abf9c92e632de4c8eeca57acdc7bc1c56bf8505d474a38e84968d07b94ea8b6 [2021-07-30T15:48:40.199Z] $ docker rm -f 1abf9c92e632de4c8eeca57acdc7bc1c56bf8505d474a38e84968d07b94ea8b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider [2021-07-30T15:48:41.482Z] provisioning config files... [2021-07-30T15:48:41.505Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9053463075781289959tmp [Pipeline] { [Pipeline] sh [2021-07-30T15:48:41.865Z] + set +x [2021-07-30T15:48:41.865Z] + curl -s https://codecov.io/bash [2021-07-30T15:48:41.865Z] + bash -s -- [2021-07-30T15:48:41.865Z] [2021-07-30T15:48:41.865Z] _____ _ [2021-07-30T15:48:41.865Z] / ____| | | [2021-07-30T15:48:41.865Z] | | ___ __| | ___ ___ _____ __ [2021-07-30T15:48:41.865Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-30T15:48:41.865Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-30T15:48:41.865Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-30T15:48:41.865Z] Bash-1.0.6 [2021-07-30T15:48:41.865Z] [2021-07-30T15:48:41.865Z] [2021-07-30T15:48:41.865Z] ==> git version 2.24.4 found [2021-07-30T15:48:41.865Z] ==> 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-07-30T15:48:41.865Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-30T15:48:41.865Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-30T15:48:41.865Z] ==> Jenkins CI detected. [2021-07-30T15:48:41.865Z] current dir:  /w/workspace/ry_app-service-configurable_main [2021-07-30T15:48:41.865Z] project root: . [2021-07-30T15:48:41.865Z] --> token set from env [2021-07-30T15:48:41.865Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-30T15:48:42.134Z] ==> Running gcov in . (disable via -X gcov) [2021-07-30T15:48:42.134Z] ==> Python coveragepy not found [2021-07-30T15:48:42.134Z] ==> Searching for coverage reports in: [2021-07-30T15:48:42.134Z] + . [2021-07-30T15:48:42.134Z] -> Found 1 reports [2021-07-30T15:48:42.134Z] ==> Detecting git/mercurial file structure [2021-07-30T15:48:42.134Z] ==> Reading reports [2021-07-30T15:48:42.134Z] + ./coverage.out bytes=10 [2021-07-30T15:48:42.134Z] ==> Appending adjustments [2021-07-30T15:48:42.134Z] https://docs.codecov.io/docs/fixing-reports [2021-07-30T15:48:42.134Z] + Found adjustments [2021-07-30T15:48:42.134Z] ==> Gzipping contents [2021-07-30T15:48:42.134Z] 4.0K /tmp/codecov.xoI3F4.gz [2021-07-30T15:48:42.134Z] ==> Uploading reports [2021-07-30T15:48:42.134Z] url: https://codecov.io [2021-07-30T15:48:42.134Z] query: branch=main&commit=a8794a006ea08968641ff6a1a2acb87b2eaa877d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-07-30T15:48:42.134Z] -> Pinging Codecov [2021-07-30T15:48:42.134Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=a8794a006ea08968641ff6a1a2acb87b2eaa877d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-07-30T15:48:42.721Z] -> Uploading to [2021-07-30T15:48:42.721Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-30/A97CA9966030D2A3747ED39772930CCE/a8794a006ea08968641ff6a1a2acb87b2eaa877d/f21bfda6-0db4-4215-9da4-33a2fe48dc3f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210730%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210730T154842Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eb26f2ff0de875fcfe0d2e9e27834d251cc3b12dae797d2b3143b39b24437067 [2021-07-30T15:48:42.721Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-30T15:48:42.721Z] Dload Upload Total Spent Left Speed [2021-07-30T15:48:42.991Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 560 0 0 100 560 0 1781 --:--:-- --:--:-- --:--:-- 1783 [2021-07-30T15:48:42.991Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] } [2021-07-30T15:48:43.008Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-07-30T15:48:43.864Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-07-30T15:48:43.890Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:44.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-07-30T15:48:44.219Z] [2021-07-30T15:48:44.219Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:48:44.562Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-07-30T15:48:44.562Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-07-30T15:48:44.562Z] 188c0c94c7c5: Pulling fs layer [2021-07-30T15:48:44.562Z] 0ef7d3d256c8: Pulling fs layer [2021-07-30T15:48:44.562Z] de9db76c5a1d: Pulling fs layer [2021-07-30T15:48:44.562Z] 0eba1c9be4d2: Pulling fs layer [2021-07-30T15:48:44.562Z] 0d57e429df01: Pulling fs layer [2021-07-30T15:48:44.562Z] 4e4be7b47b0d: Pulling fs layer [2021-07-30T15:48:44.562Z] e1f770b5df2f: Pulling fs layer [2021-07-30T15:48:44.562Z] 85a0685a4137: Pulling fs layer [2021-07-30T15:48:44.562Z] 0eba1c9be4d2: Waiting [2021-07-30T15:48:44.562Z] 0d57e429df01: Waiting [2021-07-30T15:48:44.562Z] 4e4be7b47b0d: Waiting [2021-07-30T15:48:44.562Z] e1f770b5df2f: Waiting [2021-07-30T15:48:44.562Z] 85a0685a4137: Waiting [2021-07-30T15:48:44.562Z] de9db76c5a1d: Download complete [2021-07-30T15:48:44.562Z] 0ef7d3d256c8: Verifying Checksum [2021-07-30T15:48:44.562Z] 0ef7d3d256c8: Download complete [2021-07-30T15:48:44.837Z] 0d57e429df01: Verifying Checksum [2021-07-30T15:48:44.837Z] 0d57e429df01: Download complete [2021-07-30T15:48:44.837Z] 4e4be7b47b0d: Verifying Checksum [2021-07-30T15:48:44.837Z] 4e4be7b47b0d: Download complete [2021-07-30T15:48:44.837Z] 188c0c94c7c5: Verifying Checksum [2021-07-30T15:48:44.837Z] 188c0c94c7c5: Download complete [2021-07-30T15:48:45.113Z] 188c0c94c7c5: Pull complete [2021-07-30T15:48:45.113Z] 0ef7d3d256c8: Pull complete [2021-07-30T15:48:45.378Z] de9db76c5a1d: Pull complete [2021-07-30T15:48:46.348Z] e1f770b5df2f: Verifying Checksum [2021-07-30T15:48:46.348Z] e1f770b5df2f: Download complete [2021-07-30T15:48:50.619Z] 0eba1c9be4d2: Verifying Checksum [2021-07-30T15:48:50.619Z] 0eba1c9be4d2: Download complete [2021-07-30T15:48:51.216Z] 85a0685a4137: Verifying Checksum [2021-07-30T15:48:51.217Z] 85a0685a4137: Download complete [2021-07-30T15:48:54.573Z] 0eba1c9be4d2: Pull complete [2021-07-30T15:48:54.573Z] 0d57e429df01: Pull complete [2021-07-30T15:48:54.573Z] 4e4be7b47b0d: Pull complete [2021-07-30T15:48:54.843Z] e1f770b5df2f: Pull complete [2021-07-30T15:48:59.135Z] 85a0685a4137: Pull complete [2021-07-30T15:48:59.135Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-07-30T15:48:59.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-07-30T15:48:59.135Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-07-30T15:48:59.232Z] prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container [2021-07-30T15:48:59.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-07-30T15:49:01.213Z] $ docker top 8864131e37b5927353c7fcdfe415830fddeedd46cce5627ce11609b5304d4db6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-30T15:49:01.330Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-07-30T15:49:01.656Z] + set -o pipefail [2021-07-30T15:49:01.656Z] + snyk monitor '--org=edgex-jenkins' [2021-07-30T15:49:16.686Z] [2021-07-30T15:49:16.686Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2021-07-30T15:49:16.686Z] [2021-07-30T15:49:16.686Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/1ac473cb-2598-47c1-9f66-7a850556c936 [2021-07-30T15:49:16.686Z] [2021-07-30T15:49:16.686Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-07-30T15:49:16.686Z] [2021-07-30T15:49:16.686Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-07-30T15:49:16.686Z] [2021-07-30T15:49:16.686Z] [Pipeline] } [2021-07-30T15:49:16.701Z] $ docker stop --time=1 8864131e37b5927353c7fcdfe415830fddeedd46cce5627ce11609b5304d4db6 [2021-07-30T15:49:18.792Z] $ docker rm -f 8864131e37b5927353c7fcdfe415830fddeedd46cce5627ce11609b5304d4db6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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-07-30T15:49:19.850Z] + git log --format=format:%s -1 a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:49:20.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-30T15:49:20.184Z] . [Pipeline] withDockerContainer [2021-07-30T15:49:20.277Z] prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container [2021-07-30T15:49:20.335Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-30T15:49:20.792Z] $ docker top e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-30T15:49:20.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-30T15:49:20.936Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-30T15:49:21.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-30T15:49:21.079Z] $ docker exec e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 ssh-agent [2021-07-30T15:49:21.220Z] SSH_AUTH_SOCK=/tmp/ssh-ok31wa36bsXq/agent.13 [2021-07-30T15:49:21.220Z] SSH_AGENT_PID=19 [2021-07-30T15:49:21.231Z] Running ssh-add (command line suppressed) [2021-07-30T15:49:21.350Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4358614650373454487.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4358614650373454487.key) [2021-07-30T15:49:21.383Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-30T15:49:21.702Z] + git semver tag [2021-07-30T15:49:21.702Z] # -> Open(): unable to determine branch for HEAD [2021-07-30T15:49:21.702Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2021-07-30T15:49:21.702Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2021-07-30T15:49:21.702Z] # $SEMVER_REMOTE_NAME = origin [2021-07-30T15:49:21.702Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-30T15:49:21.702Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-30T15:49:21.702Z] # $SEMVER_BRANCH = main [2021-07-30T15:49:21.702Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2021-07-30T15:49:21.702Z] # a8794a006ea08968641ff6a1a2acb87b2eaa877d HEAD [2021-07-30T15:49:21.702Z] # -> Force: false [2021-07-30T15:49:21.702Z] # fda68f5234acbc71ec0c0267e3a3cd3d17f8f6cd refs/tags/v2.0.1-dev.1 [Pipeline] } [2021-07-30T15:49:21.713Z] $ docker exec --env ******** --env ******** e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 ssh-agent -k [2021-07-30T15:49:21.828Z] unset SSH_AUTH_SOCK; [2021-07-30T15:49:21.828Z] unset SSH_AGENT_PID; [2021-07-30T15:49:21.829Z] echo Agent pid 19 killed; [2021-07-30T15:49:21.847Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-30T15:49:22.212Z] + git semver [Pipeline] } [2021-07-30T15:49:22.236Z] $ docker stop --time=1 e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 [2021-07-30T15:49:23.459Z] $ docker rm -f e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:49:23.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-07-30T15:49:23.948Z] [2021-07-30T15:49:23.948Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:49:24.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-07-30T15:49:24.281Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-07-30T15:49:24.281Z] ab5ef0e58194: Pulling fs layer [2021-07-30T15:49:24.281Z] 9712f1f96733: Pulling fs layer [2021-07-30T15:49:24.281Z] 63f879dbbcfc: Pulling fs layer [2021-07-30T15:49:24.281Z] 0d9ebad4ef96: Pulling fs layer [2021-07-30T15:49:24.281Z] e9a5061849ea: Pulling fs layer [2021-07-30T15:49:24.281Z] d747dcd14b5f: Pulling fs layer [2021-07-30T15:49:24.281Z] 2de7ff778b66: Pulling fs layer [2021-07-30T15:49:24.281Z] e9a5061849ea: Waiting [2021-07-30T15:49:24.281Z] d747dcd14b5f: Waiting [2021-07-30T15:49:24.281Z] 2de7ff778b66: Waiting [2021-07-30T15:49:24.281Z] 0d9ebad4ef96: Waiting [2021-07-30T15:49:24.281Z] 9712f1f96733: Verifying Checksum [2021-07-30T15:49:24.281Z] 9712f1f96733: Download complete [2021-07-30T15:49:26.871Z] 63f879dbbcfc: Verifying Checksum [2021-07-30T15:49:26.871Z] 63f879dbbcfc: Download complete [2021-07-30T15:49:26.871Z] e9a5061849ea: Verifying Checksum [2021-07-30T15:49:26.871Z] e9a5061849ea: Download complete [2021-07-30T15:49:27.139Z] d747dcd14b5f: Verifying Checksum [2021-07-30T15:49:27.139Z] d747dcd14b5f: Download complete [2021-07-30T15:49:27.725Z] 2de7ff778b66: Verifying Checksum [2021-07-30T15:49:27.725Z] 2de7ff778b66: Download complete [2021-07-30T15:49:27.725Z] ab5ef0e58194: Verifying Checksum [2021-07-30T15:49:27.725Z] ab5ef0e58194: Download complete [2021-07-30T15:49:27.996Z] 0d9ebad4ef96: Verifying Checksum [2021-07-30T15:49:27.996Z] 0d9ebad4ef96: Download complete [2021-07-30T15:49:30.642Z] ab5ef0e58194: Pull complete [2021-07-30T15:49:30.642Z] 9712f1f96733: Pull complete [2021-07-30T15:49:31.652Z] 63f879dbbcfc: Pull complete [2021-07-30T15:49:35.019Z] 0d9ebad4ef96: Pull complete [2021-07-30T15:49:35.608Z] e9a5061849ea: Pull complete [2021-07-30T15:49:35.608Z] d747dcd14b5f: Pull complete [2021-07-30T15:49:36.569Z] 2de7ff778b66: Pull complete [2021-07-30T15:49:36.569Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-07-30T15:49:36.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-07-30T15:49:36.569Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-07-30T15:49:36.664Z] prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container [2021-07-30T15:49:36.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-07-30T15:49:39.792Z] $ docker top b371f708cd181f3574b554a6d90fc41253b92e55512b35a2cf70f98b2ad53145 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-07-30T15:49:40.115Z] provisioning config files... [2021-07-30T15:49:40.129Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4825615882748149769tmp [2021-07-30T15:49:40.149Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2379743687368926226tmp [2021-07-30T15:49:40.168Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config424841645715023104tmp [Pipeline] { [Pipeline] echo [2021-07-30T15:49:40.190Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:49:40.495Z] ---> sigul-configuration.sh [2021-07-30T15:49:40.495Z] gpg: directory `/root/.gnupg' created [2021-07-30T15:49:40.495Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-07-30T15:49:40.495Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-07-30T15:49:40.495Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-07-30T15:49:40.495Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-07-30T15:49:40.495Z] gpg: CAST5 encrypted data [2021-07-30T15:49:40.495Z] gpg: encrypted with 1 passphrase [2021-07-30T15:49:40.495Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-07-30T15:49:40.813Z] + mkdir /home/jenkins [2021-07-30T15:49:40.813Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-07-30T15:49:41.124Z] + 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-07-30T15:49:41.140Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:49:41.457Z] ---> sigul-install.sh [2021-07-30T15:49:41.457Z] Sigul already installed; skipping installation. [Pipeline] sh [2021-07-30T15:49:41.773Z] + git tag --list [2021-07-30T15:49:41.773Z] v1.0.0 [2021-07-30T15:49:41.773Z] v1.1.0 [2021-07-30T15:49:41.773Z] v1.2.0 [2021-07-30T15:49:41.773Z] v1.3.0 [2021-07-30T15:49:41.773Z] v1.3.1 [2021-07-30T15:49:41.773Z] v2.0.0 [2021-07-30T15:49:41.773Z] v2.0.1-dev.1 [Pipeline] sh [2021-07-30T15:49:42.091Z] + lftools sign git-tag v2.0.1-dev.1 [2021-07-30T15:49:42.675Z] Signing Git tag with Sigul... [2021-07-30T15:49:42.675Z] Signing v2.0.1-dev.1 [Pipeline] echo [2021-07-30T15:49:43.655Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:49:43.974Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-07-30T15:49:43.986Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-07-30T15:49:44.012Z] $ docker stop --time=1 b371f708cd181f3574b554a6d90fc41253b92e55512b35a2cf70f98b2ad53145 [2021-07-30T15:49:45.230Z] $ docker rm -f b371f708cd181f3574b554a6d90fc41253b92e55512b35a2cf70f98b2ad53145 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:49:45.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-30T15:49:45.935Z] . [Pipeline] withDockerContainer [2021-07-30T15:49:46.036Z] prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container [2021-07-30T15:49:46.091Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-30T15:49:46.490Z] $ docker top 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-30T15:49:46.691Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-30T15:49:46.691Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-30T15:49:46.815Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-30T15:49:46.814Z] $ docker exec 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 ssh-agent [2021-07-30T15:49:46.941Z] SSH_AUTH_SOCK=/tmp/ssh-gAWeU2cMC1p7/agent.12 [2021-07-30T15:49:46.941Z] SSH_AGENT_PID=18 [2021-07-30T15:49:46.955Z] Running ssh-add (command line suppressed) [2021-07-30T15:49:47.066Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5852662869624182635.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5852662869624182635.key) [2021-07-30T15:49:47.093Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-30T15:49:47.413Z] + git semver bump pre [2021-07-30T15:49:47.413Z] # -> Open(): unable to determine branch for HEAD [2021-07-30T15:49:47.413Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2021-07-30T15:49:47.413Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2021-07-30T15:49:47.413Z] # $SEMVER_REMOTE_NAME = origin [2021-07-30T15:49:47.413Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-30T15:49:47.413Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-30T15:49:47.413Z] # $SEMVER_BRANCH = main [2021-07-30T15:49:47.413Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2021-07-30T15:49:47.413Z] 2.0.1-dev.2 [Pipeline] } [2021-07-30T15:49:47.426Z] $ docker exec --env ******** --env ******** 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 ssh-agent -k [2021-07-30T15:49:47.542Z] unset SSH_AUTH_SOCK; [2021-07-30T15:49:47.542Z] unset SSH_AGENT_PID; [2021-07-30T15:49:47.542Z] echo Agent pid 18 killed; [2021-07-30T15:49:47.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-30T15:49:47.918Z] + git semver [Pipeline] } [2021-07-30T15:49:47.948Z] $ docker stop --time=1 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 [2021-07-30T15:49:49.158Z] $ docker rm -f 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:49:49.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-30T15:49:49.750Z] . [Pipeline] withDockerContainer [2021-07-30T15:49:50.048Z] prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container [2021-07-30T15:49:50.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-30T15:49:50.600Z] $ docker top 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-30T15:49:50.729Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-30T15:49:50.729Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-30T15:49:50.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-30T15:49:50.871Z] $ docker exec 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf ssh-agent [2021-07-30T15:49:51.000Z] SSH_AUTH_SOCK=/tmp/ssh-l4CnZRHYcglW/agent.13 [2021-07-30T15:49:51.000Z] SSH_AGENT_PID=20 [2021-07-30T15:49:51.009Z] Running ssh-add (command line suppressed) [2021-07-30T15:49:51.106Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7773853898495118215.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7773853898495118215.key) [2021-07-30T15:49:51.130Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-30T15:49:51.450Z] + git semver push [2021-07-30T15:49:51.450Z] # -> Open(): unable to determine branch for HEAD [2021-07-30T15:49:51.450Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2021-07-30T15:49:51.450Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2021-07-30T15:49:51.450Z] # $SEMVER_REMOTE_NAME = origin [2021-07-30T15:49:51.450Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-30T15:49:51.450Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-30T15:49:51.450Z] # $SEMVER_BRANCH = main [2021-07-30T15:49:51.450Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2021-07-30T15:49:55.717Z] $ docker exec --env ******** --env ******** 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf ssh-agent -k [2021-07-30T15:49:55.819Z] unset SSH_AUTH_SOCK; [2021-07-30T15:49:55.819Z] unset SSH_AGENT_PID; [2021-07-30T15:49:55.819Z] echo Agent pid 20 killed; [2021-07-30T15:49:55.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-30T15:49:56.200Z] + git semver [Pipeline] } [2021-07-30T15:49:56.218Z] $ docker stop --time=1 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf [2021-07-30T15:49:57.416Z] $ docker rm -f 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf [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-07-30T15:49:58.595Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:49:59.194Z] ---> package-listing.sh [2021-07-30T15:49:59.194Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-30T15:49:59.194Z] ++ facter osfamily [2021-07-30T15:49:59.466Z] + OS_FAMILY=redhat [2021-07-30T15:49:59.466Z] + workspace=/w/workspace/ry_app-service-configurable_main [2021-07-30T15:49:59.466Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-30T15:49:59.466Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-30T15:49:59.466Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-30T15:49:59.466Z] + PACKAGES=/tmp/packages_start.txt [2021-07-30T15:49:59.466Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2021-07-30T15:49:59.466Z] + PACKAGES=/tmp/packages_end.txt [2021-07-30T15:49:59.466Z] + case "${OS_FAMILY}" in [2021-07-30T15:49:59.466Z] + sort [2021-07-30T15:49:59.466Z] + rpm -qa [2021-07-30T15:50:00.048Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-30T15:50:00.048Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-30T15:50:00.048Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-30T15:50:00.048Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2021-07-30T15:50:00.048Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2021-07-30T15:50:00.048Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2021-07-30T15:50:00.068Z] 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-30T15:50:00.372Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:50:00.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T15:50:00.964Z] [2021-07-30T15:50:00.964Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-30T15:50:01.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T15:50:01.306Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-30T15:50:01.306Z] b4d181a07f80: Pulling fs layer [2021-07-30T15:50:01.306Z] a1111a8f2ec3: Pulling fs layer [2021-07-30T15:50:01.306Z] ed53099fbce6: Pulling fs layer [2021-07-30T15:50:01.306Z] dc539afda2c1: Pulling fs layer [2021-07-30T15:50:01.306Z] 77bc0d833cb6: Pulling fs layer [2021-07-30T15:50:01.306Z] 9065ff56babe: Pulling fs layer [2021-07-30T15:50:01.306Z] d287ab97295c: Pulling fs layer [2021-07-30T15:50:01.306Z] 77bc0d833cb6: Waiting [2021-07-30T15:50:01.306Z] 9065ff56babe: Waiting [2021-07-30T15:50:01.306Z] d287ab97295c: Waiting [2021-07-30T15:50:01.306Z] dc539afda2c1: Waiting [2021-07-30T15:50:01.594Z] a1111a8f2ec3: Verifying Checksum [2021-07-30T15:50:01.594Z] a1111a8f2ec3: Download complete [2021-07-30T15:50:01.594Z] dc539afda2c1: Verifying Checksum [2021-07-30T15:50:01.594Z] dc539afda2c1: Download complete [2021-07-30T15:50:01.868Z] 77bc0d833cb6: Verifying Checksum [2021-07-30T15:50:01.868Z] 77bc0d833cb6: Download complete [2021-07-30T15:50:02.133Z] 9065ff56babe: Verifying Checksum [2021-07-30T15:50:02.133Z] 9065ff56babe: Download complete [2021-07-30T15:50:02.398Z] ed53099fbce6: Verifying Checksum [2021-07-30T15:50:02.398Z] ed53099fbce6: Download complete [2021-07-30T15:50:03.361Z] b4d181a07f80: Verifying Checksum [2021-07-30T15:50:03.361Z] b4d181a07f80: Download complete [2021-07-30T15:50:04.786Z] b4d181a07f80: Pull complete [2021-07-30T15:50:04.786Z] a1111a8f2ec3: Pull complete [2021-07-30T15:50:05.056Z] ed53099fbce6: Pull complete [2021-07-30T15:50:05.325Z] dc539afda2c1: Pull complete [2021-07-30T15:50:05.592Z] 77bc0d833cb6: Pull complete [2021-07-30T15:50:05.593Z] 9065ff56babe: Pull complete [2021-07-30T15:50:07.540Z] d287ab97295c: Verifying Checksum [2021-07-30T15:50:07.540Z] d287ab97295c: Download complete [2021-07-30T15:50:12.906Z] d287ab97295c: Pull complete [2021-07-30T15:50:12.906Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-30T15:50:12.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-30T15:50:12.906Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-30T15:50:13.017Z] prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container [2021-07-30T15:50:13.080Z] $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-30T15:50:19.005Z] $ docker top d2dfe23112e3b8c491547c26b0dfec70775eb113fb125cf149b3f56cc0f48af4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-30T15:50:19.427Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-30T15:50:19.747Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-30T15:50:20.069Z] + ls /var/log/sa-host [2021-07-30T15:50:20.069Z] + sadf -c /var/log/sa-host/sa05 [2021-07-30T15:50:20.069Z] file_magic: OK [2021-07-30T15:50:20.069Z] HZ: Using current value: 100 [2021-07-30T15:50:20.069Z] file_header: OK [2021-07-30T15:50:20.069Z] 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-07-30T15:50:20.069Z] Statistics: [2021-07-30T15:50:20.069Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-30T15:50:20.069Z] File successfully converted to sysstat format version 12.0.3 [2021-07-30T15:50:20.069Z] + sadf -c /var/log/sa-host/sa30 [2021-07-30T15:50:20.069Z] file_magic: OK [2021-07-30T15:50:20.069Z] HZ: Using current value: 100 [2021-07-30T15:50:20.069Z] file_header: OK [2021-07-30T15:50:20.070Z] 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-07-30T15:50:20.070Z] Statistics: [2021-07-30T15:50:20.070Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-30T15:50:20.070Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-30T15:50:20.714Z] provisioning config files... [2021-07-30T15:50:20.733Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3570849414709271660tmp [Pipeline] { [Pipeline] echo [2021-07-30T15:50:20.759Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:50:21.077Z] ---> create-netrc.sh [Pipeline] } [2021-07-30T15:50:21.093Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:50:21.555Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-30T15:50:21.568Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:50:21.881Z] ---> sudo-logs.sh [2021-07-30T15:50:21.881Z] Archiving 'sudo' log.. [2021-07-30T15:50:21.881Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1026.vexxhost.local: Name or service not known [2021-07-30T15:50:21.881Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1026.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-30T15:50:21.937Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:50:22.271Z] ---> job-cost.sh [2021-07-30T15:50:22.271Z] lf-activate-venv: SKIPPING [2021-07-30T15:50:22.271Z] DEBUG: total: 0.18000000715255737 [2021-07-30T15:50:22.271Z] INFO: Retrieving Stack Cost... [2021-07-30T15:50:23.682Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-30T15:50:23.682Z] INFO: Archiving Costs [Pipeline] echo [2021-07-30T15:50:23.699Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-30T15:50:24.017Z] ---> logs-deploy.sh [2021-07-30T15:50:24.017Z] lf-activate-venv: SKIPPING [2021-07-30T15:50:24.017Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/2 [2021-07-30T15:50:24.017Z] INFO: archiving workspace using pattern(s): [2021-07-30T15:50:24.981Z] Archives upload complete. [2021-07-30T15:50:24.981Z] INFO: archiving logs to Nexus