Pull request #471 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1a9c69499b7a99db1cac16713f98a578d42741b9+36be150d6762fc2492564362988c95ea99ab1b04 (fc9aa97634bbaea993eafc083690c00ce81fb714) 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-ssh14736020606791513622.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3231662934281478334.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-471/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-471/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7292623154648153144.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-471/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16667433861879355967.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh997483533817364070.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-471/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-471/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7942500071443378675.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2118 in /w/workspace/_app-service-configurable_PR-471 [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-471 # 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/471/head:refs/remotes/origin/PR-471 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 36be150d6762fc2492564362988c95ea99ab1b04 into PR head commit 1a9c69499b7a99db1cac16713f98a578d42741b9 Merge succeeded, producing 1a9c69499b7a99db1cac16713f98a578d42741b9 Checking out Revision 1a9c69499b7a99db1cac16713f98a578d42741b9 (PR-471) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:04:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:04:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 1a9c69499b7a99db1cac16713f98a578d42741b9 # 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 36be150d6762fc2492564362988c95ea99ab1b04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a9c69499b7a99db1cac16713f98a578d42741b9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:04:41 ========================================================= 12:04:41 EdgeX Global Pipelines Version Info 12:04:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:04:43 ------------------- 12:04:43 stable info: 12:04:43 ------------------- 12:04:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:04:43 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 12:04:43 Message: update stable to v1.0.239 12:04:43 ------------------- 12:04:43 experimental info: 12:04:43 ------------------- 12:04:43 Commited By: **** collab-it+edgex@linuxfoundation.org 12:04:43 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 12:04:43 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:04:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:04:43 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:04:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:04:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:04:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:04:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 12:04:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:04:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-471 [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-471 [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-471 [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1a9c694 [Pipeline] echo 12:04:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:04:45 provisioning config files... 12:04:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-471@tmp/config2836455458910129544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:04:45 ---> docker-login.sh 12:04:45 nexus3.edgexfoundry.org:10001 12:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:45 Configure a credential helper to remove this warning. See 12:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:45 12:04:45 Login Succeeded 12:04:45 nexus3.edgexfoundry.org:10002 12:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:45 Configure a credential helper to remove this warning. See 12:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:45 12:04:45 Login Succeeded 12:04:45 nexus3.edgexfoundry.org:10003 12:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:46 Configure a credential helper to remove this warning. See 12:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:46 12:04:46 Login Succeeded 12:04:46 nexus3.edgexfoundry.org:10004 12:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:46 Configure a credential helper to remove this warning. See 12:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:46 12:04:46 Login Succeeded 12:04:46 docker.io 12:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:46 Configure a credential helper to remove this warning. See 12:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:46 12:04:46 Login Succeeded 12:04:46 ---> docker-login.sh ends [Pipeline] } 12:04:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:04:47 + git rev-list -1 --merges 1a9c69499b7a99db1cac16713f98a578d42741b9~1..1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] echo 12:04:47 -----------> git rev-list -1 --merges 1a9c69499b7a99db1cac16713f98a578d42741b9~1..1a9c69499b7a99db1cac16713f98a578d42741b9 1a9c69499b7a99db1cac16713f98a578d42741b9 [false] [Pipeline] sh 12:04:47 + git log --format=format:%s -1 1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] echo 12:04:47 ========================================================= 12:04:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:04:47 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:04:48 + git log --format=format:%s -1 1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] echo 12:04:48 [semverPrep] GIT_COMMIT: 1a9c69499b7a99db1cac16713f98a578d42741b9, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 12:04:48 [semverPrep] This is not a build commit. [Pipeline] sh 12:04:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:04:48 + grep -v github /etc/ssh/ssh_known_hosts 12:04:48 + [ -e /tmp/ssh_known_hosts ] 12:04:48 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:04:48 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:04:48 + sudo tee -a /etc/ssh/ssh_known_hosts 12:04:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:49 12:04:49 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:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:49 0.1.4: Pulling from edgex-devops/py-git-semver 12:04:49 b85a868b505f: Pulling fs layer 12:04:49 e2be974225ed: Pulling fs layer 12:04:49 339a4e72a1f5: Pulling fs layer 12:04:49 988bab9f4d93: Pulling fs layer 12:04:49 1469e6f7b9e6: Pulling fs layer 12:04:49 eaf3925da568: Pulling fs layer 12:04:49 bab4dde63d76: Pulling fs layer 12:04:49 bde34c3a00c8: Pulling fs layer 12:04:49 b352a97aabf1: Pulling fs layer 12:04:49 4872d77fe225: Pulling fs layer 12:04:49 5851b861e8e6: Pulling fs layer 12:04:49 1469e6f7b9e6: Waiting 12:04:49 eaf3925da568: Waiting 12:04:49 bab4dde63d76: Waiting 12:04:49 bde34c3a00c8: Waiting 12:04:49 b352a97aabf1: Waiting 12:04:49 4872d77fe225: Waiting 12:04:49 5851b861e8e6: Waiting 12:04:49 988bab9f4d93: Waiting 12:04:49 e2be974225ed: Verifying Checksum 12:04:49 e2be974225ed: Download complete 12:04:49 988bab9f4d93: Verifying Checksum 12:04:49 988bab9f4d93: Download complete 12:04:50 1469e6f7b9e6: Verifying Checksum 12:04:50 1469e6f7b9e6: Download complete 12:04:50 eaf3925da568: Verifying Checksum 12:04:50 eaf3925da568: Download complete 12:04:50 339a4e72a1f5: Verifying Checksum 12:04:50 bde34c3a00c8: Download complete 12:04:50 b352a97aabf1: Verifying Checksum 12:04:50 b352a97aabf1: Download complete 12:04:50 4872d77fe225: Verifying Checksum 12:04:50 4872d77fe225: Download complete 12:04:50 5851b861e8e6: Download complete 12:04:50 b85a868b505f: Download complete 12:04:50 bab4dde63d76: Verifying Checksum 12:04:50 bab4dde63d76: Download complete 12:04:51 b85a868b505f: Pull complete 12:04:51 e2be974225ed: Pull complete 12:04:52 339a4e72a1f5: Pull complete 12:04:52 988bab9f4d93: Pull complete 12:04:52 1469e6f7b9e6: Pull complete 12:04:52 eaf3925da568: Pull complete 12:04:54 bab4dde63d76: Pull complete 12:04:54 bde34c3a00c8: Pull complete 12:04:54 b352a97aabf1: Pull complete 12:04:54 4872d77fe225: Pull complete 12:04:54 5851b861e8e6: Pull complete 12:04:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:04:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:04:54 prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container 12:04:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@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:05:00 $ docker top 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b -eo pid,comm 12:05:01 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:05:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:05:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:05:01 [ssh-agent] Looking for ssh-agent implementation... 12:05:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:05:01 $ docker exec 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b ssh-agent 12:05:01 SSH_AUTH_SOCK=/tmp/ssh-OMWos6scEXu0/agent.14 12:05:01 SSH_AGENT_PID=20 12:05:01 Running ssh-add (command line suppressed) 12:05:01 Identity added: /w/workspace/_app-service-configurable_PR-471@tmp/private_key_9963122296104920603.key (/w/workspace/_app-service-configurable_PR-471@tmp/private_key_9963122296104920603.key) 12:05:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:05:01 + git tag --points-at HEAD [Pipeline] } 12:05:01 $ docker exec --env ******** --env ******** 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b ssh-agent -k 12:05:02 unset SSH_AUTH_SOCK; 12:05:02 unset SSH_AGENT_PID; 12:05:02 echo Agent pid 20 killed; 12:05:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:05:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:05:02 [ssh-agent] Looking for ssh-agent implementation... 12:05:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:05:02 $ docker exec 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b ssh-agent 12:05:02 SSH_AUTH_SOCK=/tmp/ssh-uqQsF0qsSlzG/agent.71 12:05:02 SSH_AGENT_PID=77 12:05:02 Running ssh-add (command line suppressed) 12:05:02 Identity added: /w/workspace/_app-service-configurable_PR-471@tmp/private_key_5823402690335336971.key (/w/workspace/_app-service-configurable_PR-471@tmp/private_key_5823402690335336971.key) 12:05:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:05:02 + git semver init 12:05:03 2022-09-29 12:05:03,127 [run_init] DEBUG init version:0.0.0 force:False 12:05:03 2022-09-29 12:05:03,128 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-471/.semver 12:05:03 2022-09-29 12:05:03,129 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-471/.semver 12:05:03 2022-09-29 12:05:03,130 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-471/.semver'], cwd=/w/workspace/_app-service-configurable_PR-471, universal_newlines=False, shell=None, istream=None) 12:05:04 2022-09-29 12:05:04,315 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-471/.git/info/exclude 12:05:04 2022-09-29 12:05:04,315 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-471/.semver/PR-471 with force:False 12:05:04 2022-09-29 12:05:04,316 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-471/.semver/PR-471 12:05:04 2022-09-29 12:05:04,320 [execute] INFO git cat-file --batch-check 12:05:04 2022-09-29 12:05:04,320 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-471/.semver, universal_newlines=False, shell=None, istream=) 12:05:04 2022-09-29 12:05:04,328 [execute] INFO git cat-file --batch 12:05:04 2022-09-29 12:05:04,329 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-471/.semver, universal_newlines=False, shell=None, istream=) 12:05:04 2022-09-29 12:05:04,335 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-471/.semver/PR-471 12:05:04 0.0.0 [Pipeline] } 12:05:04 $ docker exec --env ******** --env ******** 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b ssh-agent -k 12:05:04 unset SSH_AUTH_SOCK; 12:05:04 unset SSH_AGENT_PID; 12:05:04 echo Agent pid 77 killed; 12:05:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:05:05 + git semver [Pipeline] } 12:05:05 $ docker stop --time=1 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b 12:05:07 $ docker rm -f 410954c64028e09584d491fb7d40438091b66169295f66e93df53cd07fe7bb1b [Pipeline] // withDockerContainer [Pipeline] sh 12:05:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:05:08 Stashed 1 file(s) [Pipeline] echo 12:05:08 [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:05:09 provisioning config files... 12:05:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-471@tmp/config4030206374914182835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:05:09 ---> docker-login.sh 12:05:09 nexus3.edgexfoundry.org:10001 12:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:09 Configure a credential helper to remove this warning. See 12:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:09 12:05:09 Login Succeeded 12:05:09 nexus3.edgexfoundry.org:10002 12:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:09 Configure a credential helper to remove this warning. See 12:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:09 12:05:09 Login Succeeded 12:05:09 nexus3.edgexfoundry.org:10003 12:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:09 Configure a credential helper to remove this warning. See 12:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:09 12:05:09 Login Succeeded 12:05:09 nexus3.edgexfoundry.org:10004 12:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:09 Configure a credential helper to remove this warning. See 12:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:09 12:05:09 Login Succeeded 12:05:09 docker.io 12:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:10 Configure a credential helper to remove this warning. See 12:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:10 12:05:10 Login Succeeded 12:05:10 ---> docker-login.sh ends [Pipeline] } 12:05:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:05:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:05:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:05:10 ========================================================= 12:05:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 12:05:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:11 + 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:05:11 Sending build context to Docker daemon 3.137MB 12:05:11 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:05:11 Step 2/14 : FROM ${BASE} AS builder 12:05:11 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 12:05:11 2408cc74d12b: Pulling fs layer 12:05:11 ea60b727a1ce: Pulling fs layer 12:05:11 30c4a7721957: Pulling fs layer 12:05:11 370296b7ddb6: Pulling fs layer 12:05:11 7c6cee850709: Pulling fs layer 12:05:11 39a5fcdaea64: Pulling fs layer 12:05:11 d94ebbe4e438: Pulling fs layer 12:05:11 bcfd1f05c69d: Pulling fs layer 12:05:11 59ccb84bbe0f: Pulling fs layer 12:05:11 7c6cee850709: Waiting 12:05:11 39a5fcdaea64: Waiting 12:05:11 d94ebbe4e438: Waiting 12:05:11 bcfd1f05c69d: Waiting 12:05:11 370296b7ddb6: Waiting 12:05:11 59ccb84bbe0f: Waiting 12:05:11 30c4a7721957: Verifying Checksum 12:05:11 30c4a7721957: Download complete 12:05:11 ea60b727a1ce: Verifying Checksum 12:05:11 ea60b727a1ce: Download complete 12:05:11 7c6cee850709: Verifying Checksum 12:05:11 7c6cee850709: Download complete 12:05:11 39a5fcdaea64: Download complete 12:05:11 2408cc74d12b: Verifying Checksum 12:05:11 2408cc74d12b: Download complete 12:05:11 d94ebbe4e438: Verifying Checksum 12:05:11 d94ebbe4e438: Download complete 12:05:12 2408cc74d12b: Pull complete 12:05:12 59ccb84bbe0f: Verifying Checksum 12:05:12 ea60b727a1ce: Pull complete 12:05:12 370296b7ddb6: Verifying Checksum 12:05:12 370296b7ddb6: Download complete 12:05:12 bcfd1f05c69d: Verifying Checksum 12:05:12 bcfd1f05c69d: Download complete 12:05:12 30c4a7721957: Pull complete 12:05:18 370296b7ddb6: Pull complete 12:05:18 7c6cee850709: Pull complete 12:05:18 39a5fcdaea64: Pull complete 12:05:19 d94ebbe4e438: Pull complete 12:05:22 bcfd1f05c69d: Pull complete 12:05:23 59ccb84bbe0f: Pull complete 12:05:23 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 12:05:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:05:23 ---> a4fb48ad2a94 12:05:23 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:05:24 Still waiting to schedule task 12:05:24 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:05:35 ---> Running in b7f2b09ee8b4 12:05:35 Removing intermediate container b7f2b09ee8b4 12:05:35 ---> a27451e8c7a0 12:05:35 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:05:36 ---> Running in f6580080067a 12:05:36 Removing intermediate container f6580080067a 12:05:36 ---> aeff0d9ec97b 12:05:36 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:05:36 ---> Running in c46354f702ef 12:05:37 Removing intermediate container c46354f702ef 12:05:37 ---> 514d3ceb5e12 12:05:37 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:05:38 ---> Running in 498326a4f37c 12:05:38 Removing intermediate container 498326a4f37c 12:05:38 ---> b122d9930d75 12:05:38 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:05:38 ---> Running in 07a880991517 12:05:41 Removing intermediate container 07a880991517 12:05:41 ---> c686d3f8952b 12:05:41 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:05:41 ---> Running in c14a229a7000 12:05:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:05:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:05:42 OK: 211 MiB in 51 packages 12:05:43 Removing intermediate container c14a229a7000 12:05:43 ---> dd34b0466b5e 12:05:43 Step 9/14 : WORKDIR /app 12:05:44 ---> Running in 087bb5fd9a18 12:05:44 Removing intermediate container 087bb5fd9a18 12:05:44 ---> 09773c5bf17a 12:05:44 Step 10/14 : COPY go.mod vendor* ./ 12:05:44 ---> 3030bb6beaf2 12:05:44 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:05:44 ---> Running in 18f6e9f19b7e 12:06:23 Removing intermediate container 18f6e9f19b7e 12:06:23 ---> 402722be52f4 12:06:23 Step 12/14 : COPY . . 12:06:23 ---> cd5f9fd30b45 12:06:23 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:06:23 ---> Running in db44465afc43 12:06:23 Removing intermediate container db44465afc43 12:06:23 ---> f4ce9198b4ab 12:06:23 Step 14/14 : RUN $MAKE 12:06:23 ---> Running in 55545791bedb 12:06:24 noop 12:06:25 Removing intermediate container 55545791bedb 12:06:25 ---> 3ca04f340ee0 12:06:25 Successfully built 3ca04f340ee0 12:06:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:26 + docker inspect -f . ci-base-image-x86_64 12:06:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:06:26 prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container 12:06:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@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:06:27 $ docker top 2d4f30b1e32c82f3f9a47cd1bbc7ca783c7cba513c4d049c54ebee3e11084d7d -eo pid,comm [Pipeline] { [Pipeline] sh 12:06:28 + go version 12:06:28 go version go1.18.3 linux/amd64 [Pipeline] } 12:06:28 $ docker stop --time=1 2d4f30b1e32c82f3f9a47cd1bbc7ca783c7cba513c4d049c54ebee3e11084d7d 12:06:29 $ docker rm -f 2d4f30b1e32c82f3f9a47cd1bbc7ca783c7cba513c4d049c54ebee3e11084d7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:30 + docker inspect -f . ci-base-image-x86_64 12:06:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:06:30 prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container 12:06:30 $ 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-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@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:06:31 $ docker top 2f649aa48363d81d9cab1ba9b20ded8d15ab88e1a10ff42837f07acd9c3829af -eo pid,comm [Pipeline] { [Pipeline] sh 12:06:31 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-471 [Pipeline] fileExists [Pipeline] sh 12:06:32 + make test 12:06:32 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:06:44 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:06:44 CGO_ENABLED=1 go vet ./... 12:06:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:06:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:06:46 ./bin/test-attribution-txt.sh [Pipeline] echo 12:06:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:06:46 $ docker stop --time=1 2f649aa48363d81d9cab1ba9b20ded8d15ab88e1a10ff42837f07acd9c3829af 12:06:49 $ docker rm -f 2f649aa48363d81d9cab1ba9b20ded8d15ab88e1a10ff42837f07acd9c3829af [Pipeline] // withDockerContainer [Pipeline] sh 12:06:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:06:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:06:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:06:50 + ls -al . 12:06:50 total 176 12:06:50 drwxrwxr-x 8 jenkins jenkins 4096 Sep 29 12:06 . 12:06:50 drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 12:04 .. 12:06:50 -rw-rw-r-- 1 jenkins jenkins 119 Sep 29 12:04 .dockerignore 12:06:50 drwxrwxr-x 8 jenkins jenkins 4096 Sep 29 12:05 .git 12:06:50 drwxrwxr-x 3 jenkins jenkins 4096 Sep 29 12:04 .github 12:06:50 -rw-rw-r-- 1 jenkins jenkins 171 Sep 29 12:04 .gitignore 12:06:50 drwxr-xr-x 3 jenkins jenkins 4096 Sep 29 12:05 .semver 12:06:50 -rw-rw-r-- 1 jenkins jenkins 9207 Sep 29 12:04 Attribution.txt 12:06:50 -rw-rw-r-- 1 jenkins jenkins 27269 Sep 29 12:04 CHANGELOG.md 12:06:50 -rw-rw-r-- 1 jenkins jenkins 2146 Sep 29 12:04 Dockerfile 12:06:50 -rw-rw-r-- 1 jenkins jenkins 677 Sep 29 12:04 GOVERNANCE.md 12:06:50 -rw-rw-r-- 1 jenkins jenkins 688 Sep 29 12:04 Jenkinsfile 12:06:50 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 29 12:04 LICENSE 12:06:50 -rw-rw-r-- 1 jenkins jenkins 618 Sep 29 12:04 OWNERS.md 12:06:50 -rw-rw-r-- 1 jenkins jenkins 4369 Sep 29 12:04 README.md 12:06:50 -rw-rw-r-- 1 jenkins jenkins 5 Sep 29 12:05 VERSION 12:06:50 drwxrwxr-x 2 jenkins jenkins 4096 Sep 29 12:04 bin 12:06:50 -rw-r--r-- 1 jenkins jenkins 10 Sep 29 12:06 coverage.out 12:06:50 -rw-rw-r-- 1 jenkins jenkins 3448 Sep 29 12:04 go.mod 12:06:50 -rw-rw-r-- 1 jenkins jenkins 37326 Sep 29 12:04 go.sum 12:06:50 -rw-rw-r-- 1 jenkins jenkins 1949 Sep 29 12:04 main.go 12:06:50 -rw-rw-r-- 1 jenkins jenkins 2185 Sep 29 12:04 makefile 12:06:50 drwxrwxr-x 10 jenkins jenkins 4096 Sep 29 12:04 res 12:06:50 drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:06:51 + 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=1a9c69499b7a99db1cac16713f98a578d42741b9 --label arch=amd64 --label version=0.0.0 . 12:06:51 Sending build context to Docker daemon 3.138MB 12:06:51 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:06:51 Step 2/28 : FROM ${BASE} AS builder 12:06:51 ---> 3ca04f340ee0 12:06:51 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:06:51 ---> Running in 9aa187660e56 12:06:51 Removing intermediate container 9aa187660e56 12:06:51 ---> c29fe73918c0 12:06:51 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:06:51 ---> Running in 39de9d9d2768 12:06:51 Removing intermediate container 39de9d9d2768 12:06:51 ---> 8bd693504b07 12:06:51 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:06:51 ---> Running in 5d6158945b8f 12:06:51 Removing intermediate container 5d6158945b8f 12:06:51 ---> 4ead17746f73 12:06:51 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:06:51 ---> Running in ae8f65c3774e 12:06:51 Removing intermediate container ae8f65c3774e 12:06:51 ---> 3ed1725e054c 12:06:51 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:06:51 ---> Running in 4d6dcd9886a2 12:06:52 Removing intermediate container 4d6dcd9886a2 12:06:52 ---> f4cde5b7ece5 12:06:52 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:06:52 ---> Running in b93dc2562a7f 12:06:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:06:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:06:53 OK: 211 MiB in 51 packages 12:06:55 Removing intermediate container b93dc2562a7f 12:06:55 ---> 6751f96ac035 12:06:55 Step 9/28 : WORKDIR /app 12:06:55 ---> Running in c5516ad4b10a 12:06:55 Removing intermediate container c5516ad4b10a 12:06:55 ---> 54ea2fc21c5c 12:06:55 Step 10/28 : COPY go.mod vendor* ./ 12:06:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2119 in /w/workspace/_app-service-configurable_PR-471 [Pipeline] { [Pipeline] ws 12:06:55 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:06:55 Selected Git installation does not exist. Using Default 12:06:55 The recommended git tool is: NONE 12:06:55 ---> 10db76976e44 12:06:55 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:06:56 ---> Running in 2a9b352671db 12:06:58 Removing intermediate container 2a9b352671db 12:06:58 ---> 594649148de0 12:06:58 Step 12/28 : COPY . . 12:06:58 ---> 0692d27badaa 12:06:58 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:06:58 ---> Running in 91c7c87c5a95 12:06:59 Removing intermediate container 91c7c87c5a95 12:06:59 ---> 3184b7c7573b 12:06:59 Step 14/28 : RUN $MAKE 12:06:59 ---> Running in e536f2300203 12:07:00 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.44 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:07:00 using credential edgex-jenkins-ssh 12:07:00 Cloning the remote Git repository 12:07:00 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:07:00 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:07:00 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:07:00 > git --version # timeout=10 12:07:00 > git --version # 'git version 2.25.1' 12:07:00 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:01 Verifying host key using known hosts file 12:07:01 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:07:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:02 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:07:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:03 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:07:03 Merging remotes/origin/main commit 36be150d6762fc2492564362988c95ea99ab1b04 into PR head commit 1a9c69499b7a99db1cac16713f98a578d42741b9 12:07:04 Merge succeeded, producing 1a9c69499b7a99db1cac16713f98a578d42741b9 12:07:04 Checking out Revision 1a9c69499b7a99db1cac16713f98a578d42741b9 (PR-471) 12:07:04 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:07:04 > git --version # timeout=10 12:07:04 > git --version # 'git version 2.25.1' 12:07:04 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d 12:07:03 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:07:03 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:03 Verifying host key using known hosts file 12:07:03 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:07:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/471/head:refs/remotes/origin/PR-471 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:07:04 > git config core.sparsecheckout # timeout=10 12:07:04 > git checkout -f 1a9c69499b7a99db1cac16713f98a578d42741b9 # timeout=10 12:07:04 > git remote # timeout=10 12:07:04 > git config --get remote.origin.url # timeout=10 12:07:04 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:04 Verifying host key using known hosts file 12:07:04 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:07:04 > git merge 36be150d6762fc2492564362988c95ea99ab1b04 # timeout=10 12:07:04 > git rev-parse HEAD^{commit} # timeout=10 12:07:04 > git config core.sparsecheckout # timeout=10 12:07:04 > git checkout -f 1a9c69499b7a99db1cac16713f98a578d42741b9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:07:05 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:07:05 % Total % Received % Xferd Average Speed Time Time Time Current 12:07:05 Dload Upload Total Spent Left Speed 12:07:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 88125 0 --:--:-- --:--:-- --:--:-- 88746 [Pipeline] sh 12:07:06 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:07:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:07:06 + sudo tee /etc/docker/daemon.new 12:07:06 { 12:07:06 "registry-mirrors": [ 12:07:06 "https://nexus3.edgexfoundry.org:10001" 12:07:06 ], 12:07:06 "bip": "10.250.0.254/24", 12:07:06 "hosts": [ 12:07:06 "tcp://0.0.0.0:5555", 12:07:06 "unix:///var/run/docker.sock" 12:07:06 ], 12:07:06 "mtu": 1458, 12:07:06 "selinux-enabled": true, 12:07:06 "seccomp-profile": "/etc/docker/seccomp.json" 12:07:06 } [Pipeline] sh 12:07:07 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:07:07 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:07:25 provisioning config files... 12:07:25 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config8224713494353835088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:07:26 ---> docker-login.sh 12:07:26 nexus3.edgexfoundry.org:10001 12:07:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:27 Configure a credential helper to remove this warning. See 12:07:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:27 12:07:27 Login Succeeded 12:07:27 nexus3.edgexfoundry.org:10002 12:07:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:27 Configure a credential helper to remove this warning. See 12:07:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:27 12:07:27 Login Succeeded 12:07:27 nexus3.edgexfoundry.org:10003 12:07:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:27 Configure a credential helper to remove this warning. See 12:07:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:27 12:07:27 Login Succeeded 12:07:27 nexus3.edgexfoundry.org:10004 12:07:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:28 Configure a credential helper to remove this warning. See 12:07:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:28 12:07:28 Login Succeeded 12:07:28 docker.io 12:07:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:28 Configure a credential helper to remove this warning. See 12:07:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:28 12:07:28 Login Succeeded 12:07:28 ---> docker-login.sh ends [Pipeline] } 12:07:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:07:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:07:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:07:29 ========================================================= 12:07:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 12:07:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:07:29 + 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:07:29 Sending build context to Docker daemon 207.4kB 12:07:29 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:07:29 Step 2/14 : FROM ${BASE} AS builder 12:07:29 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:07:29 b3c136eddcbf: Pulling fs layer 12:07:29 c0a3192eca97: Pulling fs layer 12:07:29 a050256f5b6f: Pulling fs layer 12:07:29 656be50a0ddc: Pulling fs layer 12:07:29 2bbca73fdf42: Pulling fs layer 12:07:29 46d945488cbd: Pulling fs layer 12:07:29 8a5474983e97: Pulling fs layer 12:07:29 329c88fbcd65: Pulling fs layer 12:07:29 656be50a0ddc: Waiting 12:07:29 2bbca73fdf42: Waiting 12:07:29 46d945488cbd: Waiting 12:07:29 8a5474983e97: Waiting 12:07:29 329c88fbcd65: Waiting 12:07:30 a050256f5b6f: Verifying Checksum 12:07:30 a050256f5b6f: Download complete 12:07:30 c0a3192eca97: Verifying Checksum 12:07:30 c0a3192eca97: Download complete 12:07:30 2bbca73fdf42: Download complete 12:07:30 46d945488cbd: Verifying Checksum 12:07:30 46d945488cbd: Download complete 12:07:30 b3c136eddcbf: Verifying Checksum 12:07:30 b3c136eddcbf: Download complete 12:07:31 b3c136eddcbf: Pull complete 12:07:31 329c88fbcd65: Verifying Checksum 12:07:31 329c88fbcd65: Download complete 12:07:31 c0a3192eca97: Pull complete 12:07:31 a050256f5b6f: Pull complete 12:07:32 8a5474983e97: Verifying Checksum 12:07:32 8a5474983e97: Download complete 12:07:32 Removing intermediate container e536f2300203 12:07:32 ---> 918428cdbab7 12:07:32 Step 15/28 : FROM alpine:3.16 12:07:32 3.16: Pulling from library/alpine 12:07:32 213ec9aee27d: Pulling fs layer 12:07:32 213ec9aee27d: Verifying Checksum 12:07:32 213ec9aee27d: Download complete 12:07:32 213ec9aee27d: Pull complete 12:07:32 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:07:32 Status: Downloaded newer image for alpine:3.16 12:07:32 ---> 9c6f07244728 12:07:32 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:07:32 ---> Running in 8e70ec9dc6dc 12:07:32 Removing intermediate container 8e70ec9dc6dc 12:07:32 ---> c615c8a8ddc8 12:07:32 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:07:32 ---> Running in 9b94477ee7a5 12:07:32 Removing intermediate container 9b94477ee7a5 12:07:32 ---> ea513a6f8e2f 12:07:32 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:07:33 656be50a0ddc: Verifying Checksum 12:07:33 656be50a0ddc: Download complete 12:07:33 ---> Running in 3ed943705328 12:07:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:07:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:07:35 (1/7) Installing ca-certificates (20220614-r0) 12:07:35 (2/7) Installing dumb-init (1.2.5-r1) 12:07:35 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:07:35 (4/7) Installing libsodium (1.0.18-r0) 12:07:35 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:07:35 (6/7) Installing libzmq (4.3.4-r0) 12:07:35 (7/7) Installing zeromq (4.3.4-r0) 12:07:35 Executing busybox-1.35.0-r17.trigger 12:07:35 Executing ca-certificates-20220614-r0.trigger 12:07:35 OK: 9 MiB in 21 packages 12:07:38 Removing intermediate container 3ed943705328 12:07:38 ---> 52616e040d9b 12:07:38 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:07:40 ---> 6dac227d0300 12:07:40 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:07:42 ---> 7c84e3718c48 12:07:42 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:07:44 ---> b40004d443e4 12:07:44 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:07:45 656be50a0ddc: Pull complete 12:07:45 2bbca73fdf42: Pull complete 12:07:45 46d945488cbd: Pull complete 12:07:48 ---> a2269e09ab7c 12:07:48 Step 23/28 : EXPOSE 48095 12:07:49 ---> Running in 09630dd0fdb8 12:07:50 Removing intermediate container 09630dd0fdb8 12:07:50 ---> 9c6bbc48714f 12:07:50 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:07:50 8a5474983e97: Pull complete 12:07:51 ---> Running in e52c64a8174e 12:07:52 Removing intermediate container e52c64a8174e 12:07:52 ---> c9328b058d95 12:07:52 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:07:53 ---> Running in aa62b37a89b9 12:07:53 329c88fbcd65: Pull complete 12:07:53 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 12:07:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:07:53 ---> ff4287adb874 12:07:53 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:07:53 Removing intermediate container aa62b37a89b9 12:07:53 ---> ddda682f59b2 12:07:53 Step 26/28 : LABEL arch=amd64 12:07:54 ---> Running in f00eb94472f1 12:07:55 ---> Running in c6404f30983a 12:07:55 Removing intermediate container f00eb94472f1 12:07:55 ---> 172dfa42e3f5 12:07:55 Step 27/28 : LABEL git_sha=1a9c69499b7a99db1cac16713f98a578d42741b9 12:07:55 Removing intermediate container c6404f30983a 12:07:55 ---> 79f3340a0604 12:07:55 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:07:55 ---> Running in 6d970b2d86f5 12:07:55 Removing intermediate container 6d970b2d86f5 12:07:55 ---> ee6c5064180a 12:07:55 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:07:55 ---> Running in ed1b11e5cff2 12:07:55 ---> Running in 8da230cfe3c2 12:07:56 Removing intermediate container ed1b11e5cff2 12:07:56 ---> 042872135021 12:07:56 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:07:56 Removing intermediate container 8da230cfe3c2 12:07:56 ---> e921ff98814c 12:07:56 Step 28/28 : LABEL version=0.0.0 12:07:56 ---> Running in 0b017ed3aa08 12:07:56 ---> Running in a8920bf983ab 12:07:56 Removing intermediate container 0b017ed3aa08 12:07:56 ---> 3c73f4e42ed2 12:07:56 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:07:56 ---> Running in 400073551fe4 12:07:56 Removing intermediate container a8920bf983ab 12:07:56 ---> feaa76814399 12:07:56 [Warning] One or more build-args [ARCH] were not consumed 12:07:56 Successfully built feaa76814399 12:07:56 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:07:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:07:57 12:07:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:07:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:07:58 Removing intermediate container 400073551fe4 12:07:58 ---> 9ab0a9da2a7c 12:07:58 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:07:58 ---> Running in 1e9bcdc19420 12:07:58 latest: Pulling from edgex-lftools-log-publisher 12:07:58 5eb5b503b376: Pulling fs layer 12:07:58 5c69ac0246d0: Pulling fs layer 12:07:58 ec43610c2a17: Pulling fs layer 12:07:58 3a2ae6a8a46f: Pulling fs layer 12:07:58 33b1e0a273af: Pulling fs layer 12:07:58 5d3b04190fa2: Pulling fs layer 12:07:58 2f39f015ded8: Pulling fs layer 12:07:58 5d3b04190fa2: Waiting 12:07:58 33b1e0a273af: Waiting 12:07:58 3a2ae6a8a46f: Waiting 12:07:58 2f39f015ded8: Waiting 12:07:58 5c69ac0246d0: Verifying Checksum 12:07:58 5c69ac0246d0: Download complete 12:07:58 3a2ae6a8a46f: Verifying Checksum 12:07:58 3a2ae6a8a46f: Download complete 12:07:58 33b1e0a273af: Verifying Checksum 12:07:58 33b1e0a273af: Download complete 12:07:58 5d3b04190fa2: Verifying Checksum 12:07:58 5d3b04190fa2: Download complete 12:07:58 ec43610c2a17: Verifying Checksum 12:07:58 ec43610c2a17: Download complete 12:07:58 5eb5b503b376: Verifying Checksum 12:07:58 5eb5b503b376: Download complete 12:07:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:07:59 2f39f015ded8: Download complete 12:08:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:08:00 5eb5b503b376: Pull complete 12:08:01 5c69ac0246d0: Pull complete 12:08:01 OK: 221 MiB in 51 packages 12:08:01 Removing intermediate container 1e9bcdc19420 12:08:01 ---> 9e1460d3cc57 12:08:01 Step 9/14 : WORKDIR /app 12:08:01 ---> Running in 693ba38a51b6 12:08:02 ec43610c2a17: Pull complete 12:08:02 Removing intermediate container 693ba38a51b6 12:08:02 ---> 5759362f4ad8 12:08:02 Step 10/14 : COPY go.mod vendor* ./ 12:08:02 3a2ae6a8a46f: Pull complete 12:08:02 ---> 8e6c231bae7a 12:08:02 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:08:03 ---> Running in b835935be616 12:08:03 33b1e0a273af: Pull complete 12:08:03 5d3b04190fa2: Pull complete 12:08:08 2f39f015ded8: Pull complete 12:08:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:08:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:08:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:09 prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container 12:08:09 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@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:08:18 $ docker top a33ad9e0cf605201c576308457579ea8ef242a41b49c1101fb4108eb03d8b388 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:08:19 ---> job-cost.sh 12:08:19 lf-activate-venv: SKIPPING 12:08:19 INFO: No Stack... 12:08:19 INFO: Retrieving Pricing Info for: v3-standard-8 12:08:19 INFO: Archiving Costs [Pipeline] sh 12:08:19 + cat /w/workspace/_app-service-configurable_PR-471/archives/cost.csv 12:08:19 + cut -d, -f6 [Pipeline] lock 12:08:20 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] 12:08:20 Resource [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] did not exist. Created. 12:08:20 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:08:20 + echo total: 0.2199999988079071 [Pipeline] stash 12:08:20 Stashed 1 file(s) [Pipeline] } 12:08:20 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:08:20 $ docker stop --time=1 a33ad9e0cf605201c576308457579ea8ef242a41b49c1101fb4108eb03d8b388 12:08:22 $ docker rm -f a33ad9e0cf605201c576308457579ea8ef242a41b49c1101fb4108eb03d8b388 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:08:49 Removing intermediate container b835935be616 12:08:49 ---> 4701ccd1cc91 12:08:49 Step 12/14 : COPY . . 12:08:49 ---> f7feb17d8363 12:08:49 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:08:49 ---> Running in 5e41a7c65f1e 12:08:49 Removing intermediate container 5e41a7c65f1e 12:08:49 ---> 00c55d1f4110 12:08:49 Step 14/14 : RUN $MAKE 12:08:49 ---> Running in de447350ee8b 12:08:50 noop 12:08:51 Removing intermediate container de447350ee8b 12:08:51 ---> a1c0579aebfa 12:08:51 Successfully built a1c0579aebfa 12:08:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:51 + docker inspect -f . ci-base-image-arm64 12:08:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:51 prd-ubuntu20.04-docker-arm64-4c-16g-2119 does not seem to be running inside a container 12:08:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:08:53 $ docker top 0d1d5698feea39cd5a5c38c1177f0825cbfdd4f833f427f5e76e158270af53e1 -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:53 + go version 12:08:53 go version go1.18.3 linux/arm64 [Pipeline] } 12:08:53 $ docker stop --time=1 0d1d5698feea39cd5a5c38c1177f0825cbfdd4f833f427f5e76e158270af53e1 12:08:55 $ docker rm -f 0d1d5698feea39cd5a5c38c1177f0825cbfdd4f833f427f5e76e158270af53e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:56 + docker inspect -f . ci-base-image-arm64 12:08:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:56 prd-ubuntu20.04-docker-arm64-4c-16g-2119 does not seem to be running inside a container 12:08:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:08:57 $ docker top fea3a0d0b9e3dfaafc64b95fdbde3cfcb69913d3de66a41d0c4060dd071fabe1 -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:58 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 12:08:58 + make test 12:08:58 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:10:20 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:10:20 CGO_ENABLED=1 go vet ./... 12:10:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:10:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:10:38 ./bin/test-attribution-txt.sh [Pipeline] echo 12:10:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:10:38 $ docker stop --time=1 fea3a0d0b9e3dfaafc64b95fdbde3cfcb69913d3de66a41d0c4060dd071fabe1 12:10:40 $ docker rm -f fea3a0d0b9e3dfaafc64b95fdbde3cfcb69913d3de66a41d0c4060dd071fabe1 [Pipeline] // withDockerContainer [Pipeline] sh 12:10:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:10:41 Warning: overwriting stash ‘coverage-report’ 12:10:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:10:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:10:42 + ls -al . 12:10:42 total 172 12:10:42 drwxrwxr-x 7 jenkins jenkins 4096 Sep 29 12:08 . 12:10:42 drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 12:07 .. 12:10:42 -rw-rw-r-- 1 jenkins jenkins 119 Sep 29 12:07 .dockerignore 12:10:42 drwxrwxr-x 8 jenkins jenkins 4096 Sep 29 12:07 .git 12:10:42 drwxrwxr-x 3 jenkins jenkins 4096 Sep 29 12:07 .github 12:10:42 -rw-rw-r-- 1 jenkins jenkins 171 Sep 29 12:07 .gitignore 12:10:42 -rw-rw-r-- 1 jenkins jenkins 9207 Sep 29 12:07 Attribution.txt 12:10:42 -rw-rw-r-- 1 jenkins jenkins 27269 Sep 29 12:07 CHANGELOG.md 12:10:42 -rw-rw-r-- 1 jenkins jenkins 2146 Sep 29 12:07 Dockerfile 12:10:42 -rw-rw-r-- 1 jenkins jenkins 677 Sep 29 12:07 GOVERNANCE.md 12:10:42 -rw-rw-r-- 1 jenkins jenkins 688 Sep 29 12:07 Jenkinsfile 12:10:42 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 29 12:07 LICENSE 12:10:42 -rw-rw-r-- 1 jenkins jenkins 618 Sep 29 12:07 OWNERS.md 12:10:42 -rw-rw-r-- 1 jenkins jenkins 4369 Sep 29 12:07 README.md 12:10:42 -rw-rw-r-- 1 jenkins jenkins 5 Sep 29 12:05 VERSION 12:10:42 drwxrwxr-x 2 jenkins jenkins 4096 Sep 29 12:07 bin 12:10:42 -rw-r--r-- 1 jenkins jenkins 10 Sep 29 12:08 coverage.out 12:10:42 -rw-rw-r-- 1 jenkins jenkins 3448 Sep 29 12:07 go.mod 12:10:42 -rw-rw-r-- 1 jenkins jenkins 37326 Sep 29 12:07 go.sum 12:10:42 -rw-rw-r-- 1 jenkins jenkins 1949 Sep 29 12:07 main.go 12:10:42 -rw-rw-r-- 1 jenkins jenkins 2185 Sep 29 12:07 makefile 12:10:42 drwxrwxr-x 10 jenkins jenkins 4096 Sep 29 12:07 res 12:10:42 drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 12:07 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:42 + 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=1a9c69499b7a99db1cac16713f98a578d42741b9 --label arch=arm64 --label version=0.0.0 . 12:10:42 Sending build context to Docker daemon 208.4kB 12:10:43 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:10:43 Step 2/28 : FROM ${BASE} AS builder 12:10:43 ---> a1c0579aebfa 12:10:43 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:10:43 ---> Running in b4fbe8251f41 12:10:43 Removing intermediate container b4fbe8251f41 12:10:43 ---> 1832b889ba64 12:10:43 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:10:43 ---> Running in 023094faae0a 12:10:44 Removing intermediate container 023094faae0a 12:10:44 ---> 0fdbb8920327 12:10:44 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:10:44 ---> Running in 4dd31603aaee 12:10:44 Removing intermediate container 4dd31603aaee 12:10:44 ---> 80eaa161720c 12:10:44 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:10:44 ---> Running in 439cfe5bad34 12:10:44 Removing intermediate container 439cfe5bad34 12:10:44 ---> 0733dcfa12e3 12:10:44 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:44 ---> Running in c77bd68df9d3 12:10:46 Removing intermediate container c77bd68df9d3 12:10:46 ---> 9ce2e6067aba 12:10:46 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:10:46 ---> Running in 5417df6e8fa7 12:10:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:10:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:10:49 OK: 221 MiB in 51 packages 12:10:50 Removing intermediate container 5417df6e8fa7 12:10:50 ---> bea1d6715caa 12:10:50 Step 9/28 : WORKDIR /app 12:10:50 ---> Running in af8388b107aa 12:10:50 Removing intermediate container af8388b107aa 12:10:50 ---> 518623b74cf6 12:10:50 Step 10/28 : COPY go.mod vendor* ./ 12:10:50 ---> 2d663bed3ed1 12:10:50 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:50 ---> Running in dad23bcf9a83 12:10:52 Removing intermediate container dad23bcf9a83 12:10:52 ---> 6ac239e3dee9 12:10:52 Step 12/28 : COPY . . 12:10:53 ---> 6bdf40edae03 12:10:53 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:10:53 ---> Running in 536f50f0783f 12:10:53 Removing intermediate container 536f50f0783f 12:10:53 ---> 6ba69a4b2e6d 12:10:53 Step 14/28 : RUN $MAKE 12:10:53 ---> Running in 89b771cbb13b 12:10:54 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.44 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:13:31 Removing intermediate container 89b771cbb13b 12:13:31 ---> 523071ad830c 12:13:31 Step 15/28 : FROM alpine:3.16 12:13:31 3.16: Pulling from library/alpine 12:13:31 9b18e9b68314: Pulling fs layer 12:13:31 9b18e9b68314: Download complete 12:13:31 9b18e9b68314: Pull complete 12:13:31 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:13:31 Status: Downloaded newer image for alpine:3.16 12:13:31 ---> a6215f271958 12:13:31 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:13:31 ---> Running in e190e1e4394d 12:13:31 Removing intermediate container e190e1e4394d 12:13:31 ---> ada627d23cc6 12:13:31 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:13:31 ---> Running in f81a7761b6dc 12:13:31 Removing intermediate container f81a7761b6dc 12:13:31 ---> 1e9a986db364 12:13:31 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:13:31 ---> Running in 5500dbbf5e7f 12:13:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:13:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:13:31 (1/7) Installing ca-certificates (20220614-r0) 12:13:31 (2/7) Installing dumb-init (1.2.5-r1) 12:13:31 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:13:31 (4/7) Installing libsodium (1.0.18-r0) 12:13:31 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:13:31 (6/7) Installing libzmq (4.3.4-r0) 12:13:31 (7/7) Installing zeromq (4.3.4-r0) 12:13:31 Executing busybox-1.35.0-r17.trigger 12:13:31 Executing ca-certificates-20220614-r0.trigger 12:13:31 OK: 9 MiB in 21 packages 12:13:31 Removing intermediate container 5500dbbf5e7f 12:13:31 ---> 5727f70e8f02 12:13:31 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:13:31 ---> 0e2de62f1b2e 12:13:31 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:13:31 ---> d31f57e33ed1 12:13:31 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:13:31 ---> e372c3cfc774 12:13:31 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:13:31 ---> e62bb7c083c2 12:13:31 Step 23/28 : EXPOSE 48095 12:13:31 ---> Running in 934a69bd402f 12:13:31 Removing intermediate container 934a69bd402f 12:13:31 ---> 6b56561d3c07 12:13:31 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:13:31 ---> Running in 7d962bb441fe 12:13:31 Removing intermediate container 7d962bb441fe 12:13:31 ---> 711d0f5ae5cd 12:13:31 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:13:31 ---> Running in ad56403e3c8a 12:13:31 Removing intermediate container ad56403e3c8a 12:13:31 ---> b4fb359e8867 12:13:31 Step 26/28 : LABEL arch=arm64 12:13:31 ---> Running in bbb688a15c79 12:13:31 Removing intermediate container bbb688a15c79 12:13:31 ---> 889c5f36449e 12:13:31 Step 27/28 : LABEL git_sha=1a9c69499b7a99db1cac16713f98a578d42741b9 12:13:31 ---> Running in fb9dc211b4b0 12:13:31 Removing intermediate container fb9dc211b4b0 12:13:31 ---> 911c9b1622db 12:13:31 Step 28/28 : LABEL version=0.0.0 12:13:31 ---> Running in 3325a5e38f89 12:13:31 Removing intermediate container 3325a5e38f89 12:13:31 ---> 40340468efcc 12:13:31 [Warning] One or more build-args [ARCH] were not consumed 12:13:31 Successfully built 40340468efcc 12:13:31 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:13:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:13:32 12:13:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:13:32 arm64: Pulling from edgex-lftools-log-publisher 12:13:32 8998bd30e6a1: Pulling fs layer 12:13:32 04944245beec: Pulling fs layer 12:13:32 699f458cf7ca: Pulling fs layer 12:13:32 765212b225bb: Pulling fs layer 12:13:32 f23df028b6ca: Pulling fs layer 12:13:32 d65c8cfc05b1: Pulling fs layer 12:13:32 2437ff75d9bd: Pulling fs layer 12:13:32 765212b225bb: Waiting 12:13:32 f23df028b6ca: Waiting 12:13:32 d65c8cfc05b1: Waiting 12:13:32 2437ff75d9bd: Waiting 12:13:32 04944245beec: Verifying Checksum 12:13:32 04944245beec: Download complete 12:13:32 765212b225bb: Verifying Checksum 12:13:32 765212b225bb: Download complete 12:13:32 f23df028b6ca: Verifying Checksum 12:13:32 f23df028b6ca: Download complete 12:13:32 d65c8cfc05b1: Verifying Checksum 12:13:32 d65c8cfc05b1: Download complete 12:13:33 699f458cf7ca: Verifying Checksum 12:13:33 699f458cf7ca: Download complete 12:13:33 8998bd30e6a1: Verifying Checksum 12:13:33 8998bd30e6a1: Download complete 12:13:35 2437ff75d9bd: Verifying Checksum 12:13:35 2437ff75d9bd: Download complete 12:13:37 8998bd30e6a1: Pull complete 12:13:37 04944245beec: Pull complete 12:13:38 699f458cf7ca: Pull complete 12:13:38 765212b225bb: Pull complete 12:13:39 f23df028b6ca: Pull complete 12:13:39 d65c8cfc05b1: Pull complete 12:13:54 2437ff75d9bd: Pull complete 12:13:54 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:13:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:13:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:13:55 prd-ubuntu20.04-docker-arm64-4c-16g-2119 does not seem to be running inside a container 12:13:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:13:57 $ docker top 625532e594712fbbccdd8260f451aa52b55f989d9a2bb1fa24b9e86abc3a5b00 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:13:58 ---> job-cost.sh 12:13:58 lf-activate-venv: SKIPPING 12:13:58 INFO: No Stack... 12:13:58 INFO: Retrieving Pricing Info for: v3-standard-4 12:13:59 INFO: Archiving Costs [Pipeline] sh 12:14:00 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 12:14:00 + cut -d, -f6 [Pipeline] lock 12:14:00 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] 12:14:00 Resource [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] did not exist. Created. 12:14:00 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:14:00 /w/workspace/app-service-configurable/1@tmp/durable-7f38006f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:14:00 + echo total: 0.10999999940395355 [Pipeline] stash 12:14:00 Warning: overwriting stash ‘stack-cost’ 12:14:01 Stashed 1 file(s) [Pipeline] } 12:14:01 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-471-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:14:01 $ docker stop --time=1 625532e594712fbbccdd8260f451aa52b55f989d9a2bb1fa24b9e86abc3a5b00 12:14:02 $ docker rm -f 625532e594712fbbccdd8260f451aa52b55f989d9a2bb1fa24b9e86abc3a5b00 [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:14:03 provisioning config files... 12:14:03 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-471@tmp/config10441794943652691886tmp [Pipeline] { [Pipeline] sh 12:14:04 + set +x 12:14:04 + curl -s https://codecov.io/bash 12:14:04 + bash -s -- 12:14:04 12:14:04 _____ _ 12:14:04 / ____| | | 12:14:04 | | ___ __| | ___ ___ _____ __ 12:14:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:14:04 | |___| (_) | (_| | __/ (_| (_) \ V / 12:14:04 \_____\___/ \__,_|\___|\___\___/ \_/ 12:14:04 Bash-1.0.6 12:14:04 12:14:04 12:14:04 ==> git version 2.25.1 found 12:14:04 ==> 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:14:04 Release-Date: 2020-01-08 12:14:04 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:14:04 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:14:04 ==> Jenkins CI detected. 12:14:04 current dir:  /w/workspace/_app-service-configurable_PR-471 12:14:04 project root: . 12:14:04 --> token set from env 12:14:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:14:04 ==> Running gcov in . (disable via -X gcov) 12:14:04 ==> Python coveragepy not found 12:14:04 ==> Searching for coverage reports in: 12:14:04 + . 12:14:04 -> Found 1 reports 12:14:04 ==> Detecting git/mercurial file structure 12:14:04 ==> Reading reports 12:14:04 + ./coverage.out bytes=10 12:14:04 ==> Appending adjustments 12:14:04 https://docs.codecov.io/docs/fixing-reports 12:14:04 + Found adjustments 12:14:04 ==> Gzipping contents 12:14:04 4.0K /tmp/codecov.cWtGvL.gz 12:14:04 ==> Uploading reports 12:14:04 url: https://codecov.io 12:14:04 query: branch=PR-471&commit=1a9c69499b7a99db1cac16713f98a578d42741b9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-471%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=471&job=&cmd_args= 12:14:04 -> Pinging Codecov 12:14:04 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-471&commit=1a9c69499b7a99db1cac16713f98a578d42741b9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-471%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=471&job=&cmd_args= 12:14:05 -> Uploading to 12:14:05 https://storage.googleapis.com/codecov/v4/raw/2022-09-29/A97CA9966030D2A3747ED39772930CCE/1a9c69499b7a99db1cac16713f98a578d42741b9/669a8b94-537c-438c-9921-e4f330e11fa8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220929%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220929T121405Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8e5d1c40c0e640a7e366abc06927cfd2e45eab3698f26349391f85bbdb472820 12:14:05 % Total % Received % Xferd Average Speed Time Time Time Current 12:14:05 Dload Upload Total Spent Left Speed 12:14:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2186 --:--:-- --:--:-- --:--:-- 2195 12:14:05 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/1a9c69499b7a99db1cac16713f98a578d42741b9 [Pipeline] } 12:14:05 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:14:07 + [ -d /w/workspace/_app-service-configurable_PR-471/archives ] 12:14:07 + ls -al /w/workspace/_app-service-configurable_PR-471/archives 12:14:07 total 16 12:14:07 drwxr-xr-x 3 root root 4096 Sep 29 12:08 . 12:14:07 drwxrwxr-x 9 jenkins jenkins 4096 Sep 29 12:08 .. 12:14:07 drwxr-xr-x 2 root root 4096 Sep 29 12:08 cost 12:14:07 -rw-r--r-- 1 root root 96 Sep 29 12:08 cost.csv 12:14:07 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-471/archives 12:14:07 + ls -al /w/workspace/_app-service-configurable_PR-471/archives 12:14:07 total 16 12:14:07 drwxr-xr-x 3 jenkins jenkins 4096 Sep 29 12:08 . 12:14:07 drwxrwxr-x 9 jenkins jenkins 4096 Sep 29 12:08 .. 12:14:07 drwxr-xr-x 2 jenkins jenkins 4096 Sep 29 12:08 cost 12:14:07 -rw-r--r-- 1 jenkins jenkins 96 Sep 29 12:08 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:14:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:14:08 ---> package-listing.sh 12:14:08 ++ tr '[:upper:]' '[:lower:]' 12:14:08 ++ facter osfamily 12:14:08 + OS_FAMILY=debian 12:14:08 + workspace=/w/workspace/_app-service-configurable_PR-471 12:14:08 + START_PACKAGES=/tmp/packages_start.txt 12:14:08 + END_PACKAGES=/tmp/packages_end.txt 12:14:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:14:08 + PACKAGES=/tmp/packages_start.txt 12:14:08 + '[' /w/workspace/_app-service-configurable_PR-471 ']' 12:14:08 + PACKAGES=/tmp/packages_end.txt 12:14:08 + case "${OS_FAMILY}" in 12:14:08 + dpkg -l 12:14:08 + grep '^ii' 12:14:08 + '[' -f /tmp/packages_start.txt ']' 12:14:08 + '[' -f /tmp/packages_end.txt ']' 12:14:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:14:08 + '[' /w/workspace/_app-service-configurable_PR-471 ']' 12:14:08 + mkdir -p /w/workspace/_app-service-configurable_PR-471/archives/ 12:14:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-471/archives/ [Pipeline] echo 12:14:08 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-471/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:14:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:14:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:14:09 prd-ubuntu20.04-docker-8c-8g-2118 does not seem to be running inside a container 12:14:09 $ 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-471/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-471 -v /w/workspace/_app-service-configurable_PR-471:/w/workspace/_app-service-configurable_PR-471:rw,z -v /w/workspace/_app-service-configurable_PR-471@tmp:/w/workspace/_app-service-configurable_PR-471@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:14:11 $ docker top e4dc485fee4c7c0d97c2f20dafdad8c6de1b44fce5ea4830e10c0959c6507da1 -eo pid,comm [Pipeline] { [Pipeline] sh 12:14:11 + touch /tmp/pre-build-complete [Pipeline] sh 12:14:12 + mkdir -p /var/log/sysstat [Pipeline] sh 12:14:12 + ls /var/log/sa-host 12:14:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:14:12 provisioning config files... 12:14:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-471@tmp/config15171895463075625893tmp [Pipeline] { [Pipeline] echo 12:14:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:14:12 ---> create-netrc.sh [Pipeline] } 12:14:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:14:13 ---> python-tools-install.sh [Pipeline] echo 12:14:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:14:13 ---> sudo-logs.sh 12:14:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:14:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:14:14 ---> job-cost.sh 12:14:14 lf-activate-venv: SKIPPING 12:14:14 DEBUG: total: 0.2199999988079071 12:14:14 INFO: Retrieving Stack Cost... 12:14:14 INFO: Retrieving Pricing Info for: v3-standard-8 12:14:15 INFO: Archiving Costs [Pipeline] echo 12:14:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:14:15 ---> logs-deploy.sh 12:14:15 lf-activate-venv: SKIPPING 12:14:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-471/1 12:14:15 INFO: archiving workspace using pattern(s): 12:14:16 Archives upload complete. 12:14:16 INFO: archiving logs to Nexus 12:14:17 ---> uname -a: 12:14:17 Linux prd-ubuntu20-04-docker-8c-8g-2118 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:14:17 12:14:17 12:14:17 ---> lscpu: 12:14:17 Architecture: x86_64 12:14:17 CPU op-mode(s): 32-bit, 64-bit 12:14:17 Byte Order: Little Endian 12:14:17 Address sizes: 40 bits physical, 48 bits virtual 12:14:17 CPU(s): 8 12:14:17 On-line CPU(s) list: 0-7 12:14:17 Thread(s) per core: 1 12:14:17 Core(s) per socket: 1 12:14:17 Socket(s): 8 12:14:17 NUMA node(s): 1 12:14:17 Vendor ID: AuthenticAMD 12:14:17 CPU family: 23 12:14:17 Model: 49 12:14:17 Model name: AMD EPYC-Rome Processor 12:14:17 Stepping: 0 12:14:17 CPU MHz: 2799.998 12:14:17 BogoMIPS: 5599.99 12:14:17 Virtualization: AMD-V 12:14:17 Hypervisor vendor: KVM 12:14:17 Virtualization type: full 12:14:17 L1d cache: 256 KiB 12:14:17 L1i cache: 256 KiB 12:14:17 L2 cache: 4 MiB 12:14:17 L3 cache: 128 MiB 12:14:17 NUMA node0 CPU(s): 0-7 12:14:17 Vulnerability Itlb multihit: Not affected 12:14:17 Vulnerability L1tf: Not affected 12:14:17 Vulnerability Mds: Not affected 12:14:17 Vulnerability Meltdown: Not affected 12:14:17 Vulnerability Mmio stale data: Not affected 12:14:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:14:17 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:14:17 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:14:17 Vulnerability Srbds: Not affected 12:14:17 Vulnerability Tsx async abort: Not affected 12:14:17 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:14:17 12:14:17 12:14:17 ---> nproc: 12:14:17 8 12:14:17 12:14:17 12:14:17 ---> df -h: 12:14:17 Filesystem Size Used Avail Use% Mounted on 12:14:17 overlay 155G 12G 144G 8% / 12:14:17 tmpfs 64M 0 64M 0% /dev 12:14:17 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:14:17 shm 64M 0 64M 0% /dev/shm 12:14:17 /dev/vda1 155G 12G 144G 8% /facter-os 12:14:17 12:14:17 12:14:17 ---> sar -b -r -n DEV: 12:14:17 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2118) 09/29/22 _x86_64_ (8 CPU) 12:14:17 12:14:17 12:03:38 LINUX RESTART (8 CPU) 12:14:17 12:14:17 12:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:14:17 12:05:02 116.51 47.70 68.80 0.00 5392.58 61131.47 0.00 12:14:17 12:06:01 118.17 1.17 117.01 0.00 49.05 50500.68 0.00 12:14:17 12:07:01 147.96 0.20 147.76 0.00 11.73 43270.65 0.00 12:14:17 12:08:01 93.55 0.03 93.52 0.00 2.93 29438.16 0.00 12:14:17 12:09:01 38.28 1.00 37.28 0.00 71.05 29276.34 0.00 12:14:17 12:10:01 42.38 9.38 32.99 0.00 2838.73 17355.91 0.00 12:14:17 12:11:01 3.08 0.00 3.08 0.00 0.00 12648.83 0.00 12:14:17 12:12:01 3.47 0.00 3.47 0.00 0.00 12653.09 0.00 12:14:17 12:13:01 3.08 0.00 3.08 0.00 0.00 12512.85 0.00 12:14:17 12:14:01 3.70 0.00 3.70 0.00 0.00 12653.25 0.00 12:14:17 Average: 56.82 5.89 50.93 0.00 830.25 28052.46 0.00 12:14:17 12:14:17 12:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:14:17 12:05:02 29999572 31638204 701104 2.13 59424 1885072 2056076 6.06 929576 1648268 572 12:14:17 12:06:01 28674584 31600676 696896 2.12 101896 3058900 1881576 5.55 1087400 2699368 142320 12:14:17 12:07:01 28453116 31442272 848952 2.58 135140 3073680 2136956 6.30 1279640 2709600 5808 12:14:17 12:08:01 28099916 31548508 745004 2.27 138212 3511840 2041664 6.02 1207768 3117536 221688 12:14:17 12:09:01 27826880 31574240 716832 2.18 147944 3763956 1789676 5.27 1205044 3356724 12876 12:14:17 12:10:01 27552772 31562376 720844 2.19 165056 3995384 1838656 5.42 1349324 3458552 44 12:14:17 12:11:01 27556392 31566100 717064 2.18 165132 3995388 1838656 5.42 1345616 3458556 168 12:14:17 12:12:01 27557024 31567188 716280 2.18 165220 3995388 1838656 5.42 1345640 3458976 36 12:14:17 12:13:01 27562876 31573124 710388 2.16 165308 3995388 1838656 5.42 1339200 3458980 12 12:14:17 12:14:01 27562204 31572948 710712 2.16 165392 3995528 1838656 5.42 1339340 3459364 4 12:14:17 Average: 28084534 31564564 728408 2.22 140872 3527052 1909923 5.63 1242855 3082592 38353 12:14:17 12:14:17 12:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:14:17 12:05:02 docker0 0.00 0.05 0.00 0.01 0.00 0.00 0.00 0.00 12:14:17 12:05:02 ens3 409.42 290.36 2470.68 71.50 0.00 0.00 0.00 0.00 12:14:17 12:05:02 veth3637ed1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 12:14:17 12:05:02 lo 4.34 4.34 0.41 0.41 0.00 0.00 0.00 0.00 12:14:17 12:06:01 docker0 140.94 204.44 11.79 1753.61 0.00 0.00 0.00 0.00 12:14:17 12:06:01 ens3 375.05 246.39 5772.54 36.66 0.00 0.00 0.00 0.00 12:14:17 12:06:01 lo 2.98 2.98 0.29 0.29 0.00 0.00 0.00 0.00 12:14:17 12:07:01 veth9b79561 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 12:14:17 12:07:01 docker0 5.77 7.73 0.31 40.73 0.00 0.00 0.00 0.00 12:14:17 12:07:01 ens3 55.04 58.07 79.59 100.55 0.00 0.00 0.00 0.00 12:14:17 12:07:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 12:14:17 12:08:01 docker0 3.30 6.37 0.21 60.61 0.00 0.00 0.00 0.00 12:14:17 12:08:01 ens3 122.33 78.44 2634.89 16.96 0.00 0.00 0.00 0.00 12:14:17 12:08:01 lo 1.73 1.73 0.16 0.16 0.00 0.00 0.00 0.00 12:14:17 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:17 12:09:01 ens3 34.76 23.78 228.45 7.00 0.00 0.00 0.00 0.00 12:14:17 12:09:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 12:14:17 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:17 12:10:01 ens3 74.00 38.16 1086.53 2.81 0.00 0.00 0.00 0.00 12:14:17 12:10:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 12:14:17 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:17 12:11:01 ens3 0.10 0.07 0.01 0.00 0.00 0.00 0.00 0.00 12:14:17 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:17 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:17 12:12:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:14:17 12:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:14:17 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:17 12:13:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:14:17 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:17 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:14:17 12:14:01 ens3 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 12:14:17 12:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:14:17 Average: docker0 14.82 21.60 1.22 183.26 0.00 0.00 0.00 0.00 12:14:17 Average: ens3 106.16 72.90 1217.80 23.45 0.00 0.00 0.00 0.00 12:14:17 Average: lo 1.05 1.05 0.10 0.10 0.00 0.00 0.00 0.00 12:14:17 12:14:17 12:14:17 ---> sar -P ALL: 12:14:17 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2118) 09/29/22 _x86_64_ (8 CPU) 12:14:17 12:14:17 12:03:38 LINUX RESTART (8 CPU) 12:14:17 12:14:17 12:04:02 CPU %user %nice %system %iowait %steal %idle 12:14:17 12:05:02 all 6.30 0.00 1.86 6.68 0.10 85.06 12:14:17 12:05:02 0 6.83 0.00 2.09 16.18 0.17 74.74 12:14:17 12:05:02 1 6.12 0.00 1.77 3.26 0.09 88.77 12:14:17 12:05:02 2 4.93 0.00 2.41 2.34 0.07 90.25 12:14:17 12:05:02 3 8.61 0.00 1.21 1.26 0.05 88.88 12:14:17 12:05:02 4 6.69 0.00 1.31 2.80 0.14 89.07 12:14:17 12:05:02 5 5.01 0.00 1.80 9.91 0.07 83.21 12:14:17 12:05:02 6 5.66 0.00 2.27 8.56 0.12 83.39 12:14:17 12:05:02 7 6.58 0.00 2.03 9.11 0.07 82.20 12:14:17 12:06:01 all 5.69 0.00 2.46 7.76 0.15 83.94 12:14:17 12:06:01 0 4.80 0.00 2.41 10.76 0.05 81.98 12:14:17 12:06:01 1 6.31 0.00 1.91 3.39 0.07 88.31 12:14:17 12:06:01 2 7.94 0.00 2.56 2.20 0.19 87.11 12:14:17 12:06:01 3 3.93 0.00 1.64 0.36 0.19 93.89 12:14:17 12:06:01 4 6.82 0.00 2.82 0.92 0.10 89.34 12:14:17 12:06:01 5 5.28 0.00 3.23 25.35 0.10 66.03 12:14:17 12:06:01 6 5.36 0.00 2.29 1.35 0.10 90.90 12:14:17 12:06:01 7 5.09 0.00 2.82 17.76 0.41 73.91 12:14:17 12:07:01 all 17.17 0.00 5.12 6.15 0.12 71.44 12:14:17 12:07:01 0 18.16 0.00 6.53 25.71 0.10 49.49 12:14:17 12:07:01 1 17.02 0.00 4.53 3.04 0.10 75.31 12:14:17 12:07:01 2 17.59 0.00 5.58 6.11 0.08 70.63 12:14:17 12:07:01 3 15.27 0.00 4.57 1.34 0.14 78.69 12:14:17 12:07:01 4 17.44 0.00 4.45 1.10 0.12 76.89 12:14:17 12:07:01 5 17.89 0.00 4.69 2.89 0.08 74.45 12:14:17 12:07:01 6 16.60 0.00 4.80 6.75 0.22 71.64 12:14:17 12:07:01 7 17.40 0.00 5.78 2.31 0.14 74.38 12:14:17 12:08:01 all 16.20 0.00 3.25 8.07 0.14 72.33 12:14:17 12:08:01 0 14.89 0.00 3.22 0.76 0.17 80.97 12:14:17 12:08:01 1 17.37 0.00 3.12 2.97 0.15 76.39 12:14:17 12:08:01 2 18.26 0.00 3.51 1.74 0.08 76.41 12:14:17 12:08:01 3 15.33 0.00 3.21 30.88 0.08 50.50 12:14:17 12:08:01 4 16.60 0.00 2.99 2.18 0.15 78.07 12:14:17 12:08:01 5 16.89 0.00 2.71 2.85 0.28 77.26 12:14:17 12:08:01 6 13.73 0.00 3.94 13.09 0.07 69.17 12:14:17 12:08:01 7 16.55 0.00 3.32 10.25 0.10 69.78 12:14:17 12:09:01 all 1.97 0.00 0.93 3.63 0.06 93.41 12:14:17 12:09:01 0 2.10 0.00 0.97 0.52 0.07 96.34 12:14:17 12:09:01 1 2.25 0.00 0.74 2.92 0.07 94.03 12:14:17 12:09:01 2 1.49 0.00 1.66 0.12 0.02 96.72 12:14:17 12:09:01 3 1.54 0.00 0.67 0.57 0.05 97.18 12:14:17 12:09:01 4 1.87 0.00 0.32 0.03 0.12 97.67 12:14:17 12:09:01 5 2.00 0.00 1.00 0.38 0.07 96.54 12:14:17 12:09:01 6 1.34 0.00 0.94 19.44 0.05 78.23 12:14:17 12:09:01 7 3.18 0.00 1.17 5.09 0.07 90.49 12:14:17 12:10:01 all 1.31 0.00 0.86 3.41 0.04 94.37 12:14:17 12:10:01 0 1.69 0.00 0.92 1.00 0.03 96.36 12:14:17 12:10:01 1 1.87 0.00 0.92 0.10 0.03 97.08 12:14:17 12:10:01 2 1.45 0.00 0.68 3.42 0.02 94.42 12:14:17 12:10:01 3 0.60 0.00 0.45 0.15 0.02 98.78 12:14:17 12:10:01 4 1.84 0.00 0.50 0.83 0.05 96.78 12:14:17 12:10:01 5 1.10 0.00 0.63 0.93 0.03 97.30 12:14:17 12:10:01 6 0.87 0.00 0.65 16.92 0.10 81.46 12:14:17 12:10:01 7 1.07 0.00 2.09 3.98 0.07 92.80 12:14:17 12:11:01 all 0.06 0.00 0.01 0.14 0.02 99.77 12:14:17 12:11:01 0 0.05 0.00 0.02 0.02 0.03 99.88 12:14:17 12:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:14:17 12:11:01 2 0.03 0.00 0.00 0.00 0.02 99.95 12:14:17 12:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:14:17 12:11:01 4 0.27 0.00 0.02 0.00 0.02 99.70 12:14:17 12:11:01 5 0.03 0.00 0.02 0.00 0.05 99.90 12:14:17 12:11:01 6 0.02 0.00 0.02 1.14 0.02 98.81 12:14:17 12:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 12:14:17 12:12:01 all 0.03 0.00 0.03 0.13 0.02 99.79 12:14:17 12:12:01 0 0.02 0.00 0.03 0.03 0.08 99.83 12:14:17 12:12:01 1 0.03 0.00 0.05 0.00 0.00 99.92 12:14:17 12:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 12:14:17 12:12:01 3 0.00 0.00 0.02 0.00 0.02 99.97 12:14:17 12:12:01 4 0.07 0.00 0.03 0.00 0.02 99.88 12:14:17 12:12:01 5 0.07 0.00 0.03 0.00 0.00 99.90 12:14:17 12:12:01 6 0.05 0.00 0.03 1.03 0.02 98.87 12:14:17 12:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:14:17 12:13:01 all 0.07 0.00 0.01 0.22 0.03 99.67 12:14:17 12:13:01 0 0.05 0.00 0.00 0.20 0.03 99.72 12:14:17 12:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 12:14:17 12:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 12:14:17 12:13:01 3 0.05 0.00 0.00 0.00 0.00 99.95 12:14:17 12:13:01 4 0.33 0.00 0.00 0.00 0.00 99.67 12:14:17 12:13:01 5 0.02 0.00 0.03 0.00 0.02 99.93 12:14:17 12:13:01 6 0.05 0.00 0.03 1.57 0.03 98.32 12:14:17 12:13:01 7 0.00 0.00 0.00 0.00 0.17 99.83 12:14:17 12:14:01 all 0.08 0.00 0.02 0.18 0.02 99.71 12:14:17 12:14:01 0 0.02 0.00 0.03 0.12 0.00 99.83 12:14:17 12:14:01 1 0.00 0.00 0.02 0.05 0.02 99.92 12:14:17 12:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:14:17 12:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 12:14:17 12:14:01 4 0.50 0.00 0.07 0.02 0.02 99.40 12:14:17 12:14:01 5 0.05 0.00 0.00 0.12 0.02 99.82 12:14:17 12:14:01 6 0.03 0.00 0.02 1.13 0.08 98.73 12:14:17 12:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:14:17 Average: all 4.85 0.00 1.44 3.61 0.07 90.02 12:14:17 Average: 0 4.83 0.00 1.61 5.47 0.07 88.02 12:14:17 Average: 1 5.06 0.00 1.30 1.56 0.05 92.03 12:14:17 Average: 2 5.13 0.00 1.63 1.58 0.05 91.61 12:14:17 Average: 3 4.50 0.00 1.17 3.43 0.06 90.84 12:14:17 Average: 4 5.21 0.00 1.24 0.78 0.07 92.70 12:14:17 Average: 5 4.81 0.00 1.41 4.18 0.07 89.53 12:14:17 Average: 6 4.33 0.00 1.49 7.09 0.08 87.01 12:14:17 Average: 7 4.96 0.00 1.71 4.80 0.10 88.43 12:14:17 12:14:17 12:14:17