Pull request #4600 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 brian-intel for edgexfoundry/edgex-go Loading trusted files from base branch main at 65b3fe88595591514c5cf7e171e4fb2a38fb0fa1 rather than 870b459e44d4e2b468932e3f4006943f584d5542 Obtained Jenkinsfile from 65b3fe88595591514c5cf7e171e4fb2a38fb0fa1 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-ssh4813664806151618299.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3541673615621246851.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4600/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-4600/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12541393208310833940.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-4600/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13436055574169682611.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3036034097339563436.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-4600/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-4600/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh771567315069206486.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], 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.20 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/v3 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-578 in /w/workspace/edgexfoundry_edgex-go_PR-4600 [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/4600/head:refs/remotes/origin/PR-4600 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 65b3fe88595591514c5cf7e171e4fb2a38fb0fa1 into PR head commit 870b459e44d4e2b468932e3f4006943f584d5542 Merge succeeded, producing 870b459e44d4e2b468932e3f4006943f584d5542 Checking out Revision 870b459e44d4e2b468932e3f4006943f584d5542 (PR-4600) > git config core.sparsecheckout # timeout=10 > git checkout -f 870b459e44d4e2b468932e3f4006943f584d5542 # 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 65b3fe88595591514c5cf7e171e4fb2a38fb0fa1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 870b459e44d4e2b468932e3f4006943f584d5542 # timeout=10 Commit message: "feat: Use loadfile that allows reading from local file or uri" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:33:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:33:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:33:51 ========================================================= 22:33:51 EdgeX Global Pipelines Version Info 22:33:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:33:51 ------------------- 22:33:51 stable info: 22:33:51 ------------------- 22:33:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:33:51 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 22:33:51 Message: update stable to v1.0.250 22:33:52 ------------------- 22:33:52 experimental info: 22:33:52 ------------------- 22:33:52 Commited By: **** collab-it+edgex@linuxfoundation.org 22:33:52 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 22:33:52 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:33:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:33:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:33:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:33:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:33:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4600 [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4600 [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4600 [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 870b459e44d4e2b468932e3f4006943f584d5542 [Pipeline] echo 22:33:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 870b459 [Pipeline] echo 22:33:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:33:54 provisioning config files... 22:33:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3091382720980864815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:33:54 ---> docker-login.sh 22:33:54 nexus3.edgexfoundry.org:10001 22:33:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:54 Configure a credential helper to remove this warning. See 22:33:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:54 22:33:54 Login Succeeded 22:33:54 nexus3.edgexfoundry.org:10002 22:33:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:55 Configure a credential helper to remove this warning. See 22:33:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:55 22:33:55 Login Succeeded 22:33:55 nexus3.edgexfoundry.org:10003 22:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:55 Configure a credential helper to remove this warning. See 22:33:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:55 22:33:55 Login Succeeded 22:33:55 nexus3.edgexfoundry.org:10004 22:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:55 Configure a credential helper to remove this warning. See 22:33:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:55 22:33:55 Login Succeeded 22:33:55 docker.io 22:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:55 Configure a credential helper to remove this warning. See 22:33:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:55 22:33:55 Login Succeeded 22:33:55 ---> docker-login.sh ends [Pipeline] } 22:33:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:33:55 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/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 22:33:55 + dirname cmd/core-command/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo core-command,cmd/core-command/Dockerfile 22:33:55 + dirname cmd/core-common-config-bootstrapper/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 22:33:55 + + cut -d/ -f2dirname 22:33:55 cmd/core-data/Dockerfile 22:33:55 + echo core-data,cmd/core-data/Dockerfile 22:33:55 + dirname cmd/core-metadata/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo core-metadata,cmd/core-metadata/Dockerfile 22:33:55 + dirname cmd/security-bootstrapper/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:33:55 + dirname cmd/security-proxy-auth/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 22:33:55 + dirname cmd/security-proxy-setup/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:33:55 + dirname cmd/security-secretstore-setup/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:33:55 + dirname cmd/security-spiffe-token-provider/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 22:33:55 + dirname cmd/security-spire-agent/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 22:33:55 + dirname cmd/security-spire-config/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo security-spire-config,cmd/security-spire-config/Dockerfile 22:33:55 + dirname cmd/security-spire-server/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo security-spire-server,cmd/security-spire-server/Dockerfile 22:33:55 + dirname cmd/support-notifications/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo support-notifications,cmd/support-notifications/Dockerfile 22:33:55 + dirname cmd/support-scheduler/Dockerfile 22:33:55 + cut -d/ -f2 22:33:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 22:33:56 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/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-auth, dockerfile:cmd/security-proxy-auth/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]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:33:56 + git rev-list -1 --merges 870b459e44d4e2b468932e3f4006943f584d5542~1..870b459e44d4e2b468932e3f4006943f584d5542 [Pipeline] echo 22:33:56 -----------> git rev-list -1 --merges 870b459e44d4e2b468932e3f4006943f584d5542~1..870b459e44d4e2b468932e3f4006943f584d5542 870b459e44d4e2b468932e3f4006943f584d5542 [false] [Pipeline] sh 22:33:56 + git log --format=format:%s -1 870b459e44d4e2b468932e3f4006943f584d5542 [Pipeline] echo 22:33:57 ========================================================= 22:33:57 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:33:57 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 22:33:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:33:57 + grep -v github /etc/ssh/ssh_known_hosts 22:33:57 + [ -e /tmp/ssh_known_hosts ] 22:33:57 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:33:57 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:33:57 + sudo tee -a /etc/ssh/ssh_known_hosts 22:33:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:33:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:33:58 22:33:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:33:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:33:58 0.1.4: Pulling from edgex-devops/py-git-semver 22:33:58 b85a868b505f: Pulling fs layer 22:33:58 e2be974225ed: Pulling fs layer 22:33:58 339a4e72a1f5: Pulling fs layer 22:33:58 988bab9f4d93: Pulling fs layer 22:33:58 1469e6f7b9e6: Pulling fs layer 22:33:58 eaf3925da568: Pulling fs layer 22:33:58 bab4dde63d76: Pulling fs layer 22:33:58 bde34c3a00c8: Pulling fs layer 22:33:58 b352a97aabf1: Pulling fs layer 22:33:58 4872d77fe225: Pulling fs layer 22:33:58 5851b861e8e6: Pulling fs layer 22:33:58 1469e6f7b9e6: Waiting 22:33:58 eaf3925da568: Waiting 22:33:58 988bab9f4d93: Waiting 22:33:58 bab4dde63d76: Waiting 22:33:58 bde34c3a00c8: Waiting 22:33:58 b352a97aabf1: Waiting 22:33:58 4872d77fe225: Waiting 22:33:58 5851b861e8e6: Waiting 22:33:58 e2be974225ed: Download complete 22:33:58 988bab9f4d93: Verifying Checksum 22:33:58 988bab9f4d93: Download complete 22:33:58 1469e6f7b9e6: Verifying Checksum 22:33:58 1469e6f7b9e6: Download complete 22:33:58 339a4e72a1f5: Verifying Checksum 22:33:58 339a4e72a1f5: Download complete 22:33:58 eaf3925da568: Verifying Checksum 22:33:58 eaf3925da568: Download complete 22:33:58 bde34c3a00c8: Verifying Checksum 22:33:58 bde34c3a00c8: Download complete 22:33:58 b352a97aabf1: Verifying Checksum 22:33:58 b352a97aabf1: Download complete 22:33:58 4872d77fe225: Download complete 22:33:58 5851b861e8e6: Verifying Checksum 22:33:58 5851b861e8e6: Download complete 22:33:58 b85a868b505f: Verifying Checksum 22:33:58 b85a868b505f: Download complete 22:33:58 bab4dde63d76: Verifying Checksum 22:33:58 bab4dde63d76: Download complete 22:33:59 b85a868b505f: Pull complete 22:33:59 e2be974225ed: Pull complete 22:34:00 339a4e72a1f5: Pull complete 22:34:00 988bab9f4d93: Pull complete 22:34:00 1469e6f7b9e6: Pull complete 22:34:00 eaf3925da568: Pull complete 22:34:02 bab4dde63d76: Pull complete 22:34:02 bde34c3a00c8: Pull complete 22:34:02 b352a97aabf1: Pull complete 22:34:02 4872d77fe225: Pull complete 22:34:02 5851b861e8e6: Pull complete 22:34:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:34:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:34:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:34:03 prd-ubuntu20.04-docker-8c-8g-578 does not seem to be running inside a container 22:34:03 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:34:04 $ docker top 13a51dcd8b03044e7e16550b84688a8b2b33ebead43623ebf0f696e3ef0abdcf -eo pid,comm 22:34:04 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). 22:34:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:34:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:34:04 [ssh-agent] Looking for ssh-agent implementation... 22:34:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:34:04 $ docker exec 13a51dcd8b03044e7e16550b84688a8b2b33ebead43623ebf0f696e3ef0abdcf ssh-agent 22:34:04 SSH_AUTH_SOCK=/tmp/ssh-JWLNEUNquV4d/agent.33 22:34:04 SSH_AGENT_PID=39 22:34:04 Running ssh-add (command line suppressed) 22:34:04 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16474457469439907100.key (/w/workspace/edgex-go/1@tmp/private_key_16474457469439907100.key) 22:34:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:34:05 + git tag --points-at HEAD [Pipeline] } 22:34:05 $ docker exec --env ******** --env ******** 13a51dcd8b03044e7e16550b84688a8b2b33ebead43623ebf0f696e3ef0abdcf ssh-agent -k 22:34:05 unset SSH_AUTH_SOCK; 22:34:05 unset SSH_AGENT_PID; 22:34:05 echo Agent pid 39 killed; 22:34:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:34:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:34:05 [ssh-agent] Looking for ssh-agent implementation... 22:34:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:34:05 $ docker exec 13a51dcd8b03044e7e16550b84688a8b2b33ebead43623ebf0f696e3ef0abdcf ssh-agent 22:34:05 SSH_AUTH_SOCK=/tmp/ssh-UJQueyOBqnQj/agent.72 22:34:05 SSH_AGENT_PID=78 22:34:05 Running ssh-add (command line suppressed) 22:34:05 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6312634130837041334.key (/w/workspace/edgex-go/1@tmp/private_key_6312634130837041334.key) 22:34:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:34:06 + git semver init 22:34:06 2023-07-06 22:34:06,317 [run_init] DEBUG init version:0.0.0 force:False 22:34:06 2023-07-06 22:34:06,318 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 22:34:06 2023-07-06 22:34:06,318 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 22:34:06 2023-07-06 22:34:06,319 [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) 22:34:11 2023-07-06 22:34:11,258 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 22:34:11 2023-07-06 22:34:11,258 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4600 with force:False 22:34:11 2023-07-06 22:34:11,259 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4600 22:34:11 2023-07-06 22:34:11,262 [execute] INFO git cat-file --batch-check 22:34:11 2023-07-06 22:34:11,262 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 22:34:11 2023-07-06 22:34:11,267 [execute] INFO git cat-file --batch 22:34:11 2023-07-06 22:34:11,268 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 22:34:11 2023-07-06 22:34:11,272 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4600 22:34:11 0.0.0 [Pipeline] } 22:34:11 $ docker exec --env ******** --env ******** 13a51dcd8b03044e7e16550b84688a8b2b33ebead43623ebf0f696e3ef0abdcf ssh-agent -k 22:34:11 unset SSH_AUTH_SOCK; 22:34:11 unset SSH_AGENT_PID; 22:34:11 echo Agent pid 78 killed; 22:34:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:34:12 + git semver [Pipeline] } 22:34:12 $ docker stop --time=1 13a51dcd8b03044e7e16550b84688a8b2b33ebead43623ebf0f696e3ef0abdcf 22:34:13 $ docker rm -f --volumes 13a51dcd8b03044e7e16550b84688a8b2b33ebead43623ebf0f696e3ef0abdcf [Pipeline] // withDockerContainer [Pipeline] sh 22:34:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:34:14 Stashed 1 file(s) [Pipeline] echo 22:34:14 [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 22:34:15 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 22:34:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:34:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:34:15 ========================================================= 22:34:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 22:34:15 ========================================================= [Pipeline] fileExists [Pipeline] sh 22:34:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:34:15 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 22:34:15 f56be85fc22e: Pulling fs layer 22:34:15 85791d961cd3: Pulling fs layer 22:34:15 d694b5ae8c79: Pulling fs layer 22:34:15 9f32a84ed3da: Pulling fs layer 22:34:15 4d19c01a9841: Pulling fs layer 22:34:15 9325e15d5711: Pulling fs layer 22:34:15 556b6ee489ea: Pulling fs layer 22:34:15 c5a4b2cf53e6: Pulling fs layer 22:34:15 9f32a84ed3da: Waiting 22:34:15 556b6ee489ea: Waiting 22:34:15 4d19c01a9841: Waiting 22:34:15 9325e15d5711: Waiting 22:34:15 c5a4b2cf53e6: Waiting 22:34:15 85791d961cd3: Verifying Checksum 22:34:15 85791d961cd3: Download complete 22:34:15 9f32a84ed3da: Verifying Checksum 22:34:15 9f32a84ed3da: Download complete 22:34:15 4d19c01a9841: Verifying Checksum 22:34:15 4d19c01a9841: Download complete 22:34:15 f56be85fc22e: Verifying Checksum 22:34:15 f56be85fc22e: Download complete 22:34:15 9325e15d5711: Verifying Checksum 22:34:15 9325e15d5711: Download complete 22:34:15 f56be85fc22e: Pull complete 22:34:15 85791d961cd3: Pull complete 22:34:16 c5a4b2cf53e6: Verifying Checksum 22:34:16 c5a4b2cf53e6: Download complete 22:34:16 d694b5ae8c79: Verifying Checksum 22:34:16 d694b5ae8c79: Download complete 22:34:16 556b6ee489ea: Verifying Checksum 22:34:16 556b6ee489ea: Download complete 22:34:19 d694b5ae8c79: Pull complete 22:34:19 9f32a84ed3da: Pull complete 22:34:19 4d19c01a9841: Pull complete 22:34:19 9325e15d5711: Pull complete 22:34:21 556b6ee489ea: Pull complete 22:34:22 c5a4b2cf53e6: Pull complete 22:34:22 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 22:34:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:34:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 22:34:22 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:34:22 WORKDIR /edgex 22:34:22 COPY go.mod . 22:34:22 RUN go mod download 22:34:22 + docker build -t ci-base-image-x86_64 -f - . 22:34:23 Sending build context to Docker daemon 170.6MB 22:34:23 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:34:23 ---> c4be618373d6 22:34:23 Step 2/4 : WORKDIR /edgex 22:34:24 ---> Running in 1114271ede60 22:34:24 Removing intermediate container 1114271ede60 22:34:24 ---> 704910704943 22:34:24 Step 3/4 : COPY go.mod . 22:34:24 ---> 7644ff376f9a 22:34:24 Step 4/4 : RUN go mod download 22:34:24 ---> Running in ad267ce49a0a 22:34:29 Still waiting to schedule task 22:34:29 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:34:37 Removing intermediate container ad267ce49a0a 22:34:37 ---> 8aa55228555c 22:34:37 Successfully built 8aa55228555c 22:34:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:34:37 + docker inspect -f . ci-base-image-x86_64 22:34:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:34:37 prd-ubuntu20.04-docker-8c-8g-578 does not seem to be running inside a container 22:34:37 $ 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 ******** ci-base-image-x86_64 cat 22:34:38 $ docker top 2a206bb34b94a0d6b2b1b1d634161a353af5bb0d11078db4b90d7d9f3c7549cb -eo pid,comm [Pipeline] { [Pipeline] sh 22:34:38 + go version 22:34:38 go version go1.20.2 linux/amd64 [Pipeline] } 22:34:38 $ docker stop --time=1 2a206bb34b94a0d6b2b1b1d634161a353af5bb0d11078db4b90d7d9f3c7549cb 22:34:39 $ docker rm -f --volumes 2a206bb34b94a0d6b2b1b1d634161a353af5bb0d11078db4b90d7d9f3c7549cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:34:40 + docker inspect -f . ci-base-image-x86_64 22:34:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:34:40 prd-ubuntu20.04-docker-8c-8g-578 does not seem to be running inside a container 22:34:40 $ 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 ******** ci-base-image-x86_64 cat 22:34:40 $ docker top 1e85dec8223e0ee798ec85b4e54378a797cfff3c658024e6ee92541d08c98153 -eo pid,comm [Pipeline] { [Pipeline] echo 22:34:41 ========================================================= 22:34:41 [edgeXBuildGoParallel] Running Tests and Build... 22:34:41 ========================================================= [Pipeline] sh 22:34:41 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 22:34:41 + make test 22:34:41 go test -race -coverprofile=coverage.out ./... 22:34:42 internal/core/metadata/uom/bootstrap.go:17:2: no required module provides package github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file; to add it: 22:34:42 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 22:34:42 make: *** [Makefile:148: unittest] Error 1 [Pipeline] } 22:34:42 $ docker stop --time=1 1e85dec8223e0ee798ec85b4e54378a797cfff3c658024e6ee92541d08c98153 22:34:43 $ docker rm -f --volumes 1e85dec8223e0ee798ec85b4e54378a797cfff3c658024e6ee92541d08c98153 [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] } 22:34:44 Failed in branch amd64 22:36:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-579 in /w/workspace/edgexfoundry_edgex-go_PR-4600 [Pipeline] { [Pipeline] ws 22:36:06 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 22:36:06 The recommended git tool is: git 22:36:11 using credential edgex-jenkins-ssh 22:36:11 Cloning the remote Git repository 22:36:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:36:11 > git init /w/workspace/edgex-go/1 # timeout=10 22:36:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:36:11 > git --version # timeout=10 22:36:12 > git --version # 'git version 2.25.1' 22:36:12 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:36:30 Merging remotes/origin/main commit 65b3fe88595591514c5cf7e171e4fb2a38fb0fa1 into PR head commit 870b459e44d4e2b468932e3f4006943f584d5542 22:36:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:36:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:36:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:36:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:36:29 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4600/head:refs/remotes/origin/PR-4600 +refs/heads/main:refs/remotes/origin/main # timeout=10 22:36:30 > git config core.sparsecheckout # timeout=10 22:36:30 > git checkout -f 870b459e44d4e2b468932e3f4006943f584d5542 # timeout=10 22:36:30 Merge succeeded, producing 870b459e44d4e2b468932e3f4006943f584d5542 22:36:30 Checking out Revision 870b459e44d4e2b468932e3f4006943f584d5542 (PR-4600) 22:36:30 > git remote # timeout=10 22:36:30 > git config --get remote.origin.url # timeout=10 22:36:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:30 > git merge 65b3fe88595591514c5cf7e171e4fb2a38fb0fa1 # timeout=10 22:36:30 > git rev-parse HEAD^{commit} # timeout=10 22:36:30 > git config core.sparsecheckout # timeout=10 22:36:30 > git checkout -f 870b459e44d4e2b468932e3f4006943f584d5542 # timeout=10 22:36:34 Commit message: "feat: Use loadfile that allows reading from local file or uri" 22:36:34 > git --version # timeout=10 22:36:34 > git --version # 'git version 2.25.1' 22:36:34 fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:36:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:36:35 % Total % Received % Xferd Average Speed Time Time Time Current 22:36:35 Dload Upload Total Spent Left Speed 22:36:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 83339 0 --:--:-- --:--:-- --:--:-- 83339 [Pipeline] sh 22:36:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:36:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:36:36 + sudo tee /etc/docker/daemon.new 22:36:36 { 22:36:36 "registry-mirrors": [ 22:36:36 "https://nexus3.edgexfoundry.org:10001" 22:36:36 ], 22:36:36 "bip": "10.250.0.254/24", 22:36:36 "hosts": [ 22:36:36 "tcp://0.0.0.0:5555", 22:36:36 "unix:///var/run/docker.sock" 22:36:36 ], 22:36:36 "mtu": 1458, 22:36:36 "selinux-enabled": true, 22:36:36 "seccomp-profile": "/etc/docker/seccomp.json" 22:36:36 } [Pipeline] sh 22:36:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:36:37 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:36:55 provisioning config files... 22:36:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3491123371912553593tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:36:56 ---> docker-login.sh 22:36:56 nexus3.edgexfoundry.org:10001 22:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:56 Configure a credential helper to remove this warning. See 22:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:56 22:36:56 Login Succeeded 22:36:56 nexus3.edgexfoundry.org:10002 22:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:56 Configure a credential helper to remove this warning. See 22:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:56 22:36:56 Login Succeeded 22:36:56 nexus3.edgexfoundry.org:10003 22:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:57 Configure a credential helper to remove this warning. See 22:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:57 22:36:57 Login Succeeded 22:36:57 nexus3.edgexfoundry.org:10004 22:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:57 Configure a credential helper to remove this warning. See 22:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:57 22:36:57 Login Succeeded 22:36:57 docker.io 22:36:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:58 Configure a credential helper to remove this warning. See 22:36:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:58 22:36:58 Login Succeeded 22:36:58 ---> docker-login.sh ends [Pipeline] } 22:36:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 22:36:59 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 22:36:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:36:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:36:59 ========================================================= 22:36:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 22:36:59 ========================================================= [Pipeline] fileExists [Pipeline] sh 22:36:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:36:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:36:59 c41833b44d91: Pulling fs layer 22:36:59 ed15518f5707: Pulling fs layer 22:36:59 feae8fd75edb: Pulling fs layer 22:36:59 242c74f7c9fa: Pulling fs layer 22:36:59 3cdef696dda3: Pulling fs layer 22:36:59 2ced38df9373: Pulling fs layer 22:36:59 58f1dce35555: Pulling fs layer 22:36:59 3cdef696dda3: Waiting 22:36:59 2ced38df9373: Waiting 22:36:59 58f1dce35555: Waiting 22:36:59 242c74f7c9fa: Waiting 22:36:59 ed15518f5707: Download complete 22:36:59 242c74f7c9fa: Verifying Checksum 22:36:59 242c74f7c9fa: Download complete 22:36:59 c41833b44d91: Verifying Checksum 22:36:59 c41833b44d91: Download complete 22:36:59 3cdef696dda3: Verifying Checksum 22:36:59 3cdef696dda3: Download complete 22:37:00 c41833b44d91: Pull complete 22:37:01 58f1dce35555: Verifying Checksum 22:37:01 58f1dce35555: Download complete 22:37:01 ed15518f5707: Pull complete 22:37:02 feae8fd75edb: Verifying Checksum 22:37:02 feae8fd75edb: Download complete 22:37:02 2ced38df9373: Verifying Checksum 22:37:02 2ced38df9373: Download complete 22:37:14 feae8fd75edb: Pull complete 22:37:14 242c74f7c9fa: Pull complete 22:37:14 3cdef696dda3: Pull complete 22:37:19 2ced38df9373: Pull complete 22:37:22 58f1dce35555: Pull complete 22:37:22 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 22:37:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:37:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 22:37:22 + docker build -t ci-base-image-arm64 -f - . 22:37:22 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:37:22 WORKDIR /edgex 22:37:22 COPY go.mod . 22:37:22 RUN go mod download 22:37:23 Sending build context to Docker daemon 2.947MB 22:37:23 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:37:23 ---> fadd8f120f05 22:37:23 Step 2/4 : WORKDIR /edgex 22:37:25 ---> Running in 5d5ce3d0f4bd 22:37:25 Removing intermediate container 5d5ce3d0f4bd 22:37:25 ---> 04e4572485d5 22:37:25 Step 3/4 : COPY go.mod . 22:37:26 ---> 3fb70586cc35 22:37:26 Step 4/4 : RUN go mod download 22:37:26 ---> Running in c19b7b171285 22:37:52 Removing intermediate container c19b7b171285 22:37:52 ---> 2641013187a2 22:37:52 Successfully built 2641013187a2 22:37:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:53 + docker inspect -f . ci-base-image-arm64 22:37:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:37:53 prd-ubuntu20.04-docker-arm64-4c-16g-579 does not seem to be running inside a container 22:37:53 $ 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 ******** ci-base-image-arm64 cat 22:37:54 $ docker top 7895b2c6cecc5f2203ebc818c629f1330eba07fba028f2754e9765343f766c76 -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:55 + go version 22:37:55 go version go1.20.2 linux/arm64 [Pipeline] } 22:37:55 $ docker stop --time=1 7895b2c6cecc5f2203ebc818c629f1330eba07fba028f2754e9765343f766c76 22:37:57 $ docker rm -f --volumes 7895b2c6cecc5f2203ebc818c629f1330eba07fba028f2754e9765343f766c76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:58 + docker inspect -f . ci-base-image-arm64 22:37:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:37:58 prd-ubuntu20.04-docker-arm64-4c-16g-579 does not seem to be running inside a container 22:37:58 $ 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 ******** ci-base-image-arm64 cat 22:37:59 $ docker top 52f5be56ba6c49e8fa26a24da80a31a0f18f97db6e322f2d57ab171b8e5bb499 -eo pid,comm [Pipeline] { [Pipeline] echo 22:37:59 ========================================================= 22:37:59 [edgeXBuildGoParallel] Running Tests and Build... 22:37:59 ========================================================= [Pipeline] sh 22:38:00 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 22:38:00 + make test 22:38:00 go test -race -coverprofile=coverage.out ./... 22:38:04 internal/core/metadata/uom/bootstrap.go:17:2: no required module provides package github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file; to add it: 22:38:04 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 22:38:04 make: *** [Makefile:148: unittest] Error 1 [Pipeline] } 22:38:04 $ docker stop --time=1 52f5be56ba6c49e8fa26a24da80a31a0f18f97db6e322f2d57ab171b8e5bb499 22:38:06 $ docker rm -f --volumes 52f5be56ba6c49e8fa26a24da80a31a0f18f97db6e322f2d57ab171b8e5bb499 [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 22:38:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:38:07 22:38:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:38:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:38:08 arm64: Pulling from edgex-lftools-log-publisher 22:38:08 8998bd30e6a1: Pulling fs layer 22:38:08 04944245beec: Pulling fs layer 22:38:08 699f458cf7ca: Pulling fs layer 22:38:08 765212b225bb: Pulling fs layer 22:38:08 f23df028b6ca: Pulling fs layer 22:38:08 d65c8cfc05b1: Pulling fs layer 22:38:08 2437ff75d9bd: Pulling fs layer 22:38:08 765212b225bb: Waiting 22:38:08 f23df028b6ca: Waiting 22:38:08 d65c8cfc05b1: Waiting 22:38:08 2437ff75d9bd: Waiting 22:38:08 04944245beec: Verifying Checksum 22:38:08 04944245beec: Download complete 22:38:08 765212b225bb: Verifying Checksum 22:38:08 765212b225bb: Download complete 22:38:08 f23df028b6ca: Verifying Checksum 22:38:08 f23df028b6ca: Download complete 22:38:08 d65c8cfc05b1: Verifying Checksum 22:38:08 d65c8cfc05b1: Download complete 22:38:08 699f458cf7ca: Verifying Checksum 22:38:08 699f458cf7ca: Download complete 22:38:09 8998bd30e6a1: Verifying Checksum 22:38:09 8998bd30e6a1: Download complete 22:38:11 2437ff75d9bd: Verifying Checksum 22:38:11 2437ff75d9bd: Download complete 22:38:13 8998bd30e6a1: Pull complete 22:38:13 04944245beec: Pull complete 22:38:14 699f458cf7ca: Pull complete 22:38:14 765212b225bb: Pull complete 22:38:15 f23df028b6ca: Pull complete 22:38:15 d65c8cfc05b1: Pull complete 22:38:30 2437ff75d9bd: Pull complete 22:38:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:38:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:38:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:38:30 prd-ubuntu20.04-docker-arm64-4c-16g-579 does not seem to be running inside a container 22:38:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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:arm64 cat 22:38:36 $ docker top e2727659c34bcc6b2acd271c1ed9ba14223a9a6a686e5c4074f701e600f1f599 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:38:36 ---> job-cost.sh 22:38:36 lf-activate-venv: SKIPPING 22:38:36 INFO: No Stack... 22:38:37 INFO: Retrieving Pricing Info for: v3-standard-4 22:38:38 INFO: Archiving Costs [Pipeline] sh 22:38:38 + cat /w/workspace/edgex-go/1/archives/cost.csv 22:38:38 + cut -d, -f6 [Pipeline] lock 22:38:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4600-1-stack-cost] 22:38:38 Resource [jenkins-edgexfoundry-edgex-go-PR-4600-1-stack-cost] did not exist. Created. 22:38:38 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4600-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:38:39 + echo total: 0.10999999940395355 [Pipeline] stash 22:38:39 Stashed 1 file(s) [Pipeline] } 22:38:39 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4600-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:38:39 $ docker stop --time=1 e2727659c34bcc6b2acd271c1ed9ba14223a9a6a686e5c4074f701e600f1f599 22:38:41 $ docker rm -f --volumes e2727659c34bcc6b2acd271c1ed9ba14223a9a6a686e5c4074f701e600f1f599 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:38:42 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 22:38:43 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 22:38:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:38:44 ---> package-listing.sh 22:38:44 ++ facter osfamily 22:38:44 ++ tr '[:upper:]' '[:lower:]' 22:38:45 + OS_FAMILY=debian 22:38:45 + workspace=/w/workspace/edgex-go/1 22:38:45 + START_PACKAGES=/tmp/packages_start.txt 22:38:45 + END_PACKAGES=/tmp/packages_end.txt 22:38:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:38:45 + PACKAGES=/tmp/packages_start.txt 22:38:45 + '[' /w/workspace/edgex-go/1 ']' 22:38:45 + PACKAGES=/tmp/packages_end.txt 22:38:45 + case "${OS_FAMILY}" in 22:38:45 + dpkg -l 22:38:45 + grep '^ii' 22:38:45 + '[' -f /tmp/packages_start.txt ']' 22:38:45 + '[' -f /tmp/packages_end.txt ']' 22:38:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:38:45 + '[' /w/workspace/edgex-go/1 ']' 22:38:45 + mkdir -p /w/workspace/edgex-go/1/archives/ 22:38:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 22:38:45 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 22:38:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:38:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:38:45 22:38:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:38:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:38:46 latest: Pulling from edgex-lftools-log-publisher 22:38:46 5eb5b503b376: Pulling fs layer 22:38:46 5c69ac0246d0: Pulling fs layer 22:38:46 ec43610c2a17: Pulling fs layer 22:38:46 3a2ae6a8a46f: Pulling fs layer 22:38:46 33b1e0a273af: Pulling fs layer 22:38:46 5d3b04190fa2: Pulling fs layer 22:38:46 2f39f015ded8: Pulling fs layer 22:38:46 33b1e0a273af: Waiting 22:38:46 5d3b04190fa2: Waiting 22:38:46 3a2ae6a8a46f: Waiting 22:38:46 5c69ac0246d0: Download complete 22:38:46 3a2ae6a8a46f: Verifying Checksum 22:38:46 3a2ae6a8a46f: Download complete 22:38:46 33b1e0a273af: Verifying Checksum 22:38:46 33b1e0a273af: Download complete 22:38:46 5d3b04190fa2: Verifying Checksum 22:38:46 5d3b04190fa2: Download complete 22:38:46 ec43610c2a17: Verifying Checksum 22:38:46 ec43610c2a17: Download complete 22:38:46 5eb5b503b376: Verifying Checksum 22:38:46 5eb5b503b376: Download complete 22:38:47 2f39f015ded8: Download complete 22:38:47 5eb5b503b376: Pull complete 22:38:47 5c69ac0246d0: Pull complete 22:38:48 ec43610c2a17: Pull complete 22:38:48 3a2ae6a8a46f: Pull complete 22:38:48 33b1e0a273af: Pull complete 22:38:48 5d3b04190fa2: Pull complete 22:38:52 2f39f015ded8: Pull complete 22:38:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:38:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:38:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:38:52 prd-ubuntu20.04-docker-8c-8g-578 does not seem to be running inside a container 22:38:52 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:38:54 $ docker top 8568293f449c756902b27dcfa0f629930b68222e2706143bf963b65557516e31 -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:55 + touch /tmp/pre-build-complete [Pipeline] sh 22:38:55 + mkdir -p /var/log/sysstat [Pipeline] sh 22:38:55 + ls /var/log/sa-host 22:38:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:38:56 provisioning config files... 22:38:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3209203450400384429tmp [Pipeline] { [Pipeline] echo 22:38:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:38:56 ---> create-netrc.sh [Pipeline] } 22:38:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:38:56 ---> python-tools-install.sh [Pipeline] echo 22:38:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:38:57 ---> sudo-logs.sh 22:38:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:38:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:38:57 ---> job-cost.sh 22:38:57 lf-activate-venv: SKIPPING 22:38:57 DEBUG: total: 0.10999999940395355 22:38:57 INFO: Retrieving Stack Cost... 22:38:58 INFO: Retrieving Pricing Info for: v3-standard-8 22:38:58 INFO: Archiving Costs [Pipeline] echo 22:38:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:38:58 ---> logs-deploy.sh 22:38:58 lf-activate-venv: SKIPPING 22:38:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4600/1 22:38:58 INFO: archiving workspace using pattern(s): 22:38:59 Archives upload complete. 22:38:59 INFO: archiving logs to Nexus