Pull request #468 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 75989084b2098d4d6e07cea357130a4765d6e7ac+bc8bec4a73d0404efbe6ccf3648f358a175bc285 (2e9af406dea941b5199eb3dd6a56f56c35116e13) 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-ssh1595924636376844607.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3210879915142377716.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-468/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-468/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9826858185278030874.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-468/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17808194484619553115.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6539131017189583452.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-468/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-468/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2185253205306614163.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-436 in /w/workspace/_app-service-configurable_PR-468 [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-468 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/468/head:refs/remotes/origin/PR-468 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit bc8bec4a73d0404efbe6ccf3648f358a175bc285 into PR head commit 75989084b2098d4d6e07cea357130a4765d6e7ac Merge succeeded, producing 75989084b2098d4d6e07cea357130a4765d6e7ac Checking out Revision 75989084b2098d4d6e07cea357130a4765d6e7ac (PR-468) Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:08:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 75989084b2098d4d6e07cea357130a4765d6e7ac # 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 bc8bec4a73d0404efbe6ccf3648f358a175bc285 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75989084b2098d4d6e07cea357130a4765d6e7ac # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:08:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:08:43 ========================================================= 12:08:43 EdgeX Global Pipelines Version Info 12:08:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:08:43 ------------------- 12:08:43 stable info: 12:08:43 ------------------- 12:08:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:08:43 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 12:08:43 Message: update stable to v1.0.239 12:08:44 ------------------- 12:08:44 experimental info: 12:08:44 ------------------- 12:08:44 Commited By: **** collab-it+edgex@linuxfoundation.org 12:08:44 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 12:08:44 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:08:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:08:44 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:08:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:08:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:08:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:08:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 12:08:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:08:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-468 [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-468 [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-468 [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7598908 [Pipeline] echo 12:08:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:08:46 provisioning config files... 12:08:46 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-468@tmp/config8918525455212167056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:08:46 ---> docker-login.sh 12:08:46 nexus3.edgexfoundry.org:10001 12:08:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:08:46 Configure a credential helper to remove this warning. See 12:08:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:08:46 12:08:46 Login Succeeded 12:08:46 nexus3.edgexfoundry.org:10002 12:08:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:08:46 Configure a credential helper to remove this warning. See 12:08:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:08:46 12:08:46 Login Succeeded 12:08:46 nexus3.edgexfoundry.org:10003 12:08:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:08:46 Configure a credential helper to remove this warning. See 12:08:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:08:46 12:08:46 Login Succeeded 12:08:46 nexus3.edgexfoundry.org:10004 12:08:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:08:47 Configure a credential helper to remove this warning. See 12:08:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:08:47 12:08:47 Login Succeeded 12:08:47 docker.io 12:08:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:08:47 Configure a credential helper to remove this warning. See 12:08:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:08:47 12:08:47 Login Succeeded 12:08:47 ---> docker-login.sh ends [Pipeline] } 12:08:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:08:48 + git rev-list -1 --merges 75989084b2098d4d6e07cea357130a4765d6e7ac~1..75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] echo 12:08:48 -----------> git rev-list -1 --merges 75989084b2098d4d6e07cea357130a4765d6e7ac~1..75989084b2098d4d6e07cea357130a4765d6e7ac 75989084b2098d4d6e07cea357130a4765d6e7ac [false] [Pipeline] sh 12:08:48 + git log --format=format:%s -1 75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] echo 12:08:48 ========================================================= 12:08:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:08:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:08:48 + git log --format=format:%s -1 75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] echo 12:08:48 [semverPrep] GIT_COMMIT: 75989084b2098d4d6e07cea357130a4765d6e7ac, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 12:08:48 [semverPrep] This is not a build commit. [Pipeline] sh 12:08:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:08:49 + grep -v github /etc/ssh/ssh_known_hosts 12:08:49 + [ -e /tmp/ssh_known_hosts ] 12:08:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:08:49 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:08:49 sudo tee -a /etc/ssh/ssh_known_hosts 12:08:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:08:49 12:08:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:08:50 0.1.4: Pulling from edgex-devops/py-git-semver 12:08:50 b85a868b505f: Pulling fs layer 12:08:50 e2be974225ed: Pulling fs layer 12:08:50 339a4e72a1f5: Pulling fs layer 12:08:50 988bab9f4d93: Pulling fs layer 12:08:50 1469e6f7b9e6: Pulling fs layer 12:08:50 eaf3925da568: Pulling fs layer 12:08:50 bab4dde63d76: Pulling fs layer 12:08:50 bde34c3a00c8: Pulling fs layer 12:08:50 b352a97aabf1: Pulling fs layer 12:08:50 4872d77fe225: Pulling fs layer 12:08:50 5851b861e8e6: Pulling fs layer 12:08:50 988bab9f4d93: Waiting 12:08:50 1469e6f7b9e6: Waiting 12:08:50 eaf3925da568: Waiting 12:08:50 bab4dde63d76: Waiting 12:08:50 bde34c3a00c8: Waiting 12:08:50 b352a97aabf1: Waiting 12:08:50 4872d77fe225: Waiting 12:08:50 5851b861e8e6: Waiting 12:08:50 e2be974225ed: Verifying Checksum 12:08:50 e2be974225ed: Download complete 12:08:50 988bab9f4d93: Verifying Checksum 12:08:50 988bab9f4d93: Download complete 12:08:50 339a4e72a1f5: Verifying Checksum 12:08:50 339a4e72a1f5: Download complete 12:08:50 eaf3925da568: Verifying Checksum 12:08:50 eaf3925da568: Download complete 12:08:50 1469e6f7b9e6: Verifying Checksum 12:08:50 1469e6f7b9e6: Download complete 12:08:50 bde34c3a00c8: Verifying Checksum 12:08:50 bde34c3a00c8: Download complete 12:08:50 b352a97aabf1: Verifying Checksum 12:08:50 b352a97aabf1: Download complete 12:08:50 4872d77fe225: Download complete 12:08:50 5851b861e8e6: Verifying Checksum 12:08:50 b85a868b505f: Verifying Checksum 12:08:50 b85a868b505f: Download complete 12:08:51 bab4dde63d76: Verifying Checksum 12:08:51 bab4dde63d76: Download complete 12:08:51 b85a868b505f: Pull complete 12:08:52 e2be974225ed: Pull complete 12:08:52 339a4e72a1f5: Pull complete 12:08:52 988bab9f4d93: Pull complete 12:08:53 1469e6f7b9e6: Pull complete 12:08:53 eaf3925da568: Pull complete 12:08:54 bab4dde63d76: Pull complete 12:08:54 bde34c3a00c8: Pull complete 12:08:55 b352a97aabf1: Pull complete 12:08:55 4872d77fe225: Pull complete 12:08:55 5851b861e8e6: Pull complete 12:08:55 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:08:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:08:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:55 prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container 12:08:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:08:57 $ docker top 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 -eo pid,comm 12:08:57 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:08:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:08:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:08:57 [ssh-agent] Looking for ssh-agent implementation... 12:08:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:08:57 $ docker exec 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 ssh-agent 12:08:57 SSH_AUTH_SOCK=/tmp/ssh-zkTaxfGIlcqH/agent.32 12:08:57 SSH_AGENT_PID=39 12:08:57 Running ssh-add (command line suppressed) 12:08:58 Identity added: /w/workspace/_app-service-configurable_PR-468@tmp/private_key_4512667882905797304.key (/w/workspace/_app-service-configurable_PR-468@tmp/private_key_4512667882905797304.key) 12:08:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:08:58 + git tag --points-at HEAD [Pipeline] } 12:08:58 $ docker exec --env ******** --env ******** 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 ssh-agent -k 12:08:58 unset SSH_AUTH_SOCK; 12:08:58 unset SSH_AGENT_PID; 12:08:58 echo Agent pid 39 killed; 12:08:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:08:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:08:58 [ssh-agent] Looking for ssh-agent implementation... 12:08:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:08:58 $ docker exec 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 ssh-agent 12:08:58 SSH_AUTH_SOCK=/tmp/ssh-Fv27ZqiKx2RA/agent.71 12:08:58 SSH_AGENT_PID=77 12:08:58 Running ssh-add (command line suppressed) 12:08:58 Identity added: /w/workspace/_app-service-configurable_PR-468@tmp/private_key_4814841611017105485.key (/w/workspace/_app-service-configurable_PR-468@tmp/private_key_4814841611017105485.key) 12:08:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:08:59 + git semver init 12:08:59 2022-09-21 12:08:59,453 [run_init] DEBUG init version:0.0.0 force:False 12:08:59 2022-09-21 12:08:59,454 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-468/.semver 12:08:59 2022-09-21 12:08:59,454 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-468/.semver 12:08:59 2022-09-21 12:08:59,454 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-468/.semver'], cwd=/w/workspace/_app-service-configurable_PR-468, universal_newlines=False, shell=None, istream=None) 12:09:00 2022-09-21 12:09:00,407 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-468/.git/info/exclude 12:09:00 2022-09-21 12:09:00,408 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-468/.semver/PR-468 with force:False 12:09:00 2022-09-21 12:09:00,408 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-468/.semver/PR-468 12:09:00 2022-09-21 12:09:00,412 [execute] INFO git cat-file --batch-check 12:09:00 2022-09-21 12:09:00,413 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-468/.semver, universal_newlines=False, shell=None, istream=) 12:09:00 2022-09-21 12:09:00,418 [execute] INFO git cat-file --batch 12:09:00 2022-09-21 12:09:00,419 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-468/.semver, universal_newlines=False, shell=None, istream=) 12:09:00 2022-09-21 12:09:00,424 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-468/.semver/PR-468 12:09:00 0.0.0 [Pipeline] } 12:09:00 $ docker exec --env ******** --env ******** 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 ssh-agent -k 12:09:00 unset SSH_AUTH_SOCK; 12:09:00 unset SSH_AGENT_PID; 12:09:00 echo Agent pid 77 killed; 12:09:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:09:01 + git semver [Pipeline] } 12:09:01 $ docker stop --time=1 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 12:09:02 $ docker rm -f 1ced8a419e5be72dbb14213de3763439c7af8f603ecad2f57d1ad1108db73153 [Pipeline] // withDockerContainer [Pipeline] sh 12:09:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:09:03 Stashed 1 file(s) [Pipeline] echo 12:09:03 [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:09:03 provisioning config files... 12:09:03 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-468@tmp/config10959086635035620905tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:09:04 ---> docker-login.sh 12:09:04 nexus3.edgexfoundry.org:10001 12:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:04 Configure a credential helper to remove this warning. See 12:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:04 12:09:04 Login Succeeded 12:09:04 nexus3.edgexfoundry.org:10002 12:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:04 Configure a credential helper to remove this warning. See 12:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:04 12:09:04 Login Succeeded 12:09:04 nexus3.edgexfoundry.org:10003 12:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:04 Configure a credential helper to remove this warning. See 12:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:04 12:09:04 Login Succeeded 12:09:04 nexus3.edgexfoundry.org:10004 12:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:04 Configure a credential helper to remove this warning. See 12:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:04 12:09:04 Login Succeeded 12:09:04 docker.io 12:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:09:04 Configure a credential helper to remove this warning. See 12:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:09:04 12:09:04 Login Succeeded 12:09:04 ---> docker-login.sh ends [Pipeline] } 12:09:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:09:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:09:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:09:05 ========================================================= 12:09:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 12:09:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:05 + 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:09:05 Sending build context to Docker daemon 3.121MB 12:09:05 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:09:05 Step 2/14 : FROM ${BASE} AS builder 12:09:05 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 12:09:05 2408cc74d12b: Pulling fs layer 12:09:05 ea60b727a1ce: Pulling fs layer 12:09:05 30c4a7721957: Pulling fs layer 12:09:05 370296b7ddb6: Pulling fs layer 12:09:05 7c6cee850709: Pulling fs layer 12:09:05 39a5fcdaea64: Pulling fs layer 12:09:05 d94ebbe4e438: Pulling fs layer 12:09:05 bcfd1f05c69d: Pulling fs layer 12:09:05 59ccb84bbe0f: Pulling fs layer 12:09:05 370296b7ddb6: Waiting 12:09:05 39a5fcdaea64: Waiting 12:09:05 bcfd1f05c69d: Waiting 12:09:05 d94ebbe4e438: Waiting 12:09:05 59ccb84bbe0f: Waiting 12:09:05 30c4a7721957: Verifying Checksum 12:09:05 30c4a7721957: Download complete 12:09:05 ea60b727a1ce: Verifying Checksum 12:09:05 ea60b727a1ce: Download complete 12:09:06 7c6cee850709: Verifying Checksum 12:09:06 7c6cee850709: Download complete 12:09:06 39a5fcdaea64: Verifying Checksum 12:09:06 39a5fcdaea64: Download complete 12:09:06 2408cc74d12b: Verifying Checksum 12:09:06 2408cc74d12b: Download complete 12:09:06 d94ebbe4e438: Download complete 12:09:06 2408cc74d12b: Pull complete 12:09:06 ea60b727a1ce: Pull complete 12:09:06 30c4a7721957: Pull complete 12:09:07 59ccb84bbe0f: Verifying Checksum 12:09:07 59ccb84bbe0f: Download complete 12:09:07 370296b7ddb6: Verifying Checksum 12:09:07 370296b7ddb6: Download complete 12:09:07 bcfd1f05c69d: Verifying Checksum 12:09:07 bcfd1f05c69d: Download complete 12:09:13 370296b7ddb6: Pull complete 12:09:13 7c6cee850709: Pull complete 12:09:13 39a5fcdaea64: Pull complete 12:09:13 d94ebbe4e438: Pull complete 12:09:16 bcfd1f05c69d: Pull complete 12:09:17 59ccb84bbe0f: Pull complete 12:09:17 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 12:09:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 12:09:17 ---> a4fb48ad2a94 12:09:17 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:09:18 Still waiting to schedule task 12:09:18 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:09:22 ---> Running in 59071a1f446f 12:09:22 Removing intermediate container 59071a1f446f 12:09:22 ---> 5664e078f852 12:09:22 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:09:22 ---> Running in 73e9de1430ab 12:09:22 Removing intermediate container 73e9de1430ab 12:09:22 ---> dd99e9b061c4 12:09:22 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:09:22 ---> Running in bc788fa5e5ee 12:09:22 Removing intermediate container bc788fa5e5ee 12:09:22 ---> de380d8e331a 12:09:22 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:09:23 ---> Running in 2495163fb5ff 12:09:23 Removing intermediate container 2495163fb5ff 12:09:23 ---> 6c098f54e365 12:09:23 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:09:23 ---> Running in d9745afad61c 12:09:24 Removing intermediate container d9745afad61c 12:09:24 ---> b97051db8014 12:09:24 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:09:24 ---> Running in c9c90ae4692f 12:09:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:09:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:09:25 OK: 211 MiB in 51 packages 12:09:26 Removing intermediate container c9c90ae4692f 12:09:26 ---> e44ac6818b80 12:09:26 Step 9/14 : WORKDIR /app 12:09:26 ---> Running in fa83f90c1e40 12:09:26 Removing intermediate container fa83f90c1e40 12:09:26 ---> da7a2f340201 12:09:26 Step 10/14 : COPY go.mod vendor* ./ 12:09:26 ---> af4de1be6522 12:09:26 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:26 ---> Running in 476712b67a9b 12:09:58 Removing intermediate container 476712b67a9b 12:09:58 ---> 8ec8719b6f40 12:09:58 Step 12/14 : COPY . . 12:09:58 ---> 2d26694c0c32 12:09:58 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:09:58 ---> Running in 0442e02a5a01 12:09:58 Removing intermediate container 0442e02a5a01 12:09:58 ---> e62bff551a5d 12:09:58 Step 14/14 : RUN $MAKE 12:09:58 ---> Running in e81d8816138c 12:09:58 noop 12:09:58 Removing intermediate container e81d8816138c 12:09:58 ---> 34e0b4d3fbb4 12:09:58 Successfully built 34e0b4d3fbb4 12:09:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:59 + docker inspect -f . ci-base-image-x86_64 12:09:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:09:59 prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container 12:09:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:09:59 $ docker top 7725fcf859190e4d824125c6c9fb9e61ee1933967c60e04322bd90d7b522a393 -eo pid,comm [Pipeline] { [Pipeline] sh 12:10:00 + go version 12:10:00 go version go1.18.3 linux/amd64 [Pipeline] } 12:10:00 $ docker stop --time=1 7725fcf859190e4d824125c6c9fb9e61ee1933967c60e04322bd90d7b522a393 12:10:01 $ docker rm -f 7725fcf859190e4d824125c6c9fb9e61ee1933967c60e04322bd90d7b522a393 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:02 + docker inspect -f . ci-base-image-x86_64 12:10:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:10:02 prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container 12:10:02 $ 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-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:10:02 $ docker top fd620ecaaa9bb094084de823d9da6edee25fa9aeb0e6079ffa5f9f76430a0343 -eo pid,comm [Pipeline] { [Pipeline] sh 12:10:02 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-468 [Pipeline] fileExists [Pipeline] sh 12:10:03 + make test 12:10:03 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:10:13 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:10:13 CGO_ENABLED=1 go vet ./... 12:10:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:10:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:10:16 ./bin/test-attribution-txt.sh 12:10:16 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 12:10:16 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 12:10:16 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 12:10:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:10:16 $ docker stop --time=1 fd620ecaaa9bb094084de823d9da6edee25fa9aeb0e6079ffa5f9f76430a0343 12:10:18 $ docker rm -f fd620ecaaa9bb094084de823d9da6edee25fa9aeb0e6079ffa5f9f76430a0343 [Pipeline] // withDockerContainer [Pipeline] sh 12:10:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:10:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:10:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:10:20 + ls -al . 12:10:20 total 176 12:10:20 drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 12:10 . 12:10:20 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 12:08 .. 12:10:20 -rw-rw-r-- 1 jenkins jenkins 119 Sep 21 12:08 .dockerignore 12:10:20 drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 12:09 .git 12:10:20 drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 12:08 .github 12:10:20 -rw-rw-r-- 1 jenkins jenkins 171 Sep 21 12:08 .gitignore 12:10:20 drwxr-xr-x 3 jenkins jenkins 4096 Sep 21 12:09 .semver 12:10:20 -rw-rw-r-- 1 jenkins jenkins 8830 Sep 21 12:08 Attribution.txt 12:10:20 -rw-rw-r-- 1 jenkins jenkins 27269 Sep 21 12:08 CHANGELOG.md 12:10:20 -rw-rw-r-- 1 jenkins jenkins 2146 Sep 21 12:08 Dockerfile 12:10:20 -rw-rw-r-- 1 jenkins jenkins 677 Sep 21 12:08 GOVERNANCE.md 12:10:20 -rw-rw-r-- 1 jenkins jenkins 688 Sep 21 12:08 Jenkinsfile 12:10:20 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 21 12:08 LICENSE 12:10:20 -rw-rw-r-- 1 jenkins jenkins 618 Sep 21 12:08 OWNERS.md 12:10:20 -rw-rw-r-- 1 jenkins jenkins 4369 Sep 21 12:08 README.md 12:10:20 -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 12:09 VERSION 12:10:20 drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 12:08 bin 12:10:20 -rw-r--r-- 1 jenkins jenkins 10 Sep 21 12:10 coverage.out 12:10:20 -rw-rw-r-- 1 jenkins jenkins 3476 Sep 21 12:08 go.mod 12:10:20 -rw-rw-r-- 1 jenkins jenkins 37381 Sep 21 12:08 go.sum 12:10:20 -rw-rw-r-- 1 jenkins jenkins 1949 Sep 21 12:08 main.go 12:10:20 -rw-rw-r-- 1 jenkins jenkins 2185 Sep 21 12:08 makefile 12:10:20 drwxrwxr-x 10 jenkins jenkins 4096 Sep 21 12:08 res 12:10:20 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 12:08 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:20 + 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=75989084b2098d4d6e07cea357130a4765d6e7ac --label arch=amd64 --label version=0.0.0 . 12:10:20 Sending build context to Docker daemon 3.122MB 12:10:20 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:10:20 Step 2/28 : FROM ${BASE} AS builder 12:10:20 ---> 34e0b4d3fbb4 12:10:20 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:10:20 ---> Running in 0c711c7b08e2 12:10:20 Removing intermediate container 0c711c7b08e2 12:10:20 ---> 91299a07c7df 12:10:20 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:10:21 ---> Running in 2c4df1b1ca0a 12:10:21 Removing intermediate container 2c4df1b1ca0a 12:10:21 ---> a56d1b3df92d 12:10:21 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:10:21 ---> Running in 7198c9945d4f 12:10:21 Removing intermediate container 7198c9945d4f 12:10:21 ---> 3b5842ce4b9d 12:10:21 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:10:21 ---> Running in feeafc192e45 12:10:21 Removing intermediate container feeafc192e45 12:10:21 ---> 560871e0b7d8 12:10:21 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:21 ---> Running in 8239e79a839f 12:10:21 Removing intermediate container 8239e79a839f 12:10:21 ---> d745ce5bea97 12:10:21 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:10:21 ---> Running in 8298bcfadbd1 12:10:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:10:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:10:23 OK: 211 MiB in 51 packages 12:10:23 Removing intermediate container 8298bcfadbd1 12:10:23 ---> 0924814ff9d2 12:10:23 Step 9/28 : WORKDIR /app 12:10:23 ---> Running in dc852bbde769 12:10:23 Removing intermediate container dc852bbde769 12:10:23 ---> 90ad591fbcdd 12:10:23 Step 10/28 : COPY go.mod vendor* ./ 12:10:23 ---> 4c47db791ac4 12:10:23 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:23 ---> Running in b78834138ea1 12:10:24 Removing intermediate container b78834138ea1 12:10:24 ---> 44a7aa3ba42d 12:10:24 Step 12/28 : COPY . . 12:10:24 ---> a45caad206b9 12:10:24 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:10:24 ---> Running in 61e2f1d4f31f 12:10:24 Removing intermediate container 61e2f1d4f31f 12:10:24 ---> be999ab0cf7e 12:10:24 Step 14/28 : RUN $MAKE 12:10:24 ---> Running in a4be543a8986 12:10:25 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:10:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-437 in /w/workspace/_app-service-configurable_PR-468 [Pipeline] { [Pipeline] ws 12:10:42 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:10:42 Selected Git installation does not exist. Using Default 12:10:42 The recommended git tool is: NONE 12:10:47 Removing intermediate container a4be543a8986 12:10:47 ---> 72e465ed669a 12:10:47 Step 15/28 : FROM alpine:3.16 12:10:47 3.16: Pulling from library/alpine 12:10:47 using credential edgex-jenkins-ssh 12:10:47 Cloning the remote Git repository 12:10:47 213ec9aee27d: Pulling fs layer 12:10:47 213ec9aee27d: Download complete 12:10:47 213ec9aee27d: Pull complete 12:10:47 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:10:47 Status: Downloaded newer image for alpine:3.16 12:10:47 ---> 9c6f07244728 12:10:47 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:10:48 ---> Running in d66d683cc61c 12:10:48 Removing intermediate container d66d683cc61c 12:10:48 ---> d8bb5b71c9ee 12:10:48 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:10:48 ---> Running in 987a9cafbd52 12:10:48 Removing intermediate container 987a9cafbd52 12:10:48 ---> cd3075463648 12:10:48 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:10:48 ---> Running in 750706b38568 12:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 12:10:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 12:10:47 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:10:47 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:10:47 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:10:47 > git --version # timeout=10 12:10:47 > git --version # 'git version 2.25.1' 12:10:47 using GIT_SSH to set credentials SSH Credentials for GitHub 12:10:47 Verifying host key using known hosts file 12:10:48 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:10:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:10:49 (1/7) Installing ca-certificates (20220614-r0) 12:10:49 (2/7) Installing dumb-init (1.2.5-r1) 12:10:49 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:10:49 (4/7) Installing libsodium (1.0.18-r0) 12:10:49 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:10:49 (6/7) Installing libzmq (4.3.4-r0) 12:10:49 (7/7) Installing zeromq (4.3.4-r0) 12:10:49 Executing busybox-1.35.0-r17.trigger 12:10:49 Executing ca-certificates-20220614-r0.trigger 12:10:49 OK: 9 MiB in 21 packages 12:10:49 Removing intermediate container 750706b38568 12:10:49 ---> 3c06a49bf7a5 12:10:49 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:10:49 ---> 52c532f9dedb 12:10:49 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:10:49 ---> 9d3391514984 12:10:49 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:10:49 ---> 4c44d4e7170b 12:10:49 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:10:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:10:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:10:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:10:50 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:10:50 using GIT_SSH to set credentials SSH Credentials for GitHub 12:10:50 Verifying host key using known hosts file 12:10:50 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:10:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/468/head:refs/remotes/origin/PR-468 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:10:50 Merging remotes/origin/main commit bc8bec4a73d0404efbe6ccf3648f358a175bc285 into PR head commit 75989084b2098d4d6e07cea357130a4765d6e7ac 12:10:50 ---> c49c0f7f7982 12:10:50 Step 23/28 : EXPOSE 48095 12:10:50 ---> Running in a4241b129266 12:10:50 Removing intermediate container a4241b129266 12:10:50 ---> feb9c783f1ac 12:10:50 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:10:50 ---> Running in 9c7b6a48c40b 12:10:50 Removing intermediate container 9c7b6a48c40b 12:10:50 ---> efff2f418f9b 12:10:50 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:10:50 ---> Running in 0a8aba67c2c6 12:10:50 Merge succeeded, producing 75989084b2098d4d6e07cea357130a4765d6e7ac 12:10:50 Checking out Revision 75989084b2098d4d6e07cea357130a4765d6e7ac (PR-468) 12:10:51 Removing intermediate container 0a8aba67c2c6 12:10:51 ---> a2e2dea082fa 12:10:51 Step 26/28 : LABEL arch=amd64 12:10:51 ---> Running in 737cca6285a2 12:10:51 Removing intermediate container 737cca6285a2 12:10:51 ---> 01e936cc2114 12:10:51 Step 27/28 : LABEL git_sha=75989084b2098d4d6e07cea357130a4765d6e7ac 12:10:51 ---> Running in 0882ff9b2b91 12:10:51 Removing intermediate container 0882ff9b2b91 12:10:51 ---> cffe9caf931d 12:10:51 Step 28/28 : LABEL version=0.0.0 12:10:51 ---> Running in 8d411a515c9c 12:10:51 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:10:51 Removing intermediate container 8d411a515c9c 12:10:51 ---> f5f06b6c8282 12:10:51 [Warning] One or more build-args [ARCH] were not consumed 12:10:51 Successfully built f5f06b6c8282 12:10:51 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv 12:10:51 > git --version # timeout=10 12:10:51 > git --version # 'git version 2.25.1' 12:10:51 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } 12:10:50 > git config core.sparsecheckout # timeout=10 12:10:50 > git checkout -f 75989084b2098d4d6e07cea357130a4765d6e7ac # timeout=10 12:10:50 > git remote # timeout=10 12:10:50 > git config --get remote.origin.url # timeout=10 12:10:50 using GIT_SSH to set credentials SSH Credentials for GitHub 12:10:50 Verifying host key using known hosts file 12:10:50 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:10:50 > git merge bc8bec4a73d0404efbe6ccf3648f358a175bc285 # timeout=10 12:10:50 > git rev-parse HEAD^{commit} # timeout=10 12:10:50 > git config core.sparsecheckout # timeout=10 12:10:50 > git checkout -f 75989084b2098d4d6e07cea357130a4765d6e7ac # timeout=10 [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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:10:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:10:52 12:10:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:10:52 % Total % Received % Xferd Average Speed Time Time Time Current 12:10:52 Dload Upload Total Spent Left Speed 12:10:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 71602 0 --:--:-- --:--:-- --:--:-- 71602 12:10:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:10:52 latest: Pulling from edgex-lftools-log-publisher 12:10:52 5eb5b503b376: Pulling fs layer 12:10:52 5c69ac0246d0: Pulling fs layer 12:10:52 ec43610c2a17: Pulling fs layer 12:10:52 3a2ae6a8a46f: Pulling fs layer 12:10:52 33b1e0a273af: Pulling fs layer 12:10:52 5d3b04190fa2: Pulling fs layer 12:10:52 2f39f015ded8: Pulling fs layer 12:10:52 33b1e0a273af: Waiting 12:10:52 5d3b04190fa2: Waiting 12:10:52 2f39f015ded8: Waiting 12:10:52 3a2ae6a8a46f: Waiting 12:10:52 5c69ac0246d0: Download complete 12:10:52 3a2ae6a8a46f: Verifying Checksum 12:10:52 3a2ae6a8a46f: Download complete [Pipeline] sh 12:10:52 33b1e0a273af: Verifying Checksum 12:10:52 33b1e0a273af: Download complete 12:10:52 5d3b04190fa2: Verifying Checksum 12:10:52 5d3b04190fa2: Download complete 12:10:52 ec43610c2a17: Verifying Checksum 12:10:52 ec43610c2a17: Download complete 12:10:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json 12:10:53 5eb5b503b376: Verifying Checksum 12:10:53 5eb5b503b376: Download complete [Pipeline] sh 12:10:53 + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:10:53 sudo tee /etc/docker/daemon.new 12:10:53 { 12:10:53 "registry-mirrors": [ 12:10:53 "https://nexus3.edgexfoundry.org:10001" 12:10:53 ], 12:10:53 "bip": "10.250.0.254/24", 12:10:53 "hosts": [ 12:10:53 "tcp://0.0.0.0:5555", 12:10:53 "unix:///var/run/docker.sock" 12:10:53 ], 12:10:53 "mtu": 1458, 12:10:53 "selinux-enabled": true, 12:10:53 "seccomp-profile": "/etc/docker/seccomp.json" 12:10:53 } [Pipeline] sh 12:10:53 2f39f015ded8: Download complete 12:10:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:10:54 + sudo service docker restart 12:10:54 5eb5b503b376: Pull complete 12:10:54 5c69ac0246d0: Pull complete 12:10:54 ec43610c2a17: Pull complete 12:10:54 3a2ae6a8a46f: Pull complete 12:10:54 33b1e0a273af: Pull complete 12:10:55 5d3b04190fa2: Pull complete 12:10:59 2f39f015ded8: Pull complete 12:10:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:10:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:10:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:10:59 prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container 12:10:59 $ 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-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:11:05 $ docker top e92cf585e6e84ca1b723fb1806f32d53b87b1ce3e01510265ed530cfafc59596 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:11:05 ---> job-cost.sh 12:11:05 lf-activate-venv: SKIPPING 12:11:05 INFO: No Stack... 12:11:05 INFO: Retrieving Pricing Info for: v3-standard-8 12:11:06 INFO: Archiving Costs [Pipeline] sh 12:11:06 + cat /w/workspace/_app-service-configurable_PR-468/archives/cost.csv 12:11:06 + cut -d, -f6 [Pipeline] lock 12:11:06 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] 12:11:06 Resource [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] did not exist. Created. 12:11:06 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:11:07 + echo total: 0.2199999988079071 [Pipeline] stash 12:11:07 Stashed 1 file(s) [Pipeline] } 12:11:07 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:11:07 $ docker stop --time=1 e92cf585e6e84ca1b723fb1806f32d53b87b1ce3e01510265ed530cfafc59596 12:11:08 $ docker rm -f e92cf585e6e84ca1b723fb1806f32d53b87b1ce3e01510265ed530cfafc59596 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:11:12 provisioning config files... 12:11:12 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config12001909904618669359tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:11:12 ---> docker-login.sh 12:11:12 nexus3.edgexfoundry.org:10001 12:11:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:13 Configure a credential helper to remove this warning. See 12:11:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:13 12:11:13 Login Succeeded 12:11:13 nexus3.edgexfoundry.org:10002 12:11:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:14 Configure a credential helper to remove this warning. See 12:11:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:14 12:11:14 Login Succeeded 12:11:14 nexus3.edgexfoundry.org:10003 12:11:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:14 Configure a credential helper to remove this warning. See 12:11:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:14 12:11:14 Login Succeeded 12:11:14 nexus3.edgexfoundry.org:10004 12:11:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:14 Configure a credential helper to remove this warning. See 12:11:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:14 12:11:14 Login Succeeded 12:11:14 docker.io 12:11:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:15 Configure a credential helper to remove this warning. See 12:11:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:15 12:11:15 Login Succeeded 12:11:15 ---> docker-login.sh ends [Pipeline] } 12:11:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:11:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:11:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:11:15 ========================================================= 12:11:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 12:11:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:11:16 + 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:11:16 Sending build context to Docker daemon 206.8kB 12:11:16 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 12:11:16 Step 2/14 : FROM ${BASE} AS builder 12:11:16 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:11:16 b3c136eddcbf: Pulling fs layer 12:11:16 c0a3192eca97: Pulling fs layer 12:11:16 a050256f5b6f: Pulling fs layer 12:11:16 656be50a0ddc: Pulling fs layer 12:11:16 2bbca73fdf42: Pulling fs layer 12:11:16 46d945488cbd: Pulling fs layer 12:11:16 8a5474983e97: Pulling fs layer 12:11:16 329c88fbcd65: Pulling fs layer 12:11:16 46d945488cbd: Waiting 12:11:16 8a5474983e97: Waiting 12:11:16 329c88fbcd65: Waiting 12:11:16 656be50a0ddc: Waiting 12:11:16 2bbca73fdf42: Waiting 12:11:16 a050256f5b6f: Verifying Checksum 12:11:16 a050256f5b6f: Download complete 12:11:16 c0a3192eca97: Verifying Checksum 12:11:16 c0a3192eca97: Download complete 12:11:16 2bbca73fdf42: Verifying Checksum 12:11:16 2bbca73fdf42: Download complete 12:11:16 b3c136eddcbf: Verifying Checksum 12:11:16 b3c136eddcbf: Download complete 12:11:16 46d945488cbd: Verifying Checksum 12:11:16 46d945488cbd: Download complete 12:11:17 b3c136eddcbf: Pull complete 12:11:18 329c88fbcd65: Verifying Checksum 12:11:18 329c88fbcd65: Download complete 12:11:18 c0a3192eca97: Pull complete 12:11:18 a050256f5b6f: Pull complete 12:11:19 8a5474983e97: Verifying Checksum 12:11:19 8a5474983e97: Download complete 12:11:20 656be50a0ddc: Verifying Checksum 12:11:20 656be50a0ddc: Download complete 12:11:32 656be50a0ddc: Pull complete 12:11:32 2bbca73fdf42: Pull complete 12:11:32 46d945488cbd: Pull complete 12:11:38 8a5474983e97: Pull complete 12:11:40 329c88fbcd65: Pull complete 12:11:40 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 12:11:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 12:11:40 ---> ff4287adb874 12:11:40 Step 3/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:11:42 ---> Running in 48cb7506ee76 12:11:42 Removing intermediate container 48cb7506ee76 12:11:42 ---> f8b3aeaa2737 12:11:42 Step 4/14 : ARG ALPINE_PKG_EXTRA="" 12:11:42 ---> Running in 6f978ba5e02e 12:11:42 Removing intermediate container 6f978ba5e02e 12:11:42 ---> 0f9645df2381 12:11:42 Step 5/14 : ARG ADD_BUILD_TAGS="" 12:11:42 ---> Running in b0cee3813af5 12:11:42 Removing intermediate container b0cee3813af5 12:11:42 ---> 3bb0eb89553f 12:11:42 Step 6/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:11:42 ---> Running in e460c1b54a68 12:11:43 Removing intermediate container e460c1b54a68 12:11:43 ---> 6a8e12675afc 12:11:43 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:43 ---> Running in 9db723088adb 12:11:45 Removing intermediate container 9db723088adb 12:11:45 ---> b5d5b9a2406b 12:11:45 Step 8/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:11:45 ---> Running in 929d809af1ca 12:11:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:11:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:11:47 OK: 221 MiB in 51 packages 12:11:48 Removing intermediate container 929d809af1ca 12:11:48 ---> 167121de12ba 12:11:48 Step 9/14 : WORKDIR /app 12:11:48 ---> Running in 677908db22b6 12:11:49 Removing intermediate container 677908db22b6 12:11:49 ---> ef6aa0e8a121 12:11:49 Step 10/14 : COPY go.mod vendor* ./ 12:11:49 ---> ca929fecdd96 12:11:49 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:49 ---> Running in 442cdd5b10c8 12:12:36 Removing intermediate container 442cdd5b10c8 12:12:36 ---> f31c1928913e 12:12:36 Step 12/14 : COPY . . 12:12:36 ---> 82550feeac13 12:12:36 Step 13/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:12:36 ---> Running in 897a571697ed 12:12:36 Removing intermediate container 897a571697ed 12:12:36 ---> b00ae5b069a5 12:12:36 Step 14/14 : RUN $MAKE 12:12:36 ---> Running in f0549e0a7e1d 12:12:36 noop 12:12:36 Removing intermediate container f0549e0a7e1d 12:12:36 ---> c527f2afd5f7 12:12:36 Successfully built c527f2afd5f7 12:12:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:12:36 + docker inspect -f . ci-base-image-arm64 12:12:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:12:37 prd-ubuntu20.04-docker-arm64-4c-16g-437 does not seem to be running inside a container 12:12:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:12:38 $ docker top 4408682d15fdf892866f5554a37bb1afc738a57411a993333f52ab5585cca875 -eo pid,comm [Pipeline] { [Pipeline] sh 12:12:39 + go version 12:12:39 go version go1.18.3 linux/arm64 [Pipeline] } 12:12:39 $ docker stop --time=1 4408682d15fdf892866f5554a37bb1afc738a57411a993333f52ab5585cca875 12:12:40 $ docker rm -f 4408682d15fdf892866f5554a37bb1afc738a57411a993333f52ab5585cca875 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:12:41 + docker inspect -f . ci-base-image-arm64 12:12:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:12:41 prd-ubuntu20.04-docker-arm64-4c-16g-437 does not seem to be running inside a container 12:12:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:12:43 $ docker top 5cd403cb0a3b378781f6bdff503b1c556fc5b3f979907cd3af1d6703db788801 -eo pid,comm [Pipeline] { [Pipeline] sh 12:12:43 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 12:12:44 + make test 12:12:44 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:14:06 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:14:06 CGO_ENABLED=1 go vet ./... 12:14:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:14:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:14:18 ./bin/test-attribution-txt.sh 12:14:18 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 12:14:18 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 12:14:18 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 12:14:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:14:18 $ docker stop --time=1 5cd403cb0a3b378781f6bdff503b1c556fc5b3f979907cd3af1d6703db788801 12:14:20 $ docker rm -f 5cd403cb0a3b378781f6bdff503b1c556fc5b3f979907cd3af1d6703db788801 [Pipeline] // withDockerContainer [Pipeline] sh 12:14:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:14:21 Warning: overwriting stash ‘coverage-report’ 12:14:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:14:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:14:22 + ls -al . 12:14:22 total 172 12:14:22 drwxrwxr-x 7 jenkins jenkins 4096 Sep 21 12:12 . 12:14:22 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 12:10 .. 12:14:22 -rw-rw-r-- 1 jenkins jenkins 119 Sep 21 12:10 .dockerignore 12:14:22 drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 12:10 .git 12:14:22 drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 12:10 .github 12:14:22 -rw-rw-r-- 1 jenkins jenkins 171 Sep 21 12:10 .gitignore 12:14:22 -rw-rw-r-- 1 jenkins jenkins 8830 Sep 21 12:10 Attribution.txt 12:14:22 -rw-rw-r-- 1 jenkins jenkins 27269 Sep 21 12:10 CHANGELOG.md 12:14:22 -rw-rw-r-- 1 jenkins jenkins 2146 Sep 21 12:10 Dockerfile 12:14:22 -rw-rw-r-- 1 jenkins jenkins 677 Sep 21 12:10 GOVERNANCE.md 12:14:22 -rw-rw-r-- 1 jenkins jenkins 688 Sep 21 12:10 Jenkinsfile 12:14:22 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 21 12:10 LICENSE 12:14:22 -rw-rw-r-- 1 jenkins jenkins 618 Sep 21 12:10 OWNERS.md 12:14:22 -rw-rw-r-- 1 jenkins jenkins 4369 Sep 21 12:10 README.md 12:14:22 -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 12:09 VERSION 12:14:22 drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 12:10 bin 12:14:22 -rw-r--r-- 1 jenkins jenkins 10 Sep 21 12:12 coverage.out 12:14:22 -rw-rw-r-- 1 jenkins jenkins 3476 Sep 21 12:10 go.mod 12:14:22 -rw-rw-r-- 1 jenkins jenkins 37381 Sep 21 12:10 go.sum 12:14:22 -rw-rw-r-- 1 jenkins jenkins 1949 Sep 21 12:10 main.go 12:14:22 -rw-rw-r-- 1 jenkins jenkins 2185 Sep 21 12:10 makefile 12:14:22 drwxrwxr-x 10 jenkins jenkins 4096 Sep 21 12:10 res 12:14:22 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 12:10 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:23 + 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=75989084b2098d4d6e07cea357130a4765d6e7ac --label arch=arm64 --label version=0.0.0 . 12:14:23 Sending build context to Docker daemon 207.9kB 12:14:23 Step 1/28 : ARG BASE=golang:1.18-alpine3.16 12:14:23 Step 2/28 : FROM ${BASE} AS builder 12:14:23 ---> c527f2afd5f7 12:14:23 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:14:23 ---> Running in b9d41e6c392f 12:14:23 Removing intermediate container b9d41e6c392f 12:14:23 ---> 00a107e4ce8c 12:14:23 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 12:14:23 ---> Running in 1335242af693 12:14:24 Removing intermediate container 1335242af693 12:14:24 ---> f0b7383e657c 12:14:24 Step 5/28 : ARG ADD_BUILD_TAGS="" 12:14:24 ---> Running in c6ace62a16d9 12:14:24 Removing intermediate container c6ace62a16d9 12:14:24 ---> f77514244d41 12:14:24 Step 6/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:14:24 ---> Running in 1e97f6e104d1 12:14:24 Removing intermediate container 1e97f6e104d1 12:14:24 ---> 6d599b3dd372 12:14:24 Step 7/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:14:24 ---> Running in 39e01be1ac0e 12:14:26 Removing intermediate container 39e01be1ac0e 12:14:26 ---> e1f0da768e9a 12:14:26 Step 8/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:14:26 ---> Running in fdf9cb934663 12:14:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:14:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:14:29 OK: 221 MiB in 51 packages 12:14:29 Removing intermediate container fdf9cb934663 12:14:29 ---> 53b969202d1b 12:14:29 Step 9/28 : WORKDIR /app 12:14:30 ---> Running in 7d950d8caddb 12:14:30 Removing intermediate container 7d950d8caddb 12:14:30 ---> f10ddc9d2eab 12:14:30 Step 10/28 : COPY go.mod vendor* ./ 12:14:30 ---> ab428472e83f 12:14:30 Step 11/28 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:14:30 ---> Running in 1f6cb3088b42 12:14:32 Removing intermediate container 1f6cb3088b42 12:14:32 ---> 79f709451e08 12:14:32 Step 12/28 : COPY . . 12:14:33 ---> 5ff05f392052 12:14:33 Step 13/28 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:14:33 ---> Running in 6174fab1ad6c 12:14:33 Removing intermediate container 6174fab1ad6c 12:14:33 ---> 827ab1bcc5f6 12:14:33 Step 14/28 : RUN $MAKE 12:14:33 ---> Running in e617fd881c81 12:14:34 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.3.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 12:16:56 Removing intermediate container e617fd881c81 12:16:56 ---> ae44ef77d73e 12:16:56 Step 15/28 : FROM alpine:3.16 12:16:56 3.16: Pulling from library/alpine 12:16:56 9b18e9b68314: Pulling fs layer 12:16:56 9b18e9b68314: Verifying Checksum 12:16:56 9b18e9b68314: Download complete 12:16:57 9b18e9b68314: Pull complete 12:16:57 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 12:16:57 Status: Downloaded newer image for alpine:3.16 12:16:57 ---> a6215f271958 12:16:57 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 12:16:57 ---> Running in d5833e0087dd 12:16:57 Removing intermediate container d5833e0087dd 12:16:57 ---> 12f72131dc2c 12:16:57 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 12:16:57 ---> Running in 7b2a37783e6b 12:16:57 Removing intermediate container 7b2a37783e6b 12:16:57 ---> e28eaf436d54 12:16:57 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 12:16:57 ---> Running in 017a2688579e 12:16:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 12:16:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 12:17:00 (1/7) Installing ca-certificates (20220614-r0) 12:17:00 (2/7) Installing dumb-init (1.2.5-r1) 12:17:00 (3/7) Installing libgcc (11.2.1_git20220219-r2) 12:17:00 (4/7) Installing libsodium (1.0.18-r0) 12:17:00 (5/7) Installing libstdc++ (11.2.1_git20220219-r2) 12:17:00 (6/7) Installing libzmq (4.3.4-r0) 12:17:00 (7/7) Installing zeromq (4.3.4-r0) 12:17:00 Executing busybox-1.35.0-r17.trigger 12:17:00 Executing ca-certificates-20220614-r0.trigger 12:17:00 OK: 9 MiB in 21 packages 12:17:01 Removing intermediate container 017a2688579e 12:17:01 ---> 52fb2b9129fd 12:17:01 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 12:17:01 ---> 7165e528ae1f 12:17:01 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 12:17:02 ---> f05f4a288b5d 12:17:02 Step 21/28 : COPY --from=builder /app/res/ /res/ 12:17:02 ---> af712b7103d2 12:17:02 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 12:17:04 ---> eb9d78ab59d1 12:17:04 Step 23/28 : EXPOSE 48095 12:17:04 ---> Running in 2cbcda6fb18e 12:17:04 Removing intermediate container 2cbcda6fb18e 12:17:04 ---> 83c05a415430 12:17:04 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 12:17:04 ---> Running in ed1c6b1ec650 12:17:04 Removing intermediate container ed1c6b1ec650 12:17:04 ---> 7859b5290d43 12:17:04 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:17:05 ---> Running in d3ce2e09ef69 12:17:05 Removing intermediate container d3ce2e09ef69 12:17:05 ---> 9d9507d42964 12:17:05 Step 26/28 : LABEL arch=arm64 12:17:05 ---> Running in 698062047b70 12:17:06 Removing intermediate container 698062047b70 12:17:06 ---> ef6d6346599e 12:17:06 Step 27/28 : LABEL git_sha=75989084b2098d4d6e07cea357130a4765d6e7ac 12:17:06 ---> Running in 708c05e50d6a 12:17:07 Removing intermediate container 708c05e50d6a 12:17:07 ---> 7385058c3a46 12:17:07 Step 28/28 : LABEL version=0.0.0 12:17:07 ---> Running in 042f504e217f 12:17:07 Removing intermediate container 042f504e217f 12:17:07 ---> 419ac51716de 12:17:07 [Warning] One or more build-args [ARCH] were not consumed 12:17:07 Successfully built 419ac51716de 12:17:07 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:17:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:17:08 12:17:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:17:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:17:08 arm64: Pulling from edgex-lftools-log-publisher 12:17:08 8998bd30e6a1: Pulling fs layer 12:17:08 04944245beec: Pulling fs layer 12:17:08 699f458cf7ca: Pulling fs layer 12:17:08 765212b225bb: Pulling fs layer 12:17:08 f23df028b6ca: Pulling fs layer 12:17:08 d65c8cfc05b1: Pulling fs layer 12:17:08 2437ff75d9bd: Pulling fs layer 12:17:08 765212b225bb: Waiting 12:17:08 f23df028b6ca: Waiting 12:17:08 d65c8cfc05b1: Waiting 12:17:08 2437ff75d9bd: Waiting 12:17:08 04944245beec: Verifying Checksum 12:17:08 04944245beec: Download complete 12:17:08 765212b225bb: Verifying Checksum 12:17:08 765212b225bb: Download complete 12:17:08 f23df028b6ca: Verifying Checksum 12:17:08 f23df028b6ca: Download complete 12:17:08 d65c8cfc05b1: Verifying Checksum 12:17:08 d65c8cfc05b1: Download complete 12:17:08 699f458cf7ca: Verifying Checksum 12:17:08 699f458cf7ca: Download complete 12:17:09 8998bd30e6a1: Verifying Checksum 12:17:09 8998bd30e6a1: Download complete 12:17:11 2437ff75d9bd: Verifying Checksum 12:17:11 2437ff75d9bd: Download complete 12:17:13 8998bd30e6a1: Pull complete 12:17:13 04944245beec: Pull complete 12:17:15 699f458cf7ca: Pull complete 12:17:15 765212b225bb: Pull complete 12:17:16 f23df028b6ca: Pull complete 12:17:16 d65c8cfc05b1: Pull complete 12:17:31 2437ff75d9bd: Pull complete 12:17:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:17:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:17:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:17:31 prd-ubuntu20.04-docker-arm64-4c-16g-437 does not seem to be running inside a container 12:17:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:17:33 $ docker top 751a61dfeeecf1e2eea6ac45fd7fc8696b067e00f619c1bb225247a218ff37bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:17:34 ---> job-cost.sh 12:17:34 lf-activate-venv: SKIPPING 12:17:34 INFO: No Stack... 12:17:35 INFO: Retrieving Pricing Info for: v3-standard-4 12:17:36 INFO: Archiving Costs [Pipeline] sh 12:17:36 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 12:17:36 + cut -d, -f6 [Pipeline] lock 12:17:36 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] 12:17:36 Resource [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] did not exist. Created. 12:17:36 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:17:37 /w/workspace/app-service-configurable/1@tmp/durable-46d53b55/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:17:38 + echo total: 0.10999999940395355 [Pipeline] stash 12:17:38 Warning: overwriting stash ‘stack-cost’ 12:17:38 Stashed 1 file(s) [Pipeline] } 12:17:38 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-468-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:17:38 $ docker stop --time=1 751a61dfeeecf1e2eea6ac45fd7fc8696b067e00f619c1bb225247a218ff37bb 12:17:39 $ docker rm -f 751a61dfeeecf1e2eea6ac45fd7fc8696b067e00f619c1bb225247a218ff37bb [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:17:40 provisioning config files... 12:17:40 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-468@tmp/config1611652837546124017tmp [Pipeline] { [Pipeline] sh 12:17:40 + set +x 12:17:40 + + curl -s https://codecov.io/bash 12:17:40 bash -s -- 12:17:40 12:17:40 _____ _ 12:17:40 / ____| | | 12:17:40 | | ___ __| | ___ ___ _____ __ 12:17:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:17:40 | |___| (_) | (_| | __/ (_| (_) \ V / 12:17:40 \_____\___/ \__,_|\___|\___\___/ \_/ 12:17:40 Bash-1.0.6 12:17:40 12:17:40 12:17:40 ==> git version 2.25.1 found 12:17:40 ==> 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:17:40 Release-Date: 2020-01-08 12:17:40 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:17:40 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:17:40 ==> Jenkins CI detected. 12:17:40 current dir:  /w/workspace/_app-service-configurable_PR-468 12:17:40 project root: . 12:17:40 --> token set from env 12:17:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:17:40 ==> Running gcov in . (disable via -X gcov) 12:17:40 ==> Python coveragepy not found 12:17:40 ==> Searching for coverage reports in: 12:17:40 + . 12:17:40 -> Found 1 reports 12:17:40 ==> Detecting git/mercurial file structure 12:17:40 ==> Reading reports 12:17:40 + ./coverage.out bytes=10 12:17:40 ==> Appending adjustments 12:17:40 https://docs.codecov.io/docs/fixing-reports 12:17:41 + Found adjustments 12:17:41 ==> Gzipping contents 12:17:41 4.0K /tmp/codecov.lQrVdr.gz 12:17:41 ==> Uploading reports 12:17:41 url: https://codecov.io 12:17:41 query: branch=PR-468&commit=75989084b2098d4d6e07cea357130a4765d6e7ac&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-468%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=468&job=&cmd_args= 12:17:41 -> Pinging Codecov 12:17:41 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=PR-468&commit=75989084b2098d4d6e07cea357130a4765d6e7ac&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-468%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=468&job=&cmd_args= 12:17:41 -> Uploading to 12:17:41 https://storage.googleapis.com/codecov/v4/raw/2022-09-21/A97CA9966030D2A3747ED39772930CCE/75989084b2098d4d6e07cea357130a4765d6e7ac/1052a11f-95ab-4820-a7f9-307f03626ad6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220921%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220921T121741Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fc7f5042eb0ed819ed90cc060281e86f9c08b0577dbb576d8b9802e336ebee22 12:17:41 % Total % Received % Xferd Average Speed Time Time Time Current 12:17:41 Dload Upload Total Spent Left Speed 12:17:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 527 0 0 100 527 0 1996 --:--:-- --:--:-- --:--:-- 1996 12:17:41 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/75989084b2098d4d6e07cea357130a4765d6e7ac [Pipeline] } 12:17:41 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:17:43 + [ -d /w/workspace/_app-service-configurable_PR-468/archives ] 12:17:43 + ls -al /w/workspace/_app-service-configurable_PR-468/archives 12:17:43 total 16 12:17:43 drwxr-xr-x 3 root root 4096 Sep 21 12:11 . 12:17:43 drwxrwxr-x 9 jenkins jenkins 4096 Sep 21 12:11 .. 12:17:43 drwxr-xr-x 2 root root 4096 Sep 21 12:11 cost 12:17:43 -rw-r--r-- 1 root root 96 Sep 21 12:11 cost.csv 12:17:43 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-468/archives 12:17:43 + ls -al /w/workspace/_app-service-configurable_PR-468/archives 12:17:43 total 16 12:17:43 drwxr-xr-x 3 jenkins jenkins 4096 Sep 21 12:11 . 12:17:43 drwxrwxr-x 9 jenkins jenkins 4096 Sep 21 12:11 .. 12:17:43 drwxr-xr-x 2 jenkins jenkins 4096 Sep 21 12:11 cost 12:17:43 -rw-r--r-- 1 jenkins jenkins 96 Sep 21 12:11 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:17:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:17:44 ---> package-listing.sh 12:17:44 ++ facter osfamily 12:17:44 ++ tr '[:upper:]' '[:lower:]' 12:17:44 + OS_FAMILY=debian 12:17:44 + workspace=/w/workspace/_app-service-configurable_PR-468 12:17:44 + START_PACKAGES=/tmp/packages_start.txt 12:17:44 + END_PACKAGES=/tmp/packages_end.txt 12:17:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:17:44 + PACKAGES=/tmp/packages_start.txt 12:17:44 + '[' /w/workspace/_app-service-configurable_PR-468 ']' 12:17:44 + PACKAGES=/tmp/packages_end.txt 12:17:44 + case "${OS_FAMILY}" in 12:17:44 + dpkg -l 12:17:44 + grep '^ii' 12:17:44 + '[' -f /tmp/packages_start.txt ']' 12:17:44 + '[' -f /tmp/packages_end.txt ']' 12:17:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:17:44 + '[' /w/workspace/_app-service-configurable_PR-468 ']' 12:17:44 + mkdir -p /w/workspace/_app-service-configurable_PR-468/archives/ 12:17:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-468/archives/ [Pipeline] echo 12:17:44 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-468/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:17:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:17:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:17:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:17:46 prd-ubuntu20.04-docker-8c-8g-436 does not seem to be running inside a container 12:17:46 $ 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-468/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-468 -v /w/workspace/_app-service-configurable_PR-468:/w/workspace/_app-service-configurable_PR-468:rw,z -v /w/workspace/_app-service-configurable_PR-468@tmp:/w/workspace/_app-service-configurable_PR-468@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:17:46 $ docker top 000d99a6864a253fde64192f58c20235c4e6abc55211778bef83548d9d5d702e -eo pid,comm [Pipeline] { [Pipeline] sh 12:17:46 + touch /tmp/pre-build-complete [Pipeline] sh 12:17:46 + mkdir -p /var/log/sysstat [Pipeline] sh 12:17:47 + ls /var/log/sa-host 12:17:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:17:47 provisioning config files... 12:17:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-468@tmp/config11323139165974079230tmp [Pipeline] { [Pipeline] echo 12:17:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:17:47 ---> create-netrc.sh [Pipeline] } 12:17:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:17:48 ---> python-tools-install.sh [Pipeline] echo 12:17:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:17:48 ---> sudo-logs.sh 12:17:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:17:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:17:48 ---> job-cost.sh 12:17:48 lf-activate-venv: SKIPPING 12:17:48 DEBUG: total: 0.2199999988079071 12:17:48 INFO: Retrieving Stack Cost... 12:17:49 INFO: Retrieving Pricing Info for: v3-standard-8 12:17:49 INFO: Archiving Costs [Pipeline] echo 12:17:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:17:50 ---> logs-deploy.sh 12:17:50 lf-activate-venv: SKIPPING 12:17:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-468/1 12:17:50 INFO: archiving workspace using pattern(s): 12:17:51 Archives upload complete. 12:17:51 INFO: archiving logs to Nexus 12:17:51 ---> uname -a: 12:17:51 Linux prd-ubuntu20-04-docker-8c-8g-436 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:17:51 12:17:51