Pull request #418 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fd11a294be23ae2e034173c2f41caef4edd9b4b3+ad55e0170029eafafb831d92a6ace1a8c5806c28 (ac8402838c0e5f73384c43ab85f902586983db80) 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-ssh4190798771691807746.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh11766587900434234615.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-418/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-418/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9980554647287517849.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-418/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6616382497395729185.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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-ssh2483965724132340986.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-418/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-418/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7643510281493476572.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.17 USE_ALPINE: true 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: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-47540 in /w/workspace/_app-service-configurable_PR-418 [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-418 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ad55e0170029eafafb831d92a6ace1a8c5806c28 into PR head commit fd11a294be23ae2e034173c2f41caef4edd9b4b3 Merge succeeded, producing fd11a294be23ae2e034173c2f41caef4edd9b4b3 Checking out Revision fd11a294be23ae2e034173c2f41caef4edd9b4b3 (PR-418) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/418/head:refs/remotes/origin/PR-418 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd11a294be23ae2e034173c2f41caef4edd9b4b3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ad55e0170029eafafb831d92a6ace1a8c5806c28 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd11a294be23ae2e034173c2f41caef4edd9b4b3 # 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.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-10T12:06:12.869Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-10T12:06:13.028Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-10T12:06:13.119Z] ========================================================= [2022-05-10T12:06:13.119Z] EdgeX Global Pipelines Version Info [2022-05-10T12:06:13.119Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:06:13.931Z] ------------------- [2022-05-10T12:06:13.931Z] stable info: [2022-05-10T12:06:13.931Z] ------------------- [2022-05-10T12:06:13.931Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T12:06:13.931Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-10T12:06:13.931Z] Message: update stable to v1.0.227 [2022-05-10T12:06:14.506Z] ------------------- [2022-05-10T12:06:14.506Z] experimental info: [2022-05-10T12:06:14.506Z] ------------------- [2022-05-10T12:06:14.506Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T12:06:14.506Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-10T12:06:14.506Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-10T12:06:14.808Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-05-10T12:06:14.846Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-05-10T12:06:14.883Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-10T12:06:14.922Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-10T12:06:14.961Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-10T12:06:14.998Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-10T12:06:15.036Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-10T12:06:15.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-10T12:06:15.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-10T12:06:15.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-10T12:06:15.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-10T12:06:15.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-05-10T12:06:15.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-10T12:06:15.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-10T12:06:15.324Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T12:06:15.363Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T12:06:15.404Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T12:06:15.443Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T12:06:15.487Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-10T12:06:15.527Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-10T12:06:15.569Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-10T12:06:15.618Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-10T12:06:15.657Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-10T12:06:15.698Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-10T12:06:15.741Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-10T12:06:15.782Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-10T12:06:15.822Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-418 [Pipeline] echo [2022-05-10T12:06:15.862Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-418 [Pipeline] echo [2022-05-10T12:06:15.900Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-418 [Pipeline] echo [2022-05-10T12:06:15.943Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] echo [2022-05-10T12:06:15.986Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd11a29 [Pipeline] echo [2022-05-10T12:06:16.028Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T12:06:16.137Z] provisioning config files... [2022-05-10T12:06:16.152Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-418@tmp/config3130957311190155527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:06:16.509Z] ---> docker-login.sh [2022-05-10T12:06:16.510Z] nexus3.edgexfoundry.org:10001 [2022-05-10T12:06:16.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:16.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:16.772Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:16.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:16.772Z] [2022-05-10T12:06:16.772Z] Login Succeeded [2022-05-10T12:06:16.772Z] nexus3.edgexfoundry.org:10002 [2022-05-10T12:06:16.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:17.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:17.032Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:17.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:17.032Z] [2022-05-10T12:06:17.032Z] Login Succeeded [2022-05-10T12:06:17.032Z] nexus3.edgexfoundry.org:10003 [2022-05-10T12:06:17.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:17.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:17.032Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:17.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:17.032Z] [2022-05-10T12:06:17.032Z] Login Succeeded [2022-05-10T12:06:17.032Z] nexus3.edgexfoundry.org:10004 [2022-05-10T12:06:17.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:17.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:17.300Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:17.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:17.300Z] [2022-05-10T12:06:17.300Z] Login Succeeded [2022-05-10T12:06:17.300Z] docker.io [2022-05-10T12:06:17.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:17.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:17.566Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:17.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:17.566Z] [2022-05-10T12:06:17.566Z] Login Succeeded [2022-05-10T12:06:17.566Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T12:06:17.597Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-10T12:06:18.232Z] + git rev-list -1 --merges fd11a294be23ae2e034173c2f41caef4edd9b4b3~1..fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] echo [2022-05-10T12:06:18.335Z] -----------> git rev-list -1 --merges fd11a294be23ae2e034173c2f41caef4edd9b4b3~1..fd11a294be23ae2e034173c2f41caef4edd9b4b3 fd11a294be23ae2e034173c2f41caef4edd9b4b3 [false] [Pipeline] sh [2022-05-10T12:06:18.676Z] + git log --format=format:%s -1 fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] echo [2022-05-10T12:06:18.714Z] ========================================================= [2022-05-10T12:06:18.714Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-10T12:06:18.714Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T12:06:19.161Z] + git log --format=format:%s -1 fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] echo [2022-05-10T12:06:19.194Z] [semverPrep] GIT_COMMIT: fd11a294be23ae2e034173c2f41caef4edd9b4b3, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo [2022-05-10T12:06:19.227Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-10T12:06:19.633Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T12:06:19.633Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-10T12:06:19.633Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-10T12:06:19.633Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-10T12:06:19.633Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-10T12:06:19.633Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-10T12:06:19.633Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:06:20.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T12:06:20.020Z] [2022-05-10T12:06:20.020Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:06:20.371Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T12:06:20.371Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-10T12:06:20.371Z] 1fe172e4850f: Pulling fs layer [2022-05-10T12:06:20.371Z] caf521ccaac6: Pulling fs layer [2022-05-10T12:06:20.371Z] 3ead6fa29328: Pulling fs layer [2022-05-10T12:06:20.371Z] 5c2a1cbceb83: Pulling fs layer [2022-05-10T12:06:20.371Z] a8d5f1318db7: Pulling fs layer [2022-05-10T12:06:20.371Z] c427282e49a2: Pulling fs layer [2022-05-10T12:06:20.371Z] 1827001aaf11: Pulling fs layer [2022-05-10T12:06:20.371Z] 0714d37db230: Pulling fs layer [2022-05-10T12:06:20.371Z] ac28cf19c067: Pulling fs layer [2022-05-10T12:06:20.371Z] ca983d60f3e2: Pulling fs layer [2022-05-10T12:06:20.371Z] 9f894cec8388: Pulling fs layer [2022-05-10T12:06:20.371Z] 1827001aaf11: Waiting [2022-05-10T12:06:20.371Z] 0714d37db230: Waiting [2022-05-10T12:06:20.371Z] ac28cf19c067: Waiting [2022-05-10T12:06:20.371Z] a8d5f1318db7: Waiting [2022-05-10T12:06:20.371Z] 5c2a1cbceb83: Waiting [2022-05-10T12:06:20.371Z] c427282e49a2: Waiting [2022-05-10T12:06:20.371Z] ca983d60f3e2: Waiting [2022-05-10T12:06:20.371Z] caf521ccaac6: Verifying Checksum [2022-05-10T12:06:20.371Z] caf521ccaac6: Download complete [2022-05-10T12:06:20.371Z] 5c2a1cbceb83: Verifying Checksum [2022-05-10T12:06:20.371Z] 5c2a1cbceb83: Download complete [2022-05-10T12:06:20.371Z] a8d5f1318db7: Verifying Checksum [2022-05-10T12:06:20.371Z] a8d5f1318db7: Download complete [2022-05-10T12:06:20.631Z] c427282e49a2: Download complete [2022-05-10T12:06:20.631Z] 3ead6fa29328: Verifying Checksum [2022-05-10T12:06:20.631Z] 3ead6fa29328: Download complete [2022-05-10T12:06:20.631Z] 0714d37db230: Download complete [2022-05-10T12:06:20.631Z] ac28cf19c067: Verifying Checksum [2022-05-10T12:06:20.631Z] ac28cf19c067: Download complete [2022-05-10T12:06:20.631Z] ca983d60f3e2: Verifying Checksum [2022-05-10T12:06:20.631Z] ca983d60f3e2: Download complete [2022-05-10T12:06:20.631Z] 9f894cec8388: Download complete [2022-05-10T12:06:20.631Z] 1fe172e4850f: Verifying Checksum [2022-05-10T12:06:20.631Z] 1fe172e4850f: Download complete [2022-05-10T12:06:20.891Z] 1827001aaf11: Verifying Checksum [2022-05-10T12:06:22.280Z] 1fe172e4850f: Pull complete [2022-05-10T12:06:22.280Z] caf521ccaac6: Pull complete [2022-05-10T12:06:22.857Z] 3ead6fa29328: Pull complete [2022-05-10T12:06:22.857Z] 5c2a1cbceb83: Pull complete [2022-05-10T12:06:23.120Z] a8d5f1318db7: Pull complete [2022-05-10T12:06:23.382Z] c427282e49a2: Pull complete [2022-05-10T12:06:25.927Z] 1827001aaf11: Pull complete [2022-05-10T12:06:25.927Z] 0714d37db230: Pull complete [2022-05-10T12:06:25.927Z] ac28cf19c067: Pull complete [2022-05-10T12:06:25.927Z] ca983d60f3e2: Pull complete [2022-05-10T12:06:25.927Z] 9f894cec8388: Pull complete [2022-05-10T12:06:25.927Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-10T12:06:25.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T12:06:25.927Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-10T12:06:26.036Z] prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container [2022-05-10T12:06:26.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-10T12:06:27.923Z] $ docker top b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 -eo pid,comm [2022-05-10T12:06:27.995Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-05-10T12:06:27.995Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T12:06:28.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T12:06:28.120Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T12:06:28.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T12:06:28.244Z] $ docker exec b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 ssh-agent [2022-05-10T12:06:28.361Z] SSH_AUTH_SOCK=/tmp/ssh-2imfnjzbmcFc/agent.35 [2022-05-10T12:06:28.361Z] SSH_AGENT_PID=41 [2022-05-10T12:06:28.371Z] Running ssh-add (command line suppressed) [2022-05-10T12:06:28.504Z] Identity added: /w/workspace/_app-service-configurable_PR-418@tmp/private_key_3768213206033750681.key (/w/workspace/_app-service-configurable_PR-418@tmp/private_key_3768213206033750681.key) [2022-05-10T12:06:28.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T12:06:28.867Z] + git tag --points-at HEAD [Pipeline] } [2022-05-10T12:06:28.892Z] $ docker exec --env ******** --env ******** b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 ssh-agent -k [2022-05-10T12:06:29.013Z] unset SSH_AUTH_SOCK; [2022-05-10T12:06:29.014Z] unset SSH_AGENT_PID; [2022-05-10T12:06:29.014Z] echo Agent pid 41 killed; [2022-05-10T12:06:29.026Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-10T12:06:29.110Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T12:06:29.110Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T12:06:29.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T12:06:29.247Z] $ docker exec b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 ssh-agent [2022-05-10T12:06:29.362Z] SSH_AUTH_SOCK=/tmp/ssh-Ex4dmw18diYK/agent.75 [2022-05-10T12:06:29.362Z] SSH_AGENT_PID=81 [2022-05-10T12:06:29.368Z] Running ssh-add (command line suppressed) [2022-05-10T12:06:29.492Z] Identity added: /w/workspace/_app-service-configurable_PR-418@tmp/private_key_6064772354950256589.key (/w/workspace/_app-service-configurable_PR-418@tmp/private_key_6064772354950256589.key) [2022-05-10T12:06:29.507Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T12:06:29.865Z] + git semver init [2022-05-10T12:06:30.128Z] 2022-05-10 12:06:30,088 [run_init] DEBUG init version:0.0.0 force:False [2022-05-10T12:06:30.128Z] 2022-05-10 12:06:30,089 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-418/.semver [2022-05-10T12:06:30.128Z] 2022-05-10 12:06:30,090 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-418/.semver [2022-05-10T12:06:30.128Z] 2022-05-10 12:06:30,090 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-418/.semver'], cwd=/w/workspace/_app-service-configurable_PR-418, universal_newlines=False, shell=None, istream=None) [2022-05-10T12:06:31.078Z] 2022-05-10 12:06:30,907 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-418/.git/info/exclude [2022-05-10T12:06:31.078Z] 2022-05-10 12:06:30,907 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-418/.semver/PR-418 with force:False [2022-05-10T12:06:31.078Z] 2022-05-10 12:06:30,907 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-418/.semver/PR-418 [2022-05-10T12:06:31.078Z] 2022-05-10 12:06:30,912 [execute] INFO git cat-file --batch-check [2022-05-10T12:06:31.078Z] 2022-05-10 12:06:30,912 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-418/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T12:06:31.078Z] 2022-05-10 12:06:30,920 [execute] INFO git cat-file --batch [2022-05-10T12:06:31.078Z] 2022-05-10 12:06:30,920 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-418/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T12:06:31.078Z] 2022-05-10 12:06:30,927 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-418/.semver/PR-418 [2022-05-10T12:06:31.078Z] 0.0.0 [Pipeline] } [2022-05-10T12:06:31.103Z] $ docker exec --env ******** --env ******** b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 ssh-agent -k [2022-05-10T12:06:31.214Z] unset SSH_AUTH_SOCK; [2022-05-10T12:06:31.214Z] unset SSH_AGENT_PID; [2022-05-10T12:06:31.214Z] echo Agent pid 81 killed; [2022-05-10T12:06:31.227Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T12:06:31.656Z] + git semver [Pipeline] } [2022-05-10T12:06:31.948Z] $ docker stop --time=1 b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 [2022-05-10T12:06:33.281Z] $ docker rm -f b96201a1dfa011eb412ea5b4a1708cff5299de95f2aeabe48bb76c6b93d9a320 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T12:06:33.697Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-10T12:06:34.034Z] Stashed 1 file(s) [Pipeline] echo [2022-05-10T12:06:34.055Z] [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T12:06:34.642Z] provisioning config files... [2022-05-10T12:06:34.654Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-418@tmp/config8897848823554486939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:06:35.004Z] ---> docker-login.sh [2022-05-10T12:06:35.004Z] nexus3.edgexfoundry.org:10001 [2022-05-10T12:06:35.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:35.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:35.004Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:35.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:35.004Z] [2022-05-10T12:06:35.004Z] Login Succeeded [2022-05-10T12:06:35.004Z] nexus3.edgexfoundry.org:10002 [2022-05-10T12:06:35.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:35.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:35.270Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:35.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:35.270Z] [2022-05-10T12:06:35.270Z] Login Succeeded [2022-05-10T12:06:35.270Z] nexus3.edgexfoundry.org:10003 [2022-05-10T12:06:35.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:35.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:35.270Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:35.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:35.270Z] [2022-05-10T12:06:35.270Z] Login Succeeded [2022-05-10T12:06:35.270Z] nexus3.edgexfoundry.org:10004 [2022-05-10T12:06:35.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:35.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:35.530Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:35.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:35.530Z] [2022-05-10T12:06:35.530Z] Login Succeeded [2022-05-10T12:06:35.530Z] docker.io [2022-05-10T12:06:35.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:06:35.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:06:35.791Z] Configure a credential helper to remove this warning. See [2022-05-10T12:06:35.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:06:35.791Z] [2022-05-10T12:06:35.791Z] Login Succeeded [2022-05-10T12:06:35.791Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T12:06:35.821Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T12:06:36.009Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T12:06:36.046Z] ========================================================= [2022-05-10T12:06:36.046Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-10T12:06:36.046Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:06:36.463Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-10T12:06:36.463Z] Sending build context to Docker daemon 3.057MB [2022-05-10T12:06:36.463Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T12:06:36.463Z] Step 2/13 : FROM ${BASE} AS builder [2022-05-10T12:06:36.463Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-10T12:06:36.463Z] 59bf1c3509f3: Pulling fs layer [2022-05-10T12:06:36.463Z] 666ba61612fd: Pulling fs layer [2022-05-10T12:06:36.463Z] 8ed8ca486205: Pulling fs layer [2022-05-10T12:06:36.463Z] 4fe6c5a15a65: Pulling fs layer [2022-05-10T12:06:36.464Z] 22a0e8bec74d: Pulling fs layer [2022-05-10T12:06:36.464Z] ca2b28591e48: Pulling fs layer [2022-05-10T12:06:36.464Z] a51346096db8: Pulling fs layer [2022-05-10T12:06:36.464Z] daebc70d1ce1: Pulling fs layer [2022-05-10T12:06:36.464Z] 0e18a0eac166: Pulling fs layer [2022-05-10T12:06:36.464Z] 4fe6c5a15a65: Waiting [2022-05-10T12:06:36.464Z] ca2b28591e48: Waiting [2022-05-10T12:06:36.464Z] a51346096db8: Waiting [2022-05-10T12:06:36.464Z] 22a0e8bec74d: Waiting [2022-05-10T12:06:36.464Z] daebc70d1ce1: Waiting [2022-05-10T12:06:36.464Z] 0e18a0eac166: Waiting [2022-05-10T12:06:36.731Z] 8ed8ca486205: Verifying Checksum [2022-05-10T12:06:36.731Z] 8ed8ca486205: Download complete [2022-05-10T12:06:36.731Z] 666ba61612fd: Verifying Checksum [2022-05-10T12:06:36.731Z] 666ba61612fd: Download complete [2022-05-10T12:06:36.731Z] 22a0e8bec74d: Verifying Checksum [2022-05-10T12:06:36.731Z] 22a0e8bec74d: Download complete [2022-05-10T12:06:36.731Z] 59bf1c3509f3: Verifying Checksum [2022-05-10T12:06:36.731Z] ca2b28591e48: Verifying Checksum [2022-05-10T12:06:36.731Z] ca2b28591e48: Download complete [2022-05-10T12:06:36.731Z] a51346096db8: Download complete [2022-05-10T12:06:36.731Z] daebc70d1ce1: Verifying Checksum [2022-05-10T12:06:36.731Z] daebc70d1ce1: Download complete [2022-05-10T12:06:36.994Z] 59bf1c3509f3: Pull complete [2022-05-10T12:06:36.994Z] 666ba61612fd: Pull complete [2022-05-10T12:06:36.994Z] 8ed8ca486205: Pull complete [2022-05-10T12:06:37.256Z] 0e18a0eac166: Verifying Checksum [2022-05-10T12:06:37.256Z] 0e18a0eac166: Download complete [2022-05-10T12:06:37.517Z] 4fe6c5a15a65: Verifying Checksum [2022-05-10T12:06:37.517Z] 4fe6c5a15a65: Download complete [2022-05-10T12:06:41.723Z] 4fe6c5a15a65: Pull complete [2022-05-10T12:06:41.723Z] 22a0e8bec74d: Pull complete [2022-05-10T12:06:41.723Z] ca2b28591e48: Pull complete [2022-05-10T12:06:41.985Z] a51346096db8: Pull complete [2022-05-10T12:06:41.985Z] daebc70d1ce1: Pull complete [2022-05-10T12:06:44.526Z] 0e18a0eac166: Pull complete [2022-05-10T12:06:44.526Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-10T12:06:44.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T12:06:44.526Z] ---> f018257e8ee9 [2022-05-10T12:06:44.526Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-10T12:06:47.075Z] ---> Running in 67fa399819ec [2022-05-10T12:06:47.337Z] Removing intermediate container 67fa399819ec [2022-05-10T12:06:47.337Z] ---> ef3cc943fa4b [2022-05-10T12:06:47.337Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T12:06:47.337Z] ---> Running in 7de54e0e3dca [2022-05-10T12:06:47.337Z] Removing intermediate container 7de54e0e3dca [2022-05-10T12:06:47.337Z] ---> 90f4432eecb3 [2022-05-10T12:06:47.337Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-10T12:06:47.337Z] ---> Running in 7077faaae5de [2022-05-10T12:06:47.600Z] Removing intermediate container 7077faaae5de [2022-05-10T12:06:47.600Z] ---> 7e64eef1e122 [2022-05-10T12:06:47.600Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T12:06:47.600Z] ---> Running in 61927b2a5278 [2022-05-10T12:06:48.543Z] Removing intermediate container 61927b2a5278 [2022-05-10T12:06:48.543Z] ---> 10a7e875b49e [2022-05-10T12:06:48.543Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T12:06:48.543Z] ---> Running in 6eecafe20b7c [2022-05-10T12:06:48.807Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T12:06:49.471Z] Still waiting to schedule task [2022-05-10T12:06:49.471Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-05-10T12:06:49.759Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T12:06:50.035Z] OK: 221 MiB in 52 packages [2022-05-10T12:06:50.297Z] Removing intermediate container 6eecafe20b7c [2022-05-10T12:06:50.297Z] ---> 2000853c6f01 [2022-05-10T12:06:50.297Z] Step 8/13 : WORKDIR /app [2022-05-10T12:06:50.297Z] ---> Running in 2e94aee6fb94 [2022-05-10T12:06:50.297Z] Removing intermediate container 2e94aee6fb94 [2022-05-10T12:06:50.297Z] ---> 7de108ff5577 [2022-05-10T12:06:50.297Z] Step 9/13 : COPY go.mod vendor* ./ [2022-05-10T12:06:50.562Z] ---> febf3064b8c1 [2022-05-10T12:06:50.562Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T12:06:50.562Z] ---> Running in 6c772e8f3fce [2022-05-10T12:07:17.168Z] Removing intermediate container 6c772e8f3fce [2022-05-10T12:07:17.168Z] ---> aa62abe12823 [2022-05-10T12:07:17.168Z] Step 11/13 : COPY . . [2022-05-10T12:07:17.168Z] ---> 088a3fca860e [2022-05-10T12:07:17.168Z] Step 12/13 : ARG MAKE="make build" [2022-05-10T12:07:17.168Z] ---> Running in cb5b946a0c19 [2022-05-10T12:07:17.168Z] Removing intermediate container cb5b946a0c19 [2022-05-10T12:07:17.168Z] ---> 63330307b18a [2022-05-10T12:07:17.168Z] Step 13/13 : RUN $MAKE [2022-05-10T12:07:17.168Z] ---> Running in cc4313ef8665 [2022-05-10T12:07:17.168Z] noop [2022-05-10T12:07:17.168Z] Removing intermediate container cc4313ef8665 [2022-05-10T12:07:17.168Z] ---> f99c78b1280d [2022-05-10T12:07:17.429Z] Successfully built f99c78b1280d [2022-05-10T12:07:17.429Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:07:17.767Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T12:07:17.767Z] . [Pipeline] withDockerContainer [2022-05-10T12:07:17.869Z] prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container [2022-05-10T12:07:17.916Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@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 [2022-05-10T12:07:18.660Z] $ docker top 137e3f2d8c486531f1023ed7865346929baaeba0225ebb33e946783e1fd1ee61 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T12:07:19.065Z] + go version [2022-05-10T12:07:19.065Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-10T12:07:19.108Z] $ docker stop --time=1 137e3f2d8c486531f1023ed7865346929baaeba0225ebb33e946783e1fd1ee61 [2022-05-10T12:07:20.485Z] $ docker rm -f 137e3f2d8c486531f1023ed7865346929baaeba0225ebb33e946783e1fd1ee61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:07:21.158Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T12:07:21.158Z] . [Pipeline] withDockerContainer [2022-05-10T12:07:21.259Z] prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container [2022-05-10T12:07:21.307Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@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 [2022-05-10T12:07:21.781Z] $ docker top 1799abe93a2a97b048267a87bacb440e336465cf10445bc045ce9af63644bc54 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T12:07:22.272Z] + make test [2022-05-10T12:07:22.272Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-05-10T12:07:34.501Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-05-10T12:07:34.501Z] CGO_ENABLED=1 go vet ./... [2022-05-10T12:07:37.042Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T12:07:37.042Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-10T12:07:37.042Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-10T12:07:37.639Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T12:07:37.676Z] $ docker stop --time=1 1799abe93a2a97b048267a87bacb440e336465cf10445bc045ce9af63644bc54 [2022-05-10T12:07:39.551Z] $ docker rm -f 1799abe93a2a97b048267a87bacb440e336465cf10445bc045ce9af63644bc54 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T12:07:40.015Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T12:07:40.076Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-10T12:07:40.736Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T12:07:41.050Z] + ls -al . [2022-05-10T12:07:41.050Z] total 164 [2022-05-10T12:07:41.050Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 12:07 . [2022-05-10T12:07:41.050Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 12:06 .. [2022-05-10T12:07:41.050Z] -rw-rw-r-- 1 jenkins jenkins 119 May 10 12:06 .dockerignore [2022-05-10T12:07:41.050Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 12:06 .git [2022-05-10T12:07:41.050Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 12:06 .github [2022-05-10T12:07:41.050Z] -rw-rw-r-- 1 jenkins jenkins 104 May 10 12:06 .gitignore [2022-05-10T12:07:41.050Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 12:06 .semver [2022-05-10T12:07:41.050Z] -rw-rw-r-- 1 jenkins jenkins 8695 May 10 12:06 Attribution.txt [2022-05-10T12:07:41.050Z] -rw-rw-r-- 1 jenkins jenkins 23791 May 10 12:06 CHANGELOG.md [2022-05-10T12:07:41.050Z] -rw-rw-r-- 1 jenkins jenkins 2087 May 10 12:06 Dockerfile [2022-05-10T12:07:41.050Z] -rw-rw-r-- 1 jenkins jenkins 677 May 10 12:06 GOVERNANCE.md [2022-05-10T12:07:41.050Z] -rw-rw-r-- 1 jenkins jenkins 688 May 10 12:06 Jenkinsfile [2022-05-10T12:07:41.051Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 10 12:06 LICENSE [2022-05-10T12:07:41.051Z] -rw-rw-r-- 1 jenkins jenkins 618 May 10 12:06 OWNERS.md [2022-05-10T12:07:41.051Z] -rw-rw-r-- 1 jenkins jenkins 3718 May 10 12:06 README.md [2022-05-10T12:07:41.051Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 12:06 VERSION [2022-05-10T12:07:41.051Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 12:06 bin [2022-05-10T12:07:41.051Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 12:07 coverage.out [2022-05-10T12:07:41.051Z] -rw-rw-r-- 1 jenkins jenkins 3229 May 10 12:06 go.mod [2022-05-10T12:07:41.051Z] -rw-rw-r-- 1 jenkins jenkins 35116 May 10 12:06 go.sum [2022-05-10T12:07:41.051Z] -rw-rw-r-- 1 jenkins jenkins 1949 May 10 12:06 main.go [2022-05-10T12:07:41.051Z] -rw-rw-r-- 1 jenkins jenkins 2007 May 10 12:06 makefile [2022-05-10T12:07:41.051Z] drwxrwxr-x 10 jenkins jenkins 4096 May 10 12:06 res [2022-05-10T12:07:41.051Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 12:06 snap [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:07:41.378Z] + 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=fd11a294be23ae2e034173c2f41caef4edd9b4b3 --label arch=amd64 --label version=0.0.0 . [2022-05-10T12:07:41.378Z] Sending build context to Docker daemon 3.058MB [2022-05-10T12:07:41.378Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T12:07:41.378Z] Step 2/27 : FROM ${BASE} AS builder [2022-05-10T12:07:41.378Z] ---> f99c78b1280d [2022-05-10T12:07:41.378Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-10T12:07:41.378Z] ---> Running in 4f824d473935 [2022-05-10T12:07:41.639Z] Removing intermediate container 4f824d473935 [2022-05-10T12:07:41.639Z] ---> bf0e91e67a32 [2022-05-10T12:07:41.639Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T12:07:41.639Z] ---> Running in 0e2a05869e78 [2022-05-10T12:07:41.639Z] Removing intermediate container 0e2a05869e78 [2022-05-10T12:07:41.639Z] ---> 3e2065d16d7b [2022-05-10T12:07:41.639Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-10T12:07:41.639Z] ---> Running in 25802f6af64a [2022-05-10T12:07:41.899Z] Removing intermediate container 25802f6af64a [2022-05-10T12:07:41.899Z] ---> 6648da9029e1 [2022-05-10T12:07:41.899Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T12:07:41.900Z] ---> Running in a13b0a286aa1 [2022-05-10T12:07:42.473Z] Removing intermediate container a13b0a286aa1 [2022-05-10T12:07:42.473Z] ---> 0d1af898663d [2022-05-10T12:07:42.473Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T12:07:42.473Z] ---> Running in 3a05532f5b80 [2022-05-10T12:07:42.735Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T12:07:43.680Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T12:07:43.944Z] OK: 221 MiB in 52 packages [2022-05-10T12:07:44.205Z] Removing intermediate container 3a05532f5b80 [2022-05-10T12:07:44.205Z] ---> 09c0a79a3fe2 [2022-05-10T12:07:44.205Z] Step 8/27 : WORKDIR /app [2022-05-10T12:07:44.205Z] ---> Running in e82f768d3bc0 [2022-05-10T12:07:44.465Z] Removing intermediate container e82f768d3bc0 [2022-05-10T12:07:44.465Z] ---> e3e194072f4b [2022-05-10T12:07:44.465Z] Step 9/27 : COPY go.mod vendor* ./ [2022-05-10T12:07:44.465Z] ---> dc985f434840 [2022-05-10T12:07:44.465Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T12:07:44.726Z] ---> Running in 583e0d38389e [2022-05-10T12:07:45.299Z] Removing intermediate container 583e0d38389e [2022-05-10T12:07:45.299Z] ---> 062b24d0a718 [2022-05-10T12:07:45.299Z] Step 11/27 : COPY . . [2022-05-10T12:07:45.559Z] ---> 3fd913321db9 [2022-05-10T12:07:45.559Z] Step 12/27 : ARG MAKE="make build" [2022-05-10T12:07:45.559Z] ---> Running in 63e47f9b5e2b [2022-05-10T12:07:45.819Z] Removing intermediate container 63e47f9b5e2b [2022-05-10T12:07:45.819Z] ---> 1a2098c87acf [2022-05-10T12:07:45.819Z] Step 13/27 : RUN $MAKE [2022-05-10T12:07:45.819Z] ---> Running in 158fb004481c [2022-05-10T12:07:46.078Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-05-10T12:08:08.059Z] Removing intermediate container 158fb004481c [2022-05-10T12:08:08.059Z] ---> 0ecea8bae6cf [2022-05-10T12:08:08.059Z] Step 14/27 : FROM alpine:3.14 [2022-05-10T12:08:08.059Z] 3.14: Pulling from library/alpine [2022-05-10T12:08:08.059Z] 8663204ce13b: Pulling fs layer [2022-05-10T12:08:08.059Z] 8663204ce13b: Verifying Checksum [2022-05-10T12:08:08.059Z] 8663204ce13b: Download complete [2022-05-10T12:08:08.059Z] 8663204ce13b: Pull complete [2022-05-10T12:08:08.059Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T12:08:08.059Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T12:08:08.059Z] ---> e04c818066af [2022-05-10T12:08:08.059Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-10T12:08:08.321Z] ---> Running in 768b44217487 [2022-05-10T12:08:08.321Z] Removing intermediate container 768b44217487 [2022-05-10T12:08:08.321Z] ---> 3a49167a44f1 [2022-05-10T12:08:08.321Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-05-10T12:08:08.321Z] ---> Running in 9754dbe67dce [2022-05-10T12:08:08.583Z] Removing intermediate container 9754dbe67dce [2022-05-10T12:08:08.583Z] ---> ad0029eec031 [2022-05-10T12:08:08.583Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-05-10T12:08:08.583Z] ---> Running in 452a5ac56fc6 [2022-05-10T12:08:08.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-10T12:08:09.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-10T12:08:09.105Z] (1/7) Installing ca-certificates (20211220-r0) [2022-05-10T12:08:09.105Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-05-10T12:08:09.105Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-05-10T12:08:09.105Z] (4/7) Installing libsodium (1.0.18-r0) [2022-05-10T12:08:09.105Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-10T12:08:09.365Z] (6/7) Installing libzmq (4.3.4-r0) [2022-05-10T12:08:09.365Z] (7/7) Installing zeromq (4.3.4-r0) [2022-05-10T12:08:09.365Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T12:08:09.365Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T12:08:09.365Z] OK: 9 MiB in 21 packages [2022-05-10T12:08:09.936Z] Removing intermediate container 452a5ac56fc6 [2022-05-10T12:08:09.936Z] ---> 3c37cf9f779d [2022-05-10T12:08:09.936Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-05-10T12:08:09.936Z] ---> 39d6ff24ff43 [2022-05-10T12:08:09.936Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-05-10T12:08:10.204Z] ---> 43b35247c25f [2022-05-10T12:08:10.204Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-05-10T12:08:10.466Z] ---> 93d92e050dae [2022-05-10T12:08:10.466Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-05-10T12:08:11.038Z] ---> 20bb7d8ae31d [2022-05-10T12:08:11.038Z] Step 22/27 : EXPOSE 48095 [2022-05-10T12:08:11.038Z] ---> Running in 52ee8ea25a1c [2022-05-10T12:08:11.038Z] Removing intermediate container 52ee8ea25a1c [2022-05-10T12:08:11.038Z] ---> 4f4de4374a29 [2022-05-10T12:08:11.038Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-05-10T12:08:11.301Z] ---> Running in afc4148951eb [2022-05-10T12:08:11.301Z] Removing intermediate container afc4148951eb [2022-05-10T12:08:11.301Z] ---> 926a5ecf02d0 [2022-05-10T12:08:11.301Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T12:08:11.301Z] ---> Running in de999d190a9a [2022-05-10T12:08:11.564Z] Removing intermediate container de999d190a9a [2022-05-10T12:08:11.564Z] ---> f47b9907017b [2022-05-10T12:08:11.564Z] Step 25/27 : LABEL arch=amd64 [2022-05-10T12:08:11.564Z] ---> Running in 4449101b8212 [2022-05-10T12:08:11.564Z] Removing intermediate container 4449101b8212 [2022-05-10T12:08:11.564Z] ---> 265f804d8f87 [2022-05-10T12:08:11.564Z] Step 26/27 : LABEL git_sha=fd11a294be23ae2e034173c2f41caef4edd9b4b3 [2022-05-10T12:08:11.849Z] ---> Running in d8c6dd97e81e [2022-05-10T12:08:11.849Z] Removing intermediate container d8c6dd97e81e [2022-05-10T12:08:11.849Z] ---> 7bd147f73e30 [2022-05-10T12:08:11.849Z] Step 27/27 : LABEL version=0.0.0 [2022-05-10T12:08:12.110Z] ---> Running in 81bf141f9201 [2022-05-10T12:08:12.110Z] Removing intermediate container 81bf141f9201 [2022-05-10T12:08:12.110Z] ---> 590073181888 [2022-05-10T12:08:12.110Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T12:08:12.110Z] Successfully built 590073181888 [2022-05-10T12:08:12.110Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:08:12.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T12:08:12.826Z] [2022-05-10T12:08:12.826Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:08:13.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T12:08:13.175Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-10T12:08:13.175Z] 5eb5b503b376: Pulling fs layer [2022-05-10T12:08:13.175Z] 5c69ac0246d0: Pulling fs layer [2022-05-10T12:08:13.175Z] ec43610c2a17: Pulling fs layer [2022-05-10T12:08:13.175Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-10T12:08:13.175Z] 33b1e0a273af: Pulling fs layer [2022-05-10T12:08:13.175Z] 5d3b04190fa2: Pulling fs layer [2022-05-10T12:08:13.175Z] 2f39f015ded8: Pulling fs layer [2022-05-10T12:08:13.175Z] 3a2ae6a8a46f: Waiting [2022-05-10T12:08:13.175Z] 33b1e0a273af: Waiting [2022-05-10T12:08:13.175Z] 2f39f015ded8: Waiting [2022-05-10T12:08:13.175Z] 5d3b04190fa2: Waiting [2022-05-10T12:08:13.175Z] 5c69ac0246d0: Download complete [2022-05-10T12:08:13.175Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-10T12:08:13.175Z] 3a2ae6a8a46f: Download complete [2022-05-10T12:08:13.175Z] 33b1e0a273af: Verifying Checksum [2022-05-10T12:08:13.175Z] 33b1e0a273af: Download complete [2022-05-10T12:08:13.438Z] 5d3b04190fa2: Verifying Checksum [2022-05-10T12:08:13.438Z] 5d3b04190fa2: Download complete [2022-05-10T12:08:13.438Z] ec43610c2a17: Verifying Checksum [2022-05-10T12:08:13.438Z] ec43610c2a17: Download complete [2022-05-10T12:08:13.438Z] 5eb5b503b376: Verifying Checksum [2022-05-10T12:08:13.438Z] 5eb5b503b376: Download complete [2022-05-10T12:08:14.018Z] 2f39f015ded8: Download complete [2022-05-10T12:08:14.958Z] 5eb5b503b376: Pull complete [2022-05-10T12:08:14.958Z] 5c69ac0246d0: Pull complete [2022-05-10T12:08:15.531Z] ec43610c2a17: Pull complete [2022-05-10T12:08:15.531Z] 3a2ae6a8a46f: Pull complete [2022-05-10T12:08:15.531Z] 33b1e0a273af: Pull complete [2022-05-10T12:08:15.790Z] 5d3b04190fa2: Pull complete [2022-05-10T12:08:21.076Z] 2f39f015ded8: Pull complete [2022-05-10T12:08:21.076Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-10T12:08:21.076Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T12:08:21.076Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-10T12:08:21.172Z] prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container [2022-05-10T12:08:21.220Z] $ 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_PR-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@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 [2022-05-10T12:08:23.578Z] $ docker top 82d5a6b928626e0a3009551cc7b6ec300274ff0b771f02ff00fd05ad87ac4593 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:08:24.032Z] ---> job-cost.sh [2022-05-10T12:08:24.032Z] lf-activate-venv: SKIPPING [2022-05-10T12:08:24.032Z] INFO: No Stack... [2022-05-10T12:08:24.604Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T12:08:24.864Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T12:08:25.202Z] + cat /w/workspace/_app-service-configurable_PR-418/archives/cost.csv [2022-05-10T12:08:25.202Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T12:08:25.241Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [2022-05-10T12:08:25.245Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] did not exist. Created. [2022-05-10T12:08:25.245Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T12:08:25.623Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-10T12:08:25.678Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T12:08:25.700Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T12:08:25.781Z] $ docker stop --time=1 82d5a6b928626e0a3009551cc7b6ec300274ff0b771f02ff00fd05ad87ac4593 [2022-05-10T12:08:27.015Z] $ docker rm -f 82d5a6b928626e0a3009551cc7b6ec300274ff0b771f02ff00fd05ad87ac4593 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-10T12:09:17.332Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-47541 in /w/workspace/_app-service-configurable_PR-418 [Pipeline] { [Pipeline] ws [2022-05-10T12:09:17.371Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2022-05-10T12:09:17.763Z] Selected Git installation does not exist. Using Default [2022-05-10T12:09:17.763Z] The recommended git tool is: NONE [2022-05-10T12:09:23.828Z] using credential edgex-jenkins-ssh [2022-05-10T12:09:23.875Z] Cloning the remote Git repository [2022-05-10T12:09:23.965Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-05-10T12:09:24.075Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2022-05-10T12:09:24.229Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-05-10T12:09:24.233Z] > git --version # timeout=10 [2022-05-10T12:09:24.287Z] > git --version # 'git version 2.25.1' [2022-05-10T12:09:24.289Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T12:09:24.403Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T12:09:25.486Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-05-10T12:09:26.150Z] Merging remotes/origin/main commit ad55e0170029eafafb831d92a6ace1a8c5806c28 into PR head commit fd11a294be23ae2e034173c2f41caef4edd9b4b3 [2022-05-10T12:09:26.348Z] Merge succeeded, producing fd11a294be23ae2e034173c2f41caef4edd9b4b3 [2022-05-10T12:09:26.349Z] Checking out Revision fd11a294be23ae2e034173c2f41caef4edd9b4b3 (PR-418) [2022-05-10T12:09:25.525Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T12:09:25.551Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-05-10T12:09:25.582Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-05-10T12:09:25.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T12:09:25.596Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/418/head:refs/remotes/origin/PR-418 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-10T12:09:26.174Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T12:09:26.188Z] > git checkout -f fd11a294be23ae2e034173c2f41caef4edd9b4b3 # timeout=10 [2022-05-10T12:09:26.267Z] > git remote # timeout=10 [2022-05-10T12:09:26.284Z] > git config --get remote.origin.url # timeout=10 [2022-05-10T12:09:26.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T12:09:26.313Z] > git merge ad55e0170029eafafb831d92a6ace1a8c5806c28 # timeout=10 [2022-05-10T12:09:26.338Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-10T12:09:26.361Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T12:09:26.380Z] > git checkout -f fd11a294be23ae2e034173c2f41caef4edd9b4b3 # timeout=10 [2022-05-10T12:09:30.525Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" [2022-05-10T12:09:30.582Z] > git --version # timeout=10 [2022-05-10T12:09:30.598Z] > git --version # 'git version 2.25.1' [2022-05-10T12:09:30.616Z] fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T12:09:31.668Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-10T12:09:31.668Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T12:09:31.668Z] Dload Upload Total Spent Left Speed [2022-05-10T12:09:31.668Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 92523 0 --:--:-- --:--:-- --:--:-- 92523 [Pipeline] sh [2022-05-10T12:09:32.240Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-10T12:09:32.599Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2022-05-10T12:09:32.599Z] sudo tee /etc/docker/daemon.new [2022-05-10T12:09:32.599Z] { [2022-05-10T12:09:32.599Z] "registry-mirrors": [ [2022-05-10T12:09:32.599Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-10T12:09:32.599Z] ], [2022-05-10T12:09:32.599Z] "bip": "10.250.0.254/24", [2022-05-10T12:09:32.599Z] "hosts": [ [2022-05-10T12:09:32.599Z] "tcp://0.0.0.0:5555", [2022-05-10T12:09:32.599Z] "unix:///var/run/docker.sock" [2022-05-10T12:09:32.599Z] ], [2022-05-10T12:09:32.599Z] "mtu": 1458, [2022-05-10T12:09:32.599Z] "selinux-enabled": true, [2022-05-10T12:09:32.599Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-10T12:09:32.599Z] } [Pipeline] sh [2022-05-10T12:09:32.965Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-10T12:09:33.392Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T12:09:51.784Z] provisioning config files... [2022-05-10T12:09:51.812Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5817696959800510791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:09:52.430Z] ---> docker-login.sh [2022-05-10T12:09:52.431Z] nexus3.edgexfoundry.org:10001 [2022-05-10T12:09:53.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:09:53.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:09:53.301Z] Configure a credential helper to remove this warning. See [2022-05-10T12:09:53.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:09:53.301Z] [2022-05-10T12:09:53.301Z] Login Succeeded [2022-05-10T12:09:53.301Z] nexus3.edgexfoundry.org:10002 [2022-05-10T12:09:53.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:09:53.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:09:53.853Z] Configure a credential helper to remove this warning. See [2022-05-10T12:09:53.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:09:53.853Z] [2022-05-10T12:09:53.853Z] Login Succeeded [2022-05-10T12:09:53.853Z] nexus3.edgexfoundry.org:10003 [2022-05-10T12:09:54.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:09:54.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:09:54.406Z] Configure a credential helper to remove this warning. See [2022-05-10T12:09:54.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:09:54.406Z] [2022-05-10T12:09:54.406Z] Login Succeeded [2022-05-10T12:09:54.406Z] nexus3.edgexfoundry.org:10004 [2022-05-10T12:09:54.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:09:54.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:09:54.681Z] Configure a credential helper to remove this warning. See [2022-05-10T12:09:54.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:09:54.681Z] [2022-05-10T12:09:54.681Z] Login Succeeded [2022-05-10T12:09:54.681Z] docker.io [2022-05-10T12:09:55.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T12:09:55.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T12:09:55.550Z] Configure a credential helper to remove this warning. See [2022-05-10T12:09:55.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T12:09:55.550Z] [2022-05-10T12:09:55.550Z] Login Succeeded [2022-05-10T12:09:55.550Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T12:09:55.578Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T12:09:55.940Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T12:09:55.972Z] ========================================================= [2022-05-10T12:09:55.972Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-10T12:09:55.972Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:09:56.412Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-10T12:09:56.413Z] Sending build context to Docker daemon 200.2kB [2022-05-10T12:09:56.690Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T12:09:56.690Z] Step 2/13 : FROM ${BASE} AS builder [2022-05-10T12:09:56.969Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-10T12:09:56.969Z] 9b3977197b4f: Pulling fs layer [2022-05-10T12:09:56.969Z] 1a89e8eeedd5: Pulling fs layer [2022-05-10T12:09:56.969Z] 94645a83ff95: Pulling fs layer [2022-05-10T12:09:56.969Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-10T12:09:56.969Z] 0c92f367c5e7: Pulling fs layer [2022-05-10T12:09:56.969Z] 3096ccb668a1: Pulling fs layer [2022-05-10T12:09:56.969Z] e8cf19c19ddd: Pulling fs layer [2022-05-10T12:09:56.969Z] a4caa8a26152: Pulling fs layer [2022-05-10T12:09:56.969Z] 3f3a8bcf1eab: Waiting [2022-05-10T12:09:56.969Z] 0c92f367c5e7: Waiting [2022-05-10T12:09:56.969Z] 3096ccb668a1: Waiting [2022-05-10T12:09:56.969Z] e8cf19c19ddd: Waiting [2022-05-10T12:09:56.969Z] a4caa8a26152: Waiting [2022-05-10T12:09:56.969Z] 94645a83ff95: Verifying Checksum [2022-05-10T12:09:56.969Z] 94645a83ff95: Download complete [2022-05-10T12:09:56.969Z] 1a89e8eeedd5: Verifying Checksum [2022-05-10T12:09:56.969Z] 1a89e8eeedd5: Download complete [2022-05-10T12:09:56.969Z] 0c92f367c5e7: Verifying Checksum [2022-05-10T12:09:56.969Z] 0c92f367c5e7: Download complete [2022-05-10T12:09:56.969Z] 3096ccb668a1: Verifying Checksum [2022-05-10T12:09:56.969Z] 3096ccb668a1: Download complete [2022-05-10T12:09:56.969Z] 9b3977197b4f: Verifying Checksum [2022-05-10T12:09:56.969Z] e8cf19c19ddd: Verifying Checksum [2022-05-10T12:09:56.969Z] e8cf19c19ddd: Download complete [2022-05-10T12:09:57.572Z] 9b3977197b4f: Pull complete [2022-05-10T12:09:58.172Z] 1a89e8eeedd5: Pull complete [2022-05-10T12:09:58.448Z] 94645a83ff95: Pull complete [2022-05-10T12:09:58.722Z] a4caa8a26152: Download complete [2022-05-10T12:09:59.318Z] 3f3a8bcf1eab: Download complete [2022-05-10T12:10:11.729Z] 3f3a8bcf1eab: Pull complete [2022-05-10T12:10:11.729Z] 0c92f367c5e7: Pull complete [2022-05-10T12:10:11.729Z] 3096ccb668a1: Pull complete [2022-05-10T12:10:12.006Z] e8cf19c19ddd: Pull complete [2022-05-10T12:10:18.737Z] a4caa8a26152: Pull complete [2022-05-10T12:10:18.737Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-10T12:10:18.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T12:10:18.737Z] ---> 725f1c02e7f9 [2022-05-10T12:10:18.737Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-10T12:10:18.737Z] ---> Running in ac619b0e9907 [2022-05-10T12:10:19.339Z] Removing intermediate container ac619b0e9907 [2022-05-10T12:10:19.339Z] ---> 7f51e049b0f1 [2022-05-10T12:10:19.339Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T12:10:19.339Z] ---> Running in 239d0f7b2684 [2022-05-10T12:10:19.614Z] Removing intermediate container 239d0f7b2684 [2022-05-10T12:10:19.614Z] ---> 4ba546ef8553 [2022-05-10T12:10:19.614Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-10T12:10:19.614Z] ---> Running in f59e30d51582 [2022-05-10T12:10:19.900Z] Removing intermediate container f59e30d51582 [2022-05-10T12:10:19.900Z] ---> 31f2c50b5ab0 [2022-05-10T12:10:19.900Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T12:10:19.900Z] ---> Running in e30e41b21df3 [2022-05-10T12:10:22.103Z] Removing intermediate container e30e41b21df3 [2022-05-10T12:10:22.103Z] ---> ad2a54128565 [2022-05-10T12:10:22.103Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T12:10:22.103Z] ---> Running in fd7eb8814ad9 [2022-05-10T12:10:23.085Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T12:10:23.691Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T12:10:24.668Z] OK: 220 MiB in 52 packages [2022-05-10T12:10:25.269Z] Removing intermediate container fd7eb8814ad9 [2022-05-10T12:10:25.269Z] ---> 8d659936bb9d [2022-05-10T12:10:25.269Z] Step 8/13 : WORKDIR /app [2022-05-10T12:10:25.548Z] ---> Running in d187c5c749d2 [2022-05-10T12:10:25.822Z] Removing intermediate container d187c5c749d2 [2022-05-10T12:10:25.822Z] ---> 802c59cc16a3 [2022-05-10T12:10:25.822Z] Step 9/13 : COPY go.mod vendor* ./ [2022-05-10T12:10:26.418Z] ---> 0895bb90399f [2022-05-10T12:10:26.418Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T12:10:26.418Z] ---> Running in 9b627affcc60 [2022-05-10T12:11:13.416Z] Removing intermediate container 9b627affcc60 [2022-05-10T12:11:13.417Z] ---> 35c10f94d826 [2022-05-10T12:11:13.417Z] Step 11/13 : COPY . . [2022-05-10T12:11:13.417Z] ---> fc1432cb3b2e [2022-05-10T12:11:13.417Z] Step 12/13 : ARG MAKE="make build" [2022-05-10T12:11:13.417Z] ---> Running in af3b5d20b5de [2022-05-10T12:11:13.417Z] Removing intermediate container af3b5d20b5de [2022-05-10T12:11:13.417Z] ---> c1bb503c3645 [2022-05-10T12:11:13.417Z] Step 13/13 : RUN $MAKE [2022-05-10T12:11:13.417Z] ---> Running in 47430b8a7498 [2022-05-10T12:11:13.417Z] noop [2022-05-10T12:11:13.417Z] Removing intermediate container 47430b8a7498 [2022-05-10T12:11:13.417Z] ---> b156a6af2778 [2022-05-10T12:11:13.417Z] Successfully built b156a6af2778 [2022-05-10T12:11:13.417Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:11:13.792Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T12:11:13.792Z] . [Pipeline] withDockerContainer [2022-05-10T12:11:14.018Z] prd-ubuntu20.04-docker-arm64-4c-16g-47541 does not seem to be running inside a container [2022-05-10T12:11:14.105Z] $ 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 ******** ci-base-image-arm64 cat [2022-05-10T12:11:15.372Z] $ docker top df06cc2570b2100589e1bcb211f09c36544d47736128c8625063d8bdd3191b46 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T12:11:16.333Z] + go version [2022-05-10T12:11:16.333Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-10T12:11:16.374Z] $ docker stop --time=1 df06cc2570b2100589e1bcb211f09c36544d47736128c8625063d8bdd3191b46 [2022-05-10T12:11:18.000Z] $ docker rm -f df06cc2570b2100589e1bcb211f09c36544d47736128c8625063d8bdd3191b46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:11:18.861Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T12:11:18.861Z] . [Pipeline] withDockerContainer [2022-05-10T12:11:19.093Z] prd-ubuntu20.04-docker-arm64-4c-16g-47541 does not seem to be running inside a container [2022-05-10T12:11:19.183Z] $ 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 ******** ci-base-image-arm64 cat [2022-05-10T12:11:20.503Z] $ docker top 650fc8b49bbb8cacf78afae2263e74c71926748c5d33829a2208925b30e493ba -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T12:11:21.516Z] + make test [2022-05-10T12:11:21.516Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-05-10T12:12:43.404Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-05-10T12:12:43.404Z] CGO_ENABLED=1 go vet ./... [2022-05-10T12:13:10.236Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T12:13:10.236Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-10T12:13:10.236Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-10T12:13:10.279Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T12:13:10.316Z] $ docker stop --time=1 650fc8b49bbb8cacf78afae2263e74c71926748c5d33829a2208925b30e493ba [2022-05-10T12:13:12.129Z] $ docker rm -f 650fc8b49bbb8cacf78afae2263e74c71926748c5d33829a2208925b30e493ba [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T12:13:13.185Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T12:13:13.220Z] Warning: overwriting stash ‘coverage-report’ [2022-05-10T12:13:13.744Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T12:13:14.341Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T12:13:14.699Z] + ls -al . [2022-05-10T12:13:14.699Z] total 160 [2022-05-10T12:13:14.700Z] drwxrwxr-x 7 jenkins jenkins 4096 May 10 12:13 . [2022-05-10T12:13:14.700Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 12:09 .. [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 119 May 10 12:09 .dockerignore [2022-05-10T12:13:14.700Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 12:09 .git [2022-05-10T12:13:14.700Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 12:09 .github [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 104 May 10 12:09 .gitignore [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 8695 May 10 12:09 Attribution.txt [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 23791 May 10 12:09 CHANGELOG.md [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 2087 May 10 12:09 Dockerfile [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 677 May 10 12:09 GOVERNANCE.md [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 688 May 10 12:09 Jenkinsfile [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 10 12:09 LICENSE [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 618 May 10 12:09 OWNERS.md [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 3718 May 10 12:09 README.md [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 12:06 VERSION [2022-05-10T12:13:14.700Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 12:09 bin [2022-05-10T12:13:14.700Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 12:11 coverage.out [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 3229 May 10 12:09 go.mod [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 35116 May 10 12:09 go.sum [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 1949 May 10 12:09 main.go [2022-05-10T12:13:14.700Z] -rw-rw-r-- 1 jenkins jenkins 2007 May 10 12:09 makefile [2022-05-10T12:13:14.700Z] drwxrwxr-x 10 jenkins jenkins 4096 May 10 12:09 res [2022-05-10T12:13:14.700Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 12:09 snap [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:13:15.074Z] + 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=fd11a294be23ae2e034173c2f41caef4edd9b4b3 --label arch=arm64 --label version=0.0.0 . [2022-05-10T12:13:15.074Z] Sending build context to Docker daemon 201.2kB [2022-05-10T12:13:15.349Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T12:13:15.349Z] Step 2/27 : FROM ${BASE} AS builder [2022-05-10T12:13:15.349Z] ---> b156a6af2778 [2022-05-10T12:13:15.349Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-05-10T12:13:15.636Z] ---> Running in b653673cd070 [2022-05-10T12:13:15.908Z] Removing intermediate container b653673cd070 [2022-05-10T12:13:15.908Z] ---> 11e76c8cccd2 [2022-05-10T12:13:15.908Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T12:13:15.908Z] ---> Running in 2ade3cbd8e98 [2022-05-10T12:13:16.194Z] Removing intermediate container 2ade3cbd8e98 [2022-05-10T12:13:16.194Z] ---> c18e0e2e7ccc [2022-05-10T12:13:16.194Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-10T12:13:16.194Z] ---> Running in b2eee2c6531c [2022-05-10T12:13:16.793Z] Removing intermediate container b2eee2c6531c [2022-05-10T12:13:16.793Z] ---> 5d6a59988b67 [2022-05-10T12:13:16.793Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T12:13:16.793Z] ---> Running in afd9d9550827 [2022-05-10T12:13:18.234Z] Removing intermediate container afd9d9550827 [2022-05-10T12:13:18.234Z] ---> e0eb4d632836 [2022-05-10T12:13:18.234Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T12:13:18.510Z] ---> Running in 7ba6e35c4d14 [2022-05-10T12:13:19.496Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T12:13:20.470Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T12:13:21.454Z] OK: 220 MiB in 52 packages [2022-05-10T12:13:22.060Z] Removing intermediate container 7ba6e35c4d14 [2022-05-10T12:13:22.060Z] ---> 90df9bb8386a [2022-05-10T12:13:22.060Z] Step 8/27 : WORKDIR /app [2022-05-10T12:13:22.349Z] ---> Running in 444aa0863fc3 [2022-05-10T12:13:22.625Z] Removing intermediate container 444aa0863fc3 [2022-05-10T12:13:22.625Z] ---> 588618128113 [2022-05-10T12:13:22.625Z] Step 9/27 : COPY go.mod vendor* ./ [2022-05-10T12:13:23.226Z] ---> 6c0cff708cf5 [2022-05-10T12:13:23.226Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T12:13:23.226Z] ---> Running in 521234d2f49a [2022-05-10T12:13:25.211Z] Removing intermediate container 521234d2f49a [2022-05-10T12:13:25.211Z] ---> aff461529b51 [2022-05-10T12:13:25.211Z] Step 11/27 : COPY . . [2022-05-10T12:13:25.805Z] ---> 094158e1f8be [2022-05-10T12:13:25.805Z] Step 12/27 : ARG MAKE="make build" [2022-05-10T12:13:25.805Z] ---> Running in 658f67bdf57f [2022-05-10T12:13:26.081Z] Removing intermediate container 658f67bdf57f [2022-05-10T12:13:26.081Z] ---> 696bc8719957 [2022-05-10T12:13:26.081Z] Step 13/27 : RUN $MAKE [2022-05-10T12:13:26.360Z] ---> Running in 4118e0fdb5dd [2022-05-10T12:13:27.344Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-05-10T12:15:49.229Z] Removing intermediate container 4118e0fdb5dd [2022-05-10T12:15:49.229Z] ---> df29183d8167 [2022-05-10T12:15:49.229Z] Step 14/27 : FROM alpine:3.14 [2022-05-10T12:15:49.229Z] 3.14: Pulling from library/alpine [2022-05-10T12:15:49.229Z] 455c02918c45: Pulling fs layer [2022-05-10T12:15:49.229Z] 455c02918c45: Verifying Checksum [2022-05-10T12:15:49.229Z] 455c02918c45: Download complete [2022-05-10T12:15:49.229Z] 455c02918c45: Pull complete [2022-05-10T12:15:49.229Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T12:15:49.229Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T12:15:49.229Z] ---> ac73e934f311 [2022-05-10T12:15:49.229Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-05-10T12:15:49.229Z] ---> Running in e0a8f74ae4f2 [2022-05-10T12:15:49.229Z] Removing intermediate container e0a8f74ae4f2 [2022-05-10T12:15:49.229Z] ---> c6f93d998db4 [2022-05-10T12:15:49.229Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-05-10T12:15:49.229Z] ---> Running in 741146357c75 [2022-05-10T12:15:49.229Z] Removing intermediate container 741146357c75 [2022-05-10T12:15:49.229Z] ---> 7d6aaef301f7 [2022-05-10T12:15:49.229Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-05-10T12:15:49.229Z] ---> Running in b09307e55002 [2022-05-10T12:15:49.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-10T12:15:49.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-10T12:15:49.229Z] (1/7) Installing ca-certificates (20211220-r0) [2022-05-10T12:15:49.229Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-05-10T12:15:49.229Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-05-10T12:15:49.229Z] (4/7) Installing libsodium (1.0.18-r0) [2022-05-10T12:15:49.229Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-10T12:15:49.229Z] (6/7) Installing libzmq (4.3.4-r0) [2022-05-10T12:15:49.229Z] (7/7) Installing zeromq (4.3.4-r0) [2022-05-10T12:15:49.229Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T12:15:49.229Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T12:15:49.229Z] OK: 9 MiB in 21 packages [2022-05-10T12:15:49.229Z] Removing intermediate container b09307e55002 [2022-05-10T12:15:49.229Z] ---> b1f251c42400 [2022-05-10T12:15:49.229Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-05-10T12:15:49.229Z] ---> ac9b0939dc82 [2022-05-10T12:15:49.229Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-05-10T12:15:49.229Z] ---> 4792ab3e7247 [2022-05-10T12:15:49.229Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-05-10T12:15:49.229Z] ---> 1ec55eac00df [2022-05-10T12:15:49.229Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-05-10T12:15:49.229Z] ---> 9a9624d3fd19 [2022-05-10T12:15:49.229Z] Step 22/27 : EXPOSE 48095 [2022-05-10T12:15:49.229Z] ---> Running in 5cdf7388cf34 [2022-05-10T12:15:49.229Z] Removing intermediate container 5cdf7388cf34 [2022-05-10T12:15:49.229Z] ---> 34dcff5443eb [2022-05-10T12:15:49.229Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-05-10T12:15:49.229Z] ---> Running in 003669d788e6 [2022-05-10T12:15:49.229Z] Removing intermediate container 003669d788e6 [2022-05-10T12:15:49.229Z] ---> 837d482c47e6 [2022-05-10T12:15:49.229Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T12:15:49.229Z] ---> Running in 12780daf4656 [2022-05-10T12:15:49.229Z] Removing intermediate container 12780daf4656 [2022-05-10T12:15:49.230Z] ---> ce72e4b322b6 [2022-05-10T12:15:49.230Z] Step 25/27 : LABEL arch=arm64 [2022-05-10T12:15:49.230Z] ---> Running in 80510e5b444e [2022-05-10T12:15:49.230Z] Removing intermediate container 80510e5b444e [2022-05-10T12:15:49.230Z] ---> 80251ff9515f [2022-05-10T12:15:49.230Z] Step 26/27 : LABEL git_sha=fd11a294be23ae2e034173c2f41caef4edd9b4b3 [2022-05-10T12:15:49.230Z] ---> Running in cb2b4302c78d [2022-05-10T12:15:49.230Z] Removing intermediate container cb2b4302c78d [2022-05-10T12:15:49.230Z] ---> 08c68a934b6f [2022-05-10T12:15:49.230Z] Step 27/27 : LABEL version=0.0.0 [2022-05-10T12:15:49.230Z] ---> Running in f79565d65fff [2022-05-10T12:15:49.230Z] Removing intermediate container f79565d65fff [2022-05-10T12:15:49.230Z] ---> 15ffdd5770a3 [2022-05-10T12:15:49.230Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T12:15:49.230Z] Successfully built 15ffdd5770a3 [2022-05-10T12:15:49.230Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:15:49.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T12:15:49.950Z] [2022-05-10T12:15:49.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:15:50.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T12:15:50.625Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-10T12:15:50.625Z] 8998bd30e6a1: Pulling fs layer [2022-05-10T12:15:50.625Z] 04944245beec: Pulling fs layer [2022-05-10T12:15:50.625Z] 699f458cf7ca: Pulling fs layer [2022-05-10T12:15:50.625Z] 765212b225bb: Pulling fs layer [2022-05-10T12:15:50.625Z] f23df028b6ca: Pulling fs layer [2022-05-10T12:15:50.625Z] d65c8cfc05b1: Pulling fs layer [2022-05-10T12:15:50.625Z] 2437ff75d9bd: Pulling fs layer [2022-05-10T12:15:50.625Z] 765212b225bb: Waiting [2022-05-10T12:15:50.625Z] f23df028b6ca: Waiting [2022-05-10T12:15:50.625Z] d65c8cfc05b1: Waiting [2022-05-10T12:15:50.625Z] 2437ff75d9bd: Waiting [2022-05-10T12:15:50.625Z] 04944245beec: Verifying Checksum [2022-05-10T12:15:50.625Z] 04944245beec: Download complete [2022-05-10T12:15:50.625Z] 765212b225bb: Verifying Checksum [2022-05-10T12:15:50.625Z] 765212b225bb: Download complete [2022-05-10T12:15:50.625Z] f23df028b6ca: Verifying Checksum [2022-05-10T12:15:50.625Z] f23df028b6ca: Download complete [2022-05-10T12:15:50.625Z] d65c8cfc05b1: Verifying Checksum [2022-05-10T12:15:50.625Z] d65c8cfc05b1: Download complete [2022-05-10T12:15:50.902Z] 699f458cf7ca: Verifying Checksum [2022-05-10T12:15:50.902Z] 699f458cf7ca: Download complete [2022-05-10T12:15:51.178Z] 8998bd30e6a1: Verifying Checksum [2022-05-10T12:15:51.178Z] 8998bd30e6a1: Download complete [2022-05-10T12:15:53.823Z] 2437ff75d9bd: Verifying Checksum [2022-05-10T12:15:53.823Z] 2437ff75d9bd: Download complete [2022-05-10T12:15:55.813Z] 8998bd30e6a1: Pull complete [2022-05-10T12:15:56.094Z] 04944245beec: Pull complete [2022-05-10T12:15:57.544Z] 699f458cf7ca: Pull complete [2022-05-10T12:15:57.821Z] 765212b225bb: Pull complete [2022-05-10T12:15:58.424Z] f23df028b6ca: Pull complete [2022-05-10T12:15:58.699Z] d65c8cfc05b1: Pull complete [2022-05-10T12:16:13.808Z] 2437ff75d9bd: Pull complete [2022-05-10T12:16:13.808Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-10T12:16:13.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T12:16:13.808Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-10T12:16:14.054Z] prd-ubuntu20.04-docker-arm64-4c-16g-47541 does not seem to be running inside a container [2022-05-10T12:16:14.157Z] $ 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:arm64 cat [2022-05-10T12:16:16.960Z] $ docker top bd5e5dba0d8a15be9c5fcfcfb7a0eadbd5b00aece67aef30ad079290e0953ad7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:16:17.963Z] ---> job-cost.sh [2022-05-10T12:16:17.963Z] lf-activate-venv: SKIPPING [2022-05-10T12:16:17.963Z] INFO: No Stack... [2022-05-10T12:16:18.563Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-10T12:16:19.163Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T12:16:19.854Z] + cat /w/workspace/app-service-configurable/1/archives/cost.csv [2022-05-10T12:16:19.854Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T12:16:19.968Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [2022-05-10T12:16:19.973Z] Resource [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] did not exist. Created. [2022-05-10T12:16:19.973Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T12:16:20.717Z] /w/workspace/app-service-configurable/1@tmp/durable-d791ff48/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-10T12:16:21.419Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-10T12:16:21.455Z] Warning: overwriting stash ‘stack-cost’ [2022-05-10T12:16:21.508Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T12:16:21.523Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-418-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T12:16:21.606Z] $ docker stop --time=1 bd5e5dba0d8a15be9c5fcfcfb7a0eadbd5b00aece67aef30ad079290e0953ad7 [2022-05-10T12:16:23.096Z] $ docker rm -f bd5e5dba0d8a15be9c5fcfcfb7a0eadbd5b00aece67aef30ad079290e0953ad7 [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 [2022-05-10T12:16:24.099Z] provisioning config files... [2022-05-10T12:16:24.107Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-418@tmp/config1669037935392906612tmp [Pipeline] { [Pipeline] sh [2022-05-10T12:16:24.443Z] + set +x [2022-05-10T12:16:24.443Z] + curl -s https://codecov.io/bash [2022-05-10T12:16:24.443Z] + bash -s -- [2022-05-10T12:16:24.443Z] [2022-05-10T12:16:24.443Z] _____ _ [2022-05-10T12:16:24.443Z] / ____| | | [2022-05-10T12:16:24.443Z] | | ___ __| | ___ ___ _____ __ [2022-05-10T12:16:24.443Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-10T12:16:24.443Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-10T12:16:24.443Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-10T12:16:24.443Z] Bash-1.0.6 [2022-05-10T12:16:24.443Z] [2022-05-10T12:16:24.443Z] [2022-05-10T12:16:24.443Z] ==> git version 2.25.1 found [2022-05-10T12:16:24.443Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-05-10T12:16:24.443Z] Release-Date: 2020-01-08 [2022-05-10T12:16:24.443Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-10T12:16:24.443Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-10T12:16:24.443Z] ==> Jenkins CI detected. [2022-05-10T12:16:24.443Z] current dir:  /w/workspace/_app-service-configurable_PR-418 [2022-05-10T12:16:24.443Z] project root: . [2022-05-10T12:16:24.443Z] --> token set from env [2022-05-10T12:16:24.443Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-10T12:16:24.443Z] ==> Running gcov in . (disable via -X gcov) [2022-05-10T12:16:24.443Z] ==> Python coveragepy not found [2022-05-10T12:16:24.443Z] ==> Searching for coverage reports in: [2022-05-10T12:16:24.443Z] + . [2022-05-10T12:16:24.443Z] -> Found 1 reports [2022-05-10T12:16:24.443Z] ==> Detecting git/mercurial file structure [2022-05-10T12:16:24.443Z] ==> Reading reports [2022-05-10T12:16:24.443Z] + ./coverage.out bytes=10 [2022-05-10T12:16:24.707Z] ==> Appending adjustments [2022-05-10T12:16:24.707Z] https://docs.codecov.io/docs/fixing-reports [2022-05-10T12:16:24.707Z] + Found adjustments [2022-05-10T12:16:24.707Z] ==> Gzipping contents [2022-05-10T12:16:24.707Z] 4.0K /tmp/codecov.NaBSWv.gz [2022-05-10T12:16:24.707Z] ==> Uploading reports [2022-05-10T12:16:24.707Z] url: https://codecov.io [2022-05-10T12:16:24.707Z] query: branch=PR-418&commit=fd11a294be23ae2e034173c2f41caef4edd9b4b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-418%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=418&job=&cmd_args= [2022-05-10T12:16:24.707Z] -> Pinging Codecov [2022-05-10T12:16:24.707Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-418&commit=fd11a294be23ae2e034173c2f41caef4edd9b4b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-418%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=418&job=&cmd_args= [2022-05-10T12:16:24.968Z] -> Uploading to [2022-05-10T12:16:24.968Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-10/A97CA9966030D2A3747ED39772930CCE/fd11a294be23ae2e034173c2f41caef4edd9b4b3/4de570b1-ed87-4ed5-b5f5-726eef0bed00.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T121624Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=722679cc7fef17f71491dd3b7f9f0d0bf13d3a0fc91982b4bd9671565f6d6239 [2022-05-10T12:16:24.968Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T12:16:24.968Z] Dload Upload Total Spent Left Speed [2022-05-10T12:16:25.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2832 --:--:-- --:--:-- --:--:-- 2832 [2022-05-10T12:16:25.228Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/fd11a294be23ae2e034173c2f41caef4edd9b4b3 [Pipeline] } [2022-05-10T12:16:25.280Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-05-10T12:16:27.051Z] + [ -d /w/workspace/_app-service-configurable_PR-418/archives ] [2022-05-10T12:16:27.051Z] + ls -al /w/workspace/_app-service-configurable_PR-418/archives [2022-05-10T12:16:27.051Z] total 16 [2022-05-10T12:16:27.051Z] drwxr-xr-x 3 root root 4096 May 10 12:08 . [2022-05-10T12:16:27.051Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 12:08 .. [2022-05-10T12:16:27.051Z] drwxr-xr-x 2 root root 4096 May 10 12:08 cost [2022-05-10T12:16:27.051Z] -rw-r--r-- 1 root root 95 May 10 12:08 cost.csv [2022-05-10T12:16:27.051Z] + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-418/archives [2022-05-10T12:16:27.051Z] + ls -al /w/workspace/_app-service-configurable_PR-418/archives [2022-05-10T12:16:27.051Z] total 16 [2022-05-10T12:16:27.051Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 12:08 . [2022-05-10T12:16:27.051Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 12:08 .. [2022-05-10T12:16:27.051Z] drwxr-xr-x 2 jenkins jenkins 4096 May 10 12:08 cost [2022-05-10T12:16:27.051Z] -rw-r--r-- 1 jenkins jenkins 95 May 10 12:08 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:16:27.396Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:16:28.288Z] ---> package-listing.sh [2022-05-10T12:16:28.288Z] ++ facter osfamily [2022-05-10T12:16:28.288Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-10T12:16:28.548Z] + OS_FAMILY=debian [2022-05-10T12:16:28.548Z] + workspace=/w/workspace/_app-service-configurable_PR-418 [2022-05-10T12:16:28.548Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-10T12:16:28.548Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-10T12:16:28.548Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-10T12:16:28.548Z] + PACKAGES=/tmp/packages_start.txt [2022-05-10T12:16:28.548Z] + '[' /w/workspace/_app-service-configurable_PR-418 ']' [2022-05-10T12:16:28.548Z] + PACKAGES=/tmp/packages_end.txt [2022-05-10T12:16:28.548Z] + case "${OS_FAMILY}" in [2022-05-10T12:16:28.548Z] + dpkg -l [2022-05-10T12:16:28.548Z] + grep '^ii' [2022-05-10T12:16:28.548Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-10T12:16:28.548Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-10T12:16:28.548Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-10T12:16:28.548Z] + '[' /w/workspace/_app-service-configurable_PR-418 ']' [2022-05-10T12:16:28.548Z] + mkdir -p /w/workspace/_app-service-configurable_PR-418/archives/ [2022-05-10T12:16:28.548Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-418/archives/ [Pipeline] echo [2022-05-10T12:16:28.606Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-418/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-10T12:16:28.903Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-10T12:16:29.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T12:16:29.489Z] . [Pipeline] withDockerContainer [2022-05-10T12:16:29.578Z] prd-ubuntu20.04-docker-8c-8g-47540 does not seem to be running inside a container [2022-05-10T12:16:29.628Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-418/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-418 -v /w/workspace/_app-service-configurable_PR-418:/w/workspace/_app-service-configurable_PR-418:rw,z -v /w/workspace/_app-service-configurable_PR-418@tmp:/w/workspace/_app-service-configurable_PR-418@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-lftools-log-publisher:latest cat [2022-05-10T12:16:29.862Z] $ docker top 2ea4583f0f49f147c4c54ab09f51614e27786f1869eb62cbd84c373d6462e91d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T12:16:30.256Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-10T12:16:30.570Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-10T12:16:30.884Z] + ls /var/log/sa-host [2022-05-10T12:16:30.885Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T12:16:31.151Z] provisioning config files... [2022-05-10T12:16:31.161Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-418@tmp/config8630919322845893168tmp [Pipeline] { [Pipeline] echo [2022-05-10T12:16:31.206Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:16:31.521Z] ---> create-netrc.sh [Pipeline] } [2022-05-10T12:16:31.548Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:16:31.947Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-10T12:16:31.978Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:16:32.290Z] ---> sudo-logs.sh [2022-05-10T12:16:32.290Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-10T12:16:32.362Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:16:32.677Z] ---> job-cost.sh [2022-05-10T12:16:32.677Z] lf-activate-venv: SKIPPING [2022-05-10T12:16:32.677Z] DEBUG: total: 0.2199999988079071 [2022-05-10T12:16:32.677Z] INFO: Retrieving Stack Cost... [2022-05-10T12:16:33.248Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T12:16:33.507Z] INFO: Archiving Costs [Pipeline] echo [2022-05-10T12:16:33.542Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T12:16:33.857Z] ---> logs-deploy.sh [2022-05-10T12:16:33.857Z] lf-activate-venv: SKIPPING [2022-05-10T12:16:33.857Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-418/1 [2022-05-10T12:16:33.857Z] INFO: archiving workspace using pattern(s): [2022-05-10T12:16:34.796Z] Archives upload complete. [2022-05-10T12:16:34.796Z] INFO: archiving logs to Nexus