Pull request #3960 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 357bd05ae03a27724a2a418ffccffb91b8a131ed+ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 (e357da2e61ed417505f3cd147d0306066f0d888e) 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-ssh166851582960006266.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh14379823142280326094.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 c72b16708d6eed9a08be464a432ce22db7d90667 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-3960/workspace@libs/edgex-global-pipelines # 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-3960/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2703708939239089117.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-3960/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6428660962330925319.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 shared 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-ssh7793560716073641707.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-3960/workspace@libs/lf-pipelines # 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-3960/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh12827093660659300164.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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.17 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 [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-20706’ is offline Running on prd-ubuntu20.04-docker-8c-8g-20710 in /w/workspace/edgexfoundry_edgex-go_PR-3960 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 into PR head commit 357bd05ae03a27724a2a418ffccffb91b8a131ed Merge succeeded, producing 357bd05ae03a27724a2a418ffccffb91b8a131ed Checking out Revision 357bd05ae03a27724a2a418ffccffb91b8a131ed (PR-3960) > 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/3960/head:refs/remotes/origin/PR-3960 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 357bd05ae03a27724a2a418ffccffb91b8a131ed # 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 ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 357bd05ae03a27724a2a418ffccffb91b8a131ed # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:06:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:06:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:06:42 ========================================================= 19:06:42 EdgeX Global Pipelines Version Info 19:06:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:06:43 ------------------- 19:06:43 stable info: 19:06:43 ------------------- 19:06:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:43 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 19:06:43 Message: update stable to v1.0.221 19:06:44 ------------------- 19:06:44 experimental info: 19:06:44 ------------------- 19:06:44 Commited By: **** collab-it+edgex@linuxfoundation.org 19:06:44 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 19:06:44 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:06:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:06:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:06:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:06:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3960 [Pipeline] echo 19:06:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3960 [Pipeline] echo 19:06:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3960 [Pipeline] echo 19:06:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 357bd05ae03a27724a2a418ffccffb91b8a131ed [Pipeline] echo 19:06:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 357bd05 [Pipeline] echo 19:06:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:45 provisioning config files... 19:06:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5753698574150441734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:45 ---> docker-login.sh 19:06:45 nexus3.edgexfoundry.org:10001 19:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:46 Configure a credential helper to remove this warning. See 19:06:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:46 19:06:46 Login Succeeded 19:06:46 nexus3.edgexfoundry.org:10002 19:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:46 Configure a credential helper to remove this warning. See 19:06:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:46 19:06:46 Login Succeeded 19:06:46 nexus3.edgexfoundry.org:10003 19:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:46 Configure a credential helper to remove this warning. See 19:06:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:46 19:06:46 Login Succeeded 19:06:46 nexus3.edgexfoundry.org:10004 19:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:46 Configure a credential helper to remove this warning. See 19:06:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:46 19:06:46 Login Succeeded 19:06:46 docker.io 19:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:47 Configure a credential helper to remove this warning. See 19:06:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:47 19:06:47 Login Succeeded 19:06:47 ---> docker-login.sh ends [Pipeline] } 19:06:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:47 + 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 19:06:47 + dirname cmd/core-command/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo core-command,cmd/core-command/Dockerfile 19:06:47 + dirname cmd/core-data/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo core-data,cmd/core-data/Dockerfile 19:06:47 + dirname cmd/core-metadata/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo core-metadata,cmd/core-metadata/Dockerfile 19:06:47 + dirname cmd/security-bootstrapper/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:06:47 + dirname+ cmd/security-proxy-setup/Dockerfile 19:06:47 cut -d/ -f2 19:06:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:06:47 + dirname cmd/security-secretstore-setup/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:06:47 + + dirname cmd/security-spiffe-token-provider/Dockerfilecut 19:06:47 -d/ -f2 19:06:47 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:06:47 + dirname cmd/security-spire-agent/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:06:47 + dirname cmd/security-spire-config/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:06:47 + dirname cmd/security-spire-server/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:06:47 + dirname cmd/support-notifications/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo support-notifications,cmd/support-notifications/Dockerfile 19:06:47 + dirname cmd/support-scheduler/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:06:47 + cut -d/ -f2 19:06:47 + dirname cmd/sys-mgmt-agent/Dockerfile 19:06:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:06:47 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 19:06:48 + git rev-list -1 --merges 357bd05ae03a27724a2a418ffccffb91b8a131ed~1..357bd05ae03a27724a2a418ffccffb91b8a131ed [Pipeline] echo 19:06:48 -----------> git rev-list -1 --merges 357bd05ae03a27724a2a418ffccffb91b8a131ed~1..357bd05ae03a27724a2a418ffccffb91b8a131ed 357bd05ae03a27724a2a418ffccffb91b8a131ed [false] [Pipeline] sh 19:06:48 + git log --format=format:%s -1 357bd05ae03a27724a2a418ffccffb91b8a131ed [Pipeline] echo 19:06:48 ========================================================= 19:06:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:06:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:06:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:49 + grep -v github /etc/ssh/ssh_known_hosts 19:06:49 + [ -e /tmp/ssh_known_hosts ] 19:06:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:06:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:06:49 + sudo tee -a /etc/ssh/ssh_known_hosts 19:06:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 19:06:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:49 19:06:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:06:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:50 latest: Pulling from edgex-devops/git-semver 19:06:50 a0d0a0d46f8b: Pulling fs layer 19:06:50 3e5f54012d9b: Pulling fs layer 19:06:50 4c7163046ea9: Pulling fs layer 19:06:50 0c2d73faf560: Pulling fs layer 19:06:50 0c2d73faf560: Waiting 19:06:50 3e5f54012d9b: Verifying Checksum 19:06:50 3e5f54012d9b: Download complete 19:06:50 a0d0a0d46f8b: Verifying Checksum 19:06:50 a0d0a0d46f8b: Download complete 19:06:50 4c7163046ea9: Verifying Checksum 19:06:50 4c7163046ea9: Download complete 19:06:50 0c2d73faf560: Verifying Checksum 19:06:50 0c2d73faf560: Download complete 19:06:50 a0d0a0d46f8b: Pull complete 19:06:50 3e5f54012d9b: Pull complete 19:06:50 4c7163046ea9: Pull complete 19:06:50 0c2d73faf560: Pull complete 19:06:50 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 19:06:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:06:51 prd-ubuntu20.04-docker-8c-8g-20710 does not seem to be running inside a container 19:06:51 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:06:52 $ docker top 74a1caad3c5a0a49e7b01de327aaf9c8d9419e772c9fab21441b349509163688 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:52 [ssh-agent] Looking for ssh-agent implementation... 19:06:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:52 $ docker exec 74a1caad3c5a0a49e7b01de327aaf9c8d9419e772c9fab21441b349509163688 ssh-agent 19:06:52 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXklGbHF/agent.13 19:06:52 SSH_AGENT_PID=20 19:06:52 Running ssh-add (command line suppressed) 19:06:52 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3301438555467825125.key (/w/workspace/edgex-go/1@tmp/private_key_3301438555467825125.key) 19:06:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:53 + git tag --points-at HEAD [Pipeline] } 19:06:53 $ docker exec --env ******** --env ******** 74a1caad3c5a0a49e7b01de327aaf9c8d9419e772c9fab21441b349509163688 ssh-agent -k 19:06:53 unset SSH_AUTH_SOCK; 19:06:53 unset SSH_AGENT_PID; 19:06:53 echo Agent pid 20 killed; 19:06:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:53 [ssh-agent] Looking for ssh-agent implementation... 19:06:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:53 $ docker exec 74a1caad3c5a0a49e7b01de327aaf9c8d9419e772c9fab21441b349509163688 ssh-agent 19:06:53 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDfCLHL/agent.54 19:06:53 SSH_AGENT_PID=60 19:06:53 Running ssh-add (command line suppressed) 19:06:53 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5003674968107456027.key (/w/workspace/edgex-go/1@tmp/private_key_5003674968107456027.key) 19:06:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:53 + git semver init 19:06:53 # -> Open(): unable to determine branch for HEAD 19:06:53 # $GIT_DIR = /w/workspace/edgex-go/1/.git 19:06:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 19:06:53 # $SEMVER_REMOTE_NAME = origin 19:06:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:06:53 # $SEMVER_USER_NAME = edgex-jenkins 19:06:53 # $SEMVER_BRANCH = PR-3960 19:06:53 # $SEMVER_TEMP = /tmp/semver-133398453 19:06:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:07:08 # '/tmp/semver-133398453' -> '/w/workspace/edgex-go/1/.semver' 19:07:08 # -> Force: false 19:07:08 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 19:07:08 $ docker exec --env ******** --env ******** 74a1caad3c5a0a49e7b01de327aaf9c8d9419e772c9fab21441b349509163688 ssh-agent -k 19:07:09 unset SSH_AUTH_SOCK; 19:07:09 unset SSH_AGENT_PID; 19:07:09 echo Agent pid 60 killed; 19:07:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:09 + git semver [Pipeline] } 19:07:09 $ docker stop --time=1 74a1caad3c5a0a49e7b01de327aaf9c8d9419e772c9fab21441b349509163688 19:07:11 $ docker rm -f 74a1caad3c5a0a49e7b01de327aaf9c8d9419e772c9fab21441b349509163688 [Pipeline] // withDockerContainer [Pipeline] sh 19:07:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:07:12 Stashed 1 file(s) [Pipeline] echo 19:07:12 [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] echo 19:07:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:07:12 ========================================================= 19:07:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 19:07:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:07:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:07:13 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 19:07:13 59bf1c3509f3: Pulling fs layer 19:07:13 666ba61612fd: Pulling fs layer 19:07:13 8ed8ca486205: Pulling fs layer 19:07:13 4fe6c5a15a65: Pulling fs layer 19:07:13 22a0e8bec74d: Pulling fs layer 19:07:13 640e595b4fbd: Pulling fs layer 19:07:13 763cafe07f6e: Pulling fs layer 19:07:13 0c0b528cf693: Pulling fs layer 19:07:13 10935f4eaf8b: Pulling fs layer 19:07:13 640e595b4fbd: Waiting 19:07:13 763cafe07f6e: Waiting 19:07:13 4fe6c5a15a65: Waiting 19:07:13 22a0e8bec74d: Waiting 19:07:13 10935f4eaf8b: Waiting 19:07:13 8ed8ca486205: Verifying Checksum 19:07:13 8ed8ca486205: Download complete 19:07:13 666ba61612fd: Verifying Checksum 19:07:13 666ba61612fd: Download complete 19:07:13 22a0e8bec74d: Verifying Checksum 19:07:13 22a0e8bec74d: Download complete 19:07:13 59bf1c3509f3: Verifying Checksum 19:07:13 59bf1c3509f3: Download complete 19:07:13 640e595b4fbd: Verifying Checksum 19:07:13 640e595b4fbd: Download complete 19:07:13 763cafe07f6e: Download complete 19:07:13 0c0b528cf693: Verifying Checksum 19:07:13 0c0b528cf693: Download complete 19:07:13 59bf1c3509f3: Pull complete 19:07:13 666ba61612fd: Pull complete 19:07:13 8ed8ca486205: Pull complete 19:07:13 10935f4eaf8b: Verifying Checksum 19:07:13 10935f4eaf8b: Download complete 19:07:13 4fe6c5a15a65: Verifying Checksum 19:07:13 4fe6c5a15a65: Download complete 19:07:18 4fe6c5a15a65: Pull complete 19:07:18 22a0e8bec74d: Pull complete 19:07:18 640e595b4fbd: Pull complete 19:07:18 763cafe07f6e: Pull complete 19:07:18 0c0b528cf693: Pull complete 19:07:20 10935f4eaf8b: Pull complete 19:07:20 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 19:07:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:07:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:07:20 + + docker build -t ci-base-image-x86_64 -f - . 19:07:20 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:07:20 WORKDIR /edgex 19:07:20 COPY go.mod . 19:07:20 RUN go mod download 19:07:22 Sending build context to Docker daemon 334.8MB 19:07:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:07:22 ---> 99d49a6021b9 19:07:22 Step 2/4 : WORKDIR /edgex 19:07:24 ---> Running in cdd06d188a34 19:07:24 Removing intermediate container cdd06d188a34 19:07:24 ---> 506ede450fc6 19:07:24 Step 3/4 : COPY go.mod . 19:07:24 ---> c0367619683a 19:07:24 Step 4/4 : RUN go mod download 19:07:24 ---> Running in ffc9a4870b03 19:07:27 Still waiting to schedule task 19:07:27 ‘prd-ubuntu20.04-docker-arm64-4c-16g-20707’ is offline 19:07:39 Removing intermediate container ffc9a4870b03 19:07:39 ---> 120e4b970f60 19:07:39 Successfully built 120e4b970f60 19:07:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:07:40 + docker inspect -f . ci-base-image-x86_64 19:07:40 . [Pipeline] withDockerContainer 19:07:40 prd-ubuntu20.04-docker-8c-8g-20710 does not seem to be running inside a container 19:07:40 $ 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 ******** ci-base-image-x86_64 cat 19:07:40 $ docker top 784c0275355edf1be9f4e95c80b6912437ba6fe789c11c3bc10b486813bef23f -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:41 + go version 19:07:41 go version go1.17.6 linux/amd64 [Pipeline] } 19:07:41 $ docker stop --time=1 784c0275355edf1be9f4e95c80b6912437ba6fe789c11c3bc10b486813bef23f 19:07:42 $ docker rm -f 784c0275355edf1be9f4e95c80b6912437ba6fe789c11c3bc10b486813bef23f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:07:42 + docker inspect -f . ci-base-image-x86_64 19:07:42 . [Pipeline] withDockerContainer 19:07:43 prd-ubuntu20.04-docker-8c-8g-20710 does not seem to be running inside a container 19:07:43 $ 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 ******** ci-base-image-x86_64 cat 19:07:43 $ docker top 326aac7da9077846da5a4e85f860b8023f2612d60fee15d86cf0f0952237dd0b -eo pid,comm [Pipeline] { [Pipeline] echo 19:07:43 ========================================================= 19:07:43 [edgeXBuildGoParallel] Running Tests and Build... 19:07:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:07:44 + make test 19:07:44 go mod tidy -compat=1.17 19:07:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:07:50 ? github.com/edgexfoundry/edgex-go [no test files] 19:08:03 # github.com/edgexfoundry/edgex-go/internal/security/config 19:08:03 internal/security/config/main.go:54:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/core/command 19:08:03 internal/core/command/main.go:61:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/core/command/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/core/command/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/security/secretstore 19:08:03 internal/security/secretstore/main.go:69:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/core/data 19:08:03 internal/core/data/main.go:62:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/core/data/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/core/data/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis 19:08:03 internal/security/bootstrapper/redis/configure.go:55:45: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config".ConfigurationStruct) as type interfaces.Configuration in argument to bootstrap.RunAndReturnWaitGroup: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config".ConfigurationStruct does not implement interfaces.Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/security/proxy 19:08:03 internal/security/proxy/main.go:65:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider 19:08:03 internal/security/spiffetokenprovider/main.go:47:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/system/agent 19:08:03 internal/system/agent/main.go:60:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/system/agent/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/system/agent/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/support/scheduler 19:08:03 internal/support/scheduler/main.go:61:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/support/scheduler/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/support/scheduler/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/core/metadata 19:08:03 internal/core/metadata/main.go:60:58: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/core/metadata/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.RunAndReturnWaitGroup: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/core/metadata/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 # github.com/edgexfoundry/edgex-go/internal/support/notifications 19:08:03 internal/support/notifications/main.go:67:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/support/notifications/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:03 *"github.com/edgexfoundry/edgex-go/internal/support/notifications/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.102s coverage: 28.7% of statements 19:08:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.161s coverage: 98.5% of statements 19:08:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.098s coverage: 54.9% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.162s coverage: 89.2% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.096s coverage: 84.4% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.466s coverage: 95.4% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/io 0.078s coverage: 72.2% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.067s coverage: 60.0% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.085s coverage: 0.9% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.060s coverage: 24.0% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 79.5% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 19:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 19:08:07 # github.com/edgexfoundry/edgex-go/internal/security/proxy [github.com/edgexfoundry/edgex-go/internal/security/proxy.test] 19:08:07 internal/security/proxy/main.go:65: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:07 *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:07 # github.com/edgexfoundry/edgex-go/internal/security/secretstore [github.com/edgexfoundry/edgex-go/internal/security/secretstore.test] 19:08:07 internal/security/secretstore/main.go:69: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:08:07 *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:08:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 19:08:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 82.5% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.105s coverage: 92.9% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 65.1% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.115s coverage: 87.2% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 58.8% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.0% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 85.4% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.156s coverage: 91.2% of statements 19:08:29 FAIL github.com/edgexfoundry/edgex-go/internal/security/fileprovider [build failed] 19:08:29 FAIL github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks [build failed] 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 89.4% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 19:08:29 FAIL github.com/edgexfoundry/edgex-go/internal/security/proxy [build failed] 19:08:29 FAIL github.com/edgexfoundry/edgex-go/internal/security/secretstore [build failed] 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.150s coverage: 92.3% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.081s coverage: 63.2% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.105s coverage: 97.7% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.078s coverage: 28.9% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 19:08:29 make: *** [Makefile:113: unittest] Error 2 [Pipeline] } 19:08:29 $ docker stop --time=1 326aac7da9077846da5a4e85f860b8023f2612d60fee15d86cf0f0952237dd0b 19:08:30 $ docker rm -f 326aac7da9077846da5a4e85f860b8023f2612d60fee15d86cf0f0952237dd0b [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] } 19:08:31 Failed in branch amd64 19:09:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-20712 in /w/workspace/edgexfoundry_edgex-go_PR-3960 [Pipeline] { [Pipeline] ws 19:09:07 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:09:07 The recommended git tool is: git 19:09:15 using credential edgex-jenkins-ssh 19:09:15 Cloning the remote Git repository 19:09:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:09:15 > git init /w/workspace/edgex-go/1 # timeout=10 19:09:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:09:15 > git --version # timeout=10 19:09:15 > git --version # 'git version 2.25.1' 19:09:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:09:33 Merging remotes/origin/main commit ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 into PR head commit 357bd05ae03a27724a2a418ffccffb91b8a131ed 19:09:33 Merge succeeded, producing 357bd05ae03a27724a2a418ffccffb91b8a131ed 19:09:33 Checking out Revision 357bd05ae03a27724a2a418ffccffb91b8a131ed (PR-3960) 19:09:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:09:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:09:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:09:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:09:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3960/head:refs/remotes/origin/PR-3960 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:09:33 > git config core.sparsecheckout # timeout=10 19:09:33 > git checkout -f 357bd05ae03a27724a2a418ffccffb91b8a131ed # timeout=10 19:09:33 > git remote # timeout=10 19:09:33 > git config --get remote.origin.url # timeout=10 19:09:33 using GIT_SSH to set credentials SSH Credentials for GitHub 19:09:33 > git merge ad3b9b7afaca9b4f12e4a94d612d3496d02fef27 # timeout=10 19:09:33 > git rev-parse HEAD^{commit} # timeout=10 19:09:33 > git config core.sparsecheckout # timeout=10 19:09:33 > git checkout -f 357bd05ae03a27724a2a418ffccffb91b8a131ed # timeout=10 19:09:37 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 19:09:38 > git --version # timeout=10 19:09:38 > git --version # 'git version 2.25.1' 19:09:38 fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:09:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:09:39 % Total % Received % Xferd Average Speed Time Time Time Current 19:09:39 Dload Upload Total Spent Left Speed 19:09:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 46081 0 --:--:-- --:--:-- --:--:-- 45903 [Pipeline] sh 19:09:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:09:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:09:40 + sudo tee /etc/docker/daemon.new 19:09:40 { 19:09:40 "registry-mirrors": [ 19:09:40 "https://nexus3.edgexfoundry.org:10001" 19:09:40 ], 19:09:40 "bip": "10.250.0.254/24", 19:09:40 "hosts": [ 19:09:40 "tcp://0.0.0.0:5555", 19:09:40 "unix:///var/run/docker.sock" 19:09:40 ], 19:09:40 "mtu": 1458, 19:09:40 "selinux-enabled": true, 19:09:40 "seccomp-profile": "/etc/docker/seccomp.json" 19:09:40 } [Pipeline] sh 19:09:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:09:40 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:09:59 provisioning config files... 19:09:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1256807884162936064tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:09:59 ---> docker-login.sh 19:09:59 nexus3.edgexfoundry.org:10001 19:10:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:00 Configure a credential helper to remove this warning. See 19:10:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:00 19:10:00 Login Succeeded 19:10:00 nexus3.edgexfoundry.org:10002 19:10:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:00 Configure a credential helper to remove this warning. See 19:10:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:00 19:10:00 Login Succeeded 19:10:00 nexus3.edgexfoundry.org:10003 19:10:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:01 Configure a credential helper to remove this warning. See 19:10:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:01 19:10:01 Login Succeeded 19:10:01 nexus3.edgexfoundry.org:10004 19:10:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:01 Configure a credential helper to remove this warning. See 19:10:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:01 19:10:01 Login Succeeded 19:10:01 docker.io 19:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:02 Configure a credential helper to remove this warning. See 19:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:02 19:10:02 Login Succeeded 19:10:02 ---> docker-login.sh ends [Pipeline] } 19:10:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:10:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:10:03 ========================================================= 19:10:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 19:10:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:10:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:03 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:10:03 9b3977197b4f: Pulling fs layer 19:10:03 1a89e8eeedd5: Pulling fs layer 19:10:03 94645a83ff95: Pulling fs layer 19:10:03 3f3a8bcf1eab: Pulling fs layer 19:10:03 0c92f367c5e7: Pulling fs layer 19:10:03 f7c0051592d6: Pulling fs layer 19:10:03 a227ed2f7395: Pulling fs layer 19:10:03 7b1c46037f91: Pulling fs layer 19:10:03 3f3a8bcf1eab: Waiting 19:10:03 0c92f367c5e7: Waiting 19:10:03 f7c0051592d6: Waiting 19:10:03 a227ed2f7395: Waiting 19:10:03 7b1c46037f91: Waiting 19:10:03 94645a83ff95: Verifying Checksum 19:10:03 94645a83ff95: Download complete 19:10:03 1a89e8eeedd5: Verifying Checksum 19:10:03 1a89e8eeedd5: Download complete 19:10:03 0c92f367c5e7: Verifying Checksum 19:10:03 0c92f367c5e7: Download complete 19:10:03 f7c0051592d6: Verifying Checksum 19:10:03 f7c0051592d6: Download complete 19:10:03 9b3977197b4f: Verifying Checksum 19:10:03 9b3977197b4f: Download complete 19:10:03 a227ed2f7395: Verifying Checksum 19:10:03 a227ed2f7395: Download complete 19:10:04 9b3977197b4f: Pull complete 19:10:04 1a89e8eeedd5: Pull complete 19:10:05 94645a83ff95: Pull complete 19:10:05 7b1c46037f91: Verifying Checksum 19:10:05 7b1c46037f91: Download complete 19:10:06 3f3a8bcf1eab: Verifying Checksum 19:10:06 3f3a8bcf1eab: Download complete 19:10:18 3f3a8bcf1eab: Pull complete 19:10:18 0c92f367c5e7: Pull complete 19:10:18 f7c0051592d6: Pull complete 19:10:18 a227ed2f7395: Pull complete 19:10:23 7b1c46037f91: Pull complete 19:10:23 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 19:10:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:10:24 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:24 WORKDIR /edgex 19:10:24 COPY go.mod . 19:10:24 RUN go mod download -t 19:10:24 ci-base-image-arm64 -f - . 19:10:28 Sending build context to Docker daemon 169.1MB 19:10:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:10:28 ---> f79e39bc4007 19:10:28 Step 2/4 : WORKDIR /edgex 19:10:30 ---> Running in 6b0320200d01 19:10:30 Removing intermediate container 6b0320200d01 19:10:30 ---> 9b0dbfbb7301 19:10:30 Step 3/4 : COPY go.mod . 19:10:31 ---> 419c40db55fe 19:10:31 Step 4/4 : RUN go mod download 19:10:31 ---> Running in d356ffc48fba 19:11:18 Removing intermediate container d356ffc48fba 19:11:18 ---> d691252d721a 19:11:18 Successfully built d691252d721a 19:11:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:11:18 + docker inspect -f . ci-base-image-arm64 19:11:18 . [Pipeline] withDockerContainer 19:11:18 prd-ubuntu20.04-docker-arm64-4c-16g-20712 does not seem to be running inside a container 19:11:19 $ 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 ******** ci-base-image-arm64 cat 19:11:20 $ docker top 94920c3d2e879419c4b8fd96102cba839c8eedcad1d07e982dd3907e51276fce -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:21 + go version 19:11:21 go version go1.17.6 linux/arm64 [Pipeline] } 19:11:21 $ docker stop --time=1 94920c3d2e879419c4b8fd96102cba839c8eedcad1d07e982dd3907e51276fce 19:11:23 $ docker rm -f 94920c3d2e879419c4b8fd96102cba839c8eedcad1d07e982dd3907e51276fce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:23 + docker inspect -f . ci-base-image-arm64 19:11:23 . [Pipeline] withDockerContainer 19:11:24 prd-ubuntu20.04-docker-arm64-4c-16g-20712 does not seem to be running inside a container 19:11:24 $ 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 ******** ci-base-image-arm64 cat 19:11:25 $ docker top 2f895f71c7396d5cc131f4c23954faa3a3cc6d96d25c50995693a131bdf9ccc9 -eo pid,comm [Pipeline] { [Pipeline] echo 19:11:25 ========================================================= 19:11:25 [edgeXBuildGoParallel] Running Tests and Build... 19:11:25 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:11:26 + make test 19:11:26 go mod tidy -compat=1.17 19:11:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:12:00 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:37 # github.com/edgexfoundry/edgex-go/internal/core/command 19:13:37 internal/core/command/main.go:61:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/core/command/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:13:37 *"github.com/edgexfoundry/edgex-go/internal/core/command/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:37 # github.com/edgexfoundry/edgex-go/internal/security/config 19:13:37 internal/security/config/main.go:54:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:13:37 *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:37 # github.com/edgexfoundry/edgex-go/internal/core/data 19:13:37 internal/core/data/main.go:62:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/core/data/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:13:37 *"github.com/edgexfoundry/edgex-go/internal/core/data/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:39 # github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis 19:13:39 internal/security/bootstrapper/redis/configure.go:55:45: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config".ConfigurationStruct) as type interfaces.Configuration in argument to bootstrap.RunAndReturnWaitGroup: 19:13:39 *"github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config".ConfigurationStruct does not implement interfaces.Configuration (missing GetTelemetryInfo method) 19:13:39 # github.com/edgexfoundry/edgex-go/internal/core/metadata 19:13:39 internal/core/metadata/main.go:60:58: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/core/metadata/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.RunAndReturnWaitGroup: 19:13:39 *"github.com/edgexfoundry/edgex-go/internal/core/metadata/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:40 # github.com/edgexfoundry/edgex-go/internal/security/proxy 19:13:40 internal/security/proxy/main.go:65:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:13:40 *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:41 # github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider 19:13:41 internal/security/spiffetokenprovider/main.go:47:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:13:41 *"github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:41 # github.com/edgexfoundry/edgex-go/internal/security/secretstore 19:13:41 internal/security/secretstore/main.go:69:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:13:41 *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:43 # github.com/edgexfoundry/edgex-go/internal/support/scheduler 19:13:43 internal/support/scheduler/main.go:61:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/support/scheduler/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:13:43 *"github.com/edgexfoundry/edgex-go/internal/support/scheduler/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:44 # github.com/edgexfoundry/edgex-go/internal/support/notifications 19:13:44 internal/support/notifications/main.go:67:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/support/notifications/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:13:44 *"github.com/edgexfoundry/edgex-go/internal/support/notifications/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:44 # github.com/edgexfoundry/edgex-go/internal/system/agent 19:13:44 internal/system/agent/main.go:60:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/system/agent/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:13:44 *"github.com/edgexfoundry/edgex-go/internal/system/agent/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.341s coverage: 28.7% of statements 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.414s coverage: 98.5% of statements 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.686s coverage: 54.9% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.652s coverage: 89.2% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.394s coverage: 84.4% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.198s coverage: 95.4% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/io 0.393s coverage: 72.2% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.619s coverage: 60.0% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.607s coverage: 0.9% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.303s coverage: 58.8% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.288s coverage: 24.0% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.238s coverage: 47.1% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.254s coverage: 79.5% of statements 19:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.258s coverage: 94.1% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.284s coverage: 96.3% of statements 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.212s coverage: 87.5% of statements 19:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.221s coverage: 94.4% of statements 19:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.243s coverage: 44.8% of statements 19:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.717s coverage: 82.5% of statements 19:14:54 # github.com/edgexfoundry/edgex-go/internal/security/proxy [github.com/edgexfoundry/edgex-go/internal/security/proxy.test] 19:14:54 internal/security/proxy/main.go:65: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:14:54 *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:14:54 # github.com/edgexfoundry/edgex-go/internal/security/secretstore [github.com/edgexfoundry/edgex-go/internal/security/secretstore.test] 19:14:54 internal/security/secretstore/main.go:69: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: 19:14:54 *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetTelemetryInfo method) 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.267s coverage: 92.9% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 65.1% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.210s coverage: 87.2% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.262s coverage: 58.8% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.314s coverage: 80.0% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.259s coverage: 87.2% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.297s coverage: 85.4% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.847s coverage: 91.2% of statements 19:14:55 FAIL github.com/edgexfoundry/edgex-go/internal/security/fileprovider [build failed] 19:14:55 FAIL github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks [build failed] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 89.4% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 19:14:55 FAIL github.com/edgexfoundry/edgex-go/internal/security/proxy [build failed] 19:14:55 FAIL github.com/edgexfoundry/edgex-go/internal/security/secretstore [build failed] 19:14:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.262s coverage: 89.5% of statements 19:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.274s coverage: 84.8% of statements 19:15:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.277s coverage: 17.7% of statements 19:15:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.620s coverage: 92.3% of statements 19:15:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.271s coverage: 63.2% of statements 19:15:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.527s coverage: 97.7% of statements 19:15:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.311s coverage: 28.9% of statements 19:15:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.222s coverage: 100.0% of statements 19:15:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements 19:15:12 make: *** [Makefile:113: unittest] Error 2 [Pipeline] } 19:15:12 $ docker stop --time=1 2f895f71c7396d5cc131f4c23954faa3a3cc6d96d25c50995693a131bdf9ccc9 19:15:14 $ docker rm -f 2f895f71c7396d5cc131f4c23954faa3a3cc6d96d25c50995693a131bdf9ccc9 [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] sh 19:15:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:15:16 19:15:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 19:15:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:15:16 arm64: Pulling from edgex-lftools-log-publisher 19:15:16 8998bd30e6a1: Pulling fs layer 19:15:16 04944245beec: Pulling fs layer 19:15:16 699f458cf7ca: Pulling fs layer 19:15:16 765212b225bb: Pulling fs layer 19:15:16 f23df028b6ca: Pulling fs layer 19:15:16 d65c8cfc05b1: Pulling fs layer 19:15:16 2437ff75d9bd: Pulling fs layer 19:15:16 765212b225bb: Waiting 19:15:16 f23df028b6ca: Waiting 19:15:16 d65c8cfc05b1: Waiting 19:15:16 2437ff75d9bd: Waiting 19:15:16 04944245beec: Verifying Checksum 19:15:16 04944245beec: Download complete 19:15:16 765212b225bb: Verifying Checksum 19:15:16 765212b225bb: Download complete 19:15:16 f23df028b6ca: Download complete 19:15:16 d65c8cfc05b1: Verifying Checksum 19:15:16 d65c8cfc05b1: Download complete 19:15:17 699f458cf7ca: Verifying Checksum 19:15:17 699f458cf7ca: Download complete 19:15:17 8998bd30e6a1: Verifying Checksum 19:15:17 8998bd30e6a1: Download complete 19:15:20 2437ff75d9bd: Verifying Checksum 19:15:20 2437ff75d9bd: Download complete 19:15:22 8998bd30e6a1: Pull complete 19:15:22 04944245beec: Pull complete 19:15:24 699f458cf7ca: Pull complete 19:15:24 765212b225bb: Pull complete 19:15:25 f23df028b6ca: Pull complete 19:15:25 d65c8cfc05b1: Pull complete 19:15:40 2437ff75d9bd: Pull complete 19:15:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:15:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:15:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 19:15:40 prd-ubuntu20.04-docker-arm64-4c-16g-20712 does not seem to be running inside a container 19:15:40 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:15:43 $ docker top 7d141a6b51b92cc81ff5e178837c41e0a9963136cadacf4762eb7bc23801fff4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:15:44 ---> job-cost.sh 19:15:44 lf-activate-venv: SKIPPING 19:15:44 INFO: No Stack... 19:15:44 INFO: Retrieving Pricing Info for: v3-standard-4 19:15:45 INFO: Archiving Costs [Pipeline] sh 19:15:46 + + cut -d, -f6 19:15:46 cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 19:15:46 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3960-1-stack-cost] 19:15:46 Resource [jenkins-edgexfoundry-edgex-go-PR-3960-1-stack-cost] did not exist. Created. 19:15:46 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3960-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:15:47 + echo total: 0.10999999940395355 [Pipeline] stash 19:15:48 Stashed 1 file(s) [Pipeline] } 19:15:48 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3960-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:15:48 $ docker stop --time=1 7d141a6b51b92cc81ff5e178837c41e0a9963136cadacf4762eb7bc23801fff4 19:15:49 $ docker rm -f 7d141a6b51b92cc81ff5e178837c41e0a9963136cadacf4762eb7bc23801fff4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:15:50 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 19:15:51 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:15:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:15:53 ---> package-listing.sh 19:15:53 ++ facter osfamily 19:15:53 ++ tr '[:upper:]' '[:lower:]' 19:15:53 + OS_FAMILY=debian 19:15:53 + workspace=/w/workspace/edgex-go/1 19:15:53 + START_PACKAGES=/tmp/packages_start.txt 19:15:53 + END_PACKAGES=/tmp/packages_end.txt 19:15:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:15:53 + PACKAGES=/tmp/packages_start.txt 19:15:53 + '[' /w/workspace/edgex-go/1 ']' 19:15:53 + PACKAGES=/tmp/packages_end.txt 19:15:53 + case "${OS_FAMILY}" in 19:15:53 + dpkg -l 19:15:53 + grep '^ii' 19:15:53 + '[' -f /tmp/packages_start.txt ']' 19:15:53 + '[' -f /tmp/packages_end.txt ']' 19:15:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:15:53 + '[' /w/workspace/edgex-go/1 ']' 19:15:53 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:15:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:15:53 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 19:15:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:15:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:15:54 19:15:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 19:15:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:15:54 latest: Pulling from edgex-lftools-log-publisher 19:15:54 5eb5b503b376: Pulling fs layer 19:15:54 5c69ac0246d0: Pulling fs layer 19:15:54 ec43610c2a17: Pulling fs layer 19:15:54 3a2ae6a8a46f: Pulling fs layer 19:15:54 33b1e0a273af: Pulling fs layer 19:15:54 5d3b04190fa2: Pulling fs layer 19:15:54 2f39f015ded8: Pulling fs layer 19:15:54 5d3b04190fa2: Waiting 19:15:54 33b1e0a273af: Waiting 19:15:54 3a2ae6a8a46f: Waiting 19:15:54 2f39f015ded8: Waiting 19:15:54 5c69ac0246d0: Download complete 19:15:54 3a2ae6a8a46f: Verifying Checksum 19:15:54 3a2ae6a8a46f: Download complete 19:15:54 33b1e0a273af: Verifying Checksum 19:15:54 33b1e0a273af: Download complete 19:15:54 ec43610c2a17: Verifying Checksum 19:15:54 ec43610c2a17: Download complete 19:15:54 5d3b04190fa2: Verifying Checksum 19:15:54 5d3b04190fa2: Download complete 19:15:54 5eb5b503b376: Verifying Checksum 19:15:54 5eb5b503b376: Download complete 19:15:55 2f39f015ded8: Download complete 19:15:56 5eb5b503b376: Pull complete 19:15:56 5c69ac0246d0: Pull complete 19:15:56 ec43610c2a17: Pull complete 19:15:56 3a2ae6a8a46f: Pull complete 19:15:57 33b1e0a273af: Pull complete 19:15:57 5d3b04190fa2: Pull complete 19:16:01 2f39f015ded8: Pull complete 19:16:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:16:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:16:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 19:16:01 prd-ubuntu20.04-docker-8c-8g-20710 does not seem to be running inside a container 19:16:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:16:03 $ docker top 77c75d37dd8e95c02dafcd379c7559544abe1ad13fcd57ff1426f266e044f2bd -eo pid,comm [Pipeline] { [Pipeline] sh 19:16:03 + touch /tmp/pre-build-complete [Pipeline] sh 19:16:03 + mkdir -p /var/log/sysstat [Pipeline] sh 19:16:04 + ls /var/log/sa-host 19:16:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:16:04 provisioning config files... 19:16:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3465734133008216850tmp [Pipeline] { [Pipeline] echo 19:16:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:16:04 ---> create-netrc.sh [Pipeline] } 19:16:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:16:05 ---> python-tools-install.sh [Pipeline] echo 19:16:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:16:05 ---> sudo-logs.sh 19:16:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:16:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:16:06 ---> job-cost.sh 19:16:06 lf-activate-venv: SKIPPING 19:16:06 DEBUG: total: 0.10999999940395355 19:16:06 INFO: Retrieving Stack Cost... 19:16:06 INFO: Retrieving Pricing Info for: v3-standard-8 19:16:06 INFO: Archiving Costs [Pipeline] echo 19:16:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:16:07 ---> logs-deploy.sh 19:16:07 lf-activate-venv: SKIPPING 19:16:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3960/1 19:16:07 INFO: archiving workspace using pattern(s): 19:16:08 Archives upload complete. 19:16:08 INFO: archiving logs to Nexus