Pull request #481 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 705dea372b85fb7c71f49655d9a1291bfc850f4a+e434f5a74feb2b6c0235e74b51739bbffb9202a5 (baadee9e6895e080740353ee262f196eb6486a16) Running in Durability level: MAX_SURVIVABILITY 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-ssh2247670504931530905.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a03e002eace0db65b27acd1444eb3c4392a49323 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-ssh8680432802980360700.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 a03e002eace0db65b27acd1444eb3c4392a49323 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-ui-go/branches/PR-481/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-ui-go/branches/PR-481/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3976050117249829066.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-ui-go/branches/PR-481/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3467982333802747340.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a03e002eace0db65b27acd1444eb3c4392a49323 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a03e002eace0db65b27acd1444eb3c4392a49323 # timeout=10 Commit message: "Merge pull request #364 from ernestojeda/fix-folder-name" > 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-ssh4345154246853706488.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-ui-go/branches/PR-481/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-ui-go/branches/PR-481/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3334332882981956329.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 a03e002eace0db65b27acd1444eb3c4392a49323 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-293’ is offline Running on prd-centos7-docker-4c-2g-296 in /w/workspace/edgexfoundry_edgex-ui-go_PR-481 [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-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-481 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/jenkins-gitclient-ssh1924818390173964105.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 705dea372b85fb7c71f49655d9a1291bfc850f4a Merge succeeded, producing 705dea372b85fb7c71f49655d9a1291bfc850f4a Checking out Revision 705dea372b85fb7c71f49655d9a1291bfc850f4a (PR-481) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-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-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.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 /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/jenkins-gitclient-ssh4203335607480243447.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 > git remote # timeout=10 > 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 /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/jenkins-gitclient-ssh7506627334064434614.key > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-11-12T04:15:37.254Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-11-12T04:15:37.390Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-11-12T04:15:37.463Z] ========================================================= [2021-11-12T04:15:37.463Z] EdgeX Global Pipelines Version Info [2021-11-12T04:15:37.463Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:15:38.625Z] ------------------- [2021-11-12T04:15:38.626Z] stable info: [2021-11-12T04:15:38.626Z] ------------------- [2021-11-12T04:15:38.626Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-12T04:15:38.626Z] Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 [2021-11-12T04:15:38.626Z] Message: update stable to v1.0.213 [2021-11-12T04:15:39.203Z] ------------------- [2021-11-12T04:15:39.203Z] experimental info: [2021-11-12T04:15:39.203Z] ------------------- [2021-11-12T04:15:39.203Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-11-12T04:15:39.203Z] Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 [2021-11-12T04:15:39.203Z] Message: update experimental to v1.0.213 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-11-12T04:15:39.374Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-11-12T04:15:39.413Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-11-12T04:15:39.451Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-11-12T04:15:39.488Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-11-12T04:15:39.526Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-11-12T04:15:39.563Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-11-12T04:15:39.595Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-11-12T04:15:39.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-11-12T04:15:39.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-11-12T04:15:39.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-11-12T04:15:39.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-11-12T04:15:39.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-11-12T04:15:39.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-11-12T04:15:39.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-11-12T04:15:39.884Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-11-12T04:15:39.920Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-11-12T04:15:39.954Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-11-12T04:15:39.990Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-11-12T04:15:40.024Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-11-12T04:15:40.059Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-11-12T04:15:40.092Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-11-12T04:15:40.130Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-11-12T04:15:40.164Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-11-12T04:15:40.202Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-11-12T04:15:40.237Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-11-12T04:15:40.275Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-11-12T04:15:40.313Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-481 [Pipeline] echo [2021-11-12T04:15:40.354Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-481 [Pipeline] echo [2021-11-12T04:15:40.392Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-481 [Pipeline] echo [2021-11-12T04:15:40.429Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 705dea372b85fb7c71f49655d9a1291bfc850f4a [Pipeline] echo [2021-11-12T04:15:40.468Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 705dea3 [Pipeline] echo [2021-11-12T04:15:40.503Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:15:40.609Z] provisioning config files... [2021-11-12T04:15:40.624Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/config2294604242864900090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:15:40.967Z] ---> docker-login.sh [2021-11-12T04:15:40.967Z] nexus3.edgexfoundry.org:10001 [2021-11-12T04:15:40.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:40.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:40.967Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:40.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:40.967Z] [2021-11-12T04:15:40.967Z] Login Succeeded [2021-11-12T04:15:40.967Z] nexus3.edgexfoundry.org:10002 [2021-11-12T04:15:41.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:41.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:41.229Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:41.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:41.229Z] [2021-11-12T04:15:41.229Z] Login Succeeded [2021-11-12T04:15:41.229Z] nexus3.edgexfoundry.org:10003 [2021-11-12T04:15:41.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:41.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:41.229Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:41.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:41.229Z] [2021-11-12T04:15:41.229Z] Login Succeeded [2021-11-12T04:15:41.229Z] nexus3.edgexfoundry.org:10004 [2021-11-12T04:15:41.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:41.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:41.491Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:41.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:41.491Z] [2021-11-12T04:15:41.491Z] Login Succeeded [2021-11-12T04:15:41.491Z] docker.io [2021-11-12T04:15:41.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:41.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:41.753Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:41.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:41.753Z] [2021-11-12T04:15:41.753Z] Login Succeeded [2021-11-12T04:15:41.763Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T04:15:41.777Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-11-12T04:15:42.394Z] + git rev-list -1 --merges 705dea372b85fb7c71f49655d9a1291bfc850f4a~1..705dea372b85fb7c71f49655d9a1291bfc850f4a [Pipeline] echo [2021-11-12T04:15:42.442Z] -----------> git rev-list -1 --merges 705dea372b85fb7c71f49655d9a1291bfc850f4a~1..705dea372b85fb7c71f49655d9a1291bfc850f4a 705dea372b85fb7c71f49655d9a1291bfc850f4a [false] [Pipeline] sh [2021-11-12T04:15:42.768Z] + git log --format=format:%s -1 705dea372b85fb7c71f49655d9a1291bfc850f4a [Pipeline] echo [2021-11-12T04:15:42.794Z] ========================================================= [2021-11-12T04:15:42.794Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-11-12T04:15:42.794Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-12T04:15:43.206Z] + git log --format=format:%s -1 705dea372b85fb7c71f49655d9a1291bfc850f4a [Pipeline] echo [2021-11-12T04:15:43.235Z] [semverPrep] GIT_COMMIT: 705dea372b85fb7c71f49655d9a1291bfc850f4a, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo [2021-11-12T04:15:43.265Z] [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:15:43.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T04:15:43.719Z] [2021-11-12T04:15:43.719Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:15:44.052Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T04:15:44.052Z] latest: Pulling from edgex-devops/git-semver [2021-11-12T04:15:44.052Z] a0d0a0d46f8b: Pulling fs layer [2021-11-12T04:15:44.052Z] 3e5f54012d9b: Pulling fs layer [2021-11-12T04:15:44.052Z] 4c7163046ea9: Pulling fs layer [2021-11-12T04:15:44.052Z] 0c2d73faf560: Pulling fs layer [2021-11-12T04:15:44.052Z] 0c2d73faf560: Waiting [2021-11-12T04:15:44.052Z] 3e5f54012d9b: Verifying Checksum [2021-11-12T04:15:44.052Z] 3e5f54012d9b: Download complete [2021-11-12T04:15:44.052Z] a0d0a0d46f8b: Verifying Checksum [2021-11-12T04:15:44.052Z] a0d0a0d46f8b: Download complete [2021-11-12T04:15:44.052Z] 4c7163046ea9: Verifying Checksum [2021-11-12T04:15:44.052Z] 4c7163046ea9: Download complete [2021-11-12T04:15:44.052Z] 0c2d73faf560: Verifying Checksum [2021-11-12T04:15:44.052Z] 0c2d73faf560: Download complete [2021-11-12T04:15:44.311Z] a0d0a0d46f8b: Pull complete [2021-11-12T04:15:44.311Z] 3e5f54012d9b: Pull complete [2021-11-12T04:15:44.572Z] 4c7163046ea9: Pull complete [2021-11-12T04:15:44.840Z] 0c2d73faf560: Pull complete [2021-11-12T04:15:44.840Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-11-12T04:15:44.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T04:15:44.840Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-11-12T04:15:44.940Z] prd-centos7-docker-4c-2g-296 does not seem to be running inside a container [2021-11-12T04:15:44.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-481 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481:/w/workspace/edgexfoundry_edgex-ui-go_PR-481:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-11-12T04:15:45.681Z] $ docker top fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-12T04:15:45.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-12T04:15:45.860Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-12T04:15:45.985Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-12T04:15:45.988Z] $ docker exec fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 ssh-agent [2021-11-12T04:15:46.110Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKOfICP/agent.13 [2021-11-12T04:15:46.110Z] SSH_AGENT_PID=19 [2021-11-12T04:15:46.118Z] Running ssh-add (command line suppressed) [2021-11-12T04:15:46.230Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/private_key_8875661996549529201.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/private_key_8875661996549529201.key) [2021-11-12T04:15:46.244Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-12T04:15:46.578Z] + git tag --points-at HEAD [Pipeline] } [2021-11-12T04:15:46.595Z] $ docker exec --env ******** --env ******** fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 ssh-agent -k [2021-11-12T04:15:46.689Z] unset SSH_AUTH_SOCK; [2021-11-12T04:15:46.690Z] unset SSH_AGENT_PID; [2021-11-12T04:15:46.690Z] echo Agent pid 19 killed; [2021-11-12T04:15:46.705Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-11-12T04:15:46.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-12T04:15:46.780Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-12T04:15:46.912Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-12T04:15:46.914Z] $ docker exec fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 ssh-agent [2021-11-12T04:15:47.027Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmOjBCM/agent.52 [2021-11-12T04:15:47.027Z] SSH_AGENT_PID=59 [2021-11-12T04:15:47.033Z] Running ssh-add (command line suppressed) [2021-11-12T04:15:47.132Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/private_key_6632375012542165840.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/private_key_6632375012542165840.key) [2021-11-12T04:15:47.144Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-12T04:15:47.477Z] + git semver init [2021-11-12T04:15:47.477Z] # -> Open(): unable to determine branch for HEAD [2021-11-12T04:15:47.477Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-481/.git [2021-11-12T04:15:47.477Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-481 [2021-11-12T04:15:47.477Z] # $SEMVER_REMOTE_NAME = origin [2021-11-12T04:15:47.477Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-12T04:15:47.477Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-12T04:15:47.477Z] # $SEMVER_BRANCH = PR-481 [2021-11-12T04:15:47.477Z] # $SEMVER_TEMP = /tmp/semver-829898089 [2021-11-12T04:15:47.477Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-11-12T04:15:50.020Z] # '/tmp/semver-829898089' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-481/.semver' [2021-11-12T04:15:50.020Z] # -> Force: false [2021-11-12T04:15:50.020Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-481/.semver [Pipeline] } [2021-11-12T04:15:50.038Z] $ docker exec --env ******** --env ******** fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 ssh-agent -k [2021-11-12T04:15:50.137Z] unset SSH_AUTH_SOCK; [2021-11-12T04:15:50.138Z] unset SSH_AGENT_PID; [2021-11-12T04:15:50.138Z] echo Agent pid 59 killed; [2021-11-12T04:15:50.147Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-12T04:15:50.529Z] + git semver [Pipeline] } [2021-11-12T04:15:50.559Z] $ docker stop --time=1 fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 [2021-11-12T04:15:51.915Z] $ docker rm -f fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-12T04:15:52.323Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-11-12T04:15:52.614Z] Stashed 1 file(s) [Pipeline] echo [2021-11-12T04:15:52.632Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [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] node [2021-11-12T04:16:07.993Z] Still waiting to schedule task [2021-11-12T04:16:07.993Z] ‘prd-centos7-docker-4c-2g-297’ is offline [2021-11-12T04:16:08.012Z] Still waiting to schedule task [2021-11-12T04:16:08.012Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-295’ [2021-11-12T04:17:00.607Z] Running on prd-centos7-docker-4c-2g-299 in /w/workspace/edgexfoundry_edgex-ui-go_PR-481 [Pipeline] { [Pipeline] ws [2021-11-12T04:17:00.658Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-11-12T04:17:00.793Z] The recommended git tool is: git [2021-11-12T04:17:02.892Z] using credential edgex-jenkins-ssh [2021-11-12T04:17:02.901Z] Cloning the remote Git repository [2021-11-12T04:17:02.432Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:17:02.491Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-11-12T04:17:02.528Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:17:02.529Z] > git --version # timeout=10 [2021-11-12T04:17:02.538Z] > git --version # 'git version 2.24.4' [2021-11-12T04:17:02.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:17:02.567Z] [INFO] Currently running in a labeled security context [2021-11-12T04:17:02.568Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-12T04:17:02.568Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8122315633184035959.key [2021-11-12T04:17:02.588Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:17:05.100Z] Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 705dea372b85fb7c71f49655d9a1291bfc850f4a [2021-11-12T04:17:05.260Z] Merge succeeded, producing 705dea372b85fb7c71f49655d9a1291bfc850f4a [2021-11-12T04:17:05.260Z] Checking out Revision 705dea372b85fb7c71f49655d9a1291bfc850f4a (PR-481) [2021-11-12T04:17:04.097Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:17:04.112Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:17:04.125Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:17:04.147Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:17:04.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:17:04.148Z] [INFO] Currently running in a labeled security context [2021-11-12T04:17:04.149Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-12T04:17:04.149Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh7657731391454107450.key [2021-11-12T04:17:04.163Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-12T04:17:04.617Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:17:04.631Z] > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 [2021-11-12T04:17:04.723Z] > git remote # timeout=10 [2021-11-12T04:17:04.732Z] > git config --get remote.origin.url # timeout=10 [2021-11-12T04:17:04.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:17:04.739Z] [INFO] Currently running in a labeled security context [2021-11-12T04:17:04.739Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-12T04:17:04.739Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh7181697294170108253.key [2021-11-12T04:17:04.748Z] > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 [2021-11-12T04:17:04.759Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-12T04:17:04.769Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:17:04.776Z] > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 [2021-11-12T04:17:08.902Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [2021-11-12T04:17:08.571Z] > git --version # timeout=10 [2021-11-12T04:17:08.576Z] > git --version # 'git version 2.24.4' [2021-11-12T04:17:08.587Z] fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:17:09.454Z] provisioning config files... [2021-11-12T04:17:09.478Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4390346267500367752tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:09.899Z] ---> docker-login.sh [2021-11-12T04:17:09.899Z] nexus3.edgexfoundry.org:10001 [2021-11-12T04:17:09.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:17:09.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:17:09.899Z] Configure a credential helper to remove this warning. See [2021-11-12T04:17:09.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:17:09.899Z] [2021-11-12T04:17:09.899Z] Login Succeeded [2021-11-12T04:17:09.899Z] nexus3.edgexfoundry.org:10002 [2021-11-12T04:17:10.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:17:10.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:17:10.162Z] Configure a credential helper to remove this warning. See [2021-11-12T04:17:10.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:17:10.162Z] [2021-11-12T04:17:10.162Z] Login Succeeded [2021-11-12T04:17:10.162Z] nexus3.edgexfoundry.org:10003 [2021-11-12T04:17:10.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:17:10.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:17:10.162Z] Configure a credential helper to remove this warning. See [2021-11-12T04:17:10.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:17:10.162Z] [2021-11-12T04:17:10.162Z] Login Succeeded [2021-11-12T04:17:10.423Z] nexus3.edgexfoundry.org:10004 [2021-11-12T04:17:10.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:17:10.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:17:10.423Z] Configure a credential helper to remove this warning. See [2021-11-12T04:17:10.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:17:10.424Z] [2021-11-12T04:17:10.424Z] Login Succeeded [2021-11-12T04:17:10.424Z] docker.io [2021-11-12T04:17:10.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:17:11.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:17:11.000Z] Configure a credential helper to remove this warning. See [2021-11-12T04:17:11.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:17:11.000Z] [2021-11-12T04:17:11.000Z] Login Succeeded [2021-11-12T04:17:11.000Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T04:17:11.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-12T04:17:11.267Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-12T04:17:11.293Z] ========================================================= [2021-11-12T04:17:11.293Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-11-12T04:17:11.293Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:11.696Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-11-12T04:17:11.970Z] Sending build context to Docker daemon 25.22MB [2021-11-12T04:17:11.970Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-12T04:17:11.970Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-12T04:17:11.970Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-11-12T04:17:11.970Z] a0d0a0d46f8b: Pulling fs layer [2021-11-12T04:17:11.970Z] 31adcdaf11c8: Pulling fs layer [2021-11-12T04:17:11.970Z] b8b176561691: Pulling fs layer [2021-11-12T04:17:11.970Z] 4527c011a84f: Pulling fs layer [2021-11-12T04:17:11.970Z] 5d74067f8e1e: Pulling fs layer [2021-11-12T04:17:11.970Z] e0aca202a116: Pulling fs layer [2021-11-12T04:17:11.970Z] 3a43be97a3b4: Pulling fs layer [2021-11-12T04:17:11.970Z] 34cad66bf833: Pulling fs layer [2021-11-12T04:17:11.970Z] b4e3c513aaa6: Pulling fs layer [2021-11-12T04:17:11.970Z] 4527c011a84f: Waiting [2021-11-12T04:17:11.970Z] 5d74067f8e1e: Waiting [2021-11-12T04:17:11.970Z] e0aca202a116: Waiting [2021-11-12T04:17:11.970Z] 3a43be97a3b4: Waiting [2021-11-12T04:17:11.970Z] 34cad66bf833: Waiting [2021-11-12T04:17:11.970Z] b4e3c513aaa6: Waiting [2021-11-12T04:17:11.970Z] b8b176561691: Verifying Checksum [2021-11-12T04:17:11.970Z] b8b176561691: Download complete [2021-11-12T04:17:11.970Z] 31adcdaf11c8: Verifying Checksum [2021-11-12T04:17:11.970Z] 31adcdaf11c8: Download complete [2021-11-12T04:17:11.970Z] 5d74067f8e1e: Verifying Checksum [2021-11-12T04:17:11.970Z] 5d74067f8e1e: Download complete [2021-11-12T04:17:11.970Z] e0aca202a116: Verifying Checksum [2021-11-12T04:17:11.970Z] e0aca202a116: Download complete [2021-11-12T04:17:11.970Z] 3a43be97a3b4: Verifying Checksum [2021-11-12T04:17:11.970Z] 3a43be97a3b4: Download complete [2021-11-12T04:17:11.970Z] a0d0a0d46f8b: Verifying Checksum [2021-11-12T04:17:11.970Z] a0d0a0d46f8b: Download complete [2021-11-12T04:17:12.235Z] 34cad66bf833: Verifying Checksum [2021-11-12T04:17:12.235Z] 34cad66bf833: Download complete [2021-11-12T04:17:12.235Z] a0d0a0d46f8b: Pull complete [2021-11-12T04:17:12.507Z] 31adcdaf11c8: Pull complete [2021-11-12T04:17:12.772Z] 4527c011a84f: Verifying Checksum [2021-11-12T04:17:12.772Z] 4527c011a84f: Download complete [2021-11-12T04:17:12.772Z] b8b176561691: Pull complete [2021-11-12T04:17:12.772Z] b4e3c513aaa6: Verifying Checksum [2021-11-12T04:17:12.772Z] b4e3c513aaa6: Download complete [2021-11-12T04:17:17.025Z] 4527c011a84f: Pull complete [2021-11-12T04:17:17.025Z] 5d74067f8e1e: Pull complete [2021-11-12T04:17:17.025Z] e0aca202a116: Pull complete [2021-11-12T04:17:17.295Z] 3a43be97a3b4: Pull complete [2021-11-12T04:17:17.295Z] 34cad66bf833: Pull complete [2021-11-12T04:17:19.879Z] b4e3c513aaa6: Pull complete [2021-11-12T04:17:19.879Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-11-12T04:17:19.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-12T04:17:19.879Z] ---> 9f6097aaca64 [2021-11-12T04:17:19.879Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-12T04:17:22.434Z] ---> Running in 25bd2bcd95db [2021-11-12T04:17:22.434Z] Removing intermediate container 25bd2bcd95db [2021-11-12T04:17:22.434Z] ---> 58b999e5e271 [2021-11-12T04:17:22.434Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-12T04:17:22.434Z] ---> Running in 98064bd4cebf [2021-11-12T04:17:22.434Z] Removing intermediate container 98064bd4cebf [2021-11-12T04:17:22.434Z] ---> 66abd1316f67 [2021-11-12T04:17:22.434Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-12T04:17:22.434Z] ---> Running in 1b80a05c7cdb [2021-11-12T04:17:22.434Z] Removing intermediate container 1b80a05c7cdb [2021-11-12T04:17:22.434Z] ---> 3ae6fa31adf1 [2021-11-12T04:17:22.434Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-12T04:17:22.434Z] ---> Running in f4d3d647fc60 [2021-11-12T04:17:22.434Z] Removing intermediate container f4d3d647fc60 [2021-11-12T04:17:22.434Z] ---> 20adcf137ccb [2021-11-12T04:17:22.434Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-12T04:17:22.434Z] ---> Running in 17420dc0c669 [2021-11-12T04:17:22.698Z] Removing intermediate container 17420dc0c669 [2021-11-12T04:17:22.698Z] ---> 2bed3f07a1ba [2021-11-12T04:17:22.698Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-12T04:17:22.698Z] ---> Running in 5996d3115164 [2021-11-12T04:17:23.283Z] Removing intermediate container 5996d3115164 [2021-11-12T04:17:23.283Z] ---> d5d0078b3a50 [2021-11-12T04:17:23.283Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-12T04:17:23.283Z] ---> Running in b3723f6b75cb [2021-11-12T04:17:23.549Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-12T04:17:24.507Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-12T04:17:24.507Z] OK: 220 MiB in 52 packages [2021-11-12T04:17:24.769Z] Removing intermediate container b3723f6b75cb [2021-11-12T04:17:24.769Z] ---> ae612cd71a32 [2021-11-12T04:17:24.769Z] Step 10/14 : ENV GO111MODULE=on [2021-11-12T04:17:25.031Z] ---> Running in 20aaf1ad7db8 [2021-11-12T04:17:25.031Z] Removing intermediate container 20aaf1ad7db8 [2021-11-12T04:17:25.031Z] ---> 03841170e3c1 [2021-11-12T04:17:25.031Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-12T04:17:25.031Z] ---> Running in 897a8b2b50fc [2021-11-12T04:17:25.031Z] Removing intermediate container 897a8b2b50fc [2021-11-12T04:17:25.031Z] ---> cbb185fed568 [2021-11-12T04:17:25.031Z] Step 12/14 : COPY . . [2021-11-12T04:17:25.978Z] ---> f91761cc9d3b [2021-11-12T04:17:25.978Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-12T04:17:25.978Z] ---> Running in 74b5f5a438e8 [2021-11-12T04:17:27.912Z] verifying github.com/edgexfoundry/go-mod-registry/v2@v2.1.0: checksum mismatch [2021-11-12T04:17:27.912Z] downloaded: h1:ks0ejtLLUYKuoKrUBbWxygCU7q2mBFJlHE/+dEzV2Gw= [2021-11-12T04:17:27.912Z] go.sum: h1:Br71RnEg870q0QjHpNE+CYHJBHXjjZ4ptoJ713m9Fmo= [2021-11-12T04:17:27.912Z] [2021-11-12T04:17:27.912Z] SECURITY ERROR [2021-11-12T04:17:27.912Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-12T04:17:27.912Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-12T04:17:27.912Z] have intercepted the download attempt. [2021-11-12T04:17:27.912Z] [2021-11-12T04:17:27.912Z] For more information, see 'go help module-auth'. [2021-11-12T04:17:27.912Z] skipping... [2021-11-12T04:17:27.912Z] Removing intermediate container 74b5f5a438e8 [2021-11-12T04:17:27.912Z] ---> 07e87911715d [2021-11-12T04:17:27.912Z] Step 14/14 : RUN ${MAKE} [2021-11-12T04:17:28.175Z] ---> Running in eacb639368dd [2021-11-12T04:17:28.175Z] noop [2021-11-12T04:17:28.435Z] Removing intermediate container eacb639368dd [2021-11-12T04:17:28.436Z] ---> 735fb3e2f61a [2021-11-12T04:17:28.436Z] Successfully built 735fb3e2f61a [2021-11-12T04:17:28.436Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:28.762Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-12T04:17:28.762Z] . [Pipeline] withDockerContainer [2021-11-12T04:17:28.847Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2021-11-12T04:17:28.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-11-12T04:17:29.246Z] $ docker top 134a8cc6069439ae2d14af928c43e7d4c4dac718101a570f2c2ead91096672c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T04:17:29.660Z] + go version [2021-11-12T04:17:29.660Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-11-12T04:17:29.687Z] $ docker stop --time=1 134a8cc6069439ae2d14af928c43e7d4c4dac718101a570f2c2ead91096672c6 [2021-11-12T04:17:30.856Z] $ docker rm -f 134a8cc6069439ae2d14af928c43e7d4c4dac718101a570f2c2ead91096672c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:31.500Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-12T04:17:31.500Z] . [Pipeline] withDockerContainer [2021-11-12T04:17:31.587Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2021-11-12T04:17:31.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-11-12T04:17:31.981Z] $ docker top efa463fd9290f7092b2bc61b59e44a150e071922cf6bf8b633f6f91fab3e1141 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-12T04:17:32.407Z] + make test [2021-11-12T04:17:32.407Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-12T04:17:32.407Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-11-12T04:17:32.407Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2021-11-12T04:17:32.407Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2021-11-12T04:17:32.670Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 [2021-11-12T04:17:32.670Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2021-11-12T04:17:32.670Z] verifying github.com/edgexfoundry/go-mod-registry/v2@v2.1.0: checksum mismatch [2021-11-12T04:17:32.670Z] downloaded: h1:ks0ejtLLUYKuoKrUBbWxygCU7q2mBFJlHE/+dEzV2Gw= [2021-11-12T04:17:32.670Z] go.sum: h1:Br71RnEg870q0QjHpNE+CYHJBHXjjZ4ptoJ713m9Fmo= [2021-11-12T04:17:32.670Z] [2021-11-12T04:17:32.670Z] SECURITY ERROR [2021-11-12T04:17:32.670Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-12T04:17:32.671Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-12T04:17:32.671Z] have intercepted the download attempt. [2021-11-12T04:17:32.671Z] [2021-11-12T04:17:32.671Z] For more information, see 'go help module-auth'. [2021-11-12T04:17:32.671Z] make: *** [Makefile:37: test] Error 1 [Pipeline] } [2021-11-12T04:17:32.705Z] $ docker stop --time=1 efa463fd9290f7092b2bc61b59e44a150e071922cf6bf8b633f6f91fab3e1141 [2021-11-12T04:17:34.053Z] $ docker rm -f efa463fd9290f7092b2bc61b59e44a150e071922cf6bf8b633f6f91fab3e1141 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:35.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:17:35.210Z] [2021-11-12T04:17:35.210Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:35.549Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:17:35.549Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-12T04:17:35.549Z] b4d181a07f80: Pulling fs layer [2021-11-12T04:17:35.549Z] a1111a8f2ec3: Pulling fs layer [2021-11-12T04:17:35.549Z] ed53099fbce6: Pulling fs layer [2021-11-12T04:17:35.549Z] dc539afda2c1: Pulling fs layer [2021-11-12T04:17:35.549Z] 77bc0d833cb6: Pulling fs layer [2021-11-12T04:17:35.549Z] 9065ff56babe: Pulling fs layer [2021-11-12T04:17:35.549Z] d287ab97295c: Pulling fs layer [2021-11-12T04:17:35.549Z] dc539afda2c1: Waiting [2021-11-12T04:17:35.549Z] 77bc0d833cb6: Waiting [2021-11-12T04:17:35.550Z] 9065ff56babe: Waiting [2021-11-12T04:17:35.550Z] d287ab97295c: Waiting [2021-11-12T04:17:35.550Z] a1111a8f2ec3: Verifying Checksum [2021-11-12T04:17:35.550Z] a1111a8f2ec3: Download complete [2021-11-12T04:17:35.550Z] dc539afda2c1: Verifying Checksum [2021-11-12T04:17:35.550Z] dc539afda2c1: Download complete [2021-11-12T04:17:35.550Z] ed53099fbce6: Verifying Checksum [2021-11-12T04:17:35.550Z] ed53099fbce6: Download complete [2021-11-12T04:17:35.550Z] 9065ff56babe: Verifying Checksum [2021-11-12T04:17:35.550Z] 9065ff56babe: Download complete [2021-11-12T04:17:35.550Z] 77bc0d833cb6: Verifying Checksum [2021-11-12T04:17:35.550Z] 77bc0d833cb6: Download complete [2021-11-12T04:17:35.815Z] b4d181a07f80: Verifying Checksum [2021-11-12T04:17:35.815Z] b4d181a07f80: Download complete [2021-11-12T04:17:36.395Z] d287ab97295c: Verifying Checksum [2021-11-12T04:17:36.395Z] d287ab97295c: Download complete [2021-11-12T04:17:37.349Z] b4d181a07f80: Pull complete [2021-11-12T04:17:37.349Z] a1111a8f2ec3: Pull complete [2021-11-12T04:17:37.929Z] ed53099fbce6: Pull complete [2021-11-12T04:17:37.929Z] dc539afda2c1: Pull complete [2021-11-12T04:17:38.195Z] 77bc0d833cb6: Pull complete [2021-11-12T04:17:38.195Z] 9065ff56babe: Pull complete [2021-11-12T04:17:43.540Z] d287ab97295c: Pull complete [2021-11-12T04:17:43.540Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-12T04:17:43.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:17:43.540Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-12T04:17:43.636Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2021-11-12T04:17:43.670Z] $ 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-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-11-12T04:17:46.901Z] $ docker top c80671efe5a9ebe5dbd9bf5ee4bf95adb38cbf059614c8f4a246fcff0b3279de -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:47.338Z] ---> job-cost.sh [2021-11-12T04:17:47.338Z] lf-activate-venv: SKIPPING [2021-11-12T04:17:47.338Z] INFO: No Stack... [2021-11-12T04:17:47.600Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-12T04:17:47.864Z] INFO: Archiving Costs [Pipeline] sh [2021-11-12T04:17:48.199Z] + cut -d, -f6 [2021-11-12T04:17:48.199Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2021-11-12T04:17:48.249Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [2021-11-12T04:17:48.253Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] did not exist. Created. [2021-11-12T04:17:48.253Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-12T04:17:48.636Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-11-12T04:17:48.852Z] Stashed 1 file(s) [Pipeline] } [2021-11-12T04:17:48.867Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-12T04:17:48.919Z] $ docker stop --time=1 c80671efe5a9ebe5dbd9bf5ee4bf95adb38cbf059614c8f4a246fcff0b3279de [2021-11-12T04:17:50.067Z] $ docker rm -f c80671efe5a9ebe5dbd9bf5ee4bf95adb38cbf059614c8f4a246fcff0b3279de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-12T04:17:50.590Z] Failed in branch amd64 [2021-11-12T04:19:00.260Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-301 in /w/workspace/edgexfoundry_edgex-ui-go_PR-481 [Pipeline] { [Pipeline] ws [2021-11-12T04:19:00.300Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-11-12T04:19:00.542Z] The recommended git tool is: git [2021-11-12T04:19:06.050Z] using credential edgex-jenkins-ssh [2021-11-12T04:19:06.068Z] Cloning the remote Git repository [2021-11-12T04:19:06.167Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:19:06.359Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-11-12T04:19:06.450Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:19:06.451Z] > git --version # timeout=10 [2021-11-12T04:19:06.470Z] > git --version # 'git version 2.17.1' [2021-11-12T04:19:06.472Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:19:06.556Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:19:10.090Z] Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 705dea372b85fb7c71f49655d9a1291bfc850f4a [2021-11-12T04:19:10.526Z] Merge succeeded, producing 705dea372b85fb7c71f49655d9a1291bfc850f4a [2021-11-12T04:19:10.527Z] Checking out Revision 705dea372b85fb7c71f49655d9a1291bfc850f4a (PR-481) [2021-11-12T04:19:09.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:19:09.432Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:19:09.455Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:19:09.490Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:19:09.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:19:09.505Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-12T04:19:10.110Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:19:10.126Z] > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 [2021-11-12T04:19:10.435Z] > git remote # timeout=10 [2021-11-12T04:19:10.455Z] > git config --get remote.origin.url # timeout=10 [2021-11-12T04:19:10.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:19:10.487Z] > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 [2021-11-12T04:19:10.512Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-12T04:19:10.533Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:19:10.546Z] > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 [2021-11-12T04:19:15.141Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [2021-11-12T04:19:15.207Z] > git --version # timeout=10 [2021-11-12T04:19:15.221Z] > git --version # 'git version 2.17.1' [2021-11-12T04:19:15.232Z] fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-12T04:19:16.247Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-11-12T04:19:16.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-12T04:19:16.247Z] Dload Upload Total Spent Left Speed [2021-11-12T04:19:16.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 199k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh [2021-11-12T04:19:16.680Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-11-12T04:19:17.049Z] + sudo tee /etc/docker/daemon.new [2021-11-12T04:19:17.049Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-11-12T04:19:17.049Z] { [2021-11-12T04:19:17.049Z] "registry-mirrors": [ [2021-11-12T04:19:17.049Z] "https://nexus3.edgexfoundry.org:10001" [2021-11-12T04:19:17.049Z] ], [2021-11-12T04:19:17.049Z] "bip": "10.250.0.254/24", [2021-11-12T04:19:17.049Z] "hosts": [ [2021-11-12T04:19:17.049Z] "tcp://0.0.0.0:5555", [2021-11-12T04:19:17.049Z] "unix:///var/run/docker.sock" [2021-11-12T04:19:17.049Z] ], [2021-11-12T04:19:17.049Z] "mtu": 1458, [2021-11-12T04:19:17.049Z] "selinux-enabled": true, [2021-11-12T04:19:17.049Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-11-12T04:19:17.049Z] } [Pipeline] sh [2021-11-12T04:19:17.482Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-11-12T04:19:17.841Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:19:36.226Z] provisioning config files... [2021-11-12T04:19:36.253Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7693460378914186215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:19:36.651Z] ---> docker-login.sh [2021-11-12T04:19:36.651Z] nexus3.edgexfoundry.org:10001 [2021-11-12T04:19:37.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:19:37.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:19:37.525Z] Configure a credential helper to remove this warning. See [2021-11-12T04:19:37.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:19:37.525Z] [2021-11-12T04:19:37.525Z] Login Succeeded [2021-11-12T04:19:37.525Z] nexus3.edgexfoundry.org:10002 [2021-11-12T04:19:38.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:19:38.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:19:38.119Z] Configure a credential helper to remove this warning. See [2021-11-12T04:19:38.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:19:38.119Z] [2021-11-12T04:19:38.119Z] Login Succeeded [2021-11-12T04:19:38.119Z] nexus3.edgexfoundry.org:10003 [2021-11-12T04:19:38.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:19:38.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:19:38.667Z] Configure a credential helper to remove this warning. See [2021-11-12T04:19:38.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:19:38.667Z] [2021-11-12T04:19:38.667Z] Login Succeeded [2021-11-12T04:19:38.667Z] nexus3.edgexfoundry.org:10004 [2021-11-12T04:19:38.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:19:39.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:19:39.211Z] Configure a credential helper to remove this warning. See [2021-11-12T04:19:39.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:19:39.211Z] [2021-11-12T04:19:39.211Z] Login Succeeded [2021-11-12T04:19:39.211Z] docker.io [2021-11-12T04:19:39.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:19:40.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:19:40.080Z] Configure a credential helper to remove this warning. See [2021-11-12T04:19:40.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:19:40.080Z] [2021-11-12T04:19:40.080Z] Login Succeeded [2021-11-12T04:19:40.080Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T04:19:40.107Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-12T04:19:40.714Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-12T04:19:40.741Z] ========================================================= [2021-11-12T04:19:40.742Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-11-12T04:19:40.742Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:19:41.192Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-11-12T04:19:42.190Z] Sending build context to Docker daemon 25.22MB [2021-11-12T04:19:42.190Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-12T04:19:42.190Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-12T04:19:42.190Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-11-12T04:19:42.190Z] 552d1f2373af: Pulling fs layer [2021-11-12T04:19:42.190Z] ea3f2d53f512: Pulling fs layer [2021-11-12T04:19:42.190Z] 9e70ebbbe112: Pulling fs layer [2021-11-12T04:19:42.190Z] 7a9cfe048b4a: Pulling fs layer [2021-11-12T04:19:42.190Z] 72dc09318566: Pulling fs layer [2021-11-12T04:19:42.190Z] f4f7b4309257: Pulling fs layer [2021-11-12T04:19:42.190Z] 0ac9a79272e3: Pulling fs layer [2021-11-12T04:19:42.190Z] b78e95d17946: Pulling fs layer [2021-11-12T04:19:42.190Z] f4f7b4309257: Waiting [2021-11-12T04:19:42.190Z] 7a9cfe048b4a: Waiting [2021-11-12T04:19:42.190Z] 0ac9a79272e3: Waiting [2021-11-12T04:19:42.190Z] b78e95d17946: Waiting [2021-11-12T04:19:42.190Z] 72dc09318566: Waiting [2021-11-12T04:19:42.190Z] 9e70ebbbe112: Download complete [2021-11-12T04:19:42.190Z] ea3f2d53f512: Verifying Checksum [2021-11-12T04:19:42.190Z] ea3f2d53f512: Download complete [2021-11-12T04:19:42.468Z] 72dc09318566: Verifying Checksum [2021-11-12T04:19:42.468Z] 72dc09318566: Download complete [2021-11-12T04:19:42.468Z] f4f7b4309257: Verifying Checksum [2021-11-12T04:19:42.468Z] f4f7b4309257: Download complete [2021-11-12T04:19:42.468Z] 0ac9a79272e3: Verifying Checksum [2021-11-12T04:19:42.468Z] 0ac9a79272e3: Download complete [2021-11-12T04:19:42.468Z] 552d1f2373af: Verifying Checksum [2021-11-12T04:19:42.468Z] 552d1f2373af: Download complete [2021-11-12T04:19:43.465Z] 552d1f2373af: Pull complete [2021-11-12T04:19:44.077Z] ea3f2d53f512: Pull complete [2021-11-12T04:19:44.351Z] 9e70ebbbe112: Pull complete [2021-11-12T04:19:44.626Z] b78e95d17946: Verifying Checksum [2021-11-12T04:19:44.626Z] b78e95d17946: Download complete [2021-11-12T04:19:44.900Z] 7a9cfe048b4a: Verifying Checksum [2021-11-12T04:19:44.900Z] 7a9cfe048b4a: Download complete [2021-11-12T04:19:55.046Z] 7a9cfe048b4a: Pull complete [2021-11-12T04:19:55.046Z] 72dc09318566: Pull complete [2021-11-12T04:19:55.644Z] f4f7b4309257: Pull complete [2021-11-12T04:19:55.919Z] 0ac9a79272e3: Pull complete [2021-11-12T04:20:02.652Z] b78e95d17946: Pull complete [2021-11-12T04:20:02.652Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-11-12T04:20:02.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-12T04:20:02.652Z] ---> 8b459fc5aaf0 [2021-11-12T04:20:02.652Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-12T04:20:03.632Z] ---> Running in 6c4e8c226608 [2021-11-12T04:20:03.907Z] Removing intermediate container 6c4e8c226608 [2021-11-12T04:20:03.907Z] ---> 5ce510344b03 [2021-11-12T04:20:03.907Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-12T04:20:03.907Z] ---> Running in 4e5f3dd867eb [2021-11-12T04:20:04.504Z] Removing intermediate container 4e5f3dd867eb [2021-11-12T04:20:04.504Z] ---> ed2d63a8b571 [2021-11-12T04:20:04.504Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-12T04:20:04.504Z] ---> Running in a90dc54977e6 [2021-11-12T04:20:05.100Z] Removing intermediate container a90dc54977e6 [2021-11-12T04:20:05.100Z] ---> 9e6d1ae03307 [2021-11-12T04:20:05.100Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-12T04:20:05.100Z] ---> Running in 308acec736ff [2021-11-12T04:20:05.695Z] Removing intermediate container 308acec736ff [2021-11-12T04:20:05.695Z] ---> 95547df9a646 [2021-11-12T04:20:05.695Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-12T04:20:05.695Z] ---> Running in 678f124428df [2021-11-12T04:20:05.969Z] Removing intermediate container 678f124428df [2021-11-12T04:20:05.969Z] ---> a45c17c6cf83 [2021-11-12T04:20:05.969Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-12T04:20:06.241Z] ---> Running in fbe0b69e54ae [2021-11-12T04:20:08.216Z] Removing intermediate container fbe0b69e54ae [2021-11-12T04:20:08.216Z] ---> 29814a199ad2 [2021-11-12T04:20:08.216Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-12T04:20:08.216Z] ---> Running in 797838dd3a4e [2021-11-12T04:20:09.666Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-12T04:20:10.643Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-12T04:20:11.236Z] OK: 219 MiB in 52 packages [2021-11-12T04:20:12.215Z] Removing intermediate container 797838dd3a4e [2021-11-12T04:20:12.215Z] ---> 8f3b6f472429 [2021-11-12T04:20:12.215Z] Step 10/14 : ENV GO111MODULE=on [2021-11-12T04:20:12.215Z] ---> Running in c382da18c999 [2021-11-12T04:20:12.489Z] Removing intermediate container c382da18c999 [2021-11-12T04:20:12.489Z] ---> 85f9de853072 [2021-11-12T04:20:12.489Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-12T04:20:12.762Z] ---> Running in 58cb80451d81 [2021-11-12T04:20:13.357Z] Removing intermediate container 58cb80451d81 [2021-11-12T04:20:13.357Z] ---> ba1ad60fef15 [2021-11-12T04:20:13.357Z] Step 12/14 : COPY . . [2021-11-12T04:20:15.998Z] ---> 9fb3f2083ee7 [2021-11-12T04:20:15.998Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-12T04:20:15.998Z] ---> Running in 1f5b9d3a0a3d [2021-11-12T04:20:19.409Z] verifying github.com/edgexfoundry/go-mod-registry/v2@v2.1.0: checksum mismatch [2021-11-12T04:20:19.409Z] downloaded: h1:ks0ejtLLUYKuoKrUBbWxygCU7q2mBFJlHE/+dEzV2Gw= [2021-11-12T04:20:19.409Z] go.sum: h1:Br71RnEg870q0QjHpNE+CYHJBHXjjZ4ptoJ713m9Fmo= [2021-11-12T04:20:19.409Z] [2021-11-12T04:20:19.409Z] SECURITY ERROR [2021-11-12T04:20:19.409Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-12T04:20:19.409Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-12T04:20:19.409Z] have intercepted the download attempt. [2021-11-12T04:20:19.409Z] [2021-11-12T04:20:19.409Z] For more information, see 'go help module-auth'. [2021-11-12T04:20:19.409Z] skipping... [2021-11-12T04:20:21.395Z] Removing intermediate container 1f5b9d3a0a3d [2021-11-12T04:20:21.395Z] ---> ce64f90211e7 [2021-11-12T04:20:21.395Z] Step 14/14 : RUN ${MAKE} [2021-11-12T04:20:21.395Z] ---> Running in 03defe9a92af [2021-11-12T04:20:22.846Z] noop [2021-11-12T04:20:23.443Z] Removing intermediate container 03defe9a92af [2021-11-12T04:20:23.443Z] ---> e741ccda119c [2021-11-12T04:20:23.443Z] Successfully built e741ccda119c [2021-11-12T04:20:23.443Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:20:23.817Z] + docker inspect -f . ci-base-image-arm64 [2021-11-12T04:20:23.817Z] . [Pipeline] withDockerContainer [2021-11-12T04:20:24.089Z] prd-ubuntu18.04-docker-arm64-4c-16g-301 does not seem to be running inside a container [2021-11-12T04:20:24.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-11-12T04:20:25.710Z] $ docker top 587c0940f6e9f325a26f420a0becf6d79e5b529c905818eeab8145aeb695338d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T04:20:26.694Z] + go version [2021-11-12T04:20:26.694Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-11-12T04:20:26.731Z] $ docker stop --time=1 587c0940f6e9f325a26f420a0becf6d79e5b529c905818eeab8145aeb695338d [2021-11-12T04:20:28.480Z] $ docker rm -f 587c0940f6e9f325a26f420a0becf6d79e5b529c905818eeab8145aeb695338d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:20:29.424Z] + docker inspect -f . ci-base-image-arm64 [2021-11-12T04:20:29.424Z] . [Pipeline] withDockerContainer [2021-11-12T04:20:29.701Z] prd-ubuntu18.04-docker-arm64-4c-16g-301 does not seem to be running inside a container [2021-11-12T04:20:29.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-11-12T04:20:31.359Z] $ docker top 0100fc86010897f6d295946ab443d520554e4fdd32d0ac56cc681a0630cfd50d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-12T04:20:32.447Z] + make test [2021-11-12T04:20:32.447Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-12T04:20:32.721Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-11-12T04:20:32.721Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2021-11-12T04:20:32.721Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2021-11-12T04:20:32.998Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 [2021-11-12T04:20:33.276Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2021-11-12T04:20:33.276Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-11-12T04:20:33.276Z] verifying github.com/edgexfoundry/go-mod-registry/v2@v2.1.0: checksum mismatch [2021-11-12T04:20:33.276Z] downloaded: h1:ks0ejtLLUYKuoKrUBbWxygCU7q2mBFJlHE/+dEzV2Gw= [2021-11-12T04:20:33.276Z] go.sum: h1:Br71RnEg870q0QjHpNE+CYHJBHXjjZ4ptoJ713m9Fmo= [2021-11-12T04:20:33.276Z] [2021-11-12T04:20:33.276Z] SECURITY ERROR [2021-11-12T04:20:33.276Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-12T04:20:33.276Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-12T04:20:33.276Z] have intercepted the download attempt. [2021-11-12T04:20:33.276Z] [2021-11-12T04:20:33.276Z] For more information, see 'go help module-auth'. [2021-11-12T04:20:33.276Z] make: *** [Makefile:37: test] Error 1 [Pipeline] } [2021-11-12T04:20:33.318Z] $ docker stop --time=1 0100fc86010897f6d295946ab443d520554e4fdd32d0ac56cc681a0630cfd50d [2021-11-12T04:20:35.073Z] $ docker rm -f 0100fc86010897f6d295946ab443d520554e4fdd32d0ac56cc681a0630cfd50d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "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 [2021-11-12T04:20:36.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:20:36.354Z] [2021-11-12T04:20:36.354Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:20:37.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:20:37.278Z] arm64: Pulling from edgex-lftools-log-publisher [2021-11-12T04:20:37.278Z] 448f6bf000e3: Pulling fs layer [2021-11-12T04:20:37.278Z] f757da607395: Pulling fs layer [2021-11-12T04:20:37.278Z] 05883995daec: Pulling fs layer [2021-11-12T04:20:37.278Z] 8603b9c90790: Pulling fs layer [2021-11-12T04:20:37.278Z] 1560dd03e051: Pulling fs layer [2021-11-12T04:20:37.278Z] 27f5ce0e4adf: Pulling fs layer [2021-11-12T04:20:37.278Z] c2d8d7efcc4b: Pulling fs layer [2021-11-12T04:20:37.278Z] 8603b9c90790: Waiting [2021-11-12T04:20:37.278Z] 1560dd03e051: Waiting [2021-11-12T04:20:37.278Z] 27f5ce0e4adf: Waiting [2021-11-12T04:20:37.278Z] c2d8d7efcc4b: Waiting [2021-11-12T04:20:37.278Z] f757da607395: Verifying Checksum [2021-11-12T04:20:37.278Z] f757da607395: Download complete [2021-11-12T04:20:37.278Z] 8603b9c90790: Verifying Checksum [2021-11-12T04:20:37.278Z] 8603b9c90790: Download complete [2021-11-12T04:20:37.554Z] 1560dd03e051: Verifying Checksum [2021-11-12T04:20:37.554Z] 1560dd03e051: Download complete [2021-11-12T04:20:37.554Z] 05883995daec: Verifying Checksum [2021-11-12T04:20:37.554Z] 05883995daec: Download complete [2021-11-12T04:20:37.554Z] 27f5ce0e4adf: Verifying Checksum [2021-11-12T04:20:37.554Z] 27f5ce0e4adf: Download complete [2021-11-12T04:20:37.826Z] 448f6bf000e3: Verifying Checksum [2021-11-12T04:20:37.826Z] 448f6bf000e3: Download complete [2021-11-12T04:20:40.446Z] c2d8d7efcc4b: Verifying Checksum [2021-11-12T04:20:40.446Z] c2d8d7efcc4b: Download complete [2021-11-12T04:20:41.425Z] 448f6bf000e3: Pull complete [2021-11-12T04:20:42.022Z] f757da607395: Pull complete [2021-11-12T04:20:43.459Z] 05883995daec: Pull complete [2021-11-12T04:20:44.059Z] 8603b9c90790: Pull complete [2021-11-12T04:20:45.035Z] 1560dd03e051: Pull complete [2021-11-12T04:20:45.309Z] 27f5ce0e4adf: Pull complete [2021-11-12T04:21:00.409Z] c2d8d7efcc4b: Pull complete [2021-11-12T04:21:00.409Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-11-12T04:21:00.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:21:00.409Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-11-12T04:21:00.688Z] prd-ubuntu18.04-docker-arm64-4c-16g-301 does not seem to be running inside a container [2021-11-12T04:21:00.772Z] $ 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-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-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 [2021-11-12T04:21:03.713Z] $ docker top 34189ed4172899217b0c4a135ae2c0022cab795b26bb748492c393ffdf2b7ff3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:21:04.743Z] ---> job-cost.sh [2021-11-12T04:21:04.743Z] lf-activate-venv: SKIPPING [2021-11-12T04:21:04.743Z] INFO: No Stack... [2021-11-12T04:21:05.333Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-11-12T04:21:05.605Z] INFO: Archiving Costs [Pipeline] sh [2021-11-12T04:21:06.277Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-11-12T04:21:06.277Z] + cut -d, -f6 [Pipeline] lock [2021-11-12T04:21:06.382Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [2021-11-12T04:21:06.387Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] did not exist. Created. [2021-11-12T04:21:06.387Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-12T04:21:07.191Z] /w/workspace/edgex-ui-go/1@tmp/durable-1505330f/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-1505330f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-11-12T04:21:07.948Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-11-12T04:21:08.020Z] Warning: overwriting stash ‘stack-cost’ [2021-11-12T04:21:08.825Z] Stashed 1 file(s) [Pipeline] } [2021-11-12T04:21:08.841Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-12T04:21:08.902Z] $ docker stop --time=1 34189ed4172899217b0c4a135ae2c0022cab795b26bb748492c393ffdf2b7ff3 [2021-11-12T04:21:10.480Z] $ docker rm -f 34189ed4172899217b0c4a135ae2c0022cab795b26bb748492c393ffdf2b7ff3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-12T04:21:11.246Z] 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 Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 [2021-11-12T04:21:13.374Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-481/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:21:13.701Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:21:14.303Z] ---> package-listing.sh [2021-11-12T04:21:14.303Z] ++ tr '[:upper:]' '[:lower:]' [2021-11-12T04:21:14.303Z] ++ facter osfamily [2021-11-12T04:21:14.564Z] + OS_FAMILY=redhat [2021-11-12T04:21:14.564Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-481 [2021-11-12T04:21:14.564Z] + START_PACKAGES=/tmp/packages_start.txt [2021-11-12T04:21:14.564Z] + END_PACKAGES=/tmp/packages_end.txt [2021-11-12T04:21:14.564Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-11-12T04:21:14.564Z] + PACKAGES=/tmp/packages_start.txt [2021-11-12T04:21:14.564Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-481 ']' [2021-11-12T04:21:14.564Z] + PACKAGES=/tmp/packages_end.txt [2021-11-12T04:21:14.564Z] + case "${OS_FAMILY}" in [2021-11-12T04:21:14.564Z] + sort [2021-11-12T04:21:14.564Z] + rpm -qa [2021-11-12T04:21:15.137Z] + '[' -f /tmp/packages_start.txt ']' [2021-11-12T04:21:15.137Z] + '[' -f /tmp/packages_end.txt ']' [2021-11-12T04:21:15.137Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-11-12T04:21:15.137Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-481 ']' [2021-11-12T04:21:15.137Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-481/archives/ [2021-11-12T04:21:15.137Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-481/archives/ [Pipeline] echo [2021-11-12T04:21:15.166Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-11-12T04:21:15.464Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:21:16.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:21:16.050Z] [2021-11-12T04:21:16.050Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:21:16.394Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:21:16.394Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-12T04:21:16.394Z] b4d181a07f80: Pulling fs layer [2021-11-12T04:21:16.394Z] a1111a8f2ec3: Pulling fs layer [2021-11-12T04:21:16.394Z] ed53099fbce6: Pulling fs layer [2021-11-12T04:21:16.394Z] dc539afda2c1: Pulling fs layer [2021-11-12T04:21:16.394Z] 77bc0d833cb6: Pulling fs layer [2021-11-12T04:21:16.394Z] 9065ff56babe: Pulling fs layer [2021-11-12T04:21:16.394Z] d287ab97295c: Pulling fs layer [2021-11-12T04:21:16.394Z] dc539afda2c1: Waiting [2021-11-12T04:21:16.394Z] 77bc0d833cb6: Waiting [2021-11-12T04:21:16.394Z] 9065ff56babe: Waiting [2021-11-12T04:21:16.394Z] d287ab97295c: Waiting [2021-11-12T04:21:16.394Z] a1111a8f2ec3: Verifying Checksum [2021-11-12T04:21:16.394Z] a1111a8f2ec3: Download complete [2021-11-12T04:21:16.394Z] dc539afda2c1: Verifying Checksum [2021-11-12T04:21:16.394Z] dc539afda2c1: Download complete [2021-11-12T04:21:16.394Z] 77bc0d833cb6: Verifying Checksum [2021-11-12T04:21:16.394Z] 77bc0d833cb6: Download complete [2021-11-12T04:21:16.394Z] ed53099fbce6: Verifying Checksum [2021-11-12T04:21:16.394Z] ed53099fbce6: Download complete [2021-11-12T04:21:16.661Z] 9065ff56babe: Verifying Checksum [2021-11-12T04:21:16.661Z] 9065ff56babe: Download complete [2021-11-12T04:21:16.661Z] b4d181a07f80: Verifying Checksum [2021-11-12T04:21:16.661Z] b4d181a07f80: Download complete [2021-11-12T04:21:17.240Z] d287ab97295c: Verifying Checksum [2021-11-12T04:21:17.240Z] d287ab97295c: Download complete [2021-11-12T04:21:18.227Z] b4d181a07f80: Pull complete [2021-11-12T04:21:18.227Z] a1111a8f2ec3: Pull complete [2021-11-12T04:21:18.807Z] ed53099fbce6: Pull complete [2021-11-12T04:21:18.807Z] dc539afda2c1: Pull complete [2021-11-12T04:21:19.072Z] 77bc0d833cb6: Pull complete [2021-11-12T04:21:19.072Z] 9065ff56babe: Pull complete [2021-11-12T04:21:24.403Z] d287ab97295c: Pull complete [2021-11-12T04:21:24.403Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-12T04:21:24.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:21:24.403Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-12T04:21:24.481Z] prd-centos7-docker-4c-2g-296 does not seem to be running inside a container [2021-11-12T04:21:24.517Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-481 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481:/w/workspace/edgexfoundry_edgex-ui-go_PR-481:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-11-12T04:21:26.756Z] $ docker top ac8f9cea49b943ea54cf5de3ad13601f7d4750cfa79683639175f5fd9fadeb1d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T04:21:27.149Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-11-12T04:21:27.455Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-11-12T04:21:27.763Z] + ls /var/log/sa-host [2021-11-12T04:21:27.763Z] + sadf -c /var/log/sa-host/sa12 [2021-11-12T04:21:27.763Z] file_magic: OK [2021-11-12T04:21:27.763Z] HZ: Using current value: 100 [2021-11-12T04:21:27.763Z] file_header: OK [2021-11-12T04:21:27.763Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-11-12T04:21:27.763Z] Statistics: [2021-11-12T04:21:27.763Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-12T04:21:27.763Z] File successfully converted to sysstat format version 12.0.3 [2021-11-12T04:21:27.763Z] + sadf -c /var/log/sa-host/sa30 [2021-11-12T04:21:27.763Z] file_magic: OK [2021-11-12T04:21:27.763Z] HZ: Using current value: 100 [2021-11-12T04:21:27.763Z] file_header: OK [2021-11-12T04:21:27.763Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-11-12T04:21:27.763Z] Statistics: [2021-11-12T04:21:27.763Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-12T04:21:27.763Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:21:27.890Z] provisioning config files... [2021-11-12T04:21:27.900Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/config1222421214134588824tmp [Pipeline] { [Pipeline] echo [2021-11-12T04:21:27.944Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:21:28.265Z] ---> create-netrc.sh [Pipeline] } [2021-11-12T04:21:28.284Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:21:28.664Z] ---> python-tools-install.sh [Pipeline] echo [2021-11-12T04:21:28.698Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:21:29.016Z] ---> sudo-logs.sh [2021-11-12T04:21:29.016Z] Archiving 'sudo' log.. [2021-11-12T04:21:29.016Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-296.novalocal: Name or service not known [2021-11-12T04:21:29.016Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-296.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-11-12T04:21:29.098Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:21:29.410Z] ---> job-cost.sh [2021-11-12T04:21:29.410Z] lf-activate-venv: SKIPPING [2021-11-12T04:21:29.410Z] DEBUG: total: 0.10999999940395355 [2021-11-12T04:21:29.410Z] INFO: Retrieving Stack Cost... [2021-11-12T04:21:31.966Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-12T04:21:32.538Z] INFO: Archiving Costs [Pipeline] echo [2021-11-12T04:21:32.568Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:21:32.888Z] ---> logs-deploy.sh [2021-11-12T04:21:32.888Z] lf-activate-venv: SKIPPING [2021-11-12T04:21:32.888Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-481/1 [2021-11-12T04:21:32.888Z] INFO: archiving workspace using pattern(s): [2021-11-12T04:21:33.834Z] Archives upload complete. [2021-11-12T04:21:33.834Z] INFO: archiving logs to Nexus