Pull request #491 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe+c652ff16af1e74f6a40a6431fa4d554cbc316d6f (d96e71f74bf2969277253506f6364d633e489f50) 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-ssh3200376583117108283.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh15493671932712561776.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-491/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-491/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12400868596025793770.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-491/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5694813577717118645.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh4439813368197939814.key > 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-491/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-491/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15391698217576510330.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-121116’ Running on prd-ubuntu20.04-docker-8c-8g-121134 in /w/workspace/_app-service-configurable_PR-491 [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-491 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit c652ff16af1e74f6a40a6431fa4d554cbc316d6f into PR head commit 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/491/head:refs/remotes/origin/PR-491 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe Checking out Revision 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe (PR-491) > git config core.sparsecheckout # timeout=10 > git checkout -f 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c652ff16af1e74f6a40a6431fa4d554cbc316d6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe # timeout=10 Commit message: "refactor!: Use latest SDK for flattened config stem" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:52:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:52:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:52:21 ========================================================= 21:52:21 EdgeX Global Pipelines Version Info 21:52:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:52:22 ------------------- 21:52:22 stable info: 21:52:22 ------------------- 21:52:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:52:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:52:22 Message: update stable to v1.0.244 21:52:22 ------------------- 21:52:22 experimental info: 21:52:22 ------------------- 21:52:22 Commited By: **** collab-it+edgex@linuxfoundation.org 21:52:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:52:22 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:52:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:52:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:52:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:52:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-491 [Pipeline] echo 21:52:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-491 [Pipeline] echo 21:52:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-491 [Pipeline] echo 21:52:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] echo 21:52:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c99e1c [Pipeline] echo 21:52:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:52:24 provisioning config files... 21:52:24 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-491@tmp/config16695720705141376630tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:24 ---> docker-login.sh 21:52:24 nexus3.edgexfoundry.org:10001 21:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:25 Configure a credential helper to remove this warning. See 21:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:25 21:52:25 Login Succeeded 21:52:25 nexus3.edgexfoundry.org:10002 21:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:25 Configure a credential helper to remove this warning. See 21:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:25 21:52:25 Login Succeeded 21:52:25 nexus3.edgexfoundry.org:10003 21:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:25 Configure a credential helper to remove this warning. See 21:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:25 21:52:25 Login Succeeded 21:52:25 nexus3.edgexfoundry.org:10004 21:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:25 Configure a credential helper to remove this warning. See 21:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:25 21:52:25 Login Succeeded 21:52:25 docker.io 21:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:25 Configure a credential helper to remove this warning. See 21:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:25 21:52:25 Login Succeeded 21:52:25 ---> docker-login.sh ends [Pipeline] } 21:52:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:52:26 + git rev-list -1 --merges 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe~1..5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] echo 21:52:26 -----------> git rev-list -1 --merges 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe~1..5c99e1cd132ccc19edbcd18e483be06a1f5b21fe 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [false] [Pipeline] sh 21:52:26 + git log --format=format:%s -1 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] echo 21:52:26 ========================================================= 21:52:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:52:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:52:27 + git log --format=format:%s -1 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] echo 21:52:27 [semverPrep] GIT_COMMIT: 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe, Commit Message: refactor!: Use latest SDK for flattened config stem [Pipeline] echo 21:52:27 [semverPrep] This is not a build commit. [Pipeline] sh 21:52:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:52:27 + grep -v github /etc/ssh/ssh_known_hosts 21:52:27 + [ -e /tmp/ssh_known_hosts ] 21:52:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:52:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:52:27 + sudo tee -a /etc/ssh/ssh_known_hosts 21:52:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:52:28 21:52:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:52:28 0.1.4: Pulling from edgex-devops/py-git-semver 21:52:28 b85a868b505f: Pulling fs layer 21:52:28 e2be974225ed: Pulling fs layer 21:52:28 339a4e72a1f5: Pulling fs layer 21:52:28 988bab9f4d93: Pulling fs layer 21:52:28 1469e6f7b9e6: Pulling fs layer 21:52:28 eaf3925da568: Pulling fs layer 21:52:28 bab4dde63d76: Pulling fs layer 21:52:28 bde34c3a00c8: Pulling fs layer 21:52:28 b352a97aabf1: Pulling fs layer 21:52:28 4872d77fe225: Pulling fs layer 21:52:28 5851b861e8e6: Pulling fs layer 21:52:28 bab4dde63d76: Waiting 21:52:28 bde34c3a00c8: Waiting 21:52:28 988bab9f4d93: Waiting 21:52:28 b352a97aabf1: Waiting 21:52:28 4872d77fe225: Waiting 21:52:28 1469e6f7b9e6: Waiting 21:52:28 5851b861e8e6: Waiting 21:52:28 eaf3925da568: Waiting 21:52:28 e2be974225ed: Verifying Checksum 21:52:28 e2be974225ed: Download complete 21:52:28 988bab9f4d93: Verifying Checksum 21:52:28 988bab9f4d93: Download complete 21:52:28 1469e6f7b9e6: Verifying Checksum 21:52:28 1469e6f7b9e6: Download complete 21:52:28 eaf3925da568: Verifying Checksum 21:52:28 eaf3925da568: Download complete 21:52:28 339a4e72a1f5: Verifying Checksum 21:52:28 339a4e72a1f5: Download complete 21:52:28 bde34c3a00c8: Verifying Checksum 21:52:28 bde34c3a00c8: Download complete 21:52:28 b352a97aabf1: Verifying Checksum 21:52:28 b352a97aabf1: Download complete 21:52:28 4872d77fe225: Download complete 21:52:28 b85a868b505f: Verifying Checksum 21:52:28 b85a868b505f: Download complete 21:52:28 5851b861e8e6: Verifying Checksum 21:52:28 5851b861e8e6: Download complete 21:52:29 bab4dde63d76: Verifying Checksum 21:52:29 bab4dde63d76: Download complete 21:52:30 b85a868b505f: Pull complete 21:52:30 e2be974225ed: Pull complete 21:52:30 339a4e72a1f5: Pull complete 21:52:30 988bab9f4d93: Pull complete 21:52:31 1469e6f7b9e6: Pull complete 21:52:31 eaf3925da568: Pull complete 21:52:33 bab4dde63d76: Pull complete 21:52:33 bde34c3a00c8: Pull complete 21:52:33 b352a97aabf1: Pull complete 21:52:33 4872d77fe225: Pull complete 21:52:33 5851b861e8e6: Pull complete 21:52:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:52:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:52:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:52:33 prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container 21:52:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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-devops/py-git-semver:0.1.4 cat 21:52:35 $ docker top 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 -eo pid,comm 21:52:35 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). 21:52:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:52:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:35 [ssh-agent] Looking for ssh-agent implementation... 21:52:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:35 $ docker exec 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 ssh-agent 21:52:35 SSH_AUTH_SOCK=/tmp/ssh-xxG9dhhO9NnS/agent.32 21:52:35 SSH_AGENT_PID=38 21:52:35 Running ssh-add (command line suppressed) 21:52:35 Identity added: /w/workspace/_app-service-configurable_PR-491@tmp/private_key_10754995665645187207.key (/w/workspace/_app-service-configurable_PR-491@tmp/private_key_10754995665645187207.key) 21:52:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:36 + git tag --points-at HEAD [Pipeline] } 21:52:36 $ docker exec --env ******** --env ******** 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 ssh-agent -k 21:52:36 unset SSH_AUTH_SOCK; 21:52:36 unset SSH_AGENT_PID; 21:52:36 echo Agent pid 38 killed; 21:52:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:52:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:36 [ssh-agent] Looking for ssh-agent implementation... 21:52:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:36 $ docker exec 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 ssh-agent 21:52:36 SSH_AUTH_SOCK=/tmp/ssh-q2MXmTymBGVw/agent.70 21:52:36 SSH_AGENT_PID=76 21:52:36 Running ssh-add (command line suppressed) 21:52:36 Identity added: /w/workspace/_app-service-configurable_PR-491@tmp/private_key_1525797745941338587.key (/w/workspace/_app-service-configurable_PR-491@tmp/private_key_1525797745941338587.key) 21:52:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:37 + git semver init 21:52:37 2022-12-13 21:52:37,347 [run_init] DEBUG init version:0.0.0 force:False 21:52:37 2022-12-13 21:52:37,348 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-491/.semver 21:52:37 2022-12-13 21:52:37,349 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-491/.semver 21:52:37 2022-12-13 21:52:37,349 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-491/.semver'], cwd=/w/workspace/_app-service-configurable_PR-491, universal_newlines=False, shell=None, istream=None) 21:52:38 2022-12-13 21:52:38,222 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-491/.git/info/exclude 21:52:38 2022-12-13 21:52:38,223 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-491/.semver/PR-491 with force:False 21:52:38 2022-12-13 21:52:38,223 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-491/.semver/PR-491 21:52:38 2022-12-13 21:52:38,227 [execute] INFO git cat-file --batch-check 21:52:38 2022-12-13 21:52:38,228 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-491/.semver, universal_newlines=False, shell=None, istream=) 21:52:38 2022-12-13 21:52:38,235 [execute] INFO git cat-file --batch 21:52:38 2022-12-13 21:52:38,235 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-491/.semver, universal_newlines=False, shell=None, istream=) 21:52:38 2022-12-13 21:52:38,239 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-491/.semver/PR-491 21:52:38 0.0.0 [Pipeline] } 21:52:38 $ docker exec --env ******** --env ******** 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 ssh-agent -k 21:52:38 unset SSH_AUTH_SOCK; 21:52:38 unset SSH_AGENT_PID; 21:52:38 echo Agent pid 76 killed; 21:52:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:52:38 + git semver [Pipeline] } 21:52:39 $ docker stop --time=1 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 21:52:40 $ docker rm -f 88de58d50617e1acc568826a9b100c959a5b4d013a22eede0e484dd7e0c38383 [Pipeline] // withDockerContainer [Pipeline] sh 21:52:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:52:41 Stashed 1 file(s) [Pipeline] echo 21:52:41 [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 21:52:41 provisioning config files... 21:52:41 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-491@tmp/config16293102810512864998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:42 ---> docker-login.sh 21:52:42 nexus3.edgexfoundry.org:10001 21:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:42 Configure a credential helper to remove this warning. See 21:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:42 21:52:42 Login Succeeded 21:52:42 nexus3.edgexfoundry.org:10002 21:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:42 Configure a credential helper to remove this warning. See 21:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:42 21:52:42 Login Succeeded 21:52:42 nexus3.edgexfoundry.org:10003 21:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:42 Configure a credential helper to remove this warning. See 21:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:42 21:52:42 Login Succeeded 21:52:42 nexus3.edgexfoundry.org:10004 21:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:42 Configure a credential helper to remove this warning. See 21:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:42 21:52:42 Login Succeeded 21:52:42 docker.io 21:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:42 Configure a credential helper to remove this warning. See 21:52:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:42 21:52:42 Login Succeeded 21:52:42 ---> docker-login.sh ends [Pipeline] } 21:52:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:52:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:52:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:52:43 ========================================================= 21:52:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:52:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:43 + 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 . 21:52:43 Sending build context to Docker daemon 3.196MB 21:52:43 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 21:52:43 Step 2/13 : FROM ${BASE} AS builder 21:52:43 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:52:43 213ec9aee27d: Pulling fs layer 21:52:43 4583459ba037: Pulling fs layer 21:52:43 93c1e223e6f2: Pulling fs layer 21:52:43 53926ce57604: Pulling fs layer 21:52:43 21b2b0c7a3f4: Pulling fs layer 21:52:43 22ff95d597cd: Pulling fs layer 21:52:43 12d6caf4c0d1: Pulling fs layer 21:52:43 96b7cbca73a9: Pulling fs layer 21:52:43 a7acece74701: Pulling fs layer 21:52:43 22ff95d597cd: Waiting 21:52:43 12d6caf4c0d1: Waiting 21:52:43 96b7cbca73a9: Waiting 21:52:43 a7acece74701: Waiting 21:52:43 53926ce57604: Waiting 21:52:43 21b2b0c7a3f4: Waiting 21:52:43 93c1e223e6f2: Download complete 21:52:43 4583459ba037: Verifying Checksum 21:52:43 4583459ba037: Download complete 21:52:43 21b2b0c7a3f4: Verifying Checksum 21:52:43 21b2b0c7a3f4: Download complete 21:52:43 22ff95d597cd: Verifying Checksum 21:52:43 22ff95d597cd: Download complete 21:52:44 213ec9aee27d: Verifying Checksum 21:52:44 213ec9aee27d: Download complete 21:52:44 12d6caf4c0d1: Verifying Checksum 21:52:44 12d6caf4c0d1: Download complete 21:52:44 213ec9aee27d: Pull complete 21:52:44 4583459ba037: Pull complete 21:52:44 93c1e223e6f2: Pull complete 21:52:44 a7acece74701: Verifying Checksum 21:52:44 a7acece74701: Download complete 21:52:45 96b7cbca73a9: Verifying Checksum 21:52:45 96b7cbca73a9: Download complete 21:52:45 53926ce57604: Verifying Checksum 21:52:45 53926ce57604: Download complete 21:52:49 53926ce57604: Pull complete 21:52:49 21b2b0c7a3f4: Pull complete 21:52:49 22ff95d597cd: Pull complete 21:52:49 12d6caf4c0d1: Pull complete 21:52:51 96b7cbca73a9: Pull complete 21:52:51 a7acece74701: Pull complete 21:52:51 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:52:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:52:51 ---> db6d94c90886 21:52:51 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:52:53 ---> Running in 2f082f76b04a 21:52:53 Removing intermediate container 2f082f76b04a 21:52:53 ---> 52b46c9e5b8c 21:52:53 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 21:52:53 ---> Running in 124cf2111a83 21:52:53 Removing intermediate container 124cf2111a83 21:52:53 ---> c3f85afe1817 21:52:53 Step 5/13 : ARG ADD_BUILD_TAGS="" 21:52:53 ---> Running in 33cf62ffbb19 21:52:53 Removing intermediate container 33cf62ffbb19 21:52:53 ---> bc80901c5a2e 21:52:53 Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 21:52:53 ---> Running in 4e9d27329677 21:52:53 Removing intermediate container 4e9d27329677 21:52:53 ---> 0e3097ae39f5 21:52:53 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:52:53 ---> Running in 5db9ae148f4e 21:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:52:54 OK: 211 MiB in 51 packages 21:52:54 Removing intermediate container 5db9ae148f4e 21:52:54 ---> 2be78b108356 21:52:54 Step 8/13 : WORKDIR /app 21:52:55 ---> Running in 0d84a0cc8bb8 21:52:55 Removing intermediate container 0d84a0cc8bb8 21:52:55 ---> 94b499751856 21:52:55 Step 9/13 : COPY go.mod vendor* ./ 21:52:55 ---> f31052dcd0f1 21:52:55 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:52:55 ---> Running in 327189f27876 21:52:56 Still waiting to schedule task 21:52:56 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-121118’ 21:53:13 Removing intermediate container 327189f27876 21:53:13 ---> eb7e67286943 21:53:13 Step 11/13 : COPY . . 21:53:13 ---> c7b72dac5348 21:53:13 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:53:13 ---> Running in 193b9538045a 21:53:13 Removing intermediate container 193b9538045a 21:53:13 ---> 0c3c90481c06 21:53:13 Step 13/13 : RUN $MAKE 21:53:13 ---> Running in fc1c114e15b3 21:53:13 noop 21:53:13 Removing intermediate container fc1c114e15b3 21:53:13 ---> 5b0d62197ad3 21:53:13 Successfully built 5b0d62197ad3 21:53:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:13 + docker inspect -f . ci-base-image-x86_64 21:53:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:53:14 prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container 21:53:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:53:14 $ docker top 53b0c32e61a4da1eb72d7e36bc115b836ea2ba84fd32c6619e6e61ea0816d132 -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:14 + go version 21:53:14 go version go1.18.7 linux/amd64 [Pipeline] } 21:53:14 $ docker stop --time=1 53b0c32e61a4da1eb72d7e36bc115b836ea2ba84fd32c6619e6e61ea0816d132 21:53:16 $ docker rm -f 53b0c32e61a4da1eb72d7e36bc115b836ea2ba84fd32c6619e6e61ea0816d132 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:16 + docker inspect -f . ci-base-image-x86_64 21:53:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:53:17 prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container 21:53:17 $ 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-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:53:17 $ docker top 6bc2f3d8031e80f4c866ad52d3d8c7d10f42625902fc971becfc7d581bee7c03 -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:17 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-491 [Pipeline] fileExists [Pipeline] sh 21:53:18 + make test 21:53:18 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:53:28 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:53:28 CGO_ENABLED=1 go vet ./... 21:53:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:53:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:53:30 ./bin/test-attribution-txt.sh [Pipeline] echo 21:53:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:53:31 $ docker stop --time=1 6bc2f3d8031e80f4c866ad52d3d8c7d10f42625902fc971becfc7d581bee7c03 21:53:32 $ docker rm -f 6bc2f3d8031e80f4c866ad52d3d8c7d10f42625902fc971becfc7d581bee7c03 [Pipeline] // withDockerContainer [Pipeline] sh 21:53:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:53:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:53:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:53:34 + ls -al . 21:53:34 total 184 21:53:34 drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 21:53 . 21:53:34 drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 21:52 .. 21:53:34 -rw-rw-r-- 1 jenkins jenkins 119 Dec 13 21:52 .dockerignore 21:53:34 drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 21:52 .git 21:53:34 drwxrwxr-x 3 jenkins jenkins 4096 Dec 13 21:52 .github 21:53:34 -rw-rw-r-- 1 jenkins jenkins 171 Dec 13 21:52 .gitignore 21:53:34 drwxr-xr-x 3 jenkins jenkins 4096 Dec 13 21:52 .semver 21:53:34 -rw-rw-r-- 1 jenkins jenkins 9207 Dec 13 21:52 Attribution.txt 21:53:34 -rw-rw-r-- 1 jenkins jenkins 29118 Dec 13 21:52 CHANGELOG.md 21:53:34 -rw-rw-r-- 1 jenkins jenkins 2058 Dec 13 21:52 Dockerfile 21:53:34 -rw-rw-r-- 1 jenkins jenkins 677 Dec 13 21:52 GOVERNANCE.md 21:53:34 -rw-rw-r-- 1 jenkins jenkins 688 Dec 13 21:52 Jenkinsfile 21:53:34 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 13 21:52 LICENSE 21:53:34 -rw-rw-r-- 1 jenkins jenkins 618 Dec 13 21:52 OWNERS.md 21:53:34 -rw-rw-r-- 1 jenkins jenkins 4369 Dec 13 21:52 README.md 21:53:34 -rw-rw-r-- 1 jenkins jenkins 5 Dec 13 21:52 VERSION 21:53:34 drwxrwxr-x 2 jenkins jenkins 4096 Dec 13 21:52 bin 21:53:34 -rw-r--r-- 1 jenkins jenkins 10 Dec 13 21:53 coverage.out 21:53:34 -rw-rw-r-- 1 jenkins jenkins 3396 Dec 13 21:52 go.mod 21:53:34 -rw-rw-r-- 1 jenkins jenkins 44230 Dec 13 21:52 go.sum 21:53:34 -rw-rw-r-- 1 jenkins jenkins 1949 Dec 13 21:52 main.go 21:53:34 -rw-rw-r-- 1 jenkins jenkins 2185 Dec 13 21:52 makefile 21:53:34 drwxrwxr-x 10 jenkins jenkins 4096 Dec 13 21:52 res 21:53:34 drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 21:52 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:34 + 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=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe --label arch=amd64 --label version=0.0.0 . 21:53:34 Sending build context to Docker daemon 3.197MB 21:53:34 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 21:53:34 Step 2/27 : FROM ${BASE} AS builder 21:53:34 ---> 5b0d62197ad3 21:53:34 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:53:34 ---> Running in 636a7b37a5ab 21:53:34 Removing intermediate container 636a7b37a5ab 21:53:34 ---> 4c8d780e63b6 21:53:34 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:53:34 ---> Running in d4658f24a9bd 21:53:34 Removing intermediate container d4658f24a9bd 21:53:34 ---> 62fa2e7bba84 21:53:34 Step 5/27 : ARG ADD_BUILD_TAGS="" 21:53:34 ---> Running in a395246a4d19 21:53:34 Removing intermediate container a395246a4d19 21:53:34 ---> 78ffecc4ec83 21:53:34 Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 21:53:34 ---> Running in e68345c84917 21:53:35 Removing intermediate container e68345c84917 21:53:35 ---> e07cced34dfc 21:53:35 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:53:35 ---> Running in 016885bf99e4 21:53:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:53:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:53:35 OK: 211 MiB in 51 packages 21:53:36 Removing intermediate container 016885bf99e4 21:53:36 ---> e17d616446d4 21:53:36 Step 8/27 : WORKDIR /app 21:53:36 ---> Running in 244bffa63bee 21:53:36 Removing intermediate container 244bffa63bee 21:53:36 ---> 1bbaa3865fb7 21:53:36 Step 9/27 : COPY go.mod vendor* ./ 21:53:36 ---> 2069a4d5608c 21:53:36 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:53:36 ---> Running in ae4dedd37494 21:53:37 Removing intermediate container ae4dedd37494 21:53:37 ---> e1942776a5a6 21:53:37 Step 11/27 : COPY . . 21:53:37 ---> c45e7b97eeb5 21:53:37 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:53:37 ---> Running in 2ea5fca0cf0a 21:53:37 Removing intermediate container 2ea5fca0cf0a 21:53:37 ---> 787f9d9adaa2 21:53:37 Step 13/27 : RUN $MAKE 21:53:37 ---> Running in a908c93ad55d 21:53:37 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 21:53:59 Removing intermediate container a908c93ad55d 21:53:59 ---> fc09fdfbae0a 21:53:59 Step 14/27 : FROM alpine:3.16 21:53:59 3.16: Pulling from library/alpine 21:53:59 ca7dd9ec2225: Pulling fs layer 21:53:59 ca7dd9ec2225: Verifying Checksum 21:53:59 ca7dd9ec2225: Download complete 21:53:59 ca7dd9ec2225: Pull complete 21:53:59 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 21:53:59 Status: Downloaded newer image for alpine:3.16 21:53:59 ---> bfe296a52501 21:53:59 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 21:53:59 ---> Running in c6d58a0f21da 21:53:59 Removing intermediate container c6d58a0f21da 21:53:59 ---> d827b8d14ddc 21:53:59 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:53:59 ---> Running in cf7700837d4b 21:53:59 Removing intermediate container cf7700837d4b 21:53:59 ---> a7ac6d121994 21:53:59 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:53:59 ---> Running in baff8ad9ddf3 21:53:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:53:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:53:59 (1/7) Installing ca-certificates (20220614-r0) 21:53:59 (2/7) Installing dumb-init (1.2.5-r1) 21:53:59 (3/7) Installing libgcc (11.2.1_git20220219-r2) 21:53:59 (4/7) Installing libsodium (1.0.18-r0) 21:53:59 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 21:53:59 (6/7) Installing libzmq (4.3.4-r0) 21:53:59 (7/7) Installing zeromq (4.3.4-r0) 21:53:59 Executing busybox-1.35.0-r17.trigger 21:53:59 Executing ca-certificates-20220614-r0.trigger 21:53:59 OK: 9 MiB in 21 packages 21:53:59 Removing intermediate container baff8ad9ddf3 21:53:59 ---> cc68350bdd9d 21:53:59 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:53:59 ---> e5bc65702271 21:53:59 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:54:00 ---> ecea90a56d06 21:54:00 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:54:00 ---> b32878f7c871 21:54:00 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:54:00 ---> 5f0a91c1e231 21:54:00 Step 22/27 : EXPOSE 48095 21:54:00 ---> Running in fbf9ac970cbb 21:54:00 Removing intermediate container fbf9ac970cbb 21:54:00 ---> 80cb469e3efa 21:54:00 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:54:00 ---> Running in 364f4746689c 21:54:00 Removing intermediate container 364f4746689c 21:54:00 ---> f94bcfc42fe7 21:54:00 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:54:00 ---> Running in 63491e6576eb 21:54:01 Removing intermediate container 63491e6576eb 21:54:01 ---> e0bf1433fcc4 21:54:01 Step 25/27 : LABEL arch=amd64 21:54:01 ---> Running in 7e149eb4a8d9 21:54:01 Removing intermediate container 7e149eb4a8d9 21:54:01 ---> 681eec7b8604 21:54:01 Step 26/27 : LABEL git_sha=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe 21:54:01 ---> Running in c686c0683ffa 21:54:01 Removing intermediate container c686c0683ffa 21:54:01 ---> b28defb0f099 21:54:01 Step 27/27 : LABEL version=0.0.0 21:54:01 ---> Running in e6feea733a74 21:54:01 Removing intermediate container e6feea733a74 21:54:01 ---> 9e8824bbbf58 21:54:01 [Warning] One or more build-args [ARCH] were not consumed 21:54:01 Successfully built 9e8824bbbf58 21:54:01 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 21:54:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:54:02 21:54:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:54:02 latest: Pulling from edgex-lftools-log-publisher 21:54:02 5eb5b503b376: Pulling fs layer 21:54:02 5c69ac0246d0: Pulling fs layer 21:54:02 ec43610c2a17: Pulling fs layer 21:54:02 3a2ae6a8a46f: Pulling fs layer 21:54:02 33b1e0a273af: Pulling fs layer 21:54:02 5d3b04190fa2: Pulling fs layer 21:54:02 2f39f015ded8: Pulling fs layer 21:54:02 33b1e0a273af: Waiting 21:54:02 2f39f015ded8: Waiting 21:54:02 5d3b04190fa2: Waiting 21:54:02 3a2ae6a8a46f: Waiting 21:54:02 5c69ac0246d0: Verifying Checksum 21:54:02 5c69ac0246d0: Download complete 21:54:02 3a2ae6a8a46f: Verifying Checksum 21:54:02 3a2ae6a8a46f: Download complete 21:54:02 33b1e0a273af: Download complete 21:54:02 5d3b04190fa2: Verifying Checksum 21:54:02 5d3b04190fa2: Download complete 21:54:02 ec43610c2a17: Verifying Checksum 21:54:02 ec43610c2a17: Download complete 21:54:02 5eb5b503b376: Verifying Checksum 21:54:02 5eb5b503b376: Download complete 21:54:03 2f39f015ded8: Download complete 21:54:04 5eb5b503b376: Pull complete 21:54:04 5c69ac0246d0: Pull complete 21:54:04 ec43610c2a17: Pull complete 21:54:04 3a2ae6a8a46f: Pull complete 21:54:04 33b1e0a273af: Pull complete 21:54:04 5d3b04190fa2: Pull complete 21:54:09 2f39f015ded8: Pull complete 21:54:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:54:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:54:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:54:09 prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container 21:54:09 $ 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-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:54:10 $ docker top 20df198034b250e05ce6ef05274ea1f0cb1d2c84efd4d89f28781bbcbd764240 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:54:11 ---> job-cost.sh 21:54:11 lf-activate-venv: SKIPPING 21:54:11 INFO: No Stack... 21:54:11 INFO: Retrieving Pricing Info for: v3-standard-8 21:54:12 INFO: Archiving Costs [Pipeline] sh 21:54:12 + cat /w/workspace/_app-service-configurable_PR-491/archives/cost.csv 21:54:12 + cut -d, -f6 [Pipeline] lock 21:54:12 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] 21:54:12 Resource [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] did not exist. Created. 21:54:12 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:54:12 + echo total: 0.2199999988079071 [Pipeline] stash 21:54:12 Stashed 1 file(s) [Pipeline] } 21:54:13 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:54:13 $ docker stop --time=1 20df198034b250e05ce6ef05274ea1f0cb1d2c84efd4d89f28781bbcbd764240 21:54:14 $ docker rm -f 20df198034b250e05ce6ef05274ea1f0cb1d2c84efd4d89f28781bbcbd764240 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:56:24 Running on prd-ubuntu20.04-docker-arm64-4c-16g-121135 in /w/workspace/_app-service-configurable_PR-491 [Pipeline] { [Pipeline] ws 21:56:24 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 21:56:24 Selected Git installation does not exist. Using Default 21:56:24 The recommended git tool is: NONE 21:56:29 using credential edgex-jenkins-ssh 21:56:29 Cloning the remote Git repository 21:56:29 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:56:29 > git init /w/workspace/app-service-configurable/1 # timeout=10 21:56:30 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:56:30 > git --version # timeout=10 21:56:30 > git --version # 'git version 2.25.1' 21:56:30 using GIT_SSH to set credentials SSH Credentials for GitHub 21:56:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:56:31 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:56:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:56:32 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:56:32 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:56:32 using GIT_SSH to set credentials SSH Credentials for GitHub 21:56:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/491/head:refs/remotes/origin/PR-491 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:56:32 Merging remotes/origin/main commit c652ff16af1e74f6a40a6431fa4d554cbc316d6f into PR head commit 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe 21:56:33 Merge succeeded, producing 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe 21:56:33 Checking out Revision 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe (PR-491) 21:56:32 > git config core.sparsecheckout # timeout=10 21:56:32 > git checkout -f 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe # timeout=10 21:56:33 > git remote # timeout=10 21:56:33 > git config --get remote.origin.url # timeout=10 21:56:33 using GIT_SSH to set credentials SSH Credentials for GitHub 21:56:33 > git merge c652ff16af1e74f6a40a6431fa4d554cbc316d6f # timeout=10 21:56:33 > git rev-parse HEAD^{commit} # timeout=10 21:56:33 > git config core.sparsecheckout # timeout=10 21:56:33 > git checkout -f 5c99e1cd132ccc19edbcd18e483be06a1f5b21fe # timeout=10 21:56:36 Commit message: "refactor!: Use latest SDK for flattened config stem" 21:56:36 > git --version # timeout=10 21:56:36 > git --version # 'git version 2.25.1' 21:56:36 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:56:37 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:56:37 % Total % Received % Xferd Average Speed Time Time Time Current 21:56:37 Dload Upload Total Spent Left Speed 21:56:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85006 0 --:--:-- --:--:-- --:--:-- 84443 [Pipeline] sh 21:56:38 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:56:38 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:56:38 + sudo tee /etc/docker/daemon.new 21:56:38 { 21:56:38 "registry-mirrors": [ 21:56:38 "https://nexus3.edgexfoundry.org:10001" 21:56:38 ], 21:56:38 "bip": "10.250.0.254/24", 21:56:38 "hosts": [ 21:56:38 "tcp://0.0.0.0:5555", 21:56:38 "unix:///var/run/docker.sock" 21:56:38 ], 21:56:38 "mtu": 1458, 21:56:38 "selinux-enabled": true, 21:56:38 "seccomp-profile": "/etc/docker/seccomp.json" 21:56:38 } [Pipeline] sh 21:56:39 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:56:39 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:56:57 provisioning config files... 21:56:57 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config10371278515520775957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:56:58 ---> docker-login.sh 21:56:58 nexus3.edgexfoundry.org:10001 21:56:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:58 Configure a credential helper to remove this warning. See 21:56:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:58 21:56:58 Login Succeeded 21:56:58 nexus3.edgexfoundry.org:10002 21:56:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:59 Configure a credential helper to remove this warning. See 21:56:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:59 21:56:59 Login Succeeded 21:56:59 nexus3.edgexfoundry.org:10003 21:56:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:59 Configure a credential helper to remove this warning. See 21:56:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:59 21:56:59 Login Succeeded 21:56:59 nexus3.edgexfoundry.org:10004 21:57:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:00 Configure a credential helper to remove this warning. See 21:57:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:00 21:57:00 Login Succeeded 21:57:00 docker.io 21:57:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:00 Configure a credential helper to remove this warning. See 21:57:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:00 21:57:00 Login Succeeded 21:57:00 ---> docker-login.sh ends [Pipeline] } 21:57:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:57:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:57:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:57:01 ========================================================= 21:57:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:57:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:57:01 + 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 . 21:57:01 Sending build context to Docker daemon 217.6kB 21:57:02 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 21:57:02 Step 2/13 : FROM ${BASE} AS builder 21:57:02 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:57:02 9b18e9b68314: Pulling fs layer 21:57:02 35d82f9e3411: Pulling fs layer 21:57:02 e16973657156: Pulling fs layer 21:57:02 fc693d55d65f: Pulling fs layer 21:57:02 7e9fc2657dce: Pulling fs layer 21:57:02 dda99020689f: Pulling fs layer 21:57:02 db1c61fa0a46: Pulling fs layer 21:57:02 891c053d2c06: Pulling fs layer 21:57:02 7e9fc2657dce: Waiting 21:57:02 dda99020689f: Waiting 21:57:02 fc693d55d65f: Waiting 21:57:02 db1c61fa0a46: Waiting 21:57:02 891c053d2c06: Waiting 21:57:02 e16973657156: Verifying Checksum 21:57:02 e16973657156: Download complete 21:57:02 35d82f9e3411: Verifying Checksum 21:57:02 35d82f9e3411: Download complete 21:57:02 7e9fc2657dce: Verifying Checksum 21:57:02 7e9fc2657dce: Download complete 21:57:02 dda99020689f: Verifying Checksum 21:57:02 dda99020689f: Download complete 21:57:02 9b18e9b68314: Verifying Checksum 21:57:02 9b18e9b68314: Download complete 21:57:03 9b18e9b68314: Pull complete 21:57:03 891c053d2c06: Verifying Checksum 21:57:03 891c053d2c06: Download complete 21:57:03 35d82f9e3411: Pull complete 21:57:04 e16973657156: Pull complete 21:57:05 db1c61fa0a46: Verifying Checksum 21:57:05 db1c61fa0a46: Download complete 21:57:05 fc693d55d65f: Download complete 21:57:18 fc693d55d65f: Pull complete 21:57:18 7e9fc2657dce: Pull complete 21:57:18 dda99020689f: Pull complete 21:57:27 db1c61fa0a46: Pull complete 21:57:28 891c053d2c06: Pull complete 21:57:28 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:57:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:57:28 ---> f96f9c87975a 21:57:28 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:57:30 ---> Running in eaaeb8694787 21:57:30 Removing intermediate container eaaeb8694787 21:57:30 ---> e3d59fbaac82 21:57:30 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 21:57:30 ---> Running in 1aad40217d5a 21:57:30 Removing intermediate container 1aad40217d5a 21:57:30 ---> ef02980aca09 21:57:30 Step 5/13 : ARG ADD_BUILD_TAGS="" 21:57:30 ---> Running in 2ba50d15d083 21:57:31 Removing intermediate container 2ba50d15d083 21:57:31 ---> c0b85ece99f4 21:57:31 Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 21:57:31 ---> Running in 0b5cf82b8d29 21:57:31 Removing intermediate container 0b5cf82b8d29 21:57:31 ---> 6af4528882a3 21:57:31 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:57:31 ---> Running in 34147988b5dd 21:57:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:57:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:57:33 OK: 221 MiB in 51 packages 21:57:34 Removing intermediate container 34147988b5dd 21:57:34 ---> afae1e3c66e6 21:57:34 Step 8/13 : WORKDIR /app 21:57:34 ---> Running in 0b9bbea26c77 21:57:35 Removing intermediate container 0b9bbea26c77 21:57:35 ---> 1179a6e7dacd 21:57:35 Step 9/13 : COPY go.mod vendor* ./ 21:57:35 ---> 58b99ca3c5c3 21:57:35 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:57:35 ---> Running in ab819d4d16b3 21:58:32 Removing intermediate container ab819d4d16b3 21:58:32 ---> fc71d42df03b 21:58:32 Step 11/13 : COPY . . 21:58:32 ---> a337c8d56b17 21:58:32 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:58:32 ---> Running in 535ff27b1f04 21:58:32 Removing intermediate container 535ff27b1f04 21:58:32 ---> 318116946bab 21:58:32 Step 13/13 : RUN $MAKE 21:58:32 ---> Running in 0249f984a4c2 21:58:32 noop 21:58:32 Removing intermediate container 0249f984a4c2 21:58:32 ---> 2e5243d027a3 21:58:32 Successfully built 2e5243d027a3 21:58:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:58:32 + docker inspect -f . ci-base-image-arm64 21:58:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:58:33 prd-ubuntu20.04-docker-arm64-4c-16g-121135 does not seem to be running inside a container 21:58:33 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:58:34 $ docker top af4ad1a26d28974d4ae7963802cc3cd413479ebeabb38bd91d085fed50e9134d -eo pid,comm [Pipeline] { [Pipeline] sh 21:58:35 + go version 21:58:35 go version go1.18.7 linux/arm64 [Pipeline] } 21:58:35 $ docker stop --time=1 af4ad1a26d28974d4ae7963802cc3cd413479ebeabb38bd91d085fed50e9134d 21:58:36 $ docker rm -f af4ad1a26d28974d4ae7963802cc3cd413479ebeabb38bd91d085fed50e9134d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:58:37 + docker inspect -f . ci-base-image-arm64 21:58:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:58:37 prd-ubuntu20.04-docker-arm64-4c-16g-121135 does not seem to be running inside a container 21:58:38 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:58:39 $ docker top 67c81434db3799b9d890357bd405afc7835997ab7ccfd476114fee84aed554db -eo pid,comm [Pipeline] { [Pipeline] sh 21:58:39 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 21:58:40 + make test 21:58:40 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:00:01 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:00:01 CGO_ENABLED=1 go vet ./... 22:00:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:00:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:00:24 ./bin/test-attribution-txt.sh [Pipeline] echo 22:00:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:00:24 $ docker stop --time=1 67c81434db3799b9d890357bd405afc7835997ab7ccfd476114fee84aed554db 22:00:25 $ docker rm -f 67c81434db3799b9d890357bd405afc7835997ab7ccfd476114fee84aed554db [Pipeline] // withDockerContainer [Pipeline] sh 22:00:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:00:26 Warning: overwriting stash ‘coverage-report’ 22:00:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:00:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:00:28 + ls -al . 22:00:28 total 180 22:00:28 drwxrwxr-x 7 jenkins jenkins 4096 Dec 13 21:58 . 22:00:28 drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 21:56 .. 22:00:28 -rw-rw-r-- 1 jenkins jenkins 119 Dec 13 21:56 .dockerignore 22:00:28 drwxrwxr-x 8 jenkins jenkins 4096 Dec 13 21:56 .git 22:00:28 drwxrwxr-x 3 jenkins jenkins 4096 Dec 13 21:56 .github 22:00:28 -rw-rw-r-- 1 jenkins jenkins 171 Dec 13 21:56 .gitignore 22:00:28 -rw-rw-r-- 1 jenkins jenkins 9207 Dec 13 21:56 Attribution.txt 22:00:28 -rw-rw-r-- 1 jenkins jenkins 29118 Dec 13 21:56 CHANGELOG.md 22:00:28 -rw-rw-r-- 1 jenkins jenkins 2058 Dec 13 21:56 Dockerfile 22:00:28 -rw-rw-r-- 1 jenkins jenkins 677 Dec 13 21:56 GOVERNANCE.md 22:00:28 -rw-rw-r-- 1 jenkins jenkins 688 Dec 13 21:56 Jenkinsfile 22:00:28 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 13 21:56 LICENSE 22:00:28 -rw-rw-r-- 1 jenkins jenkins 618 Dec 13 21:56 OWNERS.md 22:00:28 -rw-rw-r-- 1 jenkins jenkins 4369 Dec 13 21:56 README.md 22:00:28 -rw-rw-r-- 1 jenkins jenkins 5 Dec 13 21:52 VERSION 22:00:28 drwxrwxr-x 2 jenkins jenkins 4096 Dec 13 21:56 bin 22:00:28 -rw-r--r-- 1 jenkins jenkins 10 Dec 13 21:58 coverage.out 22:00:28 -rw-rw-r-- 1 jenkins jenkins 3396 Dec 13 21:56 go.mod 22:00:28 -rw-rw-r-- 1 jenkins jenkins 44230 Dec 13 21:56 go.sum 22:00:28 -rw-rw-r-- 1 jenkins jenkins 1949 Dec 13 21:56 main.go 22:00:28 -rw-rw-r-- 1 jenkins jenkins 2185 Dec 13 21:56 makefile 22:00:28 drwxrwxr-x 10 jenkins jenkins 4096 Dec 13 21:56 res 22:00:28 drwxrwxr-x 4 jenkins jenkins 4096 Dec 13 21:56 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:28 + 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=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe --label arch=arm64 --label version=0.0.0 . 22:00:28 Sending build context to Docker daemon 218.6kB 22:00:28 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 22:00:28 Step 2/27 : FROM ${BASE} AS builder 22:00:28 ---> 2e5243d027a3 22:00:28 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:00:28 ---> Running in 4c4abc82eb45 22:00:29 Removing intermediate container 4c4abc82eb45 22:00:29 ---> 8d4ad180b391 22:00:29 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:00:29 ---> Running in a29b403a5e1e 22:00:29 Removing intermediate container a29b403a5e1e 22:00:29 ---> c4319219416a 22:00:29 Step 5/27 : ARG ADD_BUILD_TAGS="" 22:00:29 ---> Running in ed46c1c7aaee 22:00:29 Removing intermediate container ed46c1c7aaee 22:00:29 ---> aa7f2b02b855 22:00:29 Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:00:29 ---> Running in 13eaa5b715cd 22:00:30 Removing intermediate container 13eaa5b715cd 22:00:30 ---> 353f09a1a3e6 22:00:30 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:00:30 ---> Running in 924de3f84c8a 22:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:00:32 OK: 221 MiB in 51 packages 22:00:33 Removing intermediate container 924de3f84c8a 22:00:33 ---> 56ae495afe41 22:00:33 Step 8/27 : WORKDIR /app 22:00:33 ---> Running in 125cf27fc589 22:00:33 Removing intermediate container 125cf27fc589 22:00:33 ---> e767889a3309 22:00:33 Step 9/27 : COPY go.mod vendor* ./ 22:00:34 ---> 6d0e0eb11ec2 22:00:34 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:00:34 ---> Running in 888250c21311 22:00:36 Removing intermediate container 888250c21311 22:00:36 ---> 20e2bb68cd2d 22:00:36 Step 11/27 : COPY . . 22:00:37 ---> b26e9e1bd158 22:00:37 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:00:37 ---> Running in f83ada60c4a6 22:00:37 Removing intermediate container f83ada60c4a6 22:00:37 ---> c17cdd0d72bc 22:00:37 Step 13/27 : RUN $MAKE 22:00:37 ---> Running in 1d7356f63f32 22:00:38 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.6 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 22:03:15 Removing intermediate container 1d7356f63f32 22:03:15 ---> 4ce5b83f7d68 22:03:15 Step 14/27 : FROM alpine:3.16 22:03:15 3.16: Pulling from library/alpine 22:03:15 6875df1f5354: Pulling fs layer 22:03:15 6875df1f5354: Verifying Checksum 22:03:15 6875df1f5354: Download complete 22:03:15 6875df1f5354: Pull complete 22:03:15 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:03:15 Status: Downloaded newer image for alpine:3.16 22:03:15 ---> 2b4661558fb8 22:03:15 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:03:15 ---> Running in f8083dc22e3d 22:03:15 Removing intermediate container f8083dc22e3d 22:03:15 ---> a7cf5190c78e 22:03:15 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:03:15 ---> Running in 020b98cf729e 22:03:15 Removing intermediate container 020b98cf729e 22:03:15 ---> 868346dece5a 22:03:15 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 22:03:15 ---> Running in 9e9b1ff3f41d 22:03:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:03:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:03:17 (1/7) Installing ca-certificates (20220614-r0) 22:03:17 (2/7) Installing dumb-init (1.2.5-r1) 22:03:17 (3/7) Installing libgcc (11.2.1_git20220219-r2) 22:03:17 (4/7) Installing libsodium (1.0.18-r0) 22:03:17 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 22:03:17 (6/7) Installing libzmq (4.3.4-r0) 22:03:17 (7/7) Installing zeromq (4.3.4-r0) 22:03:17 Executing busybox-1.35.0-r17.trigger 22:03:17 Executing ca-certificates-20220614-r0.trigger 22:03:17 OK: 9 MiB in 21 packages 22:03:19 Removing intermediate container 9e9b1ff3f41d 22:03:19 ---> 41e391f8957d 22:03:19 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:03:19 ---> 9084554d5035 22:03:19 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:03:20 ---> 7ed868c59add 22:03:20 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:03:20 ---> 7fe44fdc2553 22:03:20 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:03:22 ---> 8869807869aa 22:03:22 Step 22/27 : EXPOSE 48095 22:03:22 ---> Running in 3f0b1b3a529a 22:03:22 Removing intermediate container 3f0b1b3a529a 22:03:22 ---> d5ba7bae6906 22:03:22 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:03:22 ---> Running in 93859c706afe 22:03:23 Removing intermediate container 93859c706afe 22:03:23 ---> 453d9d397d02 22:03:23 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:23 ---> Running in 0690b5f7c0ba 22:03:23 Removing intermediate container 0690b5f7c0ba 22:03:23 ---> 4574902d3285 22:03:23 Step 25/27 : LABEL arch=arm64 22:03:23 ---> Running in 41b559573409 22:03:23 Removing intermediate container 41b559573409 22:03:23 ---> c3c1ffa699ff 22:03:23 Step 26/27 : LABEL git_sha=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe 22:03:23 ---> Running in e0cd582b4578 22:03:24 Removing intermediate container e0cd582b4578 22:03:24 ---> 204866626dce 22:03:24 Step 27/27 : LABEL version=0.0.0 22:03:24 ---> Running in 0205fd44996d 22:03:24 Removing intermediate container 0205fd44996d 22:03:24 ---> 97cf400cb667 22:03:24 [Warning] One or more build-args [ARCH] were not consumed 22:03:24 Successfully built 97cf400cb667 22:03:24 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 22:03:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:03:25 22:03:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:03:25 arm64: Pulling from edgex-lftools-log-publisher 22:03:25 8998bd30e6a1: Pulling fs layer 22:03:25 04944245beec: Pulling fs layer 22:03:25 699f458cf7ca: Pulling fs layer 22:03:25 765212b225bb: Pulling fs layer 22:03:25 f23df028b6ca: Pulling fs layer 22:03:25 765212b225bb: Waiting 22:03:25 d65c8cfc05b1: Pulling fs layer 22:03:25 2437ff75d9bd: Pulling fs layer 22:03:25 f23df028b6ca: Waiting 22:03:25 d65c8cfc05b1: Waiting 22:03:25 2437ff75d9bd: Waiting 22:03:25 04944245beec: Verifying Checksum 22:03:25 04944245beec: Download complete 22:03:25 765212b225bb: Download complete 22:03:25 f23df028b6ca: Verifying Checksum 22:03:25 f23df028b6ca: Download complete 22:03:25 d65c8cfc05b1: Verifying Checksum 22:03:25 d65c8cfc05b1: Download complete 22:03:26 699f458cf7ca: Verifying Checksum 22:03:26 699f458cf7ca: Download complete 22:03:26 8998bd30e6a1: Verifying Checksum 22:03:26 8998bd30e6a1: Download complete 22:03:29 2437ff75d9bd: Verifying Checksum 22:03:29 2437ff75d9bd: Download complete 22:03:30 8998bd30e6a1: Pull complete 22:03:31 04944245beec: Pull complete 22:03:32 699f458cf7ca: Pull complete 22:03:32 765212b225bb: Pull complete 22:03:33 f23df028b6ca: Pull complete 22:03:33 d65c8cfc05b1: Pull complete 22:03:48 2437ff75d9bd: Pull complete 22:03:48 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:03:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:03:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:03:48 prd-ubuntu20.04-docker-arm64-4c-16g-121135 does not seem to be running inside a container 22:03:48 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 22:03:51 $ docker top 9231b0c9ed0f3a11f115cc7a76ccaed84710faccd188fe1b7c518cebaf569b28 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:03:52 ---> job-cost.sh 22:03:52 lf-activate-venv: SKIPPING 22:03:52 INFO: No Stack... 22:03:52 INFO: Retrieving Pricing Info for: v3-standard-4 22:03:53 INFO: Archiving Costs [Pipeline] sh 22:03:54 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 22:03:54 + cut -d, -f6 [Pipeline] lock 22:03:54 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] 22:03:54 Resource [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] did not exist. Created. 22:03:54 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:03:55 /w/workspace/app-service-configurable/1@tmp/durable-04af9a58/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:03:55 + echo total: 0.10999999940395355 [Pipeline] stash 22:03:55 Warning: overwriting stash ‘stack-cost’ 22:03:56 Stashed 1 file(s) [Pipeline] } 22:03:56 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-491-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:03:56 $ docker stop --time=1 9231b0c9ed0f3a11f115cc7a76ccaed84710faccd188fe1b7c518cebaf569b28 22:03:57 $ docker rm -f 9231b0c9ed0f3a11f115cc7a76ccaed84710faccd188fe1b7c518cebaf569b28 [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 22:03:58 provisioning config files... 22:03:58 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-491@tmp/config6831980840977958191tmp [Pipeline] { [Pipeline] sh 22:03:58 + set +x 22:03:58 + curl -s https://codecov.io/bash 22:03:58 + bash -s -- 22:03:58 22:03:58 _____ _ 22:03:58 / ____| | | 22:03:58 | | ___ __| | ___ ___ _____ __ 22:03:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:03:58 | |___| (_) | (_| | __/ (_| (_) \ V / 22:03:58 \_____\___/ \__,_|\___|\___\___/ \_/ 22:03:58 Bash-1.0.6 22:03:58 22:03:58 22:03:58 ==> git version 2.25.1 found 22:03:58 ==> 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 22:03:58 Release-Date: 2020-01-08 22:03:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:03:58 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:03:58 ==> Jenkins CI detected. 22:03:58 current dir:  /w/workspace/_app-service-configurable_PR-491 22:03:58 project root: . 22:03:58 --> token set from env 22:03:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:03:58 ==> Running gcov in . (disable via -X gcov) 22:03:58 ==> Python coveragepy not found 22:03:58 ==> Searching for coverage reports in: 22:03:58 + . 22:03:58 -> Found 1 reports 22:03:58 ==> Detecting git/mercurial file structure 22:03:58 ==> Reading reports 22:03:58 + ./coverage.out bytes=10 22:03:58 ==> Appending adjustments 22:03:58 https://docs.codecov.io/docs/fixing-reports 22:03:59 + Found adjustments 22:03:59 ==> Gzipping contents 22:03:59 4.0K /tmp/codecov.LDx1CO.gz 22:03:59 ==> Uploading reports 22:03:59 url: https://codecov.io 22:03:59 query: branch=PR-491&commit=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-491%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=491&job=&cmd_args= 22:03:59 -> Pinging Codecov 22:03:59 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-491&commit=5c99e1cd132ccc19edbcd18e483be06a1f5b21fe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-491%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=491&job=&cmd_args= 22:03:59 -> Uploading to 22:03:59 https://storage.googleapis.com/codecov/v4/raw/2022-12-13/A97CA9966030D2A3747ED39772930CCE/5c99e1cd132ccc19edbcd18e483be06a1f5b21fe/2e30c24a-4bbb-4967-8b55-28932a57299b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221213%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221213T220359Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4369c32adbef5b4e528a04916aa95336fac1ebf612ff58e57b48e41e3a5297a3 22:03:59 % Total % Received % Xferd Average Speed Time Time Time Current 22:03:59 Dload Upload Total Spent Left Speed 22:03:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2373 --:--:-- --:--:-- --:--:-- 2373 100 527 0 0 100 527 0 2242 --:--:-- --:--:-- --:--:-- 2233 22:03:59 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/5c99e1cd132ccc19edbcd18e483be06a1f5b21fe [Pipeline] } 22:03:59 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 22:04:01 + [ -d /w/workspace/_app-service-configurable_PR-491/archives ] 22:04:01 + ls -al /w/workspace/_app-service-configurable_PR-491/archives 22:04:01 total 16 22:04:01 drwxr-xr-x 3 root root 4096 Dec 13 21:54 . 22:04:01 drwxrwxr-x 9 jenkins jenkins 4096 Dec 13 21:54 .. 22:04:01 drwxr-xr-x 2 root root 4096 Dec 13 21:54 cost 22:04:01 -rw-r--r-- 1 root root 96 Dec 13 21:54 cost.csv 22:04:01 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-491/archives 22:04:01 + ls -al /w/workspace/_app-service-configurable_PR-491/archives 22:04:01 total 16 22:04:01 drwxr-xr-x 3 jenkins jenkins 4096 Dec 13 21:54 . 22:04:01 drwxrwxr-x 9 jenkins jenkins 4096 Dec 13 21:54 .. 22:04:01 drwxr-xr-x 2 jenkins jenkins 4096 Dec 13 21:54 cost 22:04:01 -rw-r--r-- 1 jenkins jenkins 96 Dec 13 21:54 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:04:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:04:02 ---> package-listing.sh 22:04:02 ++ facter osfamily 22:04:02 ++ tr '[:upper:]' '[:lower:]' 22:04:02 + OS_FAMILY=debian 22:04:02 + workspace=/w/workspace/_app-service-configurable_PR-491 22:04:02 + START_PACKAGES=/tmp/packages_start.txt 22:04:02 + END_PACKAGES=/tmp/packages_end.txt 22:04:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:04:02 + PACKAGES=/tmp/packages_start.txt 22:04:02 + '[' /w/workspace/_app-service-configurable_PR-491 ']' 22:04:02 + PACKAGES=/tmp/packages_end.txt 22:04:02 + case "${OS_FAMILY}" in 22:04:02 + dpkg -l 22:04:02 + grep '^ii' 22:04:02 + '[' -f /tmp/packages_start.txt ']' 22:04:02 + '[' -f /tmp/packages_end.txt ']' 22:04:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:04:02 + '[' /w/workspace/_app-service-configurable_PR-491 ']' 22:04:02 + mkdir -p /w/workspace/_app-service-configurable_PR-491/archives/ 22:04:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-491/archives/ [Pipeline] echo 22:04:02 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-491/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:04:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:04:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:04:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:04:03 prd-ubuntu20.04-docker-8c-8g-121134 does not seem to be running inside a container 22:04:04 $ 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-491/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-491 -v /w/workspace/_app-service-configurable_PR-491:/w/workspace/_app-service-configurable_PR-491:rw,z -v /w/workspace/_app-service-configurable_PR-491@tmp:/w/workspace/_app-service-configurable_PR-491@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:04:04 $ docker top 5ae9c1aee3d83c70ebfaeb19bd6f933a61abfa5f89a0feab412acea9187f0df9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:04:04 + touch /tmp/pre-build-complete [Pipeline] sh 22:04:04 + mkdir -p /var/log/sysstat [Pipeline] sh 22:04:05 + ls /var/log/sa-host 22:04:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:04:05 provisioning config files... 22:04:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-491@tmp/config8827756033767105246tmp [Pipeline] { [Pipeline] echo 22:04:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:04:05 ---> create-netrc.sh [Pipeline] } 22:04:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:04:06 ---> python-tools-install.sh [Pipeline] echo 22:04:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:04:06 ---> sudo-logs.sh 22:04:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:04:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:04:06 ---> job-cost.sh 22:04:06 lf-activate-venv: SKIPPING 22:04:06 DEBUG: total: 0.2199999988079071 22:04:06 INFO: Retrieving Stack Cost... 22:04:07 INFO: Retrieving Pricing Info for: v3-standard-8 22:04:07 INFO: Archiving Costs [Pipeline] echo 22:04:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:04:08 ---> logs-deploy.sh 22:04:08 lf-activate-venv: SKIPPING 22:04:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-491/1 22:04:08 INFO: archiving workspace using pattern(s): 22:04:09 Archives upload complete. 22:04:09 INFO: archiving logs to Nexus