Pull request #4142 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 joshua-silverio for edgexfoundry/edgex-go Obtained Jenkinsfile from badc4caf016a9c091e08bc78de5c518c8edd74c0+604c3c956e15c089a048dd431d7ccd4c1ed3c949 (d6c34e9fc8c6f1589f36dacb9f2d5a3f99f8346c) 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-ssh11019231385290642962.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh1803847653484519985.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-4142/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-4142/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7883678174166226612.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-4142/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8686225360825359854.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh407779225253375215.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-4142/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-4142/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5388690439467737825.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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/v2], 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.18 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/v2 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-24339 in /w/workspace/edgexfoundry_edgex-go_PR-4142 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4142/head:refs/remotes/origin/PR-4142 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 604c3c956e15c089a048dd431d7ccd4c1ed3c949 into PR head commit badc4caf016a9c091e08bc78de5c518c8edd74c0 Merge succeeded, producing badc4caf016a9c091e08bc78de5c518c8edd74c0 Checking out Revision badc4caf016a9c091e08bc78de5c518c8edd74c0 (PR-4142) > git config core.sparsecheckout # timeout=10 > git checkout -f badc4caf016a9c091e08bc78de5c518c8edd74c0 # 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 604c3c956e15c089a048dd431d7ccd4c1ed3c949 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f badc4caf016a9c091e08bc78de5c518c8edd74c0 # timeout=10 Commit message: "feat: Add implementation for securing mqtt bus with username password CLOSES: #3934" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-09-01T18:27:40.851Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-09-01T18:27:41.025Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-09-01T18:27:41.133Z] ========================================================= [2022-09-01T18:27:41.133Z] EdgeX Global Pipelines Version Info [2022-09-01T18:27:41.133Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:27:41.923Z] ------------------- [2022-09-01T18:27:41.923Z] stable info: [2022-09-01T18:27:41.923Z] ------------------- [2022-09-01T18:27:41.923Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-09-01T18:27:41.923Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-01T18:27:41.923Z] Message: update stable to v1.0.239 [2022-09-01T18:27:42.497Z] ------------------- [2022-09-01T18:27:42.497Z] experimental info: [2022-09-01T18:27:42.497Z] ------------------- [2022-09-01T18:27:42.497Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-09-01T18:27:42.497Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-01T18:27:42.497Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-09-01T18:27:42.882Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-09-01T18:27:42.926Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-09-01T18:27:42.967Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-09-01T18:27:43.003Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-09-01T18:27:43.043Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-09-01T18:27:43.084Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-09-01T18:27:43.123Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-09-01T18:27:43.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-09-01T18:27:43.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-09-01T18:27:43.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-09-01T18:27:43.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-09-01T18:27:43.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-09-01T18:27:43.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-09-01T18:27:43.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-09-01T18:27:43.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-09-01T18:27:43.509Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-09-01T18:27:43.545Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-09-01T18:27:43.586Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-09-01T18:27:43.625Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-09-01T18:27:43.665Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-09-01T18:27:43.703Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-09-01T18:27:43.740Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-09-01T18:27:43.779Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-09-01T18:27:43.818Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4142 [Pipeline] echo [2022-09-01T18:27:43.863Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4142 [Pipeline] echo [2022-09-01T18:27:43.904Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4142 [Pipeline] echo [2022-09-01T18:27:43.943Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = badc4caf016a9c091e08bc78de5c518c8edd74c0 [Pipeline] echo [2022-09-01T18:27:43.987Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = badc4ca [Pipeline] echo [2022-09-01T18:27:44.025Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-01T18:27:44.133Z] provisioning config files... [2022-09-01T18:27:44.150Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1259086779155369500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:27:44.509Z] ---> docker-login.sh [2022-09-01T18:27:44.509Z] nexus3.edgexfoundry.org:10001 [2022-09-01T18:27:44.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:27:45.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:27:45.037Z] Configure a credential helper to remove this warning. See [2022-09-01T18:27:45.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:27:45.037Z] [2022-09-01T18:27:45.037Z] Login Succeeded [2022-09-01T18:27:45.037Z] nexus3.edgexfoundry.org:10002 [2022-09-01T18:27:45.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:27:45.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:27:45.037Z] Configure a credential helper to remove this warning. See [2022-09-01T18:27:45.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:27:45.037Z] [2022-09-01T18:27:45.037Z] Login Succeeded [2022-09-01T18:27:45.037Z] nexus3.edgexfoundry.org:10003 [2022-09-01T18:27:45.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:27:45.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:27:45.302Z] Configure a credential helper to remove this warning. See [2022-09-01T18:27:45.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:27:45.302Z] [2022-09-01T18:27:45.302Z] Login Succeeded [2022-09-01T18:27:45.302Z] nexus3.edgexfoundry.org:10004 [2022-09-01T18:27:45.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:27:45.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:27:45.302Z] Configure a credential helper to remove this warning. See [2022-09-01T18:27:45.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:27:45.302Z] [2022-09-01T18:27:45.302Z] Login Succeeded [2022-09-01T18:27:45.564Z] docker.io [2022-09-01T18:27:45.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:27:45.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:27:45.825Z] Configure a credential helper to remove this warning. See [2022-09-01T18:27:45.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:27:45.825Z] [2022-09-01T18:27:45.825Z] Login Succeeded [2022-09-01T18:27:45.825Z] ---> docker-login.sh ends [Pipeline] } [2022-09-01T18:27:45.854Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-01T18:27:46.288Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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 cmd/sys-mgmt-agent/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/core-command/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo core-command,cmd/core-command/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/core-data/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo core-data,cmd/core-data/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/core-metadata/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/security-spire-agent/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/security-spire-config/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/security-spire-server/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/support-notifications/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/support-scheduler/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-09-01T18:27:46.288Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-09-01T18:27:46.288Z] + cut -d/ -f2 [2022-09-01T18:27:46.288Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-09-01T18:27:46.346Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/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-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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-09-01T18:27:46.840Z] + git rev-list -1 --merges badc4caf016a9c091e08bc78de5c518c8edd74c0~1..badc4caf016a9c091e08bc78de5c518c8edd74c0 [Pipeline] echo [2022-09-01T18:27:46.870Z] -----------> git rev-list -1 --merges badc4caf016a9c091e08bc78de5c518c8edd74c0~1..badc4caf016a9c091e08bc78de5c518c8edd74c0 badc4caf016a9c091e08bc78de5c518c8edd74c0 [false] [Pipeline] sh [2022-09-01T18:27:47.180Z] + git log --format=format:%s -1 badc4caf016a9c091e08bc78de5c518c8edd74c0 [Pipeline] echo [2022-09-01T18:27:47.212Z] ========================================================= [2022-09-01T18:27:47.212Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-09-01T18:27:47.212Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-09-01T18:27:47.711Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-09-01T18:27:47.711Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-09-01T18:27:47.711Z] + [ -e /tmp/ssh_known_hosts ] [2022-09-01T18:27:47.711Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-09-01T18:27:47.711Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-09-01T18:27:47.711Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-09-01T18:27:47.711Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-01T18:27:48.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-01T18:27:48.221Z] [2022-09-01T18:27:48.221Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-01T18:27:48.598Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-01T18:27:48.599Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-09-01T18:27:48.599Z] b85a868b505f: Pulling fs layer [2022-09-01T18:27:48.599Z] e2be974225ed: Pulling fs layer [2022-09-01T18:27:48.599Z] 339a4e72a1f5: Pulling fs layer [2022-09-01T18:27:48.599Z] 988bab9f4d93: Pulling fs layer [2022-09-01T18:27:48.599Z] 1469e6f7b9e6: Pulling fs layer [2022-09-01T18:27:48.599Z] eaf3925da568: Pulling fs layer [2022-09-01T18:27:48.599Z] bab4dde63d76: Pulling fs layer [2022-09-01T18:27:48.599Z] bde34c3a00c8: Pulling fs layer [2022-09-01T18:27:48.599Z] 1469e6f7b9e6: Waiting [2022-09-01T18:27:48.599Z] 988bab9f4d93: Waiting [2022-09-01T18:27:48.599Z] eaf3925da568: Waiting [2022-09-01T18:27:48.599Z] bab4dde63d76: Waiting [2022-09-01T18:27:48.599Z] b352a97aabf1: Pulling fs layer [2022-09-01T18:27:48.599Z] 4872d77fe225: Pulling fs layer [2022-09-01T18:27:48.599Z] bde34c3a00c8: Waiting [2022-09-01T18:27:48.599Z] b352a97aabf1: Waiting [2022-09-01T18:27:48.599Z] 4872d77fe225: Waiting [2022-09-01T18:27:48.599Z] 5851b861e8e6: Pulling fs layer [2022-09-01T18:27:48.599Z] 5851b861e8e6: Waiting [2022-09-01T18:27:48.599Z] e2be974225ed: Verifying Checksum [2022-09-01T18:27:48.599Z] e2be974225ed: Download complete [2022-09-01T18:27:48.599Z] 988bab9f4d93: Verifying Checksum [2022-09-01T18:27:48.599Z] 988bab9f4d93: Download complete [2022-09-01T18:27:48.858Z] 339a4e72a1f5: Verifying Checksum [2022-09-01T18:27:48.858Z] 339a4e72a1f5: Download complete [2022-09-01T18:27:48.858Z] 1469e6f7b9e6: Verifying Checksum [2022-09-01T18:27:48.858Z] 1469e6f7b9e6: Download complete [2022-09-01T18:27:48.858Z] eaf3925da568: Download complete [2022-09-01T18:27:48.858Z] bde34c3a00c8: Verifying Checksum [2022-09-01T18:27:48.858Z] bde34c3a00c8: Download complete [2022-09-01T18:27:48.858Z] b352a97aabf1: Verifying Checksum [2022-09-01T18:27:48.858Z] b352a97aabf1: Download complete [2022-09-01T18:27:48.858Z] 4872d77fe225: Verifying Checksum [2022-09-01T18:27:48.858Z] 4872d77fe225: Download complete [2022-09-01T18:27:48.858Z] 5851b861e8e6: Download complete [2022-09-01T18:27:48.858Z] b85a868b505f: Verifying Checksum [2022-09-01T18:27:48.858Z] b85a868b505f: Download complete [2022-09-01T18:27:49.118Z] bab4dde63d76: Verifying Checksum [2022-09-01T18:27:49.118Z] bab4dde63d76: Download complete [2022-09-01T18:27:50.499Z] b85a868b505f: Pull complete [2022-09-01T18:27:50.499Z] e2be974225ed: Pull complete [2022-09-01T18:27:51.073Z] 339a4e72a1f5: Pull complete [2022-09-01T18:27:51.073Z] 988bab9f4d93: Pull complete [2022-09-01T18:27:51.333Z] 1469e6f7b9e6: Pull complete [2022-09-01T18:27:51.333Z] eaf3925da568: Pull complete [2022-09-01T18:27:53.246Z] bab4dde63d76: Pull complete [2022-09-01T18:27:53.514Z] bde34c3a00c8: Pull complete [2022-09-01T18:27:53.514Z] b352a97aabf1: Pull complete [2022-09-01T18:27:53.778Z] 4872d77fe225: Pull complete [2022-09-01T18:27:53.778Z] 5851b861e8e6: Pull complete [2022-09-01T18:27:53.778Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-09-01T18:27:53.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-01T18:27:53.778Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-01T18:27:54.011Z] prd-ubuntu20.04-docker-8c-8g-24339 does not seem to be running inside a container [2022-09-01T18:27:54.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-09-01T18:27:56.047Z] $ docker top 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb -eo pid,comm [2022-09-01T18:27:56.111Z] 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). [2022-09-01T18:27:56.111Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-09-01T18:27:56.227Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-01T18:27:56.227Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-01T18:27:56.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-01T18:27:56.350Z] $ docker exec 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb ssh-agent [2022-09-01T18:27:56.492Z] SSH_AUTH_SOCK=/tmp/ssh-vu2rSjxWrM6l/agent.34 [2022-09-01T18:27:56.492Z] SSH_AGENT_PID=41 [2022-09-01T18:27:56.499Z] Running ssh-add (command line suppressed) [2022-09-01T18:27:56.603Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7145491797758071122.key (/w/workspace/edgex-go/1@tmp/private_key_7145491797758071122.key) [2022-09-01T18:27:56.618Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-01T18:27:56.951Z] + git tag --points-at HEAD [Pipeline] } [2022-09-01T18:27:56.983Z] $ docker exec --env ******** --env ******** 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb ssh-agent -k [2022-09-01T18:27:57.111Z] unset SSH_AUTH_SOCK; [2022-09-01T18:27:57.112Z] unset SSH_AGENT_PID; [2022-09-01T18:27:57.112Z] echo Agent pid 41 killed; [2022-09-01T18:27:57.124Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-09-01T18:27:57.210Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-01T18:27:57.210Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-01T18:27:57.332Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-01T18:27:57.335Z] $ docker exec 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb ssh-agent [2022-09-01T18:27:57.471Z] SSH_AUTH_SOCK=/tmp/ssh-ALfXVWd4GViq/agent.74 [2022-09-01T18:27:57.471Z] SSH_AGENT_PID=81 [2022-09-01T18:27:57.476Z] Running ssh-add (command line suppressed) [2022-09-01T18:27:57.591Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9119323917917134152.key (/w/workspace/edgex-go/1@tmp/private_key_9119323917917134152.key) [2022-09-01T18:27:57.606Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-01T18:27:57.944Z] + git semver init [2022-09-01T18:27:58.206Z] 2022-09-01 18:27:58,137 [run_init] DEBUG init version:0.0.0 force:False [2022-09-01T18:27:58.206Z] 2022-09-01 18:27:58,137 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-09-01T18:27:58.206Z] 2022-09-01 18:27:58,138 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-09-01T18:27:58.206Z] 2022-09-01 18:27:58,138 [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) [2022-09-01T18:28:03.502Z] 2022-09-01 18:28:02,455 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-09-01T18:28:03.502Z] 2022-09-01 18:28:02,455 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4142 with force:False [2022-09-01T18:28:03.502Z] 2022-09-01 18:28:02,455 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4142 [2022-09-01T18:28:03.502Z] 2022-09-01 18:28:02,458 [execute] INFO git cat-file --batch-check [2022-09-01T18:28:03.502Z] 2022-09-01 18:28:02,459 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-09-01T18:28:03.502Z] 2022-09-01 18:28:02,465 [execute] INFO git cat-file --batch [2022-09-01T18:28:03.502Z] 2022-09-01 18:28:02,466 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-09-01T18:28:03.502Z] 2022-09-01 18:28:02,471 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4142 [2022-09-01T18:28:03.502Z] 0.0.0 [Pipeline] } [2022-09-01T18:28:03.530Z] $ docker exec --env ******** --env ******** 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb ssh-agent -k [2022-09-01T18:28:03.654Z] unset SSH_AUTH_SOCK; [2022-09-01T18:28:03.654Z] unset SSH_AGENT_PID; [2022-09-01T18:28:03.654Z] echo Agent pid 81 killed; [2022-09-01T18:28:03.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-01T18:28:04.087Z] + git semver [Pipeline] } [2022-09-01T18:28:04.374Z] $ docker stop --time=1 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb [2022-09-01T18:28:05.673Z] $ docker rm -f 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-01T18:28:06.101Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-09-01T18:28:06.408Z] Stashed 1 file(s) [Pipeline] echo [2022-09-01T18:28:06.425Z] [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 [2022-09-01T18:28:07.193Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-09-01T18:28:07.228Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-01T18:28:07.266Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-01T18:28:07.298Z] ========================================================= [2022-09-01T18:28:07.298Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-09-01T18:28:07.298Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-09-01T18:28:07.639Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-01T18:28:07.639Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-09-01T18:28:07.639Z] 2408cc74d12b: Pulling fs layer [2022-09-01T18:28:07.639Z] ea60b727a1ce: Pulling fs layer [2022-09-01T18:28:07.639Z] 30c4a7721957: Pulling fs layer [2022-09-01T18:28:07.639Z] 370296b7ddb6: Pulling fs layer [2022-09-01T18:28:07.639Z] 7c6cee850709: Pulling fs layer [2022-09-01T18:28:07.639Z] 39a5fcdaea64: Pulling fs layer [2022-09-01T18:28:07.639Z] 370296b7ddb6: Waiting [2022-09-01T18:28:07.639Z] 7c6cee850709: Waiting [2022-09-01T18:28:07.639Z] d94ebbe4e438: Pulling fs layer [2022-09-01T18:28:07.639Z] bcfd1f05c69d: Pulling fs layer [2022-09-01T18:28:07.639Z] 59ccb84bbe0f: Pulling fs layer [2022-09-01T18:28:07.639Z] 39a5fcdaea64: Waiting [2022-09-01T18:28:07.639Z] bcfd1f05c69d: Waiting [2022-09-01T18:28:07.639Z] 30c4a7721957: Verifying Checksum [2022-09-01T18:28:07.639Z] 30c4a7721957: Download complete [2022-09-01T18:28:07.639Z] ea60b727a1ce: Download complete [2022-09-01T18:28:07.639Z] 7c6cee850709: Verifying Checksum [2022-09-01T18:28:07.639Z] 7c6cee850709: Download complete [2022-09-01T18:28:07.639Z] 39a5fcdaea64: Verifying Checksum [2022-09-01T18:28:07.639Z] 39a5fcdaea64: Download complete [2022-09-01T18:28:07.639Z] 2408cc74d12b: Verifying Checksum [2022-09-01T18:28:07.639Z] 2408cc74d12b: Download complete [2022-09-01T18:28:07.639Z] d94ebbe4e438: Verifying Checksum [2022-09-01T18:28:07.639Z] d94ebbe4e438: Download complete [2022-09-01T18:28:07.903Z] 2408cc74d12b: Pull complete [2022-09-01T18:28:07.903Z] ea60b727a1ce: Pull complete [2022-09-01T18:28:08.178Z] 30c4a7721957: Pull complete [2022-09-01T18:28:08.178Z] 59ccb84bbe0f: Verifying Checksum [2022-09-01T18:28:08.178Z] 59ccb84bbe0f: Download complete [2022-09-01T18:28:08.442Z] bcfd1f05c69d: Verifying Checksum [2022-09-01T18:28:08.442Z] bcfd1f05c69d: Download complete [2022-09-01T18:28:08.442Z] 370296b7ddb6: Verifying Checksum [2022-09-01T18:28:08.442Z] 370296b7ddb6: Download complete [2022-09-01T18:28:12.649Z] 370296b7ddb6: Pull complete [2022-09-01T18:28:12.649Z] 7c6cee850709: Pull complete [2022-09-01T18:28:12.910Z] 39a5fcdaea64: Pull complete [2022-09-01T18:28:12.910Z] d94ebbe4e438: Pull complete [2022-09-01T18:28:15.455Z] bcfd1f05c69d: Pull complete [2022-09-01T18:28:16.026Z] 59ccb84bbe0f: Pull complete [2022-09-01T18:28:16.026Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-09-01T18:28:16.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-01T18:28:16.026Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-09-01T18:28:16.400Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-01T18:28:16.400Z] WORKDIR /edgex [2022-09-01T18:28:16.400Z] COPY go.mod . [2022-09-01T18:28:16.400Z] RUN go mod downloaddocker [2022-09-01T18:28:16.400Z] build -t ci-base-image-x86_64 -f - . [2022-09-01T18:28:16.973Z] Sending build context to Docker daemon 169.4MB [2022-09-01T18:28:16.973Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-01T18:28:16.973Z] ---> a4fb48ad2a94 [2022-09-01T18:28:16.973Z] Step 2/4 : WORKDIR /edgex [2022-09-01T18:28:21.191Z] ---> Running in 22f114d0ec91 [2022-09-01T18:28:21.191Z] Removing intermediate container 22f114d0ec91 [2022-09-01T18:28:21.191Z] ---> 1b80a1a0b213 [2022-09-01T18:28:21.191Z] Step 3/4 : COPY go.mod . [2022-09-01T18:28:21.191Z] ---> 2978a531fcf1 [2022-09-01T18:28:21.191Z] Step 4/4 : RUN go mod download [2022-09-01T18:28:21.191Z] ---> Running in d6337de43aae [2022-09-01T18:28:21.740Z] Still waiting to schedule task [2022-09-01T18:28:21.741Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-09-01T18:28:36.093Z] Removing intermediate container d6337de43aae [2022-09-01T18:28:36.093Z] ---> 353b7e1db816 [2022-09-01T18:28:36.093Z] Successfully built 353b7e1db816 [2022-09-01T18:28:36.093Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-01T18:28:36.466Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-01T18:28:36.466Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-01T18:28:36.634Z] prd-ubuntu20.04-docker-8c-8g-24339 does not seem to be running inside a container [2022-09-01T18:28:36.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-01T18:28:37.131Z] $ docker top 8168ef142739b65bfc7e69fe823dc52f8e642893a5bc21872fcb090407a44741 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-01T18:28:37.550Z] + go version [2022-09-01T18:28:37.550Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-09-01T18:28:37.588Z] $ docker stop --time=1 8168ef142739b65bfc7e69fe823dc52f8e642893a5bc21872fcb090407a44741 [2022-09-01T18:28:38.897Z] $ docker rm -f 8168ef142739b65bfc7e69fe823dc52f8e642893a5bc21872fcb090407a44741 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-01T18:28:39.630Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-01T18:28:39.630Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-01T18:28:39.788Z] prd-ubuntu20.04-docker-8c-8g-24339 does not seem to be running inside a container [2022-09-01T18:28:39.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-01T18:28:40.185Z] $ docker top 371579efc1563670595dbe0a9afeb1dc244786d973dac691a1b5bdd3d7ee8d1f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-09-01T18:28:40.324Z] ========================================================= [2022-09-01T18:28:40.324Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-09-01T18:28:40.324Z] ========================================================= [Pipeline] sh [2022-09-01T18:28:40.635Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-09-01T18:28:40.995Z] + make test [2022-09-01T18:28:40.995Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-09-01T18:28:47.573Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-09-01T18:29:02.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-09-01T18:29:02.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.089s coverage: 98.5% of statements [2022-09-01T18:29:02.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-09-01T18:29:03.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.095s coverage: 54.2% of statements [2022-09-01T18:29:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-09-01T18:29:03.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.871s coverage: 89.2% of statements [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 2.1% of statements [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.075s coverage: 72.2% of statements [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.092s coverage: 60.0% of statements [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.082s coverage: 0.9% of statements [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.105s coverage: 29.6% of statements [2022-09-01T18:29:07.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2022-09-01T18:29:07.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements [2022-09-01T18:29:12.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.104s coverage: 94.4% of statements [2022-09-01T18:29:12.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2022-09-01T18:29:17.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.190s coverage: 80.8% of statements [2022-09-01T18:29:17.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/container [no test files] [2022-09-01T18:29:25.963Z] --- FAIL: TestHandler_SetupPasswordFile (0.00s) [2022-09-01T18:29:25.963Z] --- FAIL: TestHandler_SetupPasswordFile/SetupPasswordFile_ok (0.00s) [2022-09-01T18:29:25.963Z] handlers_test.go:277: Handler.GetCredentials() = false, want true [2022-09-01T18:29:25.963Z] FAIL [2022-09-01T18:29:25.963Z] coverage: 88.2% of statements [2022-09-01T18:29:25.963Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/handlers 3.064s [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 58.8% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.2% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 64.7% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 65.8% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 41.4% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 63.2% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.060s coverage: 28.9% of statements [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-09-01T18:29:25.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2022-09-01T18:29:25.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-09-01T18:29:25.963Z] FAIL [2022-09-01T18:29:25.963Z] make: *** [Makefile:152: unittest] Error 1 [Pipeline] } [2022-09-01T18:29:26.008Z] $ docker stop --time=1 371579efc1563670595dbe0a9afeb1dc244786d973dac691a1b5bdd3d7ee8d1f [2022-09-01T18:29:28.271Z] $ docker rm -f 371579efc1563670595dbe0a9afeb1dc244786d973dac691a1b5bdd3d7ee8d1f [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] } [2022-09-01T18:29:29.195Z] Failed in branch amd64 [2022-09-01T18:29:59.407Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24340 in /w/workspace/edgexfoundry_edgex-go_PR-4142 [Pipeline] { [Pipeline] ws [2022-09-01T18:29:59.448Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-09-01T18:29:59.527Z] The recommended git tool is: git [2022-09-01T18:30:06.617Z] using credential edgex-jenkins-ssh [2022-09-01T18:30:06.637Z] Cloning the remote Git repository [2022-09-01T18:30:06.715Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-09-01T18:30:06.791Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-09-01T18:30:06.900Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-09-01T18:30:06.901Z] > git --version # timeout=10 [2022-09-01T18:30:06.927Z] > git --version # 'git version 2.25.1' [2022-09-01T18:30:06.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-01T18:30:07.040Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-01T18:30:22.990Z] Merging remotes/origin/main commit 604c3c956e15c089a048dd431d7ccd4c1ed3c949 into PR head commit badc4caf016a9c091e08bc78de5c518c8edd74c0 [2022-09-01T18:30:23.361Z] Merge succeeded, producing badc4caf016a9c091e08bc78de5c518c8edd74c0 [2022-09-01T18:30:23.361Z] Checking out Revision badc4caf016a9c091e08bc78de5c518c8edd74c0 (PR-4142) [2022-09-01T18:30:22.124Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-09-01T18:30:22.146Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-01T18:30:22.178Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-09-01T18:30:22.229Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-09-01T18:30:22.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-01T18:30:22.243Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4142/head:refs/remotes/origin/PR-4142 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-09-01T18:30:23.012Z] > git config core.sparsecheckout # timeout=10 [2022-09-01T18:30:23.026Z] > git checkout -f badc4caf016a9c091e08bc78de5c518c8edd74c0 # timeout=10 [2022-09-01T18:30:23.270Z] > git remote # timeout=10 [2022-09-01T18:30:23.291Z] > git config --get remote.origin.url # timeout=10 [2022-09-01T18:30:23.308Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-01T18:30:23.320Z] > git merge 604c3c956e15c089a048dd431d7ccd4c1ed3c949 # timeout=10 [2022-09-01T18:30:23.345Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-09-01T18:30:23.370Z] > git config core.sparsecheckout # timeout=10 [2022-09-01T18:30:23.385Z] > git checkout -f badc4caf016a9c091e08bc78de5c518c8edd74c0 # timeout=10 [2022-09-01T18:30:27.665Z] Commit message: "feat: Add implementation for securing mqtt bus with username password CLOSES: #3934" [2022-09-01T18:30:27.729Z] > git --version # timeout=10 [2022-09-01T18:30:27.741Z] > git --version # 'git version 2.25.1' [2022-09-01T18:30:27.753Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-01T18:30:28.893Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-09-01T18:30:28.893Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-01T18:30:28.893Z] Dload Upload Total Spent Left Speed [2022-09-01T18:30:28.893Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 78762 0 --:--:-- --:--:-- --:--:-- 78762 [Pipeline] sh [2022-09-01T18:30:29.699Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-09-01T18:30:30.064Z] + sudo tee /etc/docker/daemon.new [2022-09-01T18:30:30.064Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-09-01T18:30:30.064Z] { [2022-09-01T18:30:30.064Z] "registry-mirrors": [ [2022-09-01T18:30:30.064Z] "https://nexus3.edgexfoundry.org:10001" [2022-09-01T18:30:30.064Z] ], [2022-09-01T18:30:30.064Z] "bip": "10.250.0.254/24", [2022-09-01T18:30:30.064Z] "hosts": [ [2022-09-01T18:30:30.064Z] "tcp://0.0.0.0:5555", [2022-09-01T18:30:30.064Z] "unix:///var/run/docker.sock" [2022-09-01T18:30:30.064Z] ], [2022-09-01T18:30:30.064Z] "mtu": 1458, [2022-09-01T18:30:30.064Z] "selinux-enabled": true, [2022-09-01T18:30:30.064Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-09-01T18:30:30.064Z] } [Pipeline] sh [2022-09-01T18:30:30.419Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-09-01T18:30:30.780Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-01T18:30:49.374Z] provisioning config files... [2022-09-01T18:30:49.399Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4898719359568886709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:30:49.803Z] ---> docker-login.sh [2022-09-01T18:30:49.803Z] nexus3.edgexfoundry.org:10001 [2022-09-01T18:30:50.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:30:50.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:30:50.676Z] Configure a credential helper to remove this warning. See [2022-09-01T18:30:50.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:30:50.676Z] [2022-09-01T18:30:50.676Z] Login Succeeded [2022-09-01T18:30:50.676Z] nexus3.edgexfoundry.org:10002 [2022-09-01T18:30:50.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:30:51.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:30:51.226Z] Configure a credential helper to remove this warning. See [2022-09-01T18:30:51.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:30:51.226Z] [2022-09-01T18:30:51.226Z] Login Succeeded [2022-09-01T18:30:51.226Z] nexus3.edgexfoundry.org:10003 [2022-09-01T18:30:51.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:30:51.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:30:51.507Z] Configure a credential helper to remove this warning. See [2022-09-01T18:30:51.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:30:51.507Z] [2022-09-01T18:30:51.507Z] Login Succeeded [2022-09-01T18:30:51.507Z] nexus3.edgexfoundry.org:10004 [2022-09-01T18:30:52.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:30:52.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:30:52.107Z] Configure a credential helper to remove this warning. See [2022-09-01T18:30:52.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:30:52.107Z] [2022-09-01T18:30:52.107Z] Login Succeeded [2022-09-01T18:30:52.107Z] docker.io [2022-09-01T18:30:52.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-01T18:30:52.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-01T18:30:52.974Z] Configure a credential helper to remove this warning. See [2022-09-01T18:30:52.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-01T18:30:52.974Z] [2022-09-01T18:30:52.974Z] Login Succeeded [2022-09-01T18:30:52.974Z] ---> docker-login.sh ends [Pipeline] } [2022-09-01T18:30:53.010Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-09-01T18:30:53.680Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-09-01T18:30:53.719Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-01T18:30:53.760Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-01T18:30:53.792Z] ========================================================= [2022-09-01T18:30:53.792Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-09-01T18:30:53.792Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-09-01T18:30:54.174Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-01T18:30:54.451Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-09-01T18:30:54.451Z] b3c136eddcbf: Pulling fs layer [2022-09-01T18:30:54.451Z] c0a3192eca97: Pulling fs layer [2022-09-01T18:30:54.451Z] a050256f5b6f: Pulling fs layer [2022-09-01T18:30:54.451Z] 656be50a0ddc: Pulling fs layer [2022-09-01T18:30:54.451Z] 2bbca73fdf42: Pulling fs layer [2022-09-01T18:30:54.451Z] 46d945488cbd: Pulling fs layer [2022-09-01T18:30:54.451Z] 8a5474983e97: Pulling fs layer [2022-09-01T18:30:54.451Z] 329c88fbcd65: Pulling fs layer [2022-09-01T18:30:54.451Z] 2bbca73fdf42: Waiting [2022-09-01T18:30:54.451Z] 8a5474983e97: Waiting [2022-09-01T18:30:54.451Z] 656be50a0ddc: Waiting [2022-09-01T18:30:54.451Z] a050256f5b6f: Verifying Checksum [2022-09-01T18:30:54.451Z] a050256f5b6f: Download complete [2022-09-01T18:30:54.451Z] c0a3192eca97: Verifying Checksum [2022-09-01T18:30:54.451Z] c0a3192eca97: Download complete [2022-09-01T18:30:54.451Z] 2bbca73fdf42: Download complete [2022-09-01T18:30:54.451Z] 46d945488cbd: Verifying Checksum [2022-09-01T18:30:54.451Z] 46d945488cbd: Download complete [2022-09-01T18:30:54.451Z] b3c136eddcbf: Verifying Checksum [2022-09-01T18:30:55.451Z] b3c136eddcbf: Pull complete [2022-09-01T18:30:55.451Z] 329c88fbcd65: Verifying Checksum [2022-09-01T18:30:55.451Z] 329c88fbcd65: Download complete [2022-09-01T18:30:56.055Z] c0a3192eca97: Pull complete [2022-09-01T18:30:56.330Z] a050256f5b6f: Pull complete [2022-09-01T18:30:56.608Z] 8a5474983e97: Verifying Checksum [2022-09-01T18:30:56.608Z] 8a5474983e97: Download complete [2022-09-01T18:30:57.592Z] 656be50a0ddc: Verifying Checksum [2022-09-01T18:30:57.592Z] 656be50a0ddc: Download complete [2022-09-01T18:31:12.699Z] 656be50a0ddc: Pull complete [2022-09-01T18:31:12.699Z] 2bbca73fdf42: Pull complete [2022-09-01T18:31:12.699Z] 46d945488cbd: Pull complete [2022-09-01T18:31:17.043Z] 8a5474983e97: Pull complete [2022-09-01T18:31:19.024Z] 329c88fbcd65: Pull complete [2022-09-01T18:31:19.024Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-09-01T18:31:19.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-01T18:31:19.024Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-09-01T18:31:19.426Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-01T18:31:19.426Z] WORKDIR /edgex [2022-09-01T18:31:19.426Z] COPY go.mod . [2022-09-01T18:31:19.426Z] RUN go mod download [2022-09-01T18:31:19.426Z] + docker build -t ci-base-image-arm64 -f - . [2022-09-01T18:31:20.028Z] Sending build context to Docker daemon 3.199MB [2022-09-01T18:31:20.028Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-01T18:31:20.028Z] ---> ff4287adb874 [2022-09-01T18:31:20.028Z] Step 2/4 : WORKDIR /edgex [2022-09-01T18:31:22.009Z] ---> Running in c34d42b1ebfa [2022-09-01T18:31:22.009Z] Removing intermediate container c34d42b1ebfa [2022-09-01T18:31:22.009Z] ---> 405cf4b255c0 [2022-09-01T18:31:22.009Z] Step 3/4 : COPY go.mod . [2022-09-01T18:31:22.611Z] ---> 8141bbf2fa98 [2022-09-01T18:31:22.611Z] Step 4/4 : RUN go mod download [2022-09-01T18:31:22.611Z] ---> Running in 980874b7fb4e [2022-09-01T18:31:54.989Z] Removing intermediate container 980874b7fb4e [2022-09-01T18:31:54.989Z] ---> 53224285de84 [2022-09-01T18:31:54.989Z] Successfully built 53224285de84 [2022-09-01T18:31:54.989Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-01T18:31:55.410Z] + docker inspect -f . ci-base-image-arm64 [2022-09-01T18:31:55.410Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-01T18:31:55.729Z] prd-ubuntu20.04-docker-arm64-4c-16g-24340 does not seem to be running inside a container [2022-09-01T18:31:55.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-01T18:31:57.144Z] $ docker top 4e9bfef6e7e7cc6950026bfbaa1873f930e89ce87681e8108d1ebab8fa5cf017 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-01T18:31:58.111Z] + go version [2022-09-01T18:31:58.111Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-09-01T18:31:58.151Z] $ docker stop --time=1 4e9bfef6e7e7cc6950026bfbaa1873f930e89ce87681e8108d1ebab8fa5cf017 [2022-09-01T18:31:59.804Z] $ docker rm -f 4e9bfef6e7e7cc6950026bfbaa1873f930e89ce87681e8108d1ebab8fa5cf017 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-01T18:32:00.743Z] + docker inspect -f . ci-base-image-arm64 [2022-09-01T18:32:00.743Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-01T18:32:01.053Z] prd-ubuntu20.04-docker-arm64-4c-16g-24340 does not seem to be running inside a container [2022-09-01T18:32:01.138Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-01T18:32:02.436Z] $ docker top 57ec6e58418920a7025ec376f47e3a93e4ad58964879cfb63fc66982299ef120 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-09-01T18:32:02.763Z] ========================================================= [2022-09-01T18:32:02.763Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-09-01T18:32:02.763Z] ========================================================= [Pipeline] sh [2022-09-01T18:32:03.421Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-09-01T18:32:04.148Z] + make test [2022-09-01T18:32:04.148Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-09-01T18:32:36.516Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-09-01T18:34:13.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-09-01T18:34:13.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-09-01T18:34:15.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-09-01T18:34:15.418Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-09-01T18:34:18.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-09-01T18:34:18.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-09-01T18:34:18.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-09-01T18:34:18.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-09-01T18:34:18.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-09-01T18:34:22.242Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-09-01T18:34:22.242Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-09-01T18:34:22.242Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-09-01T18:34:22.242Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-09-01T18:34:22.242Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-09-01T18:34:22.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-09-01T18:34:37.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.262s coverage: 28.7% of statements [2022-09-01T18:34:37.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-09-01T18:34:37.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-09-01T18:34:38.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.420s coverage: 98.5% of statements [2022-09-01T18:34:38.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-09-01T18:34:38.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.457s coverage: 54.2% of statements [2022-09-01T18:34:38.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-09-01T18:34:38.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-09-01T18:34:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 17.922s coverage: 89.2% of statements [2022-09-01T18:34:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-09-01T18:34:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-09-01T18:34:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-09-01T18:34:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-09-01T18:34:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-09-01T18:34:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.402s coverage: 2.1% of statements [2022-09-01T18:34:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-09-01T18:34:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-09-01T18:35:03.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.452s coverage: 95.6% of statements [2022-09-01T18:35:03.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-09-01T18:35:03.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-09-01T18:35:03.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-09-01T18:35:03.873Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.357s coverage: 72.2% of statements [2022-09-01T18:35:03.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-09-01T18:35:03.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-09-01T18:35:03.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-09-01T18:35:03.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-09-01T18:35:03.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-09-01T18:35:03.874Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.495s coverage: 60.0% of statements [2022-09-01T18:35:03.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-09-01T18:35:03.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-09-01T18:35:03.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-09-01T18:35:03.874Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.521s coverage: 0.9% of statements [2022-09-01T18:35:03.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-09-01T18:35:03.874Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.236s coverage: 58.8% of statements [2022-09-01T18:35:03.874Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.345s coverage: 29.6% of statements [2022-09-01T18:35:03.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-09-01T18:35:09.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.249s coverage: 47.1% of statements [2022-09-01T18:35:09.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.242s coverage: 79.5% of statements [2022-09-01T18:35:09.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.263s coverage: 94.1% of statements [2022-09-01T18:35:09.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.250s coverage: 96.3% of statements [2022-09-01T18:35:11.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.226s coverage: 87.5% of statements [2022-09-01T18:35:21.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements [2022-09-01T18:35:21.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.213s coverage: 44.8% of statements [2022-09-01T18:35:31.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.729s coverage: 80.8% of statements [2022-09-01T18:35:31.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-09-01T18:35:34.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.282s coverage: 92.9% of statements [2022-09-01T18:35:34.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-09-01T18:35:34.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-09-01T18:35:34.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-09-01T18:35:34.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.121s coverage: 65.1% of statements [2022-09-01T18:35:34.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-09-01T18:35:34.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus [no test files] [2022-09-01T18:35:34.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/config [no test files] [2022-09-01T18:35:34.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/container [no test files] [2022-09-01T18:35:34.261Z] --- FAIL: TestHandler_SetupPasswordFile (0.01s) [2022-09-01T18:35:34.262Z] --- FAIL: TestHandler_SetupPasswordFile/SetupPasswordFile_ok (0.00s) [2022-09-01T18:35:34.262Z] handlers_test.go:277: Handler.GetCredentials() = false, want true [2022-09-01T18:35:34.262Z] FAIL [2022-09-01T18:35:34.262Z] coverage: 88.2% of statements [2022-09-01T18:35:34.262Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/handlers 3.229s [2022-09-01T18:35:34.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-09-01T18:35:34.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-09-01T18:35:34.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-09-01T18:35:34.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-09-01T18:35:34.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements [2022-09-01T18:35:34.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-09-01T18:35:34.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-09-01T18:35:34.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.180s coverage: 100.0% of statements [2022-09-01T18:35:34.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-09-01T18:35:34.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.272s coverage: 58.8% of statements [2022-09-01T18:35:34.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-09-01T18:35:34.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.248s coverage: 80.0% of statements [2022-09-01T18:35:34.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.229s coverage: 87.2% of statements [2022-09-01T18:35:34.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.281s coverage: 85.4% of statements [2022-09-01T18:35:34.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.859s coverage: 91.2% of statements [2022-09-01T18:35:34.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-09-01T18:35:42.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.903s coverage: 64.7% of statements [2022-09-01T18:35:42.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-09-01T18:35:42.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-09-01T18:35:42.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.261s coverage: 100.0% of statements [2022-09-01T18:35:42.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.129s coverage: 89.4% of statements [2022-09-01T18:35:42.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements [2022-09-01T18:35:42.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.149s coverage: 73.7% of statements [2022-09-01T18:35:42.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2022-09-01T18:35:49.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.326s coverage: 65.8% of statements [2022-09-01T18:35:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-09-01T18:35:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-09-01T18:35:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-09-01T18:35:50.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.822s coverage: 41.4% of statements [2022-09-01T18:35:50.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-09-01T18:35:50.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-09-01T18:35:50.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.276s coverage: 89.5% of statements [2022-09-01T18:35:50.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-09-01T18:35:50.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.255s coverage: 84.8% of statements [2022-09-01T18:35:50.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-09-01T18:35:50.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-09-01T18:35:50.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-09-01T18:35:50.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-09-01T18:36:00.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.358s coverage: 17.7% of statements [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-09-01T18:36:00.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.824s coverage: 92.3% of statements [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-09-01T18:36:00.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.305s coverage: 63.2% of statements [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-09-01T18:36:00.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.444s coverage: 97.7% of statements [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-09-01T18:36:00.988Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.202s coverage: 28.9% of statements [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-09-01T18:36:00.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-09-01T18:36:00.988Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.219s coverage: 100.0% of statements [2022-09-01T18:36:00.988Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements [2022-09-01T18:36:00.988Z] FAIL [2022-09-01T18:36:00.988Z] make: *** [Makefile:152: unittest] Error 1 [Pipeline] } [2022-09-01T18:36:01.030Z] $ docker stop --time=1 57ec6e58418920a7025ec376f47e3a93e4ad58964879cfb63fc66982299ef120 [2022-09-01T18:36:02.809Z] $ docker rm -f 57ec6e58418920a7025ec376f47e3a93e4ad58964879cfb63fc66982299ef120 [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 [2022-09-01T18:36:04.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-01T18:36:04.703Z] [2022-09-01T18:36:04.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-01T18:36:05.119Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-01T18:36:05.397Z] arm64: Pulling from edgex-lftools-log-publisher [2022-09-01T18:36:05.397Z] 8998bd30e6a1: Pulling fs layer [2022-09-01T18:36:05.397Z] 04944245beec: Pulling fs layer [2022-09-01T18:36:05.397Z] 699f458cf7ca: Pulling fs layer [2022-09-01T18:36:05.397Z] 765212b225bb: Pulling fs layer [2022-09-01T18:36:05.397Z] f23df028b6ca: Pulling fs layer [2022-09-01T18:36:05.397Z] d65c8cfc05b1: Pulling fs layer [2022-09-01T18:36:05.397Z] 2437ff75d9bd: Pulling fs layer [2022-09-01T18:36:05.397Z] 765212b225bb: Waiting [2022-09-01T18:36:05.397Z] f23df028b6ca: Waiting [2022-09-01T18:36:05.397Z] d65c8cfc05b1: Waiting [2022-09-01T18:36:05.397Z] 2437ff75d9bd: Waiting [2022-09-01T18:36:05.674Z] 04944245beec: Verifying Checksum [2022-09-01T18:36:05.674Z] 04944245beec: Download complete [2022-09-01T18:36:05.674Z] 765212b225bb: Verifying Checksum [2022-09-01T18:36:05.674Z] 765212b225bb: Download complete [2022-09-01T18:36:05.674Z] f23df028b6ca: Download complete [2022-09-01T18:36:05.674Z] d65c8cfc05b1: Verifying Checksum [2022-09-01T18:36:05.674Z] d65c8cfc05b1: Download complete [2022-09-01T18:36:05.674Z] 699f458cf7ca: Verifying Checksum [2022-09-01T18:36:05.674Z] 699f458cf7ca: Download complete [2022-09-01T18:36:06.279Z] 8998bd30e6a1: Verifying Checksum [2022-09-01T18:36:06.279Z] 8998bd30e6a1: Download complete [2022-09-01T18:36:08.911Z] 2437ff75d9bd: Verifying Checksum [2022-09-01T18:36:08.911Z] 2437ff75d9bd: Download complete [2022-09-01T18:36:10.352Z] 8998bd30e6a1: Pull complete [2022-09-01T18:36:10.953Z] 04944245beec: Pull complete [2022-09-01T18:36:12.385Z] 699f458cf7ca: Pull complete [2022-09-01T18:36:12.662Z] 765212b225bb: Pull complete [2022-09-01T18:36:13.257Z] f23df028b6ca: Pull complete [2022-09-01T18:36:13.529Z] d65c8cfc05b1: Pull complete [2022-09-01T18:36:28.612Z] 2437ff75d9bd: Pull complete [2022-09-01T18:36:28.612Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-09-01T18:36:28.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-01T18:36:28.612Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-01T18:36:28.987Z] prd-ubuntu20.04-docker-arm64-4c-16g-24340 does not seem to be running inside a container [2022-09-01T18:36:29.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-09-01T18:36:31.522Z] $ docker top bf91d6b71868155ac5bbfcb0c49ea4280fc1e9b75d3febe308ac8c0b23a8d1d9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:36:32.548Z] ---> job-cost.sh [2022-09-01T18:36:32.548Z] lf-activate-venv: SKIPPING [2022-09-01T18:36:32.548Z] INFO: No Stack... [2022-09-01T18:36:32.823Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-09-01T18:36:33.799Z] INFO: Archiving Costs [Pipeline] sh [2022-09-01T18:36:34.478Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-09-01T18:36:34.478Z] + cut -d, -f6 [Pipeline] lock [2022-09-01T18:36:34.598Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4142-1-stack-cost] [2022-09-01T18:36:34.603Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4142-1-stack-cost] did not exist. Created. [2022-09-01T18:36:34.603Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4142-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-01T18:36:35.360Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-09-01T18:36:36.275Z] Stashed 1 file(s) [Pipeline] } [2022-09-01T18:36:36.291Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4142-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-01T18:36:36.376Z] $ docker stop --time=1 bf91d6b71868155ac5bbfcb0c49ea4280fc1e9b75d3febe308ac8c0b23a8d1d9 [2022-09-01T18:36:37.922Z] $ docker rm -f bf91d6b71868155ac5bbfcb0c49ea4280fc1e9b75d3febe308ac8c0b23a8d1d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-09-01T18:36:38.715Z] 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 [2022-09-01T18:36:40.321Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:36:40.651Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:36:41.548Z] ---> package-listing.sh [2022-09-01T18:36:41.548Z] ++ facter osfamily [2022-09-01T18:36:41.548Z] ++ tr '[:upper:]' '[:lower:]' [2022-09-01T18:36:41.810Z] + OS_FAMILY=debian [2022-09-01T18:36:41.810Z] + workspace=/w/workspace/edgex-go/1 [2022-09-01T18:36:41.810Z] + START_PACKAGES=/tmp/packages_start.txt [2022-09-01T18:36:41.810Z] + END_PACKAGES=/tmp/packages_end.txt [2022-09-01T18:36:41.810Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-09-01T18:36:41.810Z] + PACKAGES=/tmp/packages_start.txt [2022-09-01T18:36:41.810Z] + '[' /w/workspace/edgex-go/1 ']' [2022-09-01T18:36:41.810Z] + PACKAGES=/tmp/packages_end.txt [2022-09-01T18:36:41.810Z] + case "${OS_FAMILY}" in [2022-09-01T18:36:41.810Z] + grep '^ii' [2022-09-01T18:36:41.810Z] + dpkg -l [2022-09-01T18:36:41.810Z] + '[' -f /tmp/packages_start.txt ']' [2022-09-01T18:36:41.810Z] + '[' -f /tmp/packages_end.txt ']' [2022-09-01T18:36:41.810Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-09-01T18:36:41.810Z] + '[' /w/workspace/edgex-go/1 ']' [2022-09-01T18:36:41.810Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-09-01T18:36:41.810Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-09-01T18:36:41.844Z] 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 [2022-09-01T18:36:42.139Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-01T18:36:42.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-01T18:36:42.762Z] [2022-09-01T18:36:42.762Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-01T18:36:43.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-01T18:36:43.135Z] latest: Pulling from edgex-lftools-log-publisher [2022-09-01T18:36:43.135Z] 5eb5b503b376: Pulling fs layer [2022-09-01T18:36:43.135Z] 5c69ac0246d0: Pulling fs layer [2022-09-01T18:36:43.135Z] ec43610c2a17: Pulling fs layer [2022-09-01T18:36:43.135Z] 3a2ae6a8a46f: Pulling fs layer [2022-09-01T18:36:43.135Z] 33b1e0a273af: Pulling fs layer [2022-09-01T18:36:43.135Z] 5d3b04190fa2: Pulling fs layer [2022-09-01T18:36:43.135Z] 2f39f015ded8: Pulling fs layer [2022-09-01T18:36:43.135Z] 33b1e0a273af: Waiting [2022-09-01T18:36:43.135Z] 5d3b04190fa2: Waiting [2022-09-01T18:36:43.135Z] 3a2ae6a8a46f: Waiting [2022-09-01T18:36:43.135Z] 2f39f015ded8: Waiting [2022-09-01T18:36:43.135Z] 5c69ac0246d0: Verifying Checksum [2022-09-01T18:36:43.135Z] 5c69ac0246d0: Download complete [2022-09-01T18:36:43.135Z] 3a2ae6a8a46f: Download complete [2022-09-01T18:36:43.135Z] 33b1e0a273af: Verifying Checksum [2022-09-01T18:36:43.135Z] 33b1e0a273af: Download complete [2022-09-01T18:36:43.135Z] 5d3b04190fa2: Verifying Checksum [2022-09-01T18:36:43.135Z] 5d3b04190fa2: Download complete [2022-09-01T18:36:43.135Z] ec43610c2a17: Verifying Checksum [2022-09-01T18:36:43.135Z] ec43610c2a17: Download complete [2022-09-01T18:36:43.395Z] 5eb5b503b376: Verifying Checksum [2022-09-01T18:36:43.395Z] 5eb5b503b376: Download complete [2022-09-01T18:36:43.967Z] 2f39f015ded8: Download complete [2022-09-01T18:36:44.536Z] 5eb5b503b376: Pull complete [2022-09-01T18:36:44.797Z] 5c69ac0246d0: Pull complete [2022-09-01T18:36:45.367Z] ec43610c2a17: Pull complete [2022-09-01T18:36:45.367Z] 3a2ae6a8a46f: Pull complete [2022-09-01T18:36:45.627Z] 33b1e0a273af: Pull complete [2022-09-01T18:36:45.628Z] 5d3b04190fa2: Pull complete [2022-09-01T18:36:49.826Z] 2f39f015ded8: Pull complete [2022-09-01T18:36:49.826Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-09-01T18:36:49.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-01T18:36:49.826Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-01T18:36:50.044Z] prd-ubuntu20.04-docker-8c-8g-24339 does not seem to be running inside a container [2022-09-01T18:36:50.081Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-01T18:36:52.715Z] $ docker top 4ae050b8a236484ed28324469c5532d03ccd233bb4212adf14149e7a6a25e61d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-01T18:36:53.108Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-09-01T18:36:53.418Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-09-01T18:36:53.730Z] + ls /var/log/sa-host [2022-09-01T18:36:53.730Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-01T18:36:53.944Z] provisioning config files... [2022-09-01T18:36:53.954Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1849710478831893653tmp [Pipeline] { [Pipeline] echo [2022-09-01T18:36:54.002Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:36:54.316Z] ---> create-netrc.sh [Pipeline] } [2022-09-01T18:36:54.344Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:36:54.754Z] ---> python-tools-install.sh [Pipeline] echo [2022-09-01T18:36:54.825Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:36:55.198Z] ---> sudo-logs.sh [2022-09-01T18:36:55.198Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-09-01T18:36:55.273Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:36:55.586Z] ---> job-cost.sh [2022-09-01T18:36:55.586Z] lf-activate-venv: SKIPPING [2022-09-01T18:36:55.586Z] DEBUG: total: 0.10999999940395355 [2022-09-01T18:36:55.586Z] INFO: Retrieving Stack Cost... [2022-09-01T18:36:56.157Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-01T18:36:56.419Z] INFO: Archiving Costs [Pipeline] echo [2022-09-01T18:36:56.453Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-01T18:36:56.773Z] ---> logs-deploy.sh [2022-09-01T18:36:56.773Z] lf-activate-venv: SKIPPING [2022-09-01T18:36:56.773Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4142/1 [2022-09-01T18:36:56.773Z] INFO: archiving workspace using pattern(s): [2022-09-01T18:36:57.716Z] Archives upload complete. [2022-09-01T18:36:57.716Z] INFO: archiving logs to Nexus