Pull request #4674 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 2bac5d16a43a6729031be1bb569bb56c5aedbab0 rather than 45fb286d584edd759d66b4935ed1bf7011e6f15e Obtained Jenkinsfile from 2bac5d16a43a6729031be1bb569bb56c5aedbab0 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-ssh14528150445012914650.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh9819888464309603135.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4674/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-4674/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17177926282235032072.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-4674/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4035027483212096926.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh4075288187882041606.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-4674/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-4674/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh835027324506610582.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5535 in /w/workspace/edgexfoundry_edgex-go_PR-4674 [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 2bac5d16a43a6729031be1bb569bb56c5aedbab0 into PR head commit 45fb286d584edd759d66b4935ed1bf7011e6f15e Merge succeeded, producing 45fb286d584edd759d66b4935ed1bf7011e6f15e Checking out Revision 45fb286d584edd759d66b4935ed1bf7011e6f15e (PR-4674) > 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/4674/head:refs/remotes/origin/PR-4674 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45fb286d584edd759d66b4935ed1bf7011e6f15e # 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 2bac5d16a43a6729031be1bb569bb56c5aedbab0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45fb286d584edd759d66b4935ed1bf7011e6f15e # timeout=10 Commit message: "feat!: Allow name field escape configurable" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-07T07:48:24.109Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-07T07:48:24.294Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-07T07:48:24.418Z] ========================================================= [2023-09-07T07:48:24.418Z] EdgeX Global Pipelines Version Info [2023-09-07T07:48:24.418Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:48:25.194Z] ------------------- [2023-09-07T07:48:25.194Z] stable info: [2023-09-07T07:48:25.194Z] ------------------- [2023-09-07T07:48:25.194Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-07T07:48:25.194Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-07T07:48:25.194Z] Message: update stable to v1.0.253 [2023-09-07T07:48:25.763Z] ------------------- [2023-09-07T07:48:25.763Z] experimental info: [2023-09-07T07:48:25.763Z] ------------------- [2023-09-07T07:48:25.763Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-07T07:48:25.763Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-07T07:48:25.763Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-07T07:48:26.073Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-09-07T07:48:26.108Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-09-07T07:48:26.150Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-07T07:48:26.185Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-07T07:48:26.222Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-07T07:48:26.257Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-09-07T07:48:26.297Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-07T07:48:26.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-09-07T07:48:26.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-09-07T07:48:26.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-09-07T07:48:26.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-07T07:48:26.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-07T07:48:26.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-07T07:48:26.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-07T07:48:26.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-07T07:48:26.639Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-07T07:48:26.676Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-07T07:48:26.713Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-07T07:48:26.753Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-09-07T07:48:26.792Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-09-07T07:48:26.827Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-07T07:48:26.865Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-07T07:48:26.906Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-07T07:48:26.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4674 [Pipeline] echo [2023-09-07T07:48:26.981Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4674 [Pipeline] echo [2023-09-07T07:48:27.014Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4674 [Pipeline] echo [2023-09-07T07:48:27.051Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45fb286d584edd759d66b4935ed1bf7011e6f15e [Pipeline] echo [2023-09-07T07:48:27.090Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45fb286 [Pipeline] echo [2023-09-07T07:48:27.131Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-07T07:48:27.233Z] provisioning config files... [2023-09-07T07:48:27.247Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13742473257006677843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:48:27.579Z] ---> docker-login.sh [2023-09-07T07:48:27.579Z] nexus3.edgexfoundry.org:10001 [2023-09-07T07:48:27.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:48:27.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:48:27.844Z] Configure a credential helper to remove this warning. See [2023-09-07T07:48:27.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:48:27.844Z] [2023-09-07T07:48:27.844Z] Login Succeeded [2023-09-07T07:48:27.844Z] nexus3.edgexfoundry.org:10002 [2023-09-07T07:48:27.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:48:28.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:48:28.105Z] Configure a credential helper to remove this warning. See [2023-09-07T07:48:28.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:48:28.105Z] [2023-09-07T07:48:28.105Z] Login Succeeded [2023-09-07T07:48:28.105Z] nexus3.edgexfoundry.org:10003 [2023-09-07T07:48:28.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:48:28.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:48:28.105Z] Configure a credential helper to remove this warning. See [2023-09-07T07:48:28.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:48:28.105Z] [2023-09-07T07:48:28.105Z] Login Succeeded [2023-09-07T07:48:28.105Z] nexus3.edgexfoundry.org:10004 [2023-09-07T07:48:28.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:48:28.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:48:28.366Z] Configure a credential helper to remove this warning. See [2023-09-07T07:48:28.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:48:28.366Z] [2023-09-07T07:48:28.366Z] Login Succeeded [2023-09-07T07:48:28.366Z] docker.io [2023-09-07T07:48:28.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:48:28.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:48:28.624Z] Configure a credential helper to remove this warning. See [2023-09-07T07:48:28.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:48:28.624Z] [2023-09-07T07:48:28.624Z] Login Succeeded [2023-09-07T07:48:28.624Z] ---> docker-login.sh ends [Pipeline] } [2023-09-07T07:48:28.653Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-07T07:48:29.123Z] + 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 [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + dirname cmd/core-command/Dockerfile [2023-09-07T07:48:29.123Z] + echo core-command,cmd/core-command/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-09-07T07:48:29.123Z] + + dirname cmd/core-data/Dockerfile [2023-09-07T07:48:29.123Z] cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo core-data,cmd/core-data/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/core-metadata/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/security-spire-agent/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/security-spire-config/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/security-spire-server/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/support-notifications/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-09-07T07:48:29.123Z] + dirname cmd/support-scheduler/Dockerfile [2023-09-07T07:48:29.123Z] + cut -d/ -f2 [2023-09-07T07:48:29.123Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-09-07T07:48:29.188Z] 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 [2023-09-07T07:48:29.702Z] + git rev-list -1 --merges 45fb286d584edd759d66b4935ed1bf7011e6f15e~1..45fb286d584edd759d66b4935ed1bf7011e6f15e [Pipeline] echo [2023-09-07T07:48:29.737Z] -----------> git rev-list -1 --merges 45fb286d584edd759d66b4935ed1bf7011e6f15e~1..45fb286d584edd759d66b4935ed1bf7011e6f15e 45fb286d584edd759d66b4935ed1bf7011e6f15e [false] [Pipeline] sh [2023-09-07T07:48:30.048Z] + git log --format=format:%s -1 45fb286d584edd759d66b4935ed1bf7011e6f15e [Pipeline] echo [2023-09-07T07:48:30.082Z] ========================================================= [2023-09-07T07:48:30.082Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-07T07:48:30.082Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-09-07T07:48:30.601Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-07T07:48:30.601Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-07T07:48:30.601Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-07T07:48:30.601Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-07T07:48:30.601Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-07T07:48:30.601Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-07T07:48:30.601Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:48:31.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-07T07:48:31.116Z] [2023-09-07T07:48:31.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:48:31.486Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-07T07:48:31.486Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-07T07:48:31.486Z] b85a868b505f: Pulling fs layer [2023-09-07T07:48:31.486Z] e2be974225ed: Pulling fs layer [2023-09-07T07:48:31.486Z] 339a4e72a1f5: Pulling fs layer [2023-09-07T07:48:31.486Z] 988bab9f4d93: Pulling fs layer [2023-09-07T07:48:31.486Z] 1469e6f7b9e6: Pulling fs layer [2023-09-07T07:48:31.486Z] eaf3925da568: Pulling fs layer [2023-09-07T07:48:31.486Z] bab4dde63d76: Pulling fs layer [2023-09-07T07:48:31.486Z] bde34c3a00c8: Pulling fs layer [2023-09-07T07:48:31.486Z] b352a97aabf1: Pulling fs layer [2023-09-07T07:48:31.486Z] 4872d77fe225: Pulling fs layer [2023-09-07T07:48:31.486Z] 5851b861e8e6: Pulling fs layer [2023-09-07T07:48:31.486Z] 1469e6f7b9e6: Waiting [2023-09-07T07:48:31.486Z] bde34c3a00c8: Waiting [2023-09-07T07:48:31.486Z] b352a97aabf1: Waiting [2023-09-07T07:48:31.486Z] 4872d77fe225: Waiting [2023-09-07T07:48:31.486Z] bab4dde63d76: Waiting [2023-09-07T07:48:31.486Z] e2be974225ed: Verifying Checksum [2023-09-07T07:48:31.486Z] e2be974225ed: Download complete [2023-09-07T07:48:31.486Z] 988bab9f4d93: Download complete [2023-09-07T07:48:31.749Z] 1469e6f7b9e6: Verifying Checksum [2023-09-07T07:48:31.749Z] 1469e6f7b9e6: Download complete [2023-09-07T07:48:31.749Z] 339a4e72a1f5: Verifying Checksum [2023-09-07T07:48:31.749Z] 339a4e72a1f5: Download complete [2023-09-07T07:48:31.749Z] eaf3925da568: Download complete [2023-09-07T07:48:31.749Z] bde34c3a00c8: Verifying Checksum [2023-09-07T07:48:31.749Z] bde34c3a00c8: Download complete [2023-09-07T07:48:31.749Z] b352a97aabf1: Verifying Checksum [2023-09-07T07:48:31.749Z] b352a97aabf1: Download complete [2023-09-07T07:48:31.749Z] 4872d77fe225: Verifying Checksum [2023-09-07T07:48:31.749Z] 4872d77fe225: Download complete [2023-09-07T07:48:31.749Z] 5851b861e8e6: Download complete [2023-09-07T07:48:31.749Z] b85a868b505f: Download complete [2023-09-07T07:48:32.008Z] bab4dde63d76: Verifying Checksum [2023-09-07T07:48:32.008Z] bab4dde63d76: Download complete [2023-09-07T07:48:32.958Z] b85a868b505f: Pull complete [2023-09-07T07:48:33.223Z] e2be974225ed: Pull complete [2023-09-07T07:48:33.791Z] 339a4e72a1f5: Pull complete [2023-09-07T07:48:33.791Z] 988bab9f4d93: Pull complete [2023-09-07T07:48:34.058Z] 1469e6f7b9e6: Pull complete [2023-09-07T07:48:34.058Z] eaf3925da568: Pull complete [2023-09-07T07:48:35.964Z] bab4dde63d76: Pull complete [2023-09-07T07:48:35.964Z] bde34c3a00c8: Pull complete [2023-09-07T07:48:36.225Z] b352a97aabf1: Pull complete [2023-09-07T07:48:36.225Z] 4872d77fe225: Pull complete [2023-09-07T07:48:36.225Z] 5851b861e8e6: Pull complete [2023-09-07T07:48:36.225Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-07T07:48:36.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-07T07:48:36.225Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-07T07:48:36.457Z] prd-ubuntu20.04-docker-8c-8g-5535 does not seem to be running inside a container [2023-09-07T07:48:36.492Z] $ 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 [2023-09-07T07:48:38.829Z] $ docker top 002e415a6c3b42c983ff46a547b4a93aa65838d61e004a2d4ff534e9b573563d -eo pid,comm [2023-09-07T07:48:38.879Z] 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). [2023-09-07T07:48:38.879Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-07T07:48:39.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-07T07:48:39.002Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-07T07:48:39.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-07T07:48:39.123Z] $ docker exec 002e415a6c3b42c983ff46a547b4a93aa65838d61e004a2d4ff534e9b573563d ssh-agent [2023-09-07T07:48:39.222Z] SSH_AUTH_SOCK=/tmp/ssh-gRkbJewunqlD/agent.33 [2023-09-07T07:48:39.222Z] SSH_AGENT_PID=39 [2023-09-07T07:48:39.228Z] Running ssh-add (command line suppressed) [2023-09-07T07:48:39.330Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7075189901881529401.key (/w/workspace/edgex-go/1@tmp/private_key_7075189901881529401.key) [2023-09-07T07:48:39.340Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-07T07:48:39.666Z] + git tag --points-at HEAD [Pipeline] } [2023-09-07T07:48:39.694Z] $ docker exec --env ******** --env ******** 002e415a6c3b42c983ff46a547b4a93aa65838d61e004a2d4ff534e9b573563d ssh-agent -k [2023-09-07T07:48:39.794Z] unset SSH_AUTH_SOCK; [2023-09-07T07:48:39.795Z] unset SSH_AGENT_PID; [2023-09-07T07:48:39.795Z] echo Agent pid 39 killed; [2023-09-07T07:48:39.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-07T07:48:39.880Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-07T07:48:39.880Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-07T07:48:39.997Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-07T07:48:40.003Z] $ docker exec 002e415a6c3b42c983ff46a547b4a93aa65838d61e004a2d4ff534e9b573563d ssh-agent [2023-09-07T07:48:40.098Z] SSH_AUTH_SOCK=/tmp/ssh-eulrwmOeko6n/agent.71 [2023-09-07T07:48:40.098Z] SSH_AGENT_PID=77 [2023-09-07T07:48:40.102Z] Running ssh-add (command line suppressed) [2023-09-07T07:48:40.203Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3463745161409870544.key (/w/workspace/edgex-go/1@tmp/private_key_3463745161409870544.key) [2023-09-07T07:48:40.213Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-07T07:48:40.540Z] + git semver init [2023-09-07T07:48:40.800Z] 2023-09-07 07:48:40,705 [run_init] DEBUG init version:0.0.0 force:False [2023-09-07T07:48:40.800Z] 2023-09-07 07:48:40,706 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-09-07T07:48:40.800Z] 2023-09-07 07:48:40,707 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-09-07T07:48:40.800Z] 2023-09-07 07:48:40,707 [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) [2023-09-07T07:48:46.079Z] 2023-09-07 07:48:45,396 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-09-07T07:48:46.079Z] 2023-09-07 07:48:45,397 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4674 with force:False [2023-09-07T07:48:46.079Z] 2023-09-07 07:48:45,397 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4674 [2023-09-07T07:48:46.079Z] 2023-09-07 07:48:45,400 [execute] INFO git cat-file --batch-check [2023-09-07T07:48:46.079Z] 2023-09-07 07:48:45,400 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-07T07:48:46.079Z] 2023-09-07 07:48:45,406 [execute] INFO git cat-file --batch [2023-09-07T07:48:46.079Z] 2023-09-07 07:48:45,407 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-07T07:48:46.079Z] 2023-09-07 07:48:45,413 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4674 [2023-09-07T07:48:46.079Z] 0.0.0 [Pipeline] } [2023-09-07T07:48:46.109Z] $ docker exec --env ******** --env ******** 002e415a6c3b42c983ff46a547b4a93aa65838d61e004a2d4ff534e9b573563d ssh-agent -k [2023-09-07T07:48:46.218Z] unset SSH_AUTH_SOCK; [2023-09-07T07:48:46.218Z] unset SSH_AGENT_PID; [2023-09-07T07:48:46.218Z] echo Agent pid 77 killed; [2023-09-07T07:48:46.227Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-07T07:48:46.701Z] + git semver [Pipeline] } [2023-09-07T07:48:46.985Z] $ docker stop --time=1 002e415a6c3b42c983ff46a547b4a93aa65838d61e004a2d4ff534e9b573563d [2023-09-07T07:48:48.280Z] $ docker rm -f --volumes 002e415a6c3b42c983ff46a547b4a93aa65838d61e004a2d4ff534e9b573563d [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-07T07:48:48.677Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-07T07:48:48.947Z] Stashed 1 file(s) [Pipeline] echo [2023-09-07T07:48:48.965Z] [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 [2023-09-07T07:48:49.747Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-07T07:48:49.786Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-07T07:48:49.821Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-07T07:48:49.850Z] ========================================================= [2023-09-07T07:48:49.850Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-09-07T07:48:49.850Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-07T07:48:50.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-07T07:48:50.188Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-07T07:48:50.188Z] 4db1b89c0bd1: Pulling fs layer [2023-09-07T07:48:50.188Z] 6911f1a30b25: Pulling fs layer [2023-09-07T07:48:50.188Z] e194b8c5c2a9: Pulling fs layer [2023-09-07T07:48:50.188Z] 6863d3e3a2b1: Pulling fs layer [2023-09-07T07:48:50.188Z] ec0bb842ea78: Pulling fs layer [2023-09-07T07:48:50.188Z] 40a00589a448: Pulling fs layer [2023-09-07T07:48:50.188Z] 6c08303d61cc: Pulling fs layer [2023-09-07T07:48:50.188Z] 798269fcf238: Pulling fs layer [2023-09-07T07:48:50.188Z] 40a00589a448: Waiting [2023-09-07T07:48:50.188Z] 6c08303d61cc: Waiting [2023-09-07T07:48:50.188Z] ec0bb842ea78: Waiting [2023-09-07T07:48:50.188Z] 6863d3e3a2b1: Waiting [2023-09-07T07:48:50.188Z] 6911f1a30b25: Verifying Checksum [2023-09-07T07:48:50.188Z] 6911f1a30b25: Download complete [2023-09-07T07:48:50.188Z] 6863d3e3a2b1: Download complete [2023-09-07T07:48:50.188Z] ec0bb842ea78: Verifying Checksum [2023-09-07T07:48:50.188Z] ec0bb842ea78: Download complete [2023-09-07T07:48:50.188Z] 4db1b89c0bd1: Verifying Checksum [2023-09-07T07:48:50.188Z] 4db1b89c0bd1: Download complete [2023-09-07T07:48:50.188Z] 40a00589a448: Verifying Checksum [2023-09-07T07:48:50.188Z] 40a00589a448: Download complete [2023-09-07T07:48:50.451Z] 4db1b89c0bd1: Pull complete [2023-09-07T07:48:50.451Z] 6911f1a30b25: Pull complete [2023-09-07T07:48:50.710Z] 798269fcf238: Verifying Checksum [2023-09-07T07:48:50.710Z] 798269fcf238: Download complete [2023-09-07T07:48:50.970Z] e194b8c5c2a9: Verifying Checksum [2023-09-07T07:48:50.970Z] e194b8c5c2a9: Download complete [2023-09-07T07:48:50.970Z] 6c08303d61cc: Verifying Checksum [2023-09-07T07:48:50.970Z] 6c08303d61cc: Download complete [2023-09-07T07:48:55.158Z] e194b8c5c2a9: Pull complete [2023-09-07T07:48:55.158Z] 6863d3e3a2b1: Pull complete [2023-09-07T07:48:55.158Z] ec0bb842ea78: Pull complete [2023-09-07T07:48:55.158Z] 40a00589a448: Pull complete [2023-09-07T07:48:57.059Z] 6c08303d61cc: Pull complete [2023-09-07T07:48:57.993Z] 798269fcf238: Pull complete [2023-09-07T07:48:58.253Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-09-07T07:48:58.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-07T07:48:58.253Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-07T07:48:58.608Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-07T07:48:58.608Z] WORKDIR /edgex [2023-09-07T07:48:58.608Z] COPY go.mod . [2023-09-07T07:48:58.608Z] RUN go mod download [2023-09-07T07:48:58.608Z] + docker build -t ci-base-image-x86_64 -f - . [2023-09-07T07:48:59.180Z] Sending build context to Docker daemon 170.9MB [2023-09-07T07:48:59.180Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-07T07:48:59.180Z] ---> ec979cd7f677 [2023-09-07T07:48:59.180Z] Step 2/4 : WORKDIR /edgex [2023-09-07T07:49:03.370Z] ---> Running in 979300c0af5d [2023-09-07T07:49:03.370Z] Removing intermediate container 979300c0af5d [2023-09-07T07:49:03.370Z] ---> 0d6f3c141abf [2023-09-07T07:49:03.370Z] Step 3/4 : COPY go.mod . [2023-09-07T07:49:03.370Z] ---> 245d27d0cd55 [2023-09-07T07:49:03.370Z] Step 4/4 : RUN go mod download [2023-09-07T07:49:03.370Z] ---> Running in 38e0e9ac4735 [2023-09-07T07:49:04.276Z] Still waiting to schedule task [2023-09-07T07:49:04.276Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-09-07T07:49:21.463Z] Removing intermediate container 38e0e9ac4735 [2023-09-07T07:49:21.463Z] ---> aa5da9a3ced0 [2023-09-07T07:49:21.463Z] Successfully built aa5da9a3ced0 [2023-09-07T07:49:21.463Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:49:21.834Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-07T07:49:21.834Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-07T07:49:21.989Z] prd-ubuntu20.04-docker-8c-8g-5535 does not seem to be running inside a container [2023-09-07T07:49:22.020Z] $ 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 [2023-09-07T07:49:22.455Z] $ docker top 43ecff026c757cdd805e002f8059e25b936e7bf0424751cc486375595adc146a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-07T07:49:22.845Z] + go version [2023-09-07T07:49:22.845Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-09-07T07:49:22.877Z] $ docker stop --time=1 43ecff026c757cdd805e002f8059e25b936e7bf0424751cc486375595adc146a [2023-09-07T07:49:24.127Z] $ docker rm -f --volumes 43ecff026c757cdd805e002f8059e25b936e7bf0424751cc486375595adc146a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:49:24.823Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-07T07:49:24.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-07T07:49:24.973Z] prd-ubuntu20.04-docker-8c-8g-5535 does not seem to be running inside a container [2023-09-07T07:49:25.003Z] $ 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 [2023-09-07T07:49:25.343Z] $ docker top ff367bdea7e685cb260ba7e155a55cecda161ff3ae1eaad26ec7d52c2a41abf1 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-07T07:49:25.457Z] ========================================================= [2023-09-07T07:49:25.457Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-07T07:49:25.457Z] ========================================================= [Pipeline] sh [2023-09-07T07:49:25.750Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-07T07:49:26.106Z] + make test [2023-09-07T07:49:26.106Z] go test -race -coverprofile=coverage.out ./... [2023-09-07T07:49:34.233Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-07T07:49:46.444Z] # github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging [2023-09-07T07:49:46.444Z] internal/core/command/controller/messaging/external.go:159:32: undefined: common.NewPathBuilder [2023-09-07T07:49:46.444Z] internal/core/command/controller/messaging/external.go:159:86: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:49:46.444Z] internal/core/command/controller/messaging/external.go:161:39: undefined: common.NewPathBuilder [2023-09-07T07:49:46.444Z] internal/core/command/controller/messaging/external.go:161:93: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:49:46.444Z] internal/core/command/controller/messaging/internal.go:156:31: undefined: common.NewPathBuilder [2023-09-07T07:49:46.444Z] internal/core/command/controller/messaging/internal.go:156:85: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:49:46.444Z] internal/core/command/controller/messaging/internal.go:158:38: undefined: common.NewPathBuilder [2023-09-07T07:49:46.444Z] internal/core/command/controller/messaging/internal.go:158:92: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:49:46.444Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-07T07:49:46.444Z] # github.com/edgexfoundry/edgex-go/internal/core/data/application [2023-09-07T07:49:46.444Z] internal/core/data/application/event.go:85:25: undefined: common.NewPathBuilder [2023-09-07T07:49:46.444Z] internal/core/data/application/event.go:85:86: configuration.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:49:46.444Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/application [2023-09-07T07:49:46.444Z] internal/core/metadata/application/notify.go:45:25: undefined: common.NewPathBuilder [2023-09-07T07:49:46.444Z] internal/core/metadata/application/notify.go:45:86: configuration.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:49:46.444Z] internal/core/metadata/application/notify.go:47:32: undefined: common.NewPathBuilder [2023-09-07T07:49:46.444Z] internal/core/metadata/application/notify.go:47:93: configuration.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:49:46.444Z] internal/core/metadata/application/notify.go:136:29: undefined: common.NewPathBuilder [2023-09-07T07:49:46.444Z] internal/core/metadata/application/notify.go:136:83: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:49:46.444Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-07T07:49:47.011Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-07T07:49:47.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-07T07:49:47.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-07T07:49:47.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-07T07:49:47.271Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-07T07:49:47.838Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-07T07:49:48.096Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-07T07:49:48.096Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-07T07:49:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-07T07:49:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-07T07:49:49.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements [2023-09-07T07:49:50.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-07T07:49:50.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-07T07:49:50.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-07T07:49:50.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-07T07:49:50.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-07T07:49:50.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-07T07:49:50.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-07T07:49:50.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-07T07:49:50.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-07T07:49:50.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.074s coverage: 97.0% of statements [2023-09-07T07:49:50.412Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging [build failed] [2023-09-07T07:49:50.412Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/application [build failed] [2023-09-07T07:49:50.412Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/controller/http [build failed] [2023-09-07T07:49:50.412Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/application [build failed] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-07T07:49:50.670Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http [build failed] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-07T07:49:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-07T07:49:50.929Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements [2023-09-07T07:49:52.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-07T07:49:52.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-07T07:49:52.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.9% of statements [2023-09-07T07:49:52.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 32.2% of statements [2023-09-07T07:49:52.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 42.9% of statements [2023-09-07T07:49:52.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 82.9% of statements [2023-09-07T07:49:52.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements [2023-09-07T07:49:52.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2023-09-07T07:49:53.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2023-09-07T07:49:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-07T07:49:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-07T07:49:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-07T07:49:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-07T07:49:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-07T07:49:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-07T07:49:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-07T07:49:54.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-07T07:49:55.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-07T07:49:55.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-07T07:49:55.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-07T07:49:55.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-07T07:49:56.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-07T07:49:56.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-07T07:49:56.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-07T07:49:57.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-07T07:49:57.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-07T07:49:59.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-07T07:49:59.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-07T07:50:00.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-07T07:50:00.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-07T07:50:00.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-07T07:50:02.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-07T07:50:02.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-07T07:50:02.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-07T07:50:02.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-07T07:50:02.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-07T07:50:02.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-07T07:50:02.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-07T07:50:04.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-07T07:50:04.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-07T07:50:04.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-07T07:50:04.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-07T07:50:04.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements [2023-09-07T07:50:05.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-07T07:50:05.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-07T07:50:05.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-07T07:50:05.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-07T07:50:06.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-07T07:50:06.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-07T07:50:07.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-07T07:50:07.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.296s coverage: 79.9% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.068s coverage: 92.9% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.065s coverage: 62.3% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 81.8% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 82.1% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.1% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.184s coverage: 38.4% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.074s coverage: 17.7% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.116s coverage: 95.7% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 61.8% of statements [2023-09-07T07:50:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 98.9% of statements [2023-09-07T07:50:19.481Z] FAIL [2023-09-07T07:50:19.481Z] make: *** [Makefile:148: unittest] Error 1 [Pipeline] } [2023-09-07T07:50:19.520Z] $ docker stop --time=1 ff367bdea7e685cb260ba7e155a55cecda161ff3ae1eaad26ec7d52c2a41abf1 [2023-09-07T07:50:21.074Z] $ docker rm -f --volumes ff367bdea7e685cb260ba7e155a55cecda161ff3ae1eaad26ec7d52c2a41abf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-07T07:50:22.115Z] Failed in branch amd64 [2023-09-07T07:50:37.494Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5536 in /w/workspace/edgexfoundry_edgex-go_PR-4674 [Pipeline] { [Pipeline] ws [2023-09-07T07:50:37.549Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-09-07T07:50:37.628Z] The recommended git tool is: git [2023-09-07T07:50:43.608Z] using credential edgex-jenkins-ssh [2023-09-07T07:50:43.625Z] Cloning the remote Git repository [2023-09-07T07:50:43.681Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-09-07T07:50:43.797Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-09-07T07:50:43.978Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-07T07:50:43.980Z] > git --version # timeout=10 [2023-09-07T07:50:44.006Z] > git --version # 'git version 2.25.1' [2023-09-07T07:50:44.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-07T07:50:44.192Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-07T07:51:04.019Z] Merging remotes/origin/main commit 2bac5d16a43a6729031be1bb569bb56c5aedbab0 into PR head commit 45fb286d584edd759d66b4935ed1bf7011e6f15e [2023-09-07T07:51:02.344Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-07T07:51:02.366Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-07T07:51:03.221Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-07T07:51:03.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-07T07:51:03.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-07T07:51:03.282Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4674/head:refs/remotes/origin/PR-4674 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-07T07:51:04.043Z] > git config core.sparsecheckout # timeout=10 [2023-09-07T07:51:04.463Z] Merge succeeded, producing 45fb286d584edd759d66b4935ed1bf7011e6f15e [2023-09-07T07:51:04.463Z] Checking out Revision 45fb286d584edd759d66b4935ed1bf7011e6f15e (PR-4674) [2023-09-07T07:51:04.119Z] > git checkout -f 45fb286d584edd759d66b4935ed1bf7011e6f15e # timeout=10 [2023-09-07T07:51:04.345Z] > git remote # timeout=10 [2023-09-07T07:51:04.365Z] > git config --get remote.origin.url # timeout=10 [2023-09-07T07:51:04.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-07T07:51:04.404Z] > git merge 2bac5d16a43a6729031be1bb569bb56c5aedbab0 # timeout=10 [2023-09-07T07:51:04.432Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-07T07:51:04.474Z] > git config core.sparsecheckout # timeout=10 [2023-09-07T07:51:04.489Z] > git checkout -f 45fb286d584edd759d66b4935ed1bf7011e6f15e # timeout=10 [2023-09-07T07:51:08.198Z] Commit message: "feat!: Allow name field escape configurable" [2023-09-07T07:51:08.247Z] > git --version # timeout=10 [2023-09-07T07:51:08.258Z] > git --version # 'git version 2.25.1' [2023-09-07T07:51:08.270Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-07T07:51:09.398Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-07T07:51:09.398Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-07T07:51:09.398Z] Dload Upload Total Spent Left Speed [2023-09-07T07:51:09.398Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh [2023-09-07T07:51:10.118Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-07T07:51:10.466Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-07T07:51:10.466Z] + sudo tee /etc/docker/daemon.new [2023-09-07T07:51:10.466Z] { [2023-09-07T07:51:10.466Z] "registry-mirrors": [ [2023-09-07T07:51:10.466Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-07T07:51:10.466Z] ], [2023-09-07T07:51:10.466Z] "bip": "10.250.0.254/24", [2023-09-07T07:51:10.466Z] "hosts": [ [2023-09-07T07:51:10.466Z] "tcp://0.0.0.0:5555", [2023-09-07T07:51:10.466Z] "unix:///var/run/docker.sock" [2023-09-07T07:51:10.466Z] ], [2023-09-07T07:51:10.466Z] "mtu": 1458, [2023-09-07T07:51:10.466Z] "selinux-enabled": true, [2023-09-07T07:51:10.466Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-07T07:51:10.466Z] } [Pipeline] sh [2023-09-07T07:51:10.814Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-07T07:51:11.166Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-07T07:51:29.652Z] provisioning config files... [2023-09-07T07:51:29.677Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11800976281314377200tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:51:30.064Z] ---> docker-login.sh [2023-09-07T07:51:30.064Z] nexus3.edgexfoundry.org:10001 [2023-09-07T07:51:30.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:51:30.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:51:30.613Z] Configure a credential helper to remove this warning. See [2023-09-07T07:51:30.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:51:30.613Z] [2023-09-07T07:51:30.613Z] Login Succeeded [2023-09-07T07:51:30.613Z] nexus3.edgexfoundry.org:10002 [2023-09-07T07:51:30.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:51:31.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:51:31.155Z] Configure a credential helper to remove this warning. See [2023-09-07T07:51:31.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:51:31.155Z] [2023-09-07T07:51:31.155Z] Login Succeeded [2023-09-07T07:51:31.155Z] nexus3.edgexfoundry.org:10003 [2023-09-07T07:51:31.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:51:31.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:51:31.424Z] Configure a credential helper to remove this warning. See [2023-09-07T07:51:31.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:51:31.424Z] [2023-09-07T07:51:31.424Z] Login Succeeded [2023-09-07T07:51:31.424Z] nexus3.edgexfoundry.org:10004 [2023-09-07T07:51:31.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:51:31.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:51:31.696Z] Configure a credential helper to remove this warning. See [2023-09-07T07:51:31.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:51:31.696Z] [2023-09-07T07:51:31.696Z] Login Succeeded [2023-09-07T07:51:31.696Z] docker.io [2023-09-07T07:51:31.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-07T07:51:32.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-07T07:51:32.239Z] Configure a credential helper to remove this warning. See [2023-09-07T07:51:32.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-07T07:51:32.239Z] [2023-09-07T07:51:32.239Z] Login Succeeded [2023-09-07T07:51:32.239Z] ---> docker-login.sh ends [Pipeline] } [2023-09-07T07:51:32.270Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-09-07T07:51:32.928Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-07T07:51:32.963Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-07T07:51:33.001Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-07T07:51:33.043Z] ========================================================= [2023-09-07T07:51:33.043Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-09-07T07:51:33.043Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-07T07:51:33.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-07T07:51:33.413Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-07T07:51:33.413Z] edb6bdbacee9: Pulling fs layer [2023-09-07T07:51:33.413Z] 5f9638ab2659: Pulling fs layer [2023-09-07T07:51:33.413Z] 8d51d6327a98: Pulling fs layer [2023-09-07T07:51:33.413Z] 8b374f2dd631: Pulling fs layer [2023-09-07T07:51:33.413Z] ec14aa9079de: Pulling fs layer [2023-09-07T07:51:33.413Z] 2f466654f4bb: Pulling fs layer [2023-09-07T07:51:33.413Z] 554e91adad29: Pulling fs layer [2023-09-07T07:51:33.413Z] ec14aa9079de: Waiting [2023-09-07T07:51:33.413Z] 554e91adad29: Waiting [2023-09-07T07:51:33.413Z] 2f466654f4bb: Waiting [2023-09-07T07:51:33.413Z] 8b374f2dd631: Waiting [2023-09-07T07:51:33.682Z] 5f9638ab2659: Verifying Checksum [2023-09-07T07:51:33.682Z] 5f9638ab2659: Download complete [2023-09-07T07:51:33.682Z] 8b374f2dd631: Verifying Checksum [2023-09-07T07:51:33.682Z] 8b374f2dd631: Download complete [2023-09-07T07:51:33.682Z] ec14aa9079de: Verifying Checksum [2023-09-07T07:51:33.682Z] ec14aa9079de: Download complete [2023-09-07T07:51:33.682Z] edb6bdbacee9: Verifying Checksum [2023-09-07T07:51:34.666Z] edb6bdbacee9: Pull complete [2023-09-07T07:51:34.936Z] 554e91adad29: Verifying Checksum [2023-09-07T07:51:34.936Z] 554e91adad29: Download complete [2023-09-07T07:51:35.210Z] 5f9638ab2659: Pull complete [2023-09-07T07:51:36.184Z] 8d51d6327a98: Verifying Checksum [2023-09-07T07:51:36.184Z] 8d51d6327a98: Download complete [2023-09-07T07:51:36.184Z] 2f466654f4bb: Verifying Checksum [2023-09-07T07:51:46.409Z] 8d51d6327a98: Pull complete [2023-09-07T07:51:46.409Z] 8b374f2dd631: Pull complete [2023-09-07T07:51:47.008Z] ec14aa9079de: Pull complete [2023-09-07T07:51:55.273Z] 2f466654f4bb: Pull complete [2023-09-07T07:51:57.236Z] 554e91adad29: Pull complete [2023-09-07T07:51:57.236Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-09-07T07:51:57.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-07T07:51:57.236Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-07T07:51:57.653Z] + docker build -t ci-base-image-arm64 -f - . [2023-09-07T07:51:57.653Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-07T07:51:57.653Z] WORKDIR /edgex [2023-09-07T07:51:57.653Z] COPY go.mod . [2023-09-07T07:51:57.653Z] RUN go mod download [2023-09-07T07:51:58.244Z] Sending build context to Docker daemon 2.967MB [2023-09-07T07:51:58.244Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-07T07:51:58.244Z] ---> 1e15ea492957 [2023-09-07T07:51:58.244Z] Step 2/4 : WORKDIR /edgex [2023-09-07T07:52:00.208Z] ---> Running in ba4a3fbd6873 [2023-09-07T07:52:00.476Z] Removing intermediate container ba4a3fbd6873 [2023-09-07T07:52:00.476Z] ---> 3f8e503ea6a6 [2023-09-07T07:52:00.477Z] Step 3/4 : COPY go.mod . [2023-09-07T07:52:01.061Z] ---> 3ee2e8977582 [2023-09-07T07:52:01.061Z] Step 4/4 : RUN go mod download [2023-09-07T07:52:01.061Z] ---> Running in 72304e2300ba [2023-09-07T07:52:47.945Z] Removing intermediate container 72304e2300ba [2023-09-07T07:52:47.945Z] ---> a755879ba0ed [2023-09-07T07:52:47.945Z] Successfully built a755879ba0ed [2023-09-07T07:52:47.945Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:52:48.351Z] + docker inspect -f . ci-base-image-arm64 [2023-09-07T07:52:48.351Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-07T07:52:48.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-5536 does not seem to be running inside a container [2023-09-07T07:52:48.690Z] $ 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 [2023-09-07T07:52:49.939Z] $ docker top cfb6dbd343ff8735a87d141bb5ae1987bcdfbd3d83f707e28114bb6da7bb3a37 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-07T07:52:50.829Z] + go version [2023-09-07T07:52:50.830Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-09-07T07:52:50.870Z] $ docker stop --time=1 cfb6dbd343ff8735a87d141bb5ae1987bcdfbd3d83f707e28114bb6da7bb3a37 [2023-09-07T07:52:54.317Z] $ docker rm -f --volumes cfb6dbd343ff8735a87d141bb5ae1987bcdfbd3d83f707e28114bb6da7bb3a37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:52:55.191Z] + docker inspect -f . ci-base-image-arm64 [2023-09-07T07:52:55.191Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-07T07:52:55.461Z] prd-ubuntu20.04-docker-arm64-4c-16g-5536 does not seem to be running inside a container [2023-09-07T07:52:55.529Z] $ 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 [2023-09-07T07:52:56.773Z] $ docker top 46f70400bc5c4937871c020dab481447ed87ccd43d240b8712ea146a93a8924d -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-07T07:52:57.042Z] ========================================================= [2023-09-07T07:52:57.042Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-07T07:52:57.042Z] ========================================================= [Pipeline] sh [2023-09-07T07:52:57.686Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-07T07:52:58.396Z] + make test [2023-09-07T07:52:58.396Z] go test -race -coverprofile=coverage.out ./... [2023-09-07T07:53:45.433Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-07T07:56:07.196Z] # github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging [2023-09-07T07:56:07.196Z] internal/core/command/controller/messaging/external.go:159:32: undefined: common.NewPathBuilder [2023-09-07T07:56:07.196Z] internal/core/command/controller/messaging/external.go:159:86: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:56:07.196Z] internal/core/command/controller/messaging/external.go:161:39: undefined: common.NewPathBuilder [2023-09-07T07:56:07.196Z] internal/core/command/controller/messaging/external.go:161:93: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:56:07.196Z] internal/core/command/controller/messaging/internal.go:156:31: undefined: common.NewPathBuilder [2023-09-07T07:56:07.196Z] internal/core/command/controller/messaging/internal.go:156:85: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:56:07.196Z] internal/core/command/controller/messaging/internal.go:158:38: undefined: common.NewPathBuilder [2023-09-07T07:56:07.196Z] internal/core/command/controller/messaging/internal.go:158:92: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:56:07.196Z] # github.com/edgexfoundry/edgex-go/internal/core/data/application [2023-09-07T07:56:07.196Z] internal/core/data/application/event.go:85:25: undefined: common.NewPathBuilder [2023-09-07T07:56:07.197Z] internal/core/data/application/event.go:85:86: configuration.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:56:07.197Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/application [2023-09-07T07:56:07.197Z] internal/core/metadata/application/notify.go:45:25: undefined: common.NewPathBuilder [2023-09-07T07:56:07.197Z] internal/core/metadata/application/notify.go:45:86: configuration.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:56:07.197Z] internal/core/metadata/application/notify.go:47:32: undefined: common.NewPathBuilder [2023-09-07T07:56:07.197Z] internal/core/metadata/application/notify.go:47:93: configuration.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:56:07.197Z] internal/core/metadata/application/notify.go:136:29: undefined: common.NewPathBuilder [2023-09-07T07:56:07.197Z] internal/core/metadata/application/notify.go:136:83: config.Service.EnableNameFieldEscape undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".ServiceInfo has no field or method EnableNameFieldEscape) [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-07T07:56:07.197Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-07T07:56:13.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-07T07:56:13.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-07T07:56:13.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.263s coverage: 28.7% of statements [2023-09-07T07:56:26.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.302s coverage: 97.0% of statements [2023-09-07T07:56:26.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-07T07:56:26.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-07T07:56:26.162Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging [build failed] [2023-09-07T07:56:26.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-07T07:56:26.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-07T07:56:26.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-07T07:56:26.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-07T07:56:26.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-07T07:56:26.430Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/application [build failed] [2023-09-07T07:56:26.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-07T07:56:26.430Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/controller/http [build failed] [2023-09-07T07:56:26.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-07T07:56:26.430Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/application [build failed] [2023-09-07T07:56:28.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-07T07:56:28.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-07T07:56:28.374Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http [build failed] [2023-09-07T07:56:28.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-07T07:56:28.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-07T07:56:28.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-07T07:56:28.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-07T07:56:28.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-07T07:56:28.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-07T07:56:28.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-07T07:56:28.960Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-07T07:56:29.228Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.260s coverage: 72.2% of statements [2023-09-07T07:56:41.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-07T07:56:41.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-07T07:56:41.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.451s coverage: 0.9% of statements [2023-09-07T07:56:41.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.310s coverage: 32.2% of statements [2023-09-07T07:56:45.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.286s coverage: 42.9% of statements [2023-09-07T07:56:45.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.277s coverage: 82.9% of statements [2023-09-07T07:56:45.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.246s coverage: 94.1% of statements [2023-09-07T07:56:45.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.325s coverage: 96.3% of statements [2023-09-07T07:56:49.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements [2023-09-07T07:56:51.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-07T07:56:52.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-07T07:56:52.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-07T07:56:52.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-07T07:56:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-07T07:56:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-07T07:56:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-07T07:56:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-07T07:57:01.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.229s coverage: 94.4% of statements [2023-09-07T07:57:01.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-07T07:57:01.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-07T07:57:01.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-07T07:57:01.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-07T07:57:09.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-07T07:57:09.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-07T07:57:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-07T07:57:15.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.027s coverage: 79.9% of statements [2023-09-07T07:57:15.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.254s coverage: 92.9% of statements [2023-09-07T07:57:15.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.096s coverage: 64.4% of statements [2023-09-07T07:57:15.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.209s coverage: 62.3% of statements [2023-09-07T07:57:15.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.202s coverage: 87.2% of statements [2023-09-07T07:57:15.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.175s coverage: 20.0% of statements [2023-09-07T07:57:15.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements [2023-09-07T07:57:15.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.474s coverage: 81.8% of statements [2023-09-07T07:57:16.267Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-07T07:57:16.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.492s coverage: 82.1% of statements [2023-09-07T07:57:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-07T07:57:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 86.0% of statements [2023-09-07T07:57:23.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-07T07:57:23.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-07T07:57:23.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.032s coverage: 63.1% of statements [2023-09-07T07:57:23.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.258s coverage: 100.0% of statements [2023-09-07T07:57:24.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.129s coverage: 89.4% of statements [2023-09-07T07:57:24.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements [2023-09-07T07:57:24.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements [2023-09-07T07:57:25.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-07T07:57:25.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-07T07:57:25.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-07T07:57:25.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2023-09-07T07:57:33.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-07T07:57:33.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-07T07:57:33.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-07T07:57:33.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.054s coverage: 38.4% of statements [2023-09-07T07:57:33.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.268s coverage: 89.5% of statements [2023-09-07T07:57:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-07T07:57:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-07T07:57:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-07T07:57:38.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-07T07:57:38.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.256s coverage: 84.8% of statements [2023-09-07T07:57:44.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-07T07:57:44.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-07T07:57:44.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-07T07:57:44.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-07T07:57:50.831Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.283s coverage: 17.7% of statements [2023-09-07T07:57:50.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-07T07:57:50.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-07T07:57:50.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-07T07:57:50.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-07T07:57:51.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.574s coverage: 95.7% of statements [2023-09-07T07:57:54.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-07T07:57:54.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-07T07:57:55.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.279s coverage: 61.8% of statements [2023-09-07T07:57:57.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-07T07:57:57.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-07T07:57:57.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.380s coverage: 98.9% of statements [2023-09-07T07:57:57.843Z] FAIL [2023-09-07T07:57:58.799Z] make: *** [Makefile:148: unittest] Error 1 [Pipeline] } [2023-09-07T07:57:58.850Z] $ docker stop --time=1 46f70400bc5c4937871c020dab481447ed87ccd43d240b8712ea146a93a8924d [2023-09-07T07:58:00.657Z] $ docker rm -f --volumes 46f70400bc5c4937871c020dab481447ed87ccd43d240b8712ea146a93a8924d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:58:02.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-07T07:58:02.476Z] [2023-09-07T07:58:02.476Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:58:02.862Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-07T07:58:03.130Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-07T07:58:03.130Z] 8998bd30e6a1: Pulling fs layer [2023-09-07T07:58:03.130Z] 04944245beec: Pulling fs layer [2023-09-07T07:58:03.130Z] 699f458cf7ca: Pulling fs layer [2023-09-07T07:58:03.130Z] 765212b225bb: Pulling fs layer [2023-09-07T07:58:03.130Z] f23df028b6ca: Pulling fs layer [2023-09-07T07:58:03.130Z] d65c8cfc05b1: Pulling fs layer [2023-09-07T07:58:03.130Z] 2437ff75d9bd: Pulling fs layer [2023-09-07T07:58:03.130Z] 765212b225bb: Waiting [2023-09-07T07:58:03.130Z] d65c8cfc05b1: Waiting [2023-09-07T07:58:03.130Z] f23df028b6ca: Waiting [2023-09-07T07:58:03.130Z] 2437ff75d9bd: Waiting [2023-09-07T07:58:03.130Z] 04944245beec: Verifying Checksum [2023-09-07T07:58:03.130Z] 04944245beec: Download complete [2023-09-07T07:58:03.130Z] 765212b225bb: Verifying Checksum [2023-09-07T07:58:03.130Z] 765212b225bb: Download complete [2023-09-07T07:58:03.130Z] f23df028b6ca: Download complete [2023-09-07T07:58:03.130Z] d65c8cfc05b1: Verifying Checksum [2023-09-07T07:58:03.130Z] d65c8cfc05b1: Download complete [2023-09-07T07:58:03.396Z] 699f458cf7ca: Verifying Checksum [2023-09-07T07:58:03.396Z] 699f458cf7ca: Download complete [2023-09-07T07:58:03.664Z] 8998bd30e6a1: Verifying Checksum [2023-09-07T07:58:03.664Z] 8998bd30e6a1: Download complete [2023-09-07T07:58:06.255Z] 2437ff75d9bd: Verifying Checksum [2023-09-07T07:58:06.255Z] 2437ff75d9bd: Download complete [2023-09-07T07:58:08.201Z] 8998bd30e6a1: Pull complete [2023-09-07T07:58:11.542Z] 04944245beec: Pull complete [2023-09-07T07:58:12.503Z] 699f458cf7ca: Pull complete [2023-09-07T07:58:12.774Z] 765212b225bb: Pull complete [2023-09-07T07:58:13.357Z] f23df028b6ca: Pull complete [2023-09-07T07:58:13.623Z] d65c8cfc05b1: Pull complete [2023-09-07T07:58:28.606Z] 2437ff75d9bd: Pull complete [2023-09-07T07:58:28.606Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-07T07:58:28.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-07T07:58:28.606Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-07T07:58:28.912Z] prd-ubuntu20.04-docker-arm64-4c-16g-5536 does not seem to be running inside a container [2023-09-07T07:58:28.983Z] $ 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 [2023-09-07T07:58:31.745Z] $ docker top b8f76bd230804cd382b57de24e97f43f91541a01fd92ab03d0da1cdbf8fcec2f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:58:32.697Z] ---> job-cost.sh [2023-09-07T07:58:32.697Z] lf-activate-venv: SKIPPING [2023-09-07T07:58:32.697Z] INFO: No Stack... [2023-09-07T07:58:32.964Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-07T07:58:33.927Z] INFO: Archiving Costs [Pipeline] sh [2023-09-07T07:58:34.586Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-09-07T07:58:34.586Z] + cut -d, -f6 [Pipeline] lock [2023-09-07T07:58:34.647Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4674-1-stack-cost] [2023-09-07T07:58:34.651Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4674-1-stack-cost] did not exist. Created. [2023-09-07T07:58:34.651Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4674-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-07T07:58:35.381Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-07T07:58:36.267Z] Stashed 1 file(s) [Pipeline] } [2023-09-07T07:58:36.328Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4674-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-07T07:58:36.416Z] $ docker stop --time=1 b8f76bd230804cd382b57de24e97f43f91541a01fd92ab03d0da1cdbf8fcec2f [2023-09-07T07:58:37.931Z] $ docker rm -f --volumes b8f76bd230804cd382b57de24e97f43f91541a01fd92ab03d0da1cdbf8fcec2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-07T07:58:38.603Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-07T07:58:40.047Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:58:40.378Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:58:41.269Z] ---> package-listing.sh [2023-09-07T07:58:41.269Z] ++ facter osfamily [2023-09-07T07:58:41.269Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-07T07:58:41.527Z] + OS_FAMILY=debian [2023-09-07T07:58:41.527Z] + workspace=/w/workspace/edgex-go/1 [2023-09-07T07:58:41.527Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-07T07:58:41.527Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-07T07:58:41.527Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-07T07:58:41.527Z] + PACKAGES=/tmp/packages_start.txt [2023-09-07T07:58:41.527Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-07T07:58:41.527Z] + PACKAGES=/tmp/packages_end.txt [2023-09-07T07:58:41.527Z] + case "${OS_FAMILY}" in [2023-09-07T07:58:41.527Z] + dpkg -l [2023-09-07T07:58:41.527Z] + grep '^ii' [2023-09-07T07:58:41.527Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-07T07:58:41.527Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-07T07:58:41.527Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-07T07:58:41.527Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-07T07:58:41.527Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-09-07T07:58:41.527Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-09-07T07:58:41.558Z] 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 [2023-09-07T07:58:41.847Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:58:42.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-07T07:58:42.474Z] [2023-09-07T07:58:42.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-07T07:58:42.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-07T07:58:42.838Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-07T07:58:42.838Z] 5eb5b503b376: Pulling fs layer [2023-09-07T07:58:42.838Z] 5c69ac0246d0: Pulling fs layer [2023-09-07T07:58:42.838Z] ec43610c2a17: Pulling fs layer [2023-09-07T07:58:42.838Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-07T07:58:42.838Z] 33b1e0a273af: Pulling fs layer [2023-09-07T07:58:42.838Z] 5d3b04190fa2: Pulling fs layer [2023-09-07T07:58:42.838Z] 2f39f015ded8: Pulling fs layer [2023-09-07T07:58:42.838Z] 3a2ae6a8a46f: Waiting [2023-09-07T07:58:42.838Z] 33b1e0a273af: Waiting [2023-09-07T07:58:42.838Z] 2f39f015ded8: Waiting [2023-09-07T07:58:42.838Z] 5d3b04190fa2: Waiting [2023-09-07T07:58:42.838Z] 5c69ac0246d0: Download complete [2023-09-07T07:58:42.838Z] 3a2ae6a8a46f: Verifying Checksum [2023-09-07T07:58:42.838Z] 3a2ae6a8a46f: Download complete [2023-09-07T07:58:42.838Z] 33b1e0a273af: Verifying Checksum [2023-09-07T07:58:42.838Z] 33b1e0a273af: Download complete [2023-09-07T07:58:42.838Z] 5d3b04190fa2: Verifying Checksum [2023-09-07T07:58:42.838Z] 5d3b04190fa2: Download complete [2023-09-07T07:58:42.838Z] ec43610c2a17: Verifying Checksum [2023-09-07T07:58:42.838Z] ec43610c2a17: Download complete [2023-09-07T07:58:43.097Z] 5eb5b503b376: Verifying Checksum [2023-09-07T07:58:43.097Z] 5eb5b503b376: Download complete [2023-09-07T07:58:43.664Z] 2f39f015ded8: Download complete [2023-09-07T07:58:44.232Z] 5eb5b503b376: Pull complete [2023-09-07T07:58:44.492Z] 5c69ac0246d0: Pull complete [2023-09-07T07:58:44.751Z] ec43610c2a17: Pull complete [2023-09-07T07:58:45.009Z] 3a2ae6a8a46f: Pull complete [2023-09-07T07:58:45.009Z] 33b1e0a273af: Pull complete [2023-09-07T07:58:45.271Z] 5d3b04190fa2: Pull complete [2023-09-07T07:58:49.466Z] 2f39f015ded8: Pull complete [2023-09-07T07:58:49.466Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-07T07:58:49.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-07T07:58:49.466Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-07T07:58:49.677Z] prd-ubuntu20.04-docker-8c-8g-5535 does not seem to be running inside a container [2023-09-07T07:58:49.704Z] $ 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 [2023-09-07T07:58:53.976Z] $ docker top a550c3705479c6fc34b07e23f6c64c99c8d1f64403bfb48f8681704cf04b8f6a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-07T07:58:54.368Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-07T07:58:54.678Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-07T07:58:54.986Z] + ls /var/log/sa-host [2023-09-07T07:58:54.986Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-07T07:58:55.196Z] provisioning config files... [2023-09-07T07:58:55.206Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config16518058101304324890tmp [Pipeline] { [Pipeline] echo [2023-09-07T07:58:55.254Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:58:55.563Z] ---> create-netrc.sh [Pipeline] } [2023-09-07T07:58:55.591Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:58:55.991Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-07T07:58:56.021Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:58:56.335Z] ---> sudo-logs.sh [2023-09-07T07:58:56.335Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-07T07:58:56.405Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:58:56.712Z] ---> job-cost.sh [2023-09-07T07:58:56.712Z] lf-activate-venv: SKIPPING [2023-09-07T07:58:56.712Z] DEBUG: total: 0.10999999940395355 [2023-09-07T07:58:56.712Z] INFO: Retrieving Stack Cost... [2023-09-07T07:58:57.280Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-07T07:58:57.540Z] INFO: Archiving Costs [Pipeline] echo [2023-09-07T07:58:57.579Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-07T07:58:57.887Z] ---> logs-deploy.sh [2023-09-07T07:58:57.887Z] lf-activate-venv: SKIPPING [2023-09-07T07:58:57.887Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4674/1 [2023-09-07T07:58:57.887Z] INFO: archiving workspace using pattern(s): [2023-09-07T07:58:58.820Z] Archives upload complete. [2023-09-07T07:58:58.820Z] INFO: archiving logs to Nexus