Pull request #480 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 039cb83e8e07daf76122e2716a309c1f53258016+ca8db051e8ce2d5f3f176f01313854c190459811 (4029dd5119e537fd9941730605d8b765454d1b54) 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-ssh16128855505904883810.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh11649914284344489654.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-480/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-480/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12747312650836327235.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-480/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17625373187992839929.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh16902313274073861188.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-480/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-480/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14142804422536409145.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-117119 in /w/workspace/_app-service-configurable_PR-480 [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-480 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ca8db051e8ce2d5f3f176f01313854c190459811 into PR head commit 039cb83e8e07daf76122e2716a309c1f53258016 Merge succeeded, producing 039cb83e8e07daf76122e2716a309c1f53258016 Checking out Revision 039cb83e8e07daf76122e2716a309c1f53258016 (PR-480) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:04:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:04:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:04:14 ========================================================= 12:04:14 EdgeX Global Pipelines Version Info 12:04:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 039cb83e8e07daf76122e2716a309c1f53258016 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge ca8db051e8ce2d5f3f176f01313854c190459811 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 039cb83e8e07daf76122e2716a309c1f53258016 # timeout=10 12:04:14 ------------------- 12:04:14 stable info: 12:04:14 ------------------- 12:04:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:04:14 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 12:04:14 Message: update stable to v1.0.243 12:04:15 ------------------- 12:04:15 experimental info: 12:04:15 ------------------- 12:04:15 Commited By: **** collab-it+edgex@linuxfoundation.org 12:04:15 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 12:04:15 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:04:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:04:15 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:04:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:04:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:04:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:04:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 12:04:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-480 [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-480 [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-480 [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 039cb83 [Pipeline] echo 12:04:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:04:16 provisioning config files... 12:04:16 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-480@tmp/config1357500931069403123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:04:17 ---> docker-login.sh 12:04:17 nexus3.edgexfoundry.org:10001 12:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:17 Configure a credential helper to remove this warning. See 12:04:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:17 12:04:17 Login Succeeded 12:04:17 nexus3.edgexfoundry.org:10002 12:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:18 Configure a credential helper to remove this warning. See 12:04:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:18 12:04:18 Login Succeeded 12:04:18 nexus3.edgexfoundry.org:10003 12:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:18 Configure a credential helper to remove this warning. See 12:04:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:18 12:04:18 Login Succeeded 12:04:18 nexus3.edgexfoundry.org:10004 12:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:18 Configure a credential helper to remove this warning. See 12:04:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:18 12:04:18 Login Succeeded 12:04:18 docker.io 12:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:18 Configure a credential helper to remove this warning. See 12:04:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:18 12:04:18 Login Succeeded 12:04:18 ---> docker-login.sh ends [Pipeline] } 12:04:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:04:19 + git rev-list -1 --merges 039cb83e8e07daf76122e2716a309c1f53258016~1..039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] echo 12:04:19 -----------> git rev-list -1 --merges 039cb83e8e07daf76122e2716a309c1f53258016~1..039cb83e8e07daf76122e2716a309c1f53258016 039cb83e8e07daf76122e2716a309c1f53258016 [false] [Pipeline] sh 12:04:19 + git log --format=format:%s -1 039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] echo 12:04:19 ========================================================= 12:04:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:04:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:04:20 + git log --format=format:%s -1 039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] echo 12:04:20 [semverPrep] GIT_COMMIT: 039cb83e8e07daf76122e2716a309c1f53258016, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 12:04:20 [semverPrep] This is not a build commit. [Pipeline] sh 12:04:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:04:20 + grep -v github /etc/ssh/ssh_known_hosts 12:04:20 + [ -e /tmp/ssh_known_hosts ] 12:04:20 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:04:20 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:04:20 + sudo tee -a /etc/ssh/ssh_known_hosts 12:04:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:20 12:04:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:21 0.1.4: Pulling from edgex-devops/py-git-semver 12:04:21 b85a868b505f: Pulling fs layer 12:04:21 e2be974225ed: Pulling fs layer 12:04:21 339a4e72a1f5: Pulling fs layer 12:04:21 988bab9f4d93: Pulling fs layer 12:04:21 1469e6f7b9e6: Pulling fs layer 12:04:21 eaf3925da568: Pulling fs layer 12:04:21 1469e6f7b9e6: Waiting 12:04:21 988bab9f4d93: Waiting 12:04:21 bab4dde63d76: Pulling fs layer 12:04:21 bde34c3a00c8: Pulling fs layer 12:04:21 eaf3925da568: Waiting 12:04:21 b352a97aabf1: Pulling fs layer 12:04:21 4872d77fe225: Pulling fs layer 12:04:21 5851b861e8e6: Pulling fs layer 12:04:21 5851b861e8e6: Waiting 12:04:21 b352a97aabf1: Waiting 12:04:21 e2be974225ed: Verifying Checksum 12:04:21 988bab9f4d93: Verifying Checksum 12:04:21 988bab9f4d93: Download complete 12:04:21 1469e6f7b9e6: Verifying Checksum 12:04:21 1469e6f7b9e6: Download complete 12:04:21 339a4e72a1f5: Verifying Checksum 12:04:21 339a4e72a1f5: Download complete 12:04:21 eaf3925da568: Verifying Checksum 12:04:21 eaf3925da568: Download complete 12:04:21 bde34c3a00c8: Verifying Checksum 12:04:21 bde34c3a00c8: Download complete 12:04:21 b352a97aabf1: Verifying Checksum 12:04:21 b352a97aabf1: Download complete 12:04:21 4872d77fe225: Download complete 12:04:21 5851b861e8e6: Download complete 12:04:21 b85a868b505f: Download complete 12:04:21 bab4dde63d76: Verifying Checksum 12:04:21 bab4dde63d76: Download complete 12:04:22 b85a868b505f: Pull complete 12:04:23 e2be974225ed: Pull complete 12:04:23 339a4e72a1f5: Pull complete 12:04:23 988bab9f4d93: Pull complete 12:04:23 1469e6f7b9e6: Pull complete 12:04:23 eaf3925da568: Pull complete 12:04:25 bab4dde63d76: Pull complete 12:04:25 bde34c3a00c8: Pull complete 12:04:26 b352a97aabf1: Pull complete 12:04:26 4872d77fe225: Pull complete 12:04:26 5851b861e8e6: Pull complete 12:04:26 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:04:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:04:26 prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container 12:04:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:04:27 $ docker top 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e -eo pid,comm 12:04:27 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 12:04:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:04:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:27 [ssh-agent] Looking for ssh-agent implementation... 12:04:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:27 $ docker exec 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e ssh-agent 12:04:27 SSH_AUTH_SOCK=/tmp/ssh-YhqjVbT8WyWY/agent.33 12:04:27 SSH_AGENT_PID=39 12:04:28 Running ssh-add (command line suppressed) 12:04:28 Identity added: /w/workspace/_app-service-configurable_PR-480@tmp/private_key_10360376490176216783.key (/w/workspace/_app-service-configurable_PR-480@tmp/private_key_10360376490176216783.key) 12:04:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:28 + git tag --points-at HEAD [Pipeline] } 12:04:28 $ docker exec --env ******** --env ******** 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e ssh-agent -k 12:04:28 unset SSH_AUTH_SOCK; 12:04:28 unset SSH_AGENT_PID; 12:04:28 echo Agent pid 39 killed; 12:04:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:04:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:28 [ssh-agent] Looking for ssh-agent implementation... 12:04:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:28 $ docker exec 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e ssh-agent 12:04:28 SSH_AUTH_SOCK=/tmp/ssh-8I0KJNEuwXkL/agent.70 12:04:28 SSH_AGENT_PID=76 12:04:28 Running ssh-add (command line suppressed) 12:04:29 Identity added: /w/workspace/_app-service-configurable_PR-480@tmp/private_key_14167469441670070652.key (/w/workspace/_app-service-configurable_PR-480@tmp/private_key_14167469441670070652.key) 12:04:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:29 + git semver init 12:04:29 2022-10-26 12:04:29,577 [run_init] DEBUG init version:0.0.0 force:False 12:04:29 2022-10-26 12:04:29,578 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-480/.semver 12:04:29 2022-10-26 12:04:29,578 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-480/.semver 12:04:29 2022-10-26 12:04:29,579 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-480/.semver'], cwd=/w/workspace/_app-service-configurable_PR-480, universal_newlines=False, shell=None, istream=None) 12:04:30 2022-10-26 12:04:30,475 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-480/.git/info/exclude 12:04:30 2022-10-26 12:04:30,475 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-480/.semver/PR-480 with force:False 12:04:30 2022-10-26 12:04:30,476 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-480/.semver/PR-480 12:04:30 2022-10-26 12:04:30,480 [execute] INFO git cat-file --batch-check 12:04:30 2022-10-26 12:04:30,481 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-480/.semver, universal_newlines=False, shell=None, istream=) 12:04:30 2022-10-26 12:04:30,489 [execute] INFO git cat-file --batch 12:04:30 2022-10-26 12:04:30,490 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-480/.semver, universal_newlines=False, shell=None, istream=) 12:04:30 2022-10-26 12:04:30,497 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-480/.semver/PR-480 12:04:30 0.0.0 [Pipeline] } 12:04:30 $ docker exec --env ******** --env ******** 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e ssh-agent -k 12:04:30 unset SSH_AUTH_SOCK; 12:04:30 unset SSH_AGENT_PID; 12:04:30 echo Agent pid 76 killed; 12:04:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:04:31 + git semver [Pipeline] } 12:04:31 $ docker stop --time=1 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e 12:04:32 $ docker rm -f 7abd1be62de938c9fb9f7f2d2289639ff77bcc1eee30b44e4ef98091a9fb240e [Pipeline] // withDockerContainer [Pipeline] sh 12:04:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:04:33 Stashed 1 file(s) [Pipeline] echo 12:04:33 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:04:34 provisioning config files... 12:04:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-480@tmp/config12196873204401488431tmp 12:04:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-117117 in /w/workspace/_app-service-configurable_PR-480 [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 12:04:34 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:04:34 Selected Git installation does not exist. Using Default 12:04:34 The recommended git tool is: NONE 12:04:34 ---> docker-login.sh 12:04:34 nexus3.edgexfoundry.org:10001 12:04:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:34 Configure a credential helper to remove this warning. See 12:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:34 12:04:34 Login Succeeded 12:04:34 nexus3.edgexfoundry.org:10002 12:04:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:34 Configure a credential helper to remove this warning. See 12:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:34 12:04:34 Login Succeeded 12:04:34 nexus3.edgexfoundry.org:10003 12:04:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:34 Configure a credential helper to remove this warning. See 12:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:34 12:04:34 Login Succeeded 12:04:34 nexus3.edgexfoundry.org:10004 12:04:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:34 Configure a credential helper to remove this warning. See 12:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:34 12:04:34 Login Succeeded 12:04:34 docker.io 12:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:35 Configure a credential helper to remove this warning. See 12:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:35 12:04:35 Login Succeeded 12:04:35 ---> docker-login.sh ends [Pipeline] } 12:04:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:04:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:04:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:04:35 ========================================================= 12:04:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 12:04:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:36 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 12:04:36 Sending build context to Docker daemon 3.176MB 12:04:36 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 12:04:36 Step 2/13 : FROM ${BASE} AS builder 12:04:36 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 12:04:36 213ec9aee27d: Pulling fs layer 12:04:36 4583459ba037: Pulling fs layer 12:04:36 93c1e223e6f2: Pulling fs layer 12:04:36 53926ce57604: Pulling fs layer 12:04:36 21b2b0c7a3f4: Pulling fs layer 12:04:36 30f14e443154: Pulling fs layer 12:04:36 801331c1e519: Pulling fs layer 12:04:36 99cc6dd402b0: Pulling fs layer 12:04:36 7d9ed39f4882: Pulling fs layer 12:04:36 801331c1e519: Waiting 12:04:36 53926ce57604: Waiting 12:04:36 21b2b0c7a3f4: Waiting 12:04:36 99cc6dd402b0: Waiting 12:04:36 7d9ed39f4882: Waiting 12:04:36 30f14e443154: Waiting 12:04:36 93c1e223e6f2: Verifying Checksum 12:04:36 93c1e223e6f2: Download complete 12:04:36 4583459ba037: Verifying Checksum 12:04:36 4583459ba037: Download complete 12:04:36 21b2b0c7a3f4: Verifying Checksum 12:04:36 21b2b0c7a3f4: Download complete 12:04:36 30f14e443154: Verifying Checksum 12:04:36 30f14e443154: Download complete 12:04:36 213ec9aee27d: Verifying Checksum 12:04:36 213ec9aee27d: Download complete 12:04:36 801331c1e519: Download complete 12:04:36 213ec9aee27d: Pull complete 12:04:36 4583459ba037: Pull complete 12:04:36 93c1e223e6f2: Pull complete 12:04:36 7d9ed39f4882: Verifying Checksum 12:04:36 7d9ed39f4882: Download complete 12:04:37 99cc6dd402b0: Verifying Checksum 12:04:37 99cc6dd402b0: Download complete 12:04:37 53926ce57604: Verifying Checksum 12:04:37 53926ce57604: Download complete 12:04:39 using credential edgex-jenkins-ssh 12:04:39 Cloning the remote Git repository 12:04:39 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:04:39 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:04:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:04:39 > git --version # timeout=10 12:04:39 > git --version # 'git version 2.25.1' 12:04:39 using GIT_SSH to set credentials SSH Credentials for GitHub 12:04:39 Verifying host key using known hosts file 12:04:39 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:04:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:04:41 53926ce57604: Pull complete 12:04:41 21b2b0c7a3f4: Pull complete 12:04:41 30f14e443154: Pull complete 12:04:41 801331c1e519: Pull complete 12:04:40 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:04:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:04:41 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:04:42 Merging remotes/origin/main commit ca8db051e8ce2d5f3f176f01313854c190459811 into PR head commit 039cb83e8e07daf76122e2716a309c1f53258016 12:04:42 Merge succeeded, producing 039cb83e8e07daf76122e2716a309c1f53258016 12:04:42 Checking out Revision 039cb83e8e07daf76122e2716a309c1f53258016 (PR-480) 12:04:41 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:04:41 using GIT_SSH to set credentials SSH Credentials for GitHub 12:04:41 Verifying host key using known hosts file 12:04:41 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:04:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:04:42 > git config core.sparsecheckout # timeout=10 12:04:42 > git checkout -f 039cb83e8e07daf76122e2716a309c1f53258016 # timeout=10 12:04:42 > git remote # timeout=10 12:04:42 > git config --get remote.origin.url # timeout=10 12:04:42 using GIT_SSH to set credentials SSH Credentials for GitHub 12:04:42 Verifying host key using known hosts file 12:04:42 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:04:42 > git merge ca8db051e8ce2d5f3f176f01313854c190459811 # timeout=10 12:04:42 > git rev-parse HEAD^{commit} # timeout=10 12:04:42 > git config core.sparsecheckout # timeout=10 12:04:42 > git checkout -f 039cb83e8e07daf76122e2716a309c1f53258016 # timeout=10 12:04:43 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:04:43 > git --version # timeout=10 12:04:43 > git --version # 'git version 2.25.1' 12:04:43 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 12:04:43 99cc6dd402b0: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:04:44 7d9ed39f4882: Pull complete 12:04:44 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 12:04:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:04:44 ---> 1dedd983c030 12:04:44 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:04:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:04:44 % Total % Received % Xferd Average Speed Time Time Time Current 12:04:44 Dload Upload Total Spent Left Speed 12:04:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 69624 0 --:--:-- --:--:-- --:--:-- 70011 [Pipeline] sh 12:04:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:04:45 + sudo tee /etc/docker/daemon.new+ 12:04:45 sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:04:45 { 12:04:45 "registry-mirrors": [ 12:04:45 "https://nexus3.edgexfoundry.org:10001" 12:04:45 ], 12:04:45 "bip": "10.250.0.254/24", 12:04:45 "hosts": [ 12:04:45 "tcp://0.0.0.0:5555", 12:04:45 "unix:///var/run/docker.sock" 12:04:45 ], 12:04:45 "mtu": 1458, 12:04:45 "selinux-enabled": true, 12:04:45 "seccomp-profile": "/etc/docker/seccomp.json" 12:04:45 } [Pipeline] sh 12:04:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:04:45 + sudo service docker restart 12:04:46 ---> Running in ec36b38096e0 12:04:46 Removing intermediate container ec36b38096e0 12:04:46 ---> 1e0ad41205c2 12:04:46 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 12:04:46 ---> Running in 5dc4f8ab4312 12:04:46 Removing intermediate container 5dc4f8ab4312 12:04:46 ---> 8ce29463fe47 12:04:46 Step 5/13 : ARG ADD_BUILD_TAGS="" 12:04:46 ---> Running in 2d0f706cf15c 12:04:46 Removing intermediate container 2d0f706cf15c 12:04:46 ---> 89396d8d17fe 12:04:46 Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:04:46 ---> Running in 1b84ba224632 12:04:46 Removing intermediate container 1b84ba224632 12:04:46 ---> 36fc9a126f87 12:04:46 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:04:46 ---> Running in 490e953eabc7 12:04:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:04:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:04:46 OK: 211 MiB in 51 packages 12:04:47 Removing intermediate container 490e953eabc7 12:04:47 ---> 1ab81837f4f2 12:04:47 Step 8/13 : WORKDIR /app 12:04:47 ---> Running in 87ac8bfca978 12:04:47 Removing intermediate container 87ac8bfca978 12:04:47 ---> 89a1c67171eb 12:04:47 Step 9/13 : COPY go.mod vendor* ./ 12:04:47 ---> 98fd398cdf2f 12:04:47 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:04:47 ---> Running in 7fb35ded68ae [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:05:04 provisioning config files... 12:05:04 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config11629549742064371605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:05:04 ---> docker-login.sh 12:05:04 nexus3.edgexfoundry.org:10001 12:05:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:05 Configure a credential helper to remove this warning. See 12:05:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:05 12:05:05 Login Succeeded 12:05:05 nexus3.edgexfoundry.org:10002 12:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:05 Configure a credential helper to remove this warning. See 12:05:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:05 12:05:05 Login Succeeded 12:05:05 nexus3.edgexfoundry.org:10003 12:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:06 Configure a credential helper to remove this warning. See 12:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:06 12:05:06 Login Succeeded 12:05:06 nexus3.edgexfoundry.org:10004 12:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:06 Configure a credential helper to remove this warning. See 12:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:06 12:05:06 Login Succeeded 12:05:06 docker.io 12:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:06 Configure a credential helper to remove this warning. See 12:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:06 12:05:06 Login Succeeded 12:05:06 ---> docker-login.sh ends [Pipeline] } 12:05:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:05:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:05:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:05:07 ========================================================= 12:05:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 12:05:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:07 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 12:05:07 Sending build context to Docker daemon 216.1kB 12:05:07 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 12:05:07 Step 2/13 : FROM ${BASE} AS builder 12:05:07 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:05:07 9b18e9b68314: Pulling fs layer 12:05:07 d32db5db7311: Pulling fs layer 12:05:07 d0c4b47475fc: Pulling fs layer 12:05:07 5831b945b038: Pulling fs layer 12:05:07 86bbec2aaacd: Pulling fs layer 12:05:07 e10730c5d714: Pulling fs layer 12:05:07 5dd5c2283517: Pulling fs layer 12:05:07 d5ac0230b979: Pulling fs layer 12:05:07 5831b945b038: Waiting 12:05:07 86bbec2aaacd: Waiting 12:05:07 e10730c5d714: Waiting 12:05:07 5dd5c2283517: Waiting 12:05:07 d5ac0230b979: Waiting 12:05:07 d0c4b47475fc: Verifying Checksum 12:05:07 d0c4b47475fc: Download complete 12:05:07 d32db5db7311: Verifying Checksum 12:05:07 d32db5db7311: Download complete 12:05:08 86bbec2aaacd: Download complete 12:05:08 e10730c5d714: Download complete 12:05:08 9b18e9b68314: Verifying Checksum 12:05:08 9b18e9b68314: Pull complete 12:05:09 d5ac0230b979: Verifying Checksum 12:05:09 d5ac0230b979: Download complete 12:05:09 d32db5db7311: Pull complete 12:05:09 Removing intermediate container 7fb35ded68ae 12:05:09 ---> c6c84c214a22 12:05:09 Step 11/13 : COPY . . 12:05:09 ---> 29c5f50c4274 12:05:09 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:05:09 ---> Running in 371a1d7f9009 12:05:09 Removing intermediate container 371a1d7f9009 12:05:09 ---> 6090eec7420f 12:05:09 Step 13/13 : RUN $MAKE 12:05:09 ---> Running in 197f23c44796 12:05:09 noop 12:05:09 Removing intermediate container 197f23c44796 12:05:09 ---> 7780e7a1879a 12:05:09 Successfully built 7780e7a1879a 12:05:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } 12:05:09 d0c4b47475fc: Pull complete [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:10 + docker inspect -f . ci-base-image-x86_64 12:05:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:10 prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container 12:05:10 5dd5c2283517: Verifying Checksum 12:05:10 5dd5c2283517: Download complete 12:05:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:05:10 $ docker top b81268b9ab168d21b7f98b42fc63c75f48b75842607a7bdae74f2d7b7f424866 -eo pid,comm [Pipeline] { [Pipeline] sh 12:05:10 5831b945b038: Verifying Checksum 12:05:10 5831b945b038: Download complete 12:05:11 + go version 12:05:11 go version go1.18.7 linux/amd64 [Pipeline] } 12:05:11 $ docker stop --time=1 b81268b9ab168d21b7f98b42fc63c75f48b75842607a7bdae74f2d7b7f424866 12:05:12 $ docker rm -f b81268b9ab168d21b7f98b42fc63c75f48b75842607a7bdae74f2d7b7f424866 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:13 + docker inspect -f . ci-base-image-x86_64 12:05:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:13 prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container 12:05:13 $ 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-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:05:13 $ docker top f9198d7bee0c81b9708e09e3b053440e9553f37d314b7d570f3b25fd15551538 -eo pid,comm [Pipeline] { [Pipeline] sh 12:05:14 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-480 [Pipeline] fileExists [Pipeline] sh 12:05:14 + make test 12:05:14 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:05:23 5831b945b038: Pull complete 12:05:23 86bbec2aaacd: Pull complete 12:05:23 e10730c5d714: Pull complete 12:05:26 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:05:26 CGO_ENABLED=1 go vet ./... 12:05:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:05:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:05:28 ./bin/test-attribution-txt.sh 12:05:28 5dd5c2283517: Pull complete [Pipeline] echo 12:05:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:05:28 $ docker stop --time=1 f9198d7bee0c81b9708e09e3b053440e9553f37d314b7d570f3b25fd15551538 12:05:30 $ docker rm -f f9198d7bee0c81b9708e09e3b053440e9553f37d314b7d570f3b25fd15551538 [Pipeline] // withDockerContainer 12:05:30 d5ac0230b979: Pull complete 12:05:30 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 12:05:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:05:30 ---> 59b3b1a385d4 12:05:30 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] sh 12:05:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:05:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:05:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:05:31 + ls -al . 12:05:31 total 180 12:05:31 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 12:05 . 12:05:31 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 12:04 .. 12:05:31 -rw-rw-r-- 1 jenkins jenkins 119 Oct 26 12:04 .dockerignore 12:05:31 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 12:04 .git 12:05:31 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 12:04 .github 12:05:31 -rw-rw-r-- 1 jenkins jenkins 171 Oct 26 12:04 .gitignore 12:05:31 drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 12:04 .semver 12:05:31 -rw-rw-r-- 1 jenkins jenkins 9207 Oct 26 12:04 Attribution.txt 12:05:31 -rw-rw-r-- 1 jenkins jenkins 27269 Oct 26 12:04 CHANGELOG.md 12:05:31 -rw-rw-r-- 1 jenkins jenkins 2058 Oct 26 12:04 Dockerfile 12:05:31 -rw-rw-r-- 1 jenkins jenkins 677 Oct 26 12:04 GOVERNANCE.md 12:05:31 -rw-rw-r-- 1 jenkins jenkins 688 Oct 26 12:04 Jenkinsfile 12:05:31 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 26 12:04 LICENSE 12:05:31 -rw-rw-r-- 1 jenkins jenkins 618 Oct 26 12:04 OWNERS.md 12:05:31 -rw-rw-r-- 1 jenkins jenkins 4369 Oct 26 12:04 README.md 12:05:31 -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 12:04 VERSION 12:05:31 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 12:04 bin 12:05:31 -rw-r--r-- 1 jenkins jenkins 10 Oct 26 12:05 coverage.out 12:05:31 -rw-rw-r-- 1 jenkins jenkins 3444 Oct 26 12:04 go.mod 12:05:31 -rw-rw-r-- 1 jenkins jenkins 44361 Oct 26 12:04 go.sum 12:05:31 -rw-rw-r-- 1 jenkins jenkins 1949 Oct 26 12:04 main.go 12:05:31 -rw-rw-r-- 1 jenkins jenkins 2185 Oct 26 12:04 makefile 12:05:31 drwxrwxr-x 10 jenkins jenkins 4096 Oct 26 12:04 res 12:05:31 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 12:05:32 ---> Running in 30ace2ec0e80 12:05:32 Removing intermediate container 30ace2ec0e80 12:05:32 ---> de3abe22d837 12:05:32 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 12:05:32 ---> Running in 3c8ffbaa9c15 [Pipeline] sh 12:05:32 Removing intermediate container 3c8ffbaa9c15 12:05:32 ---> 6af0346359ac 12:05:32 Step 5/13 : ARG ADD_BUILD_TAGS="" 12:05:32 + 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=039cb83e8e07daf76122e2716a309c1f53258016 --label arch=amd64 --label version=0.0.0 . 12:05:32 Sending build context to Docker daemon 3.177MB 12:05:32 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 12:05:32 Step 2/27 : FROM ${BASE} AS builder 12:05:32 ---> 7780e7a1879a 12:05:32 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:05:32 ---> Running in 15816c1f7090 12:05:32 ---> Running in 209c7a9632c7 12:05:32 Removing intermediate container 15816c1f7090 12:05:32 ---> 1b313be2617e 12:05:32 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 12:05:32 ---> Running in 2c0699b4a25c 12:05:32 Removing intermediate container 2c0699b4a25c 12:05:32 ---> bebb022cfa68 12:05:32 Step 5/27 : ARG ADD_BUILD_TAGS="" 12:05:32 ---> Running in 1de95721ea3c 12:05:32 Removing intermediate container 209c7a9632c7 12:05:32 ---> 57894d1cca79 12:05:32 Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:05:32 ---> Running in c70117d2bbe4 12:05:32 Removing intermediate container 1de95721ea3c 12:05:32 ---> d6baa4dd2371 12:05:32 Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:05:32 ---> Running in a828e8321232 12:05:32 Removing intermediate container a828e8321232 12:05:32 ---> 0ebbeddd4338 12:05:32 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:05:32 ---> Running in 10a0369b4ebb 12:05:33 Removing intermediate container c70117d2bbe4 12:05:33 ---> a5e3ec482b85 12:05:33 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:05:33 ---> Running in ba6ba7f751df 12:05:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:05:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:05:33 OK: 211 MiB in 51 packages 12:05:33 Removing intermediate container 10a0369b4ebb 12:05:33 ---> bc4a41c5537d 12:05:33 Step 8/27 : WORKDIR /app 12:05:33 ---> Running in 25481ceeeb8c 12:05:33 Removing intermediate container 25481ceeeb8c 12:05:33 ---> bf0617403a15 12:05:33 Step 9/27 : COPY go.mod vendor* ./ 12:05:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:05:34 ---> b7cdf996987e 12:05:34 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:05:34 ---> Running in 7320f24c3620 12:05:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:05:35 Removing intermediate container 7320f24c3620 12:05:35 ---> 3d0584153f5d 12:05:35 Step 11/27 : COPY . . 12:05:35 ---> 5e6daf2dcbc2 12:05:35 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:05:35 ---> Running in 4b895a31db02 12:05:35 OK: 221 MiB in 51 packages 12:05:35 Removing intermediate container 4b895a31db02 12:05:35 ---> 7f36dd8af49c 12:05:35 Step 13/27 : RUN $MAKE 12:05:35 ---> Running in f32ff56a8921 12:05:35 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.56 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:05:35 Removing intermediate container ba6ba7f751df 12:05:35 ---> 6601d858208f 12:05:35 Step 8/13 : WORKDIR /app 12:05:35 ---> Running in 7cfb8760edec 12:05:36 Removing intermediate container 7cfb8760edec 12:05:36 ---> 71fddbdcc4cf 12:05:36 Step 9/13 : COPY go.mod vendor* ./ 12:05:36 ---> d93069f276ee 12:05:36 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:05:36 ---> Running in 5f8f76bb133d 12:05:57 Removing intermediate container f32ff56a8921 12:05:57 ---> 2ec24a697115 12:05:57 Step 14/27 : FROM alpine:3.16 12:05:57 3.16: Pulling from library/alpine 12:05:57 213ec9aee27d: Already exists 12:05:57 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:05:57 Status: Downloaded newer image for alpine:3.16 12:05:57 ---> 9c6f07244728 12:05:57 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:05:57 ---> Running in 30dd88fe08ef 12:05:57 Removing intermediate container 30dd88fe08ef 12:05:57 ---> bb0ab59acabf 12:05:57 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 12:05:57 ---> Running in 44fd4d6a7a61 12:05:57 Removing intermediate container 44fd4d6a7a61 12:05:57 ---> f3018cea86b5 12:05:57 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:05:57 ---> Running in e6ab8632f898 12:05:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:05:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:05:58 (1/7) Installing ca-certificates (20220614-r0) 12:05:58 (2/7) Installing dumb-init (1.2.5-r1) 12:05:58 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:05:58 (4/7) Installing libsodium (1.0.18-r0) 12:05:58 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:05:58 (6/7) Installing libzmq (4.3.4-r0) 12:05:58 (7/7) Installing zeromq (4.3.4-r0) 12:05:58 Executing busybox-1.35.0-r17.trigger 12:05:58 Executing ca-certificates-20220614-r0.trigger 12:05:58 OK: 9 MiB in 21 packages 12:05:59 Removing intermediate container e6ab8632f898 12:05:59 ---> fdf041e39873 12:05:59 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:05:59 ---> 2ceb6a711e6e 12:05:59 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 12:05:59 ---> e280ea95439c 12:05:59 Step 20/27 : COPY --from=builder /app/res/ /res/ 12:05:59 ---> 9014ce65847a 12:05:59 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:05:59 ---> 52421e47d098 12:05:59 Step 22/27 : EXPOSE 48095 12:05:59 ---> Running in d33bf8ec9ddd 12:05:59 Removing intermediate container d33bf8ec9ddd 12:05:59 ---> fe0192d58d8e 12:05:59 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 12:06:00 ---> Running in ea0145a4137d 12:06:00 Removing intermediate container ea0145a4137d 12:06:00 ---> 5bdbab07c8a4 12:06:00 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:06:00 ---> Running in 8efec2527842 12:06:00 Removing intermediate container 8efec2527842 12:06:00 ---> 89fe851b5df6 12:06:00 Step 25/27 : LABEL arch=amd64 12:06:00 ---> Running in d49da73a2474 12:06:00 Removing intermediate container d49da73a2474 12:06:00 ---> c2b5c39cd252 12:06:00 Step 26/27 : LABEL git_sha=039cb83e8e07daf76122e2716a309c1f53258016 12:06:00 ---> Running in d5b2f43ddcbc 12:06:00 Removing intermediate container d5b2f43ddcbc 12:06:00 ---> b9b115f4b737 12:06:00 Step 27/27 : LABEL version=0.0.0 12:06:00 ---> Running in 755de2406704 12:06:00 Removing intermediate container 755de2406704 12:06:00 ---> f965a8097a1f 12:06:00 [Warning] One or more build-args [ARCH] were not consumed 12:06:00 Successfully built f965a8097a1f 12:06:00 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:01 12:06:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:01 latest: Pulling from edgex-lftools-log-publisher 12:06:01 5eb5b503b376: Pulling fs layer 12:06:01 5c69ac0246d0: Pulling fs layer 12:06:01 ec43610c2a17: Pulling fs layer 12:06:01 3a2ae6a8a46f: Pulling fs layer 12:06:01 33b1e0a273af: Pulling fs layer 12:06:01 5d3b04190fa2: Pulling fs layer 12:06:01 2f39f015ded8: Pulling fs layer 12:06:01 3a2ae6a8a46f: Waiting 12:06:01 5d3b04190fa2: Waiting 12:06:01 2f39f015ded8: Waiting 12:06:01 33b1e0a273af: Waiting 12:06:01 5c69ac0246d0: Verifying Checksum 12:06:01 5c69ac0246d0: Download complete 12:06:01 3a2ae6a8a46f: Verifying Checksum 12:06:01 3a2ae6a8a46f: Download complete 12:06:01 33b1e0a273af: Verifying Checksum 12:06:01 33b1e0a273af: Download complete 12:06:02 5d3b04190fa2: Verifying Checksum 12:06:02 5d3b04190fa2: Download complete 12:06:02 ec43610c2a17: Download complete 12:06:02 5eb5b503b376: Download complete 12:06:02 2f39f015ded8: Download complete 12:06:03 5eb5b503b376: Pull complete 12:06:03 5c69ac0246d0: Pull complete 12:06:04 ec43610c2a17: Pull complete 12:06:04 3a2ae6a8a46f: Pull complete 12:06:04 33b1e0a273af: Pull complete 12:06:04 5d3b04190fa2: Pull complete 12:06:08 2f39f015ded8: Pull complete 12:06:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:06:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:06:08 prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container 12:06:08 $ 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-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:06:10 $ docker top 5bf24508e8653ff9a6ab1372ab5d694aa12516419afcadf5a68fc15145af4863 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:06:11 ---> job-cost.sh 12:06:11 lf-activate-venv: SKIPPING 12:06:11 INFO: No Stack... 12:06:11 INFO: Retrieving Pricing Info for: v3-standard-8 12:06:11 INFO: Archiving Costs [Pipeline] sh 12:06:12 + cat /w/workspace/_app-service-configurable_PR-480/archives/cost.csv 12:06:12 + cut -d, -f6 [Pipeline] lock 12:06:12 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] 12:06:12 Resource [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] did not exist. Created. 12:06:12 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:06:12 + echo total: 0.2199999988079071 [Pipeline] stash 12:06:12 Stashed 1 file(s) [Pipeline] } 12:06:12 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:06:12 $ docker stop --time=1 5bf24508e8653ff9a6ab1372ab5d694aa12516419afcadf5a68fc15145af4863 12:06:13 $ docker rm -f 5bf24508e8653ff9a6ab1372ab5d694aa12516419afcadf5a68fc15145af4863 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:06:33 Removing intermediate container 5f8f76bb133d 12:06:33 ---> fd91caf2c77a 12:06:33 Step 11/13 : COPY . . 12:06:33 ---> 1dedb1a61d19 12:06:33 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:06:33 ---> Running in be8fbdfcedb8 12:06:33 Removing intermediate container be8fbdfcedb8 12:06:33 ---> 341ba46874aa 12:06:33 Step 13/13 : RUN $MAKE 12:06:33 ---> Running in 297de7606606 12:06:33 noop 12:06:33 Removing intermediate container 297de7606606 12:06:33 ---> 6c04974beaab 12:06:33 Successfully built 6c04974beaab 12:06:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:33 + docker inspect -f . ci-base-image-arm64 12:06:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:06:33 prd-ubuntu20.04-docker-arm64-4c-16g-117117 does not seem to be running inside a container 12:06: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 ******** ci-base-image-arm64 cat 12:06:35 $ docker top 2451799b2f9689fd0f65d297b3194ca22d02160fefd18734fa6dffbc90c6b073 -eo pid,comm [Pipeline] { [Pipeline] sh 12:06:36 + go version 12:06:36 go version go1.18.7 linux/arm64 [Pipeline] } 12:06:36 $ docker stop --time=1 2451799b2f9689fd0f65d297b3194ca22d02160fefd18734fa6dffbc90c6b073 12:06:37 $ docker rm -f 2451799b2f9689fd0f65d297b3194ca22d02160fefd18734fa6dffbc90c6b073 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:38 + docker inspect -f . ci-base-image-arm64 12:06:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:06:38 prd-ubuntu20.04-docker-arm64-4c-16g-117117 does not seem to be running inside a container 12:06: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 ******** ci-base-image-arm64 cat 12:06:39 $ docker top 7232707130c7abdb642761bb1f86d6b3058b26d1fdbe1ed33bf7aa37d3ac32f0 -eo pid,comm [Pipeline] { [Pipeline] sh 12:06:40 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 12:06:40 + make test 12:06:40 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:08:02 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:08:02 CGO_ENABLED=1 go vet ./... 12:08:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:08:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:08:20 ./bin/test-attribution-txt.sh [Pipeline] echo 12:08:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:08:20 $ docker stop --time=1 7232707130c7abdb642761bb1f86d6b3058b26d1fdbe1ed33bf7aa37d3ac32f0 12:08:22 $ docker rm -f 7232707130c7abdb642761bb1f86d6b3058b26d1fdbe1ed33bf7aa37d3ac32f0 [Pipeline] // withDockerContainer [Pipeline] sh 12:08:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:08:23 Warning: overwriting stash ‘coverage-report’ 12:08:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:08:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:08:24 + ls -al . 12:08:24 total 176 12:08:24 drwxrwxr-x 7 jenkins jenkins 4096 Oct 26 12:06 . 12:08:24 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 12:04 .. 12:08:24 -rw-rw-r-- 1 jenkins jenkins 119 Oct 26 12:04 .dockerignore 12:08:24 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 12:04 .git 12:08:24 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 12:04 .github 12:08:24 -rw-rw-r-- 1 jenkins jenkins 171 Oct 26 12:04 .gitignore 12:08:24 -rw-rw-r-- 1 jenkins jenkins 9207 Oct 26 12:04 Attribution.txt 12:08:24 -rw-rw-r-- 1 jenkins jenkins 27269 Oct 26 12:04 CHANGELOG.md 12:08:24 -rw-rw-r-- 1 jenkins jenkins 2058 Oct 26 12:04 Dockerfile 12:08:24 -rw-rw-r-- 1 jenkins jenkins 677 Oct 26 12:04 GOVERNANCE.md 12:08:24 -rw-rw-r-- 1 jenkins jenkins 688 Oct 26 12:04 Jenkinsfile 12:08:24 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 26 12:04 LICENSE 12:08:24 -rw-rw-r-- 1 jenkins jenkins 618 Oct 26 12:04 OWNERS.md 12:08:24 -rw-rw-r-- 1 jenkins jenkins 4369 Oct 26 12:04 README.md 12:08:24 -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 12:04 VERSION 12:08:24 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 12:04 bin 12:08:24 -rw-r--r-- 1 jenkins jenkins 10 Oct 26 12:06 coverage.out 12:08:24 -rw-rw-r-- 1 jenkins jenkins 3444 Oct 26 12:04 go.mod 12:08:24 -rw-rw-r-- 1 jenkins jenkins 44361 Oct 26 12:04 go.sum 12:08:24 -rw-rw-r-- 1 jenkins jenkins 1949 Oct 26 12:04 main.go 12:08:24 -rw-rw-r-- 1 jenkins jenkins 2185 Oct 26 12:04 makefile 12:08:24 drwxrwxr-x 10 jenkins jenkins 4096 Oct 26 12:04 res 12:08:24 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:25 + 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=039cb83e8e07daf76122e2716a309c1f53258016 --label arch=arm64 --label version=0.0.0 . 12:08:25 Sending build context to Docker daemon 217.1kB 12:08:25 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 12:08:25 Step 2/27 : FROM ${BASE} AS builder 12:08:25 ---> 6c04974beaab 12:08:25 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:08:25 ---> Running in 203bc5e4edad 12:08:25 Removing intermediate container 203bc5e4edad 12:08:25 ---> 7414ea7d7896 12:08:25 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 12:08:25 ---> Running in 3174cd5c4894 12:08:25 Removing intermediate container 3174cd5c4894 12:08:25 ---> cca8ee335c53 12:08:25 Step 5/27 : ARG ADD_BUILD_TAGS="" 12:08:26 ---> Running in f7fd58285381 12:08:26 Removing intermediate container f7fd58285381 12:08:26 ---> 8ace747ba119 12:08:26 Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:08:26 ---> Running in be8f0a6e660c 12:08:26 Removing intermediate container be8f0a6e660c 12:08:26 ---> 9fc6b60c909f 12:08:26 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:08:26 ---> Running in ee376a630792 12:08:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:08:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:08:28 OK: 221 MiB in 51 packages 12:08:29 Removing intermediate container ee376a630792 12:08:29 ---> 0f1d9c7a39f7 12:08:29 Step 8/27 : WORKDIR /app 12:08:29 ---> Running in f02067b7c816 12:08:29 Removing intermediate container f02067b7c816 12:08:29 ---> 0ea4cb966f9a 12:08:29 Step 9/27 : COPY go.mod vendor* ./ 12:08:30 ---> 721b007e5409 12:08:30 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:08:30 ---> Running in 1e984e9c3efd 12:08:32 Removing intermediate container 1e984e9c3efd 12:08:32 ---> 85953acbf0a9 12:08:32 Step 11/27 : COPY . . 12:08:32 ---> 90dd4bc6d1c7 12:08:32 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:08:32 ---> Running in 3dea1ace44d4 12:08:34 Removing intermediate container 3dea1ace44d4 12:08:34 ---> d0bb861824d4 12:08:34 Step 13/27 : RUN $MAKE 12:08:34 ---> Running in bf4d57c05707 12:08:35 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.56 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:10:41 Removing intermediate container bf4d57c05707 12:10:41 ---> 84b8d2968da3 12:10:41 Step 14/27 : FROM alpine:3.16 12:10:41 3.16: Pulling from library/alpine 12:10:41 9b18e9b68314: Already exists 12:10:41 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:10:41 Status: Downloaded newer image for alpine:3.16 12:10:41 ---> a6215f271958 12:10:41 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:10:41 ---> Running in f53c48ef70ef 12:10:41 Removing intermediate container f53c48ef70ef 12:10:41 ---> 8889f8e97a2f 12:10:41 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 12:10:41 ---> Running in a5ac982f40a1 12:10:41 Removing intermediate container a5ac982f40a1 12:10:41 ---> 8c863b738fe5 12:10:41 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:10:41 ---> Running in bb9a080aff2f 12:10:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:10:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:10:42 (1/7) Installing ca-certificates (20220614-r0) 12:10:42 (2/7) Installing dumb-init (1.2.5-r1) 12:10:42 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:10:42 (4/7) Installing libsodium (1.0.18-r0) 12:10:42 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:10:42 (6/7) Installing libzmq (4.3.4-r0) 12:10:42 (7/7) Installing zeromq (4.3.4-r0) 12:10:42 Executing busybox-1.35.0-r17.trigger 12:10:42 Executing ca-certificates-20220614-r0.trigger 12:10:42 OK: 9 MiB in 21 packages 12:10:44 Removing intermediate container bb9a080aff2f 12:10:44 ---> 610a2779a412 12:10:44 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:10:44 ---> f6f3fab0e529 12:10:44 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 12:10:45 ---> 729b47001942 12:10:45 Step 20/27 : COPY --from=builder /app/res/ /res/ 12:10:45 ---> 9ce2eae8a562 12:10:45 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:10:47 ---> cc291a696f02 12:10:47 Step 22/27 : EXPOSE 48095 12:10:47 ---> Running in 232ef5ea9fdb 12:10:47 Removing intermediate container 232ef5ea9fdb 12:10:47 ---> b3cd5a6d77c0 12:10:47 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 12:10:47 ---> Running in cb6cb216db92 12:10:47 Removing intermediate container cb6cb216db92 12:10:47 ---> 9bd70845fd61 12:10:47 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:10:47 ---> Running in 5e5890cdaccd 12:10:48 Removing intermediate container 5e5890cdaccd 12:10:48 ---> 53dc9f21efd0 12:10:48 Step 25/27 : LABEL arch=arm64 12:10:48 ---> Running in 4b4a87bb111e 12:10:48 Removing intermediate container 4b4a87bb111e 12:10:48 ---> 8b8f1a209bfe 12:10:48 Step 26/27 : LABEL git_sha=039cb83e8e07daf76122e2716a309c1f53258016 12:10:48 ---> Running in 70c08987ba40 12:10:48 Removing intermediate container 70c08987ba40 12:10:48 ---> 13a60ab611eb 12:10:48 Step 27/27 : LABEL version=0.0.0 12:10:48 ---> Running in 32baf3ca483b 12:10:49 Removing intermediate container 32baf3ca483b 12:10:49 ---> 6099ef2dd1d2 12:10:49 [Warning] One or more build-args [ARCH] were not consumed 12:10:49 Successfully built 6099ef2dd1d2 12:10:49 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:10:50 12:10:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:10:50 arm64: Pulling from edgex-lftools-log-publisher 12:10:50 8998bd30e6a1: Pulling fs layer 12:10:50 04944245beec: Pulling fs layer 12:10:50 699f458cf7ca: Pulling fs layer 12:10:50 765212b225bb: Pulling fs layer 12:10:50 f23df028b6ca: Pulling fs layer 12:10:50 d65c8cfc05b1: Pulling fs layer 12:10:50 2437ff75d9bd: Pulling fs layer 12:10:50 765212b225bb: Waiting 12:10:50 2437ff75d9bd: Waiting 12:10:50 f23df028b6ca: Waiting 12:10:50 d65c8cfc05b1: Waiting 12:10:50 04944245beec: Verifying Checksum 12:10:50 04944245beec: Download complete 12:10:50 765212b225bb: Verifying Checksum 12:10:50 765212b225bb: Download complete 12:10:50 f23df028b6ca: Verifying Checksum 12:10:50 f23df028b6ca: Download complete 12:10:50 d65c8cfc05b1: Verifying Checksum 12:10:50 d65c8cfc05b1: Download complete 12:10:50 699f458cf7ca: Verifying Checksum 12:10:50 699f458cf7ca: Download complete 12:10:51 8998bd30e6a1: Download complete 12:10:53 2437ff75d9bd: Verifying Checksum 12:10:53 2437ff75d9bd: Download complete 12:10:55 8998bd30e6a1: Pull complete 12:10:55 04944245beec: Pull complete 12:10:56 699f458cf7ca: Pull complete 12:10:56 765212b225bb: Pull complete 12:10:57 f23df028b6ca: Pull complete 12:10:57 d65c8cfc05b1: Pull complete 12:11:12 2437ff75d9bd: Pull complete 12:11:12 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:11:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:11:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:11:13 prd-ubuntu20.04-docker-arm64-4c-16g-117117 does not seem to be running inside a container 12:11:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:11:15 $ docker top a032439eb9e81c0b51c9a99729b22e8024359aaead0009dd19ef093a79f24463 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:11:16 ---> job-cost.sh 12:11:16 lf-activate-venv: SKIPPING 12:11:16 INFO: No Stack... 12:11:17 INFO: Retrieving Pricing Info for: v3-standard-4 12:11:18 INFO: Archiving Costs [Pipeline] sh 12:11:18 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 12:11:18 + cut -d, -f6 [Pipeline] lock 12:11:18 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] 12:11:18 Resource [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] did not exist. Created. 12:11:18 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:11:19 /w/workspace/app-service-configurable/1@tmp/durable-9aa5cc78/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:11:19 + echo total: 0.10999999940395355 [Pipeline] stash 12:11:19 Warning: overwriting stash ‘stack-cost’ 12:11:19 Stashed 1 file(s) [Pipeline] } 12:11:19 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-480-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:11:19 $ docker stop --time=1 a032439eb9e81c0b51c9a99729b22e8024359aaead0009dd19ef093a79f24463 12:11:21 $ docker rm -f a032439eb9e81c0b51c9a99729b22e8024359aaead0009dd19ef093a79f24463 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 12:11:22 provisioning config files... 12:11:22 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-480@tmp/config11490534894109446583tmp [Pipeline] { [Pipeline] sh 12:11:22 + set +x 12:11:22 + bash -s -- 12:11:22 + curl -s https://codecov.io/bash 12:11:22 12:11:22 _____ _ 12:11:22 / ____| | | 12:11:22 | | ___ __| | ___ ___ _____ __ 12:11:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:11:22 | |___| (_) | (_| | __/ (_| (_) \ V / 12:11:22 \_____\___/ \__,_|\___|\___\___/ \_/ 12:11:22 Bash-1.0.6 12:11:22 12:11:22 12:11:22 ==> git version 2.25.1 found 12:11:22 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 12:11:22 Release-Date: 2020-01-08 12:11:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:11:22 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:11:22 ==> Jenkins CI detected. 12:11:22 current dir:  /w/workspace/_app-service-configurable_PR-480 12:11:22 project root: . 12:11:22 --> token set from env 12:11:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:11:22 ==> Running gcov in . (disable via -X gcov) 12:11:22 ==> Python coveragepy not found 12:11:22 ==> Searching for coverage reports in: 12:11:22 + . 12:11:22 -> Found 1 reports 12:11:22 ==> Detecting git/mercurial file structure 12:11:22 ==> Reading reports 12:11:22 + ./coverage.out bytes=10 12:11:22 ==> Appending adjustments 12:11:22 https://docs.codecov.io/docs/fixing-reports 12:11:22 + Found adjustments 12:11:22 ==> Gzipping contents 12:11:22 4.0K /tmp/codecov.FpjHEx.gz 12:11:22 ==> Uploading reports 12:11:22 url: https://codecov.io 12:11:22 query: branch=PR-480&commit=039cb83e8e07daf76122e2716a309c1f53258016&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-480%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=480&job=&cmd_args= 12:11:22 -> Pinging Codecov 12:11:22 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-480&commit=039cb83e8e07daf76122e2716a309c1f53258016&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-480%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=480&job=&cmd_args= 12:11:22 -> Uploading to 12:11:22 https://storage.googleapis.com/codecov/v4/raw/2022-10-26/A97CA9966030D2A3747ED39772930CCE/039cb83e8e07daf76122e2716a309c1f53258016/4112ee2c-ec15-4bf9-ad42-f77d18589e1c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221026%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221026T121122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1c5dc23f237eccc1be117c93331e0f02b712741d30d2c3bbbbb11231fc22995 12:11:22 % Total % Received % Xferd Average Speed Time Time Time Current 12:11:22 Dload Upload Total Spent Left Speed 12:11:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2159 --:--:-- --:--:-- --:--:-- 2159 12:11:23 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/039cb83e8e07daf76122e2716a309c1f53258016 [Pipeline] } 12:11:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:11:25 + [ -d /w/workspace/_app-service-configurable_PR-480/archives ] 12:11:25 + ls -al /w/workspace/_app-service-configurable_PR-480/archives 12:11:25 total 16 12:11:25 drwxr-xr-x 3 root root 4096 Oct 26 12:06 . 12:11:25 drwxrwxr-x 9 jenkins jenkins 4096 Oct 26 12:06 .. 12:11:25 drwxr-xr-x 2 root root 4096 Oct 26 12:06 cost 12:11:25 -rw-r--r-- 1 root root 96 Oct 26 12:06 cost.csv 12:11:25 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-480/archives 12:11:25 + ls -al /w/workspace/_app-service-configurable_PR-480/archives 12:11:25 total 16 12:11:25 drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 12:06 . 12:11:25 drwxrwxr-x 9 jenkins jenkins 4096 Oct 26 12:06 .. 12:11:25 drwxr-xr-x 2 jenkins jenkins 4096 Oct 26 12:06 cost 12:11:25 -rw-r--r-- 1 jenkins jenkins 96 Oct 26 12:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:11:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:11:26 ---> package-listing.sh 12:11:26 ++ facter osfamily 12:11:26 ++ tr '[:upper:]' '[:lower:]' 12:11:26 + OS_FAMILY=debian 12:11:26 + workspace=/w/workspace/_app-service-configurable_PR-480 12:11:26 + START_PACKAGES=/tmp/packages_start.txt 12:11:26 + END_PACKAGES=/tmp/packages_end.txt 12:11:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:11:26 + PACKAGES=/tmp/packages_start.txt 12:11:26 + '[' /w/workspace/_app-service-configurable_PR-480 ']' 12:11:26 + PACKAGES=/tmp/packages_end.txt 12:11:26 + case "${OS_FAMILY}" in 12:11:26 + dpkg -l 12:11:26 + grep '^ii' 12:11:26 + '[' -f /tmp/packages_start.txt ']' 12:11:26 + '[' -f /tmp/packages_end.txt ']' 12:11:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:11:26 + '[' /w/workspace/_app-service-configurable_PR-480 ']' 12:11:26 + mkdir -p /w/workspace/_app-service-configurable_PR-480/archives/ 12:11:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-480/archives/ [Pipeline] echo 12:11:26 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-480/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:11:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:11:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:11:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:11:27 prd-ubuntu20.04-docker-8c-8g-117119 does not seem to be running inside a container 12:11:27 $ 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-480/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-480 -v /w/workspace/_app-service-configurable_PR-480:/w/workspace/_app-service-configurable_PR-480:rw,z -v /w/workspace/_app-service-configurable_PR-480@tmp:/w/workspace/_app-service-configurable_PR-480@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:11:27 $ docker top 17c74f0024e94fedd040358b089f9206113466d2911344f534cf5e9751517991 -eo pid,comm [Pipeline] { [Pipeline] sh 12:11:28 + touch /tmp/pre-build-complete [Pipeline] sh 12:11:28 + mkdir -p /var/log/sysstat [Pipeline] sh 12:11:28 + ls /var/log/sa-host 12:11:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:11:29 provisioning config files... 12:11:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-480@tmp/config704741848969113356tmp [Pipeline] { [Pipeline] echo 12:11:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:11:29 ---> create-netrc.sh [Pipeline] } 12:11:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:11:29 ---> python-tools-install.sh [Pipeline] echo 12:11:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:11:30 ---> sudo-logs.sh 12:11:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:11:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:11:30 ---> job-cost.sh 12:11:30 lf-activate-venv: SKIPPING 12:11:30 DEBUG: total: 0.2199999988079071 12:11:30 INFO: Retrieving Stack Cost... 12:11:31 INFO: Retrieving Pricing Info for: v3-standard-8 12:11:31 INFO: Archiving Costs [Pipeline] echo 12:11:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:11:31 ---> logs-deploy.sh 12:11:31 lf-activate-venv: SKIPPING 12:11:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-480/1 12:11:31 INFO: archiving workspace using pattern(s): 12:11:32 Archives upload complete. 12:11:32 INFO: archiving logs to Nexus 12:11:33 ---> uname -a: 12:11:33 Linux prd-ubuntu20-04-docker-8c-8g-117119 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:11:33 12:11:33 12:11:33 ---> lscpu: 12:11:33 Architecture: x86_64 12:11:33 CPU op-mode(s): 32-bit, 64-bit 12:11:33 Byte Order: Little Endian 12:11:33 Address sizes: 40 bits physical, 48 bits virtual 12:11:33 CPU(s): 8 12:11:33 On-line CPU(s) list: 0-7 12:11:33 Thread(s) per core: 1 12:11:33 Core(s) per socket: 1 12:11:33 Socket(s): 8 12:11:33 NUMA node(s): 1 12:11:33 Vendor ID: AuthenticAMD 12:11:33 CPU family: 23 12:11:33 Model: 49 12:11:33 Model name: AMD EPYC-Rome Processor 12:11:33 Stepping: 0 12:11:33 CPU MHz: 2799.998 12:11:33 BogoMIPS: 5599.99 12:11:33 Virtualization: AMD-V 12:11:33 Hypervisor vendor: KVM 12:11:33 Virtualization type: full 12:11:33 L1d cache: 256 KiB 12:11:33 L1i cache: 256 KiB 12:11:33 L2 cache: 4 MiB 12:11:33 L3 cache: 128 MiB 12:11:33 NUMA node0 CPU(s): 0-7 12:11:33 Vulnerability Itlb multihit: Not affected 12:11:33 Vulnerability L1tf: Not affected 12:11:33 Vulnerability Mds: Not affected 12:11:33 Vulnerability Meltdown: Not affected 12:11:33 Vulnerability Mmio stale data: Not affected 12:11:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:11:33 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:11:33 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:11:33 Vulnerability Srbds: Not affected 12:11:33 Vulnerability Tsx async abort: Not affected 12:11:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 12:11:33 12:11:33 12:11:33 ---> nproc: 12:11:33 8 12:11:33 12:11:33 12:11:33 ---> df -h: 12:11:33 Filesystem Size Used Avail Use% Mounted on 12:11:33 overlay 155G 12G 144G 8% / 12:11:33 tmpfs 64M 0 64M 0% /dev 12:11:33 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:11:33 shm 64M 0 64M 0% /dev/shm 12:11:33 /dev/vda1 155G 12G 144G 8% /facter-os 12:11:33 12:11:33 12:11:33 ---> sar -b -r -n DEV: 12:11:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117119) 10/26/22 _x86_64_ (8 CPU) 12:11:33 12:11:33 12:03:37 LINUX RESTART (8 CPU) 12:11:33 12:11:33 12:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:11:33 12:05:02 189.07 39.31 149.76 0.00 4307.28 57617.73 0.00 12:11:33 12:06:01 216.50 0.25 216.25 0.00 17.89 43199.46 0.00 12:11:33 12:07:01 35.24 0.03 35.21 0.00 7.20 16766.42 0.00 12:11:33 12:08:01 0.97 0.00 0.97 0.00 0.00 12.53 0.00 12:11:33 12:09:01 39.76 9.35 30.41 0.00 2885.25 4829.20 0.00 12:11:33 12:10:01 2.12 0.00 2.12 0.00 0.00 25.59 0.00 12:11:33 12:11:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 12:11:33 Average: 68.93 7.01 61.92 0.00 1033.43 17433.55 0.00 12:11:33 12:11:33 12:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:11:33 12:05:02 28230392 31568904 731624 2.22 125804 3405768 2079428 6.13 1156224 3038232 328512 12:11:33 12:06:01 28305564 31559768 736276 2.24 142264 3323712 1725500 5.09 1202168 2929360 548 12:11:33 12:07:01 27812908 31577240 717580 2.18 150456 3775740 1744852 5.14 1203852 3368432 16 12:11:33 12:08:01 27813000 31577376 717224 2.18 150488 3775752 1744852 5.14 1203660 3368436 184 12:11:33 12:09:01 27517784 31564360 722116 2.20 169104 4024688 1792384 5.28 1353844 3488184 248 12:11:33 12:10:01 27518928 31565460 721380 2.19 169148 4024696 1791756 5.28 1353512 3488144 44 12:11:33 12:11:01 27525436 31572124 714424 2.17 169212 4024700 1791756 5.28 1348240 3488152 8 12:11:33 Average: 27817716 31569319 722946 2.20 153782 3765008 1810075 5.33 1260214 3309849 47080 12:11:33 12:11:33 12:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:11:33 12:05:02 lo 6.80 6.80 0.66 0.66 0.00 0.00 0.00 0.00 12:11:33 12:05:02 docker0 158.34 204.08 12.91 1802.74 0.00 0.00 0.00 0.00 12:11:33 12:05:02 ens3 850.64 589.79 8135.55 106.39 0.00 0.00 0.00 0.00 12:11:33 12:06:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 12:11:33 12:06:01 docker0 4.30 8.95 0.28 102.83 0.00 0.00 0.00 0.00 12:11:33 12:06:01 ens3 65.13 56.78 143.56 96.06 0.00 0.00 0.00 0.00 12:11:33 12:07:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 12:11:33 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:33 12:07:01 ens3 94.95 65.44 2520.67 10.69 0.00 0.00 0.00 0.00 12:11:33 12:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:11:33 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:33 12:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:11:33 12:09:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 12:11:33 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:33 12:09:01 ens3 82.72 54.69 1299.21 3.95 0.00 0.00 0.00 0.00 12:11:33 12:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:11:33 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:33 12:10:01 ens3 0.33 0.28 0.09 0.08 0.00 0.00 0.00 0.00 12:11:33 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:33 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:11:33 12:11:01 ens3 12.85 5.77 12.98 0.42 0.00 0.00 0.00 0.00 12:11:33 Average: lo 1.39 1.39 0.13 0.13 0.00 0.00 0.00 0.00 12:11:33 Average: docker0 23.28 30.48 1.89 272.61 0.00 0.00 0.00 0.00 12:11:33 Average: ens3 158.32 110.53 1733.96 30.93 0.00 0.00 0.00 0.00 12:11:33 12:11:33 12:11:33 ---> sar -P ALL: 12:11:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117119) 10/26/22 _x86_64_ (8 CPU) 12:11:33 12:11:33 12:03:37 LINUX RESTART (8 CPU) 12:11:33 12:11:33 12:04:01 CPU %user %nice %system %iowait %steal %idle 12:11:33 12:05:02 all 12.62 0.00 4.87 1.47 0.05 80.99 12:11:33 12:05:02 0 14.32 0.00 4.25 2.16 0.05 79.22 12:11:33 12:05:02 1 12.78 0.00 5.05 2.80 0.05 79.32 12:11:33 12:05:02 2 13.26 0.00 4.92 0.81 0.05 80.97 12:11:33 12:05:02 3 10.90 0.00 5.29 0.56 0.05 83.20 12:11:33 12:05:02 4 12.29 0.00 5.60 2.01 0.05 80.04 12:11:33 12:05:02 5 13.29 0.00 3.81 1.98 0.05 80.87 12:11:33 12:05:02 6 11.18 0.00 4.68 0.27 0.05 83.82 12:11:33 12:05:02 7 12.97 0.00 5.36 1.15 0.07 80.45 12:11:33 12:06:01 all 34.80 0.00 7.35 1.06 0.08 56.71 12:11:33 12:06:01 0 34.93 0.00 7.02 0.09 0.09 57.87 12:11:33 12:06:01 1 35.43 0.00 8.06 2.80 0.07 53.65 12:11:33 12:06:01 2 34.06 0.00 6.62 0.07 0.09 59.16 12:11:33 12:06:01 3 37.14 0.00 7.77 0.77 0.09 54.23 12:11:33 12:06:01 4 34.29 0.00 7.09 0.48 0.09 58.05 12:11:33 12:06:01 5 34.97 0.00 7.26 1.75 0.07 55.95 12:11:33 12:06:01 6 32.91 0.00 8.13 1.64 0.07 57.25 12:11:33 12:06:01 7 34.65 0.00 6.86 0.88 0.09 57.53 12:11:33 12:07:01 all 2.82 0.00 1.30 0.25 0.01 95.62 12:11:33 12:07:01 0 2.24 0.00 0.69 0.02 0.00 97.06 12:11:33 12:07:01 1 2.70 0.00 1.24 0.37 0.02 95.68 12:11:33 12:07:01 2 2.04 0.00 2.21 0.00 0.00 95.75 12:11:33 12:07:01 3 4.48 0.00 1.50 1.46 0.02 92.54 12:11:33 12:07:01 4 3.53 0.00 1.00 0.00 0.02 95.45 12:11:33 12:07:01 5 2.38 0.00 1.31 0.13 0.02 96.17 12:11:33 12:07:01 6 2.59 0.00 1.37 0.02 0.03 95.98 12:11:33 12:07:01 7 2.54 0.00 1.04 0.00 0.02 96.40 12:11:33 12:08:01 all 0.27 0.00 0.01 0.00 0.01 99.71 12:11:33 12:08:01 0 0.00 0.00 0.03 0.00 0.00 99.97 12:11:33 12:08:01 1 0.00 0.00 0.02 0.02 0.00 99.97 12:11:33 12:08:01 2 0.00 0.00 0.02 0.00 0.02 99.97 12:11:33 12:08:01 3 1.99 0.00 0.00 0.02 0.00 98.00 12:11:33 12:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:11:33 12:08:01 5 0.02 0.00 0.00 0.00 0.02 99.97 12:11:33 12:08:01 6 0.08 0.00 0.02 0.00 0.02 99.88 12:11:33 12:08:01 7 0.03 0.00 0.00 0.00 0.00 99.97 12:11:33 12:09:01 all 1.44 0.00 0.86 0.34 0.01 97.35 12:11:33 12:09:01 0 0.68 0.00 0.93 0.05 0.02 98.32 12:11:33 12:09:01 1 0.70 0.00 0.55 1.37 0.02 97.37 12:11:33 12:09:01 2 2.35 0.00 1.85 0.07 0.00 95.73 12:11:33 12:09:01 3 2.51 0.00 0.71 0.48 0.02 96.28 12:11:33 12:09:01 4 1.80 0.00 0.87 0.17 0.02 97.14 12:11:33 12:09:01 5 1.56 0.00 0.65 0.25 0.02 97.52 12:11:33 12:09:01 6 0.67 0.00 0.63 0.25 0.02 98.43 12:11:33 12:09:01 7 1.20 0.00 0.67 0.07 0.02 98.04 12:11:33 12:10:01 all 0.21 0.00 0.03 0.01 0.01 99.74 12:11:33 12:10:01 0 0.07 0.00 0.05 0.00 0.00 99.88 12:11:33 12:10:01 1 0.02 0.00 0.02 0.02 0.00 99.95 12:11:33 12:10:01 2 0.00 0.00 0.02 0.00 0.02 99.97 12:11:33 12:10:01 3 0.00 0.00 0.02 0.05 0.02 99.92 12:11:33 12:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 12:11:33 12:10:01 5 1.57 0.00 0.10 0.00 0.00 98.34 12:11:33 12:10:01 6 0.03 0.00 0.03 0.00 0.02 99.92 12:11:33 12:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:11:33 12:11:01 all 0.27 0.00 0.02 0.01 0.01 99.69 12:11:33 12:11:01 0 0.02 0.00 0.07 0.00 0.02 99.90 12:11:33 12:11:01 1 0.02 0.00 0.02 0.03 0.00 99.93 12:11:33 12:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 12:11:33 12:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 12:11:33 12:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:11:33 12:11:01 5 1.95 0.00 0.02 0.00 0.02 98.01 12:11:33 12:11:01 6 0.03 0.00 0.03 0.05 0.02 99.87 12:11:33 12:11:01 7 0.08 0.00 0.05 0.00 0.00 99.87 12:11:33 Average: all 7.36 0.00 2.03 0.44 0.03 90.14 12:11:33 Average: 0 7.35 0.00 1.84 0.33 0.02 90.46 12:11:33 Average: 1 7.25 0.00 2.11 1.05 0.02 89.57 12:11:33 Average: 2 7.27 0.00 2.21 0.13 0.02 90.35 12:11:33 Average: 3 7.99 0.00 2.15 0.47 0.03 89.36 12:11:33 Average: 4 7.31 0.00 2.06 0.38 0.02 90.23 12:11:33 Average: 5 7.81 0.00 1.84 0.58 0.03 89.75 12:11:33 Average: 6 6.66 0.00 2.10 0.31 0.03 90.89 12:11:33 Average: 7 7.22 0.00 1.97 0.30 0.03 90.49 12:11:33 12:11:33 12:11:33