Pull request #4101 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99+66f7195aaa021911302e3f29534e7389e02a11e8 (7cbad3209981e37654a2f44b76c66c3f8ac80a48) 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-ssh12568203919116055013.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh7954783170586058833.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-4101/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-4101/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3644260244290610759.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-4101/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2769221929184309445.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh2943153018349589761.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-4101/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-4101/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8327998362595877325.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-20719 in /w/workspace/edgexfoundry_edgex-go_PR-4101 [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/4101/head:refs/remotes/origin/PR-4101 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 66f7195aaa021911302e3f29534e7389e02a11e8 into PR head commit 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 Merge succeeded, producing 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 Checking out Revision 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 (PR-4101) > git config core.sparsecheckout # timeout=10 > git checkout -f 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 # 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 66f7195aaa021911302e3f29534e7389e02a11e8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 # timeout=10 Commit message: "feat: Implement Device System Events" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-21T22:51:51.238Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-21T22:51:51.395Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-21T22:51:51.490Z] ========================================================= [2022-07-21T22:51:51.490Z] EdgeX Global Pipelines Version Info [2022-07-21T22:51:51.490Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:51:52.281Z] ------------------- [2022-07-21T22:51:52.281Z] stable info: [2022-07-21T22:51:52.281Z] ------------------- [2022-07-21T22:51:52.281Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-21T22:51:52.281Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-07-21T22:51:52.281Z] Message: update stable to v1.0.238 [2022-07-21T22:51:52.854Z] ------------------- [2022-07-21T22:51:52.854Z] experimental info: [2022-07-21T22:51:52.854Z] ------------------- [2022-07-21T22:51:52.854Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-21T22:51:52.854Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-07-21T22:51:52.854Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-21T22:51:53.224Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-07-21T22:51:53.269Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-07-21T22:51:53.310Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-21T22:51:53.347Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-21T22:51:53.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-21T22:51:53.421Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-07-21T22:51:53.459Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-21T22:51:53.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-07-21T22:51:53.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-07-21T22:51:53.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-07-21T22:51:53.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-21T22:51:53.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-21T22:51:53.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-21T22:51:53.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-21T22:51:53.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-21T22:51:53.779Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-21T22:51:53.814Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-21T22:51:53.848Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-21T22:51:53.884Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-21T22:51:53.922Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-21T22:51:53.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-21T22:51:53.998Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-21T22:51:54.038Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-21T22:51:54.073Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4101 [Pipeline] echo [2022-07-21T22:51:54.108Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4101 [Pipeline] echo [2022-07-21T22:51:54.144Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4101 [Pipeline] echo [2022-07-21T22:51:54.180Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 [Pipeline] echo [2022-07-21T22:51:54.213Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 59c804e [Pipeline] echo [2022-07-21T22:51:54.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-21T22:51:54.361Z] provisioning config files... [2022-07-21T22:51:54.377Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config218704957389390556tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:51:54.715Z] ---> docker-login.sh [2022-07-21T22:51:54.715Z] nexus3.edgexfoundry.org:10001 [2022-07-21T22:51:54.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:51:54.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:51:54.975Z] Configure a credential helper to remove this warning. See [2022-07-21T22:51:54.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:51:54.975Z] [2022-07-21T22:51:54.975Z] Login Succeeded [2022-07-21T22:51:54.975Z] nexus3.edgexfoundry.org:10002 [2022-07-21T22:51:55.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:51:55.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:51:55.236Z] Configure a credential helper to remove this warning. See [2022-07-21T22:51:55.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:51:55.236Z] [2022-07-21T22:51:55.236Z] Login Succeeded [2022-07-21T22:51:55.236Z] nexus3.edgexfoundry.org:10003 [2022-07-21T22:51:55.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:51:55.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:51:55.236Z] Configure a credential helper to remove this warning. See [2022-07-21T22:51:55.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:51:55.236Z] [2022-07-21T22:51:55.236Z] Login Succeeded [2022-07-21T22:51:55.236Z] nexus3.edgexfoundry.org:10004 [2022-07-21T22:51:55.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:51:55.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:51:55.498Z] Configure a credential helper to remove this warning. See [2022-07-21T22:51:55.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:51:55.498Z] [2022-07-21T22:51:55.498Z] Login Succeeded [2022-07-21T22:51:55.498Z] docker.io [2022-07-21T22:51:55.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:51:55.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:51:55.761Z] Configure a credential helper to remove this warning. See [2022-07-21T22:51:55.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:51:55.761Z] [2022-07-21T22:51:55.761Z] Login Succeeded [2022-07-21T22:51:56.025Z] ---> docker-login.sh ends [Pipeline] } [2022-07-21T22:51:56.051Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-21T22:51:56.478Z] + 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-07-21T22:51:56.478Z] + dirname+ cmd/core-command/Dockerfile [2022-07-21T22:51:56.478Z] cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo core-command,cmd/core-command/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/core-data/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo core-data,cmd/core-data/Dockerfile [2022-07-21T22:51:56.478Z] + + dirname cmd/core-metadata/Dockerfile [2022-07-21T22:51:56.478Z] cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/security-spire-agent/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + dirname cmd/security-spire-config/Dockerfile [2022-07-21T22:51:56.478Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/security-spire-server/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/support-notifications/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/support-scheduler/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-07-21T22:51:56.478Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-07-21T22:51:56.478Z] + cut -d/ -f2 [2022-07-21T22:51:56.478Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-07-21T22:51:56.531Z] 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-07-21T22:51:57.026Z] + git rev-list -1 --merges 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99~1..59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 [Pipeline] echo [2022-07-21T22:51:57.063Z] -----------> git rev-list -1 --merges 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99~1..59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 [false] [Pipeline] sh [2022-07-21T22:51:57.377Z] + git log --format=format:%s -1 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 [Pipeline] echo [2022-07-21T22:51:57.412Z] ========================================================= [2022-07-21T22:51:57.412Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-21T22:51:57.412Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-07-21T22:51:57.910Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-21T22:51:57.910Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-21T22:51:57.910Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-21T22:51:57.910Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-21T22:51:57.910Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2022-07-21T22:51:57.910Z] -a /etc/ssh/ssh_known_hosts [2022-07-21T22:51:57.910Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-21T22:51:58.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-21T22:51:58.341Z] [2022-07-21T22:51:58.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-21T22:51:58.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-21T22:51:58.717Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-21T22:51:58.717Z] b85a868b505f: Pulling fs layer [2022-07-21T22:51:58.717Z] e2be974225ed: Pulling fs layer [2022-07-21T22:51:58.717Z] 339a4e72a1f5: Pulling fs layer [2022-07-21T22:51:58.717Z] 988bab9f4d93: Pulling fs layer [2022-07-21T22:51:58.717Z] 1469e6f7b9e6: Pulling fs layer [2022-07-21T22:51:58.717Z] eaf3925da568: Pulling fs layer [2022-07-21T22:51:58.717Z] bab4dde63d76: Pulling fs layer [2022-07-21T22:51:58.718Z] bde34c3a00c8: Pulling fs layer [2022-07-21T22:51:58.718Z] b352a97aabf1: Pulling fs layer [2022-07-21T22:51:58.718Z] 4872d77fe225: Pulling fs layer [2022-07-21T22:51:58.718Z] 5851b861e8e6: Pulling fs layer [2022-07-21T22:51:58.718Z] 988bab9f4d93: Waiting [2022-07-21T22:51:58.718Z] 1469e6f7b9e6: Waiting [2022-07-21T22:51:58.718Z] eaf3925da568: Waiting [2022-07-21T22:51:58.718Z] bab4dde63d76: Waiting [2022-07-21T22:51:58.718Z] bde34c3a00c8: Waiting [2022-07-21T22:51:58.718Z] 4872d77fe225: Waiting [2022-07-21T22:51:58.718Z] 5851b861e8e6: Waiting [2022-07-21T22:51:58.718Z] b352a97aabf1: Waiting [2022-07-21T22:51:58.718Z] e2be974225ed: Download complete [2022-07-21T22:51:58.718Z] 988bab9f4d93: Verifying Checksum [2022-07-21T22:51:58.718Z] 988bab9f4d93: Download complete [2022-07-21T22:51:58.982Z] 1469e6f7b9e6: Verifying Checksum [2022-07-21T22:51:58.982Z] 1469e6f7b9e6: Download complete [2022-07-21T22:51:58.982Z] eaf3925da568: Download complete [2022-07-21T22:51:58.982Z] 339a4e72a1f5: Verifying Checksum [2022-07-21T22:51:58.982Z] 339a4e72a1f5: Download complete [2022-07-21T22:51:58.982Z] bde34c3a00c8: Verifying Checksum [2022-07-21T22:51:58.982Z] bde34c3a00c8: Download complete [2022-07-21T22:51:58.982Z] b85a868b505f: Verifying Checksum [2022-07-21T22:51:58.982Z] b85a868b505f: Download complete [2022-07-21T22:51:58.982Z] b352a97aabf1: Download complete [2022-07-21T22:51:58.982Z] 4872d77fe225: Download complete [2022-07-21T22:51:58.982Z] 5851b861e8e6: Download complete [2022-07-21T22:51:59.242Z] bab4dde63d76: Download complete [2022-07-21T22:52:00.180Z] b85a868b505f: Pull complete [2022-07-21T22:52:00.440Z] e2be974225ed: Pull complete [2022-07-21T22:52:00.701Z] 339a4e72a1f5: Pull complete [2022-07-21T22:52:00.961Z] 988bab9f4d93: Pull complete [2022-07-21T22:52:01.222Z] 1469e6f7b9e6: Pull complete [2022-07-21T22:52:01.222Z] eaf3925da568: Pull complete [2022-07-21T22:52:03.135Z] bab4dde63d76: Pull complete [2022-07-21T22:52:03.135Z] bde34c3a00c8: Pull complete [2022-07-21T22:52:03.135Z] b352a97aabf1: Pull complete [2022-07-21T22:52:03.135Z] 4872d77fe225: Pull complete [2022-07-21T22:52:03.135Z] 5851b861e8e6: Pull complete [2022-07-21T22:52:03.135Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-21T22:52:03.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-21T22:52:03.135Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-21T22:52:03.355Z] prd-ubuntu20.04-docker-8c-8g-20719 does not seem to be running inside a container [2022-07-21T22:52:03.383Z] $ 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-07-21T22:52:04.715Z] $ docker top c4f5c50a08f44c8ce325f3ae2b4879f23fbec7eba1362fb8a927f6da6efac06a -eo pid,comm [2022-07-21T22:52:04.793Z] 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-07-21T22:52:04.793Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-21T22:52:04.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-21T22:52:04.914Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-21T22:52:05.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-21T22:52:05.039Z] $ docker exec c4f5c50a08f44c8ce325f3ae2b4879f23fbec7eba1362fb8a927f6da6efac06a ssh-agent [2022-07-21T22:52:05.182Z] SSH_AUTH_SOCK=/tmp/ssh-PKaYk6eT41nv/agent.35 [2022-07-21T22:52:05.182Z] SSH_AGENT_PID=41 [2022-07-21T22:52:05.189Z] Running ssh-add (command line suppressed) [2022-07-21T22:52:05.307Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6670624749367355103.key (/w/workspace/edgex-go/1@tmp/private_key_6670624749367355103.key) [2022-07-21T22:52:05.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-21T22:52:05.665Z] + git tag --points-at HEAD [Pipeline] } [2022-07-21T22:52:05.681Z] $ docker exec --env ******** --env ******** c4f5c50a08f44c8ce325f3ae2b4879f23fbec7eba1362fb8a927f6da6efac06a ssh-agent -k [2022-07-21T22:52:05.795Z] unset SSH_AUTH_SOCK; [2022-07-21T22:52:05.797Z] unset SSH_AGENT_PID; [2022-07-21T22:52:05.797Z] echo Agent pid 41 killed; [2022-07-21T22:52:05.816Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-21T22:52:05.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-21T22:52:05.897Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-21T22:52:06.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-21T22:52:06.027Z] $ docker exec c4f5c50a08f44c8ce325f3ae2b4879f23fbec7eba1362fb8a927f6da6efac06a ssh-agent [2022-07-21T22:52:06.151Z] SSH_AUTH_SOCK=/tmp/ssh-8qTb8AifJGzG/agent.74 [2022-07-21T22:52:06.151Z] SSH_AGENT_PID=80 [2022-07-21T22:52:06.157Z] Running ssh-add (command line suppressed) [2022-07-21T22:52:06.266Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3545786057695124709.key (/w/workspace/edgex-go/1@tmp/private_key_3545786057695124709.key) [2022-07-21T22:52:06.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-21T22:52:06.624Z] + git semver init [2022-07-21T22:52:06.885Z] 2022-07-21 22:52:06,828 [run_init] DEBUG init version:0.0.0 force:False [2022-07-21T22:52:06.885Z] 2022-07-21 22:52:06,830 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-07-21T22:52:06.885Z] 2022-07-21 22:52:06,831 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-07-21T22:52:06.885Z] 2022-07-21 22:52:06,831 [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-07-21T22:52:11.184Z] 2022-07-21 22:52:10,629 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-07-21T22:52:11.184Z] 2022-07-21 22:52:10,629 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4101 with force:False [2022-07-21T22:52:11.184Z] 2022-07-21 22:52:10,630 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4101 [2022-07-21T22:52:11.184Z] 2022-07-21 22:52:10,634 [execute] INFO git cat-file --batch-check [2022-07-21T22:52:11.184Z] 2022-07-21 22:52:10,634 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-07-21T22:52:11.184Z] 2022-07-21 22:52:10,640 [execute] INFO git cat-file --batch [2022-07-21T22:52:11.184Z] 2022-07-21 22:52:10,640 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-07-21T22:52:11.184Z] 2022-07-21 22:52:10,644 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4101 [2022-07-21T22:52:11.184Z] 0.0.0 [Pipeline] } [2022-07-21T22:52:11.207Z] $ docker exec --env ******** --env ******** c4f5c50a08f44c8ce325f3ae2b4879f23fbec7eba1362fb8a927f6da6efac06a ssh-agent -k [2022-07-21T22:52:11.307Z] unset SSH_AUTH_SOCK; [2022-07-21T22:52:11.308Z] unset SSH_AGENT_PID; [2022-07-21T22:52:11.308Z] echo Agent pid 80 killed; [2022-07-21T22:52:11.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-21T22:52:11.757Z] + git semver [Pipeline] } [2022-07-21T22:52:12.042Z] $ docker stop --time=1 c4f5c50a08f44c8ce325f3ae2b4879f23fbec7eba1362fb8a927f6da6efac06a [2022-07-21T22:52:13.343Z] $ docker rm -f c4f5c50a08f44c8ce325f3ae2b4879f23fbec7eba1362fb8a927f6da6efac06a [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-21T22:52:13.757Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-21T22:52:14.039Z] Stashed 1 file(s) [Pipeline] echo [2022-07-21T22:52:14.057Z] [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-07-21T22:52:14.851Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-07-21T22:52:14.889Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-21T22:52:14.924Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-21T22:52:14.953Z] ========================================================= [2022-07-21T22:52:14.953Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-07-21T22:52:14.953Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-21T22:52:15.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-21T22:52:15.297Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-21T22:52:15.297Z] 2408cc74d12b: Pulling fs layer [2022-07-21T22:52:15.297Z] ea60b727a1ce: Pulling fs layer [2022-07-21T22:52:15.297Z] 30c4a7721957: Pulling fs layer [2022-07-21T22:52:15.297Z] 370296b7ddb6: Pulling fs layer [2022-07-21T22:52:15.297Z] 7c6cee850709: Pulling fs layer [2022-07-21T22:52:15.297Z] 39a5fcdaea64: Pulling fs layer [2022-07-21T22:52:15.297Z] d94ebbe4e438: Pulling fs layer [2022-07-21T22:52:15.297Z] bcfd1f05c69d: Pulling fs layer [2022-07-21T22:52:15.297Z] 59ccb84bbe0f: Pulling fs layer [2022-07-21T22:52:15.297Z] 370296b7ddb6: Waiting [2022-07-21T22:52:15.297Z] 7c6cee850709: Waiting [2022-07-21T22:52:15.297Z] 39a5fcdaea64: Waiting [2022-07-21T22:52:15.297Z] d94ebbe4e438: Waiting [2022-07-21T22:52:15.297Z] bcfd1f05c69d: Waiting [2022-07-21T22:52:15.297Z] 59ccb84bbe0f: Waiting [2022-07-21T22:52:15.297Z] 30c4a7721957: Verifying Checksum [2022-07-21T22:52:15.297Z] 30c4a7721957: Download complete [2022-07-21T22:52:15.297Z] ea60b727a1ce: Verifying Checksum [2022-07-21T22:52:15.297Z] ea60b727a1ce: Download complete [2022-07-21T22:52:15.297Z] 7c6cee850709: Verifying Checksum [2022-07-21T22:52:15.297Z] 7c6cee850709: Download complete [2022-07-21T22:52:15.297Z] 39a5fcdaea64: Download complete [2022-07-21T22:52:15.297Z] 2408cc74d12b: Verifying Checksum [2022-07-21T22:52:15.297Z] d94ebbe4e438: Verifying Checksum [2022-07-21T22:52:15.297Z] d94ebbe4e438: Download complete [2022-07-21T22:52:15.563Z] 2408cc74d12b: Pull complete [2022-07-21T22:52:15.563Z] ea60b727a1ce: Pull complete [2022-07-21T22:52:15.563Z] 30c4a7721957: Pull complete [2022-07-21T22:52:16.160Z] 59ccb84bbe0f: Verifying Checksum [2022-07-21T22:52:16.160Z] 59ccb84bbe0f: Download complete [2022-07-21T22:52:16.160Z] 370296b7ddb6: Verifying Checksum [2022-07-21T22:52:16.160Z] 370296b7ddb6: Download complete [2022-07-21T22:52:16.422Z] bcfd1f05c69d: Verifying Checksum [2022-07-21T22:52:16.422Z] bcfd1f05c69d: Download complete [2022-07-21T22:52:20.620Z] 370296b7ddb6: Pull complete [2022-07-21T22:52:20.620Z] 7c6cee850709: Pull complete [2022-07-21T22:52:20.620Z] 39a5fcdaea64: Pull complete [2022-07-21T22:52:20.621Z] d94ebbe4e438: Pull complete [2022-07-21T22:52:22.017Z] bcfd1f05c69d: Pull complete [2022-07-21T22:52:22.955Z] 59ccb84bbe0f: Pull complete [2022-07-21T22:52:22.955Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-07-21T22:52:22.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-21T22:52:22.955Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-21T22:52:23.308Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-21T22:52:23.308Z] WORKDIR /edgex [2022-07-21T22:52:23.308Z] COPY go.mod . [2022-07-21T22:52:23.308Z] RUN go mod download [2022-07-21T22:52:23.308Z] + docker build -t ci-base-image-x86_64 -f - . [2022-07-21T22:52:24.687Z] Sending build context to Docker daemon 335.3MB [2022-07-21T22:52:24.687Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-21T22:52:24.687Z] ---> a4fb48ad2a94 [2022-07-21T22:52:24.687Z] Step 2/4 : WORKDIR /edgex [2022-07-21T22:52:26.600Z] ---> Running in a137cf542110 [2022-07-21T22:52:26.600Z] Removing intermediate container a137cf542110 [2022-07-21T22:52:26.600Z] ---> 78afc9a37cd2 [2022-07-21T22:52:26.600Z] Step 3/4 : COPY go.mod . [2022-07-21T22:52:26.600Z] ---> 5ca4577d1f66 [2022-07-21T22:52:26.600Z] Step 4/4 : RUN go mod download [2022-07-21T22:52:26.600Z] ---> Running in fdf8b26883b1 [2022-07-21T22:52:28.515Z] go: github.com/edgexfoundry/go-mod-bootstrap/v2@v2.2.0 (replaced by ../MODS/go-mod-bootstrap): reading /MODS/go-mod-bootstrap/go.mod: open /MODS/go-mod-bootstrap/go.mod: no such file or directory [2022-07-21T22:52:28.779Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [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 [2022-07-21T22:52:29.367Z] Still waiting to schedule task [2022-07-21T22:52:29.367Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-21T22:52:29.671Z] Failed in branch amd64 [2022-07-21T22:54:07.931Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-20720 in /w/workspace/edgexfoundry_edgex-go_PR-4101 [Pipeline] { [Pipeline] ws [2022-07-21T22:54:07.969Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-07-21T22:54:08.061Z] The recommended git tool is: git [2022-07-21T22:54:14.123Z] using credential edgex-jenkins-ssh [2022-07-21T22:54:14.140Z] Cloning the remote Git repository [2022-07-21T22:54:14.194Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-07-21T22:54:14.264Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-07-21T22:54:14.354Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-21T22:54:14.354Z] > git --version # timeout=10 [2022-07-21T22:54:14.378Z] > git --version # 'git version 2.25.1' [2022-07-21T22:54:14.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-21T22:54:14.545Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-21T22:54:31.883Z] Merging remotes/origin/main commit 66f7195aaa021911302e3f29534e7389e02a11e8 into PR head commit 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 [2022-07-21T22:54:32.253Z] Merge succeeded, producing 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 [2022-07-21T22:54:32.253Z] Checking out Revision 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 (PR-4101) [2022-07-21T22:54:31.049Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-21T22:54:31.079Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-21T22:54:31.104Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-21T22:54:31.155Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-21T22:54:31.156Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-21T22:54:31.169Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4101/head:refs/remotes/origin/PR-4101 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-07-21T22:54:31.904Z] > git config core.sparsecheckout # timeout=10 [2022-07-21T22:54:31.923Z] > git checkout -f 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 # timeout=10 [2022-07-21T22:54:32.157Z] > git remote # timeout=10 [2022-07-21T22:54:32.179Z] > git config --get remote.origin.url # timeout=10 [2022-07-21T22:54:32.194Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-21T22:54:32.213Z] > git merge 66f7195aaa021911302e3f29534e7389e02a11e8 # timeout=10 [2022-07-21T22:54:32.239Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-21T22:54:32.264Z] > git config core.sparsecheckout # timeout=10 [2022-07-21T22:54:32.280Z] > git checkout -f 59c804e96ce6a5b47ddbcafe1f02e0a5a0b89c99 # timeout=10 [2022-07-21T22:54:36.498Z] Commit message: "feat: Implement Device System Events" [2022-07-21T22:54:36.561Z] > git --version # timeout=10 [2022-07-21T22:54:36.576Z] > git --version # 'git version 2.25.1' [2022-07-21T22:54:36.594Z] fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-21T22:54:37.662Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-21T22:54:37.662Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-21T22:54:37.662Z] Dload Upload Total Spent Left Speed [2022-07-21T22:54:37.662Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 76596 0 --:--:-- --:--:-- --:--:-- 76596 [Pipeline] sh [2022-07-21T22:54:38.511Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-21T22:54:38.870Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-21T22:54:38.871Z] + sudo tee /etc/docker/daemon.new [2022-07-21T22:54:38.871Z] { [2022-07-21T22:54:38.871Z] "registry-mirrors": [ [2022-07-21T22:54:38.871Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-21T22:54:38.871Z] ], [2022-07-21T22:54:38.871Z] "bip": "10.250.0.254/24", [2022-07-21T22:54:38.871Z] "hosts": [ [2022-07-21T22:54:38.871Z] "tcp://0.0.0.0:5555", [2022-07-21T22:54:38.871Z] "unix:///var/run/docker.sock" [2022-07-21T22:54:38.871Z] ], [2022-07-21T22:54:38.871Z] "mtu": 1458, [2022-07-21T22:54:38.871Z] "selinux-enabled": true, [2022-07-21T22:54:38.871Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-21T22:54:38.871Z] } [Pipeline] sh [2022-07-21T22:54:39.221Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-21T22:54:39.579Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-21T22:54:58.142Z] provisioning config files... [2022-07-21T22:54:58.169Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7748170268303184865tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:54:58.563Z] ---> docker-login.sh [2022-07-21T22:54:58.564Z] nexus3.edgexfoundry.org:10001 [2022-07-21T22:54:59.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:54:59.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:54:59.444Z] Configure a credential helper to remove this warning. See [2022-07-21T22:54:59.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:54:59.444Z] [2022-07-21T22:54:59.444Z] Login Succeeded [2022-07-21T22:54:59.444Z] nexus3.edgexfoundry.org:10002 [2022-07-21T22:55:00.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:55:00.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:55:00.046Z] Configure a credential helper to remove this warning. See [2022-07-21T22:55:00.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:55:00.046Z] [2022-07-21T22:55:00.046Z] Login Succeeded [2022-07-21T22:55:00.046Z] nexus3.edgexfoundry.org:10003 [2022-07-21T22:55:00.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:55:00.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:55:00.597Z] Configure a credential helper to remove this warning. See [2022-07-21T22:55:00.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:55:00.597Z] [2022-07-21T22:55:00.597Z] Login Succeeded [2022-07-21T22:55:00.597Z] nexus3.edgexfoundry.org:10004 [2022-07-21T22:55:00.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:55:00.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:55:00.875Z] Configure a credential helper to remove this warning. See [2022-07-21T22:55:00.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:55:00.875Z] [2022-07-21T22:55:00.875Z] Login Succeeded [2022-07-21T22:55:00.875Z] docker.io [2022-07-21T22:55:01.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-21T22:55:01.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-21T22:55:01.754Z] Configure a credential helper to remove this warning. See [2022-07-21T22:55:01.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-21T22:55:01.754Z] [2022-07-21T22:55:01.754Z] Login Succeeded [2022-07-21T22:55:01.754Z] ---> docker-login.sh ends [Pipeline] } [2022-07-21T22:55:01.784Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-07-21T22:55:02.492Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-07-21T22:55:02.530Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-21T22:55:02.566Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-21T22:55:02.598Z] ========================================================= [2022-07-21T22:55:02.598Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-07-21T22:55:02.598Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-21T22:55:03.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-21T22:55:03.282Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-21T22:55:03.282Z] b3c136eddcbf: Pulling fs layer [2022-07-21T22:55:03.282Z] c0a3192eca97: Pulling fs layer [2022-07-21T22:55:03.282Z] a050256f5b6f: Pulling fs layer [2022-07-21T22:55:03.282Z] 656be50a0ddc: Pulling fs layer [2022-07-21T22:55:03.282Z] 2bbca73fdf42: Pulling fs layer [2022-07-21T22:55:03.282Z] 46d945488cbd: Pulling fs layer [2022-07-21T22:55:03.282Z] 8a5474983e97: Pulling fs layer [2022-07-21T22:55:03.282Z] 329c88fbcd65: Pulling fs layer [2022-07-21T22:55:03.282Z] 656be50a0ddc: Waiting [2022-07-21T22:55:03.282Z] 2bbca73fdf42: Waiting [2022-07-21T22:55:03.282Z] 46d945488cbd: Waiting [2022-07-21T22:55:03.282Z] 8a5474983e97: Waiting [2022-07-21T22:55:03.282Z] 329c88fbcd65: Waiting [2022-07-21T22:55:03.282Z] a050256f5b6f: Verifying Checksum [2022-07-21T22:55:03.282Z] a050256f5b6f: Download complete [2022-07-21T22:55:03.282Z] c0a3192eca97: Download complete [2022-07-21T22:55:03.282Z] 2bbca73fdf42: Verifying Checksum [2022-07-21T22:55:03.282Z] 2bbca73fdf42: Download complete [2022-07-21T22:55:03.282Z] 46d945488cbd: Verifying Checksum [2022-07-21T22:55:03.282Z] 46d945488cbd: Download complete [2022-07-21T22:55:03.282Z] b3c136eddcbf: Verifying Checksum [2022-07-21T22:55:03.282Z] b3c136eddcbf: Download complete [2022-07-21T22:55:04.278Z] b3c136eddcbf: Pull complete [2022-07-21T22:55:04.278Z] 329c88fbcd65: Verifying Checksum [2022-07-21T22:55:04.278Z] 329c88fbcd65: Download complete [2022-07-21T22:55:04.885Z] c0a3192eca97: Pull complete [2022-07-21T22:55:05.165Z] a050256f5b6f: Pull complete [2022-07-21T22:55:05.445Z] 8a5474983e97: Verifying Checksum [2022-07-21T22:55:05.445Z] 8a5474983e97: Download complete [2022-07-21T22:55:06.047Z] 656be50a0ddc: Download complete [2022-07-21T22:55:21.165Z] 656be50a0ddc: Pull complete [2022-07-21T22:55:21.165Z] 2bbca73fdf42: Pull complete [2022-07-21T22:55:21.165Z] 46d945488cbd: Pull complete [2022-07-21T22:55:26.587Z] 8a5474983e97: Pull complete [2022-07-21T22:55:28.025Z] 329c88fbcd65: Pull complete [2022-07-21T22:55:28.025Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-07-21T22:55:28.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-21T22:55:28.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-21T22:55:28.432Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-21T22:55:28.432Z] WORKDIR /edgex [2022-07-21T22:55:28.432Z] COPY go.mod . [2022-07-21T22:55:28.432Z] RUN go mod download [2022-07-21T22:55:28.432Z] + docker build -t ci-base-image-arm64 -f - . [2022-07-21T22:55:31.085Z] Sending build context to Docker daemon 169.3MB [2022-07-21T22:55:31.085Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-21T22:55:31.085Z] ---> ff4287adb874 [2022-07-21T22:55:31.085Z] Step 2/4 : WORKDIR /edgex [2022-07-21T22:55:33.063Z] ---> Running in e85294b340ce [2022-07-21T22:55:33.063Z] Removing intermediate container e85294b340ce [2022-07-21T22:55:33.063Z] ---> 2021499e0dcc [2022-07-21T22:55:33.063Z] Step 3/4 : COPY go.mod . [2022-07-21T22:55:33.658Z] ---> 1daf92703abf [2022-07-21T22:55:33.658Z] Step 4/4 : RUN go mod download [2022-07-21T22:55:33.658Z] ---> Running in 07f5eeaadf17 [2022-07-21T22:55:37.052Z] go: github.com/edgexfoundry/go-mod-bootstrap/v2@v2.2.0 (replaced by ../MODS/go-mod-bootstrap): reading /MODS/go-mod-bootstrap/go.mod: open /MODS/go-mod-bootstrap/go.mod: no such file or directory [2022-07-21T22:55:37.335Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [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-07-21T22:55:38.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-21T22:55:38.366Z] [2022-07-21T22:55:38.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-21T22:55:38.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-21T22:55:39.052Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-21T22:55:39.052Z] 8998bd30e6a1: Pulling fs layer [2022-07-21T22:55:39.052Z] 04944245beec: Pulling fs layer [2022-07-21T22:55:39.052Z] 699f458cf7ca: Pulling fs layer [2022-07-21T22:55:39.052Z] 765212b225bb: Pulling fs layer [2022-07-21T22:55:39.052Z] f23df028b6ca: Pulling fs layer [2022-07-21T22:55:39.052Z] d65c8cfc05b1: Pulling fs layer [2022-07-21T22:55:39.052Z] 2437ff75d9bd: Pulling fs layer [2022-07-21T22:55:39.052Z] 765212b225bb: Waiting [2022-07-21T22:55:39.052Z] f23df028b6ca: Waiting [2022-07-21T22:55:39.052Z] d65c8cfc05b1: Waiting [2022-07-21T22:55:39.052Z] 2437ff75d9bd: Waiting [2022-07-21T22:55:39.052Z] 04944245beec: Verifying Checksum [2022-07-21T22:55:39.052Z] 04944245beec: Download complete [2022-07-21T22:55:39.052Z] 765212b225bb: Download complete [2022-07-21T22:55:39.052Z] f23df028b6ca: Download complete [2022-07-21T22:55:39.052Z] d65c8cfc05b1: Verifying Checksum [2022-07-21T22:55:39.052Z] d65c8cfc05b1: Download complete [2022-07-21T22:55:39.329Z] 699f458cf7ca: Verifying Checksum [2022-07-21T22:55:39.329Z] 699f458cf7ca: Download complete [2022-07-21T22:55:39.614Z] 8998bd30e6a1: Verifying Checksum [2022-07-21T22:55:39.614Z] 8998bd30e6a1: Download complete [2022-07-21T22:55:42.242Z] 2437ff75d9bd: Verifying Checksum [2022-07-21T22:55:42.242Z] 2437ff75d9bd: Download complete [2022-07-21T22:55:44.225Z] 8998bd30e6a1: Pull complete [2022-07-21T22:55:44.501Z] 04944245beec: Pull complete [2022-07-21T22:55:45.944Z] 699f458cf7ca: Pull complete [2022-07-21T22:55:46.224Z] 765212b225bb: Pull complete [2022-07-21T22:55:46.824Z] f23df028b6ca: Pull complete [2022-07-21T22:55:47.099Z] d65c8cfc05b1: Pull complete [2022-07-21T22:56:02.204Z] 2437ff75d9bd: Pull complete [2022-07-21T22:56:02.204Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-21T22:56:02.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-21T22:56:02.204Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-21T22:56:02.586Z] prd-ubuntu20.04-docker-arm64-4c-16g-20720 does not seem to be running inside a container [2022-07-21T22:56:02.673Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-21T22:56:05.101Z] $ docker top 3b98226bc0a39992a94e44f4101f993e73f7e9199bc7a491a021d0d3b5ec2653 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:56:06.123Z] ---> job-cost.sh [2022-07-21T22:56:06.123Z] lf-activate-venv: SKIPPING [2022-07-21T22:56:06.123Z] INFO: No Stack... [2022-07-21T22:56:06.398Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-21T22:56:07.374Z] INFO: Archiving Costs [Pipeline] sh [2022-07-21T22:56:08.067Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-07-21T22:56:08.067Z] + cut -d, -f6 [Pipeline] lock [2022-07-21T22:56:08.150Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4101-1-stack-cost] [2022-07-21T22:56:08.155Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4101-1-stack-cost] did not exist. Created. [2022-07-21T22:56:08.155Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4101-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-21T22:56:08.909Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-21T22:56:09.497Z] Stashed 1 file(s) [Pipeline] } [2022-07-21T22:56:09.515Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4101-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-21T22:56:09.602Z] $ docker stop --time=1 3b98226bc0a39992a94e44f4101f993e73f7e9199bc7a491a021d0d3b5ec2653 [2022-07-21T22:56:11.136Z] $ docker rm -f 3b98226bc0a39992a94e44f4101f993e73f7e9199bc7a491a021d0d3b5ec2653 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-21T22:56:11.869Z] 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-07-21T22:56:13.266Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:56:13.600Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:56:14.495Z] ---> package-listing.sh [2022-07-21T22:56:14.495Z] ++ facter osfamily [2022-07-21T22:56:14.495Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-21T22:56:14.755Z] + OS_FAMILY=debian [2022-07-21T22:56:14.755Z] + workspace=/w/workspace/edgex-go/1 [2022-07-21T22:56:14.755Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-21T22:56:14.755Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-21T22:56:14.755Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-21T22:56:14.755Z] + PACKAGES=/tmp/packages_start.txt [2022-07-21T22:56:14.755Z] + '[' /w/workspace/edgex-go/1 ']' [2022-07-21T22:56:14.755Z] + PACKAGES=/tmp/packages_end.txt [2022-07-21T22:56:14.755Z] + case "${OS_FAMILY}" in [2022-07-21T22:56:14.755Z] + grep '^ii' [2022-07-21T22:56:14.755Z] + dpkg -l [2022-07-21T22:56:14.755Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-21T22:56:14.755Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-21T22:56:14.755Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-21T22:56:14.755Z] + '[' /w/workspace/edgex-go/1 ']' [2022-07-21T22:56:14.755Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-07-21T22:56:14.755Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-07-21T22:56:14.783Z] 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-07-21T22:56:15.076Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-21T22:56:15.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-21T22:56:15.707Z] [2022-07-21T22:56:15.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-21T22:56:16.078Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-21T22:56:16.078Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-21T22:56:16.078Z] 5eb5b503b376: Pulling fs layer [2022-07-21T22:56:16.078Z] 5c69ac0246d0: Pulling fs layer [2022-07-21T22:56:16.078Z] ec43610c2a17: Pulling fs layer [2022-07-21T22:56:16.078Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-21T22:56:16.078Z] 33b1e0a273af: Pulling fs layer [2022-07-21T22:56:16.078Z] 5d3b04190fa2: Pulling fs layer [2022-07-21T22:56:16.078Z] 2f39f015ded8: Pulling fs layer [2022-07-21T22:56:16.078Z] 2f39f015ded8: Waiting [2022-07-21T22:56:16.078Z] 33b1e0a273af: Waiting [2022-07-21T22:56:16.078Z] 5c69ac0246d0: Download complete [2022-07-21T22:56:16.078Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-21T22:56:16.078Z] 3a2ae6a8a46f: Download complete [2022-07-21T22:56:16.340Z] 33b1e0a273af: Verifying Checksum [2022-07-21T22:56:16.340Z] 33b1e0a273af: Download complete [2022-07-21T22:56:16.340Z] ec43610c2a17: Verifying Checksum [2022-07-21T22:56:16.340Z] ec43610c2a17: Download complete [2022-07-21T22:56:16.340Z] 5d3b04190fa2: Download complete [2022-07-21T22:56:16.340Z] 5eb5b503b376: Verifying Checksum [2022-07-21T22:56:16.340Z] 5eb5b503b376: Download complete [2022-07-21T22:56:16.914Z] 2f39f015ded8: Download complete [2022-07-21T22:56:17.482Z] 5eb5b503b376: Pull complete [2022-07-21T22:56:17.743Z] 5c69ac0246d0: Pull complete [2022-07-21T22:56:18.001Z] ec43610c2a17: Pull complete [2022-07-21T22:56:18.001Z] 3a2ae6a8a46f: Pull complete [2022-07-21T22:56:18.261Z] 33b1e0a273af: Pull complete [2022-07-21T22:56:18.261Z] 5d3b04190fa2: Pull complete [2022-07-21T22:56:23.540Z] 2f39f015ded8: Pull complete [2022-07-21T22:56:23.540Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-21T22:56:23.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-21T22:56:23.540Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-21T22:56:23.835Z] prd-ubuntu20.04-docker-8c-8g-20719 does not seem to be running inside a container [2022-07-21T22:56:23.935Z] $ 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-07-21T22:56:25.385Z] $ docker top 3242b5a02ef895376d25026e4e00bfed5800f8b9c3d8df75fcd9deaef893bdaf -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-21T22:56:25.775Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-21T22:56:26.086Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-21T22:56:26.407Z] + ls /var/log/sa-host [2022-07-21T22:56:26.408Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-21T22:56:26.545Z] provisioning config files... [2022-07-21T22:56:26.555Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8413668051893898930tmp [Pipeline] { [Pipeline] echo [2022-07-21T22:56:26.608Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:56:26.923Z] ---> create-netrc.sh [Pipeline] } [2022-07-21T22:56:26.949Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:56:27.345Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-21T22:56:27.377Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:56:27.688Z] ---> sudo-logs.sh [2022-07-21T22:56:27.688Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-21T22:56:27.767Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:56:28.081Z] ---> job-cost.sh [2022-07-21T22:56:28.082Z] lf-activate-venv: SKIPPING [2022-07-21T22:56:28.082Z] DEBUG: total: 0.10999999940395355 [2022-07-21T22:56:28.082Z] INFO: Retrieving Stack Cost... [2022-07-21T22:56:28.654Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-21T22:56:28.917Z] INFO: Archiving Costs [Pipeline] echo [2022-07-21T22:56:28.949Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-21T22:56:29.267Z] ---> logs-deploy.sh [2022-07-21T22:56:29.267Z] lf-activate-venv: SKIPPING [2022-07-21T22:56:29.267Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4101/1 [2022-07-21T22:56:29.267Z] INFO: archiving workspace using pattern(s): [2022-07-21T22:56:30.209Z] Archives upload complete. [2022-07-21T22:56:30.470Z] INFO: archiving logs to Nexus [2022-07-21T22:56:31.040Z] ---> uname -a: [2022-07-21T22:56:31.040Z] Linux prd-ubuntu20-04-docker-8c-8g-20719 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-07-21T22:56:31.040Z] [2022-07-21T22:56:31.040Z] [2022-07-21T22:56:31.040Z] ---> lscpu: [2022-07-21T22:56:31.040Z] Architecture: x86_64 [2022-07-21T22:56:31.040Z] CPU op-mode(s): 32-bit, 64-bit [2022-07-21T22:56:31.040Z] Byte Order: Little Endian [2022-07-21T22:56:31.040Z] Address sizes: 40 bits physical, 48 bits virtual [2022-07-21T22:56:31.040Z] CPU(s): 8 [2022-07-21T22:56:31.040Z] On-line CPU(s) list: 0-7 [2022-07-21T22:56:31.040Z] Thread(s) per core: 1 [2022-07-21T22:56:31.040Z] Core(s) per socket: 1 [2022-07-21T22:56:31.040Z] Socket(s): 8 [2022-07-21T22:56:31.040Z] NUMA node(s): 1 [2022-07-21T22:56:31.040Z] Vendor ID: AuthenticAMD [2022-07-21T22:56:31.040Z] CPU family: 23 [2022-07-21T22:56:31.040Z] Model: 49 [2022-07-21T22:56:31.040Z] Model name: AMD EPYC-Rome Processor [2022-07-21T22:56:31.040Z] Stepping: 0 [2022-07-21T22:56:31.040Z] CPU MHz: 2799.998 [2022-07-21T22:56:31.040Z] BogoMIPS: 5599.99 [2022-07-21T22:56:31.040Z] Virtualization: AMD-V [2022-07-21T22:56:31.040Z] Hypervisor vendor: KVM [2022-07-21T22:56:31.040Z] Virtualization type: full [2022-07-21T22:56:31.040Z] L1d cache: 256 KiB [2022-07-21T22:56:31.040Z] L1i cache: 256 KiB [2022-07-21T22:56:31.040Z] L2 cache: 4 MiB [2022-07-21T22:56:31.040Z] L3 cache: 128 MiB [2022-07-21T22:56:31.040Z] NUMA node0 CPU(s): 0-7 [2022-07-21T22:56:31.040Z] Vulnerability Itlb multihit: Not affected [2022-07-21T22:56:31.040Z] Vulnerability L1tf: Not affected [2022-07-21T22:56:31.040Z] Vulnerability Mds: Not affected [2022-07-21T22:56:31.040Z] Vulnerability Meltdown: Not affected [2022-07-21T22:56:31.040Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-07-21T22:56:31.040Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-07-21T22:56:31.040Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-07-21T22:56:31.040Z] Vulnerability Srbds: Not affected [2022-07-21T22:56:31.040Z] Vulnerability Tsx async abort: Not affected [2022-07-21T22:56:31.040Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-07-21T22:56:31.040Z] [2022-07-21T22:56:31.040Z] [2022-07-21T22:56:31.040Z] ---> nproc: [2022-07-21T22:56:31.040Z] 8 [2022-07-21T22:56:31.040Z] [2022-07-21T22:56:31.040Z]