Pull request #4135 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch main at fd31c8765befe4f65ed63f7a6396fa1577418d04 rather than 21175bb09138b411046d7c51f99b62731b9dbb4b Obtained Jenkinsfile from fd31c8765befe4f65ed63f7a6396fa1577418d04 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-ssh14916547703146636342.key > 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-ssh8222182826958825730.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 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/edgex-go/branches/PR-4135/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/edgex-go/branches/PR-4135/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6718739894508275280.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/edgex-go/branches/PR-4135/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6772396166403363758.key > 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-ssh14986844304627659794.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/edgex-go/branches/PR-4135/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/edgex-go/branches/PR-4135/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10440613706940255070.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 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-23779 in /w/workspace/edgexfoundry_edgex-go_PR-4135 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4135/head:refs/remotes/origin/PR-4135 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit fd31c8765befe4f65ed63f7a6396fa1577418d04 into PR head commit 21175bb09138b411046d7c51f99b62731b9dbb4b Merge succeeded, producing 21175bb09138b411046d7c51f99b62731b9dbb4b Checking out Revision 21175bb09138b411046d7c51f99b62731b9dbb4b (PR-4135) > git config core.sparsecheckout # timeout=10 > git checkout -f 21175bb09138b411046d7c51f99b62731b9dbb4b # 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 fd31c8765befe4f65ed63f7a6396fa1577418d04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21175bb09138b411046d7c51f99b62731b9dbb4b # timeout=10 Commit message: "feat(command): 3rd party command query via messaging" 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 [2022-08-29T17:12:04.865Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-29T17:12:05.032Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-29T17:12:05.127Z] ========================================================= [2022-08-29T17:12:05.127Z] EdgeX Global Pipelines Version Info [2022-08-29T17:12:05.127Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:12:05.922Z] ------------------- [2022-08-29T17:12:05.922Z] stable info: [2022-08-29T17:12:05.922Z] ------------------- [2022-08-29T17:12:05.922Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-29T17:12:05.922Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-08-29T17:12:05.922Z] Message: update stable to v1.0.239 [2022-08-29T17:12:06.502Z] ------------------- [2022-08-29T17:12:06.502Z] experimental info: [2022-08-29T17:12:06.502Z] ------------------- [2022-08-29T17:12:06.502Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-08-29T17:12:06.502Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-08-29T17:12:06.502Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-29T17:12:06.877Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-08-29T17:12:06.920Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-08-29T17:12:06.959Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-29T17:12:07.001Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-29T17:12:07.054Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-29T17:12:07.093Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-29T17:12:07.136Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-29T17:12:07.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-08-29T17:12:07.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-08-29T17:12:07.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-08-29T17:12:07.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-29T17:12:07.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-29T17:12:07.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-29T17:12:07.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-29T17:12:07.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-29T17:12:07.529Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-29T17:12:07.567Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-29T17:12:07.605Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-29T17:12:07.644Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-08-29T17:12:07.679Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-08-29T17:12:07.723Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-29T17:12:07.761Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-29T17:12:07.800Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-29T17:12:07.839Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4135 [Pipeline] echo [2022-08-29T17:12:07.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4135 [Pipeline] echo [2022-08-29T17:12:07.925Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4135 [Pipeline] echo [2022-08-29T17:12:07.966Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21175bb09138b411046d7c51f99b62731b9dbb4b [Pipeline] echo [2022-08-29T17:12:08.006Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21175bb [Pipeline] echo [2022-08-29T17:12:08.042Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-29T17:12:08.143Z] provisioning config files... [2022-08-29T17:12:08.155Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9191735926618376507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:12:08.508Z] ---> docker-login.sh [2022-08-29T17:12:08.508Z] nexus3.edgexfoundry.org:10001 [2022-08-29T17:12:08.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:12:09.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:12:09.338Z] Configure a credential helper to remove this warning. See [2022-08-29T17:12:09.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:12:09.338Z] [2022-08-29T17:12:09.338Z] Login Succeeded [2022-08-29T17:12:09.338Z] nexus3.edgexfoundry.org:10002 [2022-08-29T17:12:09.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:12:09.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:12:09.338Z] Configure a credential helper to remove this warning. See [2022-08-29T17:12:09.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:12:09.338Z] [2022-08-29T17:12:09.338Z] Login Succeeded [2022-08-29T17:12:09.338Z] nexus3.edgexfoundry.org:10003 [2022-08-29T17:12:09.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:12:09.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:12:09.338Z] Configure a credential helper to remove this warning. See [2022-08-29T17:12:09.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:12:09.338Z] [2022-08-29T17:12:09.338Z] Login Succeeded [2022-08-29T17:12:09.338Z] nexus3.edgexfoundry.org:10004 [2022-08-29T17:12:09.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:12:09.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:12:09.598Z] Configure a credential helper to remove this warning. See [2022-08-29T17:12:09.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:12:09.598Z] [2022-08-29T17:12:09.598Z] Login Succeeded [2022-08-29T17:12:09.598Z] docker.io [2022-08-29T17:12:09.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:12:09.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:12:09.859Z] Configure a credential helper to remove this warning. See [2022-08-29T17:12:09.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:12:09.859Z] [2022-08-29T17:12:09.859Z] Login Succeeded [2022-08-29T17:12:09.859Z] ---> docker-login.sh ends [Pipeline] } [2022-08-29T17:12:09.888Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-29T17:12:10.314Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-08-29T17:12:10.314Z] + + dirname cmd/core-command/Dockerfile [2022-08-29T17:12:10.314Z] cut -d/ -f2 [2022-08-29T17:12:10.314Z] + echo core-command,cmd/core-command/Dockerfile [2022-08-29T17:12:10.314Z] + dirname cmd/core-data/Dockerfile [2022-08-29T17:12:10.314Z] + cut -d/ -f2 [2022-08-29T17:12:10.314Z] + echo core-data,cmd/core-data/Dockerfile [2022-08-29T17:12:10.314Z] + + cutdirname -d/ cmd/core-metadata/Dockerfile -f2 [2022-08-29T17:12:10.314Z] [2022-08-29T17:12:10.314Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-08-29T17:12:10.314Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-08-29T17:12:10.314Z] + cut -d/ -f2 [2022-08-29T17:12:10.314Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-08-29T17:12:10.314Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-08-29T17:12:10.314Z] + cut -d/ -f2 [2022-08-29T17:12:10.314Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-08-29T17:12:10.314Z] + + cut -d/dirname -f2 cmd/security-secretstore-setup/Dockerfile [2022-08-29T17:12:10.314Z] [2022-08-29T17:12:10.314Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-08-29T17:12:10.314Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-08-29T17:12:10.314Z] + cut -d/ -f2 [2022-08-29T17:12:10.314Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-08-29T17:12:10.314Z] + dirname cmd/security-spire-agent/Dockerfile [2022-08-29T17:12:10.314Z] + cut -d/ -f2 [2022-08-29T17:12:10.314Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-08-29T17:12:10.314Z] + + dirname cmd/security-spire-config/Dockerfile [2022-08-29T17:12:10.315Z] cut -d/ -f2 [2022-08-29T17:12:10.315Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-08-29T17:12:10.315Z] + dirname cmd/security-spire-server/Dockerfile [2022-08-29T17:12:10.315Z] + cut -d/ -f2 [2022-08-29T17:12:10.315Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-08-29T17:12:10.315Z] + dirname cmd/support-notifications/Dockerfile [2022-08-29T17:12:10.315Z] + cut -d/ -f2 [2022-08-29T17:12:10.315Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-08-29T17:12:10.315Z] + + dirname cmd/support-scheduler/Dockerfile [2022-08-29T17:12:10.315Z] cut -d/ -f2 [2022-08-29T17:12:10.315Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-08-29T17:12:10.315Z] + + dirname cmd/sys-mgmt-agent/Dockerfile [2022-08-29T17:12:10.315Z] cut -d/ -f2 [2022-08-29T17:12:10.315Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-08-29T17:12:10.366Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-29T17:12:10.863Z] + git rev-list -1 --merges 21175bb09138b411046d7c51f99b62731b9dbb4b~1..21175bb09138b411046d7c51f99b62731b9dbb4b [Pipeline] echo [2022-08-29T17:12:10.899Z] -----------> git rev-list -1 --merges 21175bb09138b411046d7c51f99b62731b9dbb4b~1..21175bb09138b411046d7c51f99b62731b9dbb4b 21175bb09138b411046d7c51f99b62731b9dbb4b [false] [Pipeline] sh [2022-08-29T17:12:11.218Z] + git log --format=format:%s -1 21175bb09138b411046d7c51f99b62731b9dbb4b [Pipeline] echo [2022-08-29T17:12:11.253Z] ========================================================= [2022-08-29T17:12:11.253Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-29T17:12:11.253Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-08-29T17:12:11.753Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-29T17:12:11.753Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-29T17:12:11.753Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-29T17:12:11.753Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-29T17:12:11.753Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-29T17:12:11.753Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-29T17:12:11.753Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-29T17:12:12.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-29T17:12:12.234Z] [2022-08-29T17:12:12.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-29T17:12:12.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-29T17:12:12.613Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-29T17:12:12.613Z] b85a868b505f: Pulling fs layer [2022-08-29T17:12:12.613Z] e2be974225ed: Pulling fs layer [2022-08-29T17:12:12.613Z] 339a4e72a1f5: Pulling fs layer [2022-08-29T17:12:12.613Z] 988bab9f4d93: Pulling fs layer [2022-08-29T17:12:12.613Z] 1469e6f7b9e6: Pulling fs layer [2022-08-29T17:12:12.613Z] eaf3925da568: Pulling fs layer [2022-08-29T17:12:12.613Z] bab4dde63d76: Pulling fs layer [2022-08-29T17:12:12.613Z] bde34c3a00c8: Pulling fs layer [2022-08-29T17:12:12.613Z] b352a97aabf1: Pulling fs layer [2022-08-29T17:12:12.613Z] 4872d77fe225: Pulling fs layer [2022-08-29T17:12:12.613Z] 5851b861e8e6: Pulling fs layer [2022-08-29T17:12:12.613Z] 988bab9f4d93: Waiting [2022-08-29T17:12:12.613Z] 1469e6f7b9e6: Waiting [2022-08-29T17:12:12.613Z] bde34c3a00c8: Waiting [2022-08-29T17:12:12.613Z] eaf3925da568: Waiting [2022-08-29T17:12:12.613Z] b352a97aabf1: Waiting [2022-08-29T17:12:12.613Z] bab4dde63d76: Waiting [2022-08-29T17:12:12.613Z] 5851b861e8e6: Waiting [2022-08-29T17:12:12.613Z] 4872d77fe225: Waiting [2022-08-29T17:12:12.613Z] e2be974225ed: Verifying Checksum [2022-08-29T17:12:12.613Z] e2be974225ed: Download complete [2022-08-29T17:12:12.613Z] 988bab9f4d93: Verifying Checksum [2022-08-29T17:12:12.613Z] 988bab9f4d93: Download complete [2022-08-29T17:12:12.875Z] 339a4e72a1f5: Verifying Checksum [2022-08-29T17:12:12.875Z] 339a4e72a1f5: Download complete [2022-08-29T17:12:12.875Z] 1469e6f7b9e6: Verifying Checksum [2022-08-29T17:12:12.875Z] 1469e6f7b9e6: Download complete [2022-08-29T17:12:12.875Z] eaf3925da568: Verifying Checksum [2022-08-29T17:12:12.875Z] eaf3925da568: Download complete [2022-08-29T17:12:12.875Z] bde34c3a00c8: Verifying Checksum [2022-08-29T17:12:12.875Z] bde34c3a00c8: Download complete [2022-08-29T17:12:12.875Z] b352a97aabf1: Verifying Checksum [2022-08-29T17:12:12.875Z] b352a97aabf1: Download complete [2022-08-29T17:12:12.875Z] 4872d77fe225: Verifying Checksum [2022-08-29T17:12:12.875Z] 4872d77fe225: Download complete [2022-08-29T17:12:12.875Z] 5851b861e8e6: Verifying Checksum [2022-08-29T17:12:12.875Z] 5851b861e8e6: Download complete [2022-08-29T17:12:12.875Z] b85a868b505f: Verifying Checksum [2022-08-29T17:12:12.875Z] b85a868b505f: Download complete [2022-08-29T17:12:13.135Z] bab4dde63d76: Verifying Checksum [2022-08-29T17:12:13.135Z] bab4dde63d76: Download complete [2022-08-29T17:12:14.075Z] b85a868b505f: Pull complete [2022-08-29T17:12:14.334Z] e2be974225ed: Pull complete [2022-08-29T17:12:14.913Z] 339a4e72a1f5: Pull complete [2022-08-29T17:12:14.913Z] 988bab9f4d93: Pull complete [2022-08-29T17:12:15.174Z] 1469e6f7b9e6: Pull complete [2022-08-29T17:12:15.434Z] eaf3925da568: Pull complete [2022-08-29T17:12:17.345Z] bab4dde63d76: Pull complete [2022-08-29T17:12:17.345Z] bde34c3a00c8: Pull complete [2022-08-29T17:12:17.345Z] b352a97aabf1: Pull complete [2022-08-29T17:12:17.345Z] 4872d77fe225: Pull complete [2022-08-29T17:12:17.345Z] 5851b861e8e6: Pull complete [2022-08-29T17:12:17.345Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-29T17:12:17.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-29T17:12:17.345Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-29T17:12:17.571Z] prd-ubuntu20.04-docker-8c-8g-23779 does not seem to be running inside a container [2022-08-29T17:12:17.605Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-29T17:12:20.691Z] $ docker top 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 -eo pid,comm [2022-08-29T17:12:20.751Z] 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). [2022-08-29T17:12:20.751Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-29T17:12:20.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-29T17:12:20.874Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-29T17:12:21.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-29T17:12:21.010Z] $ docker exec 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 ssh-agent [2022-08-29T17:12:21.143Z] SSH_AUTH_SOCK=/tmp/ssh-n6Sa0UN1s92a/agent.33 [2022-08-29T17:12:21.143Z] SSH_AGENT_PID=40 [2022-08-29T17:12:21.148Z] Running ssh-add (command line suppressed) [2022-08-29T17:12:21.248Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1903168929918981585.key (/w/workspace/edgex-go/1@tmp/private_key_1903168929918981585.key) [2022-08-29T17:12:21.262Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-29T17:12:21.588Z] + git tag --points-at HEAD [Pipeline] } [2022-08-29T17:12:21.615Z] $ docker exec --env ******** --env ******** 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 ssh-agent -k [2022-08-29T17:12:21.719Z] unset SSH_AUTH_SOCK; [2022-08-29T17:12:21.720Z] unset SSH_AGENT_PID; [2022-08-29T17:12:21.720Z] echo Agent pid 40 killed; [2022-08-29T17:12:21.728Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-29T17:12:21.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-29T17:12:21.820Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-29T17:12:21.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-29T17:12:21.968Z] $ docker exec 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 ssh-agent [2022-08-29T17:12:22.070Z] SSH_AUTH_SOCK=/tmp/ssh-1eAwsXO7gX6D/agent.74 [2022-08-29T17:12:22.070Z] SSH_AGENT_PID=80 [2022-08-29T17:12:22.076Z] Running ssh-add (command line suppressed) [2022-08-29T17:12:22.196Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8771948491202870222.key (/w/workspace/edgex-go/1@tmp/private_key_8771948491202870222.key) [2022-08-29T17:12:22.207Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-29T17:12:22.530Z] + git semver init [2022-08-29T17:12:22.790Z] 2022-08-29 17:12:22,756 [run_init] DEBUG init version:0.0.0 force:False [2022-08-29T17:12:22.790Z] 2022-08-29 17:12:22,757 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-08-29T17:12:22.790Z] 2022-08-29 17:12:22,757 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-08-29T17:12:22.790Z] 2022-08-29 17:12:22,757 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-08-29T17:12:30.950Z] 2022-08-29 17:12:29,610 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-08-29T17:12:30.950Z] 2022-08-29 17:12:29,611 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4135 with force:False [2022-08-29T17:12:30.950Z] 2022-08-29 17:12:29,611 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4135 [2022-08-29T17:12:30.950Z] 2022-08-29 17:12:29,614 [execute] INFO git cat-file --batch-check [2022-08-29T17:12:30.950Z] 2022-08-29 17:12:29,614 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-08-29T17:12:30.950Z] 2022-08-29 17:12:29,621 [execute] INFO git cat-file --batch [2022-08-29T17:12:30.950Z] 2022-08-29 17:12:29,621 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-08-29T17:12:30.950Z] 2022-08-29 17:12:29,626 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4135 [2022-08-29T17:12:30.950Z] 0.0.0 [Pipeline] } [2022-08-29T17:12:30.981Z] $ docker exec --env ******** --env ******** 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 ssh-agent -k [2022-08-29T17:12:31.079Z] unset SSH_AUTH_SOCK; [2022-08-29T17:12:31.080Z] unset SSH_AGENT_PID; [2022-08-29T17:12:31.080Z] echo Agent pid 80 killed; [2022-08-29T17:12:31.084Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-29T17:12:31.512Z] + git semver [Pipeline] } [2022-08-29T17:12:31.801Z] $ docker stop --time=1 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 [2022-08-29T17:12:33.301Z] $ docker rm -f 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-29T17:12:33.701Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-29T17:12:34.069Z] Stashed 1 file(s) [Pipeline] echo [2022-08-29T17:12:34.086Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-29T17:12:34.846Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-08-29T17:12:34.884Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-29T17:12:34.923Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-29T17:12:34.951Z] ========================================================= [2022-08-29T17:12:34.951Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-29T17:12:34.951Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-29T17:12:35.293Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-29T17:12:35.294Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-29T17:12:35.294Z] 2408cc74d12b: Pulling fs layer [2022-08-29T17:12:35.294Z] ea60b727a1ce: Pulling fs layer [2022-08-29T17:12:35.294Z] 30c4a7721957: Pulling fs layer [2022-08-29T17:12:35.294Z] 370296b7ddb6: Pulling fs layer [2022-08-29T17:12:35.294Z] 7c6cee850709: Pulling fs layer [2022-08-29T17:12:35.294Z] 39a5fcdaea64: Pulling fs layer [2022-08-29T17:12:35.294Z] d94ebbe4e438: Pulling fs layer [2022-08-29T17:12:35.294Z] bcfd1f05c69d: Pulling fs layer [2022-08-29T17:12:35.294Z] 59ccb84bbe0f: Pulling fs layer [2022-08-29T17:12:35.294Z] 39a5fcdaea64: Waiting [2022-08-29T17:12:35.294Z] d94ebbe4e438: Waiting [2022-08-29T17:12:35.294Z] 370296b7ddb6: Waiting [2022-08-29T17:12:35.294Z] bcfd1f05c69d: Waiting [2022-08-29T17:12:35.294Z] 59ccb84bbe0f: Waiting [2022-08-29T17:12:35.294Z] 7c6cee850709: Waiting [2022-08-29T17:12:35.294Z] 30c4a7721957: Verifying Checksum [2022-08-29T17:12:35.294Z] 30c4a7721957: Download complete [2022-08-29T17:12:35.294Z] ea60b727a1ce: Verifying Checksum [2022-08-29T17:12:35.294Z] ea60b727a1ce: Download complete [2022-08-29T17:12:35.294Z] 7c6cee850709: Download complete [2022-08-29T17:12:35.294Z] 39a5fcdaea64: Download complete [2022-08-29T17:12:35.294Z] 2408cc74d12b: Verifying Checksum [2022-08-29T17:12:35.294Z] 2408cc74d12b: Download complete [2022-08-29T17:12:35.558Z] d94ebbe4e438: Download complete [2022-08-29T17:12:35.558Z] 2408cc74d12b: Pull complete [2022-08-29T17:12:35.827Z] ea60b727a1ce: Pull complete [2022-08-29T17:12:35.827Z] 30c4a7721957: Pull complete [2022-08-29T17:12:35.827Z] 59ccb84bbe0f: Verifying Checksum [2022-08-29T17:12:35.827Z] 59ccb84bbe0f: Download complete [2022-08-29T17:12:36.412Z] 370296b7ddb6: Download complete [2022-08-29T17:12:36.412Z] bcfd1f05c69d: Verifying Checksum [2022-08-29T17:12:36.412Z] bcfd1f05c69d: Download complete [2022-08-29T17:12:40.616Z] 370296b7ddb6: Pull complete [2022-08-29T17:12:40.616Z] 7c6cee850709: Pull complete [2022-08-29T17:12:40.616Z] 39a5fcdaea64: Pull complete [2022-08-29T17:12:40.616Z] d94ebbe4e438: Pull complete [2022-08-29T17:12:41.993Z] bcfd1f05c69d: Pull complete [2022-08-29T17:12:42.931Z] 59ccb84bbe0f: Pull complete [2022-08-29T17:12:42.931Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-29T17:12:42.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-29T17:12:42.931Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-08-29T17:12:43.289Z] + + dockerecho build -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-29T17:12:43.289Z] WORKDIR /edgex [2022-08-29T17:12:43.289Z] COPY go.mod . [2022-08-29T17:12:43.289Z] RUN go mod download ci-base-image-x86_64 [2022-08-29T17:12:43.289Z] -f - . [2022-08-29T17:12:43.856Z] Sending build context to Docker daemon 169.3MB [2022-08-29T17:12:43.856Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-29T17:12:43.856Z] ---> a4fb48ad2a94 [2022-08-29T17:12:43.856Z] Step 2/4 : WORKDIR /edgex [2022-08-29T17:12:49.384Z] Still waiting to schedule task [2022-08-29T17:12:49.384Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-29T17:12:50.436Z] ---> Running in 6096c589e97b [2022-08-29T17:12:50.436Z] Removing intermediate container 6096c589e97b [2022-08-29T17:12:50.436Z] ---> f99766b97047 [2022-08-29T17:12:50.436Z] Step 3/4 : COPY go.mod . [2022-08-29T17:12:50.436Z] ---> 7bf9bb8fc0d7 [2022-08-29T17:12:50.436Z] Step 4/4 : RUN go mod download [2022-08-29T17:12:50.436Z] ---> Running in 0d9bf41ce1bb [2022-08-29T17:13:08.550Z] Removing intermediate container 0d9bf41ce1bb [2022-08-29T17:13:08.550Z] ---> bfe2537600c7 [2022-08-29T17:13:08.550Z] Successfully built bfe2537600c7 [2022-08-29T17:13:08.550Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-29T17:13:08.922Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-29T17:13:08.922Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-29T17:13:09.084Z] prd-ubuntu20.04-docker-8c-8g-23779 does not seem to be running inside a container [2022-08-29T17:13:09.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-x86_64 cat [2022-08-29T17:13:09.502Z] $ docker top dada5bf15436c88cc95b41fa86fbd1bbf9df553b335c18a5b0eae9ec4f068f0b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-29T17:13:09.896Z] + go version [2022-08-29T17:13:09.897Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-29T17:13:09.937Z] $ docker stop --time=1 dada5bf15436c88cc95b41fa86fbd1bbf9df553b335c18a5b0eae9ec4f068f0b [2022-08-29T17:13:11.217Z] $ docker rm -f dada5bf15436c88cc95b41fa86fbd1bbf9df553b335c18a5b0eae9ec4f068f0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-29T17:13:11.918Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-29T17:13:11.918Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-29T17:13:12.078Z] prd-ubuntu20.04-docker-8c-8g-23779 does not seem to be running inside a container [2022-08-29T17:13:12.126Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-x86_64 cat [2022-08-29T17:13:12.475Z] $ docker top 0115342a8f9ecf00df55b6e0e3df68e1635ac64df17280059fb5edcda9f79ab9 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-29T17:13:12.602Z] ========================================================= [2022-08-29T17:13:12.602Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-08-29T17:13:12.602Z] ========================================================= [Pipeline] sh [2022-08-29T17:13:12.906Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-08-29T17:13:13.282Z] + make test [2022-08-29T17:13:13.282Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-29T17:13:13.868Z] go: updates to go.mod needed; to update it: [2022-08-29T17:13:13.868Z] go mod tidy [2022-08-29T17:13:13.868Z] make: *** [Makefile:149: unittest] Error 1 [Pipeline] } [2022-08-29T17:13:13.920Z] $ docker stop --time=1 0115342a8f9ecf00df55b6e0e3df68e1635ac64df17280059fb5edcda9f79ab9 [2022-08-29T17:13:15.218Z] $ docker rm -f 0115342a8f9ecf00df55b6e0e3df68e1635ac64df17280059fb5edcda9f79ab9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-29T17:13:16.053Z] Failed in branch amd64 [2022-08-29T17:14:28.879Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-23780 in /w/workspace/edgexfoundry_edgex-go_PR-4135 [Pipeline] { [Pipeline] ws [2022-08-29T17:14:28.919Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-08-29T17:14:29.004Z] The recommended git tool is: git [2022-08-29T17:14:35.227Z] using credential edgex-jenkins-ssh [2022-08-29T17:14:35.244Z] Cloning the remote Git repository [2022-08-29T17:14:35.298Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-08-29T17:14:35.372Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-08-29T17:14:35.461Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-08-29T17:14:35.462Z] > git --version # timeout=10 [2022-08-29T17:14:35.484Z] > git --version # 'git version 2.25.1' [2022-08-29T17:14:35.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-29T17:14:35.596Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-29T17:14:53.093Z] Merging remotes/origin/main commit fd31c8765befe4f65ed63f7a6396fa1577418d04 into PR head commit 21175bb09138b411046d7c51f99b62731b9dbb4b [2022-08-29T17:14:53.467Z] Merge succeeded, producing 21175bb09138b411046d7c51f99b62731b9dbb4b [2022-08-29T17:14:53.468Z] Checking out Revision 21175bb09138b411046d7c51f99b62731b9dbb4b (PR-4135) [2022-08-29T17:14:52.246Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-08-29T17:14:52.274Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-29T17:14:52.301Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-08-29T17:14:52.342Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-08-29T17:14:52.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-29T17:14:52.355Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4135/head:refs/remotes/origin/PR-4135 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-08-29T17:14:53.115Z] > git config core.sparsecheckout # timeout=10 [2022-08-29T17:14:53.134Z] > git checkout -f 21175bb09138b411046d7c51f99b62731b9dbb4b # timeout=10 [2022-08-29T17:14:53.370Z] > git remote # timeout=10 [2022-08-29T17:14:53.389Z] > git config --get remote.origin.url # timeout=10 [2022-08-29T17:14:53.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-29T17:14:53.421Z] > git merge fd31c8765befe4f65ed63f7a6396fa1577418d04 # timeout=10 [2022-08-29T17:14:53.451Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-29T17:14:53.478Z] > git config core.sparsecheckout # timeout=10 [2022-08-29T17:14:53.490Z] > git checkout -f 21175bb09138b411046d7c51f99b62731b9dbb4b # timeout=10 [2022-08-29T17:14:57.750Z] Commit message: "feat(command): 3rd party command query via messaging" [2022-08-29T17:14:57.806Z] > git --version # timeout=10 [2022-08-29T17:14:57.816Z] > git --version # 'git version 2.25.1' [2022-08-29T17:14:57.827Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-29T17:14:59.012Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-29T17:14:59.012Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-29T17:14:59.012Z] Dload Upload Total Spent Left Speed [2022-08-29T17:14:59.012Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 66326 0 --:--:-- --:--:-- --:--:-- 66326 [Pipeline] sh [2022-08-29T17:14:59.798Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-29T17:15:00.151Z] + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-29T17:15:00.151Z] sudo tee /etc/docker/daemon.new [2022-08-29T17:15:00.151Z] { [2022-08-29T17:15:00.151Z] "registry-mirrors": [ [2022-08-29T17:15:00.151Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-29T17:15:00.151Z] ], [2022-08-29T17:15:00.151Z] "bip": "10.250.0.254/24", [2022-08-29T17:15:00.151Z] "hosts": [ [2022-08-29T17:15:00.151Z] "tcp://0.0.0.0:5555", [2022-08-29T17:15:00.151Z] "unix:///var/run/docker.sock" [2022-08-29T17:15:00.151Z] ], [2022-08-29T17:15:00.151Z] "mtu": 1458, [2022-08-29T17:15:00.151Z] "selinux-enabled": true, [2022-08-29T17:15:00.151Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-29T17:15:00.151Z] } [Pipeline] sh [2022-08-29T17:15:00.507Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-29T17:15:00.866Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-29T17:15:19.450Z] provisioning config files... [2022-08-29T17:15:19.473Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4630320807835533212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:15:19.864Z] ---> docker-login.sh [2022-08-29T17:15:19.864Z] nexus3.edgexfoundry.org:10001 [2022-08-29T17:15:20.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:15:20.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:15:20.728Z] Configure a credential helper to remove this warning. See [2022-08-29T17:15:20.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:15:20.728Z] [2022-08-29T17:15:20.728Z] Login Succeeded [2022-08-29T17:15:20.728Z] nexus3.edgexfoundry.org:10002 [2022-08-29T17:15:21.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:15:21.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:15:21.002Z] Configure a credential helper to remove this warning. See [2022-08-29T17:15:21.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:15:21.002Z] [2022-08-29T17:15:21.002Z] Login Succeeded [2022-08-29T17:15:21.002Z] nexus3.edgexfoundry.org:10003 [2022-08-29T17:15:21.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:15:21.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:15:21.553Z] Configure a credential helper to remove this warning. See [2022-08-29T17:15:21.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:15:21.553Z] [2022-08-29T17:15:21.553Z] Login Succeeded [2022-08-29T17:15:21.553Z] nexus3.edgexfoundry.org:10004 [2022-08-29T17:15:21.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:15:21.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:15:21.826Z] Configure a credential helper to remove this warning. See [2022-08-29T17:15:21.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:15:21.826Z] [2022-08-29T17:15:21.826Z] Login Succeeded [2022-08-29T17:15:21.826Z] docker.io [2022-08-29T17:15:22.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-29T17:15:22.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-29T17:15:22.693Z] Configure a credential helper to remove this warning. See [2022-08-29T17:15:22.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-29T17:15:22.693Z] [2022-08-29T17:15:22.693Z] Login Succeeded [2022-08-29T17:15:22.693Z] ---> docker-login.sh ends [Pipeline] } [2022-08-29T17:15:22.723Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-08-29T17:15:23.387Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-08-29T17:15:23.426Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-29T17:15:23.462Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-29T17:15:23.496Z] ========================================================= [2022-08-29T17:15:23.496Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-29T17:15:23.496Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-29T17:15:23.871Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-29T17:15:24.146Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-29T17:15:24.146Z] b3c136eddcbf: Pulling fs layer [2022-08-29T17:15:24.146Z] c0a3192eca97: Pulling fs layer [2022-08-29T17:15:24.146Z] a050256f5b6f: Pulling fs layer [2022-08-29T17:15:24.146Z] 656be50a0ddc: Pulling fs layer [2022-08-29T17:15:24.146Z] 2bbca73fdf42: Pulling fs layer [2022-08-29T17:15:24.146Z] 46d945488cbd: Pulling fs layer [2022-08-29T17:15:24.146Z] 8a5474983e97: Pulling fs layer [2022-08-29T17:15:24.146Z] 329c88fbcd65: Pulling fs layer [2022-08-29T17:15:24.146Z] 46d945488cbd: Waiting [2022-08-29T17:15:24.146Z] 8a5474983e97: Waiting [2022-08-29T17:15:24.146Z] 329c88fbcd65: Waiting [2022-08-29T17:15:24.146Z] 656be50a0ddc: Waiting [2022-08-29T17:15:24.146Z] 2bbca73fdf42: Waiting [2022-08-29T17:15:24.146Z] a050256f5b6f: Verifying Checksum [2022-08-29T17:15:24.146Z] a050256f5b6f: Download complete [2022-08-29T17:15:24.146Z] c0a3192eca97: Verifying Checksum [2022-08-29T17:15:24.146Z] c0a3192eca97: Download complete [2022-08-29T17:15:24.146Z] 2bbca73fdf42: Verifying Checksum [2022-08-29T17:15:24.146Z] 2bbca73fdf42: Download complete [2022-08-29T17:15:24.146Z] 46d945488cbd: Verifying Checksum [2022-08-29T17:15:24.146Z] 46d945488cbd: Download complete [2022-08-29T17:15:24.146Z] b3c136eddcbf: Verifying Checksum [2022-08-29T17:15:24.146Z] b3c136eddcbf: Download complete [2022-08-29T17:15:25.160Z] b3c136eddcbf: Pull complete [2022-08-29T17:15:25.160Z] 329c88fbcd65: Verifying Checksum [2022-08-29T17:15:25.160Z] 329c88fbcd65: Download complete [2022-08-29T17:15:25.761Z] c0a3192eca97: Pull complete [2022-08-29T17:15:26.038Z] a050256f5b6f: Pull complete [2022-08-29T17:15:26.311Z] 8a5474983e97: Verifying Checksum [2022-08-29T17:15:26.311Z] 8a5474983e97: Download complete [2022-08-29T17:15:26.912Z] 656be50a0ddc: Verifying Checksum [2022-08-29T17:15:26.913Z] 656be50a0ddc: Download complete [2022-08-29T17:15:42.026Z] 656be50a0ddc: Pull complete [2022-08-29T17:15:42.026Z] 2bbca73fdf42: Pull complete [2022-08-29T17:15:42.026Z] 46d945488cbd: Pull complete [2022-08-29T17:15:46.364Z] 8a5474983e97: Pull complete [2022-08-29T17:15:48.349Z] 329c88fbcd65: Pull complete [2022-08-29T17:15:48.349Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-29T17:15:48.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-29T17:15:48.624Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-08-29T17:15:49.024Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-29T17:15:49.024Z] WORKDIR /edgex [2022-08-29T17:15:49.024Z] COPY go.mod . [2022-08-29T17:15:49.024Z] RUN go mod download [2022-08-29T17:15:49.024Z] + docker build -t ci-base-image-arm64 -f - . [2022-08-29T17:15:49.629Z] Sending build context to Docker daemon 3.169MB [2022-08-29T17:15:49.629Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-29T17:15:49.629Z] ---> ff4287adb874 [2022-08-29T17:15:49.629Z] Step 2/4 : WORKDIR /edgex [2022-08-29T17:15:51.613Z] ---> Running in 9ba82118f055 [2022-08-29T17:15:51.613Z] Removing intermediate container 9ba82118f055 [2022-08-29T17:15:51.613Z] ---> 01878f9ff0df [2022-08-29T17:15:51.613Z] Step 3/4 : COPY go.mod . [2022-08-29T17:15:52.223Z] ---> 7d8b7acf66ca [2022-08-29T17:15:52.223Z] Step 4/4 : RUN go mod download [2022-08-29T17:15:52.223Z] ---> Running in c25d2f3b6178 [2022-08-29T17:16:31.238Z] Removing intermediate container c25d2f3b6178 [2022-08-29T17:16:31.238Z] ---> eeaeb3817e6a [2022-08-29T17:16:31.238Z] Successfully built eeaeb3817e6a [2022-08-29T17:16:31.238Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-29T17:16:31.649Z] + docker inspect -f . ci-base-image-arm64 [2022-08-29T17:16:31.650Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-29T17:16:31.941Z] prd-ubuntu20.04-docker-arm64-4c-16g-23780 does not seem to be running inside a container [2022-08-29T17:16:32.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-arm64 cat [2022-08-29T17:16:33.214Z] $ docker top 67b63c33eae9bc9ce1c63db0b4a407754280569c92a26aa6cfca0f6789ff8a43 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-29T17:16:34.135Z] + go version [2022-08-29T17:16:34.135Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-29T17:16:34.172Z] $ docker stop --time=1 67b63c33eae9bc9ce1c63db0b4a407754280569c92a26aa6cfca0f6789ff8a43 [2022-08-29T17:16:35.754Z] $ docker rm -f 67b63c33eae9bc9ce1c63db0b4a407754280569c92a26aa6cfca0f6789ff8a43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-29T17:16:36.685Z] + docker inspect -f . ci-base-image-arm64 [2022-08-29T17:16:36.685Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-29T17:16:36.975Z] prd-ubuntu20.04-docker-arm64-4c-16g-23780 does not seem to be running inside a container [2022-08-29T17:16:37.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-arm64 cat [2022-08-29T17:16:38.261Z] $ docker top f3c54e79a460bf4adf6872f5b803fb010ec185a2f0a65fed54aa009d8b6489ff -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-29T17:16:38.557Z] ========================================================= [2022-08-29T17:16:38.557Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-08-29T17:16:38.557Z] ========================================================= [Pipeline] sh [2022-08-29T17:16:39.205Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-08-29T17:16:39.927Z] + make test [2022-08-29T17:16:39.928Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-29T17:16:40.902Z] go: updates to go.mod needed; to update it: [2022-08-29T17:16:40.902Z] go mod tidy [2022-08-29T17:16:40.902Z] make: *** [Makefile:149: unittest] Error 1 [Pipeline] } [2022-08-29T17:16:40.956Z] $ docker stop --time=1 f3c54e79a460bf4adf6872f5b803fb010ec185a2f0a65fed54aa009d8b6489ff [2022-08-29T17:16:42.606Z] $ docker rm -f f3c54e79a460bf4adf6872f5b803fb010ec185a2f0a65fed54aa009d8b6489ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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 [2022-08-29T17:16:43.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-29T17:16:43.745Z] [2022-08-29T17:16:43.745Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-29T17:16:44.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-29T17:16:44.431Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-29T17:16:44.431Z] 8998bd30e6a1: Pulling fs layer [2022-08-29T17:16:44.431Z] 04944245beec: Pulling fs layer [2022-08-29T17:16:44.431Z] 699f458cf7ca: Pulling fs layer [2022-08-29T17:16:44.431Z] 765212b225bb: Pulling fs layer [2022-08-29T17:16:44.431Z] f23df028b6ca: Pulling fs layer [2022-08-29T17:16:44.431Z] d65c8cfc05b1: Pulling fs layer [2022-08-29T17:16:44.431Z] 2437ff75d9bd: Pulling fs layer [2022-08-29T17:16:44.431Z] f23df028b6ca: Waiting [2022-08-29T17:16:44.431Z] d65c8cfc05b1: Waiting [2022-08-29T17:16:44.431Z] 2437ff75d9bd: Waiting [2022-08-29T17:16:44.431Z] 765212b225bb: Waiting [2022-08-29T17:16:44.431Z] 04944245beec: Verifying Checksum [2022-08-29T17:16:44.431Z] 04944245beec: Download complete [2022-08-29T17:16:44.431Z] 765212b225bb: Verifying Checksum [2022-08-29T17:16:44.431Z] 765212b225bb: Download complete [2022-08-29T17:16:44.431Z] f23df028b6ca: Download complete [2022-08-29T17:16:44.431Z] d65c8cfc05b1: Verifying Checksum [2022-08-29T17:16:44.431Z] d65c8cfc05b1: Download complete [2022-08-29T17:16:44.707Z] 699f458cf7ca: Verifying Checksum [2022-08-29T17:16:44.707Z] 699f458cf7ca: Download complete [2022-08-29T17:16:44.984Z] 8998bd30e6a1: Download complete [2022-08-29T17:16:47.607Z] 2437ff75d9bd: Verifying Checksum [2022-08-29T17:16:47.607Z] 2437ff75d9bd: Download complete [2022-08-29T17:16:49.053Z] 8998bd30e6a1: Pull complete [2022-08-29T17:16:49.654Z] 04944245beec: Pull complete [2022-08-29T17:16:51.092Z] 699f458cf7ca: Pull complete [2022-08-29T17:16:51.367Z] 765212b225bb: Pull complete [2022-08-29T17:16:52.347Z] f23df028b6ca: Pull complete [2022-08-29T17:16:52.347Z] d65c8cfc05b1: Pull complete [2022-08-29T17:17:07.442Z] 2437ff75d9bd: Pull complete [2022-08-29T17:17:07.442Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-29T17:17:07.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-29T17:17:07.442Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-29T17:17:07.833Z] prd-ubuntu20.04-docker-arm64-4c-16g-23780 does not seem to be running inside a container [2022-08-29T17:17:07.922Z] $ 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/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-08-29T17:17:10.209Z] $ docker top 2953e759b688bb1cba0695bb7d9af15e49acd2d3b771b0ea8a7a949fecba031d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:17:11.199Z] ---> job-cost.sh [2022-08-29T17:17:11.199Z] lf-activate-venv: SKIPPING [2022-08-29T17:17:11.199Z] INFO: No Stack... [2022-08-29T17:17:11.793Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-29T17:17:12.769Z] INFO: Archiving Costs [Pipeline] sh [2022-08-29T17:17:13.492Z] + cut -d, -f6 [2022-08-29T17:17:13.492Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-08-29T17:17:13.580Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4135-1-stack-cost] [2022-08-29T17:17:13.585Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4135-1-stack-cost] did not exist. Created. [2022-08-29T17:17:13.585Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4135-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-29T17:17:14.375Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-29T17:17:15.136Z] Stashed 1 file(s) [Pipeline] } [2022-08-29T17:17:15.151Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4135-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-29T17:17:15.234Z] $ docker stop --time=1 2953e759b688bb1cba0695bb7d9af15e49acd2d3b771b0ea8a7a949fecba031d [2022-08-29T17:17:16.694Z] $ docker rm -f 2953e759b688bb1cba0695bb7d9af15e49acd2d3b771b0ea8a7a949fecba031d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-29T17:17:17.418Z] 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 Scan) Stage "Snyk Scan" 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] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-08-29T17:17:18.985Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:17:19.328Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:17:20.220Z] ---> package-listing.sh [2022-08-29T17:17:20.220Z] ++ facter osfamily [2022-08-29T17:17:20.220Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-29T17:17:20.481Z] + OS_FAMILY=debian [2022-08-29T17:17:20.481Z] + workspace=/w/workspace/edgex-go/1 [2022-08-29T17:17:20.481Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-29T17:17:20.481Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-29T17:17:20.481Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-29T17:17:20.481Z] + PACKAGES=/tmp/packages_start.txt [2022-08-29T17:17:20.481Z] + '[' /w/workspace/edgex-go/1 ']' [2022-08-29T17:17:20.481Z] + PACKAGES=/tmp/packages_end.txt [2022-08-29T17:17:20.481Z] + case "${OS_FAMILY}" in [2022-08-29T17:17:20.481Z] + dpkg -l [2022-08-29T17:17:20.481Z] + grep '^ii' [2022-08-29T17:17:20.481Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-29T17:17:20.481Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-29T17:17:20.481Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-29T17:17:20.481Z] + '[' /w/workspace/edgex-go/1 ']' [2022-08-29T17:17:20.481Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-08-29T17:17:20.481Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-08-29T17:17:20.516Z] 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/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-08-29T17:17:20.810Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-29T17:17:21.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-29T17:17:21.439Z] [2022-08-29T17:17:21.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-29T17:17:21.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-29T17:17:22.106Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-29T17:17:22.106Z] 5eb5b503b376: Pulling fs layer [2022-08-29T17:17:22.106Z] 5c69ac0246d0: Pulling fs layer [2022-08-29T17:17:22.106Z] ec43610c2a17: Pulling fs layer [2022-08-29T17:17:22.106Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-29T17:17:22.106Z] 33b1e0a273af: Pulling fs layer [2022-08-29T17:17:22.106Z] 5d3b04190fa2: Pulling fs layer [2022-08-29T17:17:22.106Z] 2f39f015ded8: Pulling fs layer [2022-08-29T17:17:22.106Z] 5d3b04190fa2: Waiting [2022-08-29T17:17:22.106Z] 33b1e0a273af: Waiting [2022-08-29T17:17:22.106Z] 3a2ae6a8a46f: Waiting [2022-08-29T17:17:22.106Z] 5c69ac0246d0: Download complete [2022-08-29T17:17:22.106Z] 3a2ae6a8a46f: Download complete [2022-08-29T17:17:22.367Z] 33b1e0a273af: Verifying Checksum [2022-08-29T17:17:22.367Z] 33b1e0a273af: Download complete [2022-08-29T17:17:22.367Z] 5d3b04190fa2: Verifying Checksum [2022-08-29T17:17:22.367Z] 5d3b04190fa2: Download complete [2022-08-29T17:17:22.367Z] ec43610c2a17: Verifying Checksum [2022-08-29T17:17:22.367Z] ec43610c2a17: Download complete [2022-08-29T17:17:22.367Z] 5eb5b503b376: Verifying Checksum [2022-08-29T17:17:22.367Z] 5eb5b503b376: Download complete [2022-08-29T17:17:23.303Z] 2f39f015ded8: Verifying Checksum [2022-08-29T17:17:23.303Z] 2f39f015ded8: Download complete [2022-08-29T17:17:23.565Z] 5eb5b503b376: Pull complete [2022-08-29T17:17:23.825Z] 5c69ac0246d0: Pull complete [2022-08-29T17:17:24.395Z] ec43610c2a17: Pull complete [2022-08-29T17:17:24.655Z] 3a2ae6a8a46f: Pull complete [2022-08-29T17:17:24.915Z] 33b1e0a273af: Pull complete [2022-08-29T17:17:25.177Z] 5d3b04190fa2: Pull complete [2022-08-29T17:17:30.455Z] 2f39f015ded8: Pull complete [2022-08-29T17:17:30.455Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-29T17:17:30.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-29T17:17:30.455Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-29T17:17:30.661Z] prd-ubuntu20.04-docker-8c-8g-23779 does not seem to be running inside a container [2022-08-29T17:17:30.712Z] $ 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/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-29T17:17:37.057Z] $ docker top 4cd397410e14c7050b9b287112fba4f23ae0d8ab717353828d96ff235cccf99e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-29T17:17:37.472Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-29T17:17:37.783Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-29T17:17:38.101Z] + ls /var/log/sa-host [2022-08-29T17:17:38.101Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-29T17:17:38.299Z] provisioning config files... [2022-08-29T17:17:38.308Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2644100382982415235tmp [Pipeline] { [Pipeline] echo [2022-08-29T17:17:38.360Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:17:38.673Z] ---> create-netrc.sh [Pipeline] } [2022-08-29T17:17:38.704Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:17:39.116Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-29T17:17:39.146Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:17:39.460Z] ---> sudo-logs.sh [2022-08-29T17:17:39.460Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-29T17:17:39.535Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:17:39.865Z] ---> job-cost.sh [2022-08-29T17:17:39.865Z] lf-activate-venv: SKIPPING [2022-08-29T17:17:39.865Z] DEBUG: total: 0.10999999940395355 [2022-08-29T17:17:39.865Z] INFO: Retrieving Stack Cost... [2022-08-29T17:17:40.433Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-29T17:17:40.691Z] INFO: Archiving Costs [Pipeline] echo [2022-08-29T17:17:40.724Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-29T17:17:41.031Z] ---> logs-deploy.sh [2022-08-29T17:17:41.031Z] lf-activate-venv: SKIPPING [2022-08-29T17:17:41.031Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4135/1 [2022-08-29T17:17:41.031Z] INFO: archiving workspace using pattern(s): [2022-08-29T17:17:41.970Z] Archives upload complete. [2022-08-29T17:17:42.229Z] INFO: archiving logs to Nexus