Pull request #1437 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68+a0fbb639a0b4966beb98bbe592b56df463a281b9 (68614616e9ff8e10699e2b98a221188de6dfe97c) 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-ssh9097745757917188123.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh18165087664602978046.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-functions-sdk-go/branches/PR-1437/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-functions-sdk-go/branches/PR-1437/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10046645602524413415.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-1437/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13811719835882389505.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh12827023714393654755.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-1437/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-functions-sdk-go/branches/PR-1437/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16234867011921538635.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [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-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 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-functions-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1016 in /w/workspace/dry_app-functions-sdk-go_PR-1437 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/dry_app-functions-sdk-go_PR-1437 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.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-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/1437/head:refs/remotes/origin/PR-1437 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a0fbb639a0b4966beb98bbe592b56df463a281b9 into PR head commit ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 Merge succeeded, producing ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 Checking out Revision ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 (PR-1437) > git config core.sparsecheckout # timeout=10 > git checkout -f ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a0fbb639a0b4966beb98bbe592b56df463a281b9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 # timeout=10 Commit message: "feat(security)!: Add authentication hooks to routes" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:50:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:50:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:50:42 ========================================================= 00:50:42 EdgeX Global Pipelines Version Info 00:50:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:50:42 ------------------- 00:50:42 stable info: 00:50:42 ------------------- 00:50:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:50:42 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 00:50:42 Message: update stable to v1.0.250 00:50:43 ------------------- 00:50:43 experimental info: 00:50:43 ------------------- 00:50:43 Commited By: **** collab-it+edgex@linuxfoundation.org 00:50:43 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 00:50:43 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:50:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 00:50:43 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 00:50:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:50:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:50:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:50:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:50:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:50:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:50:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:50:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1437 [Pipeline] echo 00:50:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1437 [Pipeline] echo 00:50:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1437 [Pipeline] echo 00:50:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 [Pipeline] echo 00:50:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ecb4ab4 [Pipeline] echo 00:50:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:50:45 + git rev-list -1 --merges ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68~1..ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 [Pipeline] echo 00:50:45 -----------> git rev-list -1 --merges ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68~1..ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 [false] [Pipeline] sh 00:50:46 + git log --format=format:%s -1 ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 [Pipeline] echo 00:50:46 ========================================================= 00:50:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:50:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:50:46 + git log --format=format:%s -1 ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 [Pipeline] echo 00:50:46 [semverPrep] GIT_COMMIT: ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68, Commit Message: feat(security)!: Add authentication hooks to routes [Pipeline] echo 00:50:46 [semverPrep] This is not a build commit. [Pipeline] sh 00:50:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:50:47 + grep -v github /etc/ssh/ssh_known_hosts 00:50:47 + [ -e /tmp/ssh_known_hosts ] 00:50:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:50:47 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:50:47 + sudo tee -a /etc/ssh/ssh_known_hosts 00:50:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:50:47 00:50:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:50:48 0.1.4: Pulling from edgex-devops/py-git-semver 00:50:48 b85a868b505f: Pulling fs layer 00:50:48 e2be974225ed: Pulling fs layer 00:50:48 339a4e72a1f5: Pulling fs layer 00:50:48 988bab9f4d93: Pulling fs layer 00:50:48 1469e6f7b9e6: Pulling fs layer 00:50:48 eaf3925da568: Pulling fs layer 00:50:48 bab4dde63d76: Pulling fs layer 00:50:48 bde34c3a00c8: Pulling fs layer 00:50:48 b352a97aabf1: Pulling fs layer 00:50:48 4872d77fe225: Pulling fs layer 00:50:48 5851b861e8e6: Pulling fs layer 00:50:48 1469e6f7b9e6: Waiting 00:50:48 eaf3925da568: Waiting 00:50:48 bab4dde63d76: Waiting 00:50:48 bde34c3a00c8: Waiting 00:50:48 b352a97aabf1: Waiting 00:50:48 4872d77fe225: Waiting 00:50:48 5851b861e8e6: Waiting 00:50:48 988bab9f4d93: Waiting 00:50:48 e2be974225ed: Verifying Checksum 00:50:48 e2be974225ed: Download complete 00:50:48 988bab9f4d93: Verifying Checksum 00:50:48 988bab9f4d93: Download complete 00:50:48 1469e6f7b9e6: Verifying Checksum 00:50:48 1469e6f7b9e6: Download complete 00:50:48 eaf3925da568: Download complete 00:50:48 339a4e72a1f5: Verifying Checksum 00:50:48 339a4e72a1f5: Download complete 00:50:48 bde34c3a00c8: Download complete 00:50:48 b352a97aabf1: Download complete 00:50:48 4872d77fe225: Verifying Checksum 00:50:48 4872d77fe225: Download complete 00:50:48 5851b861e8e6: Download complete 00:50:48 b85a868b505f: Verifying Checksum 00:50:48 b85a868b505f: Download complete 00:50:48 bab4dde63d76: Verifying Checksum 00:50:48 bab4dde63d76: Download complete 00:50:49 b85a868b505f: Pull complete 00:50:49 e2be974225ed: Pull complete 00:50:50 339a4e72a1f5: Pull complete 00:50:50 988bab9f4d93: Pull complete 00:50:50 1469e6f7b9e6: Pull complete 00:50:50 eaf3925da568: Pull complete 00:50:52 bab4dde63d76: Pull complete 00:50:52 bde34c3a00c8: Pull complete 00:50:52 b352a97aabf1: Pull complete 00:50:52 4872d77fe225: Pull complete 00:50:52 5851b861e8e6: Pull complete 00:50:52 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:50:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:50:52 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:53 prd-ubuntu20.04-docker-8c-8g-1016 does not seem to be running inside a container 00:50:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-functions-sdk-go_PR-1437 -v /w/workspace/dry_app-functions-sdk-go_PR-1437:/w/workspace/dry_app-functions-sdk-go_PR-1437:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1437@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1437@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-devops/py-git-semver:0.1.4 cat 00:50:58 $ docker top 5908283a3ec2d0556541a22e84b980ae27fad547a8f419f2d73f6a6e15a2146f -eo pid,comm 00:50:58 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). 00:50:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:58 [ssh-agent] Looking for ssh-agent implementation... 00:50:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:58 $ docker exec 5908283a3ec2d0556541a22e84b980ae27fad547a8f419f2d73f6a6e15a2146f ssh-agent 00:50:58 SSH_AUTH_SOCK=/tmp/ssh-oU9BrieNnqXb/agent.32 00:50:58 SSH_AGENT_PID=38 00:50:58 Running ssh-add (command line suppressed) 00:50:58 Identity added: /w/workspace/dry_app-functions-sdk-go_PR-1437@tmp/private_key_16505105523981184674.key (/w/workspace/dry_app-functions-sdk-go_PR-1437@tmp/private_key_16505105523981184674.key) 00:50:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:59 + git tag --points-at HEAD [Pipeline] } 00:50:59 $ docker exec --env ******** --env ******** 5908283a3ec2d0556541a22e84b980ae27fad547a8f419f2d73f6a6e15a2146f ssh-agent -k 00:50:59 unset SSH_AUTH_SOCK; 00:50:59 unset SSH_AGENT_PID; 00:50:59 echo Agent pid 38 killed; 00:50:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:50:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:59 [ssh-agent] Looking for ssh-agent implementation... 00:50:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:59 $ docker exec 5908283a3ec2d0556541a22e84b980ae27fad547a8f419f2d73f6a6e15a2146f ssh-agent 00:50:59 SSH_AUTH_SOCK=/tmp/ssh-ZIBddQZnz2iL/agent.70 00:50:59 SSH_AGENT_PID=76 00:50:59 Running ssh-add (command line suppressed) 00:50:59 Identity added: /w/workspace/dry_app-functions-sdk-go_PR-1437@tmp/private_key_11726550289618006236.key (/w/workspace/dry_app-functions-sdk-go_PR-1437@tmp/private_key_11726550289618006236.key) 00:50:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:59 + git semver init 00:51:00 2023-07-13 00:51:00,093 [run_init] DEBUG init version:0.0.0 force:False 00:51:00 2023-07-13 00:51:00,094 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-functions-sdk-go_PR-1437/.semver 00:51:00 2023-07-13 00:51:00,094 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-functions-sdk-go.git /w/workspace/dry_app-functions-sdk-go_PR-1437/.semver 00:51:00 2023-07-13 00:51:00,094 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-functions-sdk-go.git', '/w/workspace/dry_app-functions-sdk-go_PR-1437/.semver'], cwd=/w/workspace/dry_app-functions-sdk-go_PR-1437, universal_newlines=False, shell=None, istream=None) 00:51:02 2023-07-13 00:51:01,853 [append_file] DEBUG append to file:/w/workspace/dry_app-functions-sdk-go_PR-1437/.git/info/exclude 00:51:02 2023-07-13 00:51:01,854 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-functions-sdk-go_PR-1437/.semver/PR-1437 with force:False 00:51:02 2023-07-13 00:51:01,854 [write_file] DEBUG write to file:/w/workspace/dry_app-functions-sdk-go_PR-1437/.semver/PR-1437 00:51:02 2023-07-13 00:51:01,858 [execute] INFO git cat-file --batch-check 00:51:02 2023-07-13 00:51:01,859 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-functions-sdk-go_PR-1437/.semver, universal_newlines=False, shell=None, istream=) 00:51:02 2023-07-13 00:51:01,865 [execute] INFO git cat-file --batch 00:51:02 2023-07-13 00:51:01,866 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-functions-sdk-go_PR-1437/.semver, universal_newlines=False, shell=None, istream=) 00:51:02 2023-07-13 00:51:01,871 [read_version] DEBUG read version from /w/workspace/dry_app-functions-sdk-go_PR-1437/.semver/PR-1437 00:51:02 0.0.0 [Pipeline] } 00:51:02 $ docker exec --env ******** --env ******** 5908283a3ec2d0556541a22e84b980ae27fad547a8f419f2d73f6a6e15a2146f ssh-agent -k 00:51:02 unset SSH_AUTH_SOCK; 00:51:02 unset SSH_AGENT_PID; 00:51:02 echo Agent pid 76 killed; 00:51:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:51:02 + git semver [Pipeline] } 00:51:02 $ docker stop --time=1 5908283a3ec2d0556541a22e84b980ae27fad547a8f419f2d73f6a6e15a2146f 00:51:04 $ docker rm -f --volumes 5908283a3ec2d0556541a22e84b980ae27fad547a8f419f2d73f6a6e15a2146f [Pipeline] // withDockerContainer [Pipeline] sh 00:51:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:51:04 Stashed 1 file(s) [Pipeline] echo 00:51:04 [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] unstash [Pipeline] echo 00:51:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:51:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:51:05 ========================================================= 00:51:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 00:51:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 00:51:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:51:06 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 00:51:06 4db1b89c0bd1: Pulling fs layer 00:51:06 6911f1a30b25: Pulling fs layer 00:51:06 e194b8c5c2a9: Pulling fs layer 00:51:06 6863d3e3a2b1: Pulling fs layer 00:51:06 ec0bb842ea78: Pulling fs layer 00:51:06 40a00589a448: Pulling fs layer 00:51:06 6c08303d61cc: Pulling fs layer 00:51:06 798269fcf238: Pulling fs layer 00:51:06 ec0bb842ea78: Waiting 00:51:06 40a00589a448: Waiting 00:51:06 798269fcf238: Waiting 00:51:06 6863d3e3a2b1: Waiting 00:51:06 6911f1a30b25: Verifying Checksum 00:51:06 6911f1a30b25: Download complete 00:51:06 6863d3e3a2b1: Download complete 00:51:06 ec0bb842ea78: Download complete 00:51:06 4db1b89c0bd1: Verifying Checksum 00:51:06 4db1b89c0bd1: Download complete 00:51:06 40a00589a448: Verifying Checksum 00:51:06 40a00589a448: Download complete 00:51:06 4db1b89c0bd1: Pull complete 00:51:06 6911f1a30b25: Pull complete 00:51:06 798269fcf238: Verifying Checksum 00:51:06 798269fcf238: Download complete 00:51:06 e194b8c5c2a9: Verifying Checksum 00:51:06 e194b8c5c2a9: Download complete 00:51:06 6c08303d61cc: Verifying Checksum 00:51:06 6c08303d61cc: Download complete 00:51:10 e194b8c5c2a9: Pull complete 00:51:10 6863d3e3a2b1: Pull complete 00:51:10 ec0bb842ea78: Pull complete 00:51:10 40a00589a448: Pull complete 00:51:12 6c08303d61cc: Pull complete 00:51:13 798269fcf238: Pull complete 00:51:13 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 00:51:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:51:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 00:51:13 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:14 + docker inspect -f . ci-base-image-x86_64 00:51:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:51:14 prd-ubuntu20.04-docker-8c-8g-1016 does not seem to be running inside a container 00:51:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-functions-sdk-go_PR-1437 -v /w/workspace/dry_app-functions-sdk-go_PR-1437:/w/workspace/dry_app-functions-sdk-go_PR-1437:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1437@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1437@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:51:20 Still waiting to schedule task 00:51:20 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 00:51:22 $ docker top 0d8feda355410a0090a36b18b2a5fdce7f48f5791982c8649febdc0c3738bc28 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:22 + go version 00:51:22 go version go1.20.6 linux/amd64 [Pipeline] } 00:51:23 $ docker stop --time=1 0d8feda355410a0090a36b18b2a5fdce7f48f5791982c8649febdc0c3738bc28 00:51:24 $ docker rm -f --volumes 0d8feda355410a0090a36b18b2a5fdce7f48f5791982c8649febdc0c3738bc28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:24 + docker inspect -f . ci-base-image-x86_64 00:51:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:51:25 prd-ubuntu20.04-docker-8c-8g-1016 does not seem to be running inside a container 00:51:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dry_app-functions-sdk-go_PR-1437 -v /w/workspace/dry_app-functions-sdk-go_PR-1437:/w/workspace/dry_app-functions-sdk-go_PR-1437:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1437@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1437@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:51:25 $ docker top 72960b307fe20195ddb82a536c24c2ac8cfc5400ef0a2e2fe3aa033a1f72fdf2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:26 + git config --global --add safe.directory /w/workspace/dry_app-functions-sdk-go_PR-1437 [Pipeline] fileExists [Pipeline] sh 00:51:26 + make test 00:51:26 make -C ./app-service-template build 00:51:26 make[1]: Entering directory '/w/workspace/dry_app-functions-sdk-go_PR-1437/app-service-template' 00:51:26 go mod tidy 00:51:26 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.2 00:51:26 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.1.0-dev.4 00:51:26 go: downloading github.com/google/uuid v1.3.0 00:51:26 go: downloading github.com/stretchr/testify v1.8.4 00:51:26 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:51:26 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.1.0-dev.3 00:51:26 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.1.0-dev.9 00:51:26 go: downloading github.com/gorilla/mux v1.8.0 00:51:26 go: downloading github.com/hashicorp/go-multierror v1.1.1 00:51:26 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.7 00:51:26 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 00:51:26 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 00:51:26 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 00:51:26 go: downloading github.com/stretchr/objx v0.5.0 00:51:26 go: downloading gopkg.in/yaml.v3 v3.0.1 00:51:26 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.1.0-dev.3 00:51:26 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.1.0-dev.3 00:51:26 go: downloading github.com/go-playground/validator/v10 v10.14.1 00:51:26 go: downloading github.com/go-kit/log v0.2.1 00:51:26 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 00:51:26 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:51:26 go: downloading github.com/mitchellh/copystructure v1.2.0 00:51:26 go: downloading github.com/hashicorp/errwrap v1.1.0 00:51:26 go: downloading github.com/gorilla/websocket v1.5.0 00:51:26 go: downloading golang.org/x/net v0.10.0 00:51:26 go: downloading golang.org/x/sync v0.2.0 00:51:26 go: downloading github.com/go-logfmt/logfmt v0.5.1 00:51:26 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 00:51:26 go: downloading github.com/hashicorp/consul/api v1.22.0 00:51:26 go: downloading github.com/x448/float16 v0.8.4 00:51:26 go: downloading github.com/nats-io/nats.go v1.27.1 00:51:26 go: downloading github.com/go-redis/redis/v7 v7.3.0 00:51:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:51:26 go: downloading github.com/mitchellh/reflectwalk v1.0.2 00:51:26 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 00:51:26 go: downloading github.com/go-playground/universal-translator v0.18.1 00:51:26 go: downloading github.com/leodido/go-urn v1.2.4 00:51:26 go: downloading golang.org/x/crypto v0.9.0 00:51:26 go: downloading golang.org/x/text v0.9.0 00:51:26 go: downloading github.com/go-playground/locales v0.14.1 00:51:26 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:51:26 go: downloading github.com/nats-io/nats-server/v2 v2.9.19 00:51:26 go: downloading github.com/go-playground/assert/v2 v2.2.0 00:51:26 go: downloading github.com/Microsoft/go-winio v0.6.0 00:51:26 go: downloading github.com/zeebo/errs v1.3.0 00:51:26 go: downloading google.golang.org/grpc v1.53.0 00:51:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 00:51:27 go: downloading github.com/hashicorp/go-hclog v1.5.0 00:51:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:51:27 go: downloading github.com/hashicorp/serf v0.10.1 00:51:27 go: downloading github.com/mitchellh/mapstructure v1.5.0 00:51:27 go: downloading golang.org/x/exp v0.0.0-20230321023759-10a507213a29 00:51:27 go: downloading github.com/google/go-cmp v0.5.9 00:51:27 go: downloading github.com/hashicorp/consul/sdk v0.14.0 00:51:27 go: downloading github.com/hashicorp/go-uuid v1.0.3 00:51:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:51:27 go: downloading github.com/onsi/ginkgo v1.10.1 00:51:27 go: downloading github.com/onsi/gomega v1.7.0 00:51:27 go: downloading github.com/klauspost/compress v1.16.5 00:51:27 go: downloading github.com/nats-io/nkeys v0.4.4 00:51:27 go: downloading github.com/nats-io/nuid v1.0.1 00:51:27 go: downloading golang.org/x/sys v0.8.0 00:51:27 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 00:51:27 go: downloading github.com/kr/pretty v0.1.0 00:51:27 go: downloading google.golang.org/protobuf v1.28.1 00:51:27 go: downloading golang.org/x/tools v0.6.0 00:51:27 go: downloading github.com/minio/highwayhash v1.0.2 00:51:27 go: downloading github.com/nats-io/jwt/v2 v2.4.1 00:51:27 go: downloading golang.org/x/time v0.3.0 00:51:27 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 00:51:27 go: downloading github.com/golang/protobuf v1.5.2 00:51:27 go: downloading github.com/mitchellh/go-homedir v1.1.0 00:51:27 go: downloading github.com/fatih/color v1.14.1 00:51:28 go: downloading github.com/mattn/go-colorable v0.1.13 00:51:28 go: downloading github.com/mattn/go-isatty v0.0.17 00:51:28 go: downloading github.com/hashicorp/go-version v1.2.1 00:51:28 go: downloading github.com/pkg/errors v0.9.1 00:51:28 go: downloading github.com/armon/go-metrics v0.4.1 00:51:28 go: downloading github.com/hashicorp/go-msgpack v0.5.5 00:51:28 go: downloading github.com/hashicorp/memberlist v0.5.0 00:51:28 go: downloading github.com/kr/text v0.2.0 00:51:28 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:51:28 go: downloading github.com/pascaldekloe/goe v0.1.0 00:51:28 go: downloading gopkg.in/yaml.v2 v2.4.0 00:51:28 go: downloading github.com/hpcloud/tail v1.0.0 00:51:28 go: downloading github.com/google/btree v1.0.1 00:51:28 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 00:51:28 go: downloading github.com/miekg/dns v1.1.41 00:51:28 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:51:28 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:51:28 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:51:28 go: downloading gopkg.in/fsnotify.v1 v1.4.7 00:51:28 go: downloading golang.org/x/mod v0.8.0 00:51:28 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-new-service 00:51:43 make[1]: Leaving directory '/w/workspace/dry_app-functions-sdk-go_PR-1437/app-service-template' 00:51:43 make -C ./app-service-template test 00:51:43 make[1]: Entering directory '/w/workspace/dry_app-functions-sdk-go_PR-1437/app-service-template' 00:51:43 go test -race -coverprofile=coverage.out ./... 00:52:01 # app-new-service [app-new-service.test] 00:52:01 ./main_test.go:61:10: cannot use mockAppService (variable of type *mocks.ApplicationService) as "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService value in return statement: *mocks.ApplicationService does not implement "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService (missing method AddCustomRoute) 00:52:01 ./main_test.go:93:10: cannot use mockAppService (variable of type *mocks.ApplicationService) as "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService value in return statement: *mocks.ApplicationService does not implement "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService (missing method AddCustomRoute) 00:52:01 ./main_test.go:127:10: cannot use mockAppService (variable of type *mocks.ApplicationService) as "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService value in return statement: *mocks.ApplicationService does not implement "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService (missing method AddCustomRoute) 00:52:01 ./main_test.go:164:10: cannot use mockAppService (variable of type *mocks.ApplicationService) as "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService value in return statement: *mocks.ApplicationService does not implement "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService (missing method AddCustomRoute) 00:52:01 ? app-new-service/config [no test files] 00:52:01 FAIL app-new-service [build failed] 00:52:01 ok app-new-service/functions 0.060s coverage: 85.3% of statements 00:52:01 FAIL 00:52:01 make[1]: *** [Makefile:64: test] Error 1 00:52:01 make[1]: Leaving directory '/w/workspace/dry_app-functions-sdk-go_PR-1437/app-service-template' 00:52:01 make: *** [Makefile:40: test-template] Error 2 [Pipeline] } 00:52:01 $ docker stop --time=1 72960b307fe20195ddb82a536c24c2ac8cfc5400ef0a2e2fe3aa033a1f72fdf2 00:52:15 $ docker rm -f --volumes 72960b307fe20195ddb82a536c24c2ac8cfc5400ef0a2e2fe3aa033a1f72fdf2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:52:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:52:17 00:52:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:52:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:52:17 latest: Pulling from edgex-lftools-log-publisher 00:52:17 5eb5b503b376: Pulling fs layer 00:52:17 5c69ac0246d0: Pulling fs layer 00:52:17 ec43610c2a17: Pulling fs layer 00:52:17 3a2ae6a8a46f: Pulling fs layer 00:52:17 33b1e0a273af: Pulling fs layer 00:52:17 5d3b04190fa2: Pulling fs layer 00:52:17 2f39f015ded8: Pulling fs layer 00:52:17 3a2ae6a8a46f: Waiting 00:52:17 5d3b04190fa2: Waiting 00:52:17 33b1e0a273af: Waiting 00:52:17 2f39f015ded8: Waiting 00:52:17 5c69ac0246d0: Download complete 00:52:17 3a2ae6a8a46f: Download complete 00:52:17 33b1e0a273af: Verifying Checksum 00:52:17 33b1e0a273af: Download complete 00:52:17 ec43610c2a17: Verifying Checksum 00:52:17 ec43610c2a17: Download complete 00:52:17 5d3b04190fa2: Verifying Checksum 00:52:17 5d3b04190fa2: Download complete 00:52:18 5eb5b503b376: Verifying Checksum 00:52:18 5eb5b503b376: Download complete 00:52:18 2f39f015ded8: Download complete 00:52:19 5eb5b503b376: Pull complete 00:52:19 5c69ac0246d0: Pull complete 00:52:19 ec43610c2a17: Pull complete 00:52:19 3a2ae6a8a46f: Pull complete 00:52:20 33b1e0a273af: Pull complete 00:52:20 5d3b04190fa2: Pull complete 00:52:24 2f39f015ded8: Pull complete 00:52:24 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:52:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:52:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:52:24 prd-ubuntu20.04-docker-8c-8g-1016 does not seem to be running inside a container 00:52:24 $ 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/dry_app-functions-sdk-go_PR-1437 -v /w/workspace/dry_app-functions-sdk-go_PR-1437:/w/workspace/dry_app-functions-sdk-go_PR-1437:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1437@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1437@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:52:33 $ docker top 94c1541c3e3256335dabf89d2b406894b3eac773769b4014fdd2701b6689c8b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:52:33 ---> job-cost.sh 00:52:33 lf-activate-venv: SKIPPING 00:52:33 INFO: No Stack... 00:52:34 INFO: Retrieving Pricing Info for: v3-standard-8 00:52:34 INFO: Archiving Costs [Pipeline] sh 00:52:34 + cat /w/workspace/dry_app-functions-sdk-go_PR-1437/archives/cost.csv 00:52:34 + cut -d, -f6 [Pipeline] lock 00:52:34 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-1437-1-stack-cost] 00:52:34 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1437-1-stack-cost] did not exist. Created. 00:52:34 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-1437-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:52:35 + echo total: 0.2199999988079071 [Pipeline] stash 00:52:35 Stashed 1 file(s) [Pipeline] } 00:52:35 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1437-1-stack-cost] [Pipeline] // lock [Pipeline] } 00:52:35 $ docker stop --time=1 94c1541c3e3256335dabf89d2b406894b3eac773769b4014fdd2701b6689c8b0 00:52:36 $ docker rm -f --volumes 94c1541c3e3256335dabf89d2b406894b3eac773769b4014fdd2701b6689c8b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:52:36 Failed in branch amd64 00:54:39 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1017 in /w/workspace/dry_app-functions-sdk-go_PR-1437 [Pipeline] { [Pipeline] ws 00:54:39 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 00:54:39 The recommended git tool is: git 00:54:45 using credential edgex-jenkins-ssh 00:54:45 Cloning the remote Git repository 00:54:45 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:54:45 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 00:54:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:54:45 > git --version # timeout=10 00:54:45 > git --version # 'git version 2.25.1' 00:54:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:54:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:54:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:54:50 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:54:50 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:54:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/1437/head:refs/remotes/origin/PR-1437 +refs/heads/main:refs/remotes/origin/main # timeout=10 00:54:51 Merging remotes/origin/main commit a0fbb639a0b4966beb98bbe592b56df463a281b9 into PR head commit ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 00:54:51 Merge succeeded, producing ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 00:54:51 Checking out Revision ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 (PR-1437) 00:54:51 > git config core.sparsecheckout # timeout=10 00:54:51 > git checkout -f ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 # timeout=10 00:54:51 > git remote # timeout=10 00:54:51 > git config --get remote.origin.url # timeout=10 00:54:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:51 > git merge a0fbb639a0b4966beb98bbe592b56df463a281b9 # timeout=10 00:54:51 > git rev-parse HEAD^{commit} # timeout=10 00:54:51 > git config core.sparsecheckout # timeout=10 00:54:51 > git checkout -f ecb4ab4a54a9ebc46f7b98414108fb7f0cb42e68 # timeout=10 00:54:55 Commit message: "feat(security)!: Add authentication hooks to routes" 00:54:55 > git --version # timeout=10 00:54:55 > git --version # 'git version 2.25.1' 00:54:55 fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:54:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:54:56 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:56 Dload Upload Total Spent Left Speed 00:54:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 214k 0 --:--:-- --:--:-- --:--:-- 218k [Pipeline] sh 00:54:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:54:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 00:54:57 sudo tee /etc/docker/daemon.new 00:54:57 { 00:54:57 "registry-mirrors": [ 00:54:57 "https://nexus3.edgexfoundry.org:10001" 00:54:57 ], 00:54:57 "bip": "10.250.0.254/24", 00:54:57 "hosts": [ 00:54:57 "tcp://0.0.0.0:5555", 00:54:57 "unix:///var/run/docker.sock" 00:54:57 ], 00:54:57 "mtu": 1458, 00:54:57 "selinux-enabled": true, 00:54:57 "seccomp-profile": "/etc/docker/seccomp.json" 00:54:57 } [Pipeline] sh 00:54:58 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:54:58 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 00:55:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:55:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:55:17 ========================================================= 00:55:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 00:55:17 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 00:55:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:55:18 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:55:18 edb6bdbacee9: Pulling fs layer 00:55:18 5f9638ab2659: Pulling fs layer 00:55:18 8d51d6327a98: Pulling fs layer 00:55:18 8b374f2dd631: Pulling fs layer 00:55:18 ec14aa9079de: Pulling fs layer 00:55:18 2f466654f4bb: Pulling fs layer 00:55:18 554e91adad29: Pulling fs layer 00:55:18 ec14aa9079de: Waiting 00:55:18 2f466654f4bb: Waiting 00:55:18 554e91adad29: Waiting 00:55:18 8b374f2dd631: Waiting 00:55:18 5f9638ab2659: Download complete 00:55:18 8b374f2dd631: Verifying Checksum 00:55:18 8b374f2dd631: Download complete 00:55:18 ec14aa9079de: Verifying Checksum 00:55:18 ec14aa9079de: Download complete 00:55:18 edb6bdbacee9: Verifying Checksum 00:55:18 edb6bdbacee9: Download complete 00:55:19 edb6bdbacee9: Pull complete 00:55:19 554e91adad29: Verifying Checksum 00:55:19 554e91adad29: Download complete 00:55:19 5f9638ab2659: Pull complete 00:55:20 2f466654f4bb: Verifying Checksum 00:55:20 2f466654f4bb: Download complete 00:55:20 8d51d6327a98: Verifying Checksum 00:55:20 8d51d6327a98: Download complete 00:55:33 8d51d6327a98: Pull complete 00:55:33 8b374f2dd631: Pull complete 00:55:33 ec14aa9079de: Pull complete 00:55:39 2f466654f4bb: Pull complete 00:55:41 554e91adad29: Pull complete 00:55:41 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 00:55:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:55:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 00:55:42 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:42 + docker inspect -f . ci-base-image-arm64 00:55:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:55:42 prd-ubuntu20.04-docker-arm64-4c-16g-1017 does not seem to be running inside a container 00:55:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:55:45 $ docker top 34fcabe2bab74b8782c5be572189644a3e6ca9c54a9bcfde9a3c7955a9e525c3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:46 + go version 00:55:46 go version go1.20.6 linux/arm64 [Pipeline] } 00:55:46 $ docker stop --time=1 34fcabe2bab74b8782c5be572189644a3e6ca9c54a9bcfde9a3c7955a9e525c3 00:55:47 $ docker rm -f --volumes 34fcabe2bab74b8782c5be572189644a3e6ca9c54a9bcfde9a3c7955a9e525c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:55:48 + docker inspect -f . ci-base-image-arm64 00:55:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:55:48 prd-ubuntu20.04-docker-arm64-4c-16g-1017 does not seem to be running inside a container 00:55:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:55:52 $ docker top 8665ea715b1251ad0f999605ae0c16e60a7a4c766537c83434421f9dfbce6fda -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:52 + git config --global --add safe.directory /w/workspace/app-functions-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 00:55:53 + make test 00:55:53 make -C ./app-service-template build 00:55:53 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 00:55:53 go mod tidy 00:55:53 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.2 00:55:53 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:55:54 go: downloading github.com/google/uuid v1.3.0 00:55:54 go: downloading github.com/stretchr/testify v1.8.4 00:55:54 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.1.0-dev.4 00:55:54 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.1.0-dev.9 00:55:54 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.1.0-dev.3 00:55:54 go: downloading github.com/go-playground/validator/v10 v10.14.1 00:55:54 go: downloading gopkg.in/yaml.v3 v3.0.1 00:55:54 go: downloading github.com/go-kit/log v0.2.1 00:55:54 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 00:55:54 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.2.7 00:55:54 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 00:55:54 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 00:55:54 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 00:55:54 go: downloading github.com/stretchr/objx v0.5.0 00:55:55 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.1.0-dev.3 00:55:55 go: downloading github.com/gorilla/mux v1.8.0 00:55:55 go: downloading github.com/hashicorp/go-multierror v1.1.1 00:55:55 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.1.0-dev.3 00:55:55 go: downloading github.com/go-logfmt/logfmt v0.5.1 00:55:55 go: downloading github.com/mitchellh/copystructure v1.2.0 00:55:55 go: downloading github.com/x448/float16 v0.8.4 00:55:55 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 00:55:55 go: downloading github.com/go-playground/universal-translator v0.18.1 00:55:55 go: downloading github.com/leodido/go-urn v1.2.4 00:55:55 go: downloading golang.org/x/crypto v0.9.0 00:55:55 go: downloading golang.org/x/text v0.9.0 00:55:56 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:55:56 go: downloading github.com/go-playground/assert/v2 v2.2.0 00:55:56 go: downloading github.com/go-playground/locales v0.14.1 00:56:00 go: downloading github.com/gorilla/websocket v1.5.0 00:56:00 go: downloading golang.org/x/net v0.10.0 00:56:00 go: downloading golang.org/x/sync v0.2.0 00:56:00 go: downloading github.com/hashicorp/consul/api v1.22.0 00:56:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:56:00 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 00:56:00 go: downloading github.com/hashicorp/errwrap v1.1.0 00:56:00 go: downloading github.com/mitchellh/reflectwalk v1.0.2 00:56:00 go: downloading github.com/kr/pretty v0.1.0 00:56:00 go: downloading golang.org/x/sys v0.8.0 00:56:00 go: downloading github.com/nats-io/nats.go v1.27.1 00:56:00 go: downloading github.com/nats-io/nats-server/v2 v2.9.19 00:56:00 go: downloading github.com/go-redis/redis/v7 v7.3.0 00:56:01 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 00:56:01 go: downloading github.com/hashicorp/go-hclog v1.5.0 00:56:01 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:56:01 go: downloading github.com/hashicorp/serf v0.10.1 00:56:01 go: downloading github.com/mitchellh/mapstructure v1.5.0 00:56:01 go: downloading golang.org/x/exp v0.0.0-20230321023759-10a507213a29 00:56:01 go: downloading github.com/google/go-cmp v0.5.9 00:56:01 go: downloading github.com/hashicorp/consul/sdk v0.14.0 00:56:01 go: downloading github.com/hashicorp/go-uuid v1.0.3 00:56:01 go: downloading github.com/Microsoft/go-winio v0.6.0 00:56:01 go: downloading github.com/zeebo/errs v1.3.0 00:56:01 go: downloading google.golang.org/grpc v1.53.0 00:56:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:56:03 go: downloading github.com/kr/text v0.2.0 00:56:03 go: downloading github.com/klauspost/compress v1.16.5 00:56:03 go: downloading github.com/nats-io/nkeys v0.4.4 00:56:03 go: downloading github.com/nats-io/nuid v1.0.1 00:56:03 go: downloading github.com/onsi/ginkgo v1.10.1 00:56:03 go: downloading github.com/onsi/gomega v1.7.0 00:56:03 go: downloading github.com/fatih/color v1.14.1 00:56:03 go: downloading github.com/mattn/go-colorable v0.1.13 00:56:03 go: downloading github.com/mattn/go-isatty v0.0.17 00:56:03 go: downloading github.com/mitchellh/go-homedir v1.1.0 00:56:03 go: downloading github.com/minio/highwayhash v1.0.2 00:56:03 go: downloading github.com/nats-io/jwt/v2 v2.4.1 00:56:03 go: downloading golang.org/x/time v0.3.0 00:56:03 go: downloading github.com/armon/go-metrics v0.4.1 00:56:03 go: downloading github.com/hashicorp/go-msgpack v0.5.5 00:56:04 go: downloading github.com/hashicorp/memberlist v0.5.0 00:56:04 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 00:56:04 go: downloading github.com/hashicorp/go-version v1.2.1 00:56:04 go: downloading github.com/pkg/errors v0.9.1 00:56:04 go: downloading google.golang.org/protobuf v1.28.1 00:56:04 go: downloading golang.org/x/tools v0.6.0 00:56:04 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 00:56:08 go: downloading github.com/golang/protobuf v1.5.2 00:56:08 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:56:08 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:56:08 go: downloading github.com/pascaldekloe/goe v0.1.0 00:56:08 go: downloading github.com/google/btree v1.0.1 00:56:08 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 00:56:08 go: downloading github.com/miekg/dns v1.1.41 00:56:08 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:56:08 go: downloading gopkg.in/yaml.v2 v2.4.0 00:56:08 go: downloading github.com/hpcloud/tail v1.0.0 00:56:08 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:56:08 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:56:08 go: downloading golang.org/x/mod v0.8.0 00:56:08 go: downloading gopkg.in/fsnotify.v1 v1.4.7 00:56:09 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-new-service 00:58:15 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 00:58:15 make -C ./app-service-template test 00:58:15 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 00:58:15 go test -race -coverprofile=coverage.out ./... 01:01:37 # app-new-service [app-new-service.test] 01:01:37 ./main_test.go:61:10: cannot use mockAppService (variable of type *mocks.ApplicationService) as "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService value in return statement: *mocks.ApplicationService does not implement "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService (missing method AddCustomRoute) 01:01:37 ./main_test.go:93:10: cannot use mockAppService (variable of type *mocks.ApplicationService) as "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService value in return statement: *mocks.ApplicationService does not implement "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService (missing method AddCustomRoute) 01:01:37 ./main_test.go:127:10: cannot use mockAppService (variable of type *mocks.ApplicationService) as "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService value in return statement: *mocks.ApplicationService does not implement "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService (missing method AddCustomRoute) 01:01:37 ./main_test.go:164:10: cannot use mockAppService (variable of type *mocks.ApplicationService) as "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService value in return statement: *mocks.ApplicationService does not implement "github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces".ApplicationService (missing method AddCustomRoute) 01:01:37 ? app-new-service/config [no test files] 01:01:37 FAIL app-new-service [build failed] 01:01:41 ok app-new-service/functions 0.252s coverage: 85.3% of statements 01:01:41 FAIL 01:01:42 make[1]: *** [Makefile:64: test] Error 1 01:01:42 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template' 01:01:42 make: *** [Makefile:40: test-template] Error 2 [Pipeline] } 01:01:42 $ docker stop --time=1 8665ea715b1251ad0f999605ae0c16e60a7a4c766537c83434421f9dfbce6fda 01:01:44 $ docker rm -f --volumes 8665ea715b1251ad0f999605ae0c16e60a7a4c766537c83434421f9dfbce6fda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:01:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:01:48 01:01:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:01:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:01:49 arm64: Pulling from edgex-lftools-log-publisher 01:01:49 8998bd30e6a1: Pulling fs layer 01:01:49 04944245beec: Pulling fs layer 01:01:49 699f458cf7ca: Pulling fs layer 01:01:49 765212b225bb: Pulling fs layer 01:01:49 f23df028b6ca: Pulling fs layer 01:01:49 d65c8cfc05b1: Pulling fs layer 01:01:49 2437ff75d9bd: Pulling fs layer 01:01:49 765212b225bb: Waiting 01:01:49 f23df028b6ca: Waiting 01:01:49 d65c8cfc05b1: Waiting 01:01:49 2437ff75d9bd: Waiting 01:01:49 04944245beec: Verifying Checksum 01:01:49 04944245beec: Download complete 01:01:49 765212b225bb: Download complete 01:01:49 f23df028b6ca: Verifying Checksum 01:01:49 f23df028b6ca: Download complete 01:01:49 d65c8cfc05b1: Verifying Checksum 01:01:49 d65c8cfc05b1: Download complete 01:01:49 699f458cf7ca: Verifying Checksum 01:01:49 699f458cf7ca: Download complete 01:01:50 8998bd30e6a1: Verifying Checksum 01:01:50 8998bd30e6a1: Download complete 01:01:52 2437ff75d9bd: Verifying Checksum 01:01:52 2437ff75d9bd: Download complete 01:01:54 8998bd30e6a1: Pull complete 01:01:55 04944245beec: Pull complete 01:01:56 699f458cf7ca: Pull complete 01:01:56 765212b225bb: Pull complete 01:01:57 f23df028b6ca: Pull complete 01:01:57 d65c8cfc05b1: Pull complete 01:02:12 2437ff75d9bd: Pull complete 01:02:12 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:02:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:02:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:02:12 prd-ubuntu20.04-docker-arm64-4c-16g-1017 does not seem to be running inside a container 01:02:12 $ 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-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:02:15 $ docker top 12e026ef50d160e752e66a33cd574dab8b057365cddbcd36a2fd745b1b160459 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:02:16 ---> job-cost.sh 01:02:16 lf-activate-venv: SKIPPING 01:02:16 INFO: No Stack... 01:02:17 INFO: Retrieving Pricing Info for: v3-standard-4 01:02:17 INFO: Archiving Costs [Pipeline] sh 01:02:18 + cat /w/workspace/app-functions-sdk-go/1/archives/cost.csv 01:02:18 + cut -d, -f6 [Pipeline] lock 01:02:18 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-1437-1-stack-cost] 01:02:18 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1437-1-stack-cost] did not exist. Created. 01:02:18 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-1437-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:02:18 /w/workspace/app-functions-sdk-go/1@tmp/durable-51b5bfe5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:02:19 + echo total: 0.10999999940395355 [Pipeline] stash 01:02:19 Warning: overwriting stash ‘stack-cost’ 01:02:19 Stashed 1 file(s) [Pipeline] } 01:02:19 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-1437-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:02:19 $ docker stop --time=1 12e026ef50d160e752e66a33cd574dab8b057365cddbcd36a2fd745b1b160459 01:02:22 $ docker rm -f --volumes 12e026ef50d160e752e66a33cd574dab8b057365cddbcd36a2fd745b1b160459 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:02:22 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:02:24 + [ -d /w/workspace/dry_app-functions-sdk-go_PR-1437/archives ] 01:02:24 + ls -al /w/workspace/dry_app-functions-sdk-go_PR-1437/archives 01:02:24 total 16 01:02:24 drwxr-xr-x 3 root root 4096 Jul 13 00:52 . 01:02:24 drwxrwxr-x 10 jenkins jenkins 4096 Jul 13 00:52 .. 01:02:24 drwxr-xr-x 2 root root 4096 Jul 13 00:52 cost 01:02:24 -rw-r--r-- 1 root root 93 Jul 13 00:52 cost.csv 01:02:24 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-functions-sdk-go_PR-1437/archives 01:02:24 + ls -al /w/workspace/dry_app-functions-sdk-go_PR-1437/archives 01:02:24 total 16 01:02:24 drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 00:52 . 01:02:24 drwxrwxr-x 10 jenkins jenkins 4096 Jul 13 00:52 .. 01:02:24 drwxr-xr-x 2 jenkins jenkins 4096 Jul 13 00:52 cost 01:02:24 -rw-r--r-- 1 jenkins jenkins 93 Jul 13 00:52 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:02:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:02:25 ---> package-listing.sh 01:02:25 ++ facter osfamily 01:02:25 ++ tr '[:upper:]' '[:lower:]' 01:02:26 + OS_FAMILY=debian 01:02:26 + workspace=/w/workspace/dry_app-functions-sdk-go_PR-1437 01:02:26 + START_PACKAGES=/tmp/packages_start.txt 01:02:26 + END_PACKAGES=/tmp/packages_end.txt 01:02:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:02:26 + PACKAGES=/tmp/packages_start.txt 01:02:26 + '[' /w/workspace/dry_app-functions-sdk-go_PR-1437 ']' 01:02:26 + PACKAGES=/tmp/packages_end.txt 01:02:26 + case "${OS_FAMILY}" in 01:02:26 + dpkg -l 01:02:26 + grep '^ii' 01:02:26 + '[' -f /tmp/packages_start.txt ']' 01:02:26 + '[' -f /tmp/packages_end.txt ']' 01:02:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:02:26 + '[' /w/workspace/dry_app-functions-sdk-go_PR-1437 ']' 01:02:26 + mkdir -p /w/workspace/dry_app-functions-sdk-go_PR-1437/archives/ 01:02:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_app-functions-sdk-go_PR-1437/archives/ [Pipeline] echo 01:02:26 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/dry_app-functions-sdk-go_PR-1437/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:02:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:02:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:02:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:02:27 prd-ubuntu20.04-docker-8c-8g-1016 does not seem to be running inside a container 01:02:27 $ 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/dry_app-functions-sdk-go_PR-1437/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_app-functions-sdk-go_PR-1437 -v /w/workspace/dry_app-functions-sdk-go_PR-1437:/w/workspace/dry_app-functions-sdk-go_PR-1437:rw,z -v /w/workspace/dry_app-functions-sdk-go_PR-1437@tmp:/w/workspace/dry_app-functions-sdk-go_PR-1437@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:02:27 $ docker top 70af86a582390261b5f860786d785dc28e13a3dd685480b1425a903bd4164124 -eo pid,comm [Pipeline] { [Pipeline] sh 01:02:27 + touch /tmp/pre-build-complete [Pipeline] sh 01:02:28 + mkdir -p /var/log/sysstat [Pipeline] sh 01:02:28 + ls /var/log/sa-host 01:02:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:02:28 provisioning config files... 01:02:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-functions-sdk-go_PR-1437@tmp/config12682698871465176403tmp [Pipeline] { [Pipeline] echo 01:02:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:02:29 ---> create-netrc.sh [Pipeline] } 01:02:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:02:29 ---> python-tools-install.sh [Pipeline] echo 01:02:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:02:29 ---> sudo-logs.sh 01:02:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:02:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:02:30 ---> job-cost.sh 01:02:30 lf-activate-venv: SKIPPING 01:02:30 DEBUG: total: 0.2199999988079071 01:02:30 INFO: Retrieving Stack Cost... 01:02:30 INFO: Retrieving Pricing Info for: v3-standard-8 01:02:31 INFO: Archiving Costs [Pipeline] echo 01:02:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:02:31 ---> logs-deploy.sh 01:02:31 lf-activate-venv: SKIPPING 01:02:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-1437/1 01:02:31 INFO: archiving workspace using pattern(s): 01:02:32 Archives upload complete. 01:02:32 INFO: archiving logs to Nexus