Pull request #4817 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 Loading trusted files from base branch main at d3e93d299d336768afbb67d4e8d03cb0d65cb15d rather than c6859f518726e4a96376450ada3a3196138c540d Obtained Jenkinsfile from d3e93d299d336768afbb67d4e8d03cb0d65cb15d 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-ssh18191752284916642183.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh3549806661356291978.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 590556114a56c6d90cc8043840e039c2f74196dc 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-4817/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-4817/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15926632073150373652.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-4817/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2426088303830997923.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh15772628933835625294.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-4817/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-4817/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7757387505879163945.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 590556114a56c6d90cc8043840e039c2f74196dc 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5004 in /w/workspace/edgexfoundry_edgex-go_PR-4817 [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 Merging remotes/origin/main commit d3e93d299d336768afbb67d4e8d03cb0d65cb15d into PR head commit c6859f518726e4a96376450ada3a3196138c540d Merge succeeded, producing c6859f518726e4a96376450ada3a3196138c540d Checking out Revision c6859f518726e4a96376450ada3a3196138c540d (PR-4817) > 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/4817/head:refs/remotes/origin/PR-4817 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6859f518726e4a96376450ada3a3196138c540d # 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 d3e93d299d336768afbb67d4e8d03cb0d65cb15d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6859f518726e4a96376450ada3a3196138c540d # timeout=10 Commit message: "feat: Implement Get All DeviceProfile BasicInfo API" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-04T09:19:08.487Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-04T09:19:08.697Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-04T09:19:08.834Z] ========================================================= [2024-07-04T09:19:08.834Z] EdgeX Global Pipelines Version Info [2024-07-04T09:19:08.834Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:19:09.611Z] ------------------- [2024-07-04T09:19:09.611Z] stable info: [2024-07-04T09:19:09.611Z] ------------------- [2024-07-04T09:19:09.611Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-04T09:19:09.611Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-04T09:19:09.611Z] Message: update stable to v1.0.260 [2024-07-04T09:19:10.183Z] ------------------- [2024-07-04T09:19:10.183Z] experimental info: [2024-07-04T09:19:10.183Z] ------------------- [2024-07-04T09:19:10.183Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-04T09:19:10.183Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-04T09:19:10.183Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-04T09:19:10.424Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-04T09:19:10.490Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-04T09:19:10.546Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-04T09:19:10.600Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-04T09:19:10.656Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-04T09:19:10.716Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-04T09:19:10.775Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-04T09:19:10.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-04T09:19:10.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-04T09:19:10.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-04T09:19:11.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-04T09:19:11.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-04T09:19:11.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-04T09:19:11.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-04T09:19:11.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-04T09:19:11.303Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-04T09:19:11.362Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-04T09:19:11.428Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-04T09:19:11.485Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-04T09:19:11.543Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-04T09:19:11.600Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-04T09:19:11.653Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-04T09:19:11.714Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-04T09:19:11.770Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4817 [Pipeline] echo [2024-07-04T09:19:11.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4817 [Pipeline] echo [2024-07-04T09:19:11.991Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4817 [Pipeline] echo [2024-07-04T09:19:12.048Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c6859f518726e4a96376450ada3a3196138c540d [Pipeline] echo [2024-07-04T09:19:12.112Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c6859f5 [Pipeline] echo [2024-07-04T09:19:12.165Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-04T09:19:12.317Z] provisioning config files... [2024-07-04T09:19:12.332Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13119707965600633307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:19:12.729Z] ---> ****-login.sh [2024-07-04T09:19:12.729Z] nexus3.edgexfoundry.org:10001 [2024-07-04T09:19:12.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:19:13.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:19:13.251Z] Configure a credential helper to remove this warning. See [2024-07-04T09:19:13.251Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:19:13.251Z] [2024-07-04T09:19:13.251Z] Login Succeeded [2024-07-04T09:19:13.251Z] nexus3.edgexfoundry.org:10002 [2024-07-04T09:19:13.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:19:13.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:19:13.252Z] Configure a credential helper to remove this warning. See [2024-07-04T09:19:13.252Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:19:13.252Z] [2024-07-04T09:19:13.252Z] Login Succeeded [2024-07-04T09:19:13.252Z] nexus3.edgexfoundry.org:10003 [2024-07-04T09:19:13.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:19:13.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:19:13.252Z] Configure a credential helper to remove this warning. See [2024-07-04T09:19:13.252Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:19:13.252Z] [2024-07-04T09:19:13.252Z] Login Succeeded [2024-07-04T09:19:13.512Z] nexus3.edgexfoundry.org:10004 [2024-07-04T09:19:13.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:19:13.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:19:13.512Z] Configure a credential helper to remove this warning. See [2024-07-04T09:19:13.512Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:19:13.512Z] [2024-07-04T09:19:13.512Z] Login Succeeded [2024-07-04T09:19:13.512Z] ****.io [2024-07-04T09:19:13.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:19:13.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:19:13.780Z] Configure a credential helper to remove this warning. See [2024-07-04T09:19:13.780Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:19:13.780Z] [2024-07-04T09:19:13.780Z] Login Succeeded [2024-07-04T09:19:13.780Z] ---> ****-login.sh ends [Pipeline] } [2024-07-04T09:19:13.810Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-04T09:19:14.256Z] + 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 [2024-07-04T09:19:14.256Z] + dirname cmd/core-command/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-04T09:19:14.256Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-04T09:19:14.256Z] + dirname cmd/core-data/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-04T09:19:14.256Z] + dirname cmd/core-metadata/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-04T09:19:14.256Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-04T09:19:14.256Z] + + dirname cmd/security-proxy-auth/Dockerfile [2024-07-04T09:19:14.256Z] cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-04T09:19:14.256Z] + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ [2024-07-04T09:19:14.256Z] -f2 [2024-07-04T09:19:14.256Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-04T09:19:14.256Z] + dirname+ cmd/security-secretstore-setup/Dockerfile [2024-07-04T09:19:14.256Z] cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-04T09:19:14.256Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-04T09:19:14.256Z] cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-04T09:19:14.256Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-04T09:19:14.256Z] + dirname cmd/security-spire-config/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-04T09:19:14.256Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-04T09:19:14.256Z] + dirname cmd/support-notifications/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-04T09:19:14.256Z] + dirname cmd/support-scheduler/Dockerfile [2024-07-04T09:19:14.256Z] + cut -d/ -f2 [2024-07-04T09:19:14.256Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-04T09:19:14.383Z] 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 [2024-07-04T09:19:14.935Z] + git rev-list -1 --merges c6859f518726e4a96376450ada3a3196138c540d~1..c6859f518726e4a96376450ada3a3196138c540d [Pipeline] echo [2024-07-04T09:19:14.975Z] -----------> git rev-list -1 --merges c6859f518726e4a96376450ada3a3196138c540d~1..c6859f518726e4a96376450ada3a3196138c540d c6859f518726e4a96376450ada3a3196138c540d [false] [Pipeline] sh [2024-07-04T09:19:15.297Z] + git log --format=format:%s -1 c6859f518726e4a96376450ada3a3196138c540d [Pipeline] echo [2024-07-04T09:19:15.345Z] ========================================================= [2024-07-04T09:19:15.345Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-04T09:19:15.345Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-04T09:19:15.868Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-04T09:19:15.868Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-04T09:19:15.868Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-04T09:19:15.868Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-04T09:19:15.868Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-04T09:19:15.868Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-04T09:19:15.868Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:19:16.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-04T09:19:16.390Z] [2024-07-04T09:19:16.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:19:16.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-04T09:19:16.926Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-04T09:19:16.926Z] b85a868b505f: Pulling fs layer [2024-07-04T09:19:16.926Z] e2be974225ed: Pulling fs layer [2024-07-04T09:19:16.926Z] 339a4e72a1f5: Pulling fs layer [2024-07-04T09:19:16.926Z] 988bab9f4d93: Pulling fs layer [2024-07-04T09:19:16.926Z] 1469e6f7b9e6: Pulling fs layer [2024-07-04T09:19:16.926Z] eaf3925da568: Pulling fs layer [2024-07-04T09:19:16.926Z] bab4dde63d76: Pulling fs layer [2024-07-04T09:19:16.926Z] bde34c3a00c8: Pulling fs layer [2024-07-04T09:19:16.926Z] b352a97aabf1: Pulling fs layer [2024-07-04T09:19:16.926Z] 4872d77fe225: Pulling fs layer [2024-07-04T09:19:16.926Z] 5851b861e8e6: Pulling fs layer [2024-07-04T09:19:16.926Z] bde34c3a00c8: Waiting [2024-07-04T09:19:16.926Z] 4872d77fe225: Waiting [2024-07-04T09:19:16.926Z] b352a97aabf1: Waiting [2024-07-04T09:19:16.926Z] 5851b861e8e6: Waiting [2024-07-04T09:19:16.926Z] 1469e6f7b9e6: Waiting [2024-07-04T09:19:16.926Z] eaf3925da568: Waiting [2024-07-04T09:19:16.926Z] bab4dde63d76: Waiting [2024-07-04T09:19:16.926Z] 988bab9f4d93: Waiting [2024-07-04T09:19:16.926Z] e2be974225ed: Download complete [2024-07-04T09:19:16.926Z] 988bab9f4d93: Download complete [2024-07-04T09:19:17.188Z] 1469e6f7b9e6: Verifying Checksum [2024-07-04T09:19:17.188Z] 1469e6f7b9e6: Download complete [2024-07-04T09:19:17.188Z] eaf3925da568: Verifying Checksum [2024-07-04T09:19:17.188Z] eaf3925da568: Download complete [2024-07-04T09:19:17.188Z] 339a4e72a1f5: Verifying Checksum [2024-07-04T09:19:17.188Z] 339a4e72a1f5: Download complete [2024-07-04T09:19:17.188Z] bde34c3a00c8: Verifying Checksum [2024-07-04T09:19:17.188Z] bde34c3a00c8: Download complete [2024-07-04T09:19:17.188Z] b352a97aabf1: Verifying Checksum [2024-07-04T09:19:17.188Z] 4872d77fe225: Verifying Checksum [2024-07-04T09:19:17.188Z] 4872d77fe225: Download complete [2024-07-04T09:19:17.188Z] 5851b861e8e6: Verifying Checksum [2024-07-04T09:19:17.188Z] 5851b861e8e6: Download complete [2024-07-04T09:19:17.188Z] b85a868b505f: Verifying Checksum [2024-07-04T09:19:17.188Z] b85a868b505f: Download complete [2024-07-04T09:19:17.754Z] bab4dde63d76: Verifying Checksum [2024-07-04T09:19:17.754Z] bab4dde63d76: Download complete [2024-07-04T09:19:19.133Z] b85a868b505f: Pull complete [2024-07-04T09:19:19.702Z] e2be974225ed: Pull complete [2024-07-04T09:19:21.083Z] 339a4e72a1f5: Pull complete [2024-07-04T09:19:21.083Z] 988bab9f4d93: Pull complete [2024-07-04T09:19:21.342Z] 1469e6f7b9e6: Pull complete [2024-07-04T09:19:21.342Z] eaf3925da568: Pull complete [2024-07-04T09:19:23.249Z] bab4dde63d76: Pull complete [2024-07-04T09:19:23.249Z] bde34c3a00c8: Pull complete [2024-07-04T09:19:23.249Z] b352a97aabf1: Pull complete [2024-07-04T09:19:23.510Z] 4872d77fe225: Pull complete [2024-07-04T09:19:23.510Z] 5851b861e8e6: Pull complete [2024-07-04T09:19:23.510Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-04T09:19:23.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-04T09:19:23.510Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T09:19:24.174Z] prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container [2024-07-04T09:19:24.205Z] $ 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 [2024-07-04T09:19:37.519Z] $ docker top 797233e0d72ab966dec8f072d29fe2d5f2fe7308049b24956faaa7d0c15c5dee -eo pid,comm [2024-07-04T09:19:37.580Z] 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). [2024-07-04T09:19:37.580Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-04T09:19:37.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-04T09:19:37.744Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-04T09:19:37.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-04T09:19:37.841Z] $ docker exec 797233e0d72ab966dec8f072d29fe2d5f2fe7308049b24956faaa7d0c15c5dee ssh-agent [2024-07-04T09:19:37.950Z] SSH_AUTH_SOCK=/tmp/ssh-QYLohrl0Ladf/agent.31 [2024-07-04T09:19:37.950Z] SSH_AGENT_PID=37 [2024-07-04T09:19:37.957Z] Running ssh-add (command line suppressed) [2024-07-04T09:19:38.060Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6155543741918161172.key (/w/workspace/edgex-go/1@tmp/private_key_6155543741918161172.key) [2024-07-04T09:19:38.075Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-04T09:19:38.422Z] + git tag --points-at HEAD [Pipeline] } [2024-07-04T09:19:38.450Z] $ docker exec --env ******** --env ******** 797233e0d72ab966dec8f072d29fe2d5f2fe7308049b24956faaa7d0c15c5dee ssh-agent -k [2024-07-04T09:19:38.532Z] unset SSH_AUTH_SOCK; [2024-07-04T09:19:38.533Z] unset SSH_AGENT_PID; [2024-07-04T09:19:38.533Z] echo Agent pid 37 killed; [2024-07-04T09:19:38.543Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-04T09:19:38.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-04T09:19:38.666Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-04T09:19:38.773Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-04T09:19:38.773Z] $ docker exec 797233e0d72ab966dec8f072d29fe2d5f2fe7308049b24956faaa7d0c15c5dee ssh-agent [2024-07-04T09:19:38.862Z] SSH_AUTH_SOCK=/tmp/ssh-zEDIMYojtost/agent.70 [2024-07-04T09:19:38.862Z] SSH_AGENT_PID=76 [2024-07-04T09:19:38.866Z] Running ssh-add (command line suppressed) [2024-07-04T09:19:38.974Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4987511603385118382.key (/w/workspace/edgex-go/1@tmp/private_key_4987511603385118382.key) [2024-07-04T09:19:38.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-04T09:19:39.333Z] + git semver init [2024-07-04T09:19:39.806Z] 2024-07-04 09:19:39,498 [run_init] DEBUG init version:0.0.0 force:False [2024-07-04T09:19:39.806Z] 2024-07-04 09:19:39,499 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-07-04T09:19:39.806Z] 2024-07-04 09:19:39,500 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-07-04T09:19:39.806Z] 2024-07-04 09:19:39,500 [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) [2024-07-04T09:19:46.417Z] 2024-07-04 09:19:45,514 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-07-04T09:19:46.417Z] 2024-07-04 09:19:45,514 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4817 with force:False [2024-07-04T09:19:46.417Z] 2024-07-04 09:19:45,514 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4817 [2024-07-04T09:19:46.417Z] 2024-07-04 09:19:45,518 [execute] INFO git cat-file --batch-check [2024-07-04T09:19:46.417Z] 2024-07-04 09:19:45,519 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-04T09:19:46.417Z] 2024-07-04 09:19:45,526 [execute] INFO git cat-file --batch [2024-07-04T09:19:46.417Z] 2024-07-04 09:19:45,526 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-04T09:19:46.417Z] 2024-07-04 09:19:45,531 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4817 [2024-07-04T09:19:46.417Z] 0.0.0 [Pipeline] } [2024-07-04T09:19:46.455Z] $ docker exec --env ******** --env ******** 797233e0d72ab966dec8f072d29fe2d5f2fe7308049b24956faaa7d0c15c5dee ssh-agent -k [2024-07-04T09:19:46.553Z] unset SSH_AUTH_SOCK; [2024-07-04T09:19:46.553Z] unset SSH_AGENT_PID; [2024-07-04T09:19:46.553Z] echo Agent pid 76 killed; [2024-07-04T09:19:46.565Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-04T09:19:47.016Z] + git semver [Pipeline] } [2024-07-04T09:19:47.301Z] $ docker stop --time=1 797233e0d72ab966dec8f072d29fe2d5f2fe7308049b24956faaa7d0c15c5dee [2024-07-04T09:19:48.673Z] $ docker rm -f --volumes 797233e0d72ab966dec8f072d29fe2d5f2fe7308049b24956faaa7d0c15c5dee [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-04T09:19:49.106Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-04T09:19:49.431Z] Stashed 1 file(s) [Pipeline] echo [2024-07-04T09:19:49.455Z] [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 [2024-07-04T09:19:50.352Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-04T09:19:50.393Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T09:19:50.437Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T09:19:50.488Z] ========================================================= [2024-07-04T09:19:50.489Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-04T09:19:50.489Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-04T09:19:50.855Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-04T09:19:50.855Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-04T09:19:50.855Z] 619be1103602: Pulling fs layer [2024-07-04T09:19:50.855Z] 7862e08f4a3e: Pulling fs layer [2024-07-04T09:19:50.855Z] 5df492c9dc93: Pulling fs layer [2024-07-04T09:19:50.855Z] 7629e6793208: Pulling fs layer [2024-07-04T09:19:50.855Z] 4f4fb700ef54: Pulling fs layer [2024-07-04T09:19:50.855Z] fb5054dd5b73: Pulling fs layer [2024-07-04T09:19:50.855Z] eeca6798cff9: Pulling fs layer [2024-07-04T09:19:50.855Z] aa269ceb94a6: Pulling fs layer [2024-07-04T09:19:50.855Z] ada007ff1a6a: Pulling fs layer [2024-07-04T09:19:50.855Z] fb5054dd5b73: Waiting [2024-07-04T09:19:50.855Z] eeca6798cff9: Waiting [2024-07-04T09:19:50.855Z] aa269ceb94a6: Waiting [2024-07-04T09:19:50.855Z] ada007ff1a6a: Waiting [2024-07-04T09:19:50.855Z] 7629e6793208: Waiting [2024-07-04T09:19:50.855Z] 4f4fb700ef54: Waiting [2024-07-04T09:19:50.855Z] 7862e08f4a3e: Verifying Checksum [2024-07-04T09:19:50.855Z] 7862e08f4a3e: Download complete [2024-07-04T09:19:50.855Z] 7629e6793208: Verifying Checksum [2024-07-04T09:19:50.855Z] 7629e6793208: Download complete [2024-07-04T09:19:50.855Z] 4f4fb700ef54: Verifying Checksum [2024-07-04T09:19:50.855Z] 4f4fb700ef54: Download complete [2024-07-04T09:19:50.856Z] fb5054dd5b73: Verifying Checksum [2024-07-04T09:19:50.856Z] fb5054dd5b73: Download complete [2024-07-04T09:19:50.856Z] 619be1103602: Verifying Checksum [2024-07-04T09:19:50.856Z] 619be1103602: Download complete [2024-07-04T09:19:50.856Z] eeca6798cff9: Verifying Checksum [2024-07-04T09:19:50.856Z] eeca6798cff9: Download complete [2024-07-04T09:19:51.115Z] 619be1103602: Pull complete [2024-07-04T09:19:51.115Z] ada007ff1a6a: Verifying Checksum [2024-07-04T09:19:51.115Z] ada007ff1a6a: Download complete [2024-07-04T09:19:51.115Z] 7862e08f4a3e: Pull complete [2024-07-04T09:19:51.373Z] 5df492c9dc93: Verifying Checksum [2024-07-04T09:19:51.373Z] 5df492c9dc93: Download complete [2024-07-04T09:19:51.632Z] aa269ceb94a6: Verifying Checksum [2024-07-04T09:19:51.632Z] aa269ceb94a6: Download complete [2024-07-04T09:19:54.912Z] 5df492c9dc93: Pull complete [2024-07-04T09:19:54.913Z] 7629e6793208: Pull complete [2024-07-04T09:19:54.913Z] 4f4fb700ef54: Pull complete [2024-07-04T09:19:54.913Z] fb5054dd5b73: Pull complete [2024-07-04T09:19:54.913Z] eeca6798cff9: Pull complete [2024-07-04T09:19:57.437Z] aa269ceb94a6: Pull complete [2024-07-04T09:19:58.005Z] ada007ff1a6a: Pull complete [2024-07-04T09:19:58.005Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-04T09:19:58.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-04T09:19:58.005Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-04T09:19:58.401Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-04T09:19:58.401Z] WORKDIR /edgex [2024-07-04T09:19:58.401Z] COPY go.mod . [2024-07-04T09:19:58.401Z] RUN go mod download [2024-07-04T09:19:58.401Z] + docker build -t ci-base-image-x86_64 -f - . [2024-07-04T09:19:59.060Z] Sending build context to Docker daemon 178.3MB [2024-07-04T09:19:59.060Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-04T09:19:59.060Z] ---> f489d0715acc [2024-07-04T09:19:59.060Z] Step 2/4 : WORKDIR /edgex [2024-07-04T09:20:04.833Z] Still waiting to schedule task [2024-07-04T09:20:04.834Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-04T09:20:09.110Z] ---> Running in 46957b3f92ef [2024-07-04T09:20:09.110Z] Removing intermediate container 46957b3f92ef [2024-07-04T09:20:09.110Z] ---> ea55583c0ac7 [2024-07-04T09:20:09.110Z] Step 3/4 : COPY go.mod . [2024-07-04T09:20:09.110Z] ---> 8bb44325ea87 [2024-07-04T09:20:09.110Z] Step 4/4 : RUN go mod download [2024-07-04T09:20:09.110Z] ---> Running in b496c1cdcd9b [2024-07-04T09:20:47.860Z] Removing intermediate container b496c1cdcd9b [2024-07-04T09:20:47.860Z] ---> 31d7f4a0b336 [2024-07-04T09:20:47.860Z] Successfully built 31d7f4a0b336 [2024-07-04T09:20:47.860Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:20:48.268Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-04T09:20:48.268Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T09:20:48.438Z] prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container [2024-07-04T09:20:48.464Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-04T09:20:48.860Z] $ docker top 5004a14d03d54806693e01ff43e0c1ea7f0846a7652119aad74cc298f27f484f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-04T09:20:49.268Z] + go version [2024-07-04T09:20:49.268Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-04T09:20:49.303Z] $ docker stop --time=1 5004a14d03d54806693e01ff43e0c1ea7f0846a7652119aad74cc298f27f484f [2024-07-04T09:20:50.574Z] $ docker rm -f --volumes 5004a14d03d54806693e01ff43e0c1ea7f0846a7652119aad74cc298f27f484f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:20:51.400Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-04T09:20:51.400Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T09:20:51.568Z] prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container [2024-07-04T09:20:51.594Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-04T09:20:51.918Z] $ docker top 54588c7cf5c18228cee895f818a8e2410609e4a91617e38d94dac1a7de07bd2a -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-04T09:20:52.048Z] ========================================================= [2024-07-04T09:20:52.048Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-04T09:20:52.048Z] ========================================================= [Pipeline] sh [2024-07-04T09:20:52.349Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-04T09:20:52.719Z] + make test [2024-07-04T09:20:52.719Z] go test -race -coverprofile=coverage.out ./... [2024-07-04T09:21:00.839Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-04T09:21:13.044Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/application [2024-07-04T09:21:13.044Z] internal/core/metadata/application/deviceprofile.go:241:37: undefined: dtos.FromDeviceProfileModelToBasicInfoDTO [2024-07-04T09:21:31.367Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5005 in /w/workspace/edgexfoundry_edgex-go_PR-4817 [Pipeline] { [Pipeline] ws [2024-07-04T09:21:31.445Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-07-04T09:21:34.550Z] The recommended git tool is: git [2024-07-04T09:21:35.142Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-04T09:21:35.142Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-04T09:21:35.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-04T09:21:35.401Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-04T09:21:35.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-04T09:21:35.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-04T09:21:35.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-04T09:21:35.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-04T09:21:35.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-04T09:21:35.664Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-04T09:21:35.664Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-04T09:21:35.664Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-04T09:21:35.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-04T09:21:38.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-04T09:21:38.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-04T09:21:38.932Z] using credential edgex-jenkins-ssh [2024-07-04T09:21:38.955Z] Cloning the remote Git repository [2024-07-04T09:21:38.984Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-04T09:21:39.070Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-07-04T09:21:39.212Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-04T09:21:39.214Z] > git --version # timeout=10 [2024-07-04T09:21:39.234Z] > git --version # 'git version 2.25.1' [2024-07-04T09:21:39.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-04T09:21:39.379Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-04T09:21:39.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.018s coverage: 28.7% of statements [2024-07-04T09:21:39.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-04T09:21:39.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-04T09:21:39.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-04T09:21:40.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements [2024-07-04T09:21:40.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-04T09:21:40.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-04T09:21:42.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-04T09:21:42.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-04T09:21:42.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-04T09:21:42.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-04T09:21:42.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-04T09:21:43.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements [2024-07-04T09:21:43.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.044s coverage: 53.2% of statements [2024-07-04T09:21:44.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.537s coverage: 93.4% of statements [2024-07-04T09:21:44.792Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/application [build failed] [2024-07-04T09:21:44.792Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http [build failed] [2024-07-04T09:21:44.792Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.020s coverage: 72.2% of statements [2024-07-04T09:21:44.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-04T09:21:44.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-04T09:21:45.747Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.039s coverage: 0.9% of statements [2024-07-04T09:21:45.747Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.032s coverage: 32.2% of statements [2024-07-04T09:21:45.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 41.7% of statements [2024-07-04T09:21:45.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.042s coverage: 82.9% of statements [2024-07-04T09:21:45.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.035s coverage: 94.1% of statements [2024-07-04T09:21:46.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.084s coverage: 96.3% of statements [2024-07-04T09:21:46.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements [2024-07-04T09:21:46.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-04T09:21:46.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-04T09:21:46.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-04T09:21:46.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-04T09:21:47.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-04T09:21:47.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-04T09:21:47.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-04T09:21:47.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-04T09:21:48.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-04T09:21:48.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-04T09:21:48.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-04T09:21:48.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-04T09:21:48.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-04T09:21:48.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-04T09:21:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-04T09:21:50.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-04T09:21:51.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-04T09:21:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-04T09:21:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-04T09:21:55.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-04T09:21:55.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-04T09:21:55.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-04T09:21:56.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-04T09:21:56.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-04T09:21:56.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-04T09:21:56.150Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-04T09:21:56.172Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-04T09:21:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-04T09:21:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-04T09:21:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-04T09:21:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-04T09:21:57.895Z] Merging remotes/origin/main commit d3e93d299d336768afbb67d4e8d03cb0d65cb15d into PR head commit c6859f518726e4a96376450ada3a3196138c540d [2024-07-04T09:21:58.311Z] Merge succeeded, producing c6859f518726e4a96376450ada3a3196138c540d [2024-07-04T09:21:58.312Z] Checking out Revision c6859f518726e4a96376450ada3a3196138c540d (PR-4817) [2024-07-04T09:21:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-04T09:21:58.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-04T09:21:58.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-04T09:21:58.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-04T09:21:58.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.040s coverage: 94.4% of statements [2024-07-04T09:21:57.019Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-04T09:21:57.062Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-04T09:21:57.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-04T09:21:57.087Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4817/head:refs/remotes/origin/PR-4817 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-04T09:21:57.911Z] > git config core.sparsecheckout # timeout=10 [2024-07-04T09:21:57.980Z] > git checkout -f c6859f518726e4a96376450ada3a3196138c540d # timeout=10 [2024-07-04T09:21:58.202Z] > git remote # timeout=10 [2024-07-04T09:21:58.220Z] > git config --get remote.origin.url # timeout=10 [2024-07-04T09:21:58.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-04T09:21:58.255Z] > git merge d3e93d299d336768afbb67d4e8d03cb0d65cb15d # timeout=10 [2024-07-04T09:21:58.283Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-04T09:21:58.315Z] > git config core.sparsecheckout # timeout=10 [2024-07-04T09:21:58.328Z] > git checkout -f c6859f518726e4a96376450ada3a3196138c540d # timeout=10 [2024-07-04T09:22:00.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-04T09:22:00.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-04T09:22:00.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-04T09:22:00.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-04T09:22:01.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-04T09:22:01.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-04T09:22:02.066Z] Commit message: "feat: Implement Get All DeviceProfile BasicInfo API" [2024-07-04T09:22:02.113Z] > git --version # timeout=10 [2024-07-04T09:22:02.124Z] > git --version # 'git version 2.25.1' [2024-07-04T09:22:02.141Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-04T09:22:02.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-04T09:22:02.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-04T09:22:04.107Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-04T09:22:04.107Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-04T09:22:04.107Z] Dload Upload Total Spent Left Speed [2024-07-04T09:22:04.107Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2024-07-04T09:22:04.449Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-04T09:22:04.798Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-04T09:22:04.798Z] + sudo tee /etc/docker/daemon.new [2024-07-04T09:22:04.798Z] { [2024-07-04T09:22:04.798Z] "registry-mirrors": [ [2024-07-04T09:22:04.798Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-04T09:22:04.798Z] ], [2024-07-04T09:22:04.798Z] "bip": "10.250.0.254/24", [2024-07-04T09:22:04.798Z] "hosts": [ [2024-07-04T09:22:04.798Z] "tcp://0.0.0.0:5555", [2024-07-04T09:22:04.798Z] "unix:///var/run/docker.sock" [2024-07-04T09:22:04.798Z] ], [2024-07-04T09:22:04.798Z] "mtu": 1458, [2024-07-04T09:22:04.798Z] "selinux-enabled": true, [2024-07-04T09:22:04.798Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-04T09:22:04.798Z] } [Pipeline] sh [2024-07-04T09:22:05.161Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-04T09:22:05.527Z] + sudo service docker restart [2024-07-04T09:22:12.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.277s coverage: 79.9% of statements [2024-07-04T09:22:12.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.060s coverage: 92.9% of statements [2024-07-04T09:22:12.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.032s coverage: 64.4% of statements [2024-07-04T09:22:12.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.037s coverage: 62.3% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.030s coverage: 87.2% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.067s coverage: 81.8% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.065s coverage: 82.1% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.134s coverage: 63.1% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.020s coverage: 100.0% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.031s coverage: 100.0% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.015s coverage: 73.7% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.150s coverage: 38.4% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 89.5% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 84.8% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.100s coverage: 19.9% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.109s coverage: 95.7% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.032s coverage: 61.8% of statements [2024-07-04T09:22:12.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 98.9% of statements [2024-07-04T09:22:12.313Z] FAIL [2024-07-04T09:22:12.313Z] make: *** [Makefile:148: unittest] Error 1 [Pipeline] } [2024-07-04T09:22:12.368Z] $ docker stop --time=1 54588c7cf5c18228cee895f818a8e2410609e4a91617e38d94dac1a7de07bd2a [2024-07-04T09:22:14.402Z] $ docker rm -f --volumes 54588c7cf5c18228cee895f818a8e2410609e4a91617e38d94dac1a7de07bd2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] } [2024-07-04T09:22:15.768Z] Failed in branch amd64 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-04T09:22:23.873Z] provisioning config files... [2024-07-04T09:22:23.900Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5833078785941002418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:22:24.413Z] ---> ****-login.sh [2024-07-04T09:22:24.413Z] nexus3.edgexfoundry.org:10001 [2024-07-04T09:22:24.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:22:24.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:22:24.955Z] Configure a credential helper to remove this warning. See [2024-07-04T09:22:24.955Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:22:24.955Z] [2024-07-04T09:22:24.955Z] Login Succeeded [2024-07-04T09:22:24.955Z] nexus3.edgexfoundry.org:10002 [2024-07-04T09:22:25.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:22:25.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:22:25.225Z] Configure a credential helper to remove this warning. See [2024-07-04T09:22:25.225Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:22:25.225Z] [2024-07-04T09:22:25.225Z] Login Succeeded [2024-07-04T09:22:25.498Z] nexus3.edgexfoundry.org:10003 [2024-07-04T09:22:25.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:22:25.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:22:25.771Z] Configure a credential helper to remove this warning. See [2024-07-04T09:22:25.771Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:22:25.771Z] [2024-07-04T09:22:25.771Z] Login Succeeded [2024-07-04T09:22:25.771Z] nexus3.edgexfoundry.org:10004 [2024-07-04T09:22:26.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:22:26.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:22:26.045Z] Configure a credential helper to remove this warning. See [2024-07-04T09:22:26.045Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:22:26.045Z] [2024-07-04T09:22:26.045Z] Login Succeeded [2024-07-04T09:22:26.045Z] ****.io [2024-07-04T09:22:26.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-04T09:22:26.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-04T09:22:26.585Z] Configure a credential helper to remove this warning. See [2024-07-04T09:22:26.585Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-04T09:22:26.585Z] [2024-07-04T09:22:26.585Z] Login Succeeded [2024-07-04T09:22:26.585Z] ---> ****-login.sh ends [Pipeline] } [2024-07-04T09:22:26.622Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-04T09:22:27.412Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-04T09:22:27.461Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T09:22:27.513Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-04T09:22:27.556Z] ========================================================= [2024-07-04T09:22:27.556Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-04T09:22:27.556Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-04T09:22:27.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-04T09:22:27.962Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-04T09:22:27.962Z] c6b39de5b339: Pulling fs layer [2024-07-04T09:22:27.962Z] a69c41024577: Pulling fs layer [2024-07-04T09:22:27.962Z] d6de4b400683: Pulling fs layer [2024-07-04T09:22:27.962Z] 35cb2a7552d0: Pulling fs layer [2024-07-04T09:22:27.962Z] 4f4fb700ef54: Pulling fs layer [2024-07-04T09:22:27.962Z] 464afbd9ba4c: Pulling fs layer [2024-07-04T09:22:27.962Z] 00f215d4a9da: Pulling fs layer [2024-07-04T09:22:27.962Z] d496ad576159: Pulling fs layer [2024-07-04T09:22:27.962Z] 4f4fb700ef54: Waiting [2024-07-04T09:22:27.962Z] 464afbd9ba4c: Waiting [2024-07-04T09:22:27.962Z] 00f215d4a9da: Waiting [2024-07-04T09:22:27.962Z] d496ad576159: Waiting [2024-07-04T09:22:27.962Z] 35cb2a7552d0: Waiting [2024-07-04T09:22:28.238Z] a69c41024577: Verifying Checksum [2024-07-04T09:22:28.238Z] a69c41024577: Download complete [2024-07-04T09:22:28.238Z] 35cb2a7552d0: Verifying Checksum [2024-07-04T09:22:28.238Z] 35cb2a7552d0: Download complete [2024-07-04T09:22:28.238Z] 4f4fb700ef54: Verifying Checksum [2024-07-04T09:22:28.238Z] 4f4fb700ef54: Download complete [2024-07-04T09:22:28.238Z] 464afbd9ba4c: Verifying Checksum [2024-07-04T09:22:28.238Z] 464afbd9ba4c: Download complete [2024-07-04T09:22:28.238Z] c6b39de5b339: Download complete [2024-07-04T09:22:28.832Z] d496ad576159: Verifying Checksum [2024-07-04T09:22:28.832Z] d496ad576159: Download complete [2024-07-04T09:22:29.106Z] c6b39de5b339: Pull complete [2024-07-04T09:22:29.690Z] a69c41024577: Pull complete [2024-07-04T09:22:29.963Z] d6de4b400683: Download complete [2024-07-04T09:22:31.366Z] 00f215d4a9da: Verifying Checksum [2024-07-04T09:22:31.366Z] 00f215d4a9da: Download complete [2024-07-04T09:22:43.672Z] d6de4b400683: Pull complete [2024-07-04T09:22:43.672Z] 35cb2a7552d0: Pull complete [2024-07-04T09:22:43.672Z] 4f4fb700ef54: Pull complete [2024-07-04T09:22:43.672Z] 464afbd9ba4c: Pull complete [2024-07-04T09:22:51.900Z] 00f215d4a9da: Pull complete [2024-07-04T09:22:53.308Z] d496ad576159: Pull complete [2024-07-04T09:22:53.308Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-04T09:22:53.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-04T09:22:53.308Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-04T09:22:53.720Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-04T09:22:53.720Z] WORKDIR /edgex [2024-07-04T09:22:53.720Z] COPY go.mod . [2024-07-04T09:22:53.720Z] RUN go mod download [2024-07-04T09:22:53.720Z] + docker build -t ci-base-image-arm64 -f - . [2024-07-04T09:22:54.308Z] Sending build context to Docker daemon 3.016MB [2024-07-04T09:22:54.308Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-04T09:22:54.308Z] ---> f246e2811388 [2024-07-04T09:22:54.308Z] Step 2/4 : WORKDIR /edgex [2024-07-04T09:22:56.259Z] ---> Running in 0123315c4747 [2024-07-04T09:22:56.259Z] Removing intermediate container 0123315c4747 [2024-07-04T09:22:56.259Z] ---> f32118b24923 [2024-07-04T09:22:56.259Z] Step 3/4 : COPY go.mod . [2024-07-04T09:22:56.844Z] ---> b64f2cc309ab [2024-07-04T09:22:56.844Z] Step 4/4 : RUN go mod download [2024-07-04T09:22:56.844Z] ---> Running in 9b5d770b8e4a [2024-07-04T09:23:53.266Z] Removing intermediate container 9b5d770b8e4a [2024-07-04T09:23:53.266Z] ---> eb381a401e0f [2024-07-04T09:23:53.266Z] Successfully built eb381a401e0f [2024-07-04T09:23:53.266Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:23:53.709Z] + docker inspect -f . ci-base-image-arm64 [2024-07-04T09:23:53.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T09:23:54.007Z] prd-ubuntu20.04-docker-arm64-4c-16g-5005 does not seem to be running inside a container [2024-07-04T09:23:54.067Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-04T09:23:55.330Z] $ docker top e9b29438b08b8447b3b2972b6182a229a7655751d11673296db844661d715dc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-04T09:23:56.222Z] + go version [2024-07-04T09:23:56.222Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-04T09:23:56.258Z] $ docker stop --time=1 e9b29438b08b8447b3b2972b6182a229a7655751d11673296db844661d715dc6 [2024-07-04T09:23:57.859Z] $ docker rm -f --volumes e9b29438b08b8447b3b2972b6182a229a7655751d11673296db844661d715dc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:23:58.800Z] + docker inspect -f . ci-base-image-arm64 [2024-07-04T09:23:58.801Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T09:23:59.075Z] prd-ubuntu20.04-docker-arm64-4c-16g-5005 does not seem to be running inside a container [2024-07-04T09:23:59.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-04T09:24:00.302Z] $ docker top 7960e93b27c8f1902325b2df7e3cb26c1f622101307d80cbc7af8b56daf196da -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-04T09:24:00.569Z] ========================================================= [2024-07-04T09:24:00.569Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-04T09:24:00.569Z] ========================================================= [Pipeline] sh [2024-07-04T09:24:01.213Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-04T09:24:01.617Z] + make test [2024-07-04T09:24:01.617Z] go test -race -coverprofile=coverage.out ./... [2024-07-04T09:24:48.425Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-04T09:28:25.483Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/application [2024-07-04T09:28:25.483Z] internal/core/metadata/application/deviceprofile.go:241:37: undefined: dtos.FromDeviceProfileModelToBasicInfoDTO [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-04T09:28:25.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-04T09:28:35.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-04T09:28:35.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-04T09:28:36.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.116s coverage: 28.7% of statements [2024-07-04T09:28:48.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.187s coverage: 97.0% of statements [2024-07-04T09:28:53.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-04T09:28:53.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-04T09:28:53.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-04T09:28:57.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.297s coverage: 69.2% of statements [2024-07-04T09:28:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-04T09:28:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-04T09:29:00.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.241s coverage: 53.2% of statements [2024-07-04T09:29:05.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-04T09:29:05.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-04T09:29:05.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-04T09:29:05.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-04T09:29:07.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-04T09:29:07.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-04T09:29:07.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-04T09:29:07.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-04T09:29:07.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-04T09:29:10.621Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-04T09:29:10.621Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-04T09:29:10.621Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-04T09:29:10.621Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-04T09:29:10.621Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-04T09:29:10.621Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-04T09:29:10.621Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-04T09:29:13.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 7.673s coverage: 93.4% of statements [2024-07-04T09:29:13.227Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/application [build failed] [2024-07-04T09:29:13.227Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http [build failed] [2024-07-04T09:29:13.227Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.129s coverage: 72.2% of statements [2024-07-04T09:29:21.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-04T09:29:21.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-04T09:29:21.442Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.273s coverage: 0.9% of statements [2024-07-04T09:29:21.442Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.149s coverage: 32.2% of statements [2024-07-04T09:29:25.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.146s coverage: 41.7% of statements [2024-07-04T09:29:25.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.114s coverage: 82.9% of statements [2024-07-04T09:29:25.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.091s coverage: 94.1% of statements [2024-07-04T09:29:26.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.886s coverage: 96.3% of statements [2024-07-04T09:29:30.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.098s coverage: 87.5% of statements [2024-07-04T09:29:30.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-04T09:29:33.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-04T09:29:33.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-04T09:29:33.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-04T09:29:36.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-04T09:29:36.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-04T09:29:36.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-04T09:29:36.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-04T09:29:41.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.110s coverage: 94.4% of statements [2024-07-04T09:29:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-04T09:29:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-04T09:29:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-04T09:29:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-04T09:29:52.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-04T09:29:52.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-04T09:29:54.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-04T09:29:56.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.266s coverage: 79.9% of statements [2024-07-04T09:29:56.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.149s coverage: 92.9% of statements [2024-07-04T09:29:56.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.073s coverage: 64.4% of statements [2024-07-04T09:29:56.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.106s coverage: 62.3% of statements [2024-07-04T09:29:56.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.110s coverage: 87.2% of statements [2024-07-04T09:29:56.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.075s coverage: 20.0% of statements [2024-07-04T09:29:56.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.073s coverage: 100.0% of statements [2024-07-04T09:30:00.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.266s coverage: 81.8% of statements [2024-07-04T09:30:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-04T09:30:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-04T09:30:01.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.287s coverage: 82.1% of statements [2024-07-04T09:30:01.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.126s coverage: 86.0% of statements [2024-07-04T09:30:05.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-04T09:30:05.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-04T09:30:07.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.750s coverage: 63.1% of statements [2024-07-04T09:30:07.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.118s coverage: 100.0% of statements [2024-07-04T09:30:09.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.101s coverage: 89.4% of statements [2024-07-04T09:30:09.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.080s coverage: 100.0% of statements [2024-07-04T09:30:09.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-04T09:30:09.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-04T09:30:09.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-04T09:30:10.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.073s coverage: 73.7% of statements [2024-07-04T09:30:10.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.071s coverage: 100.0% of statements [2024-07-04T09:30:17.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-04T09:30:17.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-04T09:30:17.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-04T09:30:18.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.668s coverage: 38.4% of statements [2024-07-04T09:30:18.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.123s coverage: 89.5% of statements [2024-07-04T09:30:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-04T09:30:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-04T09:30:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-04T09:30:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-04T09:30:19.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.104s coverage: 84.8% of statements [2024-07-04T09:30:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-04T09:30:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-04T09:30:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-04T09:30:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-04T09:30:33.148Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.168s coverage: 19.9% of statements [2024-07-04T09:30:33.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-04T09:30:33.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-04T09:30:33.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-04T09:30:33.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-04T09:30:34.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.481s coverage: 95.7% of statements [2024-07-04T09:30:37.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-04T09:30:37.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-04T09:30:38.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.178s coverage: 61.8% of statements [2024-07-04T09:30:41.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-04T09:30:41.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-04T09:30:42.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.292s coverage: 98.9% of statements [2024-07-04T09:30:42.416Z] FAIL [2024-07-04T09:30:43.823Z] make: *** [Makefile:148: unittest] Error 1 [Pipeline] } [2024-07-04T09:30:43.888Z] $ docker stop --time=1 7960e93b27c8f1902325b2df7e3cb26c1f622101307d80cbc7af8b56daf196da [2024-07-04T09:30:45.851Z] $ docker rm -f --volumes 7960e93b27c8f1902325b2df7e3cb26c1f622101307d80cbc7af8b56daf196da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:30:48.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-04T09:30:48.443Z] [2024-07-04T09:30:48.443Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:30:48.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-04T09:30:49.132Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-04T09:30:49.132Z] 8998bd30e6a1: Pulling fs layer [2024-07-04T09:30:49.132Z] 04944245beec: Pulling fs layer [2024-07-04T09:30:49.132Z] 699f458cf7ca: Pulling fs layer [2024-07-04T09:30:49.132Z] 765212b225bb: Pulling fs layer [2024-07-04T09:30:49.132Z] f23df028b6ca: Pulling fs layer [2024-07-04T09:30:49.132Z] d65c8cfc05b1: Pulling fs layer [2024-07-04T09:30:49.132Z] 2437ff75d9bd: Pulling fs layer [2024-07-04T09:30:49.132Z] 765212b225bb: Waiting [2024-07-04T09:30:49.132Z] d65c8cfc05b1: Waiting [2024-07-04T09:30:49.132Z] 2437ff75d9bd: Waiting [2024-07-04T09:30:49.132Z] f23df028b6ca: Waiting [2024-07-04T09:30:49.132Z] 04944245beec: Verifying Checksum [2024-07-04T09:30:49.132Z] 04944245beec: Download complete [2024-07-04T09:30:49.132Z] 765212b225bb: Verifying Checksum [2024-07-04T09:30:49.132Z] 765212b225bb: Download complete [2024-07-04T09:30:49.132Z] f23df028b6ca: Verifying Checksum [2024-07-04T09:30:49.132Z] f23df028b6ca: Download complete [2024-07-04T09:30:49.398Z] d65c8cfc05b1: Verifying Checksum [2024-07-04T09:30:49.398Z] d65c8cfc05b1: Download complete [2024-07-04T09:30:49.398Z] 699f458cf7ca: Verifying Checksum [2024-07-04T09:30:49.398Z] 699f458cf7ca: Download complete [2024-07-04T09:30:49.979Z] 8998bd30e6a1: Verifying Checksum [2024-07-04T09:30:49.979Z] 8998bd30e6a1: Download complete [2024-07-04T09:30:51.925Z] 2437ff75d9bd: Verifying Checksum [2024-07-04T09:30:51.925Z] 2437ff75d9bd: Download complete [2024-07-04T09:30:54.503Z] 8998bd30e6a1: Pull complete [2024-07-04T09:30:54.772Z] 04944245beec: Pull complete [2024-07-04T09:30:56.714Z] 699f458cf7ca: Pull complete [2024-07-04T09:30:56.714Z] 765212b225bb: Pull complete [2024-07-04T09:30:57.298Z] f23df028b6ca: Pull complete [2024-07-04T09:30:57.564Z] d65c8cfc05b1: Pull complete [2024-07-04T09:31:15.853Z] 2437ff75d9bd: Pull complete [2024-07-04T09:31:15.853Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-04T09:31:15.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-04T09:31:15.853Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T09:31:16.247Z] prd-ubuntu20.04-docker-arm64-4c-16g-5005 does not seem to be running inside a container [2024-07-04T09:31:16.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-04T09:31:18.825Z] $ docker top 639cca30661c3a5997fbc60453f60a3ae9010309f7074c89bb06ee48f3525489 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:31:19.841Z] ---> job-cost.sh [2024-07-04T09:31:19.841Z] lf-activate-venv: SKIPPING [2024-07-04T09:31:19.841Z] INFO: No Stack... [2024-07-04T09:31:20.421Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-04T09:31:21.375Z] INFO: Archiving Costs [Pipeline] sh [2024-07-04T09:31:22.048Z] + + cut -d,cat /w/workspace/edgex-go/1/archives/cost.csv -f6 [2024-07-04T09:31:22.048Z] [Pipeline] lock [2024-07-04T09:31:22.131Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4817-1-stack-cost] [2024-07-04T09:31:22.142Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4817-1-stack-cost] did not exist. Created. [2024-07-04T09:31:22.149Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4817-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-04T09:31:22.918Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-04T09:31:23.497Z] Stashed 1 file(s) [Pipeline] } [2024-07-04T09:31:23.525Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4817-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-04T09:31:23.629Z] $ docker stop --time=1 639cca30661c3a5997fbc60453f60a3ae9010309f7074c89bb06ee48f3525489 [2024-07-04T09:31:25.128Z] $ docker rm -f --volumes 639cca30661c3a5997fbc60453f60a3ae9010309f7074c89bb06ee48f3525489 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-04T09:31:26.022Z] Failed in branch arm64 [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 [2024-07-04T09:31:28.536Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:31:28.883Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:31:29.796Z] ---> package-listing.sh [2024-07-04T09:31:29.796Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-04T09:31:29.796Z] ++ facter osfamily [2024-07-04T09:31:30.056Z] + OS_FAMILY=debian [2024-07-04T09:31:30.056Z] + workspace=/w/workspace/edgex-go/1 [2024-07-04T09:31:30.056Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-04T09:31:30.056Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-04T09:31:30.056Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-04T09:31:30.056Z] + PACKAGES=/tmp/packages_start.txt [2024-07-04T09:31:30.056Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-04T09:31:30.056Z] + PACKAGES=/tmp/packages_end.txt [2024-07-04T09:31:30.056Z] + case "${OS_FAMILY}" in [2024-07-04T09:31:30.056Z] + dpkg -l [2024-07-04T09:31:30.056Z] + grep '^ii' [2024-07-04T09:31:30.056Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-04T09:31:30.056Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-04T09:31:30.056Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-04T09:31:30.056Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-04T09:31:30.056Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-07-04T09:31:30.056Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-07-04T09:31:30.099Z] 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 [2024-07-04T09:31:30.396Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:31:31.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-04T09:31:31.041Z] [2024-07-04T09:31:31.041Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-04T09:31:31.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-04T09:31:31.523Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-04T09:31:31.523Z] 5eb5b503b376: Pulling fs layer [2024-07-04T09:31:31.523Z] 5c69ac0246d0: Pulling fs layer [2024-07-04T09:31:31.523Z] ec43610c2a17: Pulling fs layer [2024-07-04T09:31:31.523Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-04T09:31:31.523Z] 33b1e0a273af: Pulling fs layer [2024-07-04T09:31:31.523Z] 5d3b04190fa2: Pulling fs layer [2024-07-04T09:31:31.523Z] 2f39f015ded8: Pulling fs layer [2024-07-04T09:31:31.523Z] 5d3b04190fa2: Waiting [2024-07-04T09:31:31.523Z] 33b1e0a273af: Waiting [2024-07-04T09:31:31.523Z] 3a2ae6a8a46f: Waiting [2024-07-04T09:31:31.523Z] 2f39f015ded8: Waiting [2024-07-04T09:31:31.780Z] 5c69ac0246d0: Verifying Checksum [2024-07-04T09:31:31.780Z] 5c69ac0246d0: Download complete [2024-07-04T09:31:31.780Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-04T09:31:31.780Z] 3a2ae6a8a46f: Download complete [2024-07-04T09:31:31.780Z] ec43610c2a17: Verifying Checksum [2024-07-04T09:31:31.780Z] ec43610c2a17: Download complete [2024-07-04T09:31:31.780Z] 33b1e0a273af: Verifying Checksum [2024-07-04T09:31:31.780Z] 33b1e0a273af: Download complete [2024-07-04T09:31:31.780Z] 5d3b04190fa2: Verifying Checksum [2024-07-04T09:31:31.780Z] 5d3b04190fa2: Download complete [2024-07-04T09:31:32.038Z] 5eb5b503b376: Verifying Checksum [2024-07-04T09:31:32.038Z] 5eb5b503b376: Download complete [2024-07-04T09:31:32.603Z] 2f39f015ded8: Download complete [2024-07-04T09:31:33.168Z] 5eb5b503b376: Pull complete [2024-07-04T09:31:33.427Z] 5c69ac0246d0: Pull complete [2024-07-04T09:31:33.991Z] ec43610c2a17: Pull complete [2024-07-04T09:31:33.991Z] 3a2ae6a8a46f: Pull complete [2024-07-04T09:31:34.249Z] 33b1e0a273af: Pull complete [2024-07-04T09:31:34.249Z] 5d3b04190fa2: Pull complete [2024-07-04T09:31:38.435Z] 2f39f015ded8: Pull complete [2024-07-04T09:31:38.435Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-04T09:31:38.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-04T09:31:38.435Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-04T09:31:38.693Z] prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container [2024-07-04T09:31:38.716Z] $ 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 [2024-07-04T09:31:47.211Z] $ docker top 1730d60caf570605b2c71d8ecb77f1f4bc44b0b7f8b4a2a29d54473631a0aa53 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-04T09:31:47.643Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-04T09:31:47.978Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-04T09:31:48.298Z] + ls /var/log/sa-host [2024-07-04T09:31:48.298Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-04T09:31:48.548Z] provisioning config files... [2024-07-04T09:31:48.557Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2330823169389841153tmp [Pipeline] { [Pipeline] echo [2024-07-04T09:31:48.632Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:31:48.954Z] ---> create-netrc.sh [Pipeline] } [2024-07-04T09:31:48.990Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:31:49.409Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-04T09:31:49.454Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:31:49.791Z] ---> sudo-logs.sh [2024-07-04T09:31:49.792Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-04T09:31:49.886Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:31:50.211Z] ---> job-cost.sh [2024-07-04T09:31:50.211Z] lf-activate-venv: SKIPPING [2024-07-04T09:31:50.211Z] DEBUG: total: 0.10999999940395355 [2024-07-04T09:31:50.211Z] INFO: Retrieving Stack Cost... [2024-07-04T09:31:50.471Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-04T09:31:50.731Z] INFO: Archiving Costs [Pipeline] echo [2024-07-04T09:31:50.776Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-04T09:31:51.104Z] ---> logs-deploy.sh [2024-07-04T09:31:51.105Z] lf-activate-venv: SKIPPING [2024-07-04T09:31:51.105Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4817/1 [2024-07-04T09:31:51.105Z] INFO: archiving workspace using pattern(s): [2024-07-04T09:31:52.043Z] Archives upload complete. [2024-07-04T09:31:52.043Z] INFO: archiving logs to Nexus