Pull request #3923 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 57a95723878025fcd96c6eace5eb9c2ef54941d3+6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d (cc7336bd3184b58997a88e68a969db555a8d0aab) 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-ssh17485616538385945010.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-ssh5781230927662007317.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-3923/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-3923/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8090653883837030037.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-3923/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16774593786568183125.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-ssh5440566955280395640.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-3923/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-3923/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh338021001897381516.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:true] ========================================================= [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: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-8692 in /w/workspace/edgexfoundry_edgex-go_PR-3923 [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/3923/head:refs/remotes/origin/PR-3923 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d into PR head commit 57a95723878025fcd96c6eace5eb9c2ef54941d3 Merge succeeded, producing 57a95723878025fcd96c6eace5eb9c2ef54941d3 Checking out Revision 57a95723878025fcd96c6eace5eb9c2ef54941d3 (PR-3923) > git config core.sparsecheckout # timeout=10 > git checkout -f 57a95723878025fcd96c6eace5eb9c2ef54941d3 # 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 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57a95723878025fcd96c6eace5eb9c2ef54941d3 # 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 [2022-03-23T21:09:33.762Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-23T21:09:33.927Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-23T21:09:34.020Z] ========================================================= [2022-03-23T21:09:34.020Z] EdgeX Global Pipelines Version Info [2022-03-23T21:09:34.020Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:09:34.806Z] ------------------- [2022-03-23T21:09:34.806Z] stable info: [2022-03-23T21:09:34.806Z] ------------------- [2022-03-23T21:09:34.806Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-23T21:09:34.806Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-23T21:09:34.806Z] Message: update stable to v1.0.221 [2022-03-23T21:09:35.379Z] ------------------- [2022-03-23T21:09:35.379Z] experimental info: [2022-03-23T21:09:35.379Z] ------------------- [2022-03-23T21:09:35.379Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-23T21:09:35.379Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-23T21:09:35.379Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-23T21:09:35.630Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-03-23T21:09:35.670Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-03-23T21:09:35.707Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-23T21:09:35.745Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-23T21:09:35.782Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-23T21:09:35.815Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-23T21:09:35.852Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-23T21:09:35.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-03-23T21:09:35.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-03-23T21:09:35.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-03-23T21:09:35.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-23T21:09:36.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-23T21:09:36.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-23T21:09:36.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-23T21:09:36.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-23T21:09:36.168Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-23T21:09:36.202Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-23T21:09:36.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-23T21:09:36.273Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-03-23T21:09:36.310Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-03-23T21:09:36.344Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-23T21:09:36.379Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-23T21:09:36.414Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3923 [Pipeline] echo [2022-03-23T21:09:36.450Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3923 [Pipeline] echo [2022-03-23T21:09:36.489Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3923 [Pipeline] echo [2022-03-23T21:09:36.524Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57a95723878025fcd96c6eace5eb9c2ef54941d3 [Pipeline] echo [2022-03-23T21:09:36.561Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57a9572 [Pipeline] echo [2022-03-23T21:09:36.597Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T21:09:36.704Z] provisioning config files... [2022-03-23T21:09:36.718Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1452268208169020693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:09:37.057Z] ---> docker-login.sh [2022-03-23T21:09:37.057Z] nexus3.edgexfoundry.org:10001 [2022-03-23T21:09:37.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:09:37.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:09:37.579Z] Configure a credential helper to remove this warning. See [2022-03-23T21:09:37.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:09:37.580Z] [2022-03-23T21:09:37.580Z] Login Succeeded [2022-03-23T21:09:37.580Z] nexus3.edgexfoundry.org:10002 [2022-03-23T21:09:37.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:09:37.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:09:37.580Z] Configure a credential helper to remove this warning. See [2022-03-23T21:09:37.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:09:37.580Z] [2022-03-23T21:09:37.580Z] Login Succeeded [2022-03-23T21:09:37.580Z] nexus3.edgexfoundry.org:10003 [2022-03-23T21:09:37.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:09:37.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:09:37.844Z] Configure a credential helper to remove this warning. See [2022-03-23T21:09:37.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:09:37.844Z] [2022-03-23T21:09:37.844Z] Login Succeeded [2022-03-23T21:09:37.844Z] nexus3.edgexfoundry.org:10004 [2022-03-23T21:09:37.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:09:37.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:09:37.844Z] Configure a credential helper to remove this warning. See [2022-03-23T21:09:37.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:09:37.844Z] [2022-03-23T21:09:37.844Z] Login Succeeded [2022-03-23T21:09:37.844Z] docker.io [2022-03-23T21:09:37.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:09:38.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:09:38.417Z] Configure a credential helper to remove this warning. See [2022-03-23T21:09:38.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:09:38.417Z] [2022-03-23T21:09:38.417Z] Login Succeeded [2022-03-23T21:09:38.417Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T21:09:38.444Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T21:09:38.859Z] + 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/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-03-23T21:09:38.859Z] + dirname cmd/core-command/Dockerfile [2022-03-23T21:09:38.859Z] + cut -d/ -f2 [2022-03-23T21:09:38.859Z] + echo core-command,cmd/core-command/Dockerfile [2022-03-23T21:09:38.859Z] + dirname cmd/core-data/Dockerfile [2022-03-23T21:09:38.859Z] + cut -d/ -f2 [2022-03-23T21:09:38.859Z] + echo core-data,cmd/core-data/Dockerfile [2022-03-23T21:09:38.859Z] + dirname cmd/core-metadata/Dockerfile [2022-03-23T21:09:38.859Z] + cut -d/ -f2 [2022-03-23T21:09:38.859Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-03-23T21:09:38.859Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-03-23T21:09:38.859Z] + cut -d/ -f2 [2022-03-23T21:09:38.859Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-03-23T21:09:38.859Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-03-23T21:09:38.859Z] + cut -d/ -f2 [2022-03-23T21:09:38.859Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-03-23T21:09:38.859Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-03-23T21:09:38.859Z] + cut -d/ -f2 [2022-03-23T21:09:38.859Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-03-23T21:09:38.859Z] + + dirname cmd/support-notifications/Dockerfile [2022-03-23T21:09:38.859Z] cut -d/ -f2 [2022-03-23T21:09:38.859Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-03-23T21:09:38.859Z] + dirname cmd/support-scheduler/Dockerfile [2022-03-23T21:09:38.859Z] + cut -d/ -f2 [2022-03-23T21:09:38.859Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-03-23T21:09:38.859Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-03-23T21:09:38.859Z] + cut -d/ -f2 [2022-03-23T21:09:38.859Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-03-23T21:09:38.955Z] 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: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-03-23T21:09:39.474Z] + git rev-list -1 --merges 57a95723878025fcd96c6eace5eb9c2ef54941d3~1..57a95723878025fcd96c6eace5eb9c2ef54941d3 [Pipeline] echo [2022-03-23T21:09:39.511Z] -----------> git rev-list -1 --merges 57a95723878025fcd96c6eace5eb9c2ef54941d3~1..57a95723878025fcd96c6eace5eb9c2ef54941d3 57a95723878025fcd96c6eace5eb9c2ef54941d3 [false] [Pipeline] sh [2022-03-23T21:09:39.820Z] + git log --format=format:%s -1 57a95723878025fcd96c6eace5eb9c2ef54941d3 [Pipeline] echo [2022-03-23T21:09:39.860Z] ========================================================= [2022-03-23T21:09:39.860Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-23T21:09:39.860Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-03-23T21:09:40.454Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-23T21:09:40.454Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-23T21:09:40.454Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-23T21:09:40.454Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-23T21:09:40.454Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-23T21:09:40.454Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-23T21:09:40.454Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-23T21:09:40.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T21:09:40.899Z] [2022-03-23T21:09:40.899Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T21:09:41.240Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T21:09:41.240Z] latest: Pulling from edgex-devops/git-semver [2022-03-23T21:09:41.240Z] a0d0a0d46f8b: Pulling fs layer [2022-03-23T21:09:41.240Z] 3e5f54012d9b: Pulling fs layer [2022-03-23T21:09:41.240Z] 4c7163046ea9: Pulling fs layer [2022-03-23T21:09:41.240Z] 0c2d73faf560: Pulling fs layer [2022-03-23T21:09:41.240Z] 0c2d73faf560: Waiting [2022-03-23T21:09:41.240Z] 3e5f54012d9b: Verifying Checksum [2022-03-23T21:09:41.240Z] 3e5f54012d9b: Download complete [2022-03-23T21:09:41.240Z] a0d0a0d46f8b: Download complete [2022-03-23T21:09:41.240Z] 0c2d73faf560: Verifying Checksum [2022-03-23T21:09:41.240Z] 0c2d73faf560: Download complete [2022-03-23T21:09:41.240Z] 4c7163046ea9: Verifying Checksum [2022-03-23T21:09:41.240Z] 4c7163046ea9: Download complete [2022-03-23T21:09:41.500Z] a0d0a0d46f8b: Pull complete [2022-03-23T21:09:41.500Z] 3e5f54012d9b: Pull complete [2022-03-23T21:09:41.760Z] 4c7163046ea9: Pull complete [2022-03-23T21:09:42.021Z] 0c2d73faf560: Pull complete [2022-03-23T21:09:42.021Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-23T21:09:42.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T21:09:42.021Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-23T21:09:42.118Z] prd-ubuntu20.04-docker-8c-8g-8692 does not seem to be running inside a container [2022-03-23T21:09:42.152Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-23T21:09:42.867Z] $ docker top e3b42dabb86e2233f49745a93eb9445ff5983bc5093e89769716f76c42bfd69d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-23T21:09:43.051Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T21:09:43.051Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T21:09:43.178Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T21:09:43.179Z] $ docker exec e3b42dabb86e2233f49745a93eb9445ff5983bc5093e89769716f76c42bfd69d ssh-agent [2022-03-23T21:09:43.312Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcoljcG/agent.13 [2022-03-23T21:09:43.312Z] SSH_AGENT_PID=19 [2022-03-23T21:09:43.320Z] Running ssh-add (command line suppressed) [2022-03-23T21:09:43.430Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6946499399266305311.key (/w/workspace/edgex-go/1@tmp/private_key_6946499399266305311.key) [2022-03-23T21:09:43.448Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T21:09:43.775Z] + git tag --points-at HEAD [Pipeline] } [2022-03-23T21:09:43.800Z] $ docker exec --env ******** --env ******** e3b42dabb86e2233f49745a93eb9445ff5983bc5093e89769716f76c42bfd69d ssh-agent -k [2022-03-23T21:09:43.900Z] unset SSH_AUTH_SOCK; [2022-03-23T21:09:43.900Z] unset SSH_AGENT_PID; [2022-03-23T21:09:43.901Z] echo Agent pid 19 killed; [2022-03-23T21:09:43.912Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-23T21:09:44.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T21:09:44.002Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T21:09:44.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T21:09:44.124Z] $ docker exec e3b42dabb86e2233f49745a93eb9445ff5983bc5093e89769716f76c42bfd69d ssh-agent [2022-03-23T21:09:44.244Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCLLKBC/agent.51 [2022-03-23T21:09:44.244Z] SSH_AGENT_PID=57 [2022-03-23T21:09:44.249Z] Running ssh-add (command line suppressed) [2022-03-23T21:09:44.374Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9002285234489193625.key (/w/workspace/edgex-go/1@tmp/private_key_9002285234489193625.key) [2022-03-23T21:09:44.391Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T21:09:44.718Z] + git semver init [2022-03-23T21:09:44.718Z] # -> Open(): unable to determine branch for HEAD [2022-03-23T21:09:44.718Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-03-23T21:09:44.718Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-03-23T21:09:44.718Z] # $SEMVER_REMOTE_NAME = origin [2022-03-23T21:09:44.718Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-23T21:09:44.718Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-23T21:09:44.718Z] # $SEMVER_BRANCH = PR-3923 [2022-03-23T21:09:44.718Z] # $SEMVER_TEMP = /tmp/semver-979839084 [2022-03-23T21:09:44.718Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-03-23T21:09:56.965Z] # '/tmp/semver-979839084' -> '/w/workspace/edgex-go/1/.semver' [2022-03-23T21:09:56.965Z] # -> Force: false [2022-03-23T21:09:56.965Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-03-23T21:09:56.986Z] $ docker exec --env ******** --env ******** e3b42dabb86e2233f49745a93eb9445ff5983bc5093e89769716f76c42bfd69d ssh-agent -k [2022-03-23T21:09:57.097Z] unset SSH_AUTH_SOCK; [2022-03-23T21:09:57.097Z] unset SSH_AGENT_PID; [2022-03-23T21:09:57.097Z] echo Agent pid 57 killed; [2022-03-23T21:09:57.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T21:09:57.541Z] + git semver [Pipeline] } [2022-03-23T21:09:57.569Z] $ docker stop --time=1 e3b42dabb86e2233f49745a93eb9445ff5983bc5093e89769716f76c42bfd69d [2022-03-23T21:09:59.571Z] $ docker rm -f e3b42dabb86e2233f49745a93eb9445ff5983bc5093e89769716f76c42bfd69d [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T21:10:00.007Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-23T21:10:00.325Z] Stashed 1 file(s) [Pipeline] echo [2022-03-23T21:10:00.342Z] [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] { [2022-03-23T21:10:00.799Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8700 in /w/workspace/edgexfoundry_edgex-go_PR-3923 [Pipeline] { [Pipeline] echo [2022-03-23T21:10:00.833Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T21:10:00.863Z] ========================================================= [2022-03-23T21:10:00.863Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-23T21:10:00.863Z] ========================================================= [Pipeline] fileExists [Pipeline] ws [2022-03-23T21:10:00.908Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] sh [Pipeline] checkout [2022-03-23T21:10:01.049Z] The recommended git tool is: git [2022-03-23T21:10:01.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T21:10:01.271Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-23T21:10:01.271Z] 59bf1c3509f3: Pulling fs layer [2022-03-23T21:10:01.271Z] 666ba61612fd: Pulling fs layer [2022-03-23T21:10:01.271Z] 8ed8ca486205: Pulling fs layer [2022-03-23T21:10:01.271Z] 4fe6c5a15a65: Pulling fs layer [2022-03-23T21:10:01.271Z] 22a0e8bec74d: Pulling fs layer [2022-03-23T21:10:01.271Z] 640e595b4fbd: Pulling fs layer [2022-03-23T21:10:01.271Z] 763cafe07f6e: Pulling fs layer [2022-03-23T21:10:01.271Z] 0c0b528cf693: Pulling fs layer [2022-03-23T21:10:01.271Z] 10935f4eaf8b: Pulling fs layer [2022-03-23T21:10:01.271Z] 4fe6c5a15a65: Waiting [2022-03-23T21:10:01.271Z] 22a0e8bec74d: Waiting [2022-03-23T21:10:01.271Z] 763cafe07f6e: Waiting [2022-03-23T21:10:01.271Z] 10935f4eaf8b: Waiting [2022-03-23T21:10:01.271Z] 640e595b4fbd: Waiting [2022-03-23T21:10:01.271Z] 0c0b528cf693: Waiting [2022-03-23T21:10:01.271Z] 8ed8ca486205: Download complete [2022-03-23T21:10:01.271Z] 666ba61612fd: Download complete [2022-03-23T21:10:01.271Z] 22a0e8bec74d: Verifying Checksum [2022-03-23T21:10:01.271Z] 22a0e8bec74d: Download complete [2022-03-23T21:10:01.271Z] 640e595b4fbd: Download complete [2022-03-23T21:10:01.271Z] 59bf1c3509f3: Verifying Checksum [2022-03-23T21:10:01.271Z] 59bf1c3509f3: Download complete [2022-03-23T21:10:01.271Z] 763cafe07f6e: Download complete [2022-03-23T21:10:01.533Z] 0c0b528cf693: Verifying Checksum [2022-03-23T21:10:01.533Z] 0c0b528cf693: Download complete [2022-03-23T21:10:01.533Z] 59bf1c3509f3: Pull complete [2022-03-23T21:10:01.533Z] 666ba61612fd: Pull complete [2022-03-23T21:10:01.795Z] 8ed8ca486205: Pull complete [2022-03-23T21:10:02.056Z] 10935f4eaf8b: Verifying Checksum [2022-03-23T21:10:02.056Z] 10935f4eaf8b: Download complete [2022-03-23T21:10:02.056Z] 4fe6c5a15a65: Verifying Checksum [2022-03-23T21:10:02.056Z] 4fe6c5a15a65: Download complete [2022-03-23T21:10:05.605Z] using credential edgex-jenkins-ssh [2022-03-23T21:10:05.625Z] Cloning the remote Git repository [2022-03-23T21:10:05.679Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-23T21:10:05.741Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-03-23T21:10:05.816Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-23T21:10:05.817Z] > git --version # timeout=10 [2022-03-23T21:10:05.834Z] > git --version # 'git version 2.25.1' [2022-03-23T21:10:05.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T21:10:05.888Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T21:10:06.261Z] 4fe6c5a15a65: Pull complete [2022-03-23T21:10:06.261Z] 22a0e8bec74d: Pull complete [2022-03-23T21:10:06.261Z] 640e595b4fbd: Pull complete [2022-03-23T21:10:06.261Z] 763cafe07f6e: Pull complete [2022-03-23T21:10:06.261Z] 0c0b528cf693: Pull complete [2022-03-23T21:10:08.169Z] 10935f4eaf8b: Pull complete [2022-03-23T21:10:08.169Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-23T21:10:08.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T21:10:08.169Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-23T21:10:08.525Z] + + docker build -t ci-base-image-x86_64 -f - . [2022-03-23T21:10:08.525Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T21:10:08.525Z] WORKDIR /edgex [2022-03-23T21:10:08.525Z] COPY go.mod . [2022-03-23T21:10:08.525Z] RUN go mod download [2022-03-23T21:10:09.904Z] Sending build context to Docker daemon 334.2MB [2022-03-23T21:10:09.904Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T21:10:09.904Z] ---> 99d49a6021b9 [2022-03-23T21:10:09.904Z] Step 2/4 : WORKDIR /edgex [2022-03-23T21:10:12.450Z] ---> Running in 5b394489d0a1 [2022-03-23T21:10:12.450Z] Removing intermediate container 5b394489d0a1 [2022-03-23T21:10:12.450Z] ---> 13bbc73b3e31 [2022-03-23T21:10:12.450Z] Step 3/4 : COPY go.mod . [2022-03-23T21:10:12.450Z] ---> 728172ddcf6d [2022-03-23T21:10:12.450Z] Step 4/4 : RUN go mod download [2022-03-23T21:10:12.450Z] ---> Running in 602dcb9a5cfc [2022-03-23T21:10:20.860Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-23T21:10:20.883Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T21:10:20.912Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-23T21:10:20.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-23T21:10:20.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T21:10:20.962Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3923/head:refs/remotes/origin/PR-3923 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-23T21:10:21.608Z] Merging remotes/origin/main commit 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d into PR head commit 57a95723878025fcd96c6eace5eb9c2ef54941d3 [2022-03-23T21:10:21.959Z] Merge succeeded, producing 57a95723878025fcd96c6eace5eb9c2ef54941d3 [2022-03-23T21:10:21.959Z] Checking out Revision 57a95723878025fcd96c6eace5eb9c2ef54941d3 (PR-3923) [2022-03-23T21:10:21.636Z] > git config core.sparsecheckout # timeout=10 [2022-03-23T21:10:21.653Z] > git checkout -f 57a95723878025fcd96c6eace5eb9c2ef54941d3 # timeout=10 [2022-03-23T21:10:21.877Z] > git remote # timeout=10 [2022-03-23T21:10:21.896Z] > git config --get remote.origin.url # timeout=10 [2022-03-23T21:10:21.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T21:10:21.924Z] > git merge 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d # timeout=10 [2022-03-23T21:10:21.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-23T21:10:21.973Z] > git config core.sparsecheckout # timeout=10 [2022-03-23T21:10:21.984Z] > git checkout -f 57a95723878025fcd96c6eace5eb9c2ef54941d3 # timeout=10 [2022-03-23T21:10:26.533Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-03-23T21:10:26.593Z] > git --version # timeout=10 [2022-03-23T21:10:26.604Z] > git --version # 'git version 2.25.1' [2022-03-23T21:10:26.620Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-23T21:10:27.362Z] Removing intermediate container 602dcb9a5cfc [2022-03-23T21:10:27.362Z] ---> 3635f2aa2041 [2022-03-23T21:10:27.362Z] Successfully built 3635f2aa2041 [2022-03-23T21:10:27.362Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T21:10:27.655Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-23T21:10:27.655Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T21:10:27.655Z] Dload Upload Total Spent Left Speed [2022-03-23T21:10:27.689Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-23T21:10:27.689Z] . [Pipeline] withDockerContainer [2022-03-23T21:10:27.782Z] prd-ubuntu20.04-docker-8c-8g-8692 does not seem to be running inside a container [2022-03-23T21:10:27.812Z] $ 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 ******** ci-base-image-x86_64 cat [2022-03-23T21:10:27.928Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 38702 0 --:--:-- --:--:-- --:--:-- 38702 [2022-03-23T21:10:28.206Z] $ docker top 62d5bc4503f182baac5691c4ef928887e7bb4881a662441d989d4a2d78771b4e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2022-03-23T21:10:28.669Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-23T21:10:28.714Z] + go version [2022-03-23T21:10:28.714Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-23T21:10:28.827Z] $ docker stop --time=1 62d5bc4503f182baac5691c4ef928887e7bb4881a662441d989d4a2d78771b4e [2022-03-23T21:10:29.032Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-23T21:10:29.032Z] + sudo tee /etc/docker/daemon.new [2022-03-23T21:10:29.032Z] { [2022-03-23T21:10:29.032Z] "registry-mirrors": [ [2022-03-23T21:10:29.032Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-23T21:10:29.032Z] ], [2022-03-23T21:10:29.032Z] "bip": "10.250.0.254/24", [2022-03-23T21:10:29.032Z] "hosts": [ [2022-03-23T21:10:29.032Z] "tcp://0.0.0.0:5555", [2022-03-23T21:10:29.032Z] "unix:///var/run/docker.sock" [2022-03-23T21:10:29.032Z] ], [2022-03-23T21:10:29.032Z] "mtu": 1458, [2022-03-23T21:10:29.032Z] "selinux-enabled": true, [2022-03-23T21:10:29.032Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-23T21:10:29.032Z] } [2022-03-23T21:10:30.104Z] $ docker rm -f 62d5bc4503f182baac5691c4ef928887e7bb4881a662441d989d4a2d78771b4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T21:10:30.578Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-23T21:10:30.855Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-23T21:10:30.855Z] . [Pipeline] withDockerContainer [2022-03-23T21:10:30.951Z] prd-ubuntu20.04-docker-8c-8g-8692 does not seem to be running inside a container [2022-03-23T21:10:30.980Z] + sudo service docker restart [2022-03-23T21:10:30.987Z] $ 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 ******** ci-base-image-x86_64 cat [2022-03-23T21:10:31.372Z] $ docker top 5c77a444f862b4a21f3a57167ee3032140843060a528315270a85d8bd73841e9 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-23T21:10:31.518Z] ========================================================= [2022-03-23T21:10:31.518Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-23T21:10:31.518Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T21:10:31.862Z] + make test [2022-03-23T21:10:31.862Z] go mod tidy [2022-03-23T21:10:32.122Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-23T21:10:32.122Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-03-23T21:10:32.384Z] github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct imports [2022-03-23T21:10:32.384Z] github.com/edgexfoundry/go-mod-registry/v2/registry imports [2022-03-23T21:10:32.384Z] github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul imports [2022-03-23T21:10:32.384Z] github.com/hashicorp/consul/api tested by [2022-03-23T21:10:32.384Z] github.com/hashicorp/consul/api.test imports [2022-03-23T21:10:32.384Z] github.com/hashicorp/consul/sdk/testutil imports [2022-03-23T21:10:32.384Z] github.com/pkg/errors loaded from github.com/pkg/errors@v0.8.1, [2022-03-23T21:10:32.384Z] but go 1.16 would select v0.9.1 [2022-03-23T21:10:32.384Z] github.com/edgexfoundry/edgex-go/internal/core/data/container imports [2022-03-23T21:10:32.384Z] github.com/edgexfoundry/go-mod-messaging/v2/messaging imports [2022-03-23T21:10:32.384Z] github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis imports [2022-03-23T21:10:32.384Z] github.com/go-redis/redis/v7 tested by [2022-03-23T21:10:32.384Z] github.com/go-redis/redis/v7.test imports [2022-03-23T21:10:32.384Z] github.com/onsi/gomega imports [2022-03-23T21:10:32.384Z] github.com/onsi/gomega/matchers imports [2022-03-23T21:10:32.384Z] gopkg.in/yaml.v2 loaded from gopkg.in/yaml.v2@v2.2.8, [2022-03-23T21:10:32.384Z] but go 1.16 would select v2.3.0 [2022-03-23T21:10:32.384Z] [2022-03-23T21:10:32.384Z] To upgrade to the versions selected by go 1.16: [2022-03-23T21:10:32.384Z] go mod tidy -go=1.16 && go mod tidy -go=1.17 [2022-03-23T21:10:32.384Z] If reproducibility with go 1.16 is not needed: [2022-03-23T21:10:32.384Z] go mod tidy -compat=1.17 [2022-03-23T21:10:32.384Z] For other options, see: [2022-03-23T21:10:32.384Z] https://golang.org/doc/modules/pruning [2022-03-23T21:10:32.384Z] make: *** [Makefile:97: unittest] Error 1 [Pipeline] } [2022-03-23T21:10:32.431Z] $ docker stop --time=1 5c77a444f862b4a21f3a57167ee3032140843060a528315270a85d8bd73841e9 [2022-03-23T21:10:33.780Z] $ docker rm -f 5c77a444f862b4a21f3a57167ee3032140843060a528315270a85d8bd73841e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-23T21:10:34.661Z] Failed in branch amd64 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T21:10:49.382Z] provisioning config files... [2022-03-23T21:10:49.409Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config874763032191546557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:10:49.801Z] ---> docker-login.sh [2022-03-23T21:10:49.801Z] nexus3.edgexfoundry.org:10001 [2022-03-23T21:10:50.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:10:50.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:10:50.675Z] Configure a credential helper to remove this warning. See [2022-03-23T21:10:50.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:10:50.675Z] [2022-03-23T21:10:50.675Z] Login Succeeded [2022-03-23T21:10:50.675Z] nexus3.edgexfoundry.org:10002 [2022-03-23T21:10:50.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:10:51.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:10:51.225Z] Configure a credential helper to remove this warning. See [2022-03-23T21:10:51.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:10:51.225Z] [2022-03-23T21:10:51.225Z] Login Succeeded [2022-03-23T21:10:51.225Z] nexus3.edgexfoundry.org:10003 [2022-03-23T21:10:51.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:10:51.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:10:51.502Z] Configure a credential helper to remove this warning. See [2022-03-23T21:10:51.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:10:51.502Z] [2022-03-23T21:10:51.502Z] Login Succeeded [2022-03-23T21:10:51.502Z] nexus3.edgexfoundry.org:10004 [2022-03-23T21:10:52.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:10:52.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:10:52.099Z] Configure a credential helper to remove this warning. See [2022-03-23T21:10:52.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:10:52.099Z] [2022-03-23T21:10:52.099Z] Login Succeeded [2022-03-23T21:10:52.099Z] docker.io [2022-03-23T21:10:52.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T21:10:52.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T21:10:52.963Z] Configure a credential helper to remove this warning. See [2022-03-23T21:10:52.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T21:10:52.963Z] [2022-03-23T21:10:52.963Z] Login Succeeded [2022-03-23T21:10:52.963Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T21:10:52.999Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-23T21:10:53.477Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T21:10:53.510Z] ========================================================= [2022-03-23T21:10:53.510Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-23T21:10:53.510Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T21:10:53.922Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T21:10:54.201Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-23T21:10:54.201Z] 9b3977197b4f: Pulling fs layer [2022-03-23T21:10:54.201Z] 1a89e8eeedd5: Pulling fs layer [2022-03-23T21:10:54.201Z] 94645a83ff95: Pulling fs layer [2022-03-23T21:10:54.201Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-23T21:10:54.201Z] 0c92f367c5e7: Pulling fs layer [2022-03-23T21:10:54.201Z] f7c0051592d6: Pulling fs layer [2022-03-23T21:10:54.201Z] a227ed2f7395: Pulling fs layer [2022-03-23T21:10:54.201Z] 7b1c46037f91: Pulling fs layer [2022-03-23T21:10:54.201Z] 3f3a8bcf1eab: Waiting [2022-03-23T21:10:54.201Z] f7c0051592d6: Waiting [2022-03-23T21:10:54.201Z] 0c92f367c5e7: Waiting [2022-03-23T21:10:54.201Z] a227ed2f7395: Waiting [2022-03-23T21:10:54.201Z] 7b1c46037f91: Waiting [2022-03-23T21:10:54.201Z] 94645a83ff95: Verifying Checksum [2022-03-23T21:10:54.201Z] 94645a83ff95: Download complete [2022-03-23T21:10:54.201Z] 1a89e8eeedd5: Verifying Checksum [2022-03-23T21:10:54.201Z] 1a89e8eeedd5: Download complete [2022-03-23T21:10:54.201Z] 0c92f367c5e7: Verifying Checksum [2022-03-23T21:10:54.201Z] 0c92f367c5e7: Download complete [2022-03-23T21:10:54.201Z] 9b3977197b4f: Verifying Checksum [2022-03-23T21:10:54.201Z] 9b3977197b4f: Download complete [2022-03-23T21:10:54.201Z] f7c0051592d6: Verifying Checksum [2022-03-23T21:10:54.201Z] f7c0051592d6: Download complete [2022-03-23T21:10:54.201Z] a227ed2f7395: Verifying Checksum [2022-03-23T21:10:54.201Z] a227ed2f7395: Download complete [2022-03-23T21:10:55.198Z] 9b3977197b4f: Pull complete [2022-03-23T21:10:55.800Z] 1a89e8eeedd5: Pull complete [2022-03-23T21:10:56.084Z] 94645a83ff95: Pull complete [2022-03-23T21:10:56.359Z] 7b1c46037f91: Verifying Checksum [2022-03-23T21:10:56.359Z] 7b1c46037f91: Download complete [2022-03-23T21:10:56.956Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-23T21:10:56.956Z] 3f3a8bcf1eab: Download complete [2022-03-23T21:11:09.388Z] 3f3a8bcf1eab: Pull complete [2022-03-23T21:11:09.388Z] 0c92f367c5e7: Pull complete [2022-03-23T21:11:09.388Z] f7c0051592d6: Pull complete [2022-03-23T21:11:09.663Z] a227ed2f7395: Pull complete [2022-03-23T21:11:16.389Z] 7b1c46037f91: Pull complete [2022-03-23T21:11:16.389Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-23T21:11:16.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T21:11:16.389Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-23T21:11:16.805Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T21:11:16.805Z] WORKDIR /edgex [2022-03-23T21:11:16.805Z] COPY go.mod . [2022-03-23T21:11:16.805Z] RUN go mod download [2022-03-23T21:11:16.805Z] + docker build -t ci-base-image-arm64 -f - . [2022-03-23T21:11:19.462Z] Sending build context to Docker daemon 168.8MB [2022-03-23T21:11:19.462Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T21:11:19.462Z] ---> f79e39bc4007 [2022-03-23T21:11:19.462Z] Step 2/4 : WORKDIR /edgex [2022-03-23T21:11:20.904Z] ---> Running in 0a4271c0f42f [2022-03-23T21:11:21.185Z] Removing intermediate container 0a4271c0f42f [2022-03-23T21:11:21.185Z] ---> fbeb6398a5c6 [2022-03-23T21:11:21.185Z] Step 3/4 : COPY go.mod . [2022-03-23T21:11:21.465Z] ---> 555985ae94ab [2022-03-23T21:11:21.465Z] Step 4/4 : RUN go mod download [2022-03-23T21:11:21.747Z] ---> Running in 3670fdcf31ed [2022-03-23T21:12:08.746Z] Removing intermediate container 3670fdcf31ed [2022-03-23T21:12:08.746Z] ---> 8d079e295a66 [2022-03-23T21:12:08.746Z] Successfully built 8d079e295a66 [2022-03-23T21:12:08.746Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T21:12:09.107Z] + docker inspect -f . ci-base-image-arm64 [2022-03-23T21:12:09.107Z] . [Pipeline] withDockerContainer [2022-03-23T21:12:09.350Z] prd-ubuntu20.04-docker-arm64-4c-16g-8700 does not seem to be running inside a container [2022-03-23T21:12:09.441Z] $ 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 ******** ci-base-image-arm64 cat [2022-03-23T21:12:10.756Z] $ docker top 1ee8327a052891d0675894bbafc3ca55d3d0d3881987a97a7519b3a13a9fd373 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T21:12:11.708Z] + go version [2022-03-23T21:12:11.709Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-23T21:12:11.748Z] $ docker stop --time=1 1ee8327a052891d0675894bbafc3ca55d3d0d3881987a97a7519b3a13a9fd373 [2022-03-23T21:12:13.359Z] $ docker rm -f 1ee8327a052891d0675894bbafc3ca55d3d0d3881987a97a7519b3a13a9fd373 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T21:12:14.206Z] + docker inspect -f . ci-base-image-arm64 [2022-03-23T21:12:14.206Z] . [Pipeline] withDockerContainer [2022-03-23T21:12:14.446Z] prd-ubuntu20.04-docker-arm64-4c-16g-8700 does not seem to be running inside a container [2022-03-23T21:12:14.537Z] $ 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 ******** ci-base-image-arm64 cat [2022-03-23T21:12:15.828Z] $ docker top 555c2536b433a95ce4a64b1667168e82144eab554d30fc620c17deea3c99652c -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-23T21:12:16.144Z] ========================================================= [2022-03-23T21:12:16.144Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-23T21:12:16.144Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T21:12:16.846Z] + make test [2022-03-23T21:12:16.846Z] go mod tidy [2022-03-23T21:12:18.291Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-23T21:12:18.291Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-03-23T21:12:18.291Z] github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct imports [2022-03-23T21:12:18.291Z] github.com/edgexfoundry/go-mod-registry/v2/registry imports [2022-03-23T21:12:18.291Z] github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul imports [2022-03-23T21:12:18.291Z] github.com/hashicorp/consul/api tested by [2022-03-23T21:12:18.291Z] github.com/hashicorp/consul/api.test imports [2022-03-23T21:12:18.291Z] github.com/hashicorp/consul/sdk/testutil imports [2022-03-23T21:12:18.291Z] github.com/pkg/errors loaded from github.com/pkg/errors@v0.8.1, [2022-03-23T21:12:18.291Z] but go 1.16 would select v0.9.1 [2022-03-23T21:12:18.291Z] github.com/edgexfoundry/edgex-go/internal/core/data/container imports [2022-03-23T21:12:18.291Z] github.com/edgexfoundry/go-mod-messaging/v2/messaging imports [2022-03-23T21:12:18.291Z] github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis imports [2022-03-23T21:12:18.291Z] github.com/go-redis/redis/v7 tested by [2022-03-23T21:12:18.291Z] github.com/go-redis/redis/v7.test imports [2022-03-23T21:12:18.291Z] github.com/onsi/gomega imports [2022-03-23T21:12:18.291Z] github.com/onsi/gomega/matchers imports [2022-03-23T21:12:18.292Z] gopkg.in/yaml.v2 loaded from gopkg.in/yaml.v2@v2.2.8, [2022-03-23T21:12:18.292Z] but go 1.16 would select v2.3.0 [2022-03-23T21:12:18.292Z] [2022-03-23T21:12:18.292Z] To upgrade to the versions selected by go 1.16: [2022-03-23T21:12:18.292Z] go mod tidy -go=1.16 && go mod tidy -go=1.17 [2022-03-23T21:12:18.292Z] If reproducibility with go 1.16 is not needed: [2022-03-23T21:12:18.292Z] go mod tidy -compat=1.17 [2022-03-23T21:12:18.292Z] For other options, see: [2022-03-23T21:12:18.292Z] https://golang.org/doc/modules/pruning [2022-03-23T21:12:18.292Z] make: *** [Makefile:97: unittest] Error 1 [Pipeline] } [2022-03-23T21:12:18.346Z] $ docker stop --time=1 555c2536b433a95ce4a64b1667168e82144eab554d30fc620c17deea3c99652c [2022-03-23T21:12:20.103Z] $ docker rm -f 555c2536b433a95ce4a64b1667168e82144eab554d30fc620c17deea3c99652c [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 [2022-03-23T21:12:21.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T21:12:21.295Z] [2022-03-23T21:12:21.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-23T21:12:21.680Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T21:12:21.961Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-23T21:12:21.961Z] 8998bd30e6a1: Pulling fs layer [2022-03-23T21:12:21.961Z] 04944245beec: Pulling fs layer [2022-03-23T21:12:21.961Z] 699f458cf7ca: Pulling fs layer [2022-03-23T21:12:21.961Z] 765212b225bb: Pulling fs layer [2022-03-23T21:12:21.961Z] f23df028b6ca: Pulling fs layer [2022-03-23T21:12:21.961Z] d65c8cfc05b1: Pulling fs layer [2022-03-23T21:12:21.961Z] 2437ff75d9bd: Pulling fs layer [2022-03-23T21:12:21.961Z] f23df028b6ca: Waiting [2022-03-23T21:12:21.961Z] d65c8cfc05b1: Waiting [2022-03-23T21:12:21.961Z] 765212b225bb: Waiting [2022-03-23T21:12:21.961Z] 2437ff75d9bd: Waiting [2022-03-23T21:12:21.961Z] 04944245beec: Verifying Checksum [2022-03-23T21:12:21.961Z] 04944245beec: Download complete [2022-03-23T21:12:21.961Z] 765212b225bb: Verifying Checksum [2022-03-23T21:12:21.961Z] 765212b225bb: Download complete [2022-03-23T21:12:21.961Z] f23df028b6ca: Verifying Checksum [2022-03-23T21:12:21.961Z] f23df028b6ca: Download complete [2022-03-23T21:12:21.961Z] d65c8cfc05b1: Verifying Checksum [2022-03-23T21:12:21.961Z] d65c8cfc05b1: Download complete [2022-03-23T21:12:22.239Z] 699f458cf7ca: Verifying Checksum [2022-03-23T21:12:22.239Z] 699f458cf7ca: Download complete [2022-03-23T21:12:22.517Z] 8998bd30e6a1: Download complete [2022-03-23T21:12:25.149Z] 2437ff75d9bd: Verifying Checksum [2022-03-23T21:12:25.149Z] 2437ff75d9bd: Download complete [2022-03-23T21:12:27.137Z] 8998bd30e6a1: Pull complete [2022-03-23T21:12:27.412Z] 04944245beec: Pull complete [2022-03-23T21:12:28.850Z] 699f458cf7ca: Pull complete [2022-03-23T21:12:29.125Z] 765212b225bb: Pull complete [2022-03-23T21:12:30.108Z] f23df028b6ca: Pull complete [2022-03-23T21:12:30.109Z] d65c8cfc05b1: Pull complete [2022-03-23T21:12:45.209Z] 2437ff75d9bd: Pull complete [2022-03-23T21:12:45.209Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-23T21:12:45.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T21:12:45.209Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-23T21:12:45.464Z] prd-ubuntu20.04-docker-arm64-4c-16g-8700 does not seem to be running inside a container [2022-03-23T21:12:45.555Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-03-23T21:12:47.961Z] $ docker top c3daa904df620140238356d04ae4c48afbf8943a0d4081f1c6406b6c23818770 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:12:48.991Z] ---> job-cost.sh [2022-03-23T21:12:48.992Z] lf-activate-venv: SKIPPING [2022-03-23T21:12:48.992Z] INFO: No Stack... [2022-03-23T21:12:49.264Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-23T21:12:50.261Z] INFO: Archiving Costs [Pipeline] sh [2022-03-23T21:12:50.971Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-03-23T21:12:50.971Z] + cut -d, -f6 [Pipeline] lock [2022-03-23T21:12:51.027Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3923-1-stack-cost] [2022-03-23T21:12:51.032Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3923-1-stack-cost] did not exist. Created. [2022-03-23T21:12:51.032Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3923-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-23T21:12:51.784Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-23T21:12:52.399Z] Stashed 1 file(s) [Pipeline] } [2022-03-23T21:12:52.419Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3923-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-23T21:12:52.503Z] $ docker stop --time=1 c3daa904df620140238356d04ae4c48afbf8943a0d4081f1c6406b6c23818770 [2022-03-23T21:12:53.990Z] $ docker rm -f c3daa904df620140238356d04ae4c48afbf8943a0d4081f1c6406b6c23818770 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-23T21:12:54.674Z] 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-03-23T21:12:56.134Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:12:56.479Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:12:57.388Z] ---> package-listing.sh [2022-03-23T21:12:57.388Z] ++ facter osfamily [2022-03-23T21:12:57.388Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-23T21:12:57.649Z] + OS_FAMILY=debian [2022-03-23T21:12:57.650Z] + workspace=/w/workspace/edgex-go/1 [2022-03-23T21:12:57.650Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-23T21:12:57.650Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-23T21:12:57.650Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-23T21:12:57.650Z] + PACKAGES=/tmp/packages_start.txt [2022-03-23T21:12:57.650Z] + '[' /w/workspace/edgex-go/1 ']' [2022-03-23T21:12:57.650Z] + PACKAGES=/tmp/packages_end.txt [2022-03-23T21:12:57.650Z] + case "${OS_FAMILY}" in [2022-03-23T21:12:57.650Z] + dpkg -l [2022-03-23T21:12:57.650Z] + grep '^ii' [2022-03-23T21:12:57.650Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-23T21:12:57.650Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-23T21:12:57.650Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-23T21:12:57.650Z] + '[' /w/workspace/edgex-go/1 ']' [2022-03-23T21:12:57.650Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-03-23T21:12:57.650Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-03-23T21:12:57.679Z] 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-03-23T21:12:57.972Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-23T21:12:58.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T21:12:58.580Z] [2022-03-23T21:12:58.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T21:12:58.909Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T21:12:58.909Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-23T21:12:58.909Z] 5eb5b503b376: Pulling fs layer [2022-03-23T21:12:58.909Z] 5c69ac0246d0: Pulling fs layer [2022-03-23T21:12:58.909Z] ec43610c2a17: Pulling fs layer [2022-03-23T21:12:58.910Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-23T21:12:58.910Z] 33b1e0a273af: Pulling fs layer [2022-03-23T21:12:58.910Z] 3a2ae6a8a46f: Waiting [2022-03-23T21:12:58.910Z] 33b1e0a273af: Waiting [2022-03-23T21:12:58.910Z] 5d3b04190fa2: Pulling fs layer [2022-03-23T21:12:58.910Z] 2f39f015ded8: Pulling fs layer [2022-03-23T21:12:58.910Z] 5d3b04190fa2: Waiting [2022-03-23T21:12:58.910Z] 2f39f015ded8: Waiting [2022-03-23T21:12:58.910Z] 5c69ac0246d0: Verifying Checksum [2022-03-23T21:12:58.910Z] 5c69ac0246d0: Download complete [2022-03-23T21:12:58.910Z] 3a2ae6a8a46f: Download complete [2022-03-23T21:12:58.910Z] ec43610c2a17: Verifying Checksum [2022-03-23T21:12:58.910Z] ec43610c2a17: Download complete [2022-03-23T21:12:58.910Z] 33b1e0a273af: Verifying Checksum [2022-03-23T21:12:58.910Z] 33b1e0a273af: Download complete [2022-03-23T21:12:58.910Z] 5d3b04190fa2: Download complete [2022-03-23T21:12:59.169Z] 5eb5b503b376: Verifying Checksum [2022-03-23T21:12:59.169Z] 5eb5b503b376: Download complete [2022-03-23T21:12:59.737Z] 2f39f015ded8: Download complete [2022-03-23T21:13:00.306Z] 5eb5b503b376: Pull complete [2022-03-23T21:13:00.565Z] 5c69ac0246d0: Pull complete [2022-03-23T21:13:00.825Z] ec43610c2a17: Pull complete [2022-03-23T21:13:01.085Z] 3a2ae6a8a46f: Pull complete [2022-03-23T21:13:01.085Z] 33b1e0a273af: Pull complete [2022-03-23T21:13:01.345Z] 5d3b04190fa2: Pull complete [2022-03-23T21:13:05.544Z] 2f39f015ded8: Pull complete [2022-03-23T21:13:05.544Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-23T21:13:05.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T21:13:05.544Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-23T21:13:05.646Z] prd-ubuntu20.04-docker-8c-8g-8692 does not seem to be running inside a container [2022-03-23T21:13:05.679Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-23T21:13:07.668Z] $ docker top d9b9dad9b289fdc562110f7a9871194eb46636ae2182546bedd1b74f66886a25 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T21:13:08.073Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-23T21:13:08.384Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-23T21:13:08.699Z] + ls /var/log/sa-host [2022-03-23T21:13:08.699Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T21:13:08.844Z] provisioning config files... [2022-03-23T21:13:08.853Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2014307427378754847tmp [Pipeline] { [Pipeline] echo [2022-03-23T21:13:08.900Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:13:09.212Z] ---> create-netrc.sh [Pipeline] } [2022-03-23T21:13:09.239Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:13:09.628Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-23T21:13:09.660Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:13:10.007Z] ---> sudo-logs.sh [2022-03-23T21:13:10.007Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-23T21:13:10.084Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:13:10.394Z] ---> job-cost.sh [2022-03-23T21:13:10.394Z] lf-activate-venv: SKIPPING [2022-03-23T21:13:10.394Z] DEBUG: total: 0.10999999940395355 [2022-03-23T21:13:10.394Z] INFO: Retrieving Stack Cost... [2022-03-23T21:13:10.965Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-23T21:13:11.533Z] INFO: Archiving Costs [Pipeline] echo [2022-03-23T21:13:11.570Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T21:13:11.883Z] ---> logs-deploy.sh [2022-03-23T21:13:11.883Z] lf-activate-venv: SKIPPING [2022-03-23T21:13:11.883Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3923/1 [2022-03-23T21:13:11.883Z] INFO: archiving workspace using pattern(s): [2022-03-23T21:13:12.825Z] Archives upload complete. [2022-03-23T21:13:12.825Z] INFO: archiving logs to Nexus