Pull request #4931 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 weichou1229 for edgexfoundry/edgex-go Obtained Jenkinsfile from 3f8d8a81a02c777b474a204e77eae531227cc529+1033d5290f4fd751026052b6c6be6da923b73d23 (221001b708b9229e34ab6ca370dea145e4426f74) 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-ssh3846160502860040386.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b5a5e52272fc4198cf3754284eedf36dbf0baa35 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-ssh485359554325396682.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 b5a5e52272fc4198cf3754284eedf36dbf0baa35 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-4931/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-4931/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1090656101880255605.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-4931/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14979887903667163305.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b5a5e52272fc4198cf3754284eedf36dbf0baa35 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b5a5e52272fc4198cf3754284eedf36dbf0baa35 # timeout=10 Commit message: "Merge pull request #456 from cherrycl/issue-452-4" > 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-ssh2651907191307017317.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-4931/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-4931/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh839949722769079317.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 b5a5e52272fc4198cf3754284eedf36dbf0baa35 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]] ========================================================= [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.21 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-12930’ Running on prd-ubuntu20.04-docker-8c-8g-12943 in /w/workspace/edgexfoundry_edgex-go_PR-4931 [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 Merging remotes/origin/main commit 1033d5290f4fd751026052b6c6be6da923b73d23 into PR head commit 3f8d8a81a02c777b474a204e77eae531227cc529 Merge succeeded, producing 46907d8eb985358c10a393769bc2453ac1cc1e3f Checking out Revision 46907d8eb985358c10a393769bc2453ac1cc1e3f (PR-4931) > 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/4931/head:refs/remotes/origin/PR-4931 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f8d8a81a02c777b474a204e77eae531227cc529 # 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 1033d5290f4fd751026052b6c6be6da923b73d23 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 46907d8eb985358c10a393769bc2453ac1cc1e3f # timeout=10 Commit message: "Merge commit '1033d5290f4fd751026052b6c6be6da923b73d23' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object b5a5e52272fc4198cf3754284eedf36dbf0baa35 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:51:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:51:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:51:09 ========================================================= 13:51:09 EdgeX Global Pipelines Version Info 13:51:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:51:10 ------------------- 13:51:10 stable info: 13:51:10 ------------------- 13:51:10 Commited By: Cherry Wang cherry@iotechsys.com 13:51:10 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 13:51:10 Message: update stable to v1.0.264 13:51:10 ------------------- 13:51:10 experimental info: 13:51:10 ------------------- 13:51:10 Commited By: Cherry Wang cherry@iotechsys.com 13:51:10 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 13:51:10 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:51:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4931 [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4931 [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4931 [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 46907d8eb985358c10a393769bc2453ac1cc1e3f [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 46907d8 [Pipeline] echo 13:51:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:51:12 provisioning config files... 13:51:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7458897588633224911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:51:13 ---> ****-login.sh 13:51:13 nexus3.edgexfoundry.org:10001 13:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:13 Configure a credential helper to remove this warning. See 13:51:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:13 13:51:13 Login Succeeded 13:51:13 nexus3.edgexfoundry.org:10002 13:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:13 Configure a credential helper to remove this warning. See 13:51:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:13 13:51:13 Login Succeeded 13:51:13 nexus3.edgexfoundry.org:10003 13:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:13 Configure a credential helper to remove this warning. See 13:51:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:13 13:51:13 Login Succeeded 13:51:13 nexus3.edgexfoundry.org:10004 13:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:13 Configure a credential helper to remove this warning. See 13:51:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:13 13:51:13 Login Succeeded 13:51:13 ****.io 13:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:14 Configure a credential helper to remove this warning. See 13:51:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:14 13:51:14 Login Succeeded 13:51:14 ---> ****-login.sh ends [Pipeline] } 13:51:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:14 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 13:51:14 + dirname cmd/core-command/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo core-command,cmd/core-command/Dockerfile 13:51:14 + dirname cmd/core-common-config-bootstrapper/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 13:51:14 + dirname cmd/core-data/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo core-data,cmd/core-data/Dockerfile 13:51:14 + dirname cmd/core-keeper/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo core-keeper,cmd/core-keeper/Dockerfile 13:51:14 + dirname cmd/core-metadata/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo core-metadata,cmd/core-metadata/Dockerfile 13:51:14 + dirname cmd/security-bootstrapper/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:51:14 + dirname cmd/security-proxy-auth/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + dirname cmd/security-proxy-setup/Dockerfile 13:51:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:51:14 + dirname cmd/security-secretstore-setup/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:51:14 + dirname cmd/security-spiffe-token-provider/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 13:51:14 + dirname cmd/security-spire-agent/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 13:51:14 + dirname cmd/security-spire-config/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo security-spire-config,cmd/security-spire-config/Dockerfile 13:51:14 + dirname cmd/security-spire-server/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo security-spire-server,cmd/security-spire-server/Dockerfile 13:51:14 + dirname cmd/support-cron-scheduler/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 13:51:14 + dirname cmd/support-notifications/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo support-notifications,cmd/support-notifications/Dockerfile 13:51:14 + dirname cmd/support-scheduler/Dockerfile 13:51:14 + cut -d/ -f2 13:51:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 13:51:14 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-keeper, dockerfile:cmd/core-keeper/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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/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 13:51:15 + git rev-list -1 --merges 46907d8eb985358c10a393769bc2453ac1cc1e3f~1..46907d8eb985358c10a393769bc2453ac1cc1e3f [Pipeline] echo 13:51:15 -----------> git rev-list -1 --merges 46907d8eb985358c10a393769bc2453ac1cc1e3f~1..46907d8eb985358c10a393769bc2453ac1cc1e3f 46907d8eb985358c10a393769bc2453ac1cc1e3f 13:51:15 46907d8eb985358c10a393769bc2453ac1cc1e3f [false] [Pipeline] sh 13:51:15 + git log --format=format:%s -1 46907d8eb985358c10a393769bc2453ac1cc1e3f [Pipeline] echo 13:51:15 ========================================================= 13:51:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:51:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 13:51:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:51:16 + grep -v github /etc/ssh/ssh_known_hosts 13:51:16 + [ -e /tmp/ssh_known_hosts ] 13:51:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:51:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:51:16 + sudo tee -a /etc/ssh/ssh_known_hosts 13:51:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:51:16 13:51:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:51:17 0.1.4: Pulling from edgex-devops/py-git-semver 13:51:17 b85a868b505f: Pulling fs layer 13:51:17 e2be974225ed: Pulling fs layer 13:51:17 339a4e72a1f5: Pulling fs layer 13:51:17 988bab9f4d93: Pulling fs layer 13:51:17 1469e6f7b9e6: Pulling fs layer 13:51:17 eaf3925da568: Pulling fs layer 13:51:17 bab4dde63d76: Pulling fs layer 13:51:17 bde34c3a00c8: Pulling fs layer 13:51:17 b352a97aabf1: Pulling fs layer 13:51:17 4872d77fe225: Pulling fs layer 13:51:17 5851b861e8e6: Pulling fs layer 13:51:17 b352a97aabf1: Waiting 13:51:17 eaf3925da568: Waiting 13:51:17 bab4dde63d76: Waiting 13:51:17 bde34c3a00c8: Waiting 13:51:17 5851b861e8e6: Waiting 13:51:17 1469e6f7b9e6: Waiting 13:51:17 988bab9f4d93: Waiting 13:51:17 4872d77fe225: Waiting 13:51:17 e2be974225ed: Download complete 13:51:17 988bab9f4d93: Verifying Checksum 13:51:17 988bab9f4d93: Download complete 13:51:17 1469e6f7b9e6: Verifying Checksum 13:51:17 1469e6f7b9e6: Download complete 13:51:17 eaf3925da568: Download complete 13:51:17 339a4e72a1f5: Verifying Checksum 13:51:17 339a4e72a1f5: Download complete 13:51:17 bde34c3a00c8: Download complete 13:51:17 b352a97aabf1: Download complete 13:51:17 4872d77fe225: Verifying Checksum 13:51:17 4872d77fe225: Download complete 13:51:17 5851b861e8e6: Download complete 13:51:17 b85a868b505f: Verifying Checksum 13:51:17 b85a868b505f: Download complete 13:51:17 bab4dde63d76: Verifying Checksum 13:51:17 bab4dde63d76: Download complete 13:51:18 b85a868b505f: Pull complete 13:51:18 e2be974225ed: Pull complete 13:51:19 339a4e72a1f5: Pull complete 13:51:19 988bab9f4d93: Pull complete 13:51:19 1469e6f7b9e6: Pull complete 13:51:19 eaf3925da568: Pull complete 13:51:21 bab4dde63d76: Pull complete 13:51:22 bde34c3a00c8: Pull complete 13:51:22 b352a97aabf1: Pull complete 13:51:22 4872d77fe225: Pull complete 13:51:22 5851b861e8e6: Pull complete 13:51:22 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:51:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:51:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:51:22 prd-ubuntu20.04-docker-8c-8g-12943 does not seem to be running inside a container 13:51:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 13:51:30 $ docker top 07fab86eebc8461bbd28e8fc0bb2825afb1694d6aa13324d0aa02de7b64cbbe4 -eo pid,comm 13:51:30 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). 13:51:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:51:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:30 [ssh-agent] Looking for ssh-agent implementation... 13:51:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:30 $ docker exec 07fab86eebc8461bbd28e8fc0bb2825afb1694d6aa13324d0aa02de7b64cbbe4 ssh-agent 13:51:30 SSH_AUTH_SOCK=/tmp/ssh-ibGW5O6SuDn2/agent.33 13:51:30 SSH_AGENT_PID=39 13:51:30 Running ssh-add (command line suppressed) 13:51:31 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3123462066142033222.key (/w/workspace/edgex-go/1@tmp/private_key_3123462066142033222.key) 13:51:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:31 + git tag --points-at HEAD [Pipeline] } 13:51:31 $ docker exec --env ******** --env ******** 07fab86eebc8461bbd28e8fc0bb2825afb1694d6aa13324d0aa02de7b64cbbe4 ssh-agent -k 13:51:31 unset SSH_AUTH_SOCK; 13:51:31 unset SSH_AGENT_PID; 13:51:31 echo Agent pid 39 killed; 13:51:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:51:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:31 [ssh-agent] Looking for ssh-agent implementation... 13:51:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:31 $ docker exec 07fab86eebc8461bbd28e8fc0bb2825afb1694d6aa13324d0aa02de7b64cbbe4 ssh-agent 13:51:31 SSH_AUTH_SOCK=/tmp/ssh-Inw3FXGVuYFY/agent.72 13:51:31 SSH_AGENT_PID=78 13:51:31 Running ssh-add (command line suppressed) 13:51:31 Identity added: /w/workspace/edgex-go/1@tmp/private_key_10979164053628892323.key (/w/workspace/edgex-go/1@tmp/private_key_10979164053628892323.key) 13:51:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:32 + git semver init 13:51:32 2024-10-02 13:51:32,480 [run_init] DEBUG init version:0.0.0 force:False 13:51:32 2024-10-02 13:51:32,481 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 13:51:32 2024-10-02 13:51:32,482 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 13:51:32 2024-10-02 13:51:32,483 [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) 13:51:39 2024-10-02 13:51:38,559 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 13:51:39 2024-10-02 13:51:38,559 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4931 with force:False 13:51:39 2024-10-02 13:51:38,559 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4931 13:51:39 2024-10-02 13:51:38,562 [execute] INFO git cat-file --batch-check 13:51:39 2024-10-02 13:51:38,563 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 13:51:39 2024-10-02 13:51:38,569 [execute] INFO git cat-file --batch 13:51:39 2024-10-02 13:51:38,569 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 13:51:39 2024-10-02 13:51:38,573 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4931 13:51:39 0.0.0 [Pipeline] } 13:51:39 $ docker exec --env ******** --env ******** 07fab86eebc8461bbd28e8fc0bb2825afb1694d6aa13324d0aa02de7b64cbbe4 ssh-agent -k 13:51:39 unset SSH_AUTH_SOCK; 13:51:39 unset SSH_AGENT_PID; 13:51:39 echo Agent pid 78 killed; 13:51:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:39 + git semver [Pipeline] } 13:51:40 $ docker stop --time=1 07fab86eebc8461bbd28e8fc0bb2825afb1694d6aa13324d0aa02de7b64cbbe4 13:51:41 $ docker rm -f --volumes 07fab86eebc8461bbd28e8fc0bb2825afb1694d6aa13324d0aa02de7b64cbbe4 [Pipeline] // withDockerContainer [Pipeline] sh 13:51:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:51:42 Stashed 1 file(s) [Pipeline] echo 13:51:42 [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) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] // stage [Pipeline] } 13:51:43 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 13:51:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:51:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:51:43 ========================================================= 13:51:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 13:51:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:51:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:51:44 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 13:51:44 619be1103602: Pulling fs layer 13:51:44 7862e08f4a3e: Pulling fs layer 13:51:44 5df492c9dc93: Pulling fs layer 13:51:44 7629e6793208: Pulling fs layer 13:51:44 4f4fb700ef54: Pulling fs layer 13:51:44 fb5054dd5b73: Pulling fs layer 13:51:44 eeca6798cff9: Pulling fs layer 13:51:44 aa269ceb94a6: Pulling fs layer 13:51:44 4f4fb700ef54: Waiting 13:51:44 fb5054dd5b73: Waiting 13:51:44 eeca6798cff9: Waiting 13:51:44 7629e6793208: Waiting 13:51:44 ada007ff1a6a: Pulling fs layer 13:51:44 aa269ceb94a6: Waiting 13:51:44 ada007ff1a6a: Waiting 13:51:44 7862e08f4a3e: Download complete 13:51:44 7629e6793208: Verifying Checksum 13:51:44 7629e6793208: Download complete 13:51:44 4f4fb700ef54: Download complete 13:51:44 fb5054dd5b73: Verifying Checksum 13:51:44 fb5054dd5b73: Download complete 13:51:44 619be1103602: Verifying Checksum 13:51:44 619be1103602: Download complete 13:51:44 eeca6798cff9: Verifying Checksum 13:51:44 eeca6798cff9: Download complete 13:51:44 619be1103602: Pull complete 13:51:44 ada007ff1a6a: Verifying Checksum 13:51:44 ada007ff1a6a: Download complete 13:51:44 7862e08f4a3e: Pull complete 13:51:44 5df492c9dc93: Verifying Checksum 13:51:44 5df492c9dc93: Download complete 13:51:44 aa269ceb94a6: Download complete 13:51:47 5df492c9dc93: Pull complete 13:51:47 7629e6793208: Pull complete 13:51:47 4f4fb700ef54: Pull complete 13:51:47 fb5054dd5b73: Pull complete 13:51:47 eeca6798cff9: Pull complete 13:51:50 aa269ceb94a6: Pull complete 13:51:50 ada007ff1a6a: Pull complete 13:51:50 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 13:51:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:51:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 13:51:50 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:51:50 WORKDIR /edgex 13:51:50 COPY go.mod . 13:51:50 RUN go mod download 13:51:50 + docker build -t ci-base-image-x86_64 -f - . 13:51:51 Sending build context to Docker daemon 179.6MB 13:51:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:51:51 ---> f489d0715acc 13:51:51 Step 2/4 : WORKDIR /edgex 13:51:57 ---> Running in c86df6b933b0 13:51:57 Removing intermediate container c86df6b933b0 13:51:57 ---> d156d99082db 13:51:57 Step 3/4 : COPY go.mod . 13:51:57 ---> 0a8a3b82e7b5 13:51:57 Step 4/4 : RUN go mod download 13:51:57 ---> Running in 24a4394397f5 13:51:57 go: go.mod requires go >= 1.23 (running go 1.21.9; GOTOOLCHAIN=local) 13:51:58 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:51:59 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 13:52:01 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 13:52:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:52:02 ---> package-listing.sh 13:52:02 ++ facter osfamily 13:52:02 ++ tr '[:upper:]' '[:lower:]' 13:52:02 + OS_FAMILY=debian 13:52:02 + workspace=/w/workspace/edgex-go/1 13:52:02 + START_PACKAGES=/tmp/packages_start.txt 13:52:02 + END_PACKAGES=/tmp/packages_end.txt 13:52:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:52:02 + PACKAGES=/tmp/packages_start.txt 13:52:02 + '[' /w/workspace/edgex-go/1 ']' 13:52:02 + PACKAGES=/tmp/packages_end.txt 13:52:02 + case "${OS_FAMILY}" in 13:52:02 + dpkg -l 13:52:02 + grep '^ii' 13:52:02 + '[' -f /tmp/packages_start.txt ']' 13:52:02 + '[' -f /tmp/packages_end.txt ']' 13:52:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:52:02 + '[' /w/workspace/edgex-go/1 ']' 13:52:02 + mkdir -p /w/workspace/edgex-go/1/archives/ 13:52:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 13:52:02 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 13:52:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:52:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:52:03 13:52:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:52:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:52:04 latest: Pulling from edgex-lftools-log-publisher 13:52:04 5eb5b503b376: Pulling fs layer 13:52:04 5c69ac0246d0: Pulling fs layer 13:52:04 ec43610c2a17: Pulling fs layer 13:52:04 3a2ae6a8a46f: Pulling fs layer 13:52:04 33b1e0a273af: Pulling fs layer 13:52:04 5d3b04190fa2: Pulling fs layer 13:52:04 2f39f015ded8: Pulling fs layer 13:52:04 3a2ae6a8a46f: Waiting 13:52:04 33b1e0a273af: Waiting 13:52:04 5d3b04190fa2: Waiting 13:52:04 2f39f015ded8: Waiting 13:52:04 5c69ac0246d0: Verifying Checksum 13:52:04 5c69ac0246d0: Download complete 13:52:04 3a2ae6a8a46f: Verifying Checksum 13:52:04 3a2ae6a8a46f: Download complete 13:52:04 33b1e0a273af: Verifying Checksum 13:52:04 33b1e0a273af: Download complete 13:52:04 5d3b04190fa2: Verifying Checksum 13:52:04 5d3b04190fa2: Download complete 13:52:04 ec43610c2a17: Verifying Checksum 13:52:04 ec43610c2a17: Download complete 13:52:04 5eb5b503b376: Verifying Checksum 13:52:04 5eb5b503b376: Download complete 13:52:05 2f39f015ded8: Download complete 13:52:05 5eb5b503b376: Pull complete 13:52:05 5c69ac0246d0: Pull complete 13:52:05 ec43610c2a17: Pull complete 13:52:06 3a2ae6a8a46f: Pull complete 13:52:06 33b1e0a273af: Pull complete 13:52:06 5d3b04190fa2: Pull complete 13:52:10 2f39f015ded8: Pull complete 13:52:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:52:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:52:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:52:10 prd-ubuntu20.04-docker-8c-8g-12943 does not seem to be running inside a container 13:52:11 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:52:20 $ docker top 985f7853882214b8de51d6ae7bb643215f9b3e2b068da14369a0f49e3cda47c9 -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:21 + touch /tmp/pre-build-complete [Pipeline] sh 13:52:21 + mkdir -p /var/log/sysstat [Pipeline] sh 13:52:21 + ls /var/log/sa-host 13:52:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:52:21 provisioning config files... 13:52:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3959700713307192921tmp [Pipeline] { [Pipeline] echo 13:52:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:52:22 ---> create-netrc.sh [Pipeline] } 13:52:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:52:22 ---> python-tools-install.sh [Pipeline] echo 13:52:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:52:23 ---> sudo-logs.sh 13:52:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:52:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:52:23 ---> job-cost.sh 13:52:23 lf-activate-venv: SKIPPING 13:52:23 INFO: No Stack... 13:52:23 INFO: Retrieving Pricing Info for: v3-standard-8 13:52:24 INFO: Archiving Costs [Pipeline] echo 13:52:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:52:24 ---> logs-deploy.sh 13:52:24 lf-activate-venv: SKIPPING 13:52:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4931/1 13:52:24 INFO: archiving workspace using pattern(s): 13:52:25 Archives upload complete. 13:52:25 INFO: archiving logs to Nexus