Pull request #545 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d+c70686275db34aa3f66cc9d2651256089dd9de6c (6b983f351c6212731c433947f52a1ae55186c984) 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-ssh15847625279841835806.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh6316557456934319107.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-545/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-545/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2499727090501809686.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-545/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12829021679682154818.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh125718550105806894.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-545/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-545/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9422427974270530671.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a 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, goVersion:1.18, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7421’ Running on prd-ubuntu20.04-docker-8c-8g-7423 in /w/workspace/_app-service-configurable_PR-545 [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-545 # 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 > 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/545/head:refs/remotes/origin/PR-545 +refs/heads/levski:refs/remotes/origin/levski # timeout=10 Merging remotes/origin/levski commit c70686275db34aa3f66cc9d2651256089dd9de6c into PR head commit b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d Merge succeeded, producing b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d Checking out Revision b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d (PR-545) Commit message: "fix: [levski] Make Compression functions thread safe" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:14:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:14:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d # 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 c70686275db34aa3f66cc9d2651256089dd9de6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d # timeout=10 [Pipeline] echo 18:14:51 ========================================================= 18:14:51 EdgeX Global Pipelines Version Info 18:14:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:14:51 ------------------- 18:14:51 stable info: 18:14:51 ------------------- 18:14:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:14:51 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 18:14:51 Message: update stable to v1.0.245 18:14:52 ------------------- 18:14:52 experimental info: 18:14:52 ------------------- 18:14:52 Commited By: **** collab-it+edgex@linuxfoundation.org 18:14:52 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 18:14:52 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:14:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:14:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:14:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:14:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:14:54 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:14:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-545 [Pipeline] echo 18:14:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-545 [Pipeline] echo 18:14:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-545 [Pipeline] echo 18:14:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d [Pipeline] echo 18:14:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b5ac4f9 [Pipeline] echo 18:14:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:14:54 provisioning config files... 18:14:54 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-545@tmp/config1319876041187630845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:14:54 ---> docker-login.sh 18:14:54 nexus3.edgexfoundry.org:10001 18:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:55 Configure a credential helper to remove this warning. See 18:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:55 18:14:55 Login Succeeded 18:14:55 nexus3.edgexfoundry.org:10002 18:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:55 Configure a credential helper to remove this warning. See 18:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:55 18:14:55 Login Succeeded 18:14:55 nexus3.edgexfoundry.org:10003 18:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:55 Configure a credential helper to remove this warning. See 18:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:55 18:14:55 Login Succeeded 18:14:55 nexus3.edgexfoundry.org:10004 18:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:55 Configure a credential helper to remove this warning. See 18:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:55 18:14:55 Login Succeeded 18:14:55 docker.io 18:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:55 Configure a credential helper to remove this warning. See 18:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:55 18:14:55 Login Succeeded 18:14:55 ---> docker-login.sh ends [Pipeline] } 18:14:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:14:56 + git rev-list -1 --merges b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d~1..b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d [Pipeline] echo 18:14:56 -----------> git rev-list -1 --merges b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d~1..b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d [false] [Pipeline] sh 18:14:56 + git log --format=format:%s -1 b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d [Pipeline] echo 18:14:56 ========================================================= 18:14:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:14:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:14:57 + git log --format=format:%s -1 b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d [Pipeline] echo 18:14:57 [semverPrep] GIT_COMMIT: b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d, Commit Message: fix: [levski] Make Compression functions thread safe [Pipeline] echo 18:14:57 [semverPrep] This is not a build commit. [Pipeline] sh 18:14:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:14:57 + grep -v github /etc/ssh/ssh_known_hosts 18:14:57 + [ -e /tmp/ssh_known_hosts ] 18:14:57 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:14:57 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:14:57 + sudo tee -a /etc/ssh/ssh_known_hosts 18:14:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:58 18:14:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:58 0.1.4: Pulling from edgex-devops/py-git-semver 18:14:58 b85a868b505f: Pulling fs layer 18:14:58 e2be974225ed: Pulling fs layer 18:14:58 339a4e72a1f5: Pulling fs layer 18:14:58 988bab9f4d93: Pulling fs layer 18:14:58 1469e6f7b9e6: Pulling fs layer 18:14:58 eaf3925da568: Pulling fs layer 18:14:58 bab4dde63d76: Pulling fs layer 18:14:58 bde34c3a00c8: Pulling fs layer 18:14:58 b352a97aabf1: Pulling fs layer 18:14:58 4872d77fe225: Pulling fs layer 18:14:58 5851b861e8e6: Pulling fs layer 18:14:58 bab4dde63d76: Waiting 18:14:58 bde34c3a00c8: Waiting 18:14:58 988bab9f4d93: Waiting 18:14:58 b352a97aabf1: Waiting 18:14:58 4872d77fe225: Waiting 18:14:58 1469e6f7b9e6: Waiting 18:14:58 5851b861e8e6: Waiting 18:14:58 eaf3925da568: Waiting 18:14:58 e2be974225ed: Verifying Checksum 18:14:58 e2be974225ed: Download complete 18:14:58 988bab9f4d93: Download complete 18:14:58 339a4e72a1f5: Verifying Checksum 18:14:58 339a4e72a1f5: Download complete 18:14:58 1469e6f7b9e6: Verifying Checksum 18:14:58 1469e6f7b9e6: Download complete 18:14:58 eaf3925da568: Verifying Checksum 18:14:58 eaf3925da568: Download complete 18:14:58 bde34c3a00c8: Download complete 18:14:58 b352a97aabf1: Verifying Checksum 18:14:58 b352a97aabf1: Download complete 18:14:58 4872d77fe225: Verifying Checksum 18:14:58 4872d77fe225: Download complete 18:14:58 5851b861e8e6: Download complete 18:14:58 b85a868b505f: Verifying Checksum 18:14:58 b85a868b505f: Download complete 18:14:59 bab4dde63d76: Verifying Checksum 18:14:59 bab4dde63d76: Download complete 18:15:01 b85a868b505f: Pull complete 18:15:01 e2be974225ed: Pull complete 18:15:01 339a4e72a1f5: Pull complete 18:15:01 988bab9f4d93: Pull complete 18:15:02 1469e6f7b9e6: Pull complete 18:15:02 eaf3925da568: Pull complete 18:15:04 bab4dde63d76: Pull complete 18:15:04 bde34c3a00c8: Pull complete 18:15:05 b352a97aabf1: Pull complete 18:15:06 4872d77fe225: Pull complete 18:15:06 5851b861e8e6: Pull complete 18:15:06 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:15:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:06 prd-ubuntu20.04-docker-8c-8g-7423 does not seem to be running inside a container 18:15:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-545 -v /w/workspace/_app-service-configurable_PR-545:/w/workspace/_app-service-configurable_PR-545:rw,z -v /w/workspace/_app-service-configurable_PR-545@tmp:/w/workspace/_app-service-configurable_PR-545@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:15:11 $ docker top a5deb6d3576b09217bbcb4a9a29992765b2836e869b7c63a0e1e9eb215b14a7d -eo pid,comm 18:15:11 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). 18:15:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:15:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:15:11 [ssh-agent] Looking for ssh-agent implementation... 18:15:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:15:12 $ docker exec a5deb6d3576b09217bbcb4a9a29992765b2836e869b7c63a0e1e9eb215b14a7d ssh-agent 18:15:12 SSH_AUTH_SOCK=/tmp/ssh-bN9n9caCTXiT/agent.32 18:15:12 SSH_AGENT_PID=38 18:15:12 Running ssh-add (command line suppressed) 18:15:12 Identity added: /w/workspace/_app-service-configurable_PR-545@tmp/private_key_11370443157999745075.key (/w/workspace/_app-service-configurable_PR-545@tmp/private_key_11370443157999745075.key) 18:15:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:15:12 + git tag --points-at HEAD [Pipeline] } 18:15:12 $ docker exec --env ******** --env ******** a5deb6d3576b09217bbcb4a9a29992765b2836e869b7c63a0e1e9eb215b14a7d ssh-agent -k 18:15:12 unset SSH_AUTH_SOCK; 18:15:12 unset SSH_AGENT_PID; 18:15:12 echo Agent pid 38 killed; 18:15:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:15:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:15:12 [ssh-agent] Looking for ssh-agent implementation... 18:15:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:15:12 $ docker exec a5deb6d3576b09217bbcb4a9a29992765b2836e869b7c63a0e1e9eb215b14a7d ssh-agent 18:15:13 SSH_AUTH_SOCK=/tmp/ssh-ttk8qywxZXgH/agent.70 18:15:13 SSH_AGENT_PID=76 18:15:13 Running ssh-add (command line suppressed) 18:15:13 Identity added: /w/workspace/_app-service-configurable_PR-545@tmp/private_key_17565287415448344720.key (/w/workspace/_app-service-configurable_PR-545@tmp/private_key_17565287415448344720.key) 18:15:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:15:13 + git semver init 18:15:13 2023-04-11 18:15:13,641 [run_init] DEBUG init version:0.0.0 force:False 18:15:13 2023-04-11 18:15:13,641 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-545/.semver 18:15:13 2023-04-11 18:15:13,641 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-545/.semver 18:15:13 2023-04-11 18:15:13,642 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-545/.semver'], cwd=/w/workspace/_app-service-configurable_PR-545, universal_newlines=False, shell=None, istream=None) 18:15:14 2023-04-11 18:15:14,549 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-545/.git/info/exclude 18:15:14 2023-04-11 18:15:14,549 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-545/.semver/PR-545 with force:False 18:15:14 2023-04-11 18:15:14,549 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-545/.semver/PR-545 18:15:14 2023-04-11 18:15:14,552 [execute] INFO git cat-file --batch-check 18:15:14 2023-04-11 18:15:14,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-545/.semver, universal_newlines=False, shell=None, istream=) 18:15:14 2023-04-11 18:15:14,557 [execute] INFO git cat-file --batch 18:15:14 2023-04-11 18:15:14,557 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-545/.semver, universal_newlines=False, shell=None, istream=) 18:15:14 2023-04-11 18:15:14,562 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-545/.semver/PR-545 18:15:14 0.0.0 [Pipeline] } 18:15:14 $ docker exec --env ******** --env ******** a5deb6d3576b09217bbcb4a9a29992765b2836e869b7c63a0e1e9eb215b14a7d ssh-agent -k 18:15:14 unset SSH_AUTH_SOCK; 18:15:14 unset SSH_AGENT_PID; 18:15:14 echo Agent pid 76 killed; 18:15:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:15:15 + git semver [Pipeline] } 18:15:15 $ docker stop --time=1 a5deb6d3576b09217bbcb4a9a29992765b2836e869b7c63a0e1e9eb215b14a7d 18:15:16 $ docker rm -f --volumes a5deb6d3576b09217bbcb4a9a29992765b2836e869b7c63a0e1e9eb215b14a7d [Pipeline] // withDockerContainer [Pipeline] sh 18:15:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:15:17 Stashed 1 file(s) [Pipeline] echo 18:15:17 [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 18:15:18 provisioning config files... 18:15:18 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-545@tmp/config5343302501874330313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:15:18 ---> docker-login.sh 18:15:18 nexus3.edgexfoundry.org:10001 18:15:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:18 Configure a credential helper to remove this warning. See 18:15:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:18 18:15:18 Login Succeeded 18:15:18 nexus3.edgexfoundry.org:10002 18:15:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:18 Configure a credential helper to remove this warning. See 18:15:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:18 18:15:18 Login Succeeded 18:15:18 nexus3.edgexfoundry.org:10003 18:15:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:18 Configure a credential helper to remove this warning. See 18:15:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:18 18:15:18 Login Succeeded 18:15:18 nexus3.edgexfoundry.org:10004 18:15:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:18 Configure a credential helper to remove this warning. See 18:15:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:18 18:15:18 Login Succeeded 18:15:18 docker.io 18:15:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:19 Configure a credential helper to remove this warning. See 18:15:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:19 18:15:19 Login Succeeded 18:15:19 ---> docker-login.sh ends [Pipeline] } 18:15:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:15:19 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:15:19 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:15:19 ========================================================= 18:15:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:15:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:19 + 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 . 18:15:19 Sending build context to Docker daemon 3.316MB 18:15:19 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 18:15:19 Step 2/13 : FROM ${BASE} AS builder 18:15:19 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:15:19 213ec9aee27d: Pulling fs layer 18:15:19 4583459ba037: Pulling fs layer 18:15:19 93c1e223e6f2: Pulling fs layer 18:15:19 53926ce57604: Pulling fs layer 18:15:19 21b2b0c7a3f4: Pulling fs layer 18:15:19 22ff95d597cd: Pulling fs layer 18:15:19 12d6caf4c0d1: Pulling fs layer 18:15:19 96b7cbca73a9: Pulling fs layer 18:15:19 a7acece74701: Pulling fs layer 18:15:19 21b2b0c7a3f4: Waiting 18:15:19 53926ce57604: Waiting 18:15:19 22ff95d597cd: Waiting 18:15:19 12d6caf4c0d1: Waiting 18:15:19 96b7cbca73a9: Waiting 18:15:19 a7acece74701: Waiting 18:15:19 93c1e223e6f2: Download complete 18:15:20 4583459ba037: Download complete 18:15:20 21b2b0c7a3f4: Verifying Checksum 18:15:20 21b2b0c7a3f4: Download complete 18:15:20 213ec9aee27d: Verifying Checksum 18:15:20 213ec9aee27d: Download complete 18:15:20 22ff95d597cd: Verifying Checksum 18:15:20 22ff95d597cd: Download complete 18:15:20 12d6caf4c0d1: Download complete 18:15:20 213ec9aee27d: Pull complete 18:15:20 4583459ba037: Pull complete 18:15:20 93c1e223e6f2: Pull complete 18:15:20 a7acece74701: Verifying Checksum 18:15:20 a7acece74701: Download complete 18:15:20 53926ce57604: Verifying Checksum 18:15:20 53926ce57604: Download complete 18:15:21 96b7cbca73a9: Verifying Checksum 18:15:21 96b7cbca73a9: Download complete 18:15:26 53926ce57604: Pull complete 18:15:26 21b2b0c7a3f4: Pull complete 18:15:26 22ff95d597cd: Pull complete 18:15:27 12d6caf4c0d1: Pull complete 18:15:30 96b7cbca73a9: Pull complete 18:15:30 a7acece74701: Pull complete 18:15:30 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:15:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:15:30 ---> db6d94c90886 18:15:30 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:15:33 Still waiting to schedule task 18:15:33 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7422’ 18:15:38 ---> Running in 7074af23a424 18:15:38 Removing intermediate container 7074af23a424 18:15:38 ---> 584da4965e3a 18:15:38 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 18:15:38 ---> Running in 144a76c2c7da 18:15:39 Removing intermediate container 144a76c2c7da 18:15:39 ---> a424910d6085 18:15:39 Step 5/13 : ARG ADD_BUILD_TAGS="" 18:15:39 ---> Running in fedc2b8f8947 18:15:39 Removing intermediate container fedc2b8f8947 18:15:39 ---> 2068f53b2236 18:15:39 Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 18:15:39 ---> Running in 9081d4dc18ec 18:15:39 Removing intermediate container 9081d4dc18ec 18:15:39 ---> d9c32ad713cb 18:15:39 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:15:39 ---> Running in cf71c4854452 18:15:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:15:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:15:40 OK: 211 MiB in 51 packages 18:15:40 Removing intermediate container cf71c4854452 18:15:40 ---> 5002db028428 18:15:40 Step 8/13 : WORKDIR /app 18:15:40 ---> Running in 04f84e187c17 18:15:40 Removing intermediate container 04f84e187c17 18:15:40 ---> 3047c1218d89 18:15:40 Step 9/13 : COPY go.mod vendor* ./ 18:15:40 ---> 93d76fd40c00 18:15:40 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:15:40 ---> Running in 3f4933d28a9a 18:16:07 Removing intermediate container 3f4933d28a9a 18:16:07 ---> ab8026e9f8c7 18:16:07 Step 11/13 : COPY . . 18:16:07 ---> e4f24d20df13 18:16:07 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:16:07 ---> Running in 71df0199833c 18:16:07 Removing intermediate container 71df0199833c 18:16:07 ---> 5ee93756d8e5 18:16:07 Step 13/13 : RUN $MAKE 18:16:07 ---> Running in ffb2f584a112 18:16:07 noop 18:16:08 Removing intermediate container ffb2f584a112 18:16:08 ---> 93eabfeb6751 18:16:08 Successfully built 93eabfeb6751 18:16:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:08 + docker inspect -f . ci-base-image-x86_64 18:16:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:16:08 prd-ubuntu20.04-docker-8c-8g-7423 does not seem to be running inside a container 18:16:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-545 -v /w/workspace/_app-service-configurable_PR-545:/w/workspace/_app-service-configurable_PR-545:rw,z -v /w/workspace/_app-service-configurable_PR-545@tmp:/w/workspace/_app-service-configurable_PR-545@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:16:09 $ docker top e6fb8245d6eaa97320167edaebf6db855579dd85de96bbcfd7a3df31b6a54298 -eo pid,comm [Pipeline] { [Pipeline] sh 18:16:09 + go version 18:16:09 go version go1.18.7 linux/amd64 [Pipeline] } 18:16:09 $ docker stop --time=1 e6fb8245d6eaa97320167edaebf6db855579dd85de96bbcfd7a3df31b6a54298 18:16:11 $ docker rm -f --volumes e6fb8245d6eaa97320167edaebf6db855579dd85de96bbcfd7a3df31b6a54298 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:11 + docker inspect -f . ci-base-image-x86_64 18:16:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:16:12 prd-ubuntu20.04-docker-8c-8g-7423 does not seem to be running inside a container 18:16:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/_app-service-configurable_PR-545 -v /w/workspace/_app-service-configurable_PR-545:/w/workspace/_app-service-configurable_PR-545:rw,z -v /w/workspace/_app-service-configurable_PR-545@tmp:/w/workspace/_app-service-configurable_PR-545@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:16:12 $ docker top bdba35c6bda74b18db2cb62917004f46aec3b3cb99bd2c4416cfbbc42945465a -eo pid,comm [Pipeline] { [Pipeline] sh 18:16:13 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-545 [Pipeline] fileExists [Pipeline] sh 18:16:13 + make test 18:16:13 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:16:23 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:16:23 CGO_ENABLED=1 go vet ./... 18:16:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:16:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:16:26 ./bin/test-attribution-txt.sh [Pipeline] echo 18:16:26 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:16:26 $ docker stop --time=1 bdba35c6bda74b18db2cb62917004f46aec3b3cb99bd2c4416cfbbc42945465a 18:16:30 $ docker rm -f --volumes bdba35c6bda74b18db2cb62917004f46aec3b3cb99bd2c4416cfbbc42945465a [Pipeline] // withDockerContainer [Pipeline] sh 18:16:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:16:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:16:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:16:31 + ls -al . 18:16:31 total 184 18:16:31 drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 18:16 . 18:16:31 drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 18:14 .. 18:16:31 -rw-rw-r-- 1 jenkins jenkins 119 Apr 11 18:14 .dockerignore 18:16:31 drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 18:15 .git 18:16:31 drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 18:14 .github 18:16:31 -rw-rw-r-- 1 jenkins jenkins 171 Apr 11 18:14 .gitignore 18:16:31 drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 18:15 .semver 18:16:31 -rw-rw-r-- 1 jenkins jenkins 9207 Apr 11 18:14 Attribution.txt 18:16:31 -rw-rw-r-- 1 jenkins jenkins 29118 Apr 11 18:14 CHANGELOG.md 18:16:31 -rw-rw-r-- 1 jenkins jenkins 2058 Apr 11 18:14 Dockerfile 18:16:31 -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 18:14 GOVERNANCE.md 18:16:31 -rw-rw-r-- 1 jenkins jenkins 711 Apr 11 18:14 Jenkinsfile 18:16:31 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 11 18:14 LICENSE 18:16:31 -rw-rw-r-- 1 jenkins jenkins 618 Apr 11 18:14 OWNERS.md 18:16:31 -rw-rw-r-- 1 jenkins jenkins 4369 Apr 11 18:14 README.md 18:16:31 -rw-rw-r-- 1 jenkins jenkins 5 Apr 11 18:15 VERSION 18:16:31 drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 18:14 bin 18:16:31 -rw-r--r-- 1 jenkins jenkins 10 Apr 11 18:16 coverage.out 18:16:31 -rw-rw-r-- 1 jenkins jenkins 3401 Apr 11 18:14 go.mod 18:16:31 -rw-rw-r-- 1 jenkins jenkins 44275 Apr 11 18:14 go.sum 18:16:31 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 11 18:14 main.go 18:16:31 -rw-rw-r-- 1 jenkins jenkins 2185 Apr 11 18:14 makefile 18:16:31 drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 18:14 res 18:16:31 drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 18:14 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:32 + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d --label arch=amd64 --label version=0.0.0 . 18:16:32 Sending build context to Docker daemon 3.317MB 18:16:32 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 18:16:32 Step 2/27 : FROM ${BASE} AS builder 18:16:32 ---> 93eabfeb6751 18:16:32 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:16:32 ---> Running in c28e4a597bd4 18:16:32 Removing intermediate container c28e4a597bd4 18:16:32 ---> b73b50c3d35a 18:16:32 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:16:33 ---> Running in 6686779d8020 18:16:33 Removing intermediate container 6686779d8020 18:16:33 ---> a9dc44d55cfd 18:16:33 Step 5/27 : ARG ADD_BUILD_TAGS="" 18:16:33 ---> Running in 5533678e5182 18:16:33 Removing intermediate container 5533678e5182 18:16:33 ---> 769cfa22adf6 18:16:33 Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 18:16:33 ---> Running in 65b3b9f0061a 18:16:34 Removing intermediate container 65b3b9f0061a 18:16:34 ---> 64e571f7e620 18:16:34 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:16:34 ---> Running in 4b450e41e326 18:16:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:16:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:16:35 OK: 211 MiB in 51 packages 18:16:35 Removing intermediate container 4b450e41e326 18:16:35 ---> 5bb8acce9b09 18:16:35 Step 8/27 : WORKDIR /app 18:16:36 ---> Running in 763dbd639937 18:16:36 Removing intermediate container 763dbd639937 18:16:36 ---> 8ef370586339 18:16:36 Step 9/27 : COPY go.mod vendor* ./ 18:16:36 ---> 9dcea392616f 18:16:36 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:16:36 ---> Running in bddbc3c18290 18:16:38 Removing intermediate container bddbc3c18290 18:16:38 ---> 90045e7e327e 18:16:38 Step 11/27 : COPY . . 18:16:38 ---> 958bbe1dda13 18:16:38 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:16:38 ---> Running in e4e672333eab 18:16:39 Removing intermediate container e4e672333eab 18:16:39 ---> ca3083336605 18:16:39 Step 13/27 : RUN $MAKE 18:16:39 ---> Running in b007efa219ec 18:16:39 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.1-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 18:17:06 Removing intermediate container b007efa219ec 18:17:06 ---> 31dc92a16420 18:17:06 Step 14/27 : FROM alpine:3.16 18:17:06 3.16: Pulling from library/alpine 18:17:06 91d30c5bc195: Pulling fs layer 18:17:06 91d30c5bc195: Verifying Checksum 18:17:06 91d30c5bc195: Download complete 18:17:06 91d30c5bc195: Pull complete 18:17:06 Digest: sha256:c2b622f6e510a0d25bccaffa9e67b75a6860cb09b74bb58cfc36a9ef4331109f 18:17:06 Status: Downloaded newer image for alpine:3.16 18:17:06 ---> 8471affe5de5 18:17:06 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 18:17:06 ---> Running in f7652ce11c63 18:17:07 Removing intermediate container f7652ce11c63 18:17:07 ---> 0a00044333e4 18:17:07 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:17:07 ---> Running in 35a2b064cd9a 18:17:07 Removing intermediate container 35a2b064cd9a 18:17:07 ---> d7389c564d96 18:17:07 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:17:07 ---> Running in 7644d1058061 18:17:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:17:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:17:08 (1/7) Installing ca-certificates (20220614-r0) 18:17:08 (2/7) Installing dumb-init (1.2.5-r1) 18:17:08 (3/7) Installing libgcc (11.2.1_git20220219-r2) 18:17:08 (4/7) Installing libsodium (1.0.18-r0) 18:17:08 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 18:17:08 (6/7) Installing libzmq (4.3.4-r0) 18:17:08 (7/7) Installing zeromq (4.3.4-r0) 18:17:08 Executing busybox-1.35.0-r17.trigger 18:17:08 Executing ca-certificates-20220614-r0.trigger 18:17:08 OK: 9 MiB in 21 packages 18:17:09 Removing intermediate container 7644d1058061 18:17:09 ---> d33a952ee762 18:17:09 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:17:09 ---> 7d59e1d1c614 18:17:09 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:17:10 ---> 096d44d83bdc 18:17:10 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:17:10 ---> 8078cb971caa 18:17:10 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:17:11 ---> 94d454b5bb5f 18:17:11 Step 22/27 : EXPOSE 48095 18:17:11 ---> Running in 32ac2b9cb8a4 18:17:11 Removing intermediate container 32ac2b9cb8a4 18:17:11 ---> f959f29c5ab1 18:17:11 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:17:11 ---> Running in 03f7ba68684d 18:17:12 Removing intermediate container 03f7ba68684d 18:17:12 ---> 015f5e9983f5 18:17:12 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:17:12 ---> Running in 5b3cd458a5a4 18:17:12 Removing intermediate container 5b3cd458a5a4 18:17:12 ---> 81e1686197d9 18:17:12 Step 25/27 : LABEL arch=amd64 18:17:12 ---> Running in c46eb2bd4564 18:17:13 Removing intermediate container c46eb2bd4564 18:17:13 ---> bb3ac0fc49ec 18:17:13 Step 26/27 : LABEL git_sha=b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d 18:17:13 ---> Running in f146c54c31ab 18:17:13 Removing intermediate container f146c54c31ab 18:17:13 ---> b146ac6012d6 18:17:13 Step 27/27 : LABEL version=0.0.0 18:17:13 ---> Running in a96db7d37ebf 18:17:13 Removing intermediate container a96db7d37ebf 18:17:13 ---> 11358ed0bf6e 18:17:13 [Warning] One or more build-args [ARCH] were not consumed 18:17:13 Successfully built 11358ed0bf6e 18:17:13 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 18:17:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:17:14 18:17:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:17:14 latest: Pulling from edgex-lftools-log-publisher 18:17:14 5eb5b503b376: Pulling fs layer 18:17:14 5c69ac0246d0: Pulling fs layer 18:17:14 ec43610c2a17: Pulling fs layer 18:17:14 3a2ae6a8a46f: Pulling fs layer 18:17:14 33b1e0a273af: Pulling fs layer 18:17:14 5d3b04190fa2: Pulling fs layer 18:17:14 2f39f015ded8: Pulling fs layer 18:17:14 3a2ae6a8a46f: Waiting 18:17:14 33b1e0a273af: Waiting 18:17:14 5d3b04190fa2: Waiting 18:17:14 5c69ac0246d0: Verifying Checksum 18:17:14 5c69ac0246d0: Download complete 18:17:15 3a2ae6a8a46f: Download complete 18:17:15 ec43610c2a17: Verifying Checksum 18:17:15 ec43610c2a17: Download complete 18:17:15 33b1e0a273af: Verifying Checksum 18:17:15 33b1e0a273af: Download complete 18:17:15 5d3b04190fa2: Verifying Checksum 18:17:15 5d3b04190fa2: Download complete 18:17:15 5eb5b503b376: Verifying Checksum 18:17:15 5eb5b503b376: Download complete 18:17:15 2f39f015ded8: Download complete 18:17:16 5eb5b503b376: Pull complete 18:17:16 5c69ac0246d0: Pull complete 18:17:16 ec43610c2a17: Pull complete 18:17:17 3a2ae6a8a46f: Pull complete 18:17:17 33b1e0a273af: Pull complete 18:17:17 5d3b04190fa2: Pull complete 18:17:21 2f39f015ded8: Pull complete 18:17:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:17:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:17:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:17:21 prd-ubuntu20.04-docker-8c-8g-7423 does not seem to be running inside a container 18:17:21 $ 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-545 -v /w/workspace/_app-service-configurable_PR-545:/w/workspace/_app-service-configurable_PR-545:rw,z -v /w/workspace/_app-service-configurable_PR-545@tmp:/w/workspace/_app-service-configurable_PR-545@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:17:28 $ docker top 5f454044e1f554bd8a161fb019fdeef499e00ee6de4b0131d9713b931859cf3c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:17:28 ---> job-cost.sh 18:17:28 lf-activate-venv: SKIPPING 18:17:28 INFO: No Stack... 18:17:29 INFO: Retrieving Pricing Info for: v3-standard-8 18:17:29 INFO: Archiving Costs [Pipeline] sh 18:17:29 + cat /w/workspace/_app-service-configurable_PR-545/archives/cost.csv 18:17:29 + cut -d, -f6 [Pipeline] lock 18:17:29 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-545-1-stack-cost] 18:17:29 Resource [jenkins-edgexfoundry-app-service-configurable-PR-545-1-stack-cost] did not exist. Created. 18:17:29 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-545-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:17:30 + echo total: 0.2199999988079071 [Pipeline] stash 18:17:30 Stashed 1 file(s) [Pipeline] } 18:17:30 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-545-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:17:30 $ docker stop --time=1 5f454044e1f554bd8a161fb019fdeef499e00ee6de4b0131d9713b931859cf3c 18:17:31 $ docker rm -f --volumes 5f454044e1f554bd8a161fb019fdeef499e00ee6de4b0131d9713b931859cf3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:18:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7424 in /w/workspace/_app-service-configurable_PR-545 [Pipeline] { [Pipeline] ws 18:18:23 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 18:18:23 Selected Git installation does not exist. Using Default 18:18:23 The recommended git tool is: NONE 18:18:29 using credential edgex-jenkins-ssh 18:18:29 Cloning the remote Git repository 18:18:29 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:18:29 > git init /w/workspace/app-service-configurable/1 # timeout=10 18:18:30 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:18:30 > git --version # timeout=10 18:18:30 > git --version # 'git version 2.25.1' 18:18:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:18:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:18:31 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:18:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:18:32 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:18:32 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:18:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:18:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/545/head:refs/remotes/origin/PR-545 +refs/heads/levski:refs/remotes/origin/levski # timeout=10 18:18:33 Merging remotes/origin/levski commit c70686275db34aa3f66cc9d2651256089dd9de6c into PR head commit b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d 18:18:33 Merge succeeded, producing b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d 18:18:33 Checking out Revision b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d (PR-545) 18:18:33 Commit message: "fix: [levski] Make Compression functions thread safe" 18:18:33 > git --version # timeout=10 18:18:34 > git --version # 'git version 2.25.1' 18:18:34 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a 18:18:33 > git config core.sparsecheckout # timeout=10 18:18:33 > git checkout -f b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d # timeout=10 18:18:33 > git remote # timeout=10 18:18:33 > git config --get remote.origin.url # timeout=10 18:18:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:18:33 > git merge c70686275db34aa3f66cc9d2651256089dd9de6c # timeout=10 18:18:33 > git rev-parse HEAD^{commit} # timeout=10 18:18:33 > git config core.sparsecheckout # timeout=10 18:18:33 > git checkout -f b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:18:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:18:35 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:35 Dload Upload Total Spent Left Speed 18:18:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 207k 0 --:--:-- --:--:-- --:--:-- 207k [Pipeline] sh 18:18:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:18:36 + sudo tee /etc/docker/daemon.new 18:18:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:18:36 { 18:18:36 "registry-mirrors": [ 18:18:36 "https://nexus3.edgexfoundry.org:10001" 18:18:36 ], 18:18:36 "bip": "10.250.0.254/24", 18:18:36 "hosts": [ 18:18:36 "tcp://0.0.0.0:5555", 18:18:36 "unix:///var/run/docker.sock" 18:18:36 ], 18:18:36 "mtu": 1458, 18:18:36 "selinux-enabled": true, 18:18:36 "seccomp-profile": "/etc/docker/seccomp.json" 18:18:36 } [Pipeline] sh 18:18:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:18:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:18:55 provisioning config files... 18:18:55 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config12083223670699569866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:18:55 ---> docker-login.sh 18:18:55 nexus3.edgexfoundry.org:10001 18:18:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:56 Configure a credential helper to remove this warning. See 18:18:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:56 18:18:56 Login Succeeded 18:18:56 nexus3.edgexfoundry.org:10002 18:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:56 Configure a credential helper to remove this warning. See 18:18:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:56 18:18:56 Login Succeeded 18:18:56 nexus3.edgexfoundry.org:10003 18:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:57 Configure a credential helper to remove this warning. See 18:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:57 18:18:57 Login Succeeded 18:18:57 nexus3.edgexfoundry.org:10004 18:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:57 Configure a credential helper to remove this warning. See 18:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:57 18:18:57 Login Succeeded 18:18:57 docker.io 18:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:57 Configure a credential helper to remove this warning. See 18:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:57 18:18:57 Login Succeeded 18:18:57 ---> docker-login.sh ends [Pipeline] } 18:18:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:18:58 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:18:58 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:18:58 ========================================================= 18:18:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:18:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:58 + 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 . 18:19:01 Sending build context to Docker daemon 217.6kB 18:19:01 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 18:19:01 Step 2/13 : FROM ${BASE} AS builder 18:19:01 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:19:01 9b18e9b68314: Pulling fs layer 18:19:01 35d82f9e3411: Pulling fs layer 18:19:01 e16973657156: Pulling fs layer 18:19:01 fc693d55d65f: Pulling fs layer 18:19:01 7e9fc2657dce: Pulling fs layer 18:19:01 dda99020689f: Pulling fs layer 18:19:01 db1c61fa0a46: Pulling fs layer 18:19:01 891c053d2c06: Pulling fs layer 18:19:01 fc693d55d65f: Waiting 18:19:01 7e9fc2657dce: Waiting 18:19:01 dda99020689f: Waiting 18:19:01 db1c61fa0a46: Waiting 18:19:01 891c053d2c06: Waiting 18:19:01 e16973657156: Verifying Checksum 18:19:01 e16973657156: Download complete 18:19:01 35d82f9e3411: Verifying Checksum 18:19:01 35d82f9e3411: Download complete 18:19:01 7e9fc2657dce: Verifying Checksum 18:19:01 7e9fc2657dce: Download complete 18:19:01 dda99020689f: Verifying Checksum 18:19:01 dda99020689f: Download complete 18:19:01 9b18e9b68314: Verifying Checksum 18:19:01 9b18e9b68314: Download complete 18:19:02 9b18e9b68314: Pull complete 18:19:03 891c053d2c06: Verifying Checksum 18:19:03 891c053d2c06: Download complete 18:19:03 35d82f9e3411: Pull complete 18:19:03 e16973657156: Pull complete 18:19:04 db1c61fa0a46: Verifying Checksum 18:19:04 db1c61fa0a46: Download complete 18:19:04 fc693d55d65f: Verifying Checksum 18:19:04 fc693d55d65f: Download complete 18:19:17 fc693d55d65f: Pull complete 18:19:17 7e9fc2657dce: Pull complete 18:19:17 dda99020689f: Pull complete 18:19:23 db1c61fa0a46: Pull complete 18:19:24 891c053d2c06: Pull complete 18:19:24 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:19:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:19:24 ---> f96f9c87975a 18:19:24 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:19:25 ---> Running in cb516af5e25e 18:19:26 Removing intermediate container cb516af5e25e 18:19:26 ---> 6579a6bd09a2 18:19:26 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 18:19:26 ---> Running in 41ae2434f11e 18:19:26 Removing intermediate container 41ae2434f11e 18:19:26 ---> c2369066d13b 18:19:26 Step 5/13 : ARG ADD_BUILD_TAGS="" 18:19:26 ---> Running in f308422f43ce 18:19:26 Removing intermediate container f308422f43ce 18:19:26 ---> 67fa466d9776 18:19:26 Step 6/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 18:19:27 ---> Running in b5d02101f6a0 18:19:27 Removing intermediate container b5d02101f6a0 18:19:27 ---> b4ba225f8336 18:19:27 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:19:27 ---> Running in 9f43790943f3 18:19:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:19:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:19:29 OK: 221 MiB in 51 packages 18:19:30 Removing intermediate container 9f43790943f3 18:19:30 ---> 7486f49601fb 18:19:30 Step 8/13 : WORKDIR /app 18:19:30 ---> Running in 45c0054a4274 18:19:31 Removing intermediate container 45c0054a4274 18:19:31 ---> 451e2b4162a6 18:19:31 Step 9/13 : COPY go.mod vendor* ./ 18:19:31 ---> 6e6c5fe2cefb 18:19:31 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:31 ---> Running in eb85d2ce579b 18:20:28 Removing intermediate container eb85d2ce579b 18:20:28 ---> 90c672d5d0dc 18:20:28 Step 11/13 : COPY . . 18:20:28 ---> 6a1c55de7cf9 18:20:28 Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:20:28 ---> Running in 185f786951fe 18:20:28 Removing intermediate container 185f786951fe 18:20:28 ---> 9473a165a5f7 18:20:28 Step 13/13 : RUN $MAKE 18:20:28 ---> Running in 42827d6d68d7 18:20:29 noop 18:20:30 Removing intermediate container 42827d6d68d7 18:20:30 ---> ea7665b9b19d 18:20:30 Successfully built ea7665b9b19d 18:20:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:30 + docker inspect -f . ci-base-image-arm64 18:20:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:20:30 prd-ubuntu20.04-docker-arm64-4c-16g-7424 does not seem to be running inside a container 18:20: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 ******** -e ******** -e ******** ci-base-image-arm64 cat 18:20:32 $ docker top ce1312785a2c539eb2f71e37e5d333920be70acef208231309baee8372f6dce5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:33 + go version 18:20:33 go version go1.18.7 linux/arm64 [Pipeline] } 18:20:33 $ docker stop --time=1 ce1312785a2c539eb2f71e37e5d333920be70acef208231309baee8372f6dce5 18:20:34 $ docker rm -f --volumes ce1312785a2c539eb2f71e37e5d333920be70acef208231309baee8372f6dce5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:35 + docker inspect -f . ci-base-image-arm64 18:20:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:20:35 prd-ubuntu20.04-docker-arm64-4c-16g-7424 does not seem to be running inside a container 18:20:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:20:37 $ docker top 95e1860c64da9d8968f8fbbc9ffa0dbac55af705134fd9b8635f3a454de7ed97 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:38 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 18:20:38 + make test 18:20:38 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:22:00 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:22:00 CGO_ENABLED=1 go vet ./... 18:22:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:22:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:22:22 ./bin/test-attribution-txt.sh [Pipeline] echo 18:22:22 [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:22:22 $ docker stop --time=1 95e1860c64da9d8968f8fbbc9ffa0dbac55af705134fd9b8635f3a454de7ed97 18:22:24 $ docker rm -f --volumes 95e1860c64da9d8968f8fbbc9ffa0dbac55af705134fd9b8635f3a454de7ed97 [Pipeline] // withDockerContainer [Pipeline] sh 18:22:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:22:25 Warning: overwriting stash ‘coverage-report’ 18:22:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:22:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:22:27 + ls -al . 18:22:27 total 180 18:22:27 drwxrwxr-x 7 jenkins jenkins 4096 Apr 11 18:20 . 18:22:27 drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 18:18 .. 18:22:27 -rw-rw-r-- 1 jenkins jenkins 119 Apr 11 18:18 .dockerignore 18:22:27 drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 18:18 .git 18:22:27 drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 18:18 .github 18:22:27 -rw-rw-r-- 1 jenkins jenkins 171 Apr 11 18:18 .gitignore 18:22:27 -rw-rw-r-- 1 jenkins jenkins 9207 Apr 11 18:18 Attribution.txt 18:22:27 -rw-rw-r-- 1 jenkins jenkins 29118 Apr 11 18:18 CHANGELOG.md 18:22:27 -rw-rw-r-- 1 jenkins jenkins 2058 Apr 11 18:18 Dockerfile 18:22:27 -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 18:18 GOVERNANCE.md 18:22:27 -rw-rw-r-- 1 jenkins jenkins 711 Apr 11 18:18 Jenkinsfile 18:22:27 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 11 18:18 LICENSE 18:22:27 -rw-rw-r-- 1 jenkins jenkins 618 Apr 11 18:18 OWNERS.md 18:22:27 -rw-rw-r-- 1 jenkins jenkins 4369 Apr 11 18:18 README.md 18:22:27 -rw-rw-r-- 1 jenkins jenkins 5 Apr 11 18:15 VERSION 18:22:27 drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 18:18 bin 18:22:27 -rw-r--r-- 1 jenkins jenkins 10 Apr 11 18:20 coverage.out 18:22:27 -rw-rw-r-- 1 jenkins jenkins 3401 Apr 11 18:18 go.mod 18:22:27 -rw-rw-r-- 1 jenkins jenkins 44275 Apr 11 18:18 go.sum 18:22:27 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 11 18:18 main.go 18:22:27 -rw-rw-r-- 1 jenkins jenkins 2185 Apr 11 18:18 makefile 18:22:27 drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 18:18 res 18:22:27 drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 18:18 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:22:27 + 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=b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d --label arch=arm64 --label version=0.0.0 . 18:22:27 Sending build context to Docker daemon 218.6kB 18:22:27 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 18:22:27 Step 2/27 : FROM ${BASE} AS builder 18:22:27 ---> ea7665b9b19d 18:22:27 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:22:27 ---> Running in 98714a1524d2 18:22:27 Removing intermediate container 98714a1524d2 18:22:27 ---> f4881656a0fe 18:22:27 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:22:28 ---> Running in d009d086f3d6 18:22:28 Removing intermediate container d009d086f3d6 18:22:28 ---> 4376715360fb 18:22:28 Step 5/27 : ARG ADD_BUILD_TAGS="" 18:22:28 ---> Running in 2c8783a12519 18:22:28 Removing intermediate container 2c8783a12519 18:22:28 ---> 053b2f3da4e1 18:22:28 Step 6/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 18:22:28 ---> Running in 4bb90cd57aca 18:22:29 Removing intermediate container 4bb90cd57aca 18:22:29 ---> c5b7c2afe5bc 18:22:29 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:22:29 ---> Running in acf105362cb1 18:22:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:22:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:22:31 OK: 221 MiB in 51 packages 18:22:32 Removing intermediate container acf105362cb1 18:22:32 ---> ae1b3b5f6144 18:22:32 Step 8/27 : WORKDIR /app 18:22:32 ---> Running in be40688c5e0c 18:22:32 Removing intermediate container be40688c5e0c 18:22:32 ---> 4022311f7bc1 18:22:32 Step 9/27 : COPY go.mod vendor* ./ 18:22:32 ---> 8f371fdcb426 18:22:32 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:22:32 ---> Running in fd2cbda3f809 18:22:34 Removing intermediate container fd2cbda3f809 18:22:34 ---> 7175a7f59fcb 18:22:34 Step 11/27 : COPY . . 18:22:35 ---> e0e3006cc537 18:22:35 Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:22:35 ---> Running in 47ede79a91d1 18:22:35 Removing intermediate container 47ede79a91d1 18:22:35 ---> e813333c4a46 18:22:35 Step 13/27 : RUN $MAKE 18:22:36 ---> Running in 201e5eff748a 18:22:37 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.1-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 18:25:13 Removing intermediate container 201e5eff748a 18:25:13 ---> e0c3c5c3201f 18:25:13 Step 14/27 : FROM alpine:3.16 18:25:13 3.16: Pulling from library/alpine 18:25:13 547446be3368: Pulling fs layer 18:25:13 547446be3368: Verifying Checksum 18:25:13 547446be3368: Download complete 18:25:13 547446be3368: Pull complete 18:25:13 Digest: sha256:c2b622f6e510a0d25bccaffa9e67b75a6860cb09b74bb58cfc36a9ef4331109f 18:25:13 Status: Downloaded newer image for alpine:3.16 18:25:13 ---> 3b5033019969 18:25:13 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 18:25:13 ---> Running in 92b35c6b5ac2 18:25:13 Removing intermediate container 92b35c6b5ac2 18:25:13 ---> 9b34ed5cf5c1 18:25:13 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:25:13 ---> Running in 817e047739bc 18:25:13 Removing intermediate container 817e047739bc 18:25:13 ---> c9a752b3e968 18:25:13 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:25:13 ---> Running in 3b4ab43920e1 18:25:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:25:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:25:13 (1/7) Installing ca-certificates (20220614-r0) 18:25:13 (2/7) Installing dumb-init (1.2.5-r1) 18:25:13 (3/7) Installing libgcc (11.2.1_git20220219-r2) 18:25:13 (4/7) Installing libsodium (1.0.18-r0) 18:25:13 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 18:25:13 (6/7) Installing libzmq (4.3.4-r0) 18:25:13 (7/7) Installing zeromq (4.3.4-r0) 18:25:13 Executing busybox-1.35.0-r17.trigger 18:25:13 Executing ca-certificates-20220614-r0.trigger 18:25:13 OK: 9 MiB in 21 packages 18:25:13 Removing intermediate container 3b4ab43920e1 18:25:13 ---> 0947c1a0992a 18:25:13 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:25:13 ---> 673a3310032a 18:25:13 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:25:13 ---> 7e6ef27544fc 18:25:13 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:25:13 ---> 82bfb9646475 18:25:13 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:25:13 ---> a5a553d2aec0 18:25:13 Step 22/27 : EXPOSE 48095 18:25:13 ---> Running in 678d4864a0c8 18:25:14 Removing intermediate container 678d4864a0c8 18:25:14 ---> 68e4d90127c5 18:25:14 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:25:14 ---> Running in 430737daf02f 18:25:14 Removing intermediate container 430737daf02f 18:25:14 ---> a847d06e6d13 18:25:14 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:14 ---> Running in d2b261920576 18:25:14 Removing intermediate container d2b261920576 18:25:14 ---> 6c7732d18167 18:25:14 Step 25/27 : LABEL arch=arm64 18:25:14 ---> Running in 17a652c8dda8 18:25:15 Removing intermediate container 17a652c8dda8 18:25:15 ---> be9038f651d6 18:25:15 Step 26/27 : LABEL git_sha=b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d 18:25:15 ---> Running in 41057b3f666e 18:25:15 Removing intermediate container 41057b3f666e 18:25:15 ---> 5534c3758358 18:25:15 Step 27/27 : LABEL version=0.0.0 18:25:15 ---> Running in fe326bbc2782 18:25:15 Removing intermediate container fe326bbc2782 18:25:15 ---> 0c327113ba8d 18:25:15 [Warning] One or more build-args [ARCH] were not consumed 18:25:15 Successfully built 0c327113ba8d 18:25:15 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 18:25:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:25:16 18:25:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:25:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:25:17 arm64: Pulling from edgex-lftools-log-publisher 18:25:17 8998bd30e6a1: Pulling fs layer 18:25:17 04944245beec: Pulling fs layer 18:25:17 699f458cf7ca: Pulling fs layer 18:25:17 765212b225bb: Pulling fs layer 18:25:17 f23df028b6ca: Pulling fs layer 18:25:17 d65c8cfc05b1: Pulling fs layer 18:25:17 2437ff75d9bd: Pulling fs layer 18:25:17 765212b225bb: Waiting 18:25:17 f23df028b6ca: Waiting 18:25:17 d65c8cfc05b1: Waiting 18:25:17 2437ff75d9bd: Waiting 18:25:17 04944245beec: Verifying Checksum 18:25:17 04944245beec: Download complete 18:25:17 765212b225bb: Verifying Checksum 18:25:17 765212b225bb: Download complete 18:25:17 f23df028b6ca: Verifying Checksum 18:25:17 f23df028b6ca: Download complete 18:25:17 d65c8cfc05b1: Verifying Checksum 18:25:17 d65c8cfc05b1: Download complete 18:25:17 699f458cf7ca: Verifying Checksum 18:25:17 699f458cf7ca: Download complete 18:25:17 8998bd30e6a1: Download complete 18:25:19 2437ff75d9bd: Verifying Checksum 18:25:19 2437ff75d9bd: Download complete 18:25:21 8998bd30e6a1: Pull complete 18:25:22 04944245beec: Pull complete 18:25:23 699f458cf7ca: Pull complete 18:25:23 765212b225bb: Pull complete 18:25:24 f23df028b6ca: Pull complete 18:25:24 d65c8cfc05b1: Pull complete 18:25:39 2437ff75d9bd: Pull complete 18:25:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:25:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:25:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:25:39 prd-ubuntu20.04-docker-arm64-4c-16g-7424 does not seem to be running inside a container 18:25:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:25:43 $ docker top 4c4a42236b688864c471f57a8c6938386bfc1ad6ae85a15e39e7b0a0fe4aed76 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:25:44 ---> job-cost.sh 18:25:44 lf-activate-venv: SKIPPING 18:25:44 INFO: No Stack... 18:25:44 INFO: Retrieving Pricing Info for: v3-standard-4 18:25:45 INFO: Archiving Costs [Pipeline] sh 18:25:45 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 18:25:45 + cut -d, -f6 [Pipeline] lock 18:25:45 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-545-1-stack-cost] 18:25:45 Resource [jenkins-edgexfoundry-app-service-configurable-PR-545-1-stack-cost] did not exist. Created. 18:25:45 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-545-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:25:46 /w/workspace/app-service-configurable/1@tmp/durable-e43cd8d5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:25:46 + echo total: 0.10999999940395355 [Pipeline] stash 18:25:46 Warning: overwriting stash ‘stack-cost’ 18:25:46 Stashed 1 file(s) [Pipeline] } 18:25:46 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-545-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:25:46 $ docker stop --time=1 4c4a42236b688864c471f57a8c6938386bfc1ad6ae85a15e39e7b0a0fe4aed76 18:25:48 $ docker rm -f --volumes 4c4a42236b688864c471f57a8c6938386bfc1ad6ae85a15e39e7b0a0fe4aed76 [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 18:25:49 provisioning config files... 18:25:49 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-545@tmp/config4591608653584391045tmp [Pipeline] { [Pipeline] sh 18:25:49 + set +x 18:25:49 + bash -s -- 18:25:49 + curl -s https://codecov.io/bash 18:25:49 18:25:49 _____ _ 18:25:49 / ____| | | 18:25:49 | | ___ __| | ___ ___ _____ __ 18:25:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:25:49 | |___| (_) | (_| | __/ (_| (_) \ V / 18:25:49 \_____\___/ \__,_|\___|\___\___/ \_/ 18:25:49 Bash-1.0.6 18:25:49 18:25:49 18:25:49 ==> git version 2.25.1 found 18:25:49 ==> 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 18:25:49 Release-Date: 2020-01-08 18:25:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:25:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:25:49 ==> Jenkins CI detected. 18:25:49 current dir:  /w/workspace/_app-service-configurable_PR-545 18:25:49 project root: . 18:25:49 --> token set from env 18:25:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:25:49 ==> Running gcov in . (disable via -X gcov) 18:25:49 ==> Python coveragepy not found 18:25:49 ==> Searching for coverage reports in: 18:25:49 + . 18:25:49 -> Found 1 reports 18:25:49 ==> Detecting git/mercurial file structure 18:25:49 ==> Reading reports 18:25:49 + ./coverage.out bytes=10 18:25:49 ==> Appending adjustments 18:25:49 https://docs.codecov.io/docs/fixing-reports 18:25:49 + Found adjustments 18:25:49 ==> Gzipping contents 18:25:49 4.0K /tmp/codecov.MQrAqj.gz 18:25:49 ==> Uploading reports 18:25:49 url: https://codecov.io 18:25:49 query: branch=PR-545&commit=b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-545%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=545&job=&cmd_args= 18:25:49 -> Pinging Codecov 18:25:49 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-545&commit=b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-545%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=545&job=&cmd_args= 18:25:49 -> Uploading to 18:25:49 https://storage.googleapis.com/codecov/v4/raw/2023-04-11/A97CA9966030D2A3747ED39772930CCE/b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d/02a37263-f96d-4e8d-8316-0444e7e618db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230411%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230411T182549Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=05a7f0051fb982d3553b8c703d40f93105a8f609a9613e6c6d68927451265d0c 18:25:49 % Total % Received % Xferd Average Speed Time Time Time Current 18:25:49 Dload Upload Total Spent Left Speed 18:25:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 1916 --:--:-- --:--:-- --:--:-- 1916 18:25:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/b5ac4f9d03aebcb6d17fcef9becb7c6f0334897d [Pipeline] } 18:25:50 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 18:25:51 + [ -d /w/workspace/_app-service-configurable_PR-545/archives ] 18:25:51 + ls -al /w/workspace/_app-service-configurable_PR-545/archives 18:25:51 total 16 18:25:51 drwxr-xr-x 3 root root 4096 Apr 11 18:17 . 18:25:51 drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 18:17 .. 18:25:51 drwxr-xr-x 2 root root 4096 Apr 11 18:17 cost 18:25:51 -rw-r--r-- 1 root root 96 Apr 11 18:17 cost.csv 18:25:51 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-545/archives 18:25:51 + ls -al /w/workspace/_app-service-configurable_PR-545/archives 18:25:51 total 16 18:25:51 drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 18:17 . 18:25:51 drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 18:17 .. 18:25:51 drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 18:17 cost 18:25:51 -rw-r--r-- 1 jenkins jenkins 96 Apr 11 18:17 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:25:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:25:53 ---> package-listing.sh 18:25:53 ++ facter osfamily 18:25:53 ++ tr '[:upper:]' '[:lower:]' 18:25:53 + OS_FAMILY=debian 18:25:53 + workspace=/w/workspace/_app-service-configurable_PR-545 18:25:53 + START_PACKAGES=/tmp/packages_start.txt 18:25:53 + END_PACKAGES=/tmp/packages_end.txt 18:25:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:25:53 + PACKAGES=/tmp/packages_start.txt 18:25:53 + '[' /w/workspace/_app-service-configurable_PR-545 ']' 18:25:53 + PACKAGES=/tmp/packages_end.txt 18:25:53 + case "${OS_FAMILY}" in 18:25:53 + dpkg -l 18:25:53 + grep '^ii' 18:25:53 + '[' -f /tmp/packages_start.txt ']' 18:25:53 + '[' -f /tmp/packages_end.txt ']' 18:25:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:25:53 + '[' /w/workspace/_app-service-configurable_PR-545 ']' 18:25:53 + mkdir -p /w/workspace/_app-service-configurable_PR-545/archives/ 18:25:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-545/archives/ [Pipeline] echo 18:25:53 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-545/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:25:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:25:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:25:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:25:54 prd-ubuntu20.04-docker-8c-8g-7423 does not seem to be running inside a container 18:25:54 $ 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-545/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-545 -v /w/workspace/_app-service-configurable_PR-545:/w/workspace/_app-service-configurable_PR-545:rw,z -v /w/workspace/_app-service-configurable_PR-545@tmp:/w/workspace/_app-service-configurable_PR-545@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 18:25:54 $ docker top 3432737c606dbb5a6b6aa862bfd303e35488e656facb28665f9895507afad411 -eo pid,comm [Pipeline] { [Pipeline] sh 18:25:55 + touch /tmp/pre-build-complete [Pipeline] sh 18:25:55 + mkdir -p /var/log/sysstat [Pipeline] sh 18:25:55 + ls /var/log/sa-host 18:25:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:25:55 provisioning config files... 18:25:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-545@tmp/config17725127150805606083tmp [Pipeline] { [Pipeline] echo 18:25:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:25:56 ---> create-netrc.sh [Pipeline] } 18:25:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:25:56 ---> python-tools-install.sh [Pipeline] echo 18:25:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:25:57 ---> sudo-logs.sh 18:25:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:25:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:25:57 ---> job-cost.sh 18:25:57 lf-activate-venv: SKIPPING 18:25:57 DEBUG: total: 0.2199999988079071 18:25:57 INFO: Retrieving Stack Cost... 18:25:57 INFO: Retrieving Pricing Info for: v3-standard-8 18:25:58 INFO: Archiving Costs [Pipeline] echo 18:25:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:25:58 ---> logs-deploy.sh 18:25:58 lf-activate-venv: SKIPPING 18:25:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-545/1 18:25:58 INFO: archiving workspace using pattern(s): 18:25:59 Archives upload complete. 18:25:59 INFO: archiving logs to Nexus 18:26:00 ---> uname -a: 18:26:00 Linux prd-ubuntu20-04-docker-8c-8g-7423 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:26:00 18:26:00 18:26:00 ---> lscpu: 18:26:00 Architecture: x86_64 18:26:00 CPU op-mode(s): 32-bit, 64-bit 18:26:00 Byte Order: Little Endian 18:26:00 Address sizes: 40 bits physical, 48 bits virtual 18:26:00 CPU(s): 8 18:26:00 On-line CPU(s) list: 0-7 18:26:00 Thread(s) per core: 1 18:26:00 Core(s) per socket: 1 18:26:00 Socket(s): 8 18:26:00 NUMA node(s): 1 18:26:00 Vendor ID: AuthenticAMD 18:26:00 CPU family: 23 18:26:00 Model: 49 18:26:00 Model name: AMD EPYC-Rome Processor 18:26:00 Stepping: 0 18:26:00 CPU MHz: 2800.000 18:26:00 BogoMIPS: 5600.00 18:26:00 Virtualization: AMD-V 18:26:00 Hypervisor vendor: KVM 18:26:00 Virtualization type: full 18:26:00 L1d cache: 256 KiB 18:26:00 L1i cache: 256 KiB 18:26:00 L2 cache: 4 MiB 18:26:00 L3 cache: 128 MiB 18:26:00 NUMA node0 CPU(s): 0-7 18:26:00 Vulnerability Itlb multihit: Not affected 18:26:00 Vulnerability L1tf: Not affected 18:26:00 Vulnerability Mds: Not affected 18:26:00 Vulnerability Meltdown: Not affected 18:26:00 Vulnerability Mmio stale data: Not affected 18:26:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:26:00 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:26:00 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:26:00 Vulnerability Srbds: Not affected 18:26:00 Vulnerability Tsx async abort: Not affected 18:26:00 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 18:26:00 18:26:00 18:26:00 ---> nproc: 18:26:00 8 18:26:00 18:26:00 18:26:00 ---> df -h: 18:26:00 Filesystem Size Used Avail Use% Mounted on 18:26:00 overlay 155G 12G 144G 8% / 18:26:00 tmpfs 64M 0 64M 0% /dev 18:26:00 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:26:00 shm 64M 0 64M 0% /dev/shm 18:26:00 /dev/vda1 155G 12G 144G 8% /facter-os 18:26:00 18:26:00 18:26:00 ---> sar -b -r -n DEV: 18:26:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7423) 04/11/23 _x86_64_ (8 CPU) 18:26:00 18:26:00 18:14:03 LINUX RESTART (8 CPU) 18:26:00 18:26:00 18:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:26:00 18:16:01 165.71 4.28 161.42 0.00 428.46 143211.60 0.00 18:26:00 18:17:01 128.65 0.20 128.45 0.00 12.00 26226.83 0.00 18:26:00 18:18:01 103.40 0.05 103.35 0.00 6.93 26773.61 0.00 18:26:00 18:19:01 2.40 0.00 2.40 0.00 0.00 29.47 0.00 18:26:00 18:20:01 58.31 11.60 46.72 0.00 5175.87 8820.53 0.00 18:26:00 18:21:01 4.12 0.02 4.10 0.00 0.13 97.58 0.00 18:26:00 18:22:01 1.40 0.00 1.40 0.00 0.00 14.80 0.00 18:26:00 18:23:01 1.68 0.00 1.68 0.00 0.00 17.46 0.00 18:26:00 18:24:01 1.37 0.00 1.37 0.00 0.00 15.19 0.00 18:26:00 18:25:01 2.13 0.00 2.13 0.00 0.00 22.80 0.00 18:26:00 Average: 46.91 1.61 45.30 0.00 562.38 20521.87 0.00 18:26:00 18:26:00 18:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:26:00 18:16:01 28039208 31606364 696568 2.12 135876 3600872 1853360 5.46 1127532 3238788 285956 18:26:00 18:17:01 28119748 31561428 740720 2.25 140224 3498152 2041428 6.02 1202564 3105236 190144 18:26:00 18:18:01 27799872 31587876 711972 2.17 151028 3792584 1764584 5.20 1196984 3387736 368 18:26:00 18:19:01 27799168 31587224 712428 2.17 151056 3792584 1764584 5.20 1197304 3387740 16 18:26:00 18:20:01 27283116 31576324 706652 2.15 184608 4248828 1821620 5.37 1511088 3555160 24 18:26:00 18:21:01 27287000 31575464 707036 2.15 183184 4245568 1783732 5.26 1510548 3551940 12 18:26:00 18:22:01 27289764 31578284 704128 2.14 183256 4245580 1783732 5.26 1508320 3551940 8 18:26:00 18:23:01 27290072 31578652 703712 2.14 183304 4245580 1783732 5.26 1508376 3551944 12 18:26:00 18:24:01 27289712 31578304 704168 2.14 183348 4245576 1783732 5.26 1508440 3551948 4 18:26:00 18:25:01 27290080 31578796 703620 2.14 183424 4245580 1783732 5.26 1508680 3551948 16 18:26:00 Average: 27548774 31580872 709100 2.16 167931 4016090 1816424 5.35 1377984 3443438 47656 18:26:00 18:26:00 18:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:26:00 18:16:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 18:26:00 18:16:01 docker0 157.59 270.79 12.77 1811.29 0.00 0.00 0.00 0.00 18:26:00 18:16:01 ens3 453.44 265.34 5845.58 39.39 0.00 0.00 0.00 0.00 18:26:00 18:17:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 18:26:00 18:17:01 docker0 1.38 3.27 0.08 40.53 0.00 0.00 0.00 0.00 18:26:00 18:17:01 ens3 47.96 39.99 80.80 87.19 0.00 0.00 0.00 0.00 18:26:00 18:18:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 18:26:00 18:18:01 docker0 2.65 5.30 0.18 60.63 0.00 0.00 0.00 0.00 18:26:00 18:18:01 ens3 120.78 73.13 2635.58 14.86 0.00 0.00 0.00 0.00 18:26:00 18:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:26:00 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:19:01 ens3 0.55 0.50 0.30 0.22 0.00 0.00 0.00 0.00 18:26:00 18:20:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 18:26:00 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:20:01 ens3 206.03 111.20 2808.56 7.80 0.00 0.00 0.00 0.00 18:26:00 18:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:26:00 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:21:01 ens3 2.12 1.82 7.64 0.13 0.00 0.00 0.00 0.00 18:26:00 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:22:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:26:00 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:23:01 ens3 0.28 0.12 0.02 0.01 0.00 0.00 0.00 0.00 18:26:00 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:24:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:26:00 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:00 18:25:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 18:26:00 Average: lo 0.63 0.63 0.06 0.06 0.00 0.00 0.00 0.00 18:26:00 Average: docker0 16.16 27.93 1.30 191.23 0.00 0.00 0.00 0.00 18:26:00 Average: ens3 83.15 49.23 1137.85 14.97 0.00 0.00 0.00 0.00 18:26:00 18:26:00 18:26:00 ---> sar -P ALL: 18:26:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7423) 04/11/23 _x86_64_ (8 CPU) 18:26:00 18:26:00 18:14:03 LINUX RESTART (8 CPU) 18:26:00 18:26:00 18:15:01 CPU %user %nice %system %iowait %steal %idle 18:26:00 18:16:01 all 7.52 0.00 3.42 8.10 0.07 80.90 18:26:00 18:16:01 0 9.53 0.00 4.23 3.72 0.05 82.47 18:26:00 18:16:01 1 6.77 0.00 3.19 1.24 0.07 88.72 18:26:00 18:16:01 2 7.66 0.00 4.42 25.74 0.08 62.10 18:26:00 18:16:01 3 6.97 0.00 2.56 5.75 0.07 84.65 18:26:00 18:16:01 4 7.19 0.00 3.53 3.21 0.05 86.03 18:26:00 18:16:01 5 8.68 0.00 2.92 4.02 0.07 84.32 18:26:00 18:16:01 6 6.87 0.00 2.55 9.81 0.05 80.72 18:26:00 18:16:01 7 6.50 0.00 3.96 11.34 0.08 78.11 18:26:00 18:17:01 all 28.84 0.00 6.11 3.94 0.09 61.02 18:26:00 18:17:01 0 28.17 0.00 5.61 5.34 0.08 60.79 18:26:00 18:17:01 1 29.28 0.00 6.63 1.01 0.07 63.01 18:26:00 18:17:01 2 29.45 0.00 6.51 10.83 0.10 53.12 18:26:00 18:17:01 3 27.32 0.00 5.53 0.76 0.07 66.32 18:26:00 18:17:01 4 29.90 0.00 6.38 9.83 0.10 53.78 18:26:00 18:17:01 5 29.91 0.00 6.29 0.57 0.10 63.13 18:26:00 18:17:01 6 27.01 0.00 5.81 0.37 0.08 66.73 18:26:00 18:17:01 7 29.67 0.00 6.14 2.86 0.08 61.25 18:26:00 18:18:01 all 2.82 0.00 1.34 3.38 0.03 92.42 18:26:00 18:18:01 0 3.52 0.00 1.27 5.53 0.03 89.65 18:26:00 18:18:01 1 2.64 0.00 1.53 9.88 0.03 85.93 18:26:00 18:18:01 2 2.90 0.00 1.12 1.12 0.02 94.83 18:26:00 18:18:01 3 1.73 0.00 2.14 0.42 0.02 95.70 18:26:00 18:18:01 4 2.86 0.00 1.15 9.56 0.03 86.39 18:26:00 18:18:01 5 4.18 0.00 1.28 0.42 0.03 94.09 18:26:00 18:18:01 6 1.86 0.00 1.12 0.00 0.03 96.99 18:26:00 18:18:01 7 2.90 0.00 1.14 0.15 0.05 95.76 18:26:00 18:19:01 all 0.17 0.00 0.01 0.01 0.01 99.79 18:26:00 18:19:01 0 0.07 0.00 0.05 0.00 0.03 99.85 18:26:00 18:19:01 1 0.02 0.00 0.00 0.03 0.02 99.93 18:26:00 18:19:01 2 0.02 0.00 0.02 0.02 0.02 99.93 18:26:00 18:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:26:00 18:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:26:00 18:19:01 5 1.21 0.00 0.00 0.00 0.02 98.78 18:26:00 18:19:01 6 0.02 0.00 0.00 0.02 0.00 99.97 18:26:00 18:19:01 7 0.05 0.00 0.03 0.00 0.00 99.92 18:26:00 18:20:01 all 2.20 0.00 1.38 0.77 0.03 95.62 18:26:00 18:20:01 0 1.70 0.00 2.36 1.64 0.03 94.27 18:26:00 18:20:01 1 3.12 0.00 1.23 0.08 0.02 95.55 18:26:00 18:20:01 2 3.56 0.00 1.09 1.74 0.05 93.57 18:26:00 18:20:01 3 1.95 0.00 1.35 0.77 0.05 95.88 18:26:00 18:20:01 4 0.97 0.00 2.05 0.03 0.02 96.93 18:26:00 18:20:01 5 2.21 0.00 1.07 0.43 0.03 96.25 18:26:00 18:20:01 6 1.93 0.00 0.78 0.05 0.02 97.22 18:26:00 18:20:01 7 2.18 0.00 1.07 1.46 0.03 95.26 18:26:00 18:21:01 all 0.08 0.00 0.04 0.01 0.01 99.87 18:26:00 18:21:01 0 0.08 0.00 0.03 0.05 0.00 99.83 18:26:00 18:21:01 1 0.05 0.00 0.03 0.00 0.02 99.90 18:26:00 18:21:01 2 0.30 0.00 0.07 0.02 0.03 99.58 18:26:00 18:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:26:00 18:21:01 4 0.00 0.00 0.05 0.00 0.00 99.95 18:26:00 18:21:01 5 0.07 0.00 0.02 0.00 0.00 99.92 18:26:00 18:21:01 6 0.05 0.00 0.05 0.00 0.00 99.90 18:26:00 18:21:01 7 0.03 0.00 0.05 0.02 0.00 99.90 18:26:00 18:22:01 all 0.08 0.00 0.01 0.01 0.01 99.89 18:26:00 18:22:01 0 0.55 0.00 0.08 0.05 0.02 99.30 18:26:00 18:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:26:00 18:22:01 2 0.03 0.00 0.03 0.02 0.03 99.88 18:26:00 18:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:26:00 18:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:26:00 18:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 18:26:00 18:22:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:26:00 18:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:26:00 18:23:01 all 0.26 0.00 0.01 0.00 0.01 99.71 18:26:00 18:23:01 0 1.99 0.00 0.02 0.02 0.02 97.96 18:26:00 18:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:26:00 18:23:01 2 0.03 0.00 0.03 0.00 0.03 99.90 18:26:00 18:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:26:00 18:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:26:00 18:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:26:00 18:23:01 6 0.02 0.00 0.03 0.02 0.00 99.93 18:26:00 18:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:26:00 18:24:01 all 0.26 0.00 0.01 0.02 0.01 99.69 18:26:00 18:24:01 0 1.99 0.00 0.02 0.11 0.02 97.87 18:26:00 18:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:26:00 18:24:01 2 0.03 0.00 0.02 0.00 0.03 99.92 18:26:00 18:24:01 3 0.00 0.00 0.00 0.02 0.02 99.97 18:26:00 18:24:01 4 0.02 0.00 0.03 0.02 0.02 99.92 18:26:00 18:24:01 5 0.02 0.00 0.00 0.02 0.02 99.95 18:26:00 18:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:26:00 18:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:26:00 18:25:01 all 0.28 0.00 0.01 0.01 0.01 99.69 18:26:00 18:25:01 0 1.97 0.00 0.02 0.03 0.02 97.96 18:26:00 18:25:01 1 0.02 0.00 0.03 0.00 0.02 99.93 18:26:00 18:25:01 2 0.03 0.00 0.02 0.00 0.03 99.92 18:26:00 18:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:26:00 18:25:01 4 0.15 0.00 0.00 0.00 0.00 99.85 18:26:00 18:25:01 5 0.02 0.00 0.00 0.00 0.02 99.97 18:26:00 18:25:01 6 0.02 0.00 0.02 0.02 0.02 99.93 18:26:00 18:25:01 7 0.00 0.00 0.02 0.00 0.02 99.97 18:26:00 Average: all 4.21 0.00 1.23 1.61 0.03 92.92 18:26:00 Average: 0 4.91 0.00 1.35 1.63 0.03 92.07 18:26:00 Average: 1 4.16 0.00 1.26 1.22 0.03 93.33 18:26:00 Average: 2 4.36 0.00 1.32 3.91 0.04 90.37 18:26:00 Average: 3 3.76 0.00 1.15 0.76 0.02 94.30 18:26:00 Average: 4 4.06 0.00 1.31 2.25 0.02 92.36 18:26:00 Average: 5 4.59 0.00 1.15 0.54 0.03 93.69 18:26:00 Average: 6 3.75 0.00 1.03 1.02 0.02 94.17 18:26:00 Average: 7 4.09 0.00 1.23 1.57 0.03 93.08 18:26:00 18:26:00 18:26:00