Pull request #444 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7b0309e564f7bcb5fa728a2413547bb1f2180254+36942d585d64ecf4972d6f5453203026c8ac18ff (eafb44a85d66bab4200603a80279ac376029a05f) 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-ssh9795813281364463635.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh2473433043463793870.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-444/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-444/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3531426367384775906.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-444/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8081928962214201171.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 # timeout=10 Commit message: "Merge pull request #405 from ernestojeda/fix-go-1.18-errors" > 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-ssh14356901018736774490.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-444/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-444/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4362158800484214060.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-19841 in /w/workspace/_app-service-configurable_PR-444 [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-444 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 36942d585d64ecf4972d6f5453203026c8ac18ff into PR head commit 7b0309e564f7bcb5fa728a2413547bb1f2180254 Merge succeeded, producing 7b0309e564f7bcb5fa728a2413547bb1f2180254 Checking out Revision 7b0309e564f7bcb5fa728a2413547bb1f2180254 (PR-444) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/444/head:refs/remotes/origin/PR-444 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b0309e564f7bcb5fa728a2413547bb1f2180254 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 36942d585d64ecf4972d6f5453203026c8ac18ff # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b0309e564f7bcb5fa728a2413547bb1f2180254 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:04:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:04:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:04:10 ========================================================= 12:04:10 EdgeX Global Pipelines Version Info 12:04:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:04:11 ------------------- 12:04:11 stable info: 12:04:11 ------------------- 12:04:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:04:11 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 12:04:11 Message: update stable to v1.0.237 12:04:12 ------------------- 12:04:12 experimental info: 12:04:12 ------------------- 12:04:12 Commited By: **** collab-it+edgex@linuxfoundation.org 12:04:12 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 12:04:12 Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:04:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:04:12 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:04:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:04:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:04:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:04:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 12:04:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-444 [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-444 [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-444 [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b0309e [Pipeline] echo 12:04:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:04:14 provisioning config files... 12:04:14 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-444@tmp/config2181774840193714876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:04:14 ---> docker-login.sh 12:04:14 nexus3.edgexfoundry.org:10001 12:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:14 Configure a credential helper to remove this warning. See 12:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:14 12:04:14 Login Succeeded 12:04:14 nexus3.edgexfoundry.org:10002 12:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:15 Configure a credential helper to remove this warning. See 12:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:15 12:04:15 Login Succeeded 12:04:15 nexus3.edgexfoundry.org:10003 12:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:15 Configure a credential helper to remove this warning. See 12:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:15 12:04:15 Login Succeeded 12:04:15 nexus3.edgexfoundry.org:10004 12:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:15 Configure a credential helper to remove this warning. See 12:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:15 12:04:15 Login Succeeded 12:04:15 docker.io 12:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:15 Configure a credential helper to remove this warning. See 12:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:15 12:04:15 Login Succeeded 12:04:15 ---> docker-login.sh ends [Pipeline] } 12:04:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:04:16 + git rev-list -1 --merges 7b0309e564f7bcb5fa728a2413547bb1f2180254~1..7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] echo 12:04:16 -----------> git rev-list -1 --merges 7b0309e564f7bcb5fa728a2413547bb1f2180254~1..7b0309e564f7bcb5fa728a2413547bb1f2180254 7b0309e564f7bcb5fa728a2413547bb1f2180254 [false] [Pipeline] sh 12:04:16 + git log --format=format:%s -1 7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] echo 12:04:16 ========================================================= 12:04:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:04:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:04:17 + git log --format=format:%s -1 7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] echo 12:04:17 [semverPrep] GIT_COMMIT: 7b0309e564f7bcb5fa728a2413547bb1f2180254, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 12:04:17 [semverPrep] This is not a build commit. [Pipeline] sh 12:04:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:04:17 + grep -v github /etc/ssh/ssh_known_hosts 12:04:17 + [ -e /tmp/ssh_known_hosts ] 12:04:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:04:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:04:17 + sudo tee -a /etc/ssh/ssh_known_hosts 12:04:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:18 12:04:18 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:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:18 0.1.4: Pulling from edgex-devops/py-git-semver 12:04:18 b85a868b505f: Pulling fs layer 12:04:18 e2be974225ed: Pulling fs layer 12:04:18 339a4e72a1f5: Pulling fs layer 12:04:18 988bab9f4d93: Pulling fs layer 12:04:18 1469e6f7b9e6: Pulling fs layer 12:04:18 eaf3925da568: Pulling fs layer 12:04:18 bab4dde63d76: Pulling fs layer 12:04:18 bde34c3a00c8: Pulling fs layer 12:04:18 b352a97aabf1: Pulling fs layer 12:04:18 4872d77fe225: Pulling fs layer 12:04:18 5851b861e8e6: Pulling fs layer 12:04:18 eaf3925da568: Waiting 12:04:18 1469e6f7b9e6: Waiting 12:04:18 4872d77fe225: Waiting 12:04:18 bde34c3a00c8: Waiting 12:04:18 5851b861e8e6: Waiting 12:04:18 988bab9f4d93: Waiting 12:04:18 b352a97aabf1: Waiting 12:04:18 bab4dde63d76: Waiting 12:04:18 e2be974225ed: Verifying Checksum 12:04:18 e2be974225ed: Download complete 12:04:18 988bab9f4d93: Verifying Checksum 12:04:18 988bab9f4d93: Download complete 12:04:18 1469e6f7b9e6: Verifying Checksum 12:04:18 1469e6f7b9e6: Download complete 12:04:18 eaf3925da568: Download complete 12:04:18 339a4e72a1f5: Verifying Checksum 12:04:18 339a4e72a1f5: Download complete 12:04:18 bde34c3a00c8: Verifying Checksum 12:04:18 bde34c3a00c8: Download complete 12:04:18 b352a97aabf1: Download complete 12:04:18 4872d77fe225: Verifying Checksum 12:04:18 4872d77fe225: Download complete 12:04:18 5851b861e8e6: Download complete 12:04:18 b85a868b505f: Verifying Checksum 12:04:18 b85a868b505f: Download complete 12:04:19 bab4dde63d76: Verifying Checksum 12:04:19 bab4dde63d76: Download complete 12:04:20 b85a868b505f: Pull complete 12:04:20 e2be974225ed: Pull complete 12:04:21 339a4e72a1f5: Pull complete 12:04:21 988bab9f4d93: Pull complete 12:04:21 1469e6f7b9e6: Pull complete 12:04:21 eaf3925da568: Pull complete 12:04:23 bab4dde63d76: Pull complete 12:04:23 bde34c3a00c8: Pull complete 12:04:23 b352a97aabf1: Pull complete 12:04:24 4872d77fe225: Pull complete 12:04:24 5851b861e8e6: Pull complete 12:04:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:04:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:04:24 prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container 12:04:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:04:25 $ docker top e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb -eo pid,comm 12:04:25 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 12:04:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:04:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:26 [ssh-agent] Looking for ssh-agent implementation... 12:04:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:26 $ docker exec e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb ssh-agent 12:04:26 SSH_AUTH_SOCK=/tmp/ssh-CdMNuZQ9VK7X/agent.33 12:04:26 SSH_AGENT_PID=40 12:04:26 Running ssh-add (command line suppressed) 12:04:26 Identity added: /w/workspace/_app-service-configurable_PR-444@tmp/private_key_2764493000349156164.key (/w/workspace/_app-service-configurable_PR-444@tmp/private_key_2764493000349156164.key) 12:04:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:26 + git tag --points-at HEAD [Pipeline] } 12:04:26 $ docker exec --env ******** --env ******** e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb ssh-agent -k 12:04:26 unset SSH_AUTH_SOCK; 12:04:27 unset SSH_AGENT_PID; 12:04:27 echo Agent pid 40 killed; 12:04:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:04:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:27 [ssh-agent] Looking for ssh-agent implementation... 12:04:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:27 $ docker exec e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb ssh-agent 12:04:27 SSH_AUTH_SOCK=/tmp/ssh-6KaoLShuSChf/agent.74 12:04:27 SSH_AGENT_PID=80 12:04:27 Running ssh-add (command line suppressed) 12:04:27 Identity added: /w/workspace/_app-service-configurable_PR-444@tmp/private_key_2068085231587296758.key (/w/workspace/_app-service-configurable_PR-444@tmp/private_key_2068085231587296758.key) 12:04:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:27 + git semver init 12:04:28 2022-07-13 12:04:28,100 [run_init] DEBUG init version:0.0.0 force:False 12:04:28 2022-07-13 12:04:28,100 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-444/.semver 12:04:28 2022-07-13 12:04:28,101 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-444/.semver 12:04:28 2022-07-13 12:04:28,101 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-444/.semver'], cwd=/w/workspace/_app-service-configurable_PR-444, universal_newlines=False, shell=None, istream=None) 12:04:29 2022-07-13 12:04:28,805 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-444/.git/info/exclude 12:04:29 2022-07-13 12:04:28,806 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-444/.semver/PR-444 with force:False 12:04:29 2022-07-13 12:04:28,806 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-444/.semver/PR-444 12:04:29 2022-07-13 12:04:28,811 [execute] INFO git cat-file --batch-check 12:04:29 2022-07-13 12:04:28,812 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-444/.semver, universal_newlines=False, shell=None, istream=) 12:04:29 2022-07-13 12:04:28,819 [execute] INFO git cat-file --batch 12:04:29 2022-07-13 12:04:28,819 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-444/.semver, universal_newlines=False, shell=None, istream=) 12:04:29 2022-07-13 12:04:28,825 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-444/.semver/PR-444 12:04:29 0.0.0 [Pipeline] } 12:04:29 $ docker exec --env ******** --env ******** e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb ssh-agent -k 12:04:29 unset SSH_AUTH_SOCK; 12:04:29 unset SSH_AGENT_PID; 12:04:29 echo Agent pid 80 killed; 12:04:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:04:29 + git semver [Pipeline] } 12:04:29 $ docker stop --time=1 e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb 12:04:31 $ docker rm -f e51df943b417b224dc681daf50936069bd51d0611a2132afac202251d5ec27cb [Pipeline] // withDockerContainer [Pipeline] sh 12:04:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:04:32 Stashed 1 file(s) [Pipeline] echo 12:04:32 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:04:32 provisioning config files... 12:04:32 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-444@tmp/config9152074498963355719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:04:32 ---> docker-login.sh 12:04:32 nexus3.edgexfoundry.org:10001 12:04:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:32 Configure a credential helper to remove this warning. See 12:04:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:32 12:04:32 Login Succeeded 12:04:32 nexus3.edgexfoundry.org:10002 12:04:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:33 Configure a credential helper to remove this warning. See 12:04:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:33 12:04:33 Login Succeeded 12:04:33 nexus3.edgexfoundry.org:10003 12:04:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:33 Configure a credential helper to remove this warning. See 12:04:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:33 12:04:33 Login Succeeded 12:04:33 nexus3.edgexfoundry.org:10004 12:04:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:33 Configure a credential helper to remove this warning. See 12:04:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:33 12:04:33 Login Succeeded 12:04:33 docker.io 12:04:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:04:33 Configure a credential helper to remove this warning. See 12:04:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:04:33 12:04:33 Login Succeeded 12:04:33 ---> docker-login.sh ends [Pipeline] } 12:04:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:04:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:04:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:04:34 ========================================================= 12:04:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 12:04:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:34 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 12:04:34 Sending build context to Docker daemon 3.104MB 12:04:34 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 12:04:34 Step 2/13 : FROM ${BASE} AS builder 12:04:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 12:04:34 2408cc74d12b: Pulling fs layer 12:04:34 ea60b727a1ce: Pulling fs layer 12:04:34 30c4a7721957: Pulling fs layer 12:04:34 370296b7ddb6: Pulling fs layer 12:04:34 7c6cee850709: Pulling fs layer 12:04:34 39a5fcdaea64: Pulling fs layer 12:04:34 d94ebbe4e438: Pulling fs layer 12:04:34 bcfd1f05c69d: Pulling fs layer 12:04:34 59ccb84bbe0f: Pulling fs layer 12:04:34 370296b7ddb6: Waiting 12:04:34 7c6cee850709: Waiting 12:04:34 39a5fcdaea64: Waiting 12:04:34 59ccb84bbe0f: Waiting 12:04:34 d94ebbe4e438: Waiting 12:04:34 bcfd1f05c69d: Waiting 12:04:34 30c4a7721957: Verifying Checksum 12:04:34 30c4a7721957: Download complete 12:04:34 ea60b727a1ce: Verifying Checksum 12:04:34 7c6cee850709: Download complete 12:04:34 39a5fcdaea64: Download complete 12:04:34 2408cc74d12b: Download complete 12:04:34 d94ebbe4e438: Verifying Checksum 12:04:34 d94ebbe4e438: Download complete 12:04:34 2408cc74d12b: Pull complete 12:04:35 ea60b727a1ce: Pull complete 12:04:35 59ccb84bbe0f: Verifying Checksum 12:04:35 59ccb84bbe0f: Download complete 12:04:35 30c4a7721957: Pull complete 12:04:35 bcfd1f05c69d: Verifying Checksum 12:04:35 bcfd1f05c69d: Download complete 12:04:35 370296b7ddb6: Verifying Checksum 12:04:35 370296b7ddb6: Download complete 12:04:39 370296b7ddb6: Pull complete 12:04:39 7c6cee850709: Pull complete 12:04:40 39a5fcdaea64: Pull complete 12:04:40 d94ebbe4e438: Pull complete 12:04:42 bcfd1f05c69d: Pull complete 12:04:43 59ccb84bbe0f: Pull complete 12:04:43 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 12:04:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:04:43 ---> a4fb48ad2a94 12:04:43 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:04:45 ---> Running in 084c69ba4a85 12:04:45 Removing intermediate container 084c69ba4a85 12:04:45 ---> 472df2c843fd 12:04:45 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 12:04:45 ---> Running in f761d701c6dd 12:04:45 Removing intermediate container f761d701c6dd 12:04:45 ---> 269c94b6269f 12:04:45 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:04:45 ---> Running in 56f47546be9a 12:04:45 Removing intermediate container 56f47546be9a 12:04:45 ---> 907803fa30ff 12:04:45 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:04:45 ---> Running in 07cb6726aefc 12:04:45 Removing intermediate container 07cb6726aefc 12:04:45 ---> 12378483fac5 12:04:45 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:04:45 ---> Running in 02cdb3e8aa7d 12:04:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:04:47 Still waiting to schedule task 12:04:47 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:04:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:04:47 OK: 211 MiB in 51 packages 12:04:48 Removing intermediate container 02cdb3e8aa7d 12:04:48 ---> 765b3b3bb78c 12:04:48 Step 8/13 : WORKDIR /app 12:04:48 ---> Running in fa5d7fe83867 12:04:48 Removing intermediate container fa5d7fe83867 12:04:48 ---> b2f8359da09a 12:04:48 Step 9/13 : COPY go.mod vendor* ./ 12:04:48 ---> 462f75a83541 12:04:48 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:04:48 ---> Running in 892e1bf34c49 12:05:06 Removing intermediate container 892e1bf34c49 12:05:06 ---> dd2406c69e5b 12:05:06 Step 11/13 : COPY . . 12:05:06 ---> eba6fe067856 12:05:06 Step 12/13 : ARG MAKE="make build" 12:05:06 ---> Running in 9078ef9924b7 12:05:06 Removing intermediate container 9078ef9924b7 12:05:06 ---> b8441cda5d46 12:05:06 Step 13/13 : RUN $MAKE 12:05:06 ---> Running in f2b1eb2429d6 12:05:06 noop 12:05:07 Removing intermediate container f2b1eb2429d6 12:05:07 ---> 276692a1cc6a 12:05:07 Successfully built 276692a1cc6a 12:05:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:07 + docker inspect -f . ci-base-image-x86_64 12:05:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:07 prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container 12:05:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:05:08 $ docker top 48927003a27e484de3f91cc676c2487c0e89b861fe4e9d8b4648ed5566d74949 -eo pid,comm [Pipeline] { [Pipeline] sh 12:05:08 + go version 12:05:08 go version go1.18.3 linux/amd64 [Pipeline] } 12:05:08 $ docker stop --time=1 48927003a27e484de3f91cc676c2487c0e89b861fe4e9d8b4648ed5566d74949 12:05:09 $ docker rm -f 48927003a27e484de3f91cc676c2487c0e89b861fe4e9d8b4648ed5566d74949 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:10 + docker inspect -f . ci-base-image-x86_64 12:05:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:10 prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container 12:05:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/_app-service-configurable_PR-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:05:11 $ docker top 2201686da59518e3f8110aba63c3de46058e58de39226c0f984b687009796a2f -eo pid,comm [Pipeline] { [Pipeline] sh 12:05:11 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-444 [Pipeline] fileExists [Pipeline] sh 12:05:12 + make test 12:05:12 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:05:22 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:05:22 CGO_ENABLED=1 go vet ./... 12:05:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:05:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:05:25 ./bin/test-attribution-txt.sh [Pipeline] echo 12:05:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:05:25 $ docker stop --time=1 2201686da59518e3f8110aba63c3de46058e58de39226c0f984b687009796a2f 12:05:27 $ docker rm -f 2201686da59518e3f8110aba63c3de46058e58de39226c0f984b687009796a2f [Pipeline] // withDockerContainer [Pipeline] sh 12:05:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:05:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:05:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:05:28 + ls -al . 12:05:28 total 168 12:05:28 drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 12:05 . 12:05:28 drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 12:04 .. 12:05:28 -rw-rw-r-- 1 jenkins jenkins 119 Jul 13 12:04 .dockerignore 12:05:28 drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 12:04 .git 12:05:28 drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 12:04 .github 12:05:28 -rw-rw-r-- 1 jenkins jenkins 171 Jul 13 12:04 .gitignore 12:05:28 drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 12:04 .semver 12:05:28 -rw-rw-r-- 1 jenkins jenkins 8830 Jul 13 12:04 Attribution.txt 12:05:28 -rw-rw-r-- 1 jenkins jenkins 27269 Jul 13 12:04 CHANGELOG.md 12:05:28 -rw-rw-r-- 1 jenkins jenkins 2089 Jul 13 12:04 Dockerfile 12:05:28 -rw-rw-r-- 1 jenkins jenkins 677 Jul 13 12:04 GOVERNANCE.md 12:05:28 -rw-rw-r-- 1 jenkins jenkins 688 Jul 13 12:04 Jenkinsfile 12:05:28 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 13 12:04 LICENSE 12:05:28 -rw-rw-r-- 1 jenkins jenkins 618 Jul 13 12:04 OWNERS.md 12:05:28 -rw-rw-r-- 1 jenkins jenkins 3718 Jul 13 12:04 README.md 12:05:28 -rw-rw-r-- 1 jenkins jenkins 5 Jul 13 12:04 VERSION 12:05:28 drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 12:04 bin 12:05:28 -rw-r--r-- 1 jenkins jenkins 10 Jul 13 12:05 coverage.out 12:05:28 -rw-rw-r-- 1 jenkins jenkins 3336 Jul 13 12:04 go.mod 12:05:28 -rw-rw-r-- 1 jenkins jenkins 35610 Jul 13 12:04 go.sum 12:05:28 -rw-rw-r-- 1 jenkins jenkins 1949 Jul 13 12:04 main.go 12:05:28 -rw-rw-r-- 1 jenkins jenkins 1959 Jul 13 12:04 makefile 12:05:28 drwxrwxr-x 10 jenkins jenkins 4096 Jul 13 12:04 res 12:05:28 drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:29 + 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=7b0309e564f7bcb5fa728a2413547bb1f2180254 --label arch=amd64 --label version=0.0.0 . 12:05:29 Sending build context to Docker daemon 3.105MB 12:05:29 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 12:05:29 Step 2/27 : FROM ${BASE} AS builder 12:05:29 ---> 276692a1cc6a 12:05:29 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:05:29 ---> Running in 8d5fc17e4874 12:05:29 Removing intermediate container 8d5fc17e4874 12:05:29 ---> 313c1ea81111 12:05:29 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 12:05:29 ---> Running in da4257a87873 12:05:29 Removing intermediate container da4257a87873 12:05:29 ---> d9488ec7bee1 12:05:29 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:05:29 ---> Running in 98f5547c9118 12:05:29 Removing intermediate container 98f5547c9118 12:05:29 ---> 3c857c9821d3 12:05:29 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:05:29 ---> Running in 596bd1756b51 12:05:30 Removing intermediate container 596bd1756b51 12:05:30 ---> fb2dc5e6b916 12:05:30 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:05:30 ---> Running in 77a6739368e3 12:05:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:05:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:05:31 OK: 211 MiB in 51 packages 12:05:31 Removing intermediate container 77a6739368e3 12:05:31 ---> 7de8168c1cb0 12:05:31 Step 8/27 : WORKDIR /app 12:05:32 ---> Running in c9c435b12687 12:05:32 Removing intermediate container c9c435b12687 12:05:32 ---> 785c6664ef60 12:05:32 Step 9/27 : COPY go.mod vendor* ./ 12:05:32 ---> 2bb10e95ddca 12:05:32 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:05:32 ---> Running in e92e523f0046 12:05:32 Removing intermediate container e92e523f0046 12:05:32 ---> 8dadfc4c5430 12:05:32 Step 11/27 : COPY . . 12:05:33 ---> d910d2dfbafd 12:05:33 Step 12/27 : ARG MAKE="make build" 12:05:33 ---> Running in 652117f94259 12:05:33 Removing intermediate container 652117f94259 12:05:33 ---> f570bed2835d 12:05:33 Step 13/27 : RUN $MAKE 12:05:33 ---> Running in 8d5d7d64658c 12:05:33 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.21 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:05:55 Removing intermediate container 8d5d7d64658c 12:05:55 ---> fdf42cfa0987 12:05:55 Step 14/27 : FROM alpine:3.16 12:05:55 3.16: Pulling from library/alpine 12:05:55 2408cc74d12b: Already exists 12:05:55 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 12:05:55 Status: Downloaded newer image for alpine:3.16 12:05:55 ---> e66264b98777 12:05:55 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:05:55 ---> Running in 7bd6a519462a 12:05:55 Removing intermediate container 7bd6a519462a 12:05:55 ---> 3fb0e423c7ad 12:05:55 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 12:05:55 ---> Running in d5ab95e14e3b 12:05:55 Removing intermediate container d5ab95e14e3b 12:05:55 ---> c49014809d80 12:05:55 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:05:55 ---> Running in ccf60b7f455d 12:05:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:05:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:05:55 (1/7) Installing ca-certificates (20211220-r0) 12:05:55 (2/7) Installing dumb-init (1.2.5-r1) 12:05:55 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:05:55 (4/7) Installing libsodium (1.0.18-r0) 12:05:55 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:05:55 (6/7) Installing libzmq (4.3.4-r0) 12:05:55 (7/7) Installing zeromq (4.3.4-r0) 12:05:55 Executing busybox-1.35.0-r13.trigger 12:05:55 Executing ca-certificates-20211220-r0.trigger 12:05:55 OK: 9 MiB in 21 packages 12:05:55 Removing intermediate container ccf60b7f455d 12:05:55 ---> 51a471063a0e 12:05:55 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:05:55 ---> ec08cbefa481 12:05:55 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 12:05:55 ---> 0213e6ab419c 12:05:55 Step 20/27 : COPY --from=builder /app/res/ /res/ 12:05:56 ---> b119eb37e216 12:05:56 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:05:56 ---> 194075fba58b 12:05:56 Step 22/27 : EXPOSE 48095 12:05:56 ---> Running in 9251868ef2f8 12:05:56 Removing intermediate container 9251868ef2f8 12:05:56 ---> 38f61d404f04 12:05:56 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 12:05:56 ---> Running in 639949d4930a 12:05:57 Removing intermediate container 639949d4930a 12:05:57 ---> 5fc018f2c1ae 12:05:57 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:05:57 ---> Running in e2cb701bb296 12:05:57 Removing intermediate container e2cb701bb296 12:05:57 ---> e76d50a8a18e 12:05:57 Step 25/27 : LABEL arch=amd64 12:05:57 ---> Running in d869a08466d6 12:05:57 Removing intermediate container d869a08466d6 12:05:57 ---> 30297ad243c0 12:05:57 Step 26/27 : LABEL git_sha=7b0309e564f7bcb5fa728a2413547bb1f2180254 12:05:57 ---> Running in 7063553778c3 12:05:57 Removing intermediate container 7063553778c3 12:05:57 ---> 92c9b73c8cce 12:05:57 Step 27/27 : LABEL version=0.0.0 12:05:57 ---> Running in 3aa8b6303b3c 12:05:57 Removing intermediate container 3aa8b6303b3c 12:05:57 ---> b42412c2edae 12:05:57 [Warning] One or more build-args [ARCH] were not consumed 12:05:57 Successfully built b42412c2edae 12:05:57 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:05:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:05:58 12:05:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:05:58 latest: Pulling from edgex-lftools-log-publisher 12:05:58 5eb5b503b376: Pulling fs layer 12:05:58 5c69ac0246d0: Pulling fs layer 12:05:58 ec43610c2a17: Pulling fs layer 12:05:58 3a2ae6a8a46f: Pulling fs layer 12:05:58 33b1e0a273af: Pulling fs layer 12:05:58 5d3b04190fa2: Pulling fs layer 12:05:58 2f39f015ded8: Pulling fs layer 12:05:58 33b1e0a273af: Waiting 12:05:58 5d3b04190fa2: Waiting 12:05:58 2f39f015ded8: Waiting 12:05:58 3a2ae6a8a46f: Waiting 12:05:58 5c69ac0246d0: Download complete 12:05:58 3a2ae6a8a46f: Verifying Checksum 12:05:58 3a2ae6a8a46f: Download complete 12:05:58 33b1e0a273af: Verifying Checksum 12:05:58 33b1e0a273af: Download complete 12:05:58 ec43610c2a17: Verifying Checksum 12:05:58 ec43610c2a17: Download complete 12:05:58 5d3b04190fa2: Verifying Checksum 12:05:58 5d3b04190fa2: Download complete 12:05:59 5eb5b503b376: Verifying Checksum 12:05:59 5eb5b503b376: Download complete 12:05:59 2f39f015ded8: Verifying Checksum 12:05:59 2f39f015ded8: Download complete 12:06:00 5eb5b503b376: Pull complete 12:06:00 5c69ac0246d0: Pull complete 12:06:01 ec43610c2a17: Pull complete 12:06:01 3a2ae6a8a46f: Pull complete 12:06:01 33b1e0a273af: Pull complete 12:06:01 5d3b04190fa2: Pull complete 12:06:05 2f39f015ded8: Pull complete 12:06:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:06:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:06:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:06:05 prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container 12:06:05 $ 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-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:06:07 $ docker top fa72f9b9f81c29930999bda469705c35ba6835f67cac397729a3267400430f2b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:06:08 ---> job-cost.sh 12:06:08 lf-activate-venv: SKIPPING 12:06:08 INFO: No Stack... 12:06:08 INFO: Retrieving Pricing Info for: v3-standard-8 12:06:09 INFO: Archiving Costs [Pipeline] sh 12:06:09 + cat /w/workspace/_app-service-configurable_PR-444/archives/cost.csv 12:06:09 + cut -d, -f6 [Pipeline] lock 12:06:09 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] 12:06:09 Resource [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] did not exist. Created. 12:06:09 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:06:09 + echo total: 0.2199999988079071 [Pipeline] stash 12:06:09 Stashed 1 file(s) [Pipeline] } 12:06:09 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:06:09 $ docker stop --time=1 fa72f9b9f81c29930999bda469705c35ba6835f67cac397729a3267400430f2b 12:06:11 $ docker rm -f fa72f9b9f81c29930999bda469705c35ba6835f67cac397729a3267400430f2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:06:29 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19842 in /w/workspace/_app-service-configurable_PR-444 [Pipeline] { [Pipeline] ws 12:06:29 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:06:30 Selected Git installation does not exist. Using Default 12:06:30 The recommended git tool is: NONE 12:06:36 using credential edgex-jenkins-ssh 12:06:36 Cloning the remote Git repository 12:06:36 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:06:36 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:06:36 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:06:36 > git --version # timeout=10 12:06:36 > git --version # 'git version 2.25.1' 12:06:36 using GIT_SSH to set credentials SSH Credentials for GitHub 12:06:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:06:38 Merging remotes/origin/main commit 36942d585d64ecf4972d6f5453203026c8ac18ff into PR head commit 7b0309e564f7bcb5fa728a2413547bb1f2180254 12:06:38 Merge succeeded, producing 7b0309e564f7bcb5fa728a2413547bb1f2180254 12:06:38 Checking out Revision 7b0309e564f7bcb5fa728a2413547bb1f2180254 (PR-444) 12:06:37 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:06:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:06:37 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:06:37 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:06:37 using GIT_SSH to set credentials SSH Credentials for GitHub 12:06:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/444/head:refs/remotes/origin/PR-444 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:06:38 > git config core.sparsecheckout # timeout=10 12:06:38 > git checkout -f 7b0309e564f7bcb5fa728a2413547bb1f2180254 # timeout=10 12:06:38 > git remote # timeout=10 12:06:38 > git config --get remote.origin.url # timeout=10 12:06:38 using GIT_SSH to set credentials SSH Credentials for GitHub 12:06:38 > git merge 36942d585d64ecf4972d6f5453203026c8ac18ff # timeout=10 12:06:38 > git rev-parse HEAD^{commit} # timeout=10 12:06:38 > git config core.sparsecheckout # timeout=10 12:06:38 > git checkout -f 7b0309e564f7bcb5fa728a2413547bb1f2180254 # timeout=10 12:06:42 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:06:42 > git --version # timeout=10 12:06:42 > git --version # 'git version 2.25.1' 12:06:42 fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:06:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:06:44 % Total % Received % Xferd Average Speed Time Time Time Current 12:06:44 Dload Upload Total Spent Left Speed 12:06:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 12276 97 11882 0 0 93559 0 --:--:-- --:--:-- --:--:-- 92828 100 12276 100 12276 0 0 95162 0 --:--:-- --:--:-- --:--:-- 95162 [Pipeline] sh 12:06:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:06:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:06:45 + sudo tee /etc/docker/daemon.new 12:06:45 { 12:06:45 "registry-mirrors": [ 12:06:45 "https://nexus3.edgexfoundry.org:10001" 12:06:45 ], 12:06:45 "bip": "10.250.0.254/24", 12:06:45 "hosts": [ 12:06:45 "tcp://0.0.0.0:5555", 12:06:45 "unix:///var/run/docker.sock" 12:06:45 ], 12:06:45 "mtu": 1458, 12:06:45 "selinux-enabled": true, 12:06:45 "seccomp-profile": "/etc/docker/seccomp.json" 12:06:45 } [Pipeline] sh 12:06:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:06:46 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:07:04 provisioning config files... 12:07:04 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5825244698798193770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:07:05 ---> docker-login.sh 12:07:05 nexus3.edgexfoundry.org:10001 12:07:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:06 Configure a credential helper to remove this warning. See 12:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:06 12:07:06 Login Succeeded 12:07:06 nexus3.edgexfoundry.org:10002 12:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:06 Configure a credential helper to remove this warning. See 12:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:06 12:07:06 Login Succeeded 12:07:06 nexus3.edgexfoundry.org:10003 12:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:06 Configure a credential helper to remove this warning. See 12:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:06 12:07:06 Login Succeeded 12:07:06 nexus3.edgexfoundry.org:10004 12:07:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:07 Configure a credential helper to remove this warning. See 12:07:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:07 12:07:07 Login Succeeded 12:07:07 docker.io 12:07:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:08 Configure a credential helper to remove this warning. See 12:07:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:08 12:07:08 Login Succeeded 12:07:08 ---> docker-login.sh ends [Pipeline] } 12:07:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:07:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:07:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:07:08 ========================================================= 12:07:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 12:07:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:07:09 + 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:09 Sending build context to Docker daemon 205.3kB 12:07:09 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 12:07:09 Step 2/13 : FROM ${BASE} AS builder 12:07:09 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:07:09 b3c136eddcbf: Pulling fs layer 12:07:09 c0a3192eca97: Pulling fs layer 12:07:09 a050256f5b6f: Pulling fs layer 12:07:09 656be50a0ddc: Pulling fs layer 12:07:09 2bbca73fdf42: Pulling fs layer 12:07:09 46d945488cbd: Pulling fs layer 12:07:09 8a5474983e97: Pulling fs layer 12:07:09 329c88fbcd65: Pulling fs layer 12:07:09 656be50a0ddc: Waiting 12:07:09 2bbca73fdf42: Waiting 12:07:09 46d945488cbd: Waiting 12:07:09 8a5474983e97: Waiting 12:07:09 329c88fbcd65: Waiting 12:07:09 a050256f5b6f: Download complete 12:07:09 c0a3192eca97: Verifying Checksum 12:07:09 c0a3192eca97: Download complete 12:07:09 2bbca73fdf42: Verifying Checksum 12:07:09 2bbca73fdf42: Download complete 12:07:09 46d945488cbd: Verifying Checksum 12:07:09 46d945488cbd: Download complete 12:07:09 b3c136eddcbf: Verifying Checksum 12:07:09 b3c136eddcbf: Download complete 12:07:10 b3c136eddcbf: Pull complete 12:07:10 329c88fbcd65: Verifying Checksum 12:07:10 329c88fbcd65: Download complete 12:07:11 c0a3192eca97: Pull complete 12:07:11 a050256f5b6f: Pull complete 12:07:11 8a5474983e97: Verifying Checksum 12:07:11 8a5474983e97: Download complete 12:07:12 656be50a0ddc: Verifying Checksum 12:07:12 656be50a0ddc: Download complete 12:07:25 656be50a0ddc: Pull complete 12:07:25 2bbca73fdf42: Pull complete 12:07:25 46d945488cbd: Pull complete 12:07:32 8a5474983e97: Pull complete 12:07:34 329c88fbcd65: Pull complete 12:07:34 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 12:07:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:07:34 ---> ff4287adb874 12:07:34 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:07:35 ---> Running in f849a703ae6f 12:07:35 Removing intermediate container f849a703ae6f 12:07:35 ---> ad7eb6c2b1eb 12:07:35 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 12:07:35 ---> Running in fcfdd3ba790a 12:07:35 Removing intermediate container fcfdd3ba790a 12:07:35 ---> 003c15ca166c 12:07:35 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:07:35 ---> Running in cb00f46027bc 12:07:36 Removing intermediate container cb00f46027bc 12:07:36 ---> e95ae23cf3ee 12:07:36 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:07:36 ---> Running in bee45e3dc842 12:07:39 Removing intermediate container bee45e3dc842 12:07:39 ---> 59ad84674ed4 12:07:39 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:07:39 ---> Running in cc3285ee1bb9 12:07:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:07:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:07:42 OK: 221 MiB in 51 packages 12:07:42 Removing intermediate container cc3285ee1bb9 12:07:42 ---> b70b36cba7b2 12:07:42 Step 8/13 : WORKDIR /app 12:07:42 ---> Running in 32f869eb0dc0 12:07:43 Removing intermediate container 32f869eb0dc0 12:07:43 ---> 0c7a58cb00f6 12:07:43 Step 9/13 : COPY go.mod vendor* ./ 12:07:43 ---> db4bffbbe30e 12:07:43 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:07:43 ---> Running in de6dc60126e8 12:08:30 Removing intermediate container de6dc60126e8 12:08:30 ---> 4c81bc90f99b 12:08:30 Step 11/13 : COPY . . 12:08:30 ---> 22741630e535 12:08:30 Step 12/13 : ARG MAKE="make build" 12:08:30 ---> Running in 898e20f92a0c 12:08:30 Removing intermediate container 898e20f92a0c 12:08:30 ---> 9a3572128994 12:08:30 Step 13/13 : RUN $MAKE 12:08:30 ---> Running in 530f605d39ad 12:08:30 noop 12:08:30 Removing intermediate container 530f605d39ad 12:08:30 ---> fe551b0cfa37 12:08:30 Successfully built fe551b0cfa37 12:08:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:31 + docker inspect -f . ci-base-image-arm64 12:08:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:31 prd-ubuntu20.04-docker-arm64-4c-16g-19842 does not seem to be running inside a container 12:08:31 $ 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:32 $ docker top 24dd49ad1c967720fb6de3647c71794d953759d55980118a83cb698da6f38424 -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:33 + go version 12:08:33 go version go1.18.3 linux/arm64 [Pipeline] } 12:08:33 $ docker stop --time=1 24dd49ad1c967720fb6de3647c71794d953759d55980118a83cb698da6f38424 12:08:35 $ docker rm -f 24dd49ad1c967720fb6de3647c71794d953759d55980118a83cb698da6f38424 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:36 + docker inspect -f . ci-base-image-arm64 12:08:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:36 prd-ubuntu20.04-docker-arm64-4c-16g-19842 does not seem to be running inside a container 12:08:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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:37 $ docker top 28c2dc9fdb97903eff6718f5fd038e997b53d51ab42373045b74b364c8e7d344 -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:38 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 12:08:39 + make test 12:08:39 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:10:01 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:10:01 CGO_ENABLED=1 go vet ./... 12:10:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:10:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:10:16 ./bin/test-attribution-txt.sh [Pipeline] echo 12:10:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:10:16 $ docker stop --time=1 28c2dc9fdb97903eff6718f5fd038e997b53d51ab42373045b74b364c8e7d344 12:10:18 $ docker rm -f 28c2dc9fdb97903eff6718f5fd038e997b53d51ab42373045b74b364c8e7d344 [Pipeline] // withDockerContainer [Pipeline] sh 12:10:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:10:19 Warning: overwriting stash ‘coverage-report’ 12:10:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:10:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:10:20 + ls -al . 12:10:20 total 164 12:10:20 drwxrwxr-x 7 jenkins jenkins 4096 Jul 13 12:08 . 12:10:20 drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 12:06 .. 12:10:20 -rw-rw-r-- 1 jenkins jenkins 119 Jul 13 12:06 .dockerignore 12:10:20 drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 12:06 .git 12:10:20 drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 12:06 .github 12:10:20 -rw-rw-r-- 1 jenkins jenkins 171 Jul 13 12:06 .gitignore 12:10:20 -rw-rw-r-- 1 jenkins jenkins 8830 Jul 13 12:06 Attribution.txt 12:10:20 -rw-rw-r-- 1 jenkins jenkins 27269 Jul 13 12:06 CHANGELOG.md 12:10:20 -rw-rw-r-- 1 jenkins jenkins 2089 Jul 13 12:06 Dockerfile 12:10:20 -rw-rw-r-- 1 jenkins jenkins 677 Jul 13 12:06 GOVERNANCE.md 12:10:20 -rw-rw-r-- 1 jenkins jenkins 688 Jul 13 12:06 Jenkinsfile 12:10:20 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 13 12:06 LICENSE 12:10:20 -rw-rw-r-- 1 jenkins jenkins 618 Jul 13 12:06 OWNERS.md 12:10:20 -rw-rw-r-- 1 jenkins jenkins 3718 Jul 13 12:06 README.md 12:10:20 -rw-rw-r-- 1 jenkins jenkins 5 Jul 13 12:04 VERSION 12:10:20 drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 12:06 bin 12:10:20 -rw-r--r-- 1 jenkins jenkins 10 Jul 13 12:08 coverage.out 12:10:20 -rw-rw-r-- 1 jenkins jenkins 3336 Jul 13 12:06 go.mod 12:10:20 -rw-rw-r-- 1 jenkins jenkins 35610 Jul 13 12:06 go.sum 12:10:20 -rw-rw-r-- 1 jenkins jenkins 1949 Jul 13 12:06 main.go 12:10:20 -rw-rw-r-- 1 jenkins jenkins 1959 Jul 13 12:06 makefile 12:10:20 drwxrwxr-x 10 jenkins jenkins 4096 Jul 13 12:06 res 12:10:20 drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 12:06 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:21 + 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=7b0309e564f7bcb5fa728a2413547bb1f2180254 --label arch=arm64 --label version=0.0.0 . 12:10:21 Sending build context to Docker daemon 206.3kB 12:10:21 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 12:10:21 Step 2/27 : FROM ${BASE} AS builder 12:10:21 ---> fe551b0cfa37 12:10:21 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:10:21 ---> Running in a2aaceea0fae 12:10:21 Removing intermediate container a2aaceea0fae 12:10:21 ---> c5b0ee1cca82 12:10:21 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 12:10:22 ---> Running in 752cddbea209 12:10:22 Removing intermediate container 752cddbea209 12:10:22 ---> 84f216aa77cd 12:10:22 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:10:22 ---> Running in 0a6037d241b1 12:10:22 Removing intermediate container 0a6037d241b1 12:10:22 ---> 3315240e3f0f 12:10:22 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:22 ---> Running in 80969ee34223 12:10:24 Removing intermediate container 80969ee34223 12:10:24 ---> 15e1ac827716 12:10:24 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:10:24 ---> Running in 79d97437161e 12:10:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:10:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:10:27 OK: 221 MiB in 51 packages 12:10:28 Removing intermediate container 79d97437161e 12:10:28 ---> c95e06794f88 12:10:28 Step 8/27 : WORKDIR /app 12:10:28 ---> Running in 038d49147936 12:10:28 Removing intermediate container 038d49147936 12:10:28 ---> 34111d4a39ea 12:10:28 Step 9/27 : COPY go.mod vendor* ./ 12:10:28 ---> 2fc4477525d0 12:10:28 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:28 ---> Running in bc4edc438bd2 12:10:30 Removing intermediate container bc4edc438bd2 12:10:30 ---> f3f0a2720ae0 12:10:30 Step 11/27 : COPY . . 12:10:30 ---> e929b55996db 12:10:30 Step 12/27 : ARG MAKE="make build" 12:10:31 ---> Running in c05675d98d92 12:10:31 Removing intermediate container c05675d98d92 12:10:31 ---> 949309b3b499 12:10:31 Step 13/27 : RUN $MAKE 12:10:31 ---> Running in d1e7f62eb533 12:10:32 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.21 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:12:39 Removing intermediate container d1e7f62eb533 12:12:39 ---> 62f9c48e5c0c 12:12:39 Step 14/27 : FROM alpine:3.16 12:12:39 3.16: Pulling from library/alpine 12:12:39 b3c136eddcbf: Already exists 12:12:39 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 12:12:39 Status: Downloaded newer image for alpine:3.16 12:12:39 ---> 6e30ab57aeee 12:12:39 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:12:39 ---> Running in 437112016f22 12:12:39 Removing intermediate container 437112016f22 12:12:39 ---> 0d43a6e4060f 12:12:39 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 12:12:39 ---> Running in 9ff606a6aa1a 12:12:39 Removing intermediate container 9ff606a6aa1a 12:12:39 ---> d29ee756bab3 12:12:39 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:12:39 ---> Running in 6b103a0c6287 12:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:12:39 (1/7) Installing ca-certificates (20211220-r0) 12:12:39 (2/7) Installing dumb-init (1.2.5-r1) 12:12:39 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:12:39 (4/7) Installing libsodium (1.0.18-r0) 12:12:39 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:12:39 (6/7) Installing libzmq (4.3.4-r0) 12:12:39 (7/7) Installing zeromq (4.3.4-r0) 12:12:39 Executing busybox-1.35.0-r13.trigger 12:12:39 Executing ca-certificates-20211220-r0.trigger 12:12:39 OK: 9 MiB in 21 packages 12:12:39 Removing intermediate container 6b103a0c6287 12:12:39 ---> 650d55ed3e1b 12:12:39 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:12:39 ---> 707b8b8f7cde 12:12:39 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 12:12:39 ---> 686e0288b21c 12:12:39 Step 20/27 : COPY --from=builder /app/res/ /res/ 12:12:39 ---> 34f4d90bc47d 12:12:39 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:12:40 ---> 3fc41d08aa2d 12:12:40 Step 22/27 : EXPOSE 48095 12:12:40 ---> Running in 439dcdcef819 12:12:40 Removing intermediate container 439dcdcef819 12:12:40 ---> 7113239e5fd6 12:12:40 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 12:12:40 ---> Running in d50a7d65c129 12:12:41 Removing intermediate container d50a7d65c129 12:12:41 ---> f7ef988a5291 12:12:41 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:12:41 ---> Running in 3f8853346b46 12:12:41 Removing intermediate container 3f8853346b46 12:12:41 ---> 6255502f6c11 12:12:41 Step 25/27 : LABEL arch=arm64 12:12:41 ---> Running in 303d1144ef69 12:12:41 Removing intermediate container 303d1144ef69 12:12:41 ---> e62cfffa3b6e 12:12:41 Step 26/27 : LABEL git_sha=7b0309e564f7bcb5fa728a2413547bb1f2180254 12:12:42 ---> Running in 44336beee176 12:12:42 Removing intermediate container 44336beee176 12:12:42 ---> 915304f87682 12:12:42 Step 27/27 : LABEL version=0.0.0 12:12:42 ---> Running in d5e8632170b4 12:12:42 Removing intermediate container d5e8632170b4 12:12:42 ---> cb64de0d3d53 12:12:42 [Warning] One or more build-args [ARCH] were not consumed 12:12:42 Successfully built cb64de0d3d53 12:12:42 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:12:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:12:43 12:12:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:12:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:12:44 arm64: Pulling from edgex-lftools-log-publisher 12:12:44 8998bd30e6a1: Pulling fs layer 12:12:44 04944245beec: Pulling fs layer 12:12:44 699f458cf7ca: Pulling fs layer 12:12:44 765212b225bb: Pulling fs layer 12:12:44 f23df028b6ca: Pulling fs layer 12:12:44 d65c8cfc05b1: Pulling fs layer 12:12:44 2437ff75d9bd: Pulling fs layer 12:12:44 f23df028b6ca: Waiting 12:12:44 d65c8cfc05b1: Waiting 12:12:44 2437ff75d9bd: Waiting 12:12:44 765212b225bb: Waiting 12:12:44 04944245beec: Verifying Checksum 12:12:44 04944245beec: Download complete 12:12:44 765212b225bb: Verifying Checksum 12:12:44 765212b225bb: Download complete 12:12:44 f23df028b6ca: Download complete 12:12:44 d65c8cfc05b1: Verifying Checksum 12:12:44 d65c8cfc05b1: Download complete 12:12:44 699f458cf7ca: Verifying Checksum 12:12:44 699f458cf7ca: Download complete 12:12:44 8998bd30e6a1: Verifying Checksum 12:12:44 8998bd30e6a1: Download complete 12:12:47 2437ff75d9bd: Verifying Checksum 12:12:47 2437ff75d9bd: Download complete 12:12:48 8998bd30e6a1: Pull complete 12:12:49 04944245beec: Pull complete 12:12:50 699f458cf7ca: Pull complete 12:12:51 765212b225bb: Pull complete 12:12:52 f23df028b6ca: Pull complete 12:12:52 d65c8cfc05b1: Pull complete 12:13:07 2437ff75d9bd: Pull complete 12:13:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:13:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:13:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:13:07 prd-ubuntu20.04-docker-arm64-4c-16g-19842 does not seem to be running inside a container 12:13:07 $ 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:10 $ docker top 1c83be287300f891ecac44e3e1fe33def6ea9606b89afc8b005f64a0fe59e933 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:13:11 ---> job-cost.sh 12:13:11 lf-activate-venv: SKIPPING 12:13:11 INFO: No Stack... 12:13:11 INFO: Retrieving Pricing Info for: v3-standard-4 12:13:12 INFO: Archiving Costs [Pipeline] sh 12:13:13 + cut -d, -f6 12:13:13 + cat /w/workspace/app-service-configurable/1/archives/cost.csv [Pipeline] lock 12:13:13 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] 12:13:13 Resource [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] did not exist. Created. 12:13:13 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:13:13 /w/workspace/app-service-configurable/1@tmp/durable-d9039a00/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:13:14 + echo total: 0.10999999940395355 [Pipeline] stash 12:13:14 Warning: overwriting stash ‘stack-cost’ 12:13:14 Stashed 1 file(s) [Pipeline] } 12:13:14 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-444-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:13:14 $ docker stop --time=1 1c83be287300f891ecac44e3e1fe33def6ea9606b89afc8b005f64a0fe59e933 12:13:16 $ docker rm -f 1c83be287300f891ecac44e3e1fe33def6ea9606b89afc8b005f64a0fe59e933 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 12:13:17 provisioning config files... 12:13:17 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-444@tmp/config873277027987977605tmp [Pipeline] { [Pipeline] sh 12:13:17 + set +x 12:13:17 + bash -s -- 12:13:17 + curl -s https://codecov.io/bash 12:13:17 12:13:17 _____ _ 12:13:17 / ____| | | 12:13:17 | | ___ __| | ___ ___ _____ __ 12:13:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:13:17 | |___| (_) | (_| | __/ (_| (_) \ V / 12:13:17 \_____\___/ \__,_|\___|\___\___/ \_/ 12:13:17 Bash-1.0.6 12:13:17 12:13:17 12:13:17 ==> git version 2.25.1 found 12:13:17 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 12:13:17 Release-Date: 2020-01-08 12:13:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:13:17 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:13:17 ==> Jenkins CI detected. 12:13:17 current dir:  /w/workspace/_app-service-configurable_PR-444 12:13:17 project root: . 12:13:17 --> token set from env 12:13:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:13:17 ==> Running gcov in . (disable via -X gcov) 12:13:17 ==> Python coveragepy not found 12:13:17 ==> Searching for coverage reports in: 12:13:17 + . 12:13:17 -> Found 1 reports 12:13:17 ==> Detecting git/mercurial file structure 12:13:17 ==> Reading reports 12:13:17 + ./coverage.out bytes=10 12:13:17 ==> Appending adjustments 12:13:17 https://docs.codecov.io/docs/fixing-reports 12:13:17 + Found adjustments 12:13:17 ==> Gzipping contents 12:13:17 4.0K /tmp/codecov.7bgnCv.gz 12:13:17 ==> Uploading reports 12:13:17 url: https://codecov.io 12:13:17 query: branch=PR-444&commit=7b0309e564f7bcb5fa728a2413547bb1f2180254&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-444%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=444&job=&cmd_args= 12:13:17 -> Pinging Codecov 12:13:17 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-444&commit=7b0309e564f7bcb5fa728a2413547bb1f2180254&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-444%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=444&job=&cmd_args= 12:13:18 -> Uploading to 12:13:18 https://storage.googleapis.com/codecov/v4/raw/2022-07-13/A97CA9966030D2A3747ED39772930CCE/7b0309e564f7bcb5fa728a2413547bb1f2180254/80823484-cbb6-4a6f-90d9-83632935e3cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220713%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220713T121318Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=39e75bdaf6dddce9fe7ebb0ae73c5641f3f1cbcfbd8d36b97c9fde17d44af388 12:13:18 % Total % Received % Xferd Average Speed Time Time Time Current 12:13:18 Dload Upload Total Spent Left Speed 12:13:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2596 --:--:-- --:--:-- --:--:-- 2596 12:13:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7b0309e564f7bcb5fa728a2413547bb1f2180254 [Pipeline] } 12:13:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:13:20 + [ -d /w/workspace/_app-service-configurable_PR-444/archives ] 12:13:20 + ls -al /w/workspace/_app-service-configurable_PR-444/archives 12:13:20 total 16 12:13:20 drwxr-xr-x 3 root root 4096 Jul 13 12:06 . 12:13:20 drwxrwxr-x 9 jenkins jenkins 4096 Jul 13 12:06 .. 12:13:20 drwxr-xr-x 2 root root 4096 Jul 13 12:06 cost 12:13:20 -rw-r--r-- 1 root root 95 Jul 13 12:06 cost.csv 12:13:20 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-444/archives 12:13:20 + ls -al /w/workspace/_app-service-configurable_PR-444/archives 12:13:20 total 16 12:13:20 drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 12:06 . 12:13:20 drwxrwxr-x 9 jenkins jenkins 4096 Jul 13 12:06 .. 12:13:20 drwxr-xr-x 2 jenkins jenkins 4096 Jul 13 12:06 cost 12:13:20 -rw-r--r-- 1 jenkins jenkins 95 Jul 13 12:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:13:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:13:21 ---> package-listing.sh 12:13:21 ++ facter osfamily 12:13:21 ++ tr '[:upper:]' '[:lower:]' 12:13:21 + OS_FAMILY=debian 12:13:21 + workspace=/w/workspace/_app-service-configurable_PR-444 12:13:21 + START_PACKAGES=/tmp/packages_start.txt 12:13:21 + END_PACKAGES=/tmp/packages_end.txt 12:13:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:13:21 + PACKAGES=/tmp/packages_start.txt 12:13:21 + '[' /w/workspace/_app-service-configurable_PR-444 ']' 12:13:21 + PACKAGES=/tmp/packages_end.txt 12:13:21 + case "${OS_FAMILY}" in 12:13:21 + dpkg -l 12:13:21 + grep '^ii' 12:13:21 + '[' -f /tmp/packages_start.txt ']' 12:13:21 + '[' -f /tmp/packages_end.txt ']' 12:13:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:13:21 + '[' /w/workspace/_app-service-configurable_PR-444 ']' 12:13:21 + mkdir -p /w/workspace/_app-service-configurable_PR-444/archives/ 12:13:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-444/archives/ [Pipeline] echo 12:13:21 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-444/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:13:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:13:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:13:22 prd-ubuntu20.04-docker-8c-8g-19841 does not seem to be running inside a container 12:13:22 $ 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-444/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-444 -v /w/workspace/_app-service-configurable_PR-444:/w/workspace/_app-service-configurable_PR-444:rw,z -v /w/workspace/_app-service-configurable_PR-444@tmp:/w/workspace/_app-service-configurable_PR-444@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:13:23 $ docker top ae3a484678344ab2c1e6749a765c9bdd60739048c4b13bbd17b9b1c3927663a1 -eo pid,comm [Pipeline] { [Pipeline] sh 12:13:23 + touch /tmp/pre-build-complete [Pipeline] sh 12:13:23 + mkdir -p /var/log/sysstat [Pipeline] sh 12:13:24 + ls /var/log/sa-host 12:13:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:13:24 provisioning config files... 12:13:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-444@tmp/config8913794627686224605tmp [Pipeline] { [Pipeline] echo 12:13:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:13:24 ---> create-netrc.sh [Pipeline] } 12:13:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:13:25 ---> python-tools-install.sh [Pipeline] echo 12:13:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:13:25 ---> sudo-logs.sh 12:13:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:13:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:13:25 ---> job-cost.sh 12:13:25 lf-activate-venv: SKIPPING 12:13:25 DEBUG: total: 0.2199999988079071 12:13:25 INFO: Retrieving Stack Cost... 12:13:26 INFO: Retrieving Pricing Info for: v3-standard-8 12:13:26 INFO: Archiving Costs [Pipeline] echo 12:13:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:13:27 ---> logs-deploy.sh 12:13:27 lf-activate-venv: SKIPPING 12:13:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-444/1 12:13:27 INFO: archiving workspace using pattern(s): 12:13:27 Archives upload complete. 12:13:28 INFO: archiving logs to Nexus 12:13:28 ---> uname -a: 12:13:28 Linux prd-ubuntu20-04-docker-8c-8g-19841 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 12:13:28 12:13:28 12:13:28 ---> lscpu: 12:13:28 Architecture: x86_64 12:13:28 CPU op-mode(s): 32-bit, 64-bit 12:13:28 Byte Order: Little Endian 12:13:28 Address sizes: 40 bits physical, 48 bits virtual 12:13:28 CPU(s): 8 12:13:28 On-line CPU(s) list: 0-7 12:13:28 Thread(s) per core: 1 12:13:28 Core(s) per socket: 1 12:13:28 Socket(s): 8 12:13:28 NUMA node(s): 1 12:13:28 Vendor ID: AuthenticAMD 12:13:28 CPU family: 23 12:13:28 Model: 49 12:13:28 Model name: AMD EPYC-Rome Processor 12:13:28 Stepping: 0 12:13:28 CPU MHz: 2799.996 12:13:28 BogoMIPS: 5599.99 12:13:28 Virtualization: AMD-V 12:13:28 Hypervisor vendor: KVM 12:13:28 Virtualization type: full 12:13:28 L1d cache: 256 KiB 12:13:28 L1i cache: 256 KiB 12:13:28 L2 cache: 4 MiB 12:13:28 L3 cache: 128 MiB 12:13:28 NUMA node0 CPU(s): 0-7 12:13:28 Vulnerability Itlb multihit: Not affected 12:13:28 Vulnerability L1tf: Not affected 12:13:28 Vulnerability Mds: Not affected 12:13:28 Vulnerability Meltdown: Not affected 12:13:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:13:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:13:28 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:13:28 Vulnerability Srbds: Not affected 12:13:28 Vulnerability Tsx async abort: Not affected 12:13:28 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:13:28 12:13:28 12:13:28 ---> nproc: 12:13:28 8 12:13:28 12:13:28 12:13:28 ---> df -h: 12:13:28 Filesystem Size Used Avail Use% Mounted on 12:13:28 overlay 155G 11G 145G 7% / 12:13:28 tmpfs 64M 0 64M 0% /dev 12:13:28 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:13:28 shm 64M 0 64M 0% /dev/shm 12:13:28 /dev/vda1 155G 11G 145G 7% /facter-os 12:13:28 12:13:28 12:13:28 ---> sar -b -r -n DEV: 12:13:28 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19841) 07/13/22 _x86_64_ (8 CPU) 12:13:28 12:13:28 12:03:30 LINUX RESTART (8 CPU) 12:13:28 12:13:28 12:04:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:13:28 12:05:01 365.30 15.86 349.44 0.00 2248.85 150321.81 0.00 12:13:28 12:06:01 206.23 0.17 206.06 0.00 14.00 50303.90 0.00 12:13:28 12:07:01 31.44 0.00 31.44 0.00 0.00 16492.18 0.00 12:13:28 12:08:01 1.37 0.00 1.37 0.00 0.00 16.68 0.00 12:13:28 12:09:01 1.33 0.02 1.32 0.00 0.13 15.33 0.00 12:13:28 12:10:01 2.85 1.57 1.28 0.00 49.06 17.20 0.00 12:13:28 12:11:01 1.07 0.00 1.07 0.00 0.00 13.06 0.00 12:13:28 12:12:01 0.85 0.00 0.85 0.00 0.00 11.73 0.00 12:13:28 12:13:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 12:13:28 Average: 66.84 1.90 64.94 0.00 249.48 23664.48 0.00 12:13:28 12:13:28 12:04:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:13:28 12:05:01 28226216 31718692 576600 1.75 147192 3542196 2226812 6.56 1225176 2972980 191344 12:13:28 12:06:01 27914656 31717884 572528 1.74 165856 3824364 2217660 6.54 1304012 3188176 235144 12:13:28 12:07:01 27694548 31760100 529064 1.61 172904 4045796 1788332 5.27 1279548 3397116 128 12:13:28 12:08:01 27696512 31762244 526600 1.60 172936 4045800 1788332 5.27 1277672 3397120 148 12:13:28 12:09:01 27701648 31767332 521436 1.59 172980 4045804 1788332 5.27 1272736 3397124 8 12:13:28 12:10:01 27698452 31766628 522024 1.59 173020 4047280 1788332 5.27 1277640 3396648 152 12:13:28 12:11:01 27705208 31773632 515172 1.57 173052 4047284 1788332 5.27 1269556 3396848 20 12:13:28 12:12:01 27705200 31773636 515100 1.57 173068 4047288 1788332 5.27 1269156 3396852 200 12:13:28 12:13:01 27705320 31773780 515084 1.57 173080 4047288 1788332 5.27 1269516 3396852 176 12:13:28 Average: 27783084 31757103 532623 1.62 169343 3965900 1884755 5.55 1271668 3326635 47480 12:13:28 12:13:28 12:04:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:13:28 12:05:01 ens3 665.13 443.79 7252.68 96.92 0.00 0.00 0.00 0.00 12:13:28 12:05:01 lo 6.83 6.83 0.66 0.66 0.00 0.00 0.00 0.00 12:13:28 12:05:01 docker0 121.38 149.37 9.73 1121.85 0.00 0.00 0.00 0.00 12:13:28 12:06:01 ens3 192.02 128.57 2661.93 75.32 0.00 0.00 0.00 0.00 12:13:28 12:06:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 12:13:28 12:06:01 docker0 9.68 13.91 0.58 101.22 0.00 0.00 0.00 0.00 12:13:28 12:07:01 ens3 36.24 31.36 17.59 43.74 0.00 0.00 0.00 0.00 12:13:28 12:07:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:13:28 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:08:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 12:13:28 12:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:13:28 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:10:01 ens3 9.13 8.77 5.37 9.13 0.00 0.00 0.00 0.00 12:13:28 12:10:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 12:13:28 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:11:01 ens3 0.50 0.32 0.26 0.21 0.00 0.00 0.00 0.00 12:13:28 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:12:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 12:13:28 12:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:13:28 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:13:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:13:28 Average: ens3 98.27 66.72 1081.34 24.77 0.00 0.00 0.00 0.00 12:13:28 Average: lo 1.06 1.06 0.10 0.10 0.00 0.00 0.00 0.00 12:13:28 Average: docker0 14.16 17.65 1.11 132.23 0.00 0.00 0.00 0.00 12:13:28 12:13:28 12:13:28 ---> sar -P ALL: 12:13:28 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19841) 07/13/22 _x86_64_ (8 CPU) 12:13:28 12:13:28 12:03:30 LINUX RESTART (8 CPU) 12:13:28 12:13:28 12:04:03 CPU %user %nice %system %iowait %steal %idle 12:13:28 12:05:01 all 11.66 0.00 4.71 1.76 0.06 81.81 12:13:28 12:05:01 0 12.81 0.00 5.89 4.89 0.05 76.36 12:13:28 12:05:01 1 10.01 0.00 5.57 2.22 0.07 82.14 12:13:28 12:05:01 2 12.54 0.00 4.74 0.45 0.05 82.21 12:13:28 12:05:01 3 12.05 0.00 4.03 1.52 0.07 82.33 12:13:28 12:05:01 4 9.87 0.00 4.39 1.82 0.07 83.86 12:13:28 12:05:01 5 11.25 0.00 4.73 0.75 0.07 83.21 12:13:28 12:05:01 6 13.88 0.00 4.57 1.63 0.05 79.87 12:13:28 12:05:01 7 10.85 0.00 3.79 0.79 0.07 84.50 12:13:28 12:06:01 all 32.65 0.00 7.38 1.06 0.09 58.82 12:13:28 12:06:01 0 32.20 0.00 6.89 0.24 0.08 60.58 12:13:28 12:06:01 1 33.25 0.00 7.52 0.57 0.08 58.57 12:13:28 12:06:01 2 31.70 0.00 7.25 0.71 0.08 60.25 12:13:28 12:06:01 3 33.38 0.00 7.75 2.30 0.10 56.46 12:13:28 12:06:01 4 32.25 0.00 7.43 1.00 0.10 59.22 12:13:28 12:06:01 5 33.58 0.00 7.00 0.20 0.10 59.12 12:13:28 12:06:01 6 33.34 0.00 7.81 2.53 0.08 56.24 12:13:28 12:06:01 7 31.49 0.00 7.36 0.90 0.10 60.15 12:13:28 12:07:01 all 2.00 0.00 0.85 0.31 0.01 96.82 12:13:28 12:07:01 0 1.98 0.00 0.70 0.02 0.02 97.29 12:13:28 12:07:01 1 2.46 0.00 0.65 0.00 0.02 96.87 12:13:28 12:07:01 2 1.67 0.00 0.95 0.00 0.02 97.36 12:13:28 12:07:01 3 1.79 0.00 0.75 0.18 0.00 97.28 12:13:28 12:07:01 4 2.26 0.00 0.65 0.02 0.00 97.07 12:13:28 12:07:01 5 2.04 0.00 0.83 0.05 0.00 97.08 12:13:28 12:07:01 6 2.33 0.00 0.79 0.00 0.02 96.87 12:13:28 12:07:01 7 1.52 0.00 1.46 2.22 0.02 94.78 12:13:28 12:08:01 all 0.02 0.00 0.02 0.00 0.00 99.95 12:13:28 12:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:13:28 12:08:01 1 0.05 0.00 0.03 0.00 0.00 99.92 12:13:28 12:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 12:13:28 12:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:13:28 12:08:01 4 0.02 0.00 0.03 0.02 0.02 99.92 12:13:28 12:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 12:13:28 12:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:13:28 12:08:01 7 0.03 0.00 0.02 0.02 0.00 99.93 12:13:28 12:09:01 all 0.02 0.00 0.01 0.01 0.00 99.96 12:13:28 12:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:13:28 12:09:01 1 0.05 0.00 0.03 0.00 0.02 99.90 12:13:28 12:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:13:28 12:09:01 3 0.02 0.00 0.02 0.02 0.00 99.95 12:13:28 12:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 12:13:28 12:09:01 5 0.03 0.00 0.00 0.00 0.02 99.95 12:13:28 12:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 12:13:28 12:09:01 7 0.02 0.00 0.02 0.03 0.00 99.93 12:13:28 12:10:01 all 0.21 0.00 0.04 0.01 0.00 99.74 12:13:28 12:10:01 0 0.35 0.00 0.02 0.00 0.00 99.63 12:13:28 12:10:01 1 0.28 0.00 0.03 0.00 0.00 99.68 12:13:28 12:10:01 2 0.08 0.00 0.03 0.00 0.00 99.88 12:13:28 12:10:01 3 0.13 0.00 0.05 0.00 0.02 99.80 12:13:28 12:10:01 4 0.17 0.00 0.03 0.00 0.00 99.80 12:13:28 12:10:01 5 0.38 0.00 0.08 0.02 0.00 99.52 12:13:28 12:10:01 6 0.17 0.00 0.03 0.00 0.00 99.80 12:13:28 12:10:01 7 0.13 0.00 0.02 0.05 0.00 99.80 12:13:28 12:11:01 all 0.02 0.00 0.01 0.00 0.00 99.96 12:13:28 12:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:13:28 12:11:01 1 0.03 0.00 0.05 0.00 0.00 99.92 12:13:28 12:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 12:13:28 12:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:13:28 12:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 12:13:28 12:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:13:28 12:11:01 6 0.03 0.00 0.03 0.00 0.00 99.93 12:13:28 12:11:01 7 0.03 0.00 0.02 0.03 0.00 99.92 12:13:28 12:12:01 all 0.01 0.00 0.01 0.00 0.00 99.97 12:13:28 12:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 12:13:28 12:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:13:28 12:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:13:28 12:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:13:28 12:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 12:13:28 12:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 12:13:28 12:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:13:28 12:12:01 7 0.00 0.00 0.00 0.02 0.00 99.98 12:13:28 12:13:01 all 0.21 0.00 0.01 0.00 0.00 99.77 12:13:28 12:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:13:28 12:13:01 1 0.05 0.00 0.02 0.00 0.00 99.93 12:13:28 12:13:01 2 1.53 0.00 0.07 0.00 0.00 98.40 12:13:28 12:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:13:28 12:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:13:28 12:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:13:28 12:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 12:13:28 12:13:01 7 0.02 0.00 0.00 0.03 0.02 99.93 12:13:28 Average: all 5.13 0.00 1.42 0.34 0.02 93.09 12:13:28 Average: 0 5.20 0.00 1.48 0.55 0.02 92.75 12:13:28 Average: 1 5.07 0.00 1.52 0.30 0.02 93.09 12:13:28 Average: 2 5.21 0.00 1.42 0.13 0.02 93.23 12:13:28 Average: 3 5.19 0.00 1.38 0.44 0.02 92.97 12:13:28 Average: 4 4.90 0.00 1.37 0.31 0.02 93.41 12:13:28 Average: 5 5.18 0.00 1.38 0.11 0.02 93.31 12:13:28 Average: 6 5.46 0.00 1.45 0.45 0.02 92.63 12:13:28 Average: 7 4.82 0.00 1.38 0.45 0.02 93.32 12:13:28 12:13:28 12:13:28