Pull request #317 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 236e865cfad926af9e52f2d6dbb07db97e2a918c+977f5602c147f5187d119d4125107588b8e79704 (79c1caa1310e7fdfe6c55142a0a4bc8798b89a27) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-ssh4683860351886871599.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-ssh8597475143944983376.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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-317/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/PR-317/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5878058794292797902.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [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/PR-317/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7371370132157190173.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-ssh6893701707995604682.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-317/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/PR-317/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4511848560294046554.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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 ‘prd-centos7-docker-4c-2g-59’ is offline Running on prd-centos7-docker-4c-2g-60 in /w/workspace/_app-service-configurable_PR-317 [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/_app-service-configurable_PR-317 # 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/_app-service-configurable_PR-317@tmp/jenkins-gitclient-ssh1543832952003121683.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 977f5602c147f5187d119d4125107588b8e79704 into PR head commit 236e865cfad926af9e52f2d6dbb07db97e2a918c Merge succeeded, producing 236e865cfad926af9e52f2d6dbb07db97e2a918c Checking out Revision 236e865cfad926af9e52f2d6dbb07db97e2a918c (PR-317) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub [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/_app-service-configurable_PR-317@tmp/jenkins-gitclient-ssh2712828886277105926.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 > git remote # timeout=10 > 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 /w/workspace/_app-service-configurable_PR-317@tmp/jenkins-gitclient-ssh1579280642909013495.key > git merge 977f5602c147f5187d119d4125107588b8e79704 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-09-13T12:07:15.228Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-09-13T12:07:15.581Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-09-13T12:07:15.829Z] ========================================================= [2021-09-13T12:07:15.829Z] EdgeX Global Pipelines Version Info [2021-09-13T12:07:15.829Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:07:17.191Z] ------------------- [2021-09-13T12:07:17.191Z] stable info: [2021-09-13T12:07:17.191Z] ------------------- [2021-09-13T12:07:17.191Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-09-13T12:07:17.191Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-13T12:07:17.191Z] Message: update stable to v1.0.205 [2021-09-13T12:07:17.779Z] ------------------- [2021-09-13T12:07:17.779Z] experimental info: [2021-09-13T12:07:17.779Z] ------------------- [2021-09-13T12:07:17.779Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-09-13T12:07:17.779Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-13T12:07:17.779Z] Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-09-13T12:07:18.122Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-09-13T12:07:18.230Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-09-13T12:07:18.320Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-09-13T12:07:18.424Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-09-13T12:07:18.523Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-09-13T12:07:18.629Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-09-13T12:07:18.734Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-09-13T12:07:18.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-09-13T12:07:18.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-09-13T12:07:19.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-09-13T12:07:19.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-09-13T12:07:19.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-09-13T12:07:19.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2021-09-13T12:07:19.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-09-13T12:07:19.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-09-13T12:07:19.414Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-09-13T12:07:19.476Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-09-13T12:07:19.542Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-09-13T12:07:19.606Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-09-13T12:07:19.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-09-13T12:07:19.733Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-09-13T12:07:19.796Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-09-13T12:07:19.858Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-09-13T12:07:19.921Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-09-13T12:07:19.987Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-09-13T12:07:20.051Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-09-13T12:07:20.115Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-09-13T12:07:20.178Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-317 [Pipeline] echo [2021-09-13T12:07:20.249Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-317 [Pipeline] echo [2021-09-13T12:07:20.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-317 [Pipeline] echo [2021-09-13T12:07:20.378Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 236e865cfad926af9e52f2d6dbb07db97e2a918c [Pipeline] echo [2021-09-13T12:07:20.439Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 236e865 [Pipeline] echo [2021-09-13T12:07:20.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-13T12:07:20.703Z] provisioning config files... [2021-09-13T12:07:20.726Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-317@tmp/config6358694125033316685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:07:21.115Z] ---> docker-login.sh [2021-09-13T12:07:21.115Z] nexus3.edgexfoundry.org:10001 [2021-09-13T12:07:21.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:07:21.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:07:21.383Z] Configure a credential helper to remove this warning. See [2021-09-13T12:07:21.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:07:21.383Z] [2021-09-13T12:07:21.383Z] Login Succeeded [2021-09-13T12:07:21.383Z] nexus3.edgexfoundry.org:10002 [2021-09-13T12:07:21.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:07:21.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:07:21.383Z] Configure a credential helper to remove this warning. See [2021-09-13T12:07:21.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:07:21.383Z] [2021-09-13T12:07:21.383Z] Login Succeeded [2021-09-13T12:07:21.383Z] nexus3.edgexfoundry.org:10003 [2021-09-13T12:07:21.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:07:21.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:07:21.651Z] Configure a credential helper to remove this warning. See [2021-09-13T12:07:21.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:07:21.651Z] [2021-09-13T12:07:21.651Z] Login Succeeded [2021-09-13T12:07:21.651Z] nexus3.edgexfoundry.org:10004 [2021-09-13T12:07:21.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:07:21.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:07:21.922Z] Configure a credential helper to remove this warning. See [2021-09-13T12:07:21.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:07:21.922Z] [2021-09-13T12:07:21.922Z] Login Succeeded [2021-09-13T12:07:21.922Z] docker.io [2021-09-13T12:07:21.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:07:22.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:07:22.190Z] Configure a credential helper to remove this warning. See [2021-09-13T12:07:22.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:07:22.190Z] [2021-09-13T12:07:22.190Z] Login Succeeded [2021-09-13T12:07:22.190Z] ---> docker-login.sh ends [Pipeline] } [2021-09-13T12:07:22.219Z] 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-09-13T12:07:23.082Z] + git log --format=format:%s -1 236e865cfad926af9e52f2d6dbb07db97e2a918c [Pipeline] echo [2021-09-13T12:07:23.156Z] GIT_COMMIT: 236e865cfad926af9e52f2d6dbb07db97e2a918c, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2021-09-13T12:07:23.200Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:07:23.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-13T12:07:23.890Z] [2021-09-13T12:07:23.890Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:07:24.264Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-13T12:07:24.264Z] latest: Pulling from edgex-devops/git-semver [2021-09-13T12:07:24.264Z] 31603596830f: Pulling fs layer [2021-09-13T12:07:24.264Z] 04fac38145f0: Pulling fs layer [2021-09-13T12:07:24.264Z] 701f6daf10bf: Pulling fs layer [2021-09-13T12:07:24.264Z] 24f72da36158: Pulling fs layer [2021-09-13T12:07:24.264Z] 24f72da36158: Waiting [2021-09-13T12:07:24.264Z] 04fac38145f0: Verifying Checksum [2021-09-13T12:07:24.264Z] 04fac38145f0: Download complete [2021-09-13T12:07:24.536Z] 31603596830f: Verifying Checksum [2021-09-13T12:07:24.536Z] 31603596830f: Download complete [2021-09-13T12:07:24.802Z] 31603596830f: Pull complete [2021-09-13T12:07:24.802Z] 04fac38145f0: Pull complete [2021-09-13T12:07:24.802Z] 24f72da36158: Verifying Checksum [2021-09-13T12:07:24.802Z] 24f72da36158: Download complete [2021-09-13T12:07:24.802Z] 701f6daf10bf: Verifying Checksum [2021-09-13T12:07:24.802Z] 701f6daf10bf: Download complete [2021-09-13T12:07:25.395Z] 701f6daf10bf: Pull complete [2021-09-13T12:07:25.395Z] 24f72da36158: Pull complete [2021-09-13T12:07:25.395Z] Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 [2021-09-13T12:07:25.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-13T12:07:25.395Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-09-13T12:07:25.518Z] prd-centos7-docker-4c-2g-60 does not seem to be running inside a container [2021-09-13T12:07:25.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-317 -v /w/workspace/_app-service-configurable_PR-317:/w/workspace/_app-service-configurable_PR-317:rw,z -v /w/workspace/_app-service-configurable_PR-317@tmp:/w/workspace/_app-service-configurable_PR-317@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-09-13T12:07:26.285Z] $ docker top c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-09-13T12:07:26.509Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-13T12:07:26.509Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-13T12:07:26.636Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-13T12:07:26.638Z] $ docker exec c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 ssh-agent [2021-09-13T12:07:26.759Z] SSH_AUTH_SOCK=/tmp/ssh-r0dHGUaLy24s/agent.13 [2021-09-13T12:07:26.759Z] SSH_AGENT_PID=20 [2021-09-13T12:07:26.770Z] Running ssh-add (command line suppressed) [2021-09-13T12:07:26.872Z] Identity added: /w/workspace/_app-service-configurable_PR-317@tmp/private_key_3919746137324921114.key (/w/workspace/_app-service-configurable_PR-317@tmp/private_key_3919746137324921114.key) [2021-09-13T12:07:26.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-13T12:07:27.264Z] + git tag --points-at HEAD [Pipeline] } [2021-09-13T12:07:27.290Z] $ docker exec --env ******** --env ******** c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 ssh-agent -k [2021-09-13T12:07:27.384Z] unset SSH_AUTH_SOCK; [2021-09-13T12:07:27.385Z] unset SSH_AGENT_PID; [2021-09-13T12:07:27.385Z] echo Agent pid 20 killed; [2021-09-13T12:07:27.397Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-09-13T12:07:27.499Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-13T12:07:27.499Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-13T12:07:27.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-13T12:07:27.609Z] $ docker exec c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 ssh-agent [2021-09-13T12:07:27.721Z] SSH_AUTH_SOCK=/tmp/ssh-EKDb2fUXVwNl/agent.52 [2021-09-13T12:07:27.721Z] SSH_AGENT_PID=59 [2021-09-13T12:07:27.729Z] Running ssh-add (command line suppressed) [2021-09-13T12:07:27.817Z] Identity added: /w/workspace/_app-service-configurable_PR-317@tmp/private_key_3626546483799839503.key (/w/workspace/_app-service-configurable_PR-317@tmp/private_key_3626546483799839503.key) [2021-09-13T12:07:27.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-13T12:07:28.200Z] + git semver init [2021-09-13T12:07:28.200Z] # -> Open(): unable to determine branch for HEAD [2021-09-13T12:07:28.200Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-317/.git [2021-09-13T12:07:28.200Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-317 [2021-09-13T12:07:28.200Z] # $SEMVER_REMOTE_NAME = origin [2021-09-13T12:07:28.200Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-09-13T12:07:28.200Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-09-13T12:07:28.200Z] # $SEMVER_BRANCH = PR-317 [2021-09-13T12:07:28.200Z] # $SEMVER_TEMP = /tmp/semver-925641074 [2021-09-13T12:07:28.200Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-09-13T12:07:28.789Z] # '/tmp/semver-925641074' -> '/w/workspace/_app-service-configurable_PR-317/.semver' [2021-09-13T12:07:28.789Z] # -> Force: false [2021-09-13T12:07:28.789Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-317/.semver [Pipeline] } [2021-09-13T12:07:28.814Z] $ docker exec --env ******** --env ******** c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 ssh-agent -k [2021-09-13T12:07:28.923Z] unset SSH_AUTH_SOCK; [2021-09-13T12:07:28.923Z] unset SSH_AGENT_PID; [2021-09-13T12:07:28.923Z] echo Agent pid 59 killed; [2021-09-13T12:07:28.950Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-09-13T12:07:29.467Z] + git semver [Pipeline] } [2021-09-13T12:07:29.503Z] $ docker stop --time=1 c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 [2021-09-13T12:07:30.733Z] $ docker rm -f c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-13T12:07:31.276Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-09-13T12:07:31.727Z] Stashed 1 file(s) [Pipeline] echo [2021-09-13T12:07:31.753Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-09-13T12:07:47.311Z] Still waiting to schedule task [2021-09-13T12:07:47.312Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-09-13T12:07:47.336Z] Still waiting to schedule task [2021-09-13T12:07:47.336Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-61’ is offline [2021-09-13T12:11:01.181Z] Running on prd-centos7-docker-4c-2g-64 in /w/workspace/_app-service-configurable_PR-317 [Pipeline] { [Pipeline] ws [2021-09-13T12:11:01.238Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-09-13T12:11:01.444Z] Selected Git installation does not exist. Using Default [2021-09-13T12:11:01.444Z] The recommended git tool is: NONE [2021-09-13T12:11:02.414Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-63 in /w/workspace/_app-service-configurable_PR-317 [Pipeline] { [Pipeline] ws [2021-09-13T12:11:02.474Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2021-09-13T12:11:02.762Z] Selected Git installation does not exist. Using Default [2021-09-13T12:11:02.762Z] The recommended git tool is: NONE [2021-09-13T12:11:04.316Z] using credential edgex-jenkins-ssh [2021-09-13T12:11:04.334Z] Cloning the remote Git repository [2021-09-13T12:11:04.368Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-09-13T12:11:04.435Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-09-13T12:11:04.477Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-09-13T12:11:04.477Z] > git --version # timeout=10 [2021-09-13T12:11:04.483Z] > git --version # 'git version 2.24.4' [2021-09-13T12:11:04.484Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-13T12:11:04.532Z] [INFO] Currently running in a labeled security context [2021-09-13T12:11:04.532Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-09-13T12:11:04.533Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh1930680582263357917.key [2021-09-13T12:11:04.567Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-13T12:11:05.655Z] Merging remotes/origin/main commit 977f5602c147f5187d119d4125107588b8e79704 into PR head commit 236e865cfad926af9e52f2d6dbb07db97e2a918c [2021-09-13T12:11:05.781Z] Merge succeeded, producing 236e865cfad926af9e52f2d6dbb07db97e2a918c [2021-09-13T12:11:05.781Z] Checking out Revision 236e865cfad926af9e52f2d6dbb07db97e2a918c (PR-317) [2021-09-13T12:11:05.168Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-09-13T12:11:05.176Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-13T12:11:05.197Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-09-13T12:11:05.213Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-09-13T12:11:05.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-13T12:11:05.214Z] [INFO] Currently running in a labeled security context [2021-09-13T12:11:05.215Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-09-13T12:11:05.215Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh6654095225254893930.key [2021-09-13T12:11:05.225Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-13T12:11:05.665Z] > git config core.sparsecheckout # timeout=10 [2021-09-13T12:11:05.674Z] > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 [2021-09-13T12:11:05.716Z] > git remote # timeout=10 [2021-09-13T12:11:05.728Z] > git config --get remote.origin.url # timeout=10 [2021-09-13T12:11:05.742Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-13T12:11:05.743Z] [INFO] Currently running in a labeled security context [2021-09-13T12:11:05.743Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-09-13T12:11:05.743Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh4425843959783995120.key [2021-09-13T12:11:05.754Z] > git merge 977f5602c147f5187d119d4125107588b8e79704 # timeout=10 [2021-09-13T12:11:05.770Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-13T12:11:05.783Z] > git config core.sparsecheckout # timeout=10 [2021-09-13T12:11:05.797Z] > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 [2021-09-13T12:11:07.995Z] using credential edgex-jenkins-ssh [2021-09-13T12:11:08.018Z] Cloning the remote Git repository [2021-09-13T12:11:08.121Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-09-13T12:11:08.254Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2021-09-13T12:11:08.340Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-09-13T12:11:08.340Z] > git --version # timeout=10 [2021-09-13T12:11:08.356Z] > git --version # 'git version 2.17.1' [2021-09-13T12:11:08.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-13T12:11:08.436Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-13T12:11:09.633Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2021-09-13T12:11:09.667Z] > git --version # timeout=10 [2021-09-13T12:11:09.677Z] > git --version # 'git version 2.24.4' [2021-09-13T12:11:09.684Z] fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-13T12:11:09.948Z] Merging remotes/origin/main commit 977f5602c147f5187d119d4125107588b8e79704 into PR head commit 236e865cfad926af9e52f2d6dbb07db97e2a918c [2021-09-13T12:11:09.337Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-09-13T12:11:09.358Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-13T12:11:09.395Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-09-13T12:11:09.430Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-09-13T12:11:09.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-13T12:11:09.445Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-13T12:11:09.965Z] > git config core.sparsecheckout # timeout=10 [2021-09-13T12:11:09.992Z] > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 [2021-09-13T12:11:10.078Z] > git remote # timeout=10 [2021-09-13T12:11:10.102Z] > git config --get remote.origin.url # timeout=10 [2021-09-13T12:11:10.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-13T12:11:10.125Z] > git merge 977f5602c147f5187d119d4125107588b8e79704 # timeout=10 [2021-09-13T12:11:10.168Z] Merge succeeded, producing 236e865cfad926af9e52f2d6dbb07db97e2a918c [2021-09-13T12:11:10.169Z] Checking out Revision 236e865cfad926af9e52f2d6dbb07db97e2a918c (PR-317) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-13T12:11:10.624Z] provisioning config files... [2021-09-13T12:11:10.650Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config7176309390632511172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:11:11.147Z] ---> docker-login.sh [2021-09-13T12:11:11.147Z] nexus3.edgexfoundry.org:10001 [2021-09-13T12:11:11.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:11.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:11.416Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:11.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:11.416Z] [2021-09-13T12:11:11.416Z] Login Succeeded [2021-09-13T12:11:11.416Z] nexus3.edgexfoundry.org:10002 [2021-09-13T12:11:11.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:10.148Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-13T12:11:10.170Z] > git config core.sparsecheckout # timeout=10 [2021-09-13T12:11:10.182Z] > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 [2021-09-13T12:11:11.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:11.683Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:11.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:11.683Z] [2021-09-13T12:11:11.683Z] Login Succeeded [2021-09-13T12:11:11.683Z] nexus3.edgexfoundry.org:10003 [2021-09-13T12:11:11.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:11.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:11.683Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:11.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:11.683Z] [2021-09-13T12:11:11.683Z] Login Succeeded [2021-09-13T12:11:11.683Z] nexus3.edgexfoundry.org:10004 [2021-09-13T12:11:11.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:11.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:11.951Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:11.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:11.951Z] [2021-09-13T12:11:11.951Z] Login Succeeded [2021-09-13T12:11:11.951Z] docker.io [2021-09-13T12:11:11.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:12.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:12.217Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:12.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:12.217Z] [2021-09-13T12:11:12.217Z] Login Succeeded [2021-09-13T12:11:12.217Z] ---> docker-login.sh ends [Pipeline] } [2021-09-13T12:11:12.290Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-09-13T12:11:12.628Z] ========================================================= [2021-09-13T12:11:12.628Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-09-13T12:11:12.628Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:11:13.164Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-09-13T12:11:13.164Z] Sending build context to Docker daemon 159.7kB [2021-09-13T12:11:13.164Z] Step 1/13 : ARG BASE=golang:1.16-alpine3.14 [2021-09-13T12:11:13.164Z] Step 2/13 : FROM ${BASE} AS builder [2021-09-13T12:11:13.164Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-09-13T12:11:13.164Z] 540db60ca938: Pulling fs layer [2021-09-13T12:11:13.164Z] adcc1eea9eea: Pulling fs layer [2021-09-13T12:11:13.164Z] 4c4ab2625f07: Pulling fs layer [2021-09-13T12:11:13.164Z] db62176df00c: Pulling fs layer [2021-09-13T12:11:13.164Z] 3b30891b0d05: Pulling fs layer [2021-09-13T12:11:13.164Z] 06b49ca38bd5: Pulling fs layer [2021-09-13T12:11:13.164Z] c788192a36de: Pulling fs layer [2021-09-13T12:11:13.164Z] a77e37c0d609: Pulling fs layer [2021-09-13T12:11:13.164Z] c3185cebc471: Pulling fs layer [2021-09-13T12:11:13.164Z] 3b30891b0d05: Waiting [2021-09-13T12:11:13.164Z] 06b49ca38bd5: Waiting [2021-09-13T12:11:13.164Z] c788192a36de: Waiting [2021-09-13T12:11:13.164Z] a77e37c0d609: Waiting [2021-09-13T12:11:13.164Z] c3185cebc471: Waiting [2021-09-13T12:11:13.164Z] db62176df00c: Waiting [2021-09-13T12:11:13.434Z] 4c4ab2625f07: Download complete [2021-09-13T12:11:13.434Z] adcc1eea9eea: Download complete [2021-09-13T12:11:13.434Z] 3b30891b0d05: Verifying Checksum [2021-09-13T12:11:13.434Z] 3b30891b0d05: Download complete [2021-09-13T12:11:13.434Z] 06b49ca38bd5: Verifying Checksum [2021-09-13T12:11:13.434Z] 06b49ca38bd5: Download complete [2021-09-13T12:11:13.434Z] 540db60ca938: Verifying Checksum [2021-09-13T12:11:13.434Z] 540db60ca938: Download complete [2021-09-13T12:11:13.708Z] c788192a36de: Verifying Checksum [2021-09-13T12:11:13.708Z] c788192a36de: Download complete [2021-09-13T12:11:13.708Z] 540db60ca938: Pull complete [2021-09-13T12:11:13.975Z] adcc1eea9eea: Pull complete [2021-09-13T12:11:13.975Z] 4c4ab2625f07: Pull complete [2021-09-13T12:11:14.241Z] a77e37c0d609: Verifying Checksum [2021-09-13T12:11:14.241Z] a77e37c0d609: Download complete [2021-09-13T12:11:14.500Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2021-09-13T12:11:14.551Z] > git --version # timeout=10 [2021-09-13T12:11:14.560Z] > git --version # 'git version 2.17.1' [2021-09-13T12:11:14.578Z] fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-13T12:11:15.400Z] provisioning config files... [2021-09-13T12:11:15.430Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config2711408727799216252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:11:16.079Z] ---> docker-login.sh [2021-09-13T12:11:16.079Z] nexus3.edgexfoundry.org:10001 [2021-09-13T12:11:17.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:17.589Z] c3185cebc471: Verifying Checksum [2021-09-13T12:11:17.589Z] c3185cebc471: Download complete [2021-09-13T12:11:17.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:17.804Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:17.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:17.804Z] [2021-09-13T12:11:17.804Z] Login Succeeded [2021-09-13T12:11:17.804Z] nexus3.edgexfoundry.org:10002 [2021-09-13T12:11:17.860Z] db62176df00c: Verifying Checksum [2021-09-13T12:11:17.860Z] db62176df00c: Download complete [2021-09-13T12:11:18.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:18.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:18.403Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:18.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:18.403Z] [2021-09-13T12:11:18.403Z] Login Succeeded [2021-09-13T12:11:18.403Z] nexus3.edgexfoundry.org:10003 [2021-09-13T12:11:18.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:18.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:18.952Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:18.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:18.952Z] [2021-09-13T12:11:18.952Z] Login Succeeded [2021-09-13T12:11:18.952Z] nexus3.edgexfoundry.org:10004 [2021-09-13T12:11:19.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:19.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:19.507Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:19.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:19.507Z] [2021-09-13T12:11:19.507Z] Login Succeeded [2021-09-13T12:11:19.507Z] docker.io [2021-09-13T12:11:20.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-13T12:11:20.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-13T12:11:20.381Z] Configure a credential helper to remove this warning. See [2021-09-13T12:11:20.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-13T12:11:20.381Z] [2021-09-13T12:11:20.381Z] Login Succeeded [2021-09-13T12:11:20.381Z] ---> docker-login.sh ends [Pipeline] } [2021-09-13T12:11:20.468Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-09-13T12:11:21.230Z] db62176df00c: Pull complete [2021-09-13T12:11:21.230Z] 3b30891b0d05: Pull complete [2021-09-13T12:11:21.230Z] 06b49ca38bd5: Pull complete [2021-09-13T12:11:21.230Z] c788192a36de: Pull complete [2021-09-13T12:11:21.230Z] a77e37c0d609: Pull complete [Pipeline] echo [2021-09-13T12:11:21.238Z] ========================================================= [2021-09-13T12:11:21.238Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-09-13T12:11:21.238Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:11:21.756Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-09-13T12:11:21.756Z] Sending build context to Docker daemon 159.7kB [2021-09-13T12:11:22.356Z] Step 1/13 : ARG BASE=golang:1.16-alpine3.14 [2021-09-13T12:11:22.356Z] Step 2/13 : FROM ${BASE} AS builder [2021-09-13T12:11:22.628Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-09-13T12:11:22.628Z] 595b0fe564bb: Pulling fs layer [2021-09-13T12:11:22.628Z] 24495759ef45: Pulling fs layer [2021-09-13T12:11:22.628Z] d148012ef14d: Pulling fs layer [2021-09-13T12:11:22.628Z] e90a11edd702: Pulling fs layer [2021-09-13T12:11:22.628Z] d77568369979: Pulling fs layer [2021-09-13T12:11:22.628Z] fc1c9f9a7f3b: Pulling fs layer [2021-09-13T12:11:22.628Z] 170f2ba95c9a: Pulling fs layer [2021-09-13T12:11:22.628Z] 97ac5df62f85: Pulling fs layer [2021-09-13T12:11:22.628Z] fc1c9f9a7f3b: Waiting [2021-09-13T12:11:22.628Z] e90a11edd702: Waiting [2021-09-13T12:11:22.628Z] d77568369979: Waiting [2021-09-13T12:11:22.628Z] 170f2ba95c9a: Waiting [2021-09-13T12:11:22.628Z] 97ac5df62f85: Waiting [2021-09-13T12:11:22.628Z] d148012ef14d: Verifying Checksum [2021-09-13T12:11:22.628Z] d148012ef14d: Download complete [2021-09-13T12:11:22.628Z] 24495759ef45: Verifying Checksum [2021-09-13T12:11:22.628Z] 24495759ef45: Download complete [2021-09-13T12:11:22.628Z] d77568369979: Download complete [2021-09-13T12:11:22.628Z] fc1c9f9a7f3b: Verifying Checksum [2021-09-13T12:11:22.628Z] fc1c9f9a7f3b: Download complete [2021-09-13T12:11:22.628Z] 595b0fe564bb: Verifying Checksum [2021-09-13T12:11:22.628Z] 595b0fe564bb: Download complete [2021-09-13T12:11:22.628Z] 170f2ba95c9a: Verifying Checksum [2021-09-13T12:11:22.628Z] 170f2ba95c9a: Download complete [2021-09-13T12:11:23.223Z] 595b0fe564bb: Pull complete [2021-09-13T12:11:23.821Z] 24495759ef45: Pull complete [2021-09-13T12:11:23.837Z] c3185cebc471: Pull complete [2021-09-13T12:11:23.837Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-09-13T12:11:23.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-13T12:11:23.837Z] ---> 031687cdd783 [2021-09-13T12:11:23.837Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-09-13T12:11:24.415Z] d148012ef14d: Pull complete [2021-09-13T12:11:25.241Z] ---> Running in 25eab0fbb13b [2021-09-13T12:11:25.241Z] Removing intermediate container 25eab0fbb13b [2021-09-13T12:11:25.241Z] ---> b3934ae1cd21 [2021-09-13T12:11:25.241Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2021-09-13T12:11:25.241Z] ---> Running in b105b29fa052 [2021-09-13T12:11:25.509Z] Removing intermediate container b105b29fa052 [2021-09-13T12:11:25.509Z] ---> dc4e27196836 [2021-09-13T12:11:25.509Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-09-13T12:11:25.509Z] ---> Running in 4b4d6c81b01a [2021-09-13T12:11:25.509Z] Removing intermediate container 4b4d6c81b01a [2021-09-13T12:11:25.509Z] ---> 31e4e56b7daa [2021-09-13T12:11:25.509Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-13T12:11:25.509Z] ---> Running in b102776a929e [2021-09-13T12:11:26.094Z] Removing intermediate container b102776a929e [2021-09-13T12:11:26.094Z] ---> 98787ba388e6 [2021-09-13T12:11:26.094Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-09-13T12:11:26.094Z] ---> Running in beb47e308b5f [2021-09-13T12:11:26.362Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-13T12:11:27.035Z] 97ac5df62f85: Verifying Checksum [2021-09-13T12:11:27.035Z] 97ac5df62f85: Download complete [2021-09-13T12:11:27.035Z] e90a11edd702: Verifying Checksum [2021-09-13T12:11:27.035Z] e90a11edd702: Download complete [2021-09-13T12:11:27.334Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-13T12:11:28.296Z] OK: 219 MiB in 52 packages [2021-09-13T12:11:28.568Z] Removing intermediate container beb47e308b5f [2021-09-13T12:11:28.568Z] ---> 678f4f32d373 [2021-09-13T12:11:28.568Z] Step 8/13 : WORKDIR /app [2021-09-13T12:11:28.568Z] ---> Running in ca66c25f5c03 [2021-09-13T12:11:28.568Z] Removing intermediate container ca66c25f5c03 [2021-09-13T12:11:28.568Z] ---> 402ef9b85167 [2021-09-13T12:11:28.568Z] Step 9/13 : COPY go.mod . [2021-09-13T12:11:28.839Z] ---> ccdb8d9ffdee [2021-09-13T12:11:28.839Z] Step 10/13 : RUN go mod download [2021-09-13T12:11:28.839Z] ---> Running in 9140a07cdcce [2021-09-13T12:11:37.200Z] e90a11edd702: Pull complete [2021-09-13T12:11:37.477Z] d77568369979: Pull complete [2021-09-13T12:11:37.753Z] fc1c9f9a7f3b: Pull complete [2021-09-13T12:11:38.372Z] 170f2ba95c9a: Pull complete [2021-09-13T12:11:45.095Z] 97ac5df62f85: Pull complete [2021-09-13T12:11:45.095Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-09-13T12:11:45.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-13T12:11:45.095Z] ---> 04bc70af865f [2021-09-13T12:11:45.095Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-09-13T12:11:48.491Z] ---> Running in b631f979c404 [2021-09-13T12:11:48.773Z] Removing intermediate container b631f979c404 [2021-09-13T12:11:48.773Z] ---> bb4e0cf54a7b [2021-09-13T12:11:48.773Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2021-09-13T12:11:49.060Z] ---> Running in 499423ed83f2 [2021-09-13T12:11:49.657Z] Removing intermediate container 499423ed83f2 [2021-09-13T12:11:49.657Z] ---> 479b6ccc84f8 [2021-09-13T12:11:49.657Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-09-13T12:11:49.657Z] ---> Running in 752fc8a45781 [2021-09-13T12:11:50.252Z] Removing intermediate container 752fc8a45781 [2021-09-13T12:11:50.252Z] ---> 3b613de05196 [2021-09-13T12:11:50.252Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-13T12:11:50.525Z] ---> Running in d9d76c2531bc [2021-09-13T12:11:53.917Z] Removing intermediate container d9d76c2531bc [2021-09-13T12:11:53.917Z] ---> f16c1ba92f4a [2021-09-13T12:11:53.917Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-09-13T12:11:53.917Z] ---> Running in 4395b74286a4 [2021-09-13T12:11:55.375Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-13T12:11:55.968Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-13T12:11:56.946Z] OK: 218 MiB in 52 packages [2021-09-13T12:11:58.380Z] Removing intermediate container 4395b74286a4 [2021-09-13T12:11:58.380Z] ---> 9348b77a925b [2021-09-13T12:11:58.380Z] Step 8/13 : WORKDIR /app [2021-09-13T12:11:58.380Z] ---> Running in 154df10b3247 [2021-09-13T12:11:58.974Z] Removing intermediate container 154df10b3247 [2021-09-13T12:11:58.974Z] ---> feda8a75830b [2021-09-13T12:11:58.974Z] Step 9/13 : COPY go.mod . [2021-09-13T12:11:59.570Z] ---> 19cc016c62bb [2021-09-13T12:11:59.570Z] Step 10/13 : RUN go mod download [2021-09-13T12:11:59.843Z] ---> Running in 08206f28d5b3 [2021-09-13T12:12:32.247Z] Removing intermediate container 08206f28d5b3 [2021-09-13T12:12:32.247Z] ---> a674112d30f2 [2021-09-13T12:12:32.247Z] Step 11/13 : COPY . . [2021-09-13T12:12:32.247Z] ---> 12ae8eb0e657 [2021-09-13T12:12:32.247Z] Step 12/13 : ARG MAKE="make build" [2021-09-13T12:12:32.247Z] ---> Running in c76232496f19 [2021-09-13T12:12:32.247Z] Removing intermediate container c76232496f19 [2021-09-13T12:12:32.247Z] ---> e26ab6921db2 [2021-09-13T12:12:32.247Z] Step 13/13 : RUN $MAKE [2021-09-13T12:12:32.247Z] ---> Running in 80f1f72c16d7 [2021-09-13T12:12:32.247Z] noop [2021-09-13T12:12:32.247Z] Removing intermediate container 80f1f72c16d7 [2021-09-13T12:12:32.247Z] ---> 9a6ca708b393 [2021-09-13T12:12:32.247Z] Successfully built 9a6ca708b393 [2021-09-13T12:12:32.247Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:12:32.640Z] + docker inspect -f . ci-base-image-arm64 [2021-09-13T12:12:32.640Z] . [Pipeline] withDockerContainer [2021-09-13T12:12:32.927Z] prd-ubuntu18.04-docker-arm64-4c-16g-63 does not seem to be running inside a container [2021-09-13T12:12:33.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-09-13T12:12:34.825Z] $ docker top c3138cd0172564044eccbff8007883c463d9ceb1ca4e5f100d7e0e81a192bc2e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-13T12:12:35.891Z] + go version [2021-09-13T12:12:35.891Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-09-13T12:12:35.920Z] $ docker stop --time=1 c3138cd0172564044eccbff8007883c463d9ceb1ca4e5f100d7e0e81a192bc2e [2021-09-13T12:12:38.015Z] $ docker rm -f c3138cd0172564044eccbff8007883c463d9ceb1ca4e5f100d7e0e81a192bc2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:12:39.136Z] + docker inspect -f . ci-base-image-arm64 [2021-09-13T12:12:39.136Z] . [Pipeline] withDockerContainer [2021-09-13T12:12:39.425Z] prd-ubuntu18.04-docker-arm64-4c-16g-63 does not seem to be running inside a container [2021-09-13T12:12:39.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-09-13T12:12:41.310Z] $ docker top 403cc622c762406c1f2341cf752a5dda1640a15e52c7cd126bd3cd2cfac10c01 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-09-13T12:12:42.450Z] + make test [2021-09-13T12:12:42.450Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-09-13T12:13:39.048Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-09-13T12:13:39.048Z] CGO_ENABLED=1 go vet ./... [2021-09-13T12:13:57.421Z] gofmt -l . [2021-09-13T12:13:57.421Z] [ "`gofmt -l .`" = "" ] [2021-09-13T12:13:57.421Z] ./bin/test-go-mod-tidy.sh [2021-09-13T12:13:57.421Z] ./bin/test-attribution-txt.sh [2021-09-13T12:13:57.421Z] An attribution for github.com/hashicorp/errwrap is missing from in Attribution.txt, please add [2021-09-13T12:13:57.421Z] An attribution for github.com/hashicorp/go-multierror is missing from in Attribution.txt, please add [2021-09-13T12:13:57.421Z] make: *** [makefile:41: test] Error 1 [Pipeline] } [2021-09-13T12:13:57.467Z] $ docker stop --time=1 403cc622c762406c1f2341cf752a5dda1640a15e52c7cd126bd3cd2cfac10c01 [2021-09-13T12:13:59.490Z] $ docker rm -f 403cc622c762406c1f2341cf752a5dda1640a15e52c7cd126bd3cd2cfac10c01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:14:01.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-13T12:14:01.436Z] [2021-09-13T12:14:01.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:14:01.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-13T12:14:02.119Z] arm64: Pulling from edgex-lftools-log-publisher [2021-09-13T12:14:02.119Z] 448f6bf000e3: Pulling fs layer [2021-09-13T12:14:02.119Z] f757da607395: Pulling fs layer [2021-09-13T12:14:02.119Z] 05883995daec: Pulling fs layer [2021-09-13T12:14:02.119Z] 8603b9c90790: Pulling fs layer [2021-09-13T12:14:02.119Z] 1560dd03e051: Pulling fs layer [2021-09-13T12:14:02.119Z] 27f5ce0e4adf: Pulling fs layer [2021-09-13T12:14:02.119Z] c2d8d7efcc4b: Pulling fs layer [2021-09-13T12:14:02.119Z] 27f5ce0e4adf: Waiting [2021-09-13T12:14:02.119Z] 8603b9c90790: Waiting [2021-09-13T12:14:02.119Z] 1560dd03e051: Waiting [2021-09-13T12:14:02.119Z] c2d8d7efcc4b: Waiting [2021-09-13T12:14:02.394Z] f757da607395: Verifying Checksum [2021-09-13T12:14:02.395Z] f757da607395: Download complete [2021-09-13T12:14:02.395Z] 8603b9c90790: Verifying Checksum [2021-09-13T12:14:02.395Z] 8603b9c90790: Download complete [2021-09-13T12:14:02.669Z] 1560dd03e051: Verifying Checksum [2021-09-13T12:14:02.669Z] 1560dd03e051: Download complete [2021-09-13T12:14:02.669Z] 27f5ce0e4adf: Verifying Checksum [2021-09-13T12:14:02.669Z] 27f5ce0e4adf: Download complete [2021-09-13T12:14:02.942Z] 05883995daec: Verifying Checksum [2021-09-13T12:14:02.942Z] 05883995daec: Download complete [2021-09-13T12:14:03.919Z] 448f6bf000e3: Verifying Checksum [2021-09-13T12:14:03.919Z] 448f6bf000e3: Download complete [2021-09-13T12:14:06.575Z] c2d8d7efcc4b: Verifying Checksum [2021-09-13T12:14:06.575Z] c2d8d7efcc4b: Download complete [2021-09-13T12:14:07.170Z] 448f6bf000e3: Pull complete [2021-09-13T12:14:07.769Z] f757da607395: Pull complete [2021-09-13T12:14:09.208Z] 05883995daec: Pull complete [2021-09-13T12:14:09.811Z] 8603b9c90790: Pull complete [2021-09-13T12:14:10.812Z] 1560dd03e051: Pull complete [2021-09-13T12:14:11.088Z] 27f5ce0e4adf: Pull complete [2021-09-13T12:14:26.176Z] c2d8d7efcc4b: Pull complete [2021-09-13T12:14:26.176Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-09-13T12:14:26.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-13T12:14:26.176Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-09-13T12:14:26.424Z] prd-ubuntu18.04-docker-arm64-4c-16g-63 does not seem to be running inside a container [2021-09-13T12:14:26.494Z] $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-09-13T12:14:30.439Z] $ docker top 636d3732d41e6c51fef3eba5034c24c6b3dd79e07a84a24c54ca54e7f52f29e4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:14:31.558Z] ---> job-cost.sh [2021-09-13T12:14:31.558Z] lf-activate-venv: SKIPPING [2021-09-13T12:14:31.558Z] INFO: No Stack... [2021-09-13T12:14:32.535Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-09-13T12:14:32.805Z] INFO: Archiving Costs [Pipeline] sh [2021-09-13T12:14:33.490Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2021-09-13T12:14:33.490Z] + cut -d, -f6 [Pipeline] lock [2021-09-13T12:14:33.601Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [2021-09-13T12:14:33.609Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] did not exist. Created. [2021-09-13T12:14:33.609Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-09-13T12:14:34.399Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-09-13T12:14:34.977Z] Stashed 1 file(s) [Pipeline] } [2021-09-13T12:14:35.000Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-09-13T12:14:35.082Z] $ docker stop --time=1 636d3732d41e6c51fef3eba5034c24c6b3dd79e07a84a24c54ca54e7f52f29e4 [2021-09-13T12:14:36.754Z] $ docker rm -f 636d3732d41e6c51fef3eba5034c24c6b3dd79e07a84a24c54ca54e7f52f29e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-13T12:14:37.718Z] Failed in branch arm64 [2021-09-13T12:27:36.538Z] go mod download: github.com/go-redis/redis/v7@v7.3.0: Get "https://proxy.golang.org/github.com/go-redis/redis/v7/@v/v7.3.0.zip": read tcp 10.250.0.1:42192->172.217.13.145:443: read: connection timed out [2021-09-13T12:27:36.538Z] go mod download: github.com/go-stack/stack@v1.8.0: Get "https://proxy.golang.org/github.com/go-stack/stack/@v/v1.8.0.zip": read tcp 10.250.0.1:42192->172.217.13.145:443: read: connection timed out [2021-09-13T12:27:36.538Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:27:38.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-13T12:27:38.366Z] [2021-09-13T12:27:38.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:27:38.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-13T12:27:38.777Z] latest: Pulling from edgex-lftools-log-publisher [2021-09-13T12:27:38.777Z] b4d181a07f80: Pulling fs layer [2021-09-13T12:27:38.777Z] a1111a8f2ec3: Pulling fs layer [2021-09-13T12:27:38.777Z] ed53099fbce6: Pulling fs layer [2021-09-13T12:27:38.777Z] dc539afda2c1: Pulling fs layer [2021-09-13T12:27:38.777Z] 77bc0d833cb6: Pulling fs layer [2021-09-13T12:27:38.777Z] 9065ff56babe: Pulling fs layer [2021-09-13T12:27:38.777Z] d287ab97295c: Pulling fs layer [2021-09-13T12:27:38.777Z] dc539afda2c1: Waiting [2021-09-13T12:27:38.777Z] 77bc0d833cb6: Waiting [2021-09-13T12:27:38.777Z] d287ab97295c: Waiting [2021-09-13T12:27:38.777Z] 9065ff56babe: Waiting [2021-09-13T12:27:39.363Z] a1111a8f2ec3: Verifying Checksum [2021-09-13T12:27:39.363Z] a1111a8f2ec3: Download complete [2021-09-13T12:27:39.363Z] dc539afda2c1: Verifying Checksum [2021-09-13T12:27:39.363Z] dc539afda2c1: Download complete [2021-09-13T12:27:39.632Z] 77bc0d833cb6: Verifying Checksum [2021-09-13T12:27:39.632Z] 77bc0d833cb6: Download complete [2021-09-13T12:27:39.632Z] 9065ff56babe: Verifying Checksum [2021-09-13T12:27:39.632Z] 9065ff56babe: Download complete [2021-09-13T12:27:39.632Z] ed53099fbce6: Verifying Checksum [2021-09-13T12:27:39.632Z] ed53099fbce6: Download complete [2021-09-13T12:27:40.595Z] b4d181a07f80: Verifying Checksum [2021-09-13T12:27:40.595Z] b4d181a07f80: Download complete [2021-09-13T12:27:42.059Z] b4d181a07f80: Pull complete [2021-09-13T12:27:42.059Z] a1111a8f2ec3: Pull complete [2021-09-13T12:27:42.662Z] ed53099fbce6: Pull complete [2021-09-13T12:27:42.662Z] dc539afda2c1: Pull complete [2021-09-13T12:27:42.934Z] 77bc0d833cb6: Pull complete [2021-09-13T12:27:43.201Z] 9065ff56babe: Pull complete [2021-09-13T12:27:44.161Z] d287ab97295c: Verifying Checksum [2021-09-13T12:27:44.161Z] d287ab97295c: Download complete [2021-09-13T12:27:48.425Z] d287ab97295c: Pull complete [2021-09-13T12:27:48.425Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-09-13T12:27:48.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-13T12:27:48.425Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-09-13T12:27:48.557Z] prd-centos7-docker-4c-2g-64 does not seem to be running inside a container [2021-09-13T12:27:48.620Z] $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-09-13T12:27:50.931Z] $ docker top aac59098969c405156614496992a8ebe8d8e8193d7b5995eb8c42781adb129aa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:27:51.440Z] ---> job-cost.sh [2021-09-13T12:27:51.440Z] lf-activate-venv: SKIPPING [2021-09-13T12:27:51.440Z] INFO: No Stack... [2021-09-13T12:27:52.405Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-09-13T12:27:52.671Z] INFO: Archiving Costs [Pipeline] sh [2021-09-13T12:27:53.022Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2021-09-13T12:27:53.022Z] + cut -d, -f6 [Pipeline] lock [2021-09-13T12:27:53.098Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [2021-09-13T12:27:53.105Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] did not exist. Created. [2021-09-13T12:27:53.105Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-09-13T12:27:53.553Z] /w/workspace/app-service-configurable/1@tmp/durable-ea84b1c2/script.sh: 1: /w/workspace/app-service-configurable/1@tmp/durable-ea84b1c2/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-09-13T12:27:53.899Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-09-13T12:27:53.945Z] Warning: overwriting stash ‘stack-cost’ [2021-09-13T12:27:54.159Z] Stashed 1 file(s) [Pipeline] } [2021-09-13T12:27:54.181Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-09-13T12:27:54.282Z] $ docker stop --time=1 aac59098969c405156614496992a8ebe8d8e8193d7b5995eb8c42781adb129aa [2021-09-13T12:27:55.420Z] $ docker rm -f aac59098969c405156614496992a8ebe8d8e8193d7b5995eb8c42781adb129aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-13T12:27:56.490Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-09-13T12:28:00.470Z] + '[' -d /w/workspace/_app-service-configurable_PR-317/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:28:00.844Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:28:01.495Z] ---> package-listing.sh [2021-09-13T12:28:01.496Z] ++ facter osfamily [2021-09-13T12:28:01.496Z] ++ tr '[:upper:]' '[:lower:]' [2021-09-13T12:28:01.770Z] + OS_FAMILY=redhat [2021-09-13T12:28:01.770Z] + workspace=/w/workspace/_app-service-configurable_PR-317 [2021-09-13T12:28:01.770Z] + START_PACKAGES=/tmp/packages_start.txt [2021-09-13T12:28:01.770Z] + END_PACKAGES=/tmp/packages_end.txt [2021-09-13T12:28:01.770Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-09-13T12:28:01.770Z] + PACKAGES=/tmp/packages_start.txt [2021-09-13T12:28:01.770Z] + '[' /w/workspace/_app-service-configurable_PR-317 ']' [2021-09-13T12:28:01.770Z] + PACKAGES=/tmp/packages_end.txt [2021-09-13T12:28:01.770Z] + case "${OS_FAMILY}" in [2021-09-13T12:28:01.770Z] + rpm -qa [2021-09-13T12:28:01.770Z] + sort [2021-09-13T12:28:02.795Z] + '[' -f /tmp/packages_start.txt ']' [2021-09-13T12:28:02.795Z] + '[' -f /tmp/packages_end.txt ']' [2021-09-13T12:28:02.795Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-09-13T12:28:02.795Z] + '[' /w/workspace/_app-service-configurable_PR-317 ']' [2021-09-13T12:28:02.795Z] + mkdir -p /w/workspace/_app-service-configurable_PR-317/archives/ [2021-09-13T12:28:02.795Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-317/archives/ [Pipeline] echo [2021-09-13T12:28:02.851Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-317/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-09-13T12:28:03.224Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:28:03.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-13T12:28:03.933Z] [2021-09-13T12:28:03.933Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-09-13T12:28:04.381Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-13T12:28:04.381Z] latest: Pulling from edgex-lftools-log-publisher [2021-09-13T12:28:04.381Z] b4d181a07f80: Pulling fs layer [2021-09-13T12:28:04.381Z] a1111a8f2ec3: Pulling fs layer [2021-09-13T12:28:04.381Z] ed53099fbce6: Pulling fs layer [2021-09-13T12:28:04.381Z] dc539afda2c1: Pulling fs layer [2021-09-13T12:28:04.381Z] 77bc0d833cb6: Pulling fs layer [2021-09-13T12:28:04.381Z] 9065ff56babe: Pulling fs layer [2021-09-13T12:28:04.381Z] d287ab97295c: Pulling fs layer [2021-09-13T12:28:04.381Z] 77bc0d833cb6: Waiting [2021-09-13T12:28:04.381Z] 9065ff56babe: Waiting [2021-09-13T12:28:04.381Z] d287ab97295c: Waiting [2021-09-13T12:28:04.381Z] dc539afda2c1: Waiting [2021-09-13T12:28:04.660Z] a1111a8f2ec3: Verifying Checksum [2021-09-13T12:28:04.660Z] a1111a8f2ec3: Download complete [2021-09-13T12:28:04.660Z] dc539afda2c1: Verifying Checksum [2021-09-13T12:28:04.660Z] dc539afda2c1: Download complete [2021-09-13T12:28:05.280Z] 77bc0d833cb6: Verifying Checksum [2021-09-13T12:28:05.280Z] 77bc0d833cb6: Download complete [2021-09-13T12:28:05.280Z] 9065ff56babe: Verifying Checksum [2021-09-13T12:28:05.280Z] 9065ff56babe: Download complete [2021-09-13T12:28:05.555Z] ed53099fbce6: Verifying Checksum [2021-09-13T12:28:05.555Z] ed53099fbce6: Download complete [2021-09-13T12:28:07.021Z] b4d181a07f80: Verifying Checksum [2021-09-13T12:28:07.021Z] b4d181a07f80: Download complete [2021-09-13T12:28:08.041Z] b4d181a07f80: Pull complete [2021-09-13T12:28:08.041Z] a1111a8f2ec3: Pull complete [2021-09-13T12:28:08.678Z] ed53099fbce6: Pull complete [2021-09-13T12:28:08.678Z] dc539afda2c1: Pull complete [2021-09-13T12:28:08.962Z] 77bc0d833cb6: Pull complete [2021-09-13T12:28:08.962Z] 9065ff56babe: Pull complete [2021-09-13T12:28:11.615Z] d287ab97295c: Verifying Checksum [2021-09-13T12:28:11.615Z] d287ab97295c: Download complete [2021-09-13T12:28:16.202Z] d287ab97295c: Pull complete [2021-09-13T12:28:16.202Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-09-13T12:28:16.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-13T12:28:16.202Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-09-13T12:28:16.332Z] prd-centos7-docker-4c-2g-60 does not seem to be running inside a container [2021-09-13T12:28:16.404Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-317/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-317 -v /w/workspace/_app-service-configurable_PR-317:/w/workspace/_app-service-configurable_PR-317:rw,z -v /w/workspace/_app-service-configurable_PR-317@tmp:/w/workspace/_app-service-configurable_PR-317@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-09-13T12:28:18.753Z] $ docker top 18ab4eb1c3d172ec174905ec738bc3c08076cc0b6166e3956cfecdb0d0c25b03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-13T12:28:19.224Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-09-13T12:28:19.572Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-09-13T12:28:19.920Z] + ls /var/log/sa-host [2021-09-13T12:28:19.920Z] + sadf -c /var/log/sa-host/sa05 [2021-09-13T12:28:19.921Z] file_magic: OK [2021-09-13T12:28:19.921Z] HZ: Using current value: 100 [2021-09-13T12:28:19.921Z] file_header: OK [2021-09-13T12:28:19.921Z] 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-09-13T12:28:19.921Z] Statistics: [2021-09-13T12:28:19.921Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-13T12:28:19.921Z] File successfully converted to sysstat format version 12.0.3 [2021-09-13T12:28:19.921Z] + sadf -c /var/log/sa-host/sa13 [2021-09-13T12:28:19.921Z] file_magic: OK [2021-09-13T12:28:19.921Z] HZ: Using current value: 100 [2021-09-13T12:28:19.921Z] file_header: OK [2021-09-13T12:28:19.921Z] 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-09-13T12:28:19.921Z] Statistics: [2021-09-13T12:28:19.921Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-13T12:28:19.921Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-13T12:28:20.926Z] provisioning config files... [2021-09-13T12:28:20.947Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-317@tmp/config1337463936836620795tmp [Pipeline] { [Pipeline] echo [2021-09-13T12:28:21.015Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:28:21.379Z] ---> create-netrc.sh [Pipeline] } [2021-09-13T12:28:21.407Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:28:22.004Z] ---> python-tools-install.sh [Pipeline] echo [2021-09-13T12:28:22.057Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:28:22.433Z] ---> sudo-logs.sh [2021-09-13T12:28:22.433Z] Archiving 'sudo' log.. [2021-09-13T12:28:22.433Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-60.vexxhost.local: Name or service not known [2021-09-13T12:28:22.433Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-60.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-09-13T12:28:22.544Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:28:22.912Z] ---> job-cost.sh [2021-09-13T12:28:22.912Z] lf-activate-venv: SKIPPING [2021-09-13T12:28:22.912Z] DEBUG: total: 0.05999999865889549 [2021-09-13T12:28:22.912Z] INFO: Retrieving Stack Cost... [2021-09-13T12:28:23.873Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-09-13T12:28:24.455Z] INFO: Archiving Costs [Pipeline] echo [2021-09-13T12:28:24.515Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-13T12:28:24.879Z] ---> logs-deploy.sh [2021-09-13T12:28:24.879Z] lf-activate-venv: SKIPPING [2021-09-13T12:28:24.879Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-317/1 [2021-09-13T12:28:24.879Z] INFO: archiving workspace using pattern(s): [2021-09-13T12:28:25.844Z] Archives upload complete. [2021-09-13T12:28:25.844Z] INFO: archiving logs to Nexus