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 17:12:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:12:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:12:05 ========================================================= 17:12:05 EdgeX Global Pipelines Version Info 17:12:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:12:05 ------------------- 17:12:05 stable info: 17:12:05 ------------------- 17:12:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:12:05 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 17:12:05 Message: update stable to v1.0.239 17:12:06 ------------------- 17:12:06 experimental info: 17:12:06 ------------------- 17:12:06 Commited By: **** collab-it+edgex@linuxfoundation.org 17:12:06 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 17:12:06 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:12:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:12:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:12:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4135 [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4135 [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4135 [Pipeline] echo 17:12:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21175bb09138b411046d7c51f99b62731b9dbb4b [Pipeline] echo 17:12:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21175bb [Pipeline] echo 17:12:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:12:08 provisioning config files... 17:12:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9191735926618376507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:12:08 ---> docker-login.sh 17:12:08 nexus3.edgexfoundry.org:10001 17:12:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:09 Configure a credential helper to remove this warning. See 17:12:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:09 17:12:09 Login Succeeded 17:12:09 nexus3.edgexfoundry.org:10002 17:12:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:09 Configure a credential helper to remove this warning. See 17:12:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:09 17:12:09 Login Succeeded 17:12:09 nexus3.edgexfoundry.org:10003 17:12:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:09 Configure a credential helper to remove this warning. See 17:12:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:09 17:12:09 Login Succeeded 17:12:09 nexus3.edgexfoundry.org:10004 17:12:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:09 Configure a credential helper to remove this warning. See 17:12:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:09 17:12:09 Login Succeeded 17:12:09 docker.io 17:12:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:09 Configure a credential helper to remove this warning. See 17:12:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:09 17:12:09 Login Succeeded 17:12:09 ---> docker-login.sh ends [Pipeline] } 17:12:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:12:10 + 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 17:12:10 + + dirname cmd/core-command/Dockerfile 17:12:10 cut -d/ -f2 17:12:10 + echo core-command,cmd/core-command/Dockerfile 17:12:10 + dirname cmd/core-data/Dockerfile 17:12:10 + cut -d/ -f2 17:12:10 + echo core-data,cmd/core-data/Dockerfile 17:12:10 + + cutdirname -d/ cmd/core-metadata/Dockerfile -f2 17:12:10 17:12:10 + echo core-metadata,cmd/core-metadata/Dockerfile 17:12:10 + dirname cmd/security-bootstrapper/Dockerfile 17:12:10 + cut -d/ -f2 17:12:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:12:10 + dirname cmd/security-proxy-setup/Dockerfile 17:12:10 + cut -d/ -f2 17:12:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:12:10 + + cut -d/dirname -f2 cmd/security-secretstore-setup/Dockerfile 17:12:10 17:12:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:12:10 + dirname cmd/security-spiffe-token-provider/Dockerfile 17:12:10 + cut -d/ -f2 17:12:10 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 17:12:10 + dirname cmd/security-spire-agent/Dockerfile 17:12:10 + cut -d/ -f2 17:12:10 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 17:12:10 + + dirname cmd/security-spire-config/Dockerfile 17:12:10 cut -d/ -f2 17:12:10 + echo security-spire-config,cmd/security-spire-config/Dockerfile 17:12:10 + dirname cmd/security-spire-server/Dockerfile 17:12:10 + cut -d/ -f2 17:12:10 + echo security-spire-server,cmd/security-spire-server/Dockerfile 17:12:10 + dirname cmd/support-notifications/Dockerfile 17:12:10 + cut -d/ -f2 17:12:10 + echo support-notifications,cmd/support-notifications/Dockerfile 17:12:10 + + dirname cmd/support-scheduler/Dockerfile 17:12:10 cut -d/ -f2 17:12:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:12:10 + + dirname cmd/sys-mgmt-agent/Dockerfile 17:12:10 cut -d/ -f2 17:12:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:12:10 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 17:12:10 + git rev-list -1 --merges 21175bb09138b411046d7c51f99b62731b9dbb4b~1..21175bb09138b411046d7c51f99b62731b9dbb4b [Pipeline] echo 17:12:10 -----------> git rev-list -1 --merges 21175bb09138b411046d7c51f99b62731b9dbb4b~1..21175bb09138b411046d7c51f99b62731b9dbb4b 21175bb09138b411046d7c51f99b62731b9dbb4b [false] [Pipeline] sh 17:12:11 + git log --format=format:%s -1 21175bb09138b411046d7c51f99b62731b9dbb4b [Pipeline] echo 17:12:11 ========================================================= 17:12:11 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:12:11 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 17:12:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:12:11 + grep -v github /etc/ssh/ssh_known_hosts 17:12:11 + [ -e /tmp/ssh_known_hosts ] 17:12:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:12:11 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:12:11 + sudo tee -a /etc/ssh/ssh_known_hosts 17:12:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:12:12 17:12:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:12:12 0.1.4: Pulling from edgex-devops/py-git-semver 17:12:12 b85a868b505f: Pulling fs layer 17:12:12 e2be974225ed: Pulling fs layer 17:12:12 339a4e72a1f5: Pulling fs layer 17:12:12 988bab9f4d93: Pulling fs layer 17:12:12 1469e6f7b9e6: Pulling fs layer 17:12:12 eaf3925da568: Pulling fs layer 17:12:12 bab4dde63d76: Pulling fs layer 17:12:12 bde34c3a00c8: Pulling fs layer 17:12:12 b352a97aabf1: Pulling fs layer 17:12:12 4872d77fe225: Pulling fs layer 17:12:12 5851b861e8e6: Pulling fs layer 17:12:12 988bab9f4d93: Waiting 17:12:12 1469e6f7b9e6: Waiting 17:12:12 bde34c3a00c8: Waiting 17:12:12 eaf3925da568: Waiting 17:12:12 b352a97aabf1: Waiting 17:12:12 bab4dde63d76: Waiting 17:12:12 5851b861e8e6: Waiting 17:12:12 4872d77fe225: Waiting 17:12:12 e2be974225ed: Verifying Checksum 17:12:12 e2be974225ed: Download complete 17:12:12 988bab9f4d93: Verifying Checksum 17:12:12 988bab9f4d93: Download complete 17:12:12 339a4e72a1f5: Verifying Checksum 17:12:12 339a4e72a1f5: Download complete 17:12:12 1469e6f7b9e6: Verifying Checksum 17:12:12 1469e6f7b9e6: Download complete 17:12:12 eaf3925da568: Verifying Checksum 17:12:12 eaf3925da568: Download complete 17:12:12 bde34c3a00c8: Verifying Checksum 17:12:12 bde34c3a00c8: Download complete 17:12:12 b352a97aabf1: Verifying Checksum 17:12:12 b352a97aabf1: Download complete 17:12:12 4872d77fe225: Verifying Checksum 17:12:12 4872d77fe225: Download complete 17:12:12 5851b861e8e6: Verifying Checksum 17:12:12 5851b861e8e6: Download complete 17:12:12 b85a868b505f: Verifying Checksum 17:12:12 b85a868b505f: Download complete 17:12:13 bab4dde63d76: Verifying Checksum 17:12:13 bab4dde63d76: Download complete 17:12:14 b85a868b505f: Pull complete 17:12:14 e2be974225ed: Pull complete 17:12:14 339a4e72a1f5: Pull complete 17:12:14 988bab9f4d93: Pull complete 17:12:15 1469e6f7b9e6: Pull complete 17:12:15 eaf3925da568: Pull complete 17:12:17 bab4dde63d76: Pull complete 17:12:17 bde34c3a00c8: Pull complete 17:12:17 b352a97aabf1: Pull complete 17:12:17 4872d77fe225: Pull complete 17:12:17 5851b861e8e6: Pull complete 17:12:17 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:12:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:12:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:12:17 prd-ubuntu20.04-docker-8c-8g-23779 does not seem to be running inside a container 17:12:17 $ 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 17:12:20 $ docker top 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 -eo pid,comm 17:12:20 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). 17:12:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:12:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:12:20 [ssh-agent] Looking for ssh-agent implementation... 17:12:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:12:21 $ docker exec 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 ssh-agent 17:12:21 SSH_AUTH_SOCK=/tmp/ssh-n6Sa0UN1s92a/agent.33 17:12:21 SSH_AGENT_PID=40 17:12:21 Running ssh-add (command line suppressed) 17:12:21 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1903168929918981585.key (/w/workspace/edgex-go/1@tmp/private_key_1903168929918981585.key) 17:12:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:12:21 + git tag --points-at HEAD [Pipeline] } 17:12:21 $ docker exec --env ******** --env ******** 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 ssh-agent -k 17:12:21 unset SSH_AUTH_SOCK; 17:12:21 unset SSH_AGENT_PID; 17:12:21 echo Agent pid 40 killed; 17:12:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:12:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:12:21 [ssh-agent] Looking for ssh-agent implementation... 17:12:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:12:21 $ docker exec 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 ssh-agent 17:12:22 SSH_AUTH_SOCK=/tmp/ssh-1eAwsXO7gX6D/agent.74 17:12:22 SSH_AGENT_PID=80 17:12:22 Running ssh-add (command line suppressed) 17:12:22 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8771948491202870222.key (/w/workspace/edgex-go/1@tmp/private_key_8771948491202870222.key) 17:12:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:12:22 + git semver init 17:12:22 2022-08-29 17:12:22,756 [run_init] DEBUG init version:0.0.0 force:False 17:12:22 2022-08-29 17:12:22,757 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 17:12:22 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 17:12:22 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) 17:12:30 2022-08-29 17:12:29,610 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 17:12:30 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 17:12:30 2022-08-29 17:12:29,611 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4135 17:12:30 2022-08-29 17:12:29,614 [execute] INFO git cat-file --batch-check 17:12:30 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=) 17:12:30 2022-08-29 17:12:29,621 [execute] INFO git cat-file --batch 17:12:30 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=) 17:12:30 2022-08-29 17:12:29,626 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4135 17:12:30 0.0.0 [Pipeline] } 17:12:30 $ docker exec --env ******** --env ******** 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 ssh-agent -k 17:12:31 unset SSH_AUTH_SOCK; 17:12:31 unset SSH_AGENT_PID; 17:12:31 echo Agent pid 80 killed; 17:12:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:12:31 + git semver [Pipeline] } 17:12:31 $ docker stop --time=1 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 17:12:33 $ docker rm -f 4ee11ce302e2e40c7d8913ea6857cea783fc81dd5adfb3eb1437c99ec972cf97 [Pipeline] // withDockerContainer [Pipeline] sh 17:12:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:12:34 Stashed 1 file(s) [Pipeline] echo 17:12:34 [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 17:12:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 17:12:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:12:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:12:34 ========================================================= 17:12:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:12:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:12:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:12:35 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:12:35 2408cc74d12b: Pulling fs layer 17:12:35 ea60b727a1ce: Pulling fs layer 17:12:35 30c4a7721957: Pulling fs layer 17:12:35 370296b7ddb6: Pulling fs layer 17:12:35 7c6cee850709: Pulling fs layer 17:12:35 39a5fcdaea64: Pulling fs layer 17:12:35 d94ebbe4e438: Pulling fs layer 17:12:35 bcfd1f05c69d: Pulling fs layer 17:12:35 59ccb84bbe0f: Pulling fs layer 17:12:35 39a5fcdaea64: Waiting 17:12:35 d94ebbe4e438: Waiting 17:12:35 370296b7ddb6: Waiting 17:12:35 bcfd1f05c69d: Waiting 17:12:35 59ccb84bbe0f: Waiting 17:12:35 7c6cee850709: Waiting 17:12:35 30c4a7721957: Verifying Checksum 17:12:35 30c4a7721957: Download complete 17:12:35 ea60b727a1ce: Verifying Checksum 17:12:35 ea60b727a1ce: Download complete 17:12:35 7c6cee850709: Download complete 17:12:35 39a5fcdaea64: Download complete 17:12:35 2408cc74d12b: Verifying Checksum 17:12:35 2408cc74d12b: Download complete 17:12:35 d94ebbe4e438: Download complete 17:12:35 2408cc74d12b: Pull complete 17:12:35 ea60b727a1ce: Pull complete 17:12:35 30c4a7721957: Pull complete 17:12:35 59ccb84bbe0f: Verifying Checksum 17:12:35 59ccb84bbe0f: Download complete 17:12:36 370296b7ddb6: Download complete 17:12:36 bcfd1f05c69d: Verifying Checksum 17:12:36 bcfd1f05c69d: Download complete 17:12:40 370296b7ddb6: Pull complete 17:12:40 7c6cee850709: Pull complete 17:12:40 39a5fcdaea64: Pull complete 17:12:40 d94ebbe4e438: Pull complete 17:12:41 bcfd1f05c69d: Pull complete 17:12:42 59ccb84bbe0f: Pull complete 17:12:42 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 17:12:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:12:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 17:12:43 + + dockerecho build -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:12:43 WORKDIR /edgex 17:12:43 COPY go.mod . 17:12:43 RUN go mod download ci-base-image-x86_64 17:12:43 -f - . 17:12:43 Sending build context to Docker daemon 169.3MB 17:12:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:12:43 ---> a4fb48ad2a94 17:12:43 Step 2/4 : WORKDIR /edgex 17:12:49 Still waiting to schedule task 17:12:49 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:12:50 ---> Running in 6096c589e97b 17:12:50 Removing intermediate container 6096c589e97b 17:12:50 ---> f99766b97047 17:12:50 Step 3/4 : COPY go.mod . 17:12:50 ---> 7bf9bb8fc0d7 17:12:50 Step 4/4 : RUN go mod download 17:12:50 ---> Running in 0d9bf41ce1bb 17:13:08 Removing intermediate container 0d9bf41ce1bb 17:13:08 ---> bfe2537600c7 17:13:08 Successfully built bfe2537600c7 17:13:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:08 + docker inspect -f . ci-base-image-x86_64 17:13:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:09 prd-ubuntu20.04-docker-8c-8g-23779 does not seem to be running inside a container 17:13:09 $ 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 17:13:09 $ docker top dada5bf15436c88cc95b41fa86fbd1bbf9df553b335c18a5b0eae9ec4f068f0b -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:09 + go version 17:13:09 go version go1.18.3 linux/amd64 [Pipeline] } 17:13:09 $ docker stop --time=1 dada5bf15436c88cc95b41fa86fbd1bbf9df553b335c18a5b0eae9ec4f068f0b 17:13:11 $ 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 17:13:11 + docker inspect -f . ci-base-image-x86_64 17:13:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:12 prd-ubuntu20.04-docker-8c-8g-23779 does not seem to be running inside a container 17:13:12 $ 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 17:13:12 $ docker top 0115342a8f9ecf00df55b6e0e3df68e1635ac64df17280059fb5edcda9f79ab9 -eo pid,comm [Pipeline] { [Pipeline] echo 17:13:12 ========================================================= 17:13:12 [edgeXBuildGoParallel] Running Tests and Build... 17:13:12 ========================================================= [Pipeline] sh 17:13:12 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 17:13:13 + make test 17:13:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:13:13 go: updates to go.mod needed; to update it: 17:13:13 go mod tidy 17:13:13 make: *** [Makefile:149: unittest] Error 1 [Pipeline] } 17:13:13 $ docker stop --time=1 0115342a8f9ecf00df55b6e0e3df68e1635ac64df17280059fb5edcda9f79ab9 17:13:15 $ 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] } 17:13:16 Failed in branch amd64 17:14:28 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23780 in /w/workspace/edgexfoundry_edgex-go_PR-4135 [Pipeline] { [Pipeline] ws 17:14:28 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 17:14:29 The recommended git tool is: git 17:14:35 using credential edgex-jenkins-ssh 17:14:35 Cloning the remote Git repository 17:14:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:14:35 > git init /w/workspace/edgex-go/1 # timeout=10 17:14:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:14:35 > git --version # timeout=10 17:14:35 > git --version # 'git version 2.25.1' 17:14:35 using GIT_SSH to set credentials SSH Credentials for GitHub 17:14:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:14:53 Merging remotes/origin/main commit fd31c8765befe4f65ed63f7a6396fa1577418d04 into PR head commit 21175bb09138b411046d7c51f99b62731b9dbb4b 17:14:53 Merge succeeded, producing 21175bb09138b411046d7c51f99b62731b9dbb4b 17:14:53 Checking out Revision 21175bb09138b411046d7c51f99b62731b9dbb4b (PR-4135) 17:14:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:14:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:14:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:14:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:14:52 using GIT_SSH to set credentials SSH Credentials for GitHub 17:14:52 > 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 17:14:53 > git config core.sparsecheckout # timeout=10 17:14:53 > git checkout -f 21175bb09138b411046d7c51f99b62731b9dbb4b # timeout=10 17:14:53 > git remote # timeout=10 17:14:53 > git config --get remote.origin.url # timeout=10 17:14:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:14:53 > git merge fd31c8765befe4f65ed63f7a6396fa1577418d04 # timeout=10 17:14:53 > git rev-parse HEAD^{commit} # timeout=10 17:14:53 > git config core.sparsecheckout # timeout=10 17:14:53 > git checkout -f 21175bb09138b411046d7c51f99b62731b9dbb4b # timeout=10 17:14:57 Commit message: "feat(command): 3rd party command query via messaging" 17:14:57 > git --version # timeout=10 17:14:57 > git --version # 'git version 2.25.1' 17:14:57 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:14:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:14:59 % Total % Received % Xferd Average Speed Time Time Time Current 17:14:59 Dload Upload Total Spent Left Speed 17:14:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 66326 0 --:--:-- --:--:-- --:--:-- 66326 [Pipeline] sh 17:14:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:15:00 + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:15:00 sudo tee /etc/docker/daemon.new 17:15:00 { 17:15:00 "registry-mirrors": [ 17:15:00 "https://nexus3.edgexfoundry.org:10001" 17:15:00 ], 17:15:00 "bip": "10.250.0.254/24", 17:15:00 "hosts": [ 17:15:00 "tcp://0.0.0.0:5555", 17:15:00 "unix:///var/run/docker.sock" 17:15:00 ], 17:15:00 "mtu": 1458, 17:15:00 "selinux-enabled": true, 17:15:00 "seccomp-profile": "/etc/docker/seccomp.json" 17:15:00 } [Pipeline] sh 17:15:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:15:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:15:19 provisioning config files... 17:15:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4630320807835533212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:15:19 ---> docker-login.sh 17:15:19 nexus3.edgexfoundry.org:10001 17:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:20 Configure a credential helper to remove this warning. See 17:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:20 17:15:20 Login Succeeded 17:15:20 nexus3.edgexfoundry.org:10002 17:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:21 Configure a credential helper to remove this warning. See 17:15:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:21 17:15:21 Login Succeeded 17:15:21 nexus3.edgexfoundry.org:10003 17:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:21 Configure a credential helper to remove this warning. See 17:15:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:21 17:15:21 Login Succeeded 17:15:21 nexus3.edgexfoundry.org:10004 17:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:21 Configure a credential helper to remove this warning. See 17:15:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:21 17:15:21 Login Succeeded 17:15:21 docker.io 17:15:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:22 Configure a credential helper to remove this warning. See 17:15:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:22 17:15:22 Login Succeeded 17:15:22 ---> docker-login.sh ends [Pipeline] } 17:15:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 17:15:23 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 17:15:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:15:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:15:23 ========================================================= 17:15:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:15:23 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:15:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:15:24 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:15:24 b3c136eddcbf: Pulling fs layer 17:15:24 c0a3192eca97: Pulling fs layer 17:15:24 a050256f5b6f: Pulling fs layer 17:15:24 656be50a0ddc: Pulling fs layer 17:15:24 2bbca73fdf42: Pulling fs layer 17:15:24 46d945488cbd: Pulling fs layer 17:15:24 8a5474983e97: Pulling fs layer 17:15:24 329c88fbcd65: Pulling fs layer 17:15:24 46d945488cbd: Waiting 17:15:24 8a5474983e97: Waiting 17:15:24 329c88fbcd65: Waiting 17:15:24 656be50a0ddc: Waiting 17:15:24 2bbca73fdf42: Waiting 17:15:24 a050256f5b6f: Verifying Checksum 17:15:24 a050256f5b6f: Download complete 17:15:24 c0a3192eca97: Verifying Checksum 17:15:24 c0a3192eca97: Download complete 17:15:24 2bbca73fdf42: Verifying Checksum 17:15:24 2bbca73fdf42: Download complete 17:15:24 46d945488cbd: Verifying Checksum 17:15:24 46d945488cbd: Download complete 17:15:24 b3c136eddcbf: Verifying Checksum 17:15:24 b3c136eddcbf: Download complete 17:15:25 b3c136eddcbf: Pull complete 17:15:25 329c88fbcd65: Verifying Checksum 17:15:25 329c88fbcd65: Download complete 17:15:25 c0a3192eca97: Pull complete 17:15:26 a050256f5b6f: Pull complete 17:15:26 8a5474983e97: Verifying Checksum 17:15:26 8a5474983e97: Download complete 17:15:26 656be50a0ddc: Verifying Checksum 17:15:26 656be50a0ddc: Download complete 17:15:42 656be50a0ddc: Pull complete 17:15:42 2bbca73fdf42: Pull complete 17:15:42 46d945488cbd: Pull complete 17:15:46 8a5474983e97: Pull complete 17:15:48 329c88fbcd65: Pull complete 17:15:48 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 17:15:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:15:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 17:15:49 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:15:49 WORKDIR /edgex 17:15:49 COPY go.mod . 17:15:49 RUN go mod download 17:15:49 + docker build -t ci-base-image-arm64 -f - . 17:15:49 Sending build context to Docker daemon 3.169MB 17:15:49 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:15:49 ---> ff4287adb874 17:15:49 Step 2/4 : WORKDIR /edgex 17:15:51 ---> Running in 9ba82118f055 17:15:51 Removing intermediate container 9ba82118f055 17:15:51 ---> 01878f9ff0df 17:15:51 Step 3/4 : COPY go.mod . 17:15:52 ---> 7d8b7acf66ca 17:15:52 Step 4/4 : RUN go mod download 17:15:52 ---> Running in c25d2f3b6178 17:16:31 Removing intermediate container c25d2f3b6178 17:16:31 ---> eeaeb3817e6a 17:16:31 Successfully built eeaeb3817e6a 17:16:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:16:31 + docker inspect -f . ci-base-image-arm64 17:16:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:16:31 prd-ubuntu20.04-docker-arm64-4c-16g-23780 does not seem to be running inside a container 17:16:32 $ 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 17:16:33 $ docker top 67b63c33eae9bc9ce1c63db0b4a407754280569c92a26aa6cfca0f6789ff8a43 -eo pid,comm [Pipeline] { [Pipeline] sh 17:16:34 + go version 17:16:34 go version go1.18.3 linux/arm64 [Pipeline] } 17:16:34 $ docker stop --time=1 67b63c33eae9bc9ce1c63db0b4a407754280569c92a26aa6cfca0f6789ff8a43 17:16:35 $ 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 17:16:36 + docker inspect -f . ci-base-image-arm64 17:16:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:16:36 prd-ubuntu20.04-docker-arm64-4c-16g-23780 does not seem to be running inside a container 17:16:37 $ 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 17:16:38 $ docker top f3c54e79a460bf4adf6872f5b803fb010ec185a2f0a65fed54aa009d8b6489ff -eo pid,comm [Pipeline] { [Pipeline] echo 17:16:38 ========================================================= 17:16:38 [edgeXBuildGoParallel] Running Tests and Build... 17:16:38 ========================================================= [Pipeline] sh 17:16:39 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 17:16:39 + make test 17:16:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:16:40 go: updates to go.mod needed; to update it: 17:16:40 go mod tidy 17:16:40 make: *** [Makefile:149: unittest] Error 1 [Pipeline] } 17:16:40 $ docker stop --time=1 f3c54e79a460bf4adf6872f5b803fb010ec185a2f0a65fed54aa009d8b6489ff 17:16:42 $ 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 17:16:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:16:43 17:16:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:16:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:16:44 arm64: Pulling from edgex-lftools-log-publisher 17:16:44 8998bd30e6a1: Pulling fs layer 17:16:44 04944245beec: Pulling fs layer 17:16:44 699f458cf7ca: Pulling fs layer 17:16:44 765212b225bb: Pulling fs layer 17:16:44 f23df028b6ca: Pulling fs layer 17:16:44 d65c8cfc05b1: Pulling fs layer 17:16:44 2437ff75d9bd: Pulling fs layer 17:16:44 f23df028b6ca: Waiting 17:16:44 d65c8cfc05b1: Waiting 17:16:44 2437ff75d9bd: Waiting 17:16:44 765212b225bb: Waiting 17:16:44 04944245beec: Verifying Checksum 17:16:44 04944245beec: Download complete 17:16:44 765212b225bb: Verifying Checksum 17:16:44 765212b225bb: Download complete 17:16:44 f23df028b6ca: Download complete 17:16:44 d65c8cfc05b1: Verifying Checksum 17:16:44 d65c8cfc05b1: Download complete 17:16:44 699f458cf7ca: Verifying Checksum 17:16:44 699f458cf7ca: Download complete 17:16:44 8998bd30e6a1: Download complete 17:16:47 2437ff75d9bd: Verifying Checksum 17:16:47 2437ff75d9bd: Download complete 17:16:49 8998bd30e6a1: Pull complete 17:16:49 04944245beec: Pull complete 17:16:51 699f458cf7ca: Pull complete 17:16:51 765212b225bb: Pull complete 17:16:52 f23df028b6ca: Pull complete 17:16:52 d65c8cfc05b1: Pull complete 17:17:07 2437ff75d9bd: Pull complete 17:17:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:17:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:17:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:17:07 prd-ubuntu20.04-docker-arm64-4c-16g-23780 does not seem to be running inside a container 17:17:07 $ 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 17:17:10 $ docker top 2953e759b688bb1cba0695bb7d9af15e49acd2d3b771b0ea8a7a949fecba031d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:17:11 ---> job-cost.sh 17:17:11 lf-activate-venv: SKIPPING 17:17:11 INFO: No Stack... 17:17:11 INFO: Retrieving Pricing Info for: v3-standard-4 17:17:12 INFO: Archiving Costs [Pipeline] sh 17:17:13 + cut -d, -f6 17:17:13 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 17:17:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4135-1-stack-cost] 17:17:13 Resource [jenkins-edgexfoundry-edgex-go-PR-4135-1-stack-cost] did not exist. Created. 17:17:13 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4135-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:17:14 + echo total: 0.10999999940395355 [Pipeline] stash 17:17:15 Stashed 1 file(s) [Pipeline] } 17:17:15 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4135-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:17:15 $ docker stop --time=1 2953e759b688bb1cba0695bb7d9af15e49acd2d3b771b0ea8a7a949fecba031d 17:17:16 $ 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] } 17:17:17 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 17:17:18 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 17:17:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:17:20 ---> package-listing.sh 17:17:20 ++ facter osfamily 17:17:20 ++ tr '[:upper:]' '[:lower:]' 17:17:20 + OS_FAMILY=debian 17:17:20 + workspace=/w/workspace/edgex-go/1 17:17:20 + START_PACKAGES=/tmp/packages_start.txt 17:17:20 + END_PACKAGES=/tmp/packages_end.txt 17:17:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:17:20 + PACKAGES=/tmp/packages_start.txt 17:17:20 + '[' /w/workspace/edgex-go/1 ']' 17:17:20 + PACKAGES=/tmp/packages_end.txt 17:17:20 + case "${OS_FAMILY}" in 17:17:20 + dpkg -l 17:17:20 + grep '^ii' 17:17:20 + '[' -f /tmp/packages_start.txt ']' 17:17:20 + '[' -f /tmp/packages_end.txt ']' 17:17:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:17:20 + '[' /w/workspace/edgex-go/1 ']' 17:17:20 + mkdir -p /w/workspace/edgex-go/1/archives/ 17:17:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 17:17:20 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 17:17:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:17:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:17:21 17:17:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:17:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:17:22 latest: Pulling from edgex-lftools-log-publisher 17:17:22 5eb5b503b376: Pulling fs layer 17:17:22 5c69ac0246d0: Pulling fs layer 17:17:22 ec43610c2a17: Pulling fs layer 17:17:22 3a2ae6a8a46f: Pulling fs layer 17:17:22 33b1e0a273af: Pulling fs layer 17:17:22 5d3b04190fa2: Pulling fs layer 17:17:22 2f39f015ded8: Pulling fs layer 17:17:22 5d3b04190fa2: Waiting 17:17:22 33b1e0a273af: Waiting 17:17:22 3a2ae6a8a46f: Waiting 17:17:22 5c69ac0246d0: Download complete 17:17:22 3a2ae6a8a46f: Download complete 17:17:22 33b1e0a273af: Verifying Checksum 17:17:22 33b1e0a273af: Download complete 17:17:22 5d3b04190fa2: Verifying Checksum 17:17:22 5d3b04190fa2: Download complete 17:17:22 ec43610c2a17: Verifying Checksum 17:17:22 ec43610c2a17: Download complete 17:17:22 5eb5b503b376: Verifying Checksum 17:17:22 5eb5b503b376: Download complete 17:17:23 2f39f015ded8: Verifying Checksum 17:17:23 2f39f015ded8: Download complete 17:17:23 5eb5b503b376: Pull complete 17:17:23 5c69ac0246d0: Pull complete 17:17:24 ec43610c2a17: Pull complete 17:17:24 3a2ae6a8a46f: Pull complete 17:17:24 33b1e0a273af: Pull complete 17:17:25 5d3b04190fa2: Pull complete 17:17:30 2f39f015ded8: Pull complete 17:17:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:17:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:17:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:17:30 prd-ubuntu20.04-docker-8c-8g-23779 does not seem to be running inside a container 17:17:30 $ 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 17:17:37 $ docker top 4cd397410e14c7050b9b287112fba4f23ae0d8ab717353828d96ff235cccf99e -eo pid,comm [Pipeline] { [Pipeline] sh 17:17:37 + touch /tmp/pre-build-complete [Pipeline] sh 17:17:37 + mkdir -p /var/log/sysstat [Pipeline] sh 17:17:38 + ls /var/log/sa-host 17:17:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:17:38 provisioning config files... 17:17:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2644100382982415235tmp [Pipeline] { [Pipeline] echo 17:17:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:17:38 ---> create-netrc.sh [Pipeline] } 17:17:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:17:39 ---> python-tools-install.sh [Pipeline] echo 17:17:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:17:39 ---> sudo-logs.sh 17:17:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:17:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:17:39 ---> job-cost.sh 17:17:39 lf-activate-venv: SKIPPING 17:17:39 DEBUG: total: 0.10999999940395355 17:17:39 INFO: Retrieving Stack Cost... 17:17:40 INFO: Retrieving Pricing Info for: v3-standard-8 17:17:40 INFO: Archiving Costs [Pipeline] echo 17:17:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:17:41 ---> logs-deploy.sh 17:17:41 lf-activate-venv: SKIPPING 17:17:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4135/1 17:17:41 INFO: archiving workspace using pattern(s): 17:17:41 Archives upload complete. 17:17:42 INFO: archiving logs to Nexus