Pull request #4608 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 jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch main at fa614b66c3ed1d56f649226ca5a7d2f493aafc65 rather than d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d Obtained Jenkinsfile from fa614b66c3ed1d56f649226ca5a7d2f493aafc65 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-ssh15673001696281078846.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-ssh5374528350991220638.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-4608/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-4608/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16944697659976168736.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-4608/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh98127926767321010.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-ssh17769590863445911566.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-4608/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-4608/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10646639363034716028.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-1152 in /w/workspace/edgexfoundry_edgex-go_PR-4608 [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/4608/head:refs/remotes/origin/PR-4608 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit fa614b66c3ed1d56f649226ca5a7d2f493aafc65 into PR head commit d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d Merge succeeded, producing d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d Checking out Revision d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d (PR-4608) > git config core.sparsecheckout # timeout=10 > git checkout -f d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d # 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 fa614b66c3ed1d56f649226ca5a7d2f493aafc65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d # timeout=10 Commit message: "feat: Move all the common APIs into go-mod-bootstrap" 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 10:32:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:32:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:32:50 ========================================================= 10:32:50 EdgeX Global Pipelines Version Info 10:32:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:32:50 ------------------- 10:32:50 stable info: 10:32:50 ------------------- 10:32:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:32:50 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 10:32:50 Message: update stable to v1.0.250 10:32:51 ------------------- 10:32:51 experimental info: 10:32:51 ------------------- 10:32:51 Commited By: **** collab-it+edgex@linuxfoundation.org 10:32:51 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 10:32:51 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:32:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:32:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:32:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:32:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:32:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:32:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 10:32:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:32:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4608 [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4608 [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4608 [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d3f0c2b [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:32:52 provisioning config files... 10:32:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17157272600280692230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:53 ---> docker-login.sh 10:32:53 nexus3.edgexfoundry.org:10001 10:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:53 Configure a credential helper to remove this warning. See 10:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:53 10:32:53 Login Succeeded 10:32:53 nexus3.edgexfoundry.org:10002 10:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:53 Configure a credential helper to remove this warning. See 10:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:53 10:32:53 Login Succeeded 10:32:53 nexus3.edgexfoundry.org:10003 10:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:53 Configure a credential helper to remove this warning. See 10:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:53 10:32:53 Login Succeeded 10:32:53 nexus3.edgexfoundry.org:10004 10:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:54 Configure a credential helper to remove this warning. See 10:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:54 10:32:54 Login Succeeded 10:32:54 docker.io 10:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:54 Configure a credential helper to remove this warning. See 10:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:54 10:32:54 Login Succeeded 10:32:54 ---> docker-login.sh ends [Pipeline] } 10:32:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:32:54 + 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 10:32:54 + dirname cmd/core-command/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo core-command,cmd/core-command/Dockerfile 10:32:54 + dirname+ cmd/core-common-config-bootstrapper/Dockerfile 10:32:54 cut -d/ -f2 10:32:54 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:32:54 + dirname cmd/core-data/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo core-data,cmd/core-data/Dockerfile 10:32:54 + dirname cmd/core-metadata/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo core-metadata,cmd/core-metadata/Dockerfile 10:32:54 + dirname cmd/security-bootstrapper/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:32:54 + dirname cmd/security-proxy-auth/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:32:54 + dirname cmd/security-proxy-setup/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:32:54 + dirname cmd/security-secretstore-setup/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:32:54 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:32:54 + dirname cmd/security-spire-agent/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:32:54 + dirname cmd/security-spire-config/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + dirname cmd/security-spire-server/Dockerfile 10:32:54 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:32:54 + dirname cmd/support-notifications/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo support-notifications,cmd/support-notifications/Dockerfile 10:32:54 + dirname cmd/support-scheduler/Dockerfile 10:32:54 + cut -d/ -f2 10:32:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:32:54 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 10:32:55 + git rev-list -1 --merges d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d~1..d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d [Pipeline] echo 10:32:55 -----------> git rev-list -1 --merges d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d~1..d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d [false] [Pipeline] sh 10:32:55 + git log --format=format:%s -1 d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d [Pipeline] echo 10:32:55 ========================================================= 10:32:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:32:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:32:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:32:56 + grep -v github /etc/ssh/ssh_known_hosts 10:32:56 + [ -e /tmp/ssh_known_hosts ] 10:32:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:32:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:32:56 + sudo tee -a /etc/ssh/ssh_known_hosts 10:32:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:32:56 10:32:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:32:57 0.1.4: Pulling from edgex-devops/py-git-semver 10:32:57 b85a868b505f: Pulling fs layer 10:32:57 e2be974225ed: Pulling fs layer 10:32:57 339a4e72a1f5: Pulling fs layer 10:32:57 988bab9f4d93: Pulling fs layer 10:32:57 1469e6f7b9e6: Pulling fs layer 10:32:57 eaf3925da568: Pulling fs layer 10:32:57 bab4dde63d76: Pulling fs layer 10:32:57 bde34c3a00c8: Pulling fs layer 10:32:57 b352a97aabf1: Pulling fs layer 10:32:57 4872d77fe225: Pulling fs layer 10:32:57 5851b861e8e6: Pulling fs layer 10:32:57 1469e6f7b9e6: Waiting 10:32:57 988bab9f4d93: Waiting 10:32:57 eaf3925da568: Waiting 10:32:57 bab4dde63d76: Waiting 10:32:57 4872d77fe225: Waiting 10:32:57 bde34c3a00c8: Waiting 10:32:57 b352a97aabf1: Waiting 10:32:57 5851b861e8e6: Waiting 10:32:57 e2be974225ed: Download complete 10:32:57 988bab9f4d93: Verifying Checksum 10:32:57 988bab9f4d93: Download complete 10:32:57 1469e6f7b9e6: Verifying Checksum 10:32:57 1469e6f7b9e6: Download complete 10:32:57 339a4e72a1f5: Verifying Checksum 10:32:57 339a4e72a1f5: Download complete 10:32:57 bde34c3a00c8: Verifying Checksum 10:32:57 bde34c3a00c8: Download complete 10:32:57 b352a97aabf1: Download complete 10:32:57 4872d77fe225: Verifying Checksum 10:32:57 4872d77fe225: Download complete 10:32:57 5851b861e8e6: Verifying Checksum 10:32:57 5851b861e8e6: Download complete 10:32:57 b85a868b505f: Download complete 10:32:57 bab4dde63d76: Verifying Checksum 10:32:57 bab4dde63d76: Download complete 10:32:58 b85a868b505f: Pull complete 10:32:58 e2be974225ed: Pull complete 10:32:59 339a4e72a1f5: Pull complete 10:32:59 988bab9f4d93: Pull complete 10:32:59 1469e6f7b9e6: Pull complete 10:32:59 eaf3925da568: Pull complete 10:33:01 bab4dde63d76: Pull complete 10:33:01 bde34c3a00c8: Pull complete 10:33:01 b352a97aabf1: Pull complete 10:33:01 4872d77fe225: Pull complete 10:33:01 5851b861e8e6: Pull complete 10:33:01 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:33:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:33:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:02 prd-ubuntu20.04-docker-8c-8g-1152 does not seem to be running inside a container 10:33:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:33:04 $ docker top 1e9400d8f89d3789139e106ba00f372ab695a6d7caff2a49f987ac7687cf4300 -eo pid,comm 10:33: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). 10:33:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:33:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:04 [ssh-agent] Looking for ssh-agent implementation... 10:33:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:05 $ docker exec 1e9400d8f89d3789139e106ba00f372ab695a6d7caff2a49f987ac7687cf4300 ssh-agent 10:33:05 SSH_AUTH_SOCK=/tmp/ssh-aUKYtYHeuhQQ/agent.32 10:33:05 SSH_AGENT_PID=38 10:33:05 Running ssh-add (command line suppressed) 10:33:05 Identity added: /w/workspace/edgex-go/1@tmp/private_key_15393157845199616097.key (/w/workspace/edgex-go/1@tmp/private_key_15393157845199616097.key) 10:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:05 + git tag --points-at HEAD [Pipeline] } 10:33:05 $ docker exec --env ******** --env ******** 1e9400d8f89d3789139e106ba00f372ab695a6d7caff2a49f987ac7687cf4300 ssh-agent -k 10:33:05 unset SSH_AUTH_SOCK; 10:33:05 unset SSH_AGENT_PID; 10:33:05 echo Agent pid 38 killed; 10:33:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:33:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:05 [ssh-agent] Looking for ssh-agent implementation... 10:33:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:05 $ docker exec 1e9400d8f89d3789139e106ba00f372ab695a6d7caff2a49f987ac7687cf4300 ssh-agent 10:33:06 SSH_AUTH_SOCK=/tmp/ssh-XAKhID1Yi5lV/agent.70 10:33:06 SSH_AGENT_PID=76 10:33:06 Running ssh-add (command line suppressed) 10:33:06 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2894369831874855553.key (/w/workspace/edgex-go/1@tmp/private_key_2894369831874855553.key) 10:33:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:06 + git semver init 10:33:06 2023-07-14 10:33:06,684 [run_init] DEBUG init version:0.0.0 force:False 10:33:06 2023-07-14 10:33:06,684 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 10:33:06 2023-07-14 10:33:06,685 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 10:33:06 2023-07-14 10:33:06,685 [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) 10:33:12 2023-07-14 10:33:11,582 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 10:33:12 2023-07-14 10:33:11,584 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4608 with force:False 10:33:12 2023-07-14 10:33:11,584 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4608 10:33:12 2023-07-14 10:33:11,589 [execute] INFO git cat-file --batch-check 10:33:12 2023-07-14 10:33:11,590 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 10:33:12 2023-07-14 10:33:11,596 [execute] INFO git cat-file --batch 10:33:12 2023-07-14 10:33:11,597 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 10:33:12 2023-07-14 10:33:11,602 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4608 10:33:12 0.0.0 [Pipeline] } 10:33:12 $ docker exec --env ******** --env ******** 1e9400d8f89d3789139e106ba00f372ab695a6d7caff2a49f987ac7687cf4300 ssh-agent -k 10:33:12 unset SSH_AUTH_SOCK; 10:33:12 unset SSH_AGENT_PID; 10:33:12 echo Agent pid 76 killed; 10:33:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:33:12 + git semver [Pipeline] } 10:33:12 $ docker stop --time=1 1e9400d8f89d3789139e106ba00f372ab695a6d7caff2a49f987ac7687cf4300 10:33:14 $ docker rm -f --volumes 1e9400d8f89d3789139e106ba00f372ab695a6d7caff2a49f987ac7687cf4300 [Pipeline] // withDockerContainer [Pipeline] sh 10:33:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:33:14 Stashed 1 file(s) [Pipeline] echo 10:33: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 10:33:15 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 10:33:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:33:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:33:15 ========================================================= 10:33:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 10:33:15 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:33:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:33:16 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 10:33:16 4db1b89c0bd1: Pulling fs layer 10:33:16 6911f1a30b25: Pulling fs layer 10:33:16 e194b8c5c2a9: Pulling fs layer 10:33:16 6863d3e3a2b1: Pulling fs layer 10:33:16 ec0bb842ea78: Pulling fs layer 10:33:16 40a00589a448: Pulling fs layer 10:33:16 6c08303d61cc: Pulling fs layer 10:33:16 798269fcf238: Pulling fs layer 10:33:16 6863d3e3a2b1: Waiting 10:33:16 ec0bb842ea78: Waiting 10:33:16 40a00589a448: Waiting 10:33:16 6c08303d61cc: Waiting 10:33:16 798269fcf238: Waiting 10:33:16 6911f1a30b25: Verifying Checksum 10:33:16 6911f1a30b25: Download complete 10:33:16 6863d3e3a2b1: Verifying Checksum 10:33:16 6863d3e3a2b1: Download complete 10:33:16 ec0bb842ea78: Verifying Checksum 10:33:16 ec0bb842ea78: Download complete 10:33:16 4db1b89c0bd1: Download complete 10:33:16 40a00589a448: Verifying Checksum 10:33:16 40a00589a448: Download complete 10:33:16 4db1b89c0bd1: Pull complete 10:33:16 6911f1a30b25: Pull complete 10:33:16 798269fcf238: Verifying Checksum 10:33:16 798269fcf238: Download complete 10:33:16 e194b8c5c2a9: Verifying Checksum 10:33:16 e194b8c5c2a9: Download complete 10:33:17 6c08303d61cc: Verifying Checksum 10:33:17 6c08303d61cc: Download complete 10:33:20 e194b8c5c2a9: Pull complete 10:33:20 6863d3e3a2b1: Pull complete 10:33:20 ec0bb842ea78: Pull complete 10:33:20 40a00589a448: Pull complete 10:33:22 6c08303d61cc: Pull complete 10:33:23 798269fcf238: Pull complete 10:33:23 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 10:33:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:33:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 10:33:23 + + docker build -t ci-base-image-x86_64 -f - .echo 10:33:23 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:33:23 WORKDIR /edgex 10:33:23 COPY go.mod . 10:33:23 RUN go mod download 10:33:24 Sending build context to Docker daemon 170.7MB 10:33:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:33:24 ---> ec979cd7f677 10:33:24 Step 2/4 : WORKDIR /edgex 10:33:30 Still waiting to schedule task 10:33:30 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:33:32 ---> Running in af78b5396309 10:33:32 Removing intermediate container af78b5396309 10:33:32 ---> 9d2b87710120 10:33:32 Step 3/4 : COPY go.mod . 10:33:32 ---> ae0f4c663a12 10:33:32 Step 4/4 : RUN go mod download 10:33:32 ---> Running in be196aadff87 10:33:50 Removing intermediate container be196aadff87 10:33:50 ---> a5aff47dfb7b 10:33:50 Successfully built a5aff47dfb7b 10:33:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:51 + docker inspect -f . ci-base-image-x86_64 10:33:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:51 prd-ubuntu20.04-docker-8c-8g-1152 does not seem to be running inside a container 10:33:51 $ 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-x86_64 cat 10:33:51 $ docker top ab51a5ec6aca49b0e5099eb75a534bd1476bd45a19e4fbda8fad82ca9e758a40 -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:52 + go version 10:33:52 go version go1.20.6 linux/amd64 [Pipeline] } 10:33:52 $ docker stop --time=1 ab51a5ec6aca49b0e5099eb75a534bd1476bd45a19e4fbda8fad82ca9e758a40 10:33:53 $ docker rm -f --volumes ab51a5ec6aca49b0e5099eb75a534bd1476bd45a19e4fbda8fad82ca9e758a40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:54 + docker inspect -f . ci-base-image-x86_64 10:33:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:54 prd-ubuntu20.04-docker-8c-8g-1152 does not seem to be running inside a container 10:33:54 $ 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-x86_64 cat 10:33:54 $ docker top 7e0507860ac497861a213e37ff453dc6df236fe9972395c1fdf5dff419a96208 -eo pid,comm [Pipeline] { [Pipeline] echo 10:33:54 ========================================================= 10:33:54 [edgeXBuildGoParallel] Running Tests and Build... 10:33:54 ========================================================= [Pipeline] sh 10:33:55 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 10:33:55 + make test 10:33:55 go test -race -coverprofile=coverage.out ./... 10:33:55 go: updates to go.mod needed; to update it: 10:33:55 go mod tidy 10:33:55 make: *** [Makefile:148: unittest] Error 1 [Pipeline] } 10:33:55 $ docker stop --time=1 7e0507860ac497861a213e37ff453dc6df236fe9972395c1fdf5dff419a96208 10:33:57 $ docker rm -f --volumes 7e0507860ac497861a213e37ff453dc6df236fe9972395c1fdf5dff419a96208 [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] } 10:33:58 Failed in branch amd64 10:35:09 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1153 in /w/workspace/edgexfoundry_edgex-go_PR-4608 [Pipeline] { [Pipeline] ws 10:35:09 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 10:35:09 The recommended git tool is: git 10:35:14 using credential edgex-jenkins-ssh 10:35:14 Cloning the remote Git repository 10:35:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:35:14 > git init /w/workspace/edgex-go/1 # timeout=10 10:35:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:35:14 > git --version # timeout=10 10:35:14 > git --version # 'git version 2.25.1' 10:35:14 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:35:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:32 Merging remotes/origin/main commit fa614b66c3ed1d56f649226ca5a7d2f493aafc65 into PR head commit d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d 10:35:33 Merge succeeded, producing d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d 10:35:33 Checking out Revision d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d (PR-4608) 10:35:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:35:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:35:32 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4608/head:refs/remotes/origin/PR-4608 +refs/heads/main:refs/remotes/origin/main # timeout=10 10:35:32 > git config core.sparsecheckout # timeout=10 10:35:32 > git checkout -f d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d # timeout=10 10:35:33 > git remote # timeout=10 10:35:33 > git config --get remote.origin.url # timeout=10 10:35:33 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:33 > git merge fa614b66c3ed1d56f649226ca5a7d2f493aafc65 # timeout=10 10:35:33 > git rev-parse HEAD^{commit} # timeout=10 10:35:33 > git config core.sparsecheckout # timeout=10 10:35:33 > git checkout -f d3f0c2bc3eb4a18969dd14fc63047ee432dd6e9d # timeout=10 10:35:36 Commit message: "feat: Move all the common APIs into go-mod-bootstrap" 10:35:36 > git --version # timeout=10 10:35:36 > git --version # 'git version 2.25.1' 10:35:36 fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:35:38 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:35:38 % Total % Received % Xferd Average Speed Time Time Time Current 10:35:38 Dload Upload Total Spent Left Speed 10:35:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh 10:35:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:35:39 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:35:39 + sudo tee /etc/docker/daemon.new 10:35:39 { 10:35:39 "registry-mirrors": [ 10:35:39 "https://nexus3.edgexfoundry.org:10001" 10:35:39 ], 10:35:39 "bip": "10.250.0.254/24", 10:35:39 "hosts": [ 10:35:39 "tcp://0.0.0.0:5555", 10:35:39 "unix:///var/run/docker.sock" 10:35:39 ], 10:35:39 "mtu": 1458, 10:35:39 "selinux-enabled": true, 10:35:39 "seccomp-profile": "/etc/docker/seccomp.json" 10:35:39 } [Pipeline] sh 10:35:39 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:35:40 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:35:58 provisioning config files... 10:35:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16774493547059841906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:35:58 ---> docker-login.sh 10:35:58 nexus3.edgexfoundry.org:10001 10:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:35:59 Configure a credential helper to remove this warning. See 10:35:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:35:59 10:35:59 Login Succeeded 10:35:59 nexus3.edgexfoundry.org:10002 10:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:35:59 Configure a credential helper to remove this warning. See 10:35:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:35:59 10:35:59 Login Succeeded 10:35:59 nexus3.edgexfoundry.org:10003 10:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:00 Configure a credential helper to remove this warning. See 10:36:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:00 10:36:00 Login Succeeded 10:36:00 nexus3.edgexfoundry.org:10004 10:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:00 Configure a credential helper to remove this warning. See 10:36:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:00 10:36:00 Login Succeeded 10:36:00 docker.io 10:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:01 Configure a credential helper to remove this warning. See 10:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:01 10:36:01 Login Succeeded 10:36:01 ---> docker-login.sh ends [Pipeline] } 10:36:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:36:01 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 10:36:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:36:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:36:01 ========================================================= 10:36:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 10:36:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:36:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:36:04 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:36:04 edb6bdbacee9: Pulling fs layer 10:36:04 5f9638ab2659: Pulling fs layer 10:36:04 8d51d6327a98: Pulling fs layer 10:36:04 8b374f2dd631: Pulling fs layer 10:36:04 ec14aa9079de: Pulling fs layer 10:36:04 2f466654f4bb: Pulling fs layer 10:36:04 554e91adad29: Pulling fs layer 10:36:04 8b374f2dd631: Waiting 10:36:04 2f466654f4bb: Waiting 10:36:04 ec14aa9079de: Waiting 10:36:04 5f9638ab2659: Download complete 10:36:04 8b374f2dd631: Download complete 10:36:04 ec14aa9079de: Verifying Checksum 10:36:04 ec14aa9079de: Download complete 10:36:04 edb6bdbacee9: Download complete 10:36:05 edb6bdbacee9: Pull complete 10:36:06 554e91adad29: Verifying Checksum 10:36:06 554e91adad29: Download complete 10:36:06 5f9638ab2659: Pull complete 10:36:07 8d51d6327a98: Verifying Checksum 10:36:07 8d51d6327a98: Download complete 10:36:07 2f466654f4bb: Verifying Checksum 10:36:07 2f466654f4bb: Download complete 10:36:19 8d51d6327a98: Pull complete 10:36:19 8b374f2dd631: Pull complete 10:36:19 ec14aa9079de: Pull complete 10:36:24 2f466654f4bb: Pull complete 10:36:27 554e91adad29: Pull complete 10:36:27 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 10:36:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:36:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 10:36:27 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:36:27 WORKDIR /edgex 10:36:27 COPY go.mod . 10:36:27 RUN go mod download 10:36:27 + docker build -t ci-base-image-arm64 -f - . 10:36:28 Sending build context to Docker daemon 2.932MB 10:36:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:36:28 ---> 1e15ea492957 10:36:28 Step 2/4 : WORKDIR /edgex 10:36:30 ---> Running in 19f138143a41 10:36:30 Removing intermediate container 19f138143a41 10:36:30 ---> be694f29bade 10:36:30 Step 3/4 : COPY go.mod . 10:36:31 ---> 8e77ccc22358 10:36:31 Step 4/4 : RUN go mod download 10:36:31 ---> Running in 5cdb8cef8b47 10:37:09 Removing intermediate container 5cdb8cef8b47 10:37:09 ---> fde69d5350dd 10:37:09 Successfully built fde69d5350dd 10:37:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:10 + docker inspect -f . ci-base-image-arm64 10:37:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:37:10 prd-ubuntu20.04-docker-arm64-4c-16g-1153 does not seem to be running inside a container 10:37:10 $ 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 10:37:12 $ docker top 0175f03a8ff7c6eced0eb389b22cbb3238ba368d9cab468c9423de11739e1228 -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:12 + go version 10:37:12 go version go1.20.6 linux/arm64 [Pipeline] } 10:37:13 $ docker stop --time=1 0175f03a8ff7c6eced0eb389b22cbb3238ba368d9cab468c9423de11739e1228 10:37:14 $ docker rm -f --volumes 0175f03a8ff7c6eced0eb389b22cbb3238ba368d9cab468c9423de11739e1228 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:15 + docker inspect -f . ci-base-image-arm64 10:37:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:37:15 prd-ubuntu20.04-docker-arm64-4c-16g-1153 does not seem to be running inside a container 10:37:15 $ 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 10:37:16 $ docker top 6377eb2fb8288918f060674a78d8efcf0b790aee95d111ae82b3e00d478fc81c -eo pid,comm [Pipeline] { [Pipeline] echo 10:37:17 ========================================================= 10:37:17 [edgeXBuildGoParallel] Running Tests and Build... 10:37:17 ========================================================= [Pipeline] sh 10:37:17 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 10:37:17 + make test 10:37:17 go test -race -coverprofile=coverage.out ./... 10:37:22 go: updates to go.mod needed; to update it: 10:37:22 go mod tidy 10:37:22 make: *** [Makefile:148: unittest] Error 1 [Pipeline] } 10:37:22 $ docker stop --time=1 6377eb2fb8288918f060674a78d8efcf0b790aee95d111ae82b3e00d478fc81c 10:37:26 $ docker rm -f --volumes 6377eb2fb8288918f060674a78d8efcf0b790aee95d111ae82b3e00d478fc81c [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 10:37:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:37:28 10:37:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:37:28 arm64: Pulling from edgex-lftools-log-publisher 10:37:28 8998bd30e6a1: Pulling fs layer 10:37:28 04944245beec: Pulling fs layer 10:37:28 699f458cf7ca: Pulling fs layer 10:37:28 765212b225bb: Pulling fs layer 10:37:28 f23df028b6ca: Pulling fs layer 10:37:28 d65c8cfc05b1: Pulling fs layer 10:37:28 2437ff75d9bd: Pulling fs layer 10:37:28 f23df028b6ca: Waiting 10:37:28 2437ff75d9bd: Waiting 10:37:28 d65c8cfc05b1: Waiting 10:37:28 765212b225bb: Waiting 10:37:28 04944245beec: Verifying Checksum 10:37:28 04944245beec: Download complete 10:37:28 765212b225bb: Verifying Checksum 10:37:28 765212b225bb: Download complete 10:37:28 f23df028b6ca: Verifying Checksum 10:37:28 f23df028b6ca: Download complete 10:37:28 d65c8cfc05b1: Verifying Checksum 10:37:28 d65c8cfc05b1: Download complete 10:37:28 699f458cf7ca: Verifying Checksum 10:37:28 699f458cf7ca: Download complete 10:37:29 8998bd30e6a1: Verifying Checksum 10:37:29 8998bd30e6a1: Download complete 10:37:31 2437ff75d9bd: Verifying Checksum 10:37:31 2437ff75d9bd: Download complete 10:37:33 8998bd30e6a1: Pull complete 10:37:33 04944245beec: Pull complete 10:37:34 699f458cf7ca: Pull complete 10:37:34 765212b225bb: Pull complete 10:37:35 f23df028b6ca: Pull complete 10:37:35 d65c8cfc05b1: Pull complete 10:37:50 2437ff75d9bd: Pull complete 10:37:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:37:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:37:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:37:51 prd-ubuntu20.04-docker-arm64-4c-16g-1153 does not seem to be running inside a container 10:37:51 $ 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 10:37:53 $ docker top 1ba882879a5d33c3f8e2dba8b5f49c4773972b112c0c8edd58c60709d5b723a3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:37:54 ---> job-cost.sh 10:37:54 lf-activate-venv: SKIPPING 10:37:54 INFO: No Stack... 10:37:55 INFO: Retrieving Pricing Info for: v3-standard-4 10:37:55 INFO: Archiving Costs [Pipeline] sh 10:37:56 + cat /w/workspace/edgex-go/1/archives/cost.csv 10:37:56 + cut -d, -f6 [Pipeline] lock 10:37:56 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4608-1-stack-cost] 10:37:56 Resource [jenkins-edgexfoundry-edgex-go-PR-4608-1-stack-cost] did not exist. Created. 10:37:56 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4608-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:37:57 + echo total: 0.10999999940395355 [Pipeline] stash 10:37:57 Stashed 1 file(s) [Pipeline] } 10:37:57 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4608-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:37:57 $ docker stop --time=1 1ba882879a5d33c3f8e2dba8b5f49c4773972b112c0c8edd58c60709d5b723a3 10:37:59 $ docker rm -f --volumes 1ba882879a5d33c3f8e2dba8b5f49c4773972b112c0c8edd58c60709d5b723a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:37:59 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 10:38:01 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 10:38:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:38:02 ---> package-listing.sh 10:38:02 ++ facter osfamily 10:38:02 ++ tr '[:upper:]' '[:lower:]' 10:38:02 + OS_FAMILY=debian 10:38:02 + workspace=/w/workspace/edgex-go/1 10:38:02 + START_PACKAGES=/tmp/packages_start.txt 10:38:02 + END_PACKAGES=/tmp/packages_end.txt 10:38:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:38:02 + PACKAGES=/tmp/packages_start.txt 10:38:02 + '[' /w/workspace/edgex-go/1 ']' 10:38:02 + PACKAGES=/tmp/packages_end.txt 10:38:02 + case "${OS_FAMILY}" in 10:38:02 + dpkg -l 10:38:02 + grep '^ii' 10:38:02 + '[' -f /tmp/packages_start.txt ']' 10:38:02 + '[' -f /tmp/packages_end.txt ']' 10:38:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:38:02 + '[' /w/workspace/edgex-go/1 ']' 10:38:02 + mkdir -p /w/workspace/edgex-go/1/archives/ 10:38:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 10:38:03 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 10:38:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:38:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:38:03 10:38:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:38:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:38:04 latest: Pulling from edgex-lftools-log-publisher 10:38:04 5eb5b503b376: Pulling fs layer 10:38:04 5c69ac0246d0: Pulling fs layer 10:38:04 ec43610c2a17: Pulling fs layer 10:38:04 3a2ae6a8a46f: Pulling fs layer 10:38:04 33b1e0a273af: Pulling fs layer 10:38:04 5d3b04190fa2: Pulling fs layer 10:38:04 2f39f015ded8: Pulling fs layer 10:38:04 2f39f015ded8: Waiting 10:38:04 33b1e0a273af: Waiting 10:38:04 3a2ae6a8a46f: Waiting 10:38:04 5d3b04190fa2: Waiting 10:38:04 5c69ac0246d0: Verifying Checksum 10:38:04 5c69ac0246d0: Download complete 10:38:04 3a2ae6a8a46f: Verifying Checksum 10:38:04 3a2ae6a8a46f: Download complete 10:38:04 33b1e0a273af: Verifying Checksum 10:38:04 33b1e0a273af: Download complete 10:38:04 ec43610c2a17: Download complete 10:38:04 5d3b04190fa2: Verifying Checksum 10:38:04 5d3b04190fa2: Download complete 10:38:04 5eb5b503b376: Verifying Checksum 10:38:04 5eb5b503b376: Download complete 10:38:05 2f39f015ded8: Verifying Checksum 10:38:05 2f39f015ded8: Download complete 10:38:05 5eb5b503b376: Pull complete 10:38:05 5c69ac0246d0: Pull complete 10:38:06 ec43610c2a17: Pull complete 10:38:06 3a2ae6a8a46f: Pull complete 10:38:06 33b1e0a273af: Pull complete 10:38:06 5d3b04190fa2: Pull complete 10:38:10 2f39f015ded8: Pull complete 10:38:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:38:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:38:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:38:10 prd-ubuntu20.04-docker-8c-8g-1152 does not seem to be running inside a container 10:38:10 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:38:14 $ docker top 10d0f3635e98e38b1fe293b17b6faa10403746e24f1c5786965be02ba940c44d -eo pid,comm [Pipeline] { [Pipeline] sh 10:38:14 + touch /tmp/pre-build-complete [Pipeline] sh 10:38:14 + mkdir -p /var/log/sysstat [Pipeline] sh 10:38:15 + ls /var/log/sa-host 10:38:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:38:15 provisioning config files... 10:38:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9112384803009204577tmp [Pipeline] { [Pipeline] echo 10:38:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:38:15 ---> create-netrc.sh [Pipeline] } 10:38:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:38:16 ---> python-tools-install.sh [Pipeline] echo 10:38:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:38:16 ---> sudo-logs.sh 10:38:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:38:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:38:16 ---> job-cost.sh 10:38:16 lf-activate-venv: SKIPPING 10:38:16 DEBUG: total: 0.10999999940395355 10:38:16 INFO: Retrieving Stack Cost... 10:38:17 INFO: Retrieving Pricing Info for: v3-standard-8 10:38:17 INFO: Archiving Costs [Pipeline] echo 10:38:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:38:18 ---> logs-deploy.sh 10:38:18 lf-activate-venv: SKIPPING 10:38:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4608/1 10:38:18 INFO: archiving workspace using pattern(s): 10:38:19 Archives upload complete. 10:38:19 INFO: archiving logs to Nexus