Pull request #479 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2+e434f5a74feb2b6c0235e74b51739bbffb9202a5 (3c00681bddd509f6587d9716619b742e5346034e) 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-ssh9015314482769289826.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-ssh852704999470299694.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-479/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-479/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4262768208797977732.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-479/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2833046545180621287.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-ssh7884835592584910677.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-479/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-479/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2050317694748488146.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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-293 in /w/workspace/edgexfoundry_edgex-ui-go_PR-479 [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-479 # 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-479@tmp/jenkins-gitclient-ssh2707283959332273312.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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-479@tmp/jenkins-gitclient-ssh195202680356098631.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/479/head:refs/remotes/origin/PR-479 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 Merge succeeded, producing 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 Checking out Revision 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 (PR-479) > git config core.sparsecheckout # timeout=10 > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # 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-479@tmp/jenkins-gitclient-ssh3681480861210613915.key > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/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:12:59.403Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-11-12T04:12:59.537Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-11-12T04:12:59.621Z] ========================================================= [2021-11-12T04:12:59.621Z] EdgeX Global Pipelines Version Info [2021-11-12T04:12:59.621Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:13:00.775Z] ------------------- [2021-11-12T04:13:00.775Z] stable info: [2021-11-12T04:13:00.775Z] ------------------- [2021-11-12T04:13:00.775Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-12T04:13:00.775Z] Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 [2021-11-12T04:13:00.775Z] Message: update stable to v1.0.213 [2021-11-12T04:13:01.351Z] ------------------- [2021-11-12T04:13:01.351Z] experimental info: [2021-11-12T04:13:01.351Z] ------------------- [2021-11-12T04:13:01.351Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-11-12T04:13:01.351Z] Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 [2021-11-12T04:13:01.351Z] Message: update experimental to v1.0.213 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-11-12T04:13:01.518Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-11-12T04:13:01.557Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-11-12T04:13:01.594Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-11-12T04:13:01.628Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-11-12T04:13:01.663Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-11-12T04:13:01.699Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-11-12T04:13:01.732Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-11-12T04:13:01.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-11-12T04:13:01.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-11-12T04:13:01.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-11-12T04:13:01.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-11-12T04:13:01.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-11-12T04:13:01.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-11-12T04:13:01.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-11-12T04:13:02.025Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-11-12T04:13:02.061Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-11-12T04:13:02.096Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-11-12T04:13:02.132Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-11-12T04:13:02.173Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-11-12T04:13:02.207Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-11-12T04:13:02.246Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-11-12T04:13:02.284Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-11-12T04:13:02.320Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-11-12T04:13:02.359Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-11-12T04:13:02.400Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-11-12T04:13:02.438Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-11-12T04:13:02.477Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-479 [Pipeline] echo [2021-11-12T04:13:02.515Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-479 [Pipeline] echo [2021-11-12T04:13:02.553Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-479 [Pipeline] echo [2021-11-12T04:13:02.589Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [Pipeline] echo [2021-11-12T04:13:02.624Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 436bebb [Pipeline] echo [2021-11-12T04:13:02.660Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:13:02.760Z] provisioning config files... [2021-11-12T04:13:02.777Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp/config6155027518848202053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:13:03.139Z] ---> docker-login.sh [2021-11-12T04:13:03.139Z] nexus3.edgexfoundry.org:10001 [2021-11-12T04:13:03.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:13:03.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:13:03.403Z] Configure a credential helper to remove this warning. See [2021-11-12T04:13:03.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:13:03.403Z] [2021-11-12T04:13:03.403Z] Login Succeeded [2021-11-12T04:13:03.403Z] nexus3.edgexfoundry.org:10002 [2021-11-12T04:13:03.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:13:03.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:13:03.403Z] Configure a credential helper to remove this warning. See [2021-11-12T04:13:03.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:13:03.403Z] [2021-11-12T04:13:03.403Z] Login Succeeded [2021-11-12T04:13:03.403Z] nexus3.edgexfoundry.org:10003 [2021-11-12T04:13:03.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:13:03.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:13:03.666Z] Configure a credential helper to remove this warning. See [2021-11-12T04:13:03.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:13:03.666Z] [2021-11-12T04:13:03.666Z] Login Succeeded [2021-11-12T04:13:03.666Z] nexus3.edgexfoundry.org:10004 [2021-11-12T04:13:03.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:13:03.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:13:03.666Z] Configure a credential helper to remove this warning. See [2021-11-12T04:13:03.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:13:03.666Z] [2021-11-12T04:13:03.666Z] Login Succeeded [2021-11-12T04:13:03.666Z] docker.io [2021-11-12T04:13:03.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:13:04.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:13:04.245Z] Configure a credential helper to remove this warning. See [2021-11-12T04:13:04.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:13:04.245Z] [2021-11-12T04:13:04.245Z] Login Succeeded [2021-11-12T04:13:04.245Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T04:13:04.270Z] 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:13:04.887Z] + git rev-list -1 --merges 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2~1..436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [Pipeline] echo [2021-11-12T04:13:04.938Z] -----------> git rev-list -1 --merges 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2~1..436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [false] [Pipeline] sh [2021-11-12T04:13:05.251Z] + git log --format=format:%s -1 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [Pipeline] echo [2021-11-12T04:13:05.282Z] ========================================================= [2021-11-12T04:13:05.282Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-11-12T04:13:05.282Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-12T04:13:05.694Z] + git log --format=format:%s -1 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [Pipeline] echo [2021-11-12T04:13:05.725Z] [semverPrep] GIT_COMMIT: 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-11-12T04:13:05.755Z] [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:13:06.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T04:13:06.325Z] [2021-11-12T04:13:06.325Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:13:06.660Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T04:13:06.660Z] latest: Pulling from edgex-devops/git-semver [2021-11-12T04:13:06.660Z] a0d0a0d46f8b: Pulling fs layer [2021-11-12T04:13:06.660Z] 3e5f54012d9b: Pulling fs layer [2021-11-12T04:13:06.660Z] 4c7163046ea9: Pulling fs layer [2021-11-12T04:13:06.660Z] 0c2d73faf560: Pulling fs layer [2021-11-12T04:13:06.660Z] 0c2d73faf560: Waiting [2021-11-12T04:13:06.660Z] 3e5f54012d9b: Verifying Checksum [2021-11-12T04:13:06.660Z] 3e5f54012d9b: Download complete [2021-11-12T04:13:06.660Z] a0d0a0d46f8b: Download complete [2021-11-12T04:13:06.660Z] 4c7163046ea9: Verifying Checksum [2021-11-12T04:13:06.660Z] 4c7163046ea9: Download complete [2021-11-12T04:13:06.660Z] 0c2d73faf560: Verifying Checksum [2021-11-12T04:13:06.660Z] 0c2d73faf560: Download complete [2021-11-12T04:13:06.930Z] a0d0a0d46f8b: Pull complete [2021-11-12T04:13:06.930Z] 3e5f54012d9b: Pull complete [2021-11-12T04:13:07.204Z] 4c7163046ea9: Pull complete [2021-11-12T04:13:07.465Z] 0c2d73faf560: Pull complete [2021-11-12T04:13:07.465Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-11-12T04:13:07.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T04:13:07.465Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-11-12T04:13:07.552Z] prd-centos7-docker-4c-2g-293 does not seem to be running inside a container [2021-11-12T04:13:07.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-479 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-479:/w/workspace/edgexfoundry_edgex-ui-go_PR-479:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-11-12T04:13:08.202Z] $ docker top 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-12T04:13:08.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-12T04:13:08.374Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-12T04:13:08.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-12T04:13:08.483Z] $ docker exec 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 ssh-agent [2021-11-12T04:13:08.585Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbimLBK/agent.13 [2021-11-12T04:13:08.585Z] SSH_AGENT_PID=20 [2021-11-12T04:13:08.592Z] Running ssh-add (command line suppressed) [2021-11-12T04:13:08.685Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp/private_key_2912959035325327111.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp/private_key_2912959035325327111.key) [2021-11-12T04:13:08.697Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-12T04:13:09.023Z] + git tag --points-at HEAD [Pipeline] } [2021-11-12T04:13:09.046Z] $ docker exec --env ******** --env ******** 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 ssh-agent -k [2021-11-12T04:13:09.138Z] unset SSH_AUTH_SOCK; [2021-11-12T04:13:09.139Z] unset SSH_AGENT_PID; [2021-11-12T04:13:09.139Z] echo Agent pid 20 killed; [2021-11-12T04:13:09.148Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-11-12T04:13:09.211Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-12T04:13:09.211Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-12T04:13:09.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-12T04:13:09.316Z] $ docker exec 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 ssh-agent [2021-11-12T04:13:09.412Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEEHCmI/agent.56 [2021-11-12T04:13:09.412Z] SSH_AGENT_PID=62 [2021-11-12T04:13:09.416Z] Running ssh-add (command line suppressed) [2021-11-12T04:13:09.521Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp/private_key_30960550247900820.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp/private_key_30960550247900820.key) [2021-11-12T04:13:09.534Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-12T04:13:09.858Z] + git semver init [2021-11-12T04:13:09.858Z] # -> Open(): unable to determine branch for HEAD [2021-11-12T04:13:09.858Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-479/.git [2021-11-12T04:13:09.858Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-479 [2021-11-12T04:13:09.858Z] # $SEMVER_REMOTE_NAME = origin [2021-11-12T04:13:09.858Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-12T04:13:09.858Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-12T04:13:09.858Z] # $SEMVER_BRANCH = PR-479 [2021-11-12T04:13:09.858Z] # $SEMVER_TEMP = /tmp/semver-238954856 [2021-11-12T04:13:09.858Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-11-12T04:13:12.402Z] # '/tmp/semver-238954856' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-479/.semver' [2021-11-12T04:13:12.402Z] # -> Force: false [2021-11-12T04:13:12.402Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-479/.semver [Pipeline] } [2021-11-12T04:13:12.422Z] $ docker exec --env ******** --env ******** 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 ssh-agent -k [2021-11-12T04:13:12.513Z] unset SSH_AUTH_SOCK; [2021-11-12T04:13:12.514Z] unset SSH_AGENT_PID; [2021-11-12T04:13:12.514Z] echo Agent pid 62 killed; [2021-11-12T04:13:12.524Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-12T04:13:12.943Z] + git semver [Pipeline] } [2021-11-12T04:13:12.969Z] $ docker stop --time=1 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 [2021-11-12T04:13:14.259Z] $ docker rm -f 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-12T04:13:14.662Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-11-12T04:13:14.930Z] Stashed 1 file(s) [Pipeline] echo [2021-11-12T04:13:14.947Z] [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:13:30.289Z] Still waiting to schedule task [2021-11-12T04:13:30.289Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-293’ [2021-11-12T04:13:30.310Z] Still waiting to schedule task [2021-11-12T04:13:30.310Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-11-12T04:15:12.158Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-295 in /w/workspace/edgexfoundry_edgex-ui-go_PR-479 [Pipeline] { [Pipeline] ws [2021-11-12T04:15:12.200Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-11-12T04:15:12.452Z] The recommended git tool is: git [2021-11-12T04:15:17.422Z] using credential edgex-jenkins-ssh [2021-11-12T04:15:17.447Z] Cloning the remote Git repository [2021-11-12T04:15:17.552Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:15:17.672Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-11-12T04:15:17.834Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:15:17.835Z] > git --version # timeout=10 [2021-11-12T04:15:17.850Z] > git --version # 'git version 2.17.1' [2021-11-12T04:15:17.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:15:17.915Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:15:20.803Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:15:20.823Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:15:20.859Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:15:20.892Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:15:20.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:15:20.906Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/479/head:refs/remotes/origin/PR-479 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-12T04:15:21.479Z] Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [2021-11-12T04:15:21.911Z] Merge succeeded, producing 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [2021-11-12T04:15:21.912Z] Checking out Revision 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 (PR-479) [2021-11-12T04:15:21.500Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:15:21.526Z] > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # timeout=10 [2021-11-12T04:15:21.836Z] > git remote # timeout=10 [2021-11-12T04:15:21.852Z] > git config --get remote.origin.url # timeout=10 [2021-11-12T04:15:21.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:15:21.880Z] > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 [2021-11-12T04:15:21.900Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-12T04:15:21.919Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:15:21.929Z] > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # timeout=10 [2021-11-12T04:15:26.484Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-11-12T04:15:26.537Z] > git --version # timeout=10 [2021-11-12T04:15:26.545Z] > git --version # 'git version 2.17.1' [2021-11-12T04:15:26.559Z] fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-12T04:15:27.738Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-11-12T04:15:27.738Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-12T04:15:27.738Z] Dload Upload Total Spent Left Speed [2021-11-12T04:15:27.738Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 85681 0 --:--:-- --:--:-- --:--:-- 85681 [Pipeline] sh [2021-11-12T04:15:28.143Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-11-12T04:15:28.496Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-11-12T04:15:28.496Z] + sudo tee /etc/docker/daemon.new [2021-11-12T04:15:28.496Z] { [2021-11-12T04:15:28.496Z] "registry-mirrors": [ [2021-11-12T04:15:28.496Z] "https://nexus3.edgexfoundry.org:10001" [2021-11-12T04:15:28.496Z] ], [2021-11-12T04:15:28.496Z] "bip": "10.250.0.254/24", [2021-11-12T04:15:28.496Z] "hosts": [ [2021-11-12T04:15:28.496Z] "tcp://0.0.0.0:5555", [2021-11-12T04:15:28.496Z] "unix:///var/run/docker.sock" [2021-11-12T04:15:28.496Z] ], [2021-11-12T04:15:28.496Z] "mtu": 1458, [2021-11-12T04:15:28.496Z] "selinux-enabled": true, [2021-11-12T04:15:28.496Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-11-12T04:15:28.496Z] } [Pipeline] sh [2021-11-12T04:15:28.852Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-11-12T04:15:29.242Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:15:47.606Z] provisioning config files... [2021-11-12T04:15:47.630Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config3365039994685322941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:15:48.026Z] ---> docker-login.sh [2021-11-12T04:15:48.026Z] nexus3.edgexfoundry.org:10001 [2021-11-12T04:15:48.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:48.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:48.930Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:48.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:48.930Z] [2021-11-12T04:15:48.930Z] Login Succeeded [2021-11-12T04:15:48.930Z] nexus3.edgexfoundry.org:10002 [2021-11-12T04:15:49.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:49.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:49.526Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:49.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:49.526Z] [2021-11-12T04:15:49.526Z] Login Succeeded [2021-11-12T04:15:49.526Z] nexus3.edgexfoundry.org:10003 [2021-11-12T04:15:49.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:50.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:50.074Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:50.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:50.074Z] [2021-11-12T04:15:50.074Z] Login Succeeded [2021-11-12T04:15:50.074Z] nexus3.edgexfoundry.org:10004 [2021-11-12T04:15:50.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:50.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:50.618Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:50.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:50.618Z] [2021-11-12T04:15:50.618Z] Login Succeeded [2021-11-12T04:15:50.618Z] docker.io [2021-11-12T04:15:50.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:51.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:51.483Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:51.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:51.483Z] [2021-11-12T04:15:51.483Z] Login Succeeded [2021-11-12T04:15:51.483Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T04:15:51.511Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-12T04:15:52.056Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-12T04:15:52.088Z] ========================================================= [2021-11-12T04:15:52.088Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-11-12T04:15:52.088Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:15:52.512Z] + 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:15:53.515Z] Sending build context to Docker daemon 25.25MB [2021-11-12T04:15:53.515Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-12T04:15:53.515Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-12T04:15:53.515Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-11-12T04:15:53.515Z] 552d1f2373af: Pulling fs layer [2021-11-12T04:15:53.515Z] ea3f2d53f512: Pulling fs layer [2021-11-12T04:15:53.515Z] 9e70ebbbe112: Pulling fs layer [2021-11-12T04:15:53.515Z] 7a9cfe048b4a: Pulling fs layer [2021-11-12T04:15:53.515Z] 72dc09318566: Pulling fs layer [2021-11-12T04:15:53.515Z] f4f7b4309257: Pulling fs layer [2021-11-12T04:15:53.515Z] 0ac9a79272e3: Pulling fs layer [2021-11-12T04:15:53.515Z] b78e95d17946: Pulling fs layer [2021-11-12T04:15:53.515Z] 7a9cfe048b4a: Waiting [2021-11-12T04:15:53.515Z] 72dc09318566: Waiting [2021-11-12T04:15:53.515Z] f4f7b4309257: Waiting [2021-11-12T04:15:53.515Z] 0ac9a79272e3: Waiting [2021-11-12T04:15:53.515Z] 9e70ebbbe112: Verifying Checksum [2021-11-12T04:15:53.515Z] 9e70ebbbe112: Download complete [2021-11-12T04:15:53.515Z] ea3f2d53f512: Verifying Checksum [2021-11-12T04:15:53.515Z] ea3f2d53f512: Download complete [2021-11-12T04:15:53.787Z] 72dc09318566: Verifying Checksum [2021-11-12T04:15:53.787Z] 72dc09318566: Download complete [2021-11-12T04:15:53.787Z] f4f7b4309257: Verifying Checksum [2021-11-12T04:15:53.787Z] f4f7b4309257: Download complete [2021-11-12T04:15:53.787Z] 552d1f2373af: Verifying Checksum [2021-11-12T04:15:53.787Z] 0ac9a79272e3: Verifying Checksum [2021-11-12T04:15:53.787Z] 0ac9a79272e3: Download complete [2021-11-12T04:15:54.391Z] 552d1f2373af: Pull complete [2021-11-12T04:15:54.988Z] ea3f2d53f512: Pull complete [2021-11-12T04:15:55.584Z] 9e70ebbbe112: Pull complete [2021-11-12T04:15:55.584Z] b78e95d17946: Verifying Checksum [2021-11-12T04:15:55.584Z] b78e95d17946: Download complete [2021-11-12T04:15:56.178Z] 7a9cfe048b4a: Verifying Checksum [2021-11-12T04:15:56.178Z] 7a9cfe048b4a: Download complete [2021-11-12T04:16:06.321Z] 7a9cfe048b4a: Pull complete [2021-11-12T04:16:06.321Z] 72dc09318566: Pull complete [2021-11-12T04:16:06.321Z] f4f7b4309257: Pull complete [2021-11-12T04:16:06.918Z] 0ac9a79272e3: Pull complete [2021-11-12T04:16:11.469Z] Running on prd-centos7-docker-4c-2g-297 in /w/workspace/edgexfoundry_edgex-ui-go_PR-479 [Pipeline] { [Pipeline] ws [2021-11-12T04:16:11.510Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-11-12T04:16:11.631Z] The recommended git tool is: git [2021-11-12T04:16:12.326Z] b78e95d17946: Pull complete [2021-11-12T04:16:12.327Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-11-12T04:16:12.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-12T04:16:12.327Z] ---> 8b459fc5aaf0 [2021-11-12T04:16:12.327Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-12T04:16:13.607Z] using credential edgex-jenkins-ssh [2021-11-12T04:16:13.620Z] Cloning the remote Git repository [2021-11-12T04:16:13.152Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:16:13.213Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-11-12T04:16:13.247Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:16:13.247Z] > git --version # timeout=10 [2021-11-12T04:16:13.257Z] > git --version # 'git version 2.24.4' [2021-11-12T04:16:13.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:16:13.281Z] [INFO] Currently running in a labeled security context [2021-11-12T04:16:13.282Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-12T04:16:13.282Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh1756732884627227210.key [2021-11-12T04:16:13.305Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:16:14.303Z] ---> Running in 893ffe6632a7 [2021-11-12T04:16:14.577Z] Removing intermediate container 893ffe6632a7 [2021-11-12T04:16:14.577Z] ---> fe475ae2cc21 [2021-11-12T04:16:14.577Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-12T04:16:14.577Z] ---> Running in 003677fe5edf [2021-11-12T04:16:15.172Z] Removing intermediate container 003677fe5edf [2021-11-12T04:16:15.172Z] ---> c266df1192b1 [2021-11-12T04:16:15.172Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-12T04:16:15.172Z] ---> Running in b94fc4e2b62f [2021-11-12T04:16:15.740Z] Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [2021-11-12T04:16:15.767Z] Removing intermediate container b94fc4e2b62f [2021-11-12T04:16:15.768Z] ---> c2f66a5635f1 [2021-11-12T04:16:15.768Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-12T04:16:15.768Z] ---> Running in 696a3295045f [2021-11-12T04:16:15.885Z] Merge succeeded, producing 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [2021-11-12T04:16:15.885Z] Checking out Revision 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 (PR-479) [2021-11-12T04:16:16.053Z] Removing intermediate container 696a3295045f [2021-11-12T04:16:16.053Z] ---> ab12d54b14ba [2021-11-12T04:16:16.053Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-12T04:16:14.691Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:16:14.705Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:16:14.718Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:16:14.730Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:16:14.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:16:14.731Z] [INFO] Currently running in a labeled security context [2021-11-12T04:16:14.731Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-12T04:16:14.731Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh3721846581903120513.key [2021-11-12T04:16:14.737Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/479/head:refs/remotes/origin/PR-479 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-12T04:16:15.261Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:16:15.266Z] > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # timeout=10 [2021-11-12T04:16:15.359Z] > git remote # timeout=10 [2021-11-12T04:16:15.371Z] > git config --get remote.origin.url # timeout=10 [2021-11-12T04:16:15.377Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:16:15.378Z] [INFO] Currently running in a labeled security context [2021-11-12T04:16:15.378Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-12T04:16:15.378Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh2348177747263616626.key [2021-11-12T04:16:15.385Z] > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 [2021-11-12T04:16:15.395Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-12T04:16:15.404Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:16:15.413Z] > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # timeout=10 [2021-11-12T04:16:16.328Z] ---> Running in 221f8e000799 [2021-11-12T04:16:16.599Z] Removing intermediate container 221f8e000799 [2021-11-12T04:16:16.599Z] ---> 41186123b6a5 [2021-11-12T04:16:16.599Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-12T04:16:16.872Z] ---> Running in 1f3253d9d73c [2021-11-12T04:16:18.845Z] Removing intermediate container 1f3253d9d73c [2021-11-12T04:16:18.845Z] ---> 01299315f924 [2021-11-12T04:16:18.845Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-12T04:16:18.845Z] ---> Running in cf0eaa4c4768 [2021-11-12T04:16:19.298Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-11-12T04:16:19.124Z] > git --version # timeout=10 [2021-11-12T04:16:19.130Z] > git --version # 'git version 2.24.4' [2021-11-12T04:16:19.143Z] 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:16:19.854Z] provisioning config files... [2021-11-12T04:16:19.869Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5958311533579762302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:16:20.284Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-12T04:16:20.303Z] ---> docker-login.sh [2021-11-12T04:16:20.303Z] nexus3.edgexfoundry.org:10001 [2021-11-12T04:16:20.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:20.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:20.303Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:20.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:20.303Z] [2021-11-12T04:16:20.303Z] Login Succeeded [2021-11-12T04:16:20.303Z] nexus3.edgexfoundry.org:10002 [2021-11-12T04:16:20.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:20.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:20.566Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:20.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:20.566Z] [2021-11-12T04:16:20.566Z] Login Succeeded [2021-11-12T04:16:20.566Z] nexus3.edgexfoundry.org:10003 [2021-11-12T04:16:20.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:20.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:20.566Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:20.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:20.566Z] [2021-11-12T04:16:20.566Z] Login Succeeded [2021-11-12T04:16:20.566Z] nexus3.edgexfoundry.org:10004 [2021-11-12T04:16:20.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:20.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:20.826Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:20.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:20.826Z] [2021-11-12T04:16:20.826Z] Login Succeeded [2021-11-12T04:16:20.826Z] docker.io [2021-11-12T04:16:20.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:20.877Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-12T04:16:21.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:21.086Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:21.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:21.086Z] [2021-11-12T04:16:21.086Z] Login Succeeded [2021-11-12T04:16:21.086Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T04:16:21.136Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-12T04:16:21.394Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-12T04:16:21.421Z] ========================================================= [2021-11-12T04:16:21.421Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-11-12T04:16:21.421Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:16:21.835Z] + 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:16:21.858Z] OK: 219 MiB in 52 packages [2021-11-12T04:16:22.102Z] Sending build context to Docker daemon 25.25MB [2021-11-12T04:16:22.102Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-12T04:16:22.102Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-12T04:16:22.102Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-11-12T04:16:22.102Z] a0d0a0d46f8b: Pulling fs layer [2021-11-12T04:16:22.102Z] 31adcdaf11c8: Pulling fs layer [2021-11-12T04:16:22.102Z] b8b176561691: Pulling fs layer [2021-11-12T04:16:22.102Z] 4527c011a84f: Pulling fs layer [2021-11-12T04:16:22.102Z] 5d74067f8e1e: Pulling fs layer [2021-11-12T04:16:22.102Z] e0aca202a116: Pulling fs layer [2021-11-12T04:16:22.102Z] 3a43be97a3b4: Pulling fs layer [2021-11-12T04:16:22.102Z] 34cad66bf833: Pulling fs layer [2021-11-12T04:16:22.102Z] b4e3c513aaa6: Pulling fs layer [2021-11-12T04:16:22.102Z] 4527c011a84f: Waiting [2021-11-12T04:16:22.102Z] 5d74067f8e1e: Waiting [2021-11-12T04:16:22.102Z] e0aca202a116: Waiting [2021-11-12T04:16:22.102Z] 3a43be97a3b4: Waiting [2021-11-12T04:16:22.102Z] 34cad66bf833: Waiting [2021-11-12T04:16:22.102Z] b4e3c513aaa6: Waiting [2021-11-12T04:16:22.102Z] 31adcdaf11c8: Verifying Checksum [2021-11-12T04:16:22.102Z] 31adcdaf11c8: Download complete [2021-11-12T04:16:22.102Z] b8b176561691: Verifying Checksum [2021-11-12T04:16:22.102Z] b8b176561691: Download complete [2021-11-12T04:16:22.102Z] 5d74067f8e1e: Verifying Checksum [2021-11-12T04:16:22.102Z] 5d74067f8e1e: Download complete [2021-11-12T04:16:22.102Z] a0d0a0d46f8b: Verifying Checksum [2021-11-12T04:16:22.102Z] a0d0a0d46f8b: Download complete [2021-11-12T04:16:22.102Z] e0aca202a116: Verifying Checksum [2021-11-12T04:16:22.102Z] e0aca202a116: Download complete [2021-11-12T04:16:22.102Z] 3a43be97a3b4: Verifying Checksum [2021-11-12T04:16:22.102Z] 3a43be97a3b4: Download complete [2021-11-12T04:16:22.369Z] 34cad66bf833: Verifying Checksum [2021-11-12T04:16:22.369Z] 34cad66bf833: Download complete [2021-11-12T04:16:22.461Z] Removing intermediate container cf0eaa4c4768 [2021-11-12T04:16:22.461Z] ---> 4b859fa9942b [2021-11-12T04:16:22.461Z] Step 10/14 : ENV GO111MODULE=on [2021-11-12T04:16:22.637Z] a0d0a0d46f8b: Pull complete [2021-11-12T04:16:22.637Z] b4e3c513aaa6: Verifying Checksum [2021-11-12T04:16:22.637Z] b4e3c513aaa6: Download complete [2021-11-12T04:16:22.737Z] ---> Running in 8f894721b661 [2021-11-12T04:16:22.911Z] 31adcdaf11c8: Pull complete [2021-11-12T04:16:22.911Z] b8b176561691: Pull complete [2021-11-12T04:16:22.911Z] 4527c011a84f: Verifying Checksum [2021-11-12T04:16:22.911Z] 4527c011a84f: Download complete [2021-11-12T04:16:23.015Z] Removing intermediate container 8f894721b661 [2021-11-12T04:16:23.015Z] ---> 68bd3c1e060e [2021-11-12T04:16:23.015Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-12T04:16:23.293Z] ---> Running in 2fcf95d0da8d [2021-11-12T04:16:23.567Z] Removing intermediate container 2fcf95d0da8d [2021-11-12T04:16:23.567Z] ---> 3366673141f6 [2021-11-12T04:16:23.567Z] Step 12/14 : COPY . . [2021-11-12T04:16:26.192Z] ---> d5c0a7925573 [2021-11-12T04:16:26.192Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-12T04:16:26.466Z] ---> Running in 9776b191ee7c [2021-11-12T04:16:27.132Z] 4527c011a84f: Pull complete [2021-11-12T04:16:27.133Z] 5d74067f8e1e: Pull complete [2021-11-12T04:16:27.133Z] e0aca202a116: Pull complete [2021-11-12T04:16:27.133Z] 3a43be97a3b4: Pull complete [2021-11-12T04:16:27.133Z] 34cad66bf833: Pull complete [2021-11-12T04:16:30.455Z] b4e3c513aaa6: Pull complete [2021-11-12T04:16:30.455Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-11-12T04:16:30.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-12T04:16:30.455Z] ---> 9f6097aaca64 [2021-11-12T04:16:30.455Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-12T04:16:36.640Z] verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch [2021-11-12T04:16:36.640Z] downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= [2021-11-12T04:16:36.640Z] go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= [2021-11-12T04:16:36.640Z] [2021-11-12T04:16:36.640Z] SECURITY ERROR [2021-11-12T04:16:36.640Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-12T04:16:36.640Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-12T04:16:36.640Z] have intercepted the download attempt. [2021-11-12T04:16:36.640Z] [2021-11-12T04:16:36.640Z] For more information, see 'go help module-auth'. [2021-11-12T04:16:36.640Z] skipping... [2021-11-12T04:16:37.040Z] ---> Running in 91ce48b9050c [2021-11-12T04:16:37.314Z] Removing intermediate container 91ce48b9050c [2021-11-12T04:16:37.314Z] ---> 6e1b8759a869 [2021-11-12T04:16:37.314Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-12T04:16:37.314Z] ---> Running in 91ea6f587f2c [2021-11-12T04:16:37.314Z] Removing intermediate container 91ea6f587f2c [2021-11-12T04:16:37.314Z] ---> 919f5aa204b0 [2021-11-12T04:16:37.314Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-12T04:16:37.574Z] ---> Running in cc54322df03b [2021-11-12T04:16:37.574Z] Removing intermediate container cc54322df03b [2021-11-12T04:16:37.574Z] ---> 3e8ba67ea42a [2021-11-12T04:16:37.574Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-12T04:16:37.574Z] ---> Running in 9636c76eb41f [2021-11-12T04:16:37.835Z] Removing intermediate container 9636c76eb41f [2021-11-12T04:16:37.835Z] ---> 4fcf7dd3381f [2021-11-12T04:16:37.835Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-12T04:16:37.835Z] ---> Running in bd7b7daac16a [2021-11-12T04:16:37.835Z] Removing intermediate container bd7b7daac16a [2021-11-12T04:16:37.835Z] ---> 3fb42e66ee3a [2021-11-12T04:16:37.835Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-12T04:16:37.835Z] ---> Running in 8f87c4e140b3 [2021-11-12T04:16:38.409Z] Removing intermediate container 8f87c4e140b3 [2021-11-12T04:16:38.409Z] ---> f91b84dd7cbf [2021-11-12T04:16:38.409Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-12T04:16:38.409Z] ---> Running in 61ab335e3f95 [2021-11-12T04:16:38.670Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-12T04:16:39.611Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-12T04:16:39.874Z] OK: 220 MiB in 52 packages [2021-11-12T04:16:40.138Z] Removing intermediate container 61ab335e3f95 [2021-11-12T04:16:40.138Z] ---> 7e8c2c63d1aa [2021-11-12T04:16:40.138Z] Step 10/14 : ENV GO111MODULE=on [2021-11-12T04:16:40.138Z] ---> Running in 26c9416b2733 [2021-11-12T04:16:40.138Z] Removing intermediate container 26c9416b2733 [2021-11-12T04:16:40.138Z] ---> 30a4b5199bee [2021-11-12T04:16:40.138Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-12T04:16:40.138Z] ---> Running in c46f54a19fca [2021-11-12T04:16:40.401Z] Removing intermediate container c46f54a19fca [2021-11-12T04:16:40.401Z] ---> 665f1137ecbc [2021-11-12T04:16:40.401Z] Step 12/14 : COPY . . [2021-11-12T04:16:42.320Z] ---> 8c57d855e82c [2021-11-12T04:16:42.320Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-12T04:16:42.320Z] ---> Running in a9d30376b913 [2021-11-12T04:16:43.346Z] Removing intermediate container 9776b191ee7c [2021-11-12T04:16:43.347Z] ---> 3b9e8607fcc0 [2021-11-12T04:16:43.347Z] Step 14/14 : RUN ${MAKE} [2021-11-12T04:16:43.347Z] ---> Running in 7d64900c4d49 [2021-11-12T04:16:43.954Z] noop [2021-11-12T04:16:44.549Z] Removing intermediate container 7d64900c4d49 [2021-11-12T04:16:44.549Z] ---> aa09f7d03cc2 [2021-11-12T04:16:44.821Z] Successfully built aa09f7d03cc2 [2021-11-12T04:16:44.821Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:16:45.191Z] + docker inspect -f . ci-base-image-arm64 [2021-11-12T04:16:45.191Z] . [Pipeline] withDockerContainer [2021-11-12T04:16:45.478Z] prd-ubuntu18.04-docker-arm64-4c-16g-295 does not seem to be running inside a container [2021-11-12T04:16:45.572Z] $ 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-arm64 cat [2021-11-12T04:16:47.102Z] $ docker top 4e9a8a22fbaadf08da086c53294e3169a6feab212607b7a72a5bb97be63d1276 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T04:16:48.099Z] + go version [2021-11-12T04:16:48.099Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-11-12T04:16:48.133Z] $ docker stop --time=1 4e9a8a22fbaadf08da086c53294e3169a6feab212607b7a72a5bb97be63d1276 [2021-11-12T04:16:49.015Z] verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch [2021-11-12T04:16:49.015Z] downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= [2021-11-12T04:16:49.015Z] go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= [2021-11-12T04:16:49.015Z] [2021-11-12T04:16:49.015Z] SECURITY ERROR [2021-11-12T04:16:49.015Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-12T04:16:49.015Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-12T04:16:49.015Z] have intercepted the download attempt. [2021-11-12T04:16:49.015Z] [2021-11-12T04:16:49.015Z] For more information, see 'go help module-auth'. [2021-11-12T04:16:49.015Z] skipping... [2021-11-12T04:16:49.845Z] $ docker rm -f 4e9a8a22fbaadf08da086c53294e3169a6feab212607b7a72a5bb97be63d1276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:16:50.853Z] + docker inspect -f . ci-base-image-arm64 [2021-11-12T04:16:50.853Z] . [Pipeline] withDockerContainer [2021-11-12T04:16:51.129Z] prd-ubuntu18.04-docker-arm64-4c-16g-295 does not seem to be running inside a container [2021-11-12T04:16:51.202Z] $ 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-arm64 cat [2021-11-12T04:16:52.795Z] $ docker top 80354b89b314ee0c870142884fdf94ff5c452676d20c54ea6114a7403e000734 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-12T04:16:53.865Z] + make test [2021-11-12T04:16:53.865Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-12T04:16:54.137Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-11-12T04:16:54.137Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2021-11-12T04:16:54.137Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2021-11-12T04:16:54.322Z] Removing intermediate container a9d30376b913 [2021-11-12T04:16:54.322Z] ---> d740054aa627 [2021-11-12T04:16:54.322Z] Step 14/14 : RUN ${MAKE} [2021-11-12T04:16:54.322Z] ---> Running in 959fd0366afa [2021-11-12T04:16:54.322Z] noop [2021-11-12T04:16:54.322Z] Removing intermediate container 959fd0366afa [2021-11-12T04:16:54.322Z] ---> 0128de3c616f [2021-11-12T04:16:54.322Z] Successfully built 0128de3c616f [2021-11-12T04:16:54.421Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.0 [2021-11-12T04:16:54.581Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:16:54.695Z] verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch [2021-11-12T04:16:54.695Z] downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= [2021-11-12T04:16:54.695Z] go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= [2021-11-12T04:16:54.695Z] [2021-11-12T04:16:54.695Z] SECURITY ERROR [2021-11-12T04:16:54.695Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-12T04:16:54.695Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-12T04:16:54.695Z] have intercepted the download attempt. [2021-11-12T04:16:54.695Z] [2021-11-12T04:16:54.695Z] For more information, see 'go help module-auth'. [2021-11-12T04:16:54.695Z] make: *** [Makefile:37: test] Error 1 [Pipeline] } [2021-11-12T04:16:54.737Z] $ docker stop --time=1 80354b89b314ee0c870142884fdf94ff5c452676d20c54ea6114a7403e000734 [2021-11-12T04:16:54.910Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-12T04:16:54.910Z] . [2021-11-12T04:16:56.460Z] $ docker rm -f 80354b89b314ee0c870142884fdf94ff5c452676d20c54ea6114a7403e000734 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2021-11-12T04:16:56.830Z] prd-centos7-docker-4c-2g-297 does not seem to be running inside a container [2021-11-12T04:16:56.859Z] $ 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:16:57.183Z] $ docker top feb8dec1790d78959e79ded704fcc4e3db05df751125b3c82301f08db9424cae -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [2021-11-12T04:16:57.641Z] + go version [2021-11-12T04:16:57.641Z] go version go1.16.8 linux/amd64 [Pipeline] // stage [Pipeline] } [2021-11-12T04:16:57.682Z] $ docker stop --time=1 feb8dec1790d78959e79ded704fcc4e3db05df751125b3c82301f08db9424cae [2021-11-12T04:16:58.878Z] $ docker rm -f feb8dec1790d78959e79ded704fcc4e3db05df751125b3c82301f08db9424cae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // script [Pipeline] } Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage Post stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:16:59.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:16:59.639Z] [2021-11-12T04:16:59.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:16:59.743Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-12T04:16:59.743Z] . [Pipeline] withDockerContainer [2021-11-12T04:16:59.831Z] prd-centos7-docker-4c-2g-297 does not seem to be running inside a container [2021-11-12T04:16:59.865Z] $ 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:00.211Z] $ docker top ee94dacc5280647813c61246329bf4b91d8572ce63c20cc7be368f6469a91603 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [Pipeline] sh [2021-11-12T04:17:00.648Z] + make test [2021-11-12T04:17:00.648Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-12T04:17:00.648Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-11-12T04:17:00.648Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2021-11-12T04:17:00.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:17:00.910Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2021-11-12T04:17:00.910Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.0 [2021-11-12T04:17:00.910Z] verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch [2021-11-12T04:17:00.910Z] downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= [2021-11-12T04:17:00.911Z] go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= [2021-11-12T04:17:00.911Z] [2021-11-12T04:17:00.911Z] SECURITY ERROR [2021-11-12T04:17:00.911Z] This download does NOT match an earlier download recorded in go.sum. [2021-11-12T04:17:00.911Z] The bits may have been replaced on the origin server, or an attacker may [2021-11-12T04:17:00.911Z] have intercepted the download attempt. [2021-11-12T04:17:00.911Z] [2021-11-12T04:17:00.911Z] For more information, see 'go help module-auth'. [2021-11-12T04:17:00.911Z] make: *** [Makefile:37: test] Error 1 [Pipeline] } [2021-11-12T04:17:00.944Z] $ docker stop --time=1 ee94dacc5280647813c61246329bf4b91d8572ce63c20cc7be368f6469a91603 [2021-11-12T04:17:01.002Z] arm64: Pulling from edgex-lftools-log-publisher [2021-11-12T04:17:01.002Z] 448f6bf000e3: Pulling fs layer [2021-11-12T04:17:01.002Z] f757da607395: Pulling fs layer [2021-11-12T04:17:01.002Z] 05883995daec: Pulling fs layer [2021-11-12T04:17:01.002Z] 8603b9c90790: Pulling fs layer [2021-11-12T04:17:01.002Z] 1560dd03e051: Pulling fs layer [2021-11-12T04:17:01.002Z] 27f5ce0e4adf: Pulling fs layer [2021-11-12T04:17:01.002Z] c2d8d7efcc4b: Pulling fs layer [2021-11-12T04:17:01.002Z] 8603b9c90790: Waiting [2021-11-12T04:17:01.002Z] 27f5ce0e4adf: Waiting [2021-11-12T04:17:01.002Z] c2d8d7efcc4b: Waiting [2021-11-12T04:17:01.002Z] 1560dd03e051: Waiting [2021-11-12T04:17:01.002Z] f757da607395: Verifying Checksum [2021-11-12T04:17:01.002Z] f757da607395: Download complete [2021-11-12T04:17:01.002Z] 8603b9c90790: Verifying Checksum [2021-11-12T04:17:01.002Z] 8603b9c90790: Download complete [2021-11-12T04:17:01.304Z] 1560dd03e051: Download complete [2021-11-12T04:17:01.304Z] 27f5ce0e4adf: Verifying Checksum [2021-11-12T04:17:01.304Z] 27f5ce0e4adf: Download complete [2021-11-12T04:17:01.304Z] 05883995daec: Verifying Checksum [2021-11-12T04:17:01.304Z] 05883995daec: Download complete [2021-11-12T04:17:01.594Z] 448f6bf000e3: Verifying Checksum [2021-11-12T04:17:01.594Z] 448f6bf000e3: Download complete [2021-11-12T04:17:02.149Z] $ docker rm -f ee94dacc5280647813c61246329bf4b91d8572ce63c20cc7be368f6469a91603 [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:03.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:17:03.458Z] [2021-11-12T04:17:03.458Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:03.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:17:03.791Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-12T04:17:03.791Z] b4d181a07f80: Pulling fs layer [2021-11-12T04:17:03.791Z] a1111a8f2ec3: Pulling fs layer [2021-11-12T04:17:03.791Z] ed53099fbce6: Pulling fs layer [2021-11-12T04:17:03.791Z] dc539afda2c1: Pulling fs layer [2021-11-12T04:17:03.791Z] 77bc0d833cb6: Pulling fs layer [2021-11-12T04:17:03.791Z] 9065ff56babe: Pulling fs layer [2021-11-12T04:17:03.791Z] d287ab97295c: Pulling fs layer [2021-11-12T04:17:03.791Z] dc539afda2c1: Waiting [2021-11-12T04:17:03.791Z] 77bc0d833cb6: Waiting [2021-11-12T04:17:03.791Z] 9065ff56babe: Waiting [2021-11-12T04:17:03.791Z] d287ab97295c: Waiting [2021-11-12T04:17:03.791Z] a1111a8f2ec3: Verifying Checksum [2021-11-12T04:17:03.791Z] a1111a8f2ec3: Download complete [2021-11-12T04:17:03.791Z] dc539afda2c1: Verifying Checksum [2021-11-12T04:17:03.791Z] dc539afda2c1: Download complete [2021-11-12T04:17:03.791Z] ed53099fbce6: Verifying Checksum [2021-11-12T04:17:03.791Z] ed53099fbce6: Download complete [2021-11-12T04:17:04.053Z] 9065ff56babe: Verifying Checksum [2021-11-12T04:17:04.053Z] 9065ff56babe: Download complete [2021-11-12T04:17:04.053Z] 77bc0d833cb6: Verifying Checksum [2021-11-12T04:17:04.053Z] 77bc0d833cb6: Download complete [2021-11-12T04:17:04.053Z] b4d181a07f80: Verifying Checksum [2021-11-12T04:17:04.053Z] b4d181a07f80: Download complete [2021-11-12T04:17:04.216Z] c2d8d7efcc4b: Verifying Checksum [2021-11-12T04:17:04.216Z] c2d8d7efcc4b: Download complete [2021-11-12T04:17:04.624Z] d287ab97295c: Verifying Checksum [2021-11-12T04:17:04.624Z] d287ab97295c: Download complete [2021-11-12T04:17:05.197Z] 448f6bf000e3: Pull complete [2021-11-12T04:17:05.571Z] b4d181a07f80: Pull complete [2021-11-12T04:17:05.571Z] a1111a8f2ec3: Pull complete [2021-11-12T04:17:05.791Z] f757da607395: Pull complete [2021-11-12T04:17:06.151Z] ed53099fbce6: Pull complete [2021-11-12T04:17:06.151Z] dc539afda2c1: Pull complete [2021-11-12T04:17:06.417Z] 77bc0d833cb6: Pull complete [2021-11-12T04:17:06.417Z] 9065ff56babe: Pull complete [2021-11-12T04:17:07.239Z] 05883995daec: Pull complete [2021-11-12T04:17:07.831Z] 8603b9c90790: Pull complete [2021-11-12T04:17:08.428Z] 1560dd03e051: Pull complete [2021-11-12T04:17:09.026Z] 27f5ce0e4adf: Pull complete [2021-11-12T04:17:11.760Z] d287ab97295c: Pull complete [2021-11-12T04:17:11.760Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-12T04:17:11.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:17:11.760Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-12T04:17:11.843Z] prd-centos7-docker-4c-2g-297 does not seem to be running inside a container [2021-11-12T04:17:11.880Z] $ 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:14.184Z] $ docker top a30a40cfd08fe3cd72cc9ee2ac9129ddc2b1b49f27100f61858e0486a483bd66 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:14.672Z] ---> job-cost.sh [2021-11-12T04:17:14.672Z] lf-activate-venv: SKIPPING [2021-11-12T04:17:14.672Z] INFO: No Stack... [2021-11-12T04:17:15.245Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-12T04:17:15.825Z] INFO: Archiving Costs [Pipeline] sh [2021-11-12T04:17:16.130Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-11-12T04:17:16.130Z] + cut -d, -f6 [Pipeline] lock [2021-11-12T04:17:16.176Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [2021-11-12T04:17:16.181Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] did not exist. Created. [2021-11-12T04:17:16.181Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-12T04:17:16.557Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-11-12T04:17:16.753Z] Stashed 1 file(s) [Pipeline] } [2021-11-12T04:17:16.774Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-12T04:17:16.837Z] $ docker stop --time=1 a30a40cfd08fe3cd72cc9ee2ac9129ddc2b1b49f27100f61858e0486a483bd66 [2021-11-12T04:17:17.988Z] $ docker rm -f a30a40cfd08fe3cd72cc9ee2ac9129ddc2b1b49f27100f61858e0486a483bd66 [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:18.589Z] Failed in branch amd64 [2021-11-12T04:17:24.123Z] c2d8d7efcc4b: Pull complete [2021-11-12T04:17:24.123Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-11-12T04:17:24.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:17:24.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-11-12T04:17:24.400Z] prd-ubuntu18.04-docker-arm64-4c-16g-295 does not seem to be running inside a container [2021-11-12T04:17:24.480Z] $ 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:arm64 cat [2021-11-12T04:17:27.298Z] $ docker top 101c4b089d88e340afe4918d2d42005616c69a693eb4ceabc65df3bdc137d72c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:28.363Z] ---> job-cost.sh [2021-11-12T04:17:28.363Z] lf-activate-venv: SKIPPING [2021-11-12T04:17:28.363Z] INFO: No Stack... [2021-11-12T04:17:30.334Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-11-12T04:17:30.929Z] INFO: Archiving Costs [Pipeline] sh [2021-11-12T04:17:31.595Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-11-12T04:17:31.595Z] + cut -d, -f6 [Pipeline] lock [2021-11-12T04:17:31.717Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [2021-11-12T04:17:31.721Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] did not exist. Created. [2021-11-12T04:17:31.721Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-12T04:17:32.451Z] /w/workspace/edgex-ui-go/1@tmp/durable-b03852ad/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-b03852ad/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-11-12T04:17:33.134Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-11-12T04:17:33.172Z] Warning: overwriting stash ‘stack-cost’ [2021-11-12T04:17:33.736Z] Stashed 1 file(s) [Pipeline] } [2021-11-12T04:17:33.756Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-12T04:17:33.821Z] $ docker stop --time=1 101c4b089d88e340afe4918d2d42005616c69a693eb4ceabc65df3bdc137d72c [2021-11-12T04:17:35.359Z] $ docker rm -f 101c4b089d88e340afe4918d2d42005616c69a693eb4ceabc65df3bdc137d72c [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:36.073Z] 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:17:38.377Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-479/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:38.716Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:39.309Z] ---> package-listing.sh [2021-11-12T04:17:39.309Z] ++ facter osfamily [2021-11-12T04:17:39.309Z] ++ tr '[:upper:]' '[:lower:]' [2021-11-12T04:17:39.575Z] + OS_FAMILY=redhat [2021-11-12T04:17:39.575Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-479 [2021-11-12T04:17:39.575Z] + START_PACKAGES=/tmp/packages_start.txt [2021-11-12T04:17:39.575Z] + END_PACKAGES=/tmp/packages_end.txt [2021-11-12T04:17:39.575Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-11-12T04:17:39.575Z] + PACKAGES=/tmp/packages_start.txt [2021-11-12T04:17:39.575Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-479 ']' [2021-11-12T04:17:39.575Z] + PACKAGES=/tmp/packages_end.txt [2021-11-12T04:17:39.575Z] + case "${OS_FAMILY}" in [2021-11-12T04:17:39.575Z] + rpm -qa [2021-11-12T04:17:39.575Z] + sort [2021-11-12T04:17:40.147Z] + '[' -f /tmp/packages_start.txt ']' [2021-11-12T04:17:40.147Z] + '[' -f /tmp/packages_end.txt ']' [2021-11-12T04:17:40.147Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-11-12T04:17:40.147Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-479 ']' [2021-11-12T04:17:40.147Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-479/archives/ [2021-11-12T04:17:40.147Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-479/archives/ [Pipeline] echo [2021-11-12T04:17:40.177Z] 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-479/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:17:40.471Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:41.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:17:41.060Z] [2021-11-12T04:17:41.060Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:41.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:17:41.402Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-12T04:17:41.402Z] b4d181a07f80: Pulling fs layer [2021-11-12T04:17:41.402Z] a1111a8f2ec3: Pulling fs layer [2021-11-12T04:17:41.402Z] ed53099fbce6: Pulling fs layer [2021-11-12T04:17:41.402Z] dc539afda2c1: Pulling fs layer [2021-11-12T04:17:41.402Z] 77bc0d833cb6: Pulling fs layer [2021-11-12T04:17:41.402Z] 9065ff56babe: Pulling fs layer [2021-11-12T04:17:41.402Z] d287ab97295c: Pulling fs layer [2021-11-12T04:17:41.402Z] dc539afda2c1: Waiting [2021-11-12T04:17:41.402Z] 77bc0d833cb6: Waiting [2021-11-12T04:17:41.402Z] 9065ff56babe: Waiting [2021-11-12T04:17:41.402Z] d287ab97295c: Waiting [2021-11-12T04:17:41.402Z] a1111a8f2ec3: Verifying Checksum [2021-11-12T04:17:41.402Z] a1111a8f2ec3: Download complete [2021-11-12T04:17:41.402Z] dc539afda2c1: Verifying Checksum [2021-11-12T04:17:41.402Z] dc539afda2c1: Download complete [2021-11-12T04:17:41.402Z] ed53099fbce6: Verifying Checksum [2021-11-12T04:17:41.402Z] ed53099fbce6: Download complete [2021-11-12T04:17:41.402Z] 77bc0d833cb6: Verifying Checksum [2021-11-12T04:17:41.402Z] 77bc0d833cb6: Download complete [2021-11-12T04:17:41.402Z] 9065ff56babe: Verifying Checksum [2021-11-12T04:17:41.402Z] 9065ff56babe: Download complete [2021-11-12T04:17:41.669Z] b4d181a07f80: Verifying Checksum [2021-11-12T04:17:41.669Z] b4d181a07f80: Download complete [2021-11-12T04:17:42.243Z] d287ab97295c: Verifying Checksum [2021-11-12T04:17:42.243Z] d287ab97295c: Download complete [2021-11-12T04:17:43.188Z] b4d181a07f80: Pull complete [2021-11-12T04:17:43.455Z] a1111a8f2ec3: Pull complete [2021-11-12T04:17:44.026Z] ed53099fbce6: Pull complete [2021-11-12T04:17:44.026Z] dc539afda2c1: Pull complete [2021-11-12T04:17:44.292Z] 77bc0d833cb6: Pull complete [2021-11-12T04:17:44.556Z] 9065ff56babe: Pull complete [2021-11-12T04:17:49.872Z] d287ab97295c: Pull complete [2021-11-12T04:17:49.872Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-12T04:17:49.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:17:49.872Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-12T04:17:49.950Z] prd-centos7-docker-4c-2g-293 does not seem to be running inside a container [2021-11-12T04:17:49.993Z] $ 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-479/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-479 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-479:/w/workspace/edgexfoundry_edgex-ui-go_PR-479:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-11-12T04:17:52.594Z] $ docker top 50afd6d5e51d908f0358c8294cf6ae17ac07de1ece695725cb67db587dc9db07 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T04:17:52.995Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-11-12T04:17:53.297Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-11-12T04:17:53.606Z] + ls /var/log/sa-host [2021-11-12T04:17:53.606Z] + sadf -c /var/log/sa-host/sa12 [2021-11-12T04:17:53.606Z] file_magic: OK [2021-11-12T04:17:53.606Z] HZ: Using current value: 100 [2021-11-12T04:17:53.606Z] file_header: OK [2021-11-12T04:17:53.606Z] 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:17:53.606Z] Statistics: [2021-11-12T04:17:53.606Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-12T04:17:53.606Z] File successfully converted to sysstat format version 12.0.3 [2021-11-12T04:17:53.606Z] + sadf -c /var/log/sa-host/sa30 [2021-11-12T04:17:53.606Z] file_magic: OK [2021-11-12T04:17:53.606Z] HZ: Using current value: 100 [2021-11-12T04:17:53.606Z] file_header: OK [2021-11-12T04:17:53.606Z] 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:17:53.606Z] Statistics: [2021-11-12T04:17:53.606Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-12T04:17:53.606Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:17:53.890Z] provisioning config files... [2021-11-12T04:17:53.901Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp/config1666073702234274427tmp [Pipeline] { [Pipeline] echo [2021-11-12T04:17:53.940Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:54.257Z] ---> create-netrc.sh [Pipeline] } [2021-11-12T04:17:54.278Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:54.673Z] ---> python-tools-install.sh [Pipeline] echo [2021-11-12T04:17:54.697Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:55.010Z] ---> sudo-logs.sh [2021-11-12T04:17:55.010Z] Archiving 'sudo' log.. [2021-11-12T04:17:55.010Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-293.novalocal: Name or service not known [2021-11-12T04:17:55.010Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-293.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-11-12T04:17:55.073Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:55.384Z] ---> job-cost.sh [2021-11-12T04:17:55.384Z] lf-activate-venv: SKIPPING [2021-11-12T04:17:55.384Z] DEBUG: total: 0.10999999940395355 [2021-11-12T04:17:55.384Z] INFO: Retrieving Stack Cost... [2021-11-12T04:17:55.646Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-12T04:17:56.217Z] INFO: Archiving Costs [Pipeline] echo [2021-11-12T04:17:56.245Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:17:56.568Z] ---> logs-deploy.sh [2021-11-12T04:17:56.569Z] lf-activate-venv: SKIPPING [2021-11-12T04:17:56.569Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-479/1 [2021-11-12T04:17:56.569Z] INFO: archiving workspace using pattern(s): [2021-11-12T04:17:57.141Z] Archives upload complete. [2021-11-12T04:17:57.402Z] INFO: archiving logs to Nexus