Pull request #476 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b8b71b431702edb4f3e0707e77fba28f737d0cf6+a73b250e7ad45321f8771bc89bfbc43dfba8ea06 (712b83b01329ca98421e595c2213a52896768699) 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-ssh14860784417115831076.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh14509197396293121498.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-476/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-476/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16263293185023582615.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-476/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1358817641999813070.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15769366820028994086.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-476/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-476/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh858131189643487265.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8681 in /w/workspace/_app-service-configurable_PR-476 [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-476 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit a73b250e7ad45321f8771bc89bfbc43dfba8ea06 into PR head commit b8b71b431702edb4f3e0707e77fba28f737d0cf6 Merge succeeded, producing b8b71b431702edb4f3e0707e77fba28f737d0cf6 Checking out Revision b8b71b431702edb4f3e0707e77fba28f737d0cf6 (PR-476) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/476/head:refs/remotes/origin/PR-476 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8b71b431702edb4f3e0707e77fba28f737d0cf6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge a73b250e7ad45321f8771bc89bfbc43dfba8ea06 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8b71b431702edb4f3e0707e77fba28f737d0cf6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:04:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:04:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:04:56 ========================================================= 12:04:56 EdgeX Global Pipelines Version Info 12:04:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:04:57 ------------------- 12:04:57 stable info: 12:04:57 ------------------- 12:04:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:04:57 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 12:04:57 Message: update stable to v1.0.243 12:04:58 ------------------- 12:04:58 experimental info: 12:04:58 ------------------- 12:04:58 Commited By: **** collab-it+edgex@linuxfoundation.org 12:04:58 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 12:04:58 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-476 [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-476 [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-476 [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b8b71b4 [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:04:59 provisioning config files... 12:04:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-476@tmp/config14259395271231981407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:05:00 ---> docker-login.sh 12:05:00 nexus3.edgexfoundry.org:10001 12:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:01 Configure a credential helper to remove this warning. See 12:05:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:01 12:05:01 Login Succeeded 12:05:01 nexus3.edgexfoundry.org:10002 12:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:01 Configure a credential helper to remove this warning. See 12:05:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:01 12:05:01 Login Succeeded 12:05:01 nexus3.edgexfoundry.org:10003 12:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:01 Configure a credential helper to remove this warning. See 12:05:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:01 12:05:01 Login Succeeded 12:05:01 nexus3.edgexfoundry.org:10004 12:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:01 Configure a credential helper to remove this warning. See 12:05:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:01 12:05:01 Login Succeeded 12:05:01 docker.io 12:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:02 Configure a credential helper to remove this warning. See 12:05:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:02 12:05:02 Login Succeeded 12:05:02 ---> docker-login.sh ends [Pipeline] } 12:05:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:05:03 + git rev-list -1 --merges b8b71b431702edb4f3e0707e77fba28f737d0cf6~1..b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] echo 12:05:03 -----------> git rev-list -1 --merges b8b71b431702edb4f3e0707e77fba28f737d0cf6~1..b8b71b431702edb4f3e0707e77fba28f737d0cf6 b8b71b431702edb4f3e0707e77fba28f737d0cf6 [false] [Pipeline] sh 12:05:03 + git log --format=format:%s -1 b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] echo 12:05:03 ========================================================= 12:05:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:05:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:05:03 + git log --format=format:%s -1 b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] echo 12:05:03 [semverPrep] GIT_COMMIT: b8b71b431702edb4f3e0707e77fba28f737d0cf6, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 12:05:03 [semverPrep] This is not a build commit. [Pipeline] sh 12:05:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:05:04 + grep -v github /etc/ssh/ssh_known_hosts 12:05:04 + [ -e /tmp/ssh_known_hosts ] 12:05:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:05:04 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:05:04 sudo tee -a /etc/ssh/ssh_known_hosts 12:05:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:05:04 12:05:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:05:05 0.1.4: Pulling from edgex-devops/py-git-semver 12:05:05 b85a868b505f: Pulling fs layer 12:05:05 e2be974225ed: Pulling fs layer 12:05:05 339a4e72a1f5: Pulling fs layer 12:05:05 988bab9f4d93: Pulling fs layer 12:05:05 1469e6f7b9e6: Pulling fs layer 12:05:05 eaf3925da568: Pulling fs layer 12:05:05 bab4dde63d76: Pulling fs layer 12:05:05 bde34c3a00c8: Pulling fs layer 12:05:05 b352a97aabf1: Pulling fs layer 12:05:05 4872d77fe225: Pulling fs layer 12:05:05 5851b861e8e6: Pulling fs layer 12:05:05 988bab9f4d93: Waiting 12:05:05 1469e6f7b9e6: Waiting 12:05:05 b352a97aabf1: Waiting 12:05:05 4872d77fe225: Waiting 12:05:05 eaf3925da568: Waiting 12:05:05 bab4dde63d76: Waiting 12:05:05 bde34c3a00c8: Waiting 12:05:05 5851b861e8e6: Waiting 12:05:05 e2be974225ed: Download complete 12:05:05 988bab9f4d93: Verifying Checksum 12:05:05 988bab9f4d93: Download complete 12:05:06 1469e6f7b9e6: Verifying Checksum 12:05:06 1469e6f7b9e6: Download complete 12:05:06 339a4e72a1f5: Verifying Checksum 12:05:06 339a4e72a1f5: Download complete 12:05:06 eaf3925da568: Download complete 12:05:06 bde34c3a00c8: Verifying Checksum 12:05:06 bde34c3a00c8: Download complete 12:05:06 b352a97aabf1: Verifying Checksum 12:05:06 b352a97aabf1: Download complete 12:05:06 4872d77fe225: Verifying Checksum 12:05:06 4872d77fe225: Download complete 12:05:06 5851b861e8e6: Download complete 12:05:06 b85a868b505f: Verifying Checksum 12:05:06 b85a868b505f: Download complete 12:05:06 bab4dde63d76: Verifying Checksum 12:05:06 bab4dde63d76: Download complete 12:05:08 b85a868b505f: Pull complete 12:05:08 e2be974225ed: Pull complete 12:05:10 339a4e72a1f5: Pull complete 12:05:10 988bab9f4d93: Pull complete 12:05:11 1469e6f7b9e6: Pull complete 12:05:11 eaf3925da568: Pull complete 12:05:14 bab4dde63d76: Pull complete 12:05:14 bde34c3a00c8: Pull complete 12:05:15 b352a97aabf1: Pull complete 12:05:16 4872d77fe225: Pull complete 12:05:17 5851b861e8e6: Pull complete 12:05:17 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:05:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:05:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:17 prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container 12:05:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:05:26 $ docker top 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f -eo pid,comm 12:05:26 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 12:05:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:05:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:05:26 [ssh-agent] Looking for ssh-agent implementation... 12:05:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:05:27 $ docker exec 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f ssh-agent 12:05:27 SSH_AUTH_SOCK=/tmp/ssh-06ue7dyKKmuw/agent.14 12:05:27 SSH_AGENT_PID=20 12:05:27 Running ssh-add (command line suppressed) 12:05:27 Identity added: /w/workspace/_app-service-configurable_PR-476@tmp/private_key_9317493483341486729.key (/w/workspace/_app-service-configurable_PR-476@tmp/private_key_9317493483341486729.key) 12:05:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:05:27 + git tag --points-at HEAD [Pipeline] } 12:05:27 $ docker exec --env ******** --env ******** 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f ssh-agent -k 12:05:27 unset SSH_AUTH_SOCK; 12:05:27 unset SSH_AGENT_PID; 12:05:27 echo Agent pid 20 killed; 12:05:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:05:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:05:28 [ssh-agent] Looking for ssh-agent implementation... 12:05:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:05:28 $ docker exec 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f ssh-agent 12:05:28 SSH_AUTH_SOCK=/tmp/ssh-HBcc6T4uRQ9h/agent.51 12:05:28 SSH_AGENT_PID=57 12:05:28 Running ssh-add (command line suppressed) 12:05:28 Identity added: /w/workspace/_app-service-configurable_PR-476@tmp/private_key_4348584747272146069.key (/w/workspace/_app-service-configurable_PR-476@tmp/private_key_4348584747272146069.key) 12:05:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:05:28 + git semver init 12:05:29 2022-10-20 12:05:28,954 [run_init] DEBUG init version:0.0.0 force:False 12:05:29 2022-10-20 12:05:28,954 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-476/.semver 12:05:29 2022-10-20 12:05:28,955 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-476/.semver 12:05:29 2022-10-20 12:05:28,955 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-476/.semver'], cwd=/w/workspace/_app-service-configurable_PR-476, universal_newlines=False, shell=None, istream=None) 12:05:30 2022-10-20 12:05:30,551 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-476/.git/info/exclude 12:05:30 2022-10-20 12:05:30,552 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-476/.semver/PR-476 with force:False 12:05:30 2022-10-20 12:05:30,552 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-476/.semver/PR-476 12:05:30 2022-10-20 12:05:30,557 [execute] INFO git cat-file --batch-check 12:05:30 2022-10-20 12:05:30,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-476/.semver, universal_newlines=False, shell=None, istream=) 12:05:30 2022-10-20 12:05:30,564 [execute] INFO git cat-file --batch 12:05:30 2022-10-20 12:05:30,564 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-476/.semver, universal_newlines=False, shell=None, istream=) 12:05:30 2022-10-20 12:05:30,568 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-476/.semver/PR-476 12:05:30 0.0.0 [Pipeline] } 12:05:30 $ docker exec --env ******** --env ******** 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f ssh-agent -k 12:05:31 unset SSH_AUTH_SOCK; 12:05:31 unset SSH_AGENT_PID; 12:05:31 echo Agent pid 57 killed; 12:05:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:05:31 + git semver [Pipeline] } 12:05:31 $ docker stop --time=1 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f 12:05:33 $ docker rm -f 90bd0bd2d5f18e0cd68b09bcb977c8bec1dfd7a35cc14281d6e649d5d2032d0f [Pipeline] // withDockerContainer [Pipeline] sh 12:05:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:05:34 Stashed 1 file(s) [Pipeline] echo 12:05:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:05:35 provisioning config files... 12:05:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-476@tmp/config10818678038941386797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:05:35 ---> docker-login.sh 12:05:35 nexus3.edgexfoundry.org:10001 12:05:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:35 Configure a credential helper to remove this warning. See 12:05:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:35 12:05:35 Login Succeeded 12:05:35 nexus3.edgexfoundry.org:10002 12:05:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:36 Configure a credential helper to remove this warning. See 12:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:36 12:05:36 Login Succeeded 12:05:36 nexus3.edgexfoundry.org:10003 12:05:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:36 Configure a credential helper to remove this warning. See 12:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:36 12:05:36 Login Succeeded 12:05:36 nexus3.edgexfoundry.org:10004 12:05:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:36 Configure a credential helper to remove this warning. See 12:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:36 12:05:36 Login Succeeded 12:05:36 docker.io 12:05:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:36 Configure a credential helper to remove this warning. See 12:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:36 12:05:36 Login Succeeded 12:05:36 ---> docker-login.sh ends [Pipeline] } 12:05:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:05:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:05:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:05:36 ========================================================= 12:05:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 12:05:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:37 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 12:05:37 Sending build context to Docker daemon 3.147MB 12:05:37 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:05:37 Step 2/14 : FROM ${BASE} AS builder 12:05:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 12:05:37 213ec9aee27d: Pulling fs layer 12:05:37 4583459ba037: Pulling fs layer 12:05:37 93c1e223e6f2: Pulling fs layer 12:05:37 53926ce57604: Pulling fs layer 12:05:37 21b2b0c7a3f4: Pulling fs layer 12:05:37 30f14e443154: Pulling fs layer 12:05:37 801331c1e519: Pulling fs layer 12:05:37 99cc6dd402b0: Pulling fs layer 12:05:37 7d9ed39f4882: Pulling fs layer 12:05:37 53926ce57604: Waiting 12:05:37 21b2b0c7a3f4: Waiting 12:05:37 30f14e443154: Waiting 12:05:37 801331c1e519: Waiting 12:05:37 99cc6dd402b0: Waiting 12:05:37 7d9ed39f4882: Waiting 12:05:37 93c1e223e6f2: Verifying Checksum 12:05:37 93c1e223e6f2: Download complete 12:05:37 4583459ba037: Verifying Checksum 12:05:37 4583459ba037: Download complete 12:05:37 21b2b0c7a3f4: Verifying Checksum 12:05:37 21b2b0c7a3f4: Download complete 12:05:37 30f14e443154: Verifying Checksum 12:05:37 30f14e443154: Download complete 12:05:37 213ec9aee27d: Download complete 12:05:37 801331c1e519: Verifying Checksum 12:05:37 801331c1e519: Download complete 12:05:38 213ec9aee27d: Pull complete 12:05:38 7d9ed39f4882: Verifying Checksum 12:05:38 7d9ed39f4882: Download complete 12:05:38 53926ce57604: Verifying Checksum 12:05:38 53926ce57604: Download complete 12:05:38 4583459ba037: Pull complete 12:05:38 99cc6dd402b0: Verifying Checksum 12:05:38 99cc6dd402b0: Download complete 12:05:39 93c1e223e6f2: Pull complete 12:05:44 53926ce57604: Pull complete 12:05:44 21b2b0c7a3f4: Pull complete 12:05:45 30f14e443154: Pull complete 12:05:46 801331c1e519: Pull complete 12:05:49 99cc6dd402b0: Pull complete 12:05:50 Still waiting to schedule task 12:05:50 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:05:50 7d9ed39f4882: Pull complete 12:05:51 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 12:05:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:05:51 ---> 1dedd983c030 12:05:51 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:06:09 ---> Running in 81d573783e12 12:06:09 Removing intermediate container 81d573783e12 12:06:09 ---> fe93c80898a2 12:06:09 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:06:09 ---> Running in 722a7c60b3a9 12:06:10 Removing intermediate container 722a7c60b3a9 12:06:10 ---> 6dbf965ed195 12:06:10 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:06:10 ---> Running in 08d3ffd197e4 12:06:11 Removing intermediate container 08d3ffd197e4 12:06:11 ---> 1cb1decd66ef 12:06:11 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:06:11 ---> Running in 857293a8a6bb 12:06:11 Removing intermediate container 857293a8a6bb 12:06:11 ---> b99872e1e8bb 12:06:11 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:06:12 ---> Running in c8ae79746567 12:06:14 Removing intermediate container c8ae79746567 12:06:14 ---> 0ecffe3a3e01 12:06:14 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:06:14 ---> Running in 62f1e04231b4 12:06:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:06:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:06:16 OK: 211 MiB in 51 packages 12:06:18 Removing intermediate container 62f1e04231b4 12:06:18 ---> f11dcd9ac2e3 12:06:18 Step 9/14 : WORKDIR /app 12:06:18 ---> Running in e47eb563818f 12:06:19 Removing intermediate container e47eb563818f 12:06:19 ---> d4fc2aec9676 12:06:19 Step 10/14 : COPY go.mod vendor* ./ 12:06:19 ---> 39f2d070571b 12:06:19 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:06:19 ---> Running in 3027dad7708d 12:07:06 Removing intermediate container 3027dad7708d 12:07:06 ---> f6d3302dea64 12:07:06 Step 12/14 : COPY . . 12:07:06 ---> 91dd7e9945e5 12:07:06 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:07:06 ---> Running in 46b2f2157e80 12:07:06 Removing intermediate container 46b2f2157e80 12:07:06 ---> 817a8c1a9f70 12:07:06 Step 14/14 : RUN $MAKE 12:07:07 ---> Running in 70f6bbea57d8 12:07:07 noop 12:07:08 Removing intermediate container 70f6bbea57d8 12:07:08 ---> c3d10d9f6451 12:07:08 Successfully built c3d10d9f6451 12:07:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:07:09 + docker inspect -f . ci-base-image-x86_64 12:07:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:07:09 prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container 12:07:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:07:10 $ docker top 0edba87d34e2aaa41fafb78da13406d929c05985cd8d99d8ea8b4be23c916fe4 -eo pid,comm [Pipeline] { [Pipeline] sh 12:07:11 + go version 12:07:11 go version go1.18.7 linux/amd64 [Pipeline] } 12:07:11 $ docker stop --time=1 0edba87d34e2aaa41fafb78da13406d929c05985cd8d99d8ea8b4be23c916fe4 12:07:13 $ docker rm -f 0edba87d34e2aaa41fafb78da13406d929c05985cd8d99d8ea8b4be23c916fe4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:07:14 + docker inspect -f . ci-base-image-x86_64 12:07:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:07:14 prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container 12:07:14 $ 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-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:07:15 $ docker top a2453f97d558663bbbc9e2eb69835bd04a01664f7cdb804c7fbc932107e5b3e3 -eo pid,comm [Pipeline] { [Pipeline] sh 12:07:15 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-476 [Pipeline] fileExists [Pipeline] sh 12:07:15 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8682 in /w/workspace/_app-service-configurable_PR-476 [Pipeline] { [Pipeline] ws 12:07:15 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:07:16 Selected Git installation does not exist. Using Default 12:07:16 The recommended git tool is: NONE 12:07:16 + make test 12:07:16 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:07:21 using credential edgex-jenkins-ssh 12:07:21 Cloning the remote Git repository 12:07:21 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:07:21 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:07:21 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:07:21 > git --version # timeout=10 12:07:21 > git --version # 'git version 2.25.1' 12:07:21 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:21 Verifying host key using known hosts file 12:07:21 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:07:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:22 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:07:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:24 Merging remotes/origin/main commit a73b250e7ad45321f8771bc89bfbc43dfba8ea06 into PR head commit b8b71b431702edb4f3e0707e77fba28f737d0cf6 12:07:24 Merge succeeded, producing b8b71b431702edb4f3e0707e77fba28f737d0cf6 12:07:24 Checking out Revision b8b71b431702edb4f3e0707e77fba28f737d0cf6 (PR-476) 12:07:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:07:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:07:23 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:23 Verifying host key using known hosts file 12:07:23 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:07:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/476/head:refs/remotes/origin/PR-476 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:07:24 > git config core.sparsecheckout # timeout=10 12:07:24 > git checkout -f b8b71b431702edb4f3e0707e77fba28f737d0cf6 # timeout=10 12:07:24 > git remote # timeout=10 12:07:24 > git config --get remote.origin.url # timeout=10 12:07:24 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:24 Verifying host key using known hosts file 12:07:24 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:07:24 > git merge a73b250e7ad45321f8771bc89bfbc43dfba8ea06 # timeout=10 12:07:24 > git rev-parse HEAD^{commit} # timeout=10 12:07:24 > git config core.sparsecheckout # timeout=10 12:07:24 > git checkout -f b8b71b431702edb4f3e0707e77fba28f737d0cf6 # timeout=10 12:07:24 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:07:24 > git --version # timeout=10 12:07:25 > git --version # 'git version 2.25.1' 12:07:25 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:07:26 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:07:26 CGO_ENABLED=1 go vet ./... 12:07:26 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:07:26 % Total % Received % Xferd Average Speed Time Time Time Current 12:07:26 Dload Upload Total Spent Left Speed 12:07:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 89375 0 --:--:-- --:--:-- --:--:-- 90014 [Pipeline] sh 12:07:26 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:07:27 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:07:27 + sudo tee /etc/docker/daemon.new 12:07:27 { 12:07:27 "registry-mirrors": [ 12:07:27 "https://nexus3.edgexfoundry.org:10001" 12:07:27 ], 12:07:27 "bip": "10.250.0.254/24", 12:07:27 "hosts": [ 12:07:27 "tcp://0.0.0.0:5555", 12:07:27 "unix:///var/run/docker.sock" 12:07:27 ], 12:07:27 "mtu": 1458, 12:07:27 "selinux-enabled": true, 12:07:27 "seccomp-profile": "/etc/docker/seccomp.json" 12:07:27 } [Pipeline] sh 12:07:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:07:27 + sudo service docker restart 12:07:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:07:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:07:29 ./bin/test-attribution-txt.sh [Pipeline] echo 12:07:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:07:29 $ docker stop --time=1 a2453f97d558663bbbc9e2eb69835bd04a01664f7cdb804c7fbc932107e5b3e3 12:07:34 $ docker rm -f a2453f97d558663bbbc9e2eb69835bd04a01664f7cdb804c7fbc932107e5b3e3 [Pipeline] // withDockerContainer [Pipeline] sh 12:07:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:07:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:07:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:07:36 + ls -al . 12:07:36 total 176 12:07:36 drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 12:07 . 12:07:36 drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 12:04 .. 12:07:36 -rw-rw-r-- 1 jenkins jenkins 119 Oct 20 12:04 .dockerignore 12:07:36 drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 12:05 .git 12:07:36 drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 12:04 .github 12:07:36 -rw-rw-r-- 1 jenkins jenkins 171 Oct 20 12:04 .gitignore 12:07:36 drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 12:05 .semver 12:07:36 -rw-rw-r-- 1 jenkins jenkins 9207 Oct 20 12:04 Attribution.txt 12:07:36 -rw-rw-r-- 1 jenkins jenkins 27269 Oct 20 12:04 CHANGELOG.md 12:07:36 -rw-rw-r-- 1 jenkins jenkins 2146 Oct 20 12:04 Dockerfile 12:07:36 -rw-rw-r-- 1 jenkins jenkins 677 Oct 20 12:04 GOVERNANCE.md 12:07:36 -rw-rw-r-- 1 jenkins jenkins 688 Oct 20 12:04 Jenkinsfile 12:07:36 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 20 12:04 LICENSE 12:07:36 -rw-rw-r-- 1 jenkins jenkins 618 Oct 20 12:04 OWNERS.md 12:07:36 -rw-rw-r-- 1 jenkins jenkins 4369 Oct 20 12:04 README.md 12:07:36 -rw-rw-r-- 1 jenkins jenkins 5 Oct 20 12:05 VERSION 12:07:36 drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 12:04 bin 12:07:36 -rw-r--r-- 1 jenkins jenkins 10 Oct 20 12:07 coverage.out 12:07:36 -rw-rw-r-- 1 jenkins jenkins 3455 Oct 20 12:04 go.mod 12:07:36 -rw-rw-r-- 1 jenkins jenkins 37340 Oct 20 12:04 go.sum 12:07:36 -rw-rw-r-- 1 jenkins jenkins 1949 Oct 20 12:04 main.go 12:07:36 -rw-rw-r-- 1 jenkins jenkins 2185 Oct 20 12:04 makefile 12:07:36 drwxrwxr-x 10 jenkins jenkins 4096 Oct 20 12:04 res 12:07:36 drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 12:04 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:07:36 + 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=b8b71b431702edb4f3e0707e77fba28f737d0cf6 --label arch=amd64 --label version=0.0.0 . 12:07:36 Sending build context to Docker daemon 3.148MB 12:07:36 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:07:36 Step 2/28 : FROM ${BASE} AS builder 12:07:36 ---> c3d10d9f6451 12:07:36 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:07:37 ---> Running in d0136a7d31bf 12:07:37 Removing intermediate container d0136a7d31bf 12:07:37 ---> 12d83bb7d9b8 12:07:37 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:07:37 ---> Running in ded49d27156e 12:07:38 Removing intermediate container ded49d27156e 12:07:38 ---> bd1f0e5b1e95 12:07:38 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:07:38 ---> Running in 578a0f730ca1 12:07:39 Removing intermediate container 578a0f730ca1 12:07:39 ---> 5371466d91c2 12:07:39 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:07:39 ---> Running in d4feb18dd867 12:07:40 Removing intermediate container d4feb18dd867 12:07:40 ---> 5479d36cf823 12:07:40 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:07:40 ---> Running in c53f524ee2a9 12:07:42 Removing intermediate container c53f524ee2a9 12:07:42 ---> 661d1f32ea30 12:07:42 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:07:42 ---> Running in 5458c82a666b 12:07:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:07:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:07:44 OK: 211 MiB in 51 packages 12:07:45 Removing intermediate container 5458c82a666b 12:07:45 ---> 39fe3a5c9302 12:07:45 Step 9/28 : WORKDIR /app 12:07:45 ---> Running in 583d0555e444 12:07:45 Removing intermediate container 583d0555e444 12:07:45 ---> e4db0e67b20c 12:07:45 Step 10/28 : COPY go.mod vendor* ./ 12:07:45 ---> f893232cfa8d 12:07:45 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:07:45 ---> Running in 796cc250ce0b [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:07:46 provisioning config files... 12:07:46 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config18060535698700526512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:07:46 Removing intermediate container 796cc250ce0b 12:07:46 ---> 31d50c18c6c3 12:07:46 Step 12/28 : COPY . . 12:07:46 ---> docker-login.sh 12:07:46 nexus3.edgexfoundry.org:10001 12:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:47 Configure a credential helper to remove this warning. See 12:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:47 12:07:47 Login Succeeded 12:07:47 nexus3.edgexfoundry.org:10002 12:07:47 ---> b4a879689c07 12:07:47 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:07:47 ---> Running in 881210b80052 12:07:47 Removing intermediate container 881210b80052 12:07:47 ---> 12c63dcb0c84 12:07:47 Step 14/28 : RUN $MAKE 12:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:47 ---> Running in 2cd6db6e3332 12:07:47 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.49 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:47 Configure a credential helper to remove this warning. See 12:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:47 12:07:47 Login Succeeded 12:07:47 nexus3.edgexfoundry.org:10003 12:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:47 Configure a credential helper to remove this warning. See 12:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:47 12:07:47 Login Succeeded 12:07:47 nexus3.edgexfoundry.org:10004 12:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:48 Configure a credential helper to remove this warning. See 12:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:48 12:07:48 Login Succeeded 12:07:48 docker.io 12:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:49 Configure a credential helper to remove this warning. See 12:07:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:49 12:07:49 Login Succeeded 12:07:49 ---> docker-login.sh ends [Pipeline] } 12:07:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:07:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:07:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:07:49 ========================================================= 12:07:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 12:07:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:07:49 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 12:07:49 Sending build context to Docker daemon 207.4kB 12:07:50 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:07:50 Step 2/14 : FROM ${BASE} AS builder 12:07:50 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:07:50 9b18e9b68314: Pulling fs layer 12:07:50 d32db5db7311: Pulling fs layer 12:07:50 d0c4b47475fc: Pulling fs layer 12:07:50 5831b945b038: Pulling fs layer 12:07:50 86bbec2aaacd: Pulling fs layer 12:07:50 e10730c5d714: Pulling fs layer 12:07:50 5dd5c2283517: Pulling fs layer 12:07:50 d5ac0230b979: Pulling fs layer 12:07:50 86bbec2aaacd: Waiting 12:07:50 5dd5c2283517: Waiting 12:07:50 e10730c5d714: Waiting 12:07:50 d5ac0230b979: Waiting 12:07:50 5831b945b038: Waiting 12:07:50 d0c4b47475fc: Verifying Checksum 12:07:50 d0c4b47475fc: Download complete 12:07:50 d32db5db7311: Download complete 12:07:50 86bbec2aaacd: Verifying Checksum 12:07:50 86bbec2aaacd: Download complete 12:07:50 e10730c5d714: Verifying Checksum 12:07:50 e10730c5d714: Download complete 12:07:50 9b18e9b68314: Download complete 12:07:51 9b18e9b68314: Pull complete 12:07:51 d5ac0230b979: Verifying Checksum 12:07:51 d5ac0230b979: Download complete 12:07:52 d32db5db7311: Pull complete 12:07:52 d0c4b47475fc: Pull complete 12:07:52 5dd5c2283517: Verifying Checksum 12:07:52 5dd5c2283517: Download complete 12:07:53 5831b945b038: Verifying Checksum 12:07:53 5831b945b038: Download complete 12:08:05 5831b945b038: Pull complete 12:08:05 86bbec2aaacd: Pull complete 12:08:05 e10730c5d714: Pull complete 12:08:12 5dd5c2283517: Pull complete 12:08:14 d5ac0230b979: Pull complete 12:08:14 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 12:08:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:08:14 ---> 59b3b1a385d4 12:08:14 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:08:15 ---> Running in d6946a62899c 12:08:15 Removing intermediate container d6946a62899c 12:08:15 ---> 8a11bd5c2124 12:08:15 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:08:15 ---> Running in 4334ad0782da 12:08:16 Removing intermediate container 4334ad0782da 12:08:16 ---> be561b176976 12:08:16 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:08:16 ---> Running in 6f035eb119cd 12:08:16 Removing intermediate container 6f035eb119cd 12:08:16 ---> 057ba040570e 12:08:16 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:08:16 ---> Running in 6663e81f4996 12:08:17 Removing intermediate container 6663e81f4996 12:08:17 ---> e500a69cebc5 12:08:17 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:08:17 ---> Running in 33ab42215cb2 12:08:19 Removing intermediate container 33ab42215cb2 12:08:19 ---> d0fc75ca43e2 12:08:19 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:08:19 ---> Running in 11ddee2fe402 12:08:19 Removing intermediate container 2cd6db6e3332 12:08:19 ---> 899e980e31d9 12:08:19 Step 15/28 : FROM alpine:3.16 12:08:19 3.16: Pulling from library/alpine 12:08:19 213ec9aee27d: Already exists 12:08:19 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:08:19 Status: Downloaded newer image for alpine:3.16 12:08:19 ---> 9c6f07244728 12:08:19 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:08:19 ---> Running in 6367e15ba58c 12:08:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:08:20 Removing intermediate container 6367e15ba58c 12:08:20 ---> bccabc68cac4 12:08:20 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:08:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:08:20 ---> Running in 3a23f9e152de 12:08:21 OK: 221 MiB in 51 packages 12:08:21 Removing intermediate container 3a23f9e152de 12:08:21 ---> de37288b6076 12:08:21 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:08:22 ---> Running in 94efa8e96f33 12:08:22 Removing intermediate container 11ddee2fe402 12:08:22 ---> f4769ee35c1b 12:08:22 Step 9/14 : WORKDIR /app 12:08:22 ---> Running in 39cfefffbd09 12:08:22 Removing intermediate container 39cfefffbd09 12:08:22 ---> 665c2777b255 12:08:22 Step 10/14 : COPY go.mod vendor* ./ 12:08:23 ---> 14bfc8fe94a2 12:08:23 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:08:23 ---> Running in cf6723067333 12:08:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:08:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:08:23 (1/7) Installing ca-certificates (20220614-r0) 12:08:23 (2/7) Installing dumb-init (1.2.5-r1) 12:08:23 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:08:23 (4/7) Installing libsodium (1.0.18-r0) 12:08:24 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:08:24 (6/7) Installing libzmq (4.3.4-r0) 12:08:24 (7/7) Installing zeromq (4.3.4-r0) 12:08:24 Executing busybox-1.35.0-r17.trigger 12:08:24 Executing ca-certificates-20220614-r0.trigger 12:08:24 OK: 9 MiB in 21 packages 12:08:26 Removing intermediate container 94efa8e96f33 12:08:26 ---> a3b73c29bc16 12:08:26 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:08:27 ---> 3ff22fa59485 12:08:27 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:08:28 ---> 86c33278c83c 12:08:28 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:08:29 ---> eac5829f07a2 12:08:29 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:08:30 ---> 2ec0366a93a7 12:08:30 Step 23/28 : EXPOSE 48095 12:08:30 ---> Running in 080172836f22 12:08:31 Removing intermediate container 080172836f22 12:08:31 ---> 6dfa2a5f7eaf 12:08:31 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:08:31 ---> Running in fb525447c2cc 12:08:32 Removing intermediate container fb525447c2cc 12:08:32 ---> 9a5b59d899a3 12:08:32 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:08:32 ---> Running in 49ca27e2f8fb 12:08:32 Removing intermediate container 49ca27e2f8fb 12:08:32 ---> 51c5f5c67f0b 12:08:32 Step 26/28 : LABEL arch=amd64 12:08:32 ---> Running in 4b36ad2775e3 12:08:33 Removing intermediate container 4b36ad2775e3 12:08:33 ---> 29c852d538cf 12:08:33 Step 27/28 : LABEL git_sha=b8b71b431702edb4f3e0707e77fba28f737d0cf6 12:08:33 ---> Running in b3d1e0427df2 12:08:33 Removing intermediate container b3d1e0427df2 12:08:33 ---> 82c2bd682bdc 12:08:33 Step 28/28 : LABEL version=0.0.0 12:08:33 ---> Running in f4c31a5ce04e 12:08:34 Removing intermediate container f4c31a5ce04e 12:08:34 ---> b1cec694cb96 12:08:34 [Warning] One or more build-args [ARCH] were not consumed 12:08:34 Successfully built b1cec694cb96 12:08:34 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:08:35 12:08:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:08:35 latest: Pulling from edgex-lftools-log-publisher 12:08:35 5eb5b503b376: Pulling fs layer 12:08:35 5c69ac0246d0: Pulling fs layer 12:08:35 ec43610c2a17: Pulling fs layer 12:08:35 3a2ae6a8a46f: Pulling fs layer 12:08:35 33b1e0a273af: Pulling fs layer 12:08:35 5d3b04190fa2: Pulling fs layer 12:08:35 2f39f015ded8: Pulling fs layer 12:08:35 3a2ae6a8a46f: Waiting 12:08:35 5d3b04190fa2: Waiting 12:08:35 33b1e0a273af: Waiting 12:08:35 2f39f015ded8: Waiting 12:08:35 5c69ac0246d0: Verifying Checksum 12:08:35 5c69ac0246d0: Download complete 12:08:36 3a2ae6a8a46f: Verifying Checksum 12:08:36 3a2ae6a8a46f: Download complete 12:08:36 33b1e0a273af: Verifying Checksum 12:08:36 33b1e0a273af: Download complete 12:08:36 ec43610c2a17: Verifying Checksum 12:08:36 ec43610c2a17: Download complete 12:08:36 5d3b04190fa2: Verifying Checksum 12:08:36 5d3b04190fa2: Download complete 12:08:36 5eb5b503b376: Verifying Checksum 12:08:36 5eb5b503b376: Download complete 12:08:36 2f39f015ded8: Download complete 12:08:37 5eb5b503b376: Pull complete 12:08:38 5c69ac0246d0: Pull complete 12:08:38 ec43610c2a17: Pull complete 12:08:38 3a2ae6a8a46f: Pull complete 12:08:38 33b1e0a273af: Pull complete 12:08:39 5d3b04190fa2: Pull complete 12:08:43 2f39f015ded8: Pull complete 12:08:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:08:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:08:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:43 prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container 12:08:43 $ 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-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:08:52 $ docker top 2060ed46b203b65cdfc39ea2fc5f75ed8b5d45aef2f67de027e3d5fc1922ea6b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:08:52 ---> job-cost.sh 12:08:52 lf-activate-venv: SKIPPING 12:08:52 INFO: No Stack... 12:08:53 INFO: Retrieving Pricing Info for: v3-standard-8 12:08:53 INFO: Archiving Costs [Pipeline] sh 12:08:54 + cat /w/workspace/_app-service-configurable_PR-476/archives/cost.csv 12:08:54 + cut -d, -f6 [Pipeline] lock 12:08:54 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] 12:08:54 Resource [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] did not exist. Created. 12:08:54 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:08:54 + echo total: 0.2199999988079071 [Pipeline] stash 12:08:54 Stashed 1 file(s) [Pipeline] } 12:08:54 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:08:54 $ docker stop --time=1 2060ed46b203b65cdfc39ea2fc5f75ed8b5d45aef2f67de027e3d5fc1922ea6b 12:08:56 $ docker rm -f 2060ed46b203b65cdfc39ea2fc5f75ed8b5d45aef2f67de027e3d5fc1922ea6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:09:10 Removing intermediate container cf6723067333 12:09:10 ---> a9c0bfeab5ed 12:09:10 Step 12/14 : COPY . . 12:09:10 ---> c93f66a69c81 12:09:10 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:09:10 ---> Running in 1892622757f3 12:09:10 Removing intermediate container 1892622757f3 12:09:10 ---> 0ef3183ab993 12:09:10 Step 14/14 : RUN $MAKE 12:09:10 ---> Running in ec7f57361bfa 12:09:11 noop 12:09:11 Removing intermediate container ec7f57361bfa 12:09:11 ---> 5275790a6372 12:09:11 Successfully built 5275790a6372 12:09:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:12 + docker inspect -f . ci-base-image-arm64 12:09:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:09:12 prd-ubuntu20.04-docker-arm64-4c-16g-8682 does not seem to be running inside a container 12:09:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:09:13 $ docker top 24aaf8ce6929402b52e62f4a46d545e2593142cf8c24df8ea7b8ceda88d79dfb -eo pid,comm [Pipeline] { [Pipeline] sh 12:09:14 + go version 12:09:14 go version go1.18.7 linux/arm64 [Pipeline] } 12:09:14 $ docker stop --time=1 24aaf8ce6929402b52e62f4a46d545e2593142cf8c24df8ea7b8ceda88d79dfb 12:09:16 $ docker rm -f 24aaf8ce6929402b52e62f4a46d545e2593142cf8c24df8ea7b8ceda88d79dfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:16 + docker inspect -f . ci-base-image-arm64 12:09:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:09:17 prd-ubuntu20.04-docker-arm64-4c-16g-8682 does not seem to be running inside a container 12:09:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:09:18 $ docker top 07455ebe9929698e97be3a44058e8d2c7e3f5f65d2b964368e94e8e3c30a968b -eo pid,comm [Pipeline] { [Pipeline] sh 12:09:18 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 12:09:19 + make test 12:09:19 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:10:40 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:10:40 CGO_ENABLED=1 go vet ./... 12:10:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:10:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:10:59 ./bin/test-attribution-txt.sh [Pipeline] echo 12:10:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:10:59 $ docker stop --time=1 07455ebe9929698e97be3a44058e8d2c7e3f5f65d2b964368e94e8e3c30a968b 12:11:00 $ docker rm -f 07455ebe9929698e97be3a44058e8d2c7e3f5f65d2b964368e94e8e3c30a968b [Pipeline] // withDockerContainer [Pipeline] sh 12:11:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:11:01 Warning: overwriting stash ‘coverage-report’ 12:11:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:11:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:11:03 + ls -al . 12:11:03 total 172 12:11:03 drwxrwxr-x 7 jenkins jenkins 4096 Oct 20 12:09 . 12:11:03 drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 12:07 .. 12:11:03 -rw-rw-r-- 1 jenkins jenkins 119 Oct 20 12:07 .dockerignore 12:11:03 drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 12:07 .git 12:11:03 drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 12:07 .github 12:11:03 -rw-rw-r-- 1 jenkins jenkins 171 Oct 20 12:07 .gitignore 12:11:03 -rw-rw-r-- 1 jenkins jenkins 9207 Oct 20 12:07 Attribution.txt 12:11:03 -rw-rw-r-- 1 jenkins jenkins 27269 Oct 20 12:07 CHANGELOG.md 12:11:03 -rw-rw-r-- 1 jenkins jenkins 2146 Oct 20 12:07 Dockerfile 12:11:03 -rw-rw-r-- 1 jenkins jenkins 677 Oct 20 12:07 GOVERNANCE.md 12:11:03 -rw-rw-r-- 1 jenkins jenkins 688 Oct 20 12:07 Jenkinsfile 12:11:03 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 20 12:07 LICENSE 12:11:03 -rw-rw-r-- 1 jenkins jenkins 618 Oct 20 12:07 OWNERS.md 12:11:03 -rw-rw-r-- 1 jenkins jenkins 4369 Oct 20 12:07 README.md 12:11:03 -rw-rw-r-- 1 jenkins jenkins 5 Oct 20 12:05 VERSION 12:11:03 drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 12:07 bin 12:11:03 -rw-r--r-- 1 jenkins jenkins 10 Oct 20 12:09 coverage.out 12:11:03 -rw-rw-r-- 1 jenkins jenkins 3455 Oct 20 12:07 go.mod 12:11:03 -rw-rw-r-- 1 jenkins jenkins 37340 Oct 20 12:07 go.sum 12:11:03 -rw-rw-r-- 1 jenkins jenkins 1949 Oct 20 12:07 main.go 12:11:03 -rw-rw-r-- 1 jenkins jenkins 2185 Oct 20 12:07 makefile 12:11:03 drwxrwxr-x 10 jenkins jenkins 4096 Oct 20 12:07 res 12:11:03 drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 12:07 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:11:03 + 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=b8b71b431702edb4f3e0707e77fba28f737d0cf6 --label arch=arm64 --label version=0.0.0 . 12:11:03 Sending build context to Docker daemon 208.4kB 12:11:03 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:11:03 Step 2/28 : FROM ${BASE} AS builder 12:11:03 ---> 5275790a6372 12:11:03 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:11:03 ---> Running in 96a853f30623 12:11:04 Removing intermediate container 96a853f30623 12:11:04 ---> 70b92cefe7b6 12:11:04 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:11:04 ---> Running in ecab6037b27f 12:11:04 Removing intermediate container ecab6037b27f 12:11:04 ---> e63670f94e8d 12:11:04 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:11:04 ---> Running in 39f54cdc8f4a 12:11:04 Removing intermediate container 39f54cdc8f4a 12:11:04 ---> b7ecd61e266e 12:11:04 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:11:04 ---> Running in 4f3ad2678658 12:11:05 Removing intermediate container 4f3ad2678658 12:11:05 ---> 8c9fa925170f 12:11:05 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:05 ---> Running in 202345483e26 12:11:07 Removing intermediate container 202345483e26 12:11:07 ---> 8e7d545e833f 12:11:07 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:11:07 ---> Running in 2e372295989a 12:11:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:11:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:11:09 OK: 221 MiB in 51 packages 12:11:10 Removing intermediate container 2e372295989a 12:11:10 ---> ad9754618bb7 12:11:10 Step 9/28 : WORKDIR /app 12:11:10 ---> Running in 28183d62f407 12:11:10 Removing intermediate container 28183d62f407 12:11:10 ---> 7e106a765e76 12:11:10 Step 10/28 : COPY go.mod vendor* ./ 12:11:11 ---> 8d1d6d4373ac 12:11:11 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:11 ---> Running in e687b4f5bc82 12:11:14 Removing intermediate container e687b4f5bc82 12:11:14 ---> ef71838deee3 12:11:14 Step 12/28 : COPY . . 12:11:14 ---> e03a49efdded 12:11:14 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:11:14 ---> Running in 589dbe08c32d 12:11:14 Removing intermediate container 589dbe08c32d 12:11:14 ---> a8d3321e104e 12:11:14 Step 14/28 : RUN $MAKE 12:11:14 ---> Running in dfa316cfab4d 12:11:15 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.49 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:13:52 Removing intermediate container dfa316cfab4d 12:13:52 ---> eabc19ade3a2 12:13:52 Step 15/28 : FROM alpine:3.16 12:13:52 3.16: Pulling from library/alpine 12:13:52 9b18e9b68314: Already exists 12:13:52 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:13:52 Status: Downloaded newer image for alpine:3.16 12:13:52 ---> a6215f271958 12:13:52 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:13:52 ---> Running in 5319a4912748 12:13:52 Removing intermediate container 5319a4912748 12:13:52 ---> 7f6d9d4a881f 12:13:52 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:13:52 ---> Running in 8d4239f085d9 12:13:52 Removing intermediate container 8d4239f085d9 12:13:52 ---> b90524dcb1b5 12:13:52 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:13:52 ---> Running in 215862db5d07 12:13:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:13:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:13:52 (1/7) Installing ca-certificates (20220614-r0) 12:13:52 (2/7) Installing dumb-init (1.2.5-r1) 12:13:52 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:13:52 (4/7) Installing libsodium (1.0.18-r0) 12:13:52 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:13:52 (6/7) Installing libzmq (4.3.4-r0) 12:13:52 (7/7) Installing zeromq (4.3.4-r0) 12:13:52 Executing busybox-1.35.0-r17.trigger 12:13:52 Executing ca-certificates-20220614-r0.trigger 12:13:52 OK: 9 MiB in 21 packages 12:13:52 Removing intermediate container 215862db5d07 12:13:52 ---> a2f893ca9638 12:13:52 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:13:52 ---> 2eaeaf86a3c4 12:13:52 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:13:52 ---> ade044da09bc 12:13:52 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:13:52 ---> 938e6c8ee5f0 12:13:52 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:13:52 ---> a3c0b0de7da8 12:13:52 Step 23/28 : EXPOSE 48095 12:13:52 ---> Running in 69acc858449c 12:13:52 Removing intermediate container 69acc858449c 12:13:52 ---> e7667db07339 12:13:52 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:13:52 ---> Running in ab026f7a1134 12:13:52 Removing intermediate container ab026f7a1134 12:13:52 ---> 8df08f3fdc8c 12:13:52 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:13:52 ---> Running in 784d7b284ad0 12:13:52 Removing intermediate container 784d7b284ad0 12:13:52 ---> e262edb7462a 12:13:52 Step 26/28 : LABEL arch=arm64 12:13:52 ---> Running in 986ecdeeaec1 12:13:53 Removing intermediate container 986ecdeeaec1 12:13:53 ---> 88b3f421c9e0 12:13:53 Step 27/28 : LABEL git_sha=b8b71b431702edb4f3e0707e77fba28f737d0cf6 12:13:53 ---> Running in e5a96f96e9a9 12:13:53 Removing intermediate container e5a96f96e9a9 12:13:53 ---> 647db790414c 12:13:53 Step 28/28 : LABEL version=0.0.0 12:13:53 ---> Running in 112bccfa5e45 12:13:53 Removing intermediate container 112bccfa5e45 12:13:53 ---> f5d6d34a062c 12:13:53 [Warning] One or more build-args [ARCH] were not consumed 12:13:53 Successfully built f5d6d34a062c 12:13:53 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:13:54 12:13:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:13:54 arm64: Pulling from edgex-lftools-log-publisher 12:13:54 8998bd30e6a1: Pulling fs layer 12:13:54 04944245beec: Pulling fs layer 12:13:54 699f458cf7ca: Pulling fs layer 12:13:54 765212b225bb: Pulling fs layer 12:13:54 f23df028b6ca: Pulling fs layer 12:13:54 d65c8cfc05b1: Pulling fs layer 12:13:54 2437ff75d9bd: Pulling fs layer 12:13:54 765212b225bb: Waiting 12:13:54 f23df028b6ca: Waiting 12:13:54 d65c8cfc05b1: Waiting 12:13:54 2437ff75d9bd: Waiting 12:13:55 04944245beec: Verifying Checksum 12:13:55 04944245beec: Download complete 12:13:55 765212b225bb: Verifying Checksum 12:13:55 765212b225bb: Download complete 12:13:55 f23df028b6ca: Verifying Checksum 12:13:55 f23df028b6ca: Download complete 12:13:55 d65c8cfc05b1: Verifying Checksum 12:13:55 d65c8cfc05b1: Download complete 12:13:55 699f458cf7ca: Verifying Checksum 12:13:55 699f458cf7ca: Download complete 12:13:55 8998bd30e6a1: Download complete 12:13:58 2437ff75d9bd: Verifying Checksum 12:13:58 2437ff75d9bd: Download complete 12:13:59 8998bd30e6a1: Pull complete 12:14:00 04944245beec: Pull complete 12:14:02 699f458cf7ca: Pull complete 12:14:02 765212b225bb: Pull complete 12:14:03 f23df028b6ca: Pull complete 12:14:03 d65c8cfc05b1: Pull complete 12:14:18 2437ff75d9bd: Pull complete 12:14:18 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:14:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:14:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:14:18 prd-ubuntu20.04-docker-arm64-4c-16g-8682 does not seem to be running inside a container 12:14:18 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:14:20 $ docker top 6d1ca5c1c30611609e8ee231e450a48223b9a80b9b3583889bead9d743abf147 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:14:21 ---> job-cost.sh 12:14:21 lf-activate-venv: SKIPPING 12:14:21 INFO: No Stack... 12:14:22 INFO: Retrieving Pricing Info for: v3-standard-4 12:14:23 INFO: Archiving Costs [Pipeline] sh 12:14:23 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 12:14:23 + cut -d, -f6 [Pipeline] lock 12:14:23 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] 12:14:23 Resource [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] did not exist. Created. 12:14:23 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:14:24 /w/workspace/app-service-configurable/1@tmp/durable-975cc44c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:14:24 + echo total: 0.10999999940395355 [Pipeline] stash 12:14:24 Warning: overwriting stash ‘stack-cost’ 12:14:25 Stashed 1 file(s) [Pipeline] } 12:14:25 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-476-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:14:25 $ docker stop --time=1 6d1ca5c1c30611609e8ee231e450a48223b9a80b9b3583889bead9d743abf147 12:14:26 $ docker rm -f 6d1ca5c1c30611609e8ee231e450a48223b9a80b9b3583889bead9d743abf147 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 12:14:27 provisioning config files... 12:14:27 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-476@tmp/config46559125513813134tmp [Pipeline] { [Pipeline] sh 12:14:27 + set +x 12:14:27 + + bash -s -- 12:14:27 curl -s https://codecov.io/bash 12:14:27 12:14:27 _____ _ 12:14:27 / ____| | | 12:14:27 | | ___ __| | ___ ___ _____ __ 12:14:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:14:27 | |___| (_) | (_| | __/ (_| (_) \ V / 12:14:27 \_____\___/ \__,_|\___|\___\___/ \_/ 12:14:27 Bash-1.0.6 12:14:27 12:14:27 12:14:27 ==> git version 2.25.1 found 12:14:27 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 12:14:27 Release-Date: 2020-01-08 12:14:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:14:27 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:14:27 ==> Jenkins CI detected. 12:14:27 current dir:  /w/workspace/_app-service-configurable_PR-476 12:14:27 project root: . 12:14:27 --> token set from env 12:14:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:14:27 ==> Running gcov in . (disable via -X gcov) 12:14:27 ==> Python coveragepy not found 12:14:27 ==> Searching for coverage reports in: 12:14:27 + . 12:14:27 -> Found 1 reports 12:14:27 ==> Detecting git/mercurial file structure 12:14:27 ==> Reading reports 12:14:28 + ./coverage.out bytes=10 12:14:28 ==> Appending adjustments 12:14:28 https://docs.codecov.io/docs/fixing-reports 12:14:28 + Found adjustments 12:14:28 ==> Gzipping contents 12:14:28 4.0K /tmp/codecov.BcgOEw.gz 12:14:28 ==> Uploading reports 12:14:28 url: https://codecov.io 12:14:28 query: branch=PR-476&commit=b8b71b431702edb4f3e0707e77fba28f737d0cf6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-476%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=476&job=&cmd_args= 12:14:28 -> Pinging Codecov 12:14:28 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-476&commit=b8b71b431702edb4f3e0707e77fba28f737d0cf6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-476%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=476&job=&cmd_args= 12:14:28 -> Uploading to 12:14:28 https://storage.googleapis.com/codecov/v4/raw/2022-10-20/A97CA9966030D2A3747ED39772930CCE/b8b71b431702edb4f3e0707e77fba28f737d0cf6/4bf1cc49-efe6-4691-a1f2-00fad7175af4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221020%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221020T121428Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2709b3584eec8be8fa46fcba1160584247c965b1872419f9593da8be149c8f31 12:14:28 % Total % Received % Xferd Average Speed Time Time Time Current 12:14:28 Dload Upload Total Spent Left Speed 12:14:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 2583 --:--:-- --:--:-- --:--:-- 2570 100 527 0 0 100 527 0 2281 --:--:-- --:--:-- --:--:-- 2281 12:14:28 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/b8b71b431702edb4f3e0707e77fba28f737d0cf6 [Pipeline] } 12:14:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:14:30 + [ -d /w/workspace/_app-service-configurable_PR-476/archives ] 12:14:30 + ls -al /w/workspace/_app-service-configurable_PR-476/archives 12:14:30 total 16 12:14:30 drwxr-xr-x 3 root root 4096 Oct 20 12:08 . 12:14:30 drwxrwxr-x 9 jenkins jenkins 4096 Oct 20 12:08 .. 12:14:30 drwxr-xr-x 2 root root 4096 Oct 20 12:08 cost 12:14:30 -rw-r--r-- 1 root root 96 Oct 20 12:08 cost.csv 12:14:30 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-476/archives 12:14:30 + ls -al /w/workspace/_app-service-configurable_PR-476/archives 12:14:30 total 16 12:14:30 drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 12:08 . 12:14:30 drwxrwxr-x 9 jenkins jenkins 4096 Oct 20 12:08 .. 12:14:30 drwxr-xr-x 2 jenkins jenkins 4096 Oct 20 12:08 cost 12:14:30 -rw-r--r-- 1 jenkins jenkins 96 Oct 20 12:08 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:14:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:14:31 ---> package-listing.sh 12:14:31 ++ facter osfamily 12:14:31 ++ tr '[:upper:]' '[:lower:]' 12:14:31 + OS_FAMILY=debian 12:14:31 + workspace=/w/workspace/_app-service-configurable_PR-476 12:14:31 + START_PACKAGES=/tmp/packages_start.txt 12:14:31 + END_PACKAGES=/tmp/packages_end.txt 12:14:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:14:31 + PACKAGES=/tmp/packages_start.txt 12:14:31 + '[' /w/workspace/_app-service-configurable_PR-476 ']' 12:14:31 + PACKAGES=/tmp/packages_end.txt 12:14:31 + case "${OS_FAMILY}" in 12:14:31 + dpkg -l 12:14:31 + grep '^ii' 12:14:31 + '[' -f /tmp/packages_start.txt ']' 12:14:31 + '[' -f /tmp/packages_end.txt ']' 12:14:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:14:31 + '[' /w/workspace/_app-service-configurable_PR-476 ']' 12:14:31 + mkdir -p /w/workspace/_app-service-configurable_PR-476/archives/ 12:14:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-476/archives/ [Pipeline] echo 12:14:31 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-476/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:14:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:14:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:14:33 prd-ubuntu20.04-docker-8c-8g-8681 does not seem to be running inside a container 12:14:33 $ 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-476/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-476 -v /w/workspace/_app-service-configurable_PR-476:/w/workspace/_app-service-configurable_PR-476:rw,z -v /w/workspace/_app-service-configurable_PR-476@tmp:/w/workspace/_app-service-configurable_PR-476@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-lftools-log-publisher:latest cat 12:14:34 $ docker top 09c523221790e4e42e6bf4b941337385002e685a980e34551d6ac3cfb2b5bd54 -eo pid,comm [Pipeline] { [Pipeline] sh 12:14:34 + touch /tmp/pre-build-complete [Pipeline] sh 12:14:34 + mkdir -p /var/log/sysstat [Pipeline] sh 12:14:35 + ls /var/log/sa-host 12:14:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:14:35 provisioning config files... 12:14:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-476@tmp/config9794570956763031027tmp [Pipeline] { [Pipeline] echo 12:14:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:14:35 ---> create-netrc.sh [Pipeline] } 12:14:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:14:36 ---> python-tools-install.sh [Pipeline] echo 12:14:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:14:36 ---> sudo-logs.sh 12:14:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:14:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:14:36 ---> job-cost.sh 12:14:36 lf-activate-venv: SKIPPING 12:14:36 DEBUG: total: 0.2199999988079071 12:14:36 INFO: Retrieving Stack Cost... 12:14:37 INFO: Retrieving Pricing Info for: v3-standard-8 12:14:37 INFO: Archiving Costs [Pipeline] echo 12:14:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:14:38 ---> logs-deploy.sh 12:14:38 lf-activate-venv: SKIPPING 12:14:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-476/1 12:14:38 INFO: archiving workspace using pattern(s): 12:14:39 Archives upload complete. 12:14:39 INFO: archiving logs to Nexus