Pull request #474 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e31862faf1f81338e15e68b6601fba369607637f+4a685ee38dea662665d79d6c95481bff5d89fc51 (2c4ac900ae38b69f1917ac93cc2c63be7ddfcdb8) 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-ssh8522347589878881397.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh3342211097518977495.key Verifying host key using known hosts file > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-474/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # 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-474/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7221152721111082748.key Verifying host key using known hosts file > 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-474/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5042832445086117552.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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 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-ssh14960471211015236266.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 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-474/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # 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-474/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9004142220120304208.key Verifying host key using known hosts file > 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 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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.18 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7267 in /w/workspace/_app-service-configurable_PR-474 [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-474 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/474/head:refs/remotes/origin/PR-474 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 4a685ee38dea662665d79d6c95481bff5d89fc51 into PR head commit e31862faf1f81338e15e68b6601fba369607637f Merge succeeded, producing e31862faf1f81338e15e68b6601fba369607637f Checking out Revision e31862faf1f81338e15e68b6601fba369607637f (PR-474) 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 bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:03:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f e31862faf1f81338e15e68b6601fba369607637f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 4a685ee38dea662665d79d6c95481bff5d89fc51 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e31862faf1f81338e15e68b6601fba369607637f # timeout=10 [Pipeline] withCredentials 12:03:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:03:55 ========================================================= 12:03:55 EdgeX Global Pipelines Version Info 12:03:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:03:56 ------------------- 12:03:56 stable info: 12:03:56 ------------------- 12:03:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:03:56 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 12:03:56 Message: update stable to v1.0.239 12:03:57 ------------------- 12:03:57 experimental info: 12:03:57 ------------------- 12:03:57 Commited By: **** collab-it+edgex@linuxfoundation.org 12:03:57 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 12:03:57 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-474 [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-474 [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-474 [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e31862faf1f81338e15e68b6601fba369607637f [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e31862f [Pipeline] echo 12:03:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:03:58 provisioning config files... 12:03:58 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-474@tmp/config3647306302532519933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:03:59 ---> docker-login.sh 12:03:59 nexus3.edgexfoundry.org:10001 12:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:59 Configure a credential helper to remove this warning. See 12:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:59 12:03:59 Login Succeeded 12:03:59 nexus3.edgexfoundry.org:10002 12:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:03:59 Configure a credential helper to remove this warning. See 12:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:03:59 12:03:59 Login Succeeded 12:03:59 nexus3.edgexfoundry.org:10003 12:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:00 Configure a credential helper to remove this warning. See 12:04:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:00 12:04:00 Login Succeeded 12:04:00 nexus3.edgexfoundry.org:10004 12:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:00 Configure a credential helper to remove this warning. See 12:04:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:00 12:04:00 Login Succeeded 12:04:00 docker.io 12:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:00 Configure a credential helper to remove this warning. See 12:04:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:00 12:04:00 Login Succeeded 12:04:00 ---> docker-login.sh ends [Pipeline] } 12:04:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:04:01 + git rev-list -1 --merges e31862faf1f81338e15e68b6601fba369607637f~1..e31862faf1f81338e15e68b6601fba369607637f [Pipeline] echo 12:04:01 -----------> git rev-list -1 --merges e31862faf1f81338e15e68b6601fba369607637f~1..e31862faf1f81338e15e68b6601fba369607637f e31862faf1f81338e15e68b6601fba369607637f [false] [Pipeline] sh 12:04:01 + git log --format=format:%s -1 e31862faf1f81338e15e68b6601fba369607637f [Pipeline] echo 12:04:01 ========================================================= 12:04:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:04:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:04:02 + git log --format=format:%s -1 e31862faf1f81338e15e68b6601fba369607637f [Pipeline] echo 12:04:02 [semverPrep] GIT_COMMIT: e31862faf1f81338e15e68b6601fba369607637f, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 12:04:02 [semverPrep] This is not a build commit. [Pipeline] sh 12:04:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:04:02 + grep -v github /etc/ssh/ssh_known_hosts 12:04:02 + [ -e /tmp/ssh_known_hosts ] 12:04:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:04:02 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:04:02 + sudo tee -a /etc/ssh/ssh_known_hosts 12:04:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:02 12:04:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:03 0.1.4: Pulling from edgex-devops/py-git-semver 12:04:03 b85a868b505f: Pulling fs layer 12:04:03 e2be974225ed: Pulling fs layer 12:04:03 339a4e72a1f5: Pulling fs layer 12:04:03 988bab9f4d93: Pulling fs layer 12:04:03 1469e6f7b9e6: Pulling fs layer 12:04:03 988bab9f4d93: Waiting 12:04:03 1469e6f7b9e6: Waiting 12:04:03 eaf3925da568: Pulling fs layer 12:04:03 bab4dde63d76: Pulling fs layer 12:04:03 bde34c3a00c8: Pulling fs layer 12:04:03 b352a97aabf1: Pulling fs layer 12:04:03 4872d77fe225: Pulling fs layer 12:04:03 5851b861e8e6: Pulling fs layer 12:04:03 4872d77fe225: Waiting 12:04:03 5851b861e8e6: Waiting 12:04:03 bde34c3a00c8: Waiting 12:04:03 eaf3925da568: Waiting 12:04:03 b352a97aabf1: Waiting 12:04:03 bab4dde63d76: Waiting 12:04:03 e2be974225ed: Download complete 12:04:03 988bab9f4d93: Download complete 12:04:03 1469e6f7b9e6: Verifying Checksum 12:04:03 1469e6f7b9e6: Download complete 12:04:03 339a4e72a1f5: Verifying Checksum 12:04:03 339a4e72a1f5: Download complete 12:04:03 eaf3925da568: Download complete 12:04:03 bde34c3a00c8: Verifying Checksum 12:04:03 bde34c3a00c8: Download complete 12:04:03 4872d77fe225: Verifying Checksum 12:04:03 4872d77fe225: Download complete 12:04:03 5851b861e8e6: Verifying Checksum 12:04:03 5851b861e8e6: Download complete 12:04:03 b85a868b505f: Verifying Checksum 12:04:03 b85a868b505f: Download complete 12:04:04 bab4dde63d76: Verifying Checksum 12:04:04 bab4dde63d76: Download complete 12:04:05 b85a868b505f: Pull complete 12:04:05 e2be974225ed: Pull complete 12:04:05 339a4e72a1f5: Pull complete 12:04:05 988bab9f4d93: Pull complete 12:04:06 1469e6f7b9e6: Pull complete 12:04:06 eaf3925da568: Pull complete 12:04:08 bab4dde63d76: Pull complete 12:04:08 bde34c3a00c8: Pull complete 12:04:08 b352a97aabf1: Pull complete 12:04:08 4872d77fe225: Pull complete 12:04:08 5851b861e8e6: Pull complete 12:04:08 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:04:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:04:08 prd-ubuntu20.04-docker-8c-8g-7267 does not seem to be running inside a container 12:04:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-474 -v /w/workspace/_app-service-configurable_PR-474:/w/workspace/_app-service-configurable_PR-474:rw,z -v /w/workspace/_app-service-configurable_PR-474@tmp:/w/workspace/_app-service-configurable_PR-474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:04:12 $ docker top b2a29d38399bf67c739387415a518f4c2a1ca0ca04ca27ced698cb4c0c71e024 -eo pid,comm 12:04:12 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). 12:04:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:04:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:12 [ssh-agent] Looking for ssh-agent implementation... 12:04:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:12 $ docker exec b2a29d38399bf67c739387415a518f4c2a1ca0ca04ca27ced698cb4c0c71e024 ssh-agent 12:04:12 SSH_AUTH_SOCK=/tmp/ssh-TTdA5UwiAZSS/agent.33 12:04:12 SSH_AGENT_PID=39 12:04:12 Running ssh-add (command line suppressed) 12:04:12 Identity added: /w/workspace/_app-service-configurable_PR-474@tmp/private_key_87458468705203025.key (/w/workspace/_app-service-configurable_PR-474@tmp/private_key_87458468705203025.key) 12:04:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:13 + git tag --points-at HEAD [Pipeline] } 12:04:13 $ docker exec --env ******** --env ******** b2a29d38399bf67c739387415a518f4c2a1ca0ca04ca27ced698cb4c0c71e024 ssh-agent -k 12:04:13 unset SSH_AUTH_SOCK; 12:04:13 unset SSH_AGENT_PID; 12:04:13 echo Agent pid 39 killed; 12:04:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:04:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:13 [ssh-agent] Looking for ssh-agent implementation... 12:04:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:13 $ docker exec b2a29d38399bf67c739387415a518f4c2a1ca0ca04ca27ced698cb4c0c71e024 ssh-agent 12:04:13 SSH_AUTH_SOCK=/tmp/ssh-ntdGI4aM8CzR/agent.71 12:04:13 SSH_AGENT_PID=77 12:04:13 Running ssh-add (command line suppressed) 12:04:13 Identity added: /w/workspace/_app-service-configurable_PR-474@tmp/private_key_14780790358248842479.key (/w/workspace/_app-service-configurable_PR-474@tmp/private_key_14780790358248842479.key) 12:04:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:14 + git semver init 12:04:14 2022-10-06 12:04:14,376 [run_init] DEBUG init version:0.0.0 force:False 12:04:14 2022-10-06 12:04:14,377 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-474/.semver 12:04:14 2022-10-06 12:04:14,378 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-474/.semver 12:04:14 2022-10-06 12:04:14,378 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-474/.semver'], cwd=/w/workspace/_app-service-configurable_PR-474, universal_newlines=False, shell=None, istream=None) 12:04:15 2022-10-06 12:04:15,302 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-474/.git/info/exclude 12:04:15 2022-10-06 12:04:15,302 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-474/.semver/PR-474 with force:False 12:04:15 2022-10-06 12:04:15,303 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-474/.semver/PR-474 12:04:15 2022-10-06 12:04:15,307 [execute] INFO git cat-file --batch-check 12:04:15 2022-10-06 12:04:15,307 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-474/.semver, universal_newlines=False, shell=None, istream=) 12:04:15 2022-10-06 12:04:15,314 [execute] INFO git cat-file --batch 12:04:15 2022-10-06 12:04:15,314 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-474/.semver, universal_newlines=False, shell=None, istream=) 12:04:15 2022-10-06 12:04:15,319 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-474/.semver/PR-474 12:04:15 0.0.0 [Pipeline] } 12:04:15 $ docker exec --env ******** --env ******** b2a29d38399bf67c739387415a518f4c2a1ca0ca04ca27ced698cb4c0c71e024 ssh-agent -k 12:04:15 unset SSH_AUTH_SOCK; 12:04:15 unset SSH_AGENT_PID; 12:04:15 echo Agent pid 77 killed; 12:04:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:04:15 + git semver [Pipeline] } 12:04:16 $ docker stop --time=1 b2a29d38399bf67c739387415a518f4c2a1ca0ca04ca27ced698cb4c0c71e024 12:04:17 $ docker rm -f b2a29d38399bf67c739387415a518f4c2a1ca0ca04ca27ced698cb4c0c71e024 [Pipeline] // withDockerContainer [Pipeline] sh 12:04:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:04:18 Stashed 1 file(s) [Pipeline] echo 12:04:18 [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 12:04:18 provisioning config files... 12:04:18 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-474@tmp/config11865390263961718911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:04:19 ---> docker-login.sh 12:04:19 nexus3.edgexfoundry.org:10001 12:04:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:19 Configure a credential helper to remove this warning. See 12:04:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:19 12:04:19 Login Succeeded 12:04:19 nexus3.edgexfoundry.org:10002 12:04:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:19 Configure a credential helper to remove this warning. See 12:04:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:19 12:04:19 Login Succeeded 12:04:19 nexus3.edgexfoundry.org:10003 12:04:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:19 Configure a credential helper to remove this warning. See 12:04:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:19 12:04:19 Login Succeeded 12:04:19 nexus3.edgexfoundry.org:10004 12:04:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:19 Configure a credential helper to remove this warning. See 12:04:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:19 12:04:19 Login Succeeded 12:04:19 docker.io 12:04:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:19 Configure a credential helper to remove this warning. See 12:04:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:19 12:04:19 Login Succeeded 12:04:19 ---> docker-login.sh ends [Pipeline] } 12:04:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:04:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:04:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:04:20 ========================================================= 12:04:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 12:04:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:20 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 12:04:20 Sending build context to Docker daemon 3.142MB 12:04:20 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:04:20 Step 2/14 : FROM ${BASE} AS builder 12:04:20 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 12:04:20 2408cc74d12b: Pulling fs layer 12:04:20 ea60b727a1ce: Pulling fs layer 12:04:20 30c4a7721957: Pulling fs layer 12:04:20 370296b7ddb6: Pulling fs layer 12:04:20 7c6cee850709: Pulling fs layer 12:04:20 aa9baa53a306: Pulling fs layer 12:04:20 8b309c321861: Pulling fs layer 12:04:20 d8d76fd02f46: Pulling fs layer 12:04:20 fa31f396de31: Pulling fs layer 12:04:20 370296b7ddb6: Waiting 12:04:20 d8d76fd02f46: Waiting 12:04:20 fa31f396de31: Waiting 12:04:20 8b309c321861: Waiting 12:04:20 7c6cee850709: Waiting 12:04:20 aa9baa53a306: Waiting 12:04:20 30c4a7721957: Verifying Checksum 12:04:20 30c4a7721957: Download complete 12:04:20 ea60b727a1ce: Download complete 12:04:20 7c6cee850709: Download complete 12:04:20 aa9baa53a306: Verifying Checksum 12:04:20 aa9baa53a306: Download complete 12:04:20 2408cc74d12b: Download complete 12:04:21 8b309c321861: Verifying Checksum 12:04:21 8b309c321861: Download complete 12:04:21 2408cc74d12b: Pull complete 12:04:21 ea60b727a1ce: Pull complete 12:04:21 fa31f396de31: Verifying Checksum 12:04:21 fa31f396de31: Download complete 12:04:21 d8d76fd02f46: Verifying Checksum 12:04:21 d8d76fd02f46: Download complete 12:04:21 370296b7ddb6: Verifying Checksum 12:04:21 370296b7ddb6: Download complete 12:04:21 30c4a7721957: Pull complete 12:04:26 370296b7ddb6: Pull complete 12:04:26 7c6cee850709: Pull complete 12:04:26 aa9baa53a306: Pull complete 12:04:26 8b309c321861: Pull complete 12:04:28 d8d76fd02f46: Pull complete 12:04:29 fa31f396de31: Pull complete 12:04:29 Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a 12:04:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:04:29 ---> cef68f9685f8 12:04:29 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:04:33 Still waiting to schedule task 12:04:33 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:04:35 ---> Running in 30c8f6964220 12:04:35 Removing intermediate container 30c8f6964220 12:04:35 ---> 987c4e47854a 12:04:35 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:04:35 ---> Running in 5d652e4d00ed 12:04:35 Removing intermediate container 5d652e4d00ed 12:04:35 ---> 981ee5408a25 12:04:35 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:04:36 ---> Running in d0ff66351344 12:04:36 Removing intermediate container d0ff66351344 12:04:36 ---> a5f91337a6a1 12:04:36 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:04:36 ---> Running in 42b4f2c52fec 12:04:36 Removing intermediate container 42b4f2c52fec 12:04:36 ---> cd944c46a6c5 12:04:36 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:04:36 ---> Running in 71bc826b7d3b 12:04:37 Removing intermediate container 71bc826b7d3b 12:04:37 ---> 78407a87ed9d 12:04:37 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:04:37 ---> Running in 200bff1026ad 12:04:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:04:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:04:39 OK: 211 MiB in 51 packages 12:04:39 Removing intermediate container 200bff1026ad 12:04:39 ---> ca24b5685397 12:04:39 Step 9/14 : WORKDIR /app 12:04:39 ---> Running in e4c89fed767c 12:04:39 Removing intermediate container e4c89fed767c 12:04:39 ---> fada0189e0b5 12:04:39 Step 10/14 : COPY go.mod vendor* ./ 12:04:40 ---> 2d0177a86ba4 12:04:40 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:04:40 ---> Running in ec18ae232511 12:05:19 Removing intermediate container ec18ae232511 12:05:19 ---> 26aff845700b 12:05:19 Step 12/14 : COPY . . 12:05:19 ---> 463c3bc491b3 12:05:19 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:05:19 ---> Running in 3da8ac18ea52 12:05:19 Removing intermediate container 3da8ac18ea52 12:05:19 ---> 5ba332466ccb 12:05:19 Step 14/14 : RUN $MAKE 12:05:19 ---> Running in dfcf61e00151 12:05:19 noop 12:05:19 Removing intermediate container dfcf61e00151 12:05:19 ---> 1feed8a3e3a7 12:05:19 Successfully built 1feed8a3e3a7 12:05:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:19 + docker inspect -f . ci-base-image-x86_64 12:05:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:19 prd-ubuntu20.04-docker-8c-8g-7267 does not seem to be running inside a container 12:05:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-474 -v /w/workspace/_app-service-configurable_PR-474:/w/workspace/_app-service-configurable_PR-474:rw,z -v /w/workspace/_app-service-configurable_PR-474@tmp:/w/workspace/_app-service-configurable_PR-474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:05:20 $ docker top 953eb2085df0191ef7c1fe82133391bc73ac93d792396a6e5c1ce4909c2132e0 -eo pid,comm [Pipeline] { [Pipeline] sh 12:05:20 + go version 12:05:20 go version go1.18.3 linux/amd64 [Pipeline] } 12:05:20 $ docker stop --time=1 953eb2085df0191ef7c1fe82133391bc73ac93d792396a6e5c1ce4909c2132e0 12:05:22 $ docker rm -f 953eb2085df0191ef7c1fe82133391bc73ac93d792396a6e5c1ce4909c2132e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:22 + docker inspect -f . ci-base-image-x86_64 12:05:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:22 prd-ubuntu20.04-docker-8c-8g-7267 does not seem to be running inside a container 12:05:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/_app-service-configurable_PR-474 -v /w/workspace/_app-service-configurable_PR-474:/w/workspace/_app-service-configurable_PR-474:rw,z -v /w/workspace/_app-service-configurable_PR-474@tmp:/w/workspace/_app-service-configurable_PR-474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:05:23 $ docker top 6ad6a9932331ecb0ff450c6fa7cdcccfea0e3f57e6bd7494da6a485b1fabaf9a -eo pid,comm [Pipeline] { [Pipeline] sh 12:05:23 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-474 [Pipeline] fileExists [Pipeline] sh 12:05:24 + make test 12:05:24 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:05:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:05:34 CGO_ENABLED=1 go vet ./... 12:05:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:05:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:05:38 ./bin/test-attribution-txt.sh [Pipeline] echo 12:05:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:05:38 $ docker stop --time=1 6ad6a9932331ecb0ff450c6fa7cdcccfea0e3f57e6bd7494da6a485b1fabaf9a 12:05:41 $ docker rm -f 6ad6a9932331ecb0ff450c6fa7cdcccfea0e3f57e6bd7494da6a485b1fabaf9a [Pipeline] // withDockerContainer [Pipeline] sh 12:05:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:05:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:05:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:05:42 + ls -al . 12:05:42 total 176 12:05:42 drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 12:05 . 12:05:42 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 12:03 .. 12:05:42 -rw-rw-r-- 1 jenkins jenkins 119 Oct 6 12:03 .dockerignore 12:05:42 drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 12:04 .git 12:05:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 12:03 .github 12:05:42 -rw-rw-r-- 1 jenkins jenkins 171 Oct 6 12:03 .gitignore 12:05:42 drwxr-xr-x 3 jenkins jenkins 4096 Oct 6 12:04 .semver 12:05:42 -rw-rw-r-- 1 jenkins jenkins 9207 Oct 6 12:03 Attribution.txt 12:05:42 -rw-rw-r-- 1 jenkins jenkins 27269 Oct 6 12:03 CHANGELOG.md 12:05:42 -rw-rw-r-- 1 jenkins jenkins 2146 Oct 6 12:03 Dockerfile 12:05:42 -rw-rw-r-- 1 jenkins jenkins 677 Oct 6 12:03 GOVERNANCE.md 12:05:42 -rw-rw-r-- 1 jenkins jenkins 688 Oct 6 12:03 Jenkinsfile 12:05:42 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 6 12:03 LICENSE 12:05:42 -rw-rw-r-- 1 jenkins jenkins 618 Oct 6 12:03 OWNERS.md 12:05:42 -rw-rw-r-- 1 jenkins jenkins 4369 Oct 6 12:03 README.md 12:05:42 -rw-rw-r-- 1 jenkins jenkins 5 Oct 6 12:04 VERSION 12:05:42 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 12:03 bin 12:05:42 -rw-r--r-- 1 jenkins jenkins 10 Oct 6 12:05 coverage.out 12:05:42 -rw-rw-r-- 1 jenkins jenkins 3448 Oct 6 12:03 go.mod 12:05:42 -rw-rw-r-- 1 jenkins jenkins 37326 Oct 6 12:03 go.sum 12:05:42 -rw-rw-r-- 1 jenkins jenkins 1949 Oct 6 12:03 main.go 12:05:42 -rw-rw-r-- 1 jenkins jenkins 2185 Oct 6 12:03 makefile 12:05:42 drwxrwxr-x 10 jenkins jenkins 4096 Oct 6 12:03 res 12:05:42 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 12:03 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:43 + 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=e31862faf1f81338e15e68b6601fba369607637f --label arch=amd64 --label version=0.0.0 . 12:05:43 Sending build context to Docker daemon 3.143MB 12:05:43 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:05:43 Step 2/28 : FROM ${BASE} AS builder 12:05:43 ---> 1feed8a3e3a7 12:05:43 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:05:43 ---> Running in d3df9ccf75df 12:05:43 Removing intermediate container d3df9ccf75df 12:05:43 ---> cbff7ac37e14 12:05:43 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:05:43 ---> Running in 1d97289d9c4b 12:05:44 Removing intermediate container 1d97289d9c4b 12:05:44 ---> 0f0852a6cd32 12:05:44 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:05:44 ---> Running in da84667cd097 12:05:44 Removing intermediate container da84667cd097 12:05:44 ---> a910fc26175e 12:05:44 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:05:44 ---> Running in 99933643af94 12:05:44 Removing intermediate container 99933643af94 12:05:44 ---> 846544f049ea 12:05:44 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:05:44 ---> Running in 76f4b209f93d 12:05:45 Removing intermediate container 76f4b209f93d 12:05:45 ---> c96dabd85b81 12:05:45 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:05:45 ---> Running in 4697de0cf0d4 12:05:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:05:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:05:46 OK: 211 MiB in 51 packages 12:05:47 Removing intermediate container 4697de0cf0d4 12:05:47 ---> aaceddfec92e 12:05:47 Step 9/28 : WORKDIR /app 12:05:47 ---> Running in 73a653d2f0d3 12:05:47 Removing intermediate container 73a653d2f0d3 12:05:47 ---> 2e7794ec0b93 12:05:47 Step 10/28 : COPY go.mod vendor* ./ 12:05:47 ---> 5df0eb50e1f0 12:05:47 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:05:48 ---> Running in e7997aaea369 12:05:49 Removing intermediate container e7997aaea369 12:05:49 ---> 3dffb9e08089 12:05:49 Step 12/28 : COPY . . 12:05:49 ---> c6d0bafef5d8 12:05:49 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:05:49 ---> Running in ebc47cb7ec9d 12:05:49 Removing intermediate container ebc47cb7ec9d 12:05:49 ---> 1ce3c9296450 12:05:49 Step 14/28 : RUN $MAKE 12:05:49 ---> Running in c29a38151dfd 12:05:49 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.47 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:06:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7269 in /w/workspace/_app-service-configurable_PR-474 [Pipeline] { [Pipeline] ws 12:06:01 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:06:01 Selected Git installation does not exist. Using Default 12:06:01 The recommended git tool is: NONE 12:06:06 using credential edgex-jenkins-ssh 12:06:06 Cloning the remote Git repository 12:06:06 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:06:06 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:06:06 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:06:06 > git --version # timeout=10 12:06:06 > git --version # 'git version 2.25.1' 12:06:06 using GIT_SSH to set credentials SSH Credentials for GitHub 12:06:06 Verifying host key using known hosts file 12:06:07 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:06:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:06:08 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:06:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:06:09 Merging remotes/origin/main commit 4a685ee38dea662665d79d6c95481bff5d89fc51 into PR head commit e31862faf1f81338e15e68b6601fba369607637f 12:06:09 Merge succeeded, producing e31862faf1f81338e15e68b6601fba369607637f 12:06:09 Checking out Revision e31862faf1f81338e15e68b6601fba369607637f (PR-474) 12:06:08 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:06:09 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:06:09 using GIT_SSH to set credentials SSH Credentials for GitHub 12:06:09 Verifying host key using known hosts file 12:06:09 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:06:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/474/head:refs/remotes/origin/PR-474 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:06:09 > git config core.sparsecheckout # timeout=10 12:06:09 > git checkout -f e31862faf1f81338e15e68b6601fba369607637f # timeout=10 12:06:09 > git remote # timeout=10 12:06:09 > git config --get remote.origin.url # timeout=10 12:06:09 using GIT_SSH to set credentials SSH Credentials for GitHub 12:06:09 Verifying host key using known hosts file 12:06:09 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:06:09 > git merge 4a685ee38dea662665d79d6c95481bff5d89fc51 # timeout=10 12:06:09 > git rev-parse HEAD^{commit} # timeout=10 12:06:09 > git config core.sparsecheckout # timeout=10 12:06:09 > git checkout -f e31862faf1f81338e15e68b6601fba369607637f # timeout=10 12:06:10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:06:10 > git --version # timeout=10 12:06:10 > git --version # 'git version 2.25.1' 12:06:10 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:06:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:06:11 % Total % Received % Xferd Average Speed Time Time Time Current 12:06:11 Dload Upload Total Spent Left Speed 12:06:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 88125 0 --:--:-- --:--:-- --:--:-- 88125 [Pipeline] sh 12:06:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:06:12 + sudo tee /etc/docker/daemon.new 12:06:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:06:12 { 12:06:12 "registry-mirrors": [ 12:06:12 "https://nexus3.edgexfoundry.org:10001" 12:06:12 ], 12:06:12 "bip": "10.250.0.254/24", 12:06:12 "hosts": [ 12:06:12 "tcp://0.0.0.0:5555", 12:06:12 "unix:///var/run/docker.sock" 12:06:12 ], 12:06:12 "mtu": 1458, 12:06:12 "selinux-enabled": true, 12:06:12 "seccomp-profile": "/etc/docker/seccomp.json" 12:06:12 } [Pipeline] sh 12:06:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:06:13 + sudo service docker restart 12:06:16 Removing intermediate container c29a38151dfd 12:06:16 ---> ae888dbc56a2 12:06:16 Step 15/28 : FROM alpine:3.16 12:06:16 3.16: Pulling from library/alpine 12:06:16 213ec9aee27d: Pulling fs layer 12:06:16 213ec9aee27d: Verifying Checksum 12:06:16 213ec9aee27d: Download complete 12:06:16 213ec9aee27d: Pull complete 12:06:16 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:06:16 Status: Downloaded newer image for alpine:3.16 12:06:16 ---> 9c6f07244728 12:06:16 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:06:16 ---> Running in 8367118dfe70 12:06:17 Removing intermediate container 8367118dfe70 12:06:17 ---> 7d7a4028e5ea 12:06:17 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:06:17 ---> Running in 6a786d3800d4 12:06:17 Removing intermediate container 6a786d3800d4 12:06:17 ---> c88fd014f7b4 12:06:17 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:06:17 ---> Running in 5c4c37e77310 12:06:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:06:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:06:17 (1/7) Installing ca-certificates (20220614-r0) 12:06:17 (2/7) Installing dumb-init (1.2.5-r1) 12:06:17 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:06:17 (4/7) Installing libsodium (1.0.18-r0) 12:06:17 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:06:17 (6/7) Installing libzmq (4.3.4-r0) 12:06:17 (7/7) Installing zeromq (4.3.4-r0) 12:06:17 Executing busybox-1.35.0-r17.trigger 12:06:17 Executing ca-certificates-20220614-r0.trigger 12:06:17 OK: 9 MiB in 21 packages 12:06:18 Removing intermediate container 5c4c37e77310 12:06:18 ---> 226eb449804b 12:06:18 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:06:18 ---> 881225f8eaf9 12:06:18 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:06:18 ---> 9eeda3af05b4 12:06:18 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:06:18 ---> 36f22f06cff3 12:06:18 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:06:19 ---> ec2cc15cda09 12:06:19 Step 23/28 : EXPOSE 48095 12:06:19 ---> Running in ad726cdb68c0 12:06:19 Removing intermediate container ad726cdb68c0 12:06:19 ---> dc747d90dce6 12:06:19 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:06:19 ---> Running in ea5289ab1e96 12:06:19 Removing intermediate container ea5289ab1e96 12:06:19 ---> 5d5e42898f4c 12:06:19 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:06:19 ---> Running in fedf7f36cc14 12:06:19 Removing intermediate container fedf7f36cc14 12:06:19 ---> f40c9f105cff 12:06:19 Step 26/28 : LABEL arch=amd64 12:06:19 ---> Running in 076b206757b6 12:06:20 Removing intermediate container 076b206757b6 12:06:20 ---> b6e67efd13ac 12:06:20 Step 27/28 : LABEL git_sha=e31862faf1f81338e15e68b6601fba369607637f 12:06:20 ---> Running in 35a28920be3b 12:06:20 Removing intermediate container 35a28920be3b 12:06:20 ---> d13fbf8937c9 12:06:20 Step 28/28 : LABEL version=0.0.0 12:06:20 ---> Running in b501de585aeb 12:06:20 Removing intermediate container b501de585aeb 12:06:20 ---> 43b38f1bcf97 12:06:20 [Warning] One or more build-args [ARCH] were not consumed 12:06:20 Successfully built 43b38f1bcf97 12:06:20 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh 12:06:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:21 12:06:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:21 latest: Pulling from edgex-lftools-log-publisher 12:06:21 5eb5b503b376: Pulling fs layer 12:06:21 5c69ac0246d0: Pulling fs layer 12:06:21 ec43610c2a17: Pulling fs layer 12:06:21 3a2ae6a8a46f: Pulling fs layer 12:06:21 33b1e0a273af: Pulling fs layer 12:06:21 5d3b04190fa2: Pulling fs layer 12:06:21 2f39f015ded8: Pulling fs layer 12:06:21 33b1e0a273af: Waiting 12:06:21 5d3b04190fa2: Waiting 12:06:21 2f39f015ded8: Waiting 12:06:21 3a2ae6a8a46f: Waiting 12:06:21 5c69ac0246d0: Download complete 12:06:21 3a2ae6a8a46f: Verifying Checksum 12:06:21 3a2ae6a8a46f: Download complete 12:06:21 33b1e0a273af: Verifying Checksum 12:06:21 33b1e0a273af: Download complete 12:06:21 5d3b04190fa2: Verifying Checksum 12:06:21 5d3b04190fa2: Download complete 12:06:21 ec43610c2a17: Verifying Checksum 12:06:21 ec43610c2a17: Download complete 12:06:22 5eb5b503b376: Verifying Checksum 12:06:22 5eb5b503b376: Download complete 12:06:22 2f39f015ded8: Download complete 12:06:23 5eb5b503b376: Pull complete 12:06:23 5c69ac0246d0: Pull complete 12:06:24 ec43610c2a17: Pull complete 12:06:24 3a2ae6a8a46f: Pull complete 12:06:24 33b1e0a273af: Pull complete 12:06:24 5d3b04190fa2: Pull complete 12:06:29 2f39f015ded8: Pull complete 12:06:29 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:06:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:06:30 prd-ubuntu20.04-docker-8c-8g-7267 does not seem to be running inside a container 12:06:30 $ 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-474 -v /w/workspace/_app-service-configurable_PR-474:/w/workspace/_app-service-configurable_PR-474:rw,z -v /w/workspace/_app-service-configurable_PR-474@tmp:/w/workspace/_app-service-configurable_PR-474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:06:34 $ docker top 5c032c7ee4845ef5903749eca4bdc187ba301628bd5acbe5bcf06f6fda50e835 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider 12:06:35 provisioning config files... 12:06:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config15117388497296601269tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:06:35 ---> job-cost.sh 12:06:35 lf-activate-venv: SKIPPING 12:06:35 INFO: No Stack... 12:06:35 ---> docker-login.sh 12:06:35 nexus3.edgexfoundry.org:10001 12:06:35 INFO: Retrieving Pricing Info for: v3-standard-8 12:06:36 INFO: Archiving Costs [Pipeline] sh 12:06:36 + cat /w/workspace/_app-service-configurable_PR-474/archives/cost.csv 12:06:36 + cut -d, -f6 [Pipeline] lock 12:06:36 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-474-1-stack-cost] 12:06:36 Resource [jenkins-edgexfoundry-app-service-configurable-PR-474-1-stack-cost] did not exist. Created. 12:06:36 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-474-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:06:37 + echo total: 0.2199999988079071 12:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:37 Configure a credential helper to remove this warning. See 12:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:37 12:06:37 Login Succeeded 12:06:37 nexus3.edgexfoundry.org:10002 [Pipeline] stash 12:06:37 Stashed 1 file(s) [Pipeline] } 12:06:37 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-474-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:06:37 $ docker stop --time=1 5c032c7ee4845ef5903749eca4bdc187ba301628bd5acbe5bcf06f6fda50e835 12:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:37 Configure a credential helper to remove this warning. See 12:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:37 12:06:37 Login Succeeded 12:06:37 nexus3.edgexfoundry.org:10003 12:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:37 Configure a credential helper to remove this warning. See 12:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:37 12:06:37 Login Succeeded 12:06:37 nexus3.edgexfoundry.org:10004 12:06:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:38 Configure a credential helper to remove this warning. See 12:06:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:38 12:06:38 Login Succeeded 12:06:38 docker.io 12:06:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:38 $ docker rm -f 5c032c7ee4845ef5903749eca4bdc187ba301628bd5acbe5bcf06f6fda50e835 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:06:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:38 Configure a credential helper to remove this warning. See 12:06:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:38 12:06:38 Login Succeeded 12:06:38 ---> docker-login.sh ends [Pipeline] } 12:06:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:06:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:06:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:06:39 ========================================================= 12:06:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 12:06:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:39 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 12:06:39 Sending build context to Docker daemon 207.4kB 12:06:40 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:06:40 Step 2/14 : FROM ${BASE} AS builder 12:06:40 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:06:40 b3c136eddcbf: Pulling fs layer 12:06:40 c0a3192eca97: Pulling fs layer 12:06:40 a050256f5b6f: Pulling fs layer 12:06:40 656be50a0ddc: Pulling fs layer 12:06:40 2bbca73fdf42: Pulling fs layer 12:06:40 f607e4fc86c3: Pulling fs layer 12:06:40 4d572c569a2c: Pulling fs layer 12:06:40 fcf976331f73: Pulling fs layer 12:06:40 656be50a0ddc: Waiting 12:06:40 f607e4fc86c3: Waiting 12:06:40 4d572c569a2c: Waiting 12:06:40 2bbca73fdf42: Waiting 12:06:40 a050256f5b6f: Download complete 12:06:40 c0a3192eca97: Verifying Checksum 12:06:40 c0a3192eca97: Download complete 12:06:40 2bbca73fdf42: Verifying Checksum 12:06:40 2bbca73fdf42: Download complete 12:06:40 f607e4fc86c3: Verifying Checksum 12:06:40 f607e4fc86c3: Download complete 12:06:40 b3c136eddcbf: Download complete 12:06:41 b3c136eddcbf: Pull complete 12:06:41 fcf976331f73: Verifying Checksum 12:06:41 fcf976331f73: Download complete 12:06:41 c0a3192eca97: Pull complete 12:06:42 a050256f5b6f: Pull complete 12:06:42 4d572c569a2c: Verifying Checksum 12:06:42 4d572c569a2c: Download complete 12:06:43 656be50a0ddc: Verifying Checksum 12:06:43 656be50a0ddc: Download complete 12:06:55 656be50a0ddc: Pull complete 12:06:55 2bbca73fdf42: Pull complete 12:06:55 f607e4fc86c3: Pull complete 12:07:00 4d572c569a2c: Pull complete 12:07:03 fcf976331f73: Pull complete 12:07:03 Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 12:07:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:07:03 ---> 3970a7415f9e 12:07:03 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:07:04 ---> Running in 25b912b7a4c8 12:07:04 Removing intermediate container 25b912b7a4c8 12:07:04 ---> 988025a8f41b 12:07:04 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:07:04 ---> Running in 7e5223e407cc 12:07:04 Removing intermediate container 7e5223e407cc 12:07:04 ---> 10c923af31d7 12:07:04 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:07:04 ---> Running in 44710de36d3c 12:07:05 Removing intermediate container 44710de36d3c 12:07:05 ---> e2e34c2c77ba 12:07:05 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:07:05 ---> Running in 4b99006798e1 12:07:05 Removing intermediate container 4b99006798e1 12:07:05 ---> b88cf215df5c 12:07:05 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:07:05 ---> Running in f99842a49458 12:07:07 Removing intermediate container f99842a49458 12:07:07 ---> 4786e91c0d07 12:07:07 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:07:07 ---> Running in 3ac72c2c6404 12:07:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:07:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:07:10 OK: 221 MiB in 51 packages 12:07:11 Removing intermediate container 3ac72c2c6404 12:07:11 ---> 97c0adb77c9e 12:07:11 Step 9/14 : WORKDIR /app 12:07:11 ---> Running in ecae57b35900 12:07:11 Removing intermediate container ecae57b35900 12:07:11 ---> b5dfc668da6d 12:07:11 Step 10/14 : COPY go.mod vendor* ./ 12:07:11 ---> d3a17f7982c2 12:07:11 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:07:11 ---> Running in 100bcf57ae30 12:07:58 Removing intermediate container 100bcf57ae30 12:07:58 ---> b3617f41b2d0 12:07:58 Step 12/14 : COPY . . 12:07:59 ---> 39939d3cd46a 12:07:59 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:07:59 ---> Running in 701b5cecd159 12:07:59 Removing intermediate container 701b5cecd159 12:07:59 ---> d79357e2235d 12:07:59 Step 14/14 : RUN $MAKE 12:08:00 ---> Running in 32608e79e452 12:08:01 noop 12:08:01 Removing intermediate container 32608e79e452 12:08:01 ---> 143a1841e63c 12:08:01 Successfully built 143a1841e63c 12:08:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:02 + docker inspect -f . ci-base-image-arm64 12:08:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:02 prd-ubuntu20.04-docker-arm64-4c-16g-7269 does not seem to be running inside a container 12:08:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:08:03 $ docker top b05189494a3e4cbe40fa0abce48bd73a94ee29e286d6d5e346801eec4d0cae38 -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:04 + go version 12:08:04 go version go1.18.3 linux/arm64 [Pipeline] } 12:08:04 $ docker stop --time=1 b05189494a3e4cbe40fa0abce48bd73a94ee29e286d6d5e346801eec4d0cae38 12:08:06 $ docker rm -f b05189494a3e4cbe40fa0abce48bd73a94ee29e286d6d5e346801eec4d0cae38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:06 + docker inspect -f . ci-base-image-arm64 12:08:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:07 prd-ubuntu20.04-docker-arm64-4c-16g-7269 does not seem to be running inside a container 12:08:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:08:08 $ docker top 1e4374f00bbc7291a21862047ba68d4ae3a8ab2698ac67b04dbcbfac20f15358 -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:08 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 12:08:09 + make test 12:08:09 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:09:31 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:09:31 CGO_ENABLED=1 go vet ./... 12:09:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:09:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:09:46 ./bin/test-attribution-txt.sh [Pipeline] echo 12:09:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:09:46 $ docker stop --time=1 1e4374f00bbc7291a21862047ba68d4ae3a8ab2698ac67b04dbcbfac20f15358 12:09:48 $ docker rm -f 1e4374f00bbc7291a21862047ba68d4ae3a8ab2698ac67b04dbcbfac20f15358 [Pipeline] // withDockerContainer [Pipeline] sh 12:09:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:09:49 Warning: overwriting stash ‘coverage-report’ 12:09:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:09:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:09:50 + ls -al . 12:09:50 total 172 12:09:50 drwxrwxr-x 7 jenkins jenkins 4096 Oct 6 12:08 . 12:09:50 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 12:06 .. 12:09:50 -rw-rw-r-- 1 jenkins jenkins 119 Oct 6 12:06 .dockerignore 12:09:50 drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 12:06 .git 12:09:50 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 12:06 .github 12:09:50 -rw-rw-r-- 1 jenkins jenkins 171 Oct 6 12:06 .gitignore 12:09:50 -rw-rw-r-- 1 jenkins jenkins 9207 Oct 6 12:06 Attribution.txt 12:09:50 -rw-rw-r-- 1 jenkins jenkins 27269 Oct 6 12:06 CHANGELOG.md 12:09:50 -rw-rw-r-- 1 jenkins jenkins 2146 Oct 6 12:06 Dockerfile 12:09:50 -rw-rw-r-- 1 jenkins jenkins 677 Oct 6 12:06 GOVERNANCE.md 12:09:50 -rw-rw-r-- 1 jenkins jenkins 688 Oct 6 12:06 Jenkinsfile 12:09:50 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 6 12:06 LICENSE 12:09:50 -rw-rw-r-- 1 jenkins jenkins 618 Oct 6 12:06 OWNERS.md 12:09:50 -rw-rw-r-- 1 jenkins jenkins 4369 Oct 6 12:06 README.md 12:09:50 -rw-rw-r-- 1 jenkins jenkins 5 Oct 6 12:04 VERSION 12:09:50 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 12:06 bin 12:09:50 -rw-r--r-- 1 jenkins jenkins 10 Oct 6 12:08 coverage.out 12:09:50 -rw-rw-r-- 1 jenkins jenkins 3448 Oct 6 12:06 go.mod 12:09:50 -rw-rw-r-- 1 jenkins jenkins 37326 Oct 6 12:06 go.sum 12:09:50 -rw-rw-r-- 1 jenkins jenkins 1949 Oct 6 12:06 main.go 12:09:50 -rw-rw-r-- 1 jenkins jenkins 2185 Oct 6 12:06 makefile 12:09:50 drwxrwxr-x 10 jenkins jenkins 4096 Oct 6 12:06 res 12:09:50 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 12:06 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:50 + 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=e31862faf1f81338e15e68b6601fba369607637f --label arch=arm64 --label version=0.0.0 . 12:09:50 Sending build context to Docker daemon 208.4kB 12:09:51 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:09:51 Step 2/28 : FROM ${BASE} AS builder 12:09:51 ---> 143a1841e63c 12:09:51 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:09:51 ---> Running in 5aee5f78af02 12:09:51 Removing intermediate container 5aee5f78af02 12:09:51 ---> 53eeb4a51995 12:09:51 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:09:51 ---> Running in 7d7b91bcdd13 12:09:51 Removing intermediate container 7d7b91bcdd13 12:09:51 ---> c95e307667ad 12:09:51 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:09:51 ---> Running in 734ac686104d 12:09:52 Removing intermediate container 734ac686104d 12:09:52 ---> eb0f89cc43d1 12:09:52 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:09:52 ---> Running in af31bc5e67dd 12:09:52 Removing intermediate container af31bc5e67dd 12:09:52 ---> 8ad571d865c2 12:09:52 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:09:52 ---> Running in 25e774b5199c 12:09:54 Removing intermediate container 25e774b5199c 12:09:54 ---> c2def227ab8b 12:09:54 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:09:54 ---> Running in f45b4365b1d0 12:09:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:09:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:09:56 OK: 221 MiB in 51 packages 12:09:57 Removing intermediate container f45b4365b1d0 12:09:57 ---> 451e96b81d53 12:09:57 Step 9/28 : WORKDIR /app 12:09:57 ---> Running in 6680717ba7cd 12:09:57 Removing intermediate container 6680717ba7cd 12:09:57 ---> 8b460de9e942 12:09:57 Step 10/28 : COPY go.mod vendor* ./ 12:09:58 ---> 9c6e149cbc63 12:09:58 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:58 ---> Running in 8310ec2eff09 12:10:00 Removing intermediate container 8310ec2eff09 12:10:00 ---> 2a41ff0d5e06 12:10:00 Step 12/28 : COPY . . 12:10:00 ---> ab259f6fdaec 12:10:00 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:10:00 ---> Running in 8bb8abfa714c 12:10:01 Removing intermediate container 8bb8abfa714c 12:10:01 ---> 127e8f7c5d3d 12:10:01 Step 14/28 : RUN $MAKE 12:10:01 ---> Running in 65530f2f5169 12:10:02 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.47 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:12:38 Removing intermediate container 65530f2f5169 12:12:38 ---> 249588dee63f 12:12:38 Step 15/28 : FROM alpine:3.16 12:12:38 3.16: Pulling from library/alpine 12:12:38 9b18e9b68314: Pulling fs layer 12:12:38 9b18e9b68314: Verifying Checksum 12:12:38 9b18e9b68314: Download complete 12:12:38 9b18e9b68314: Pull complete 12:12:38 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:12:38 Status: Downloaded newer image for alpine:3.16 12:12:38 ---> a6215f271958 12:12:38 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:12:38 ---> Running in beb36a9add93 12:12:38 Removing intermediate container beb36a9add93 12:12:38 ---> 3ae102608e25 12:12:38 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:12:38 ---> Running in 37c3ed89d073 12:12:38 Removing intermediate container 37c3ed89d073 12:12:38 ---> 8dd0c1d802aa 12:12:38 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:12:38 ---> Running in c7c1281766a4 12:12:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:12:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:12:38 (1/7) Installing ca-certificates (20220614-r0) 12:12:38 (2/7) Installing dumb-init (1.2.5-r1) 12:12:38 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:12:38 (4/7) Installing libsodium (1.0.18-r0) 12:12:38 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:12:38 (6/7) Installing libzmq (4.3.4-r0) 12:12:38 (7/7) Installing zeromq (4.3.4-r0) 12:12:38 Executing busybox-1.35.0-r17.trigger 12:12:38 Executing ca-certificates-20220614-r0.trigger 12:12:38 OK: 9 MiB in 21 packages 12:12:38 Removing intermediate container c7c1281766a4 12:12:38 ---> 7ad1a6d36410 12:12:38 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:12:38 ---> 7aeb5830b254 12:12:38 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:12:38 ---> d23b6870f883 12:12:38 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:12:38 ---> a9c741ff92cb 12:12:38 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:12:38 ---> fadfc0e547dd 12:12:38 Step 23/28 : EXPOSE 48095 12:12:38 ---> Running in cb391efe7dfe 12:12:38 Removing intermediate container cb391efe7dfe 12:12:38 ---> a32a3345a846 12:12:38 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:12:38 ---> Running in 1508055dc843 12:12:38 Removing intermediate container 1508055dc843 12:12:38 ---> 8a1852470fb6 12:12:38 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:12:38 ---> Running in eef87d9a009d 12:12:38 Removing intermediate container eef87d9a009d 12:12:38 ---> 13b58287ebc7 12:12:38 Step 26/28 : LABEL arch=arm64 12:12:38 ---> Running in 34e028335bd2 12:12:39 Removing intermediate container 34e028335bd2 12:12:39 ---> dd704c0edf9d 12:12:39 Step 27/28 : LABEL git_sha=e31862faf1f81338e15e68b6601fba369607637f 12:12:39 ---> Running in b928828a2b24 12:12:39 Removing intermediate container b928828a2b24 12:12:39 ---> a3762662bcb9 12:12:39 Step 28/28 : LABEL version=0.0.0 12:12:39 ---> Running in 97fcf76930e3 12:12:39 Removing intermediate container 97fcf76930e3 12:12:39 ---> 2f9cb55f7425 12:12:39 [Warning] One or more build-args [ARCH] were not consumed 12:12:39 Successfully built 2f9cb55f7425 12:12:39 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh 12:12:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:12:40 12:12:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:12:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:12:41 arm64: Pulling from edgex-lftools-log-publisher 12:12:41 8998bd30e6a1: Pulling fs layer 12:12:41 04944245beec: Pulling fs layer 12:12:41 699f458cf7ca: Pulling fs layer 12:12:41 765212b225bb: Pulling fs layer 12:12:41 f23df028b6ca: Pulling fs layer 12:12:41 d65c8cfc05b1: Pulling fs layer 12:12:41 2437ff75d9bd: Pulling fs layer 12:12:41 765212b225bb: Waiting 12:12:41 d65c8cfc05b1: Waiting 12:12:41 f23df028b6ca: Waiting 12:12:41 2437ff75d9bd: Waiting 12:12:41 04944245beec: Verifying Checksum 12:12:41 04944245beec: Download complete 12:12:41 765212b225bb: Verifying Checksum 12:12:41 765212b225bb: Download complete 12:12:41 f23df028b6ca: Verifying Checksum 12:12:41 f23df028b6ca: Download complete 12:12:41 d65c8cfc05b1: Verifying Checksum 12:12:41 d65c8cfc05b1: Download complete 12:12:41 699f458cf7ca: Verifying Checksum 12:12:41 8998bd30e6a1: Verifying Checksum 12:12:41 8998bd30e6a1: Download complete 12:12:44 2437ff75d9bd: Verifying Checksum 12:12:44 2437ff75d9bd: Download complete 12:12:45 8998bd30e6a1: Pull complete 12:12:46 04944245beec: Pull complete 12:12:47 699f458cf7ca: Pull complete 12:12:47 765212b225bb: Pull complete 12:12:48 f23df028b6ca: Pull complete 12:12:48 d65c8cfc05b1: Pull complete 12:13:03 2437ff75d9bd: Pull complete 12:13:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:13:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:13:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:13:03 prd-ubuntu20.04-docker-arm64-4c-16g-7269 does not seem to be running inside a container 12:13:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:13:06 $ docker top 75b7ffe921d29daef6f027a18989ac17d0a38b0129563741916fd3a79289e2b4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:13:07 ---> job-cost.sh 12:13:07 lf-activate-venv: SKIPPING 12:13:07 INFO: No Stack... 12:13:07 INFO: Retrieving Pricing Info for: v3-standard-4 12:13:08 INFO: Archiving Costs [Pipeline] sh 12:13:09 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 12:13:09 + cut -d, -f6 [Pipeline] lock 12:13:09 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-474-1-stack-cost] 12:13:09 Resource [jenkins-edgexfoundry-app-service-configurable-PR-474-1-stack-cost] did not exist. Created. 12:13:09 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-474-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:13:09 /w/workspace/app-service-configurable/1@tmp/durable-70c36046/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:13:10 + echo total: 0.10999999940395355 [Pipeline] stash 12:13:10 Warning: overwriting stash ‘stack-cost’ 12:13:10 Stashed 1 file(s) [Pipeline] } 12:13:10 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-474-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:13:10 $ docker stop --time=1 75b7ffe921d29daef6f027a18989ac17d0a38b0129563741916fd3a79289e2b4 12:13:11 $ docker rm -f 75b7ffe921d29daef6f027a18989ac17d0a38b0129563741916fd3a79289e2b4 [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 12:13:12 provisioning config files... 12:13:12 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-474@tmp/config3538259001164801061tmp [Pipeline] { [Pipeline] sh 12:13:12 + set +x 12:13:12 + curl -s https://codecov.io/bash 12:13:12 + bash -s -- 12:13:12 12:13:12 _____ _ 12:13:12 / ____| | | 12:13:12 | | ___ __| | ___ ___ _____ __ 12:13:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:13:12 | |___| (_) | (_| | __/ (_| (_) \ V / 12:13:12 \_____\___/ \__,_|\___|\___\___/ \_/ 12:13:12 Bash-1.0.6 12:13:12 12:13:12 12:13:12 ==> git version 2.25.1 found 12:13:12 ==> 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 12:13:12 Release-Date: 2020-01-08 12:13:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:13:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:13:12 ==> Jenkins CI detected. 12:13:12 current dir:  /w/workspace/_app-service-configurable_PR-474 12:13:12 project root: . 12:13:12 --> token set from env 12:13:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:13:12 ==> Running gcov in . (disable via -X gcov) 12:13:12 ==> Python coveragepy not found 12:13:12 ==> Searching for coverage reports in: 12:13:12 + . 12:13:12 -> Found 1 reports 12:13:12 ==> Detecting git/mercurial file structure 12:13:13 ==> Reading reports 12:13:13 + ./coverage.out bytes=10 12:13:13 ==> Appending adjustments 12:13:13 https://docs.codecov.io/docs/fixing-reports 12:13:13 + Found adjustments 12:13:13 ==> Gzipping contents 12:13:13 4.0K /tmp/codecov.FWjVaX.gz 12:13:13 ==> Uploading reports 12:13:13 url: https://codecov.io 12:13:13 query: branch=PR-474&commit=e31862faf1f81338e15e68b6601fba369607637f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-474%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=474&job=&cmd_args= 12:13:13 -> Pinging Codecov 12:13:13 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-474&commit=e31862faf1f81338e15e68b6601fba369607637f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-474%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=474&job=&cmd_args= 12:13:13 -> Uploading to 12:13:13 https://storage.googleapis.com/codecov/v4/raw/2022-10-06/A97CA9966030D2A3747ED39772930CCE/e31862faf1f81338e15e68b6601fba369607637f/1a9289c9-d02b-4391-9298-d94ebe702a4a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221006%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221006T121313Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ae6ab49c6866c3e2c8e08c914b4624ae0dc47d7ef4bd2d9a841409806bbfd27d 12:13:13 % Total % Received % Xferd Average Speed Time Time Time Current 12:13:13 Dload Upload Total Spent Left Speed 12:13:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2233 --:--:-- --:--:-- --:--:-- 2223 12:13:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/e31862faf1f81338e15e68b6601fba369607637f [Pipeline] } 12:13:13 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 12:13:15 + [ -d /w/workspace/_app-service-configurable_PR-474/archives ] 12:13:15 + ls -al /w/workspace/_app-service-configurable_PR-474/archives 12:13:15 total 16 12:13:15 drwxr-xr-x 3 root root 4096 Oct 6 12:06 . 12:13:15 drwxrwxr-x 9 jenkins jenkins 4096 Oct 6 12:06 .. 12:13:15 drwxr-xr-x 2 root root 4096 Oct 6 12:06 cost 12:13:15 -rw-r--r-- 1 root root 96 Oct 6 12:06 cost.csv 12:13:15 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-474/archives 12:13:15 + ls -al /w/workspace/_app-service-configurable_PR-474/archives 12:13:15 total 16 12:13:15 drwxr-xr-x 3 jenkins jenkins 4096 Oct 6 12:06 . 12:13:15 drwxrwxr-x 9 jenkins jenkins 4096 Oct 6 12:06 .. 12:13:15 drwxr-xr-x 2 jenkins jenkins 4096 Oct 6 12:06 cost 12:13:15 -rw-r--r-- 1 jenkins jenkins 96 Oct 6 12:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:13:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:13:16 ---> package-listing.sh 12:13:16 ++ facter osfamily 12:13:16 ++ tr '[:upper:]' '[:lower:]' 12:13:16 + OS_FAMILY=debian 12:13:16 + workspace=/w/workspace/_app-service-configurable_PR-474 12:13:16 + START_PACKAGES=/tmp/packages_start.txt 12:13:16 + END_PACKAGES=/tmp/packages_end.txt 12:13:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:13:16 + PACKAGES=/tmp/packages_start.txt 12:13:16 + '[' /w/workspace/_app-service-configurable_PR-474 ']' 12:13:16 + PACKAGES=/tmp/packages_end.txt 12:13:16 + case "${OS_FAMILY}" in 12:13:16 + dpkg -l 12:13:16 + grep '^ii' 12:13:16 + '[' -f /tmp/packages_start.txt ']' 12:13:16 + '[' -f /tmp/packages_end.txt ']' 12:13:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:13:16 + '[' /w/workspace/_app-service-configurable_PR-474 ']' 12:13:16 + mkdir -p /w/workspace/_app-service-configurable_PR-474/archives/ 12:13:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-474/archives/ [Pipeline] echo 12:13:16 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-474/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:13:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:13:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:13:18 prd-ubuntu20.04-docker-8c-8g-7267 does not seem to be running inside a container 12:13:18 $ 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-474/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-474 -v /w/workspace/_app-service-configurable_PR-474:/w/workspace/_app-service-configurable_PR-474:rw,z -v /w/workspace/_app-service-configurable_PR-474@tmp:/w/workspace/_app-service-configurable_PR-474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:13:18 $ docker top d70ca10970d3c287a31bf509485bc4f37dadf75395757b9080e7d4fc365966d0 -eo pid,comm [Pipeline] { [Pipeline] sh 12:13:18 + touch /tmp/pre-build-complete [Pipeline] sh 12:13:18 + mkdir -p /var/log/sysstat [Pipeline] sh 12:13:19 + ls /var/log/sa-host 12:13:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:13:19 provisioning config files... 12:13:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-474@tmp/config2192504711087389695tmp [Pipeline] { [Pipeline] echo 12:13:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:13:19 ---> create-netrc.sh [Pipeline] } 12:13:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:13:20 ---> python-tools-install.sh [Pipeline] echo 12:13:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:13:20 ---> sudo-logs.sh 12:13:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:13:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:13:21 ---> job-cost.sh 12:13:21 lf-activate-venv: SKIPPING 12:13:21 DEBUG: total: 0.2199999988079071 12:13:21 INFO: Retrieving Stack Cost... 12:13:21 INFO: Retrieving Pricing Info for: v3-standard-8 12:13:21 INFO: Archiving Costs [Pipeline] echo 12:13:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:13:22 ---> logs-deploy.sh 12:13:22 lf-activate-venv: SKIPPING 12:13:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-474/1 12:13:22 INFO: archiving workspace using pattern(s): 12:13:23 Archives upload complete. 12:13:23 INFO: archiving logs to Nexus