Pull request #481 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 705dea372b85fb7c71f49655d9a1291bfc850f4a+e434f5a74feb2b6c0235e74b51739bbffb9202a5 (baadee9e6895e080740353ee262f196eb6486a16) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2247670504931530905.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a03e002eace0db65b27acd1444eb3c4392a49323 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8680432802980360700.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a03e002eace0db65b27acd1444eb3c4392a49323 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-481/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-481/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3976050117249829066.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-481/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3467982333802747340.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a03e002eace0db65b27acd1444eb3c4392a49323 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a03e002eace0db65b27acd1444eb3c4392a49323 # timeout=10 Commit message: "Merge pull request #364 from ernestojeda/fix-folder-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4345154246853706488.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-481/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-481/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3334332882981956329.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-293’ is offline Running on prd-centos7-docker-4c-2g-296 in /w/workspace/edgexfoundry_edgex-ui-go_PR-481 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-481 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/jenkins-gitclient-ssh1924818390173964105.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 705dea372b85fb7c71f49655d9a1291bfc850f4a Merge succeeded, producing 705dea372b85fb7c71f49655d9a1291bfc850f4a Checking out Revision 705dea372b85fb7c71f49655d9a1291bfc850f4a (PR-481) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/jenkins-gitclient-ssh4203335607480243447.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/jenkins-gitclient-ssh7506627334064434614.key > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:15:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:15:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:15:37 ========================================================= 04:15:37 EdgeX Global Pipelines Version Info 04:15:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:15:38 ------------------- 04:15:38 stable info: 04:15:38 ------------------- 04:15:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:15:38 Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 04:15:38 Message: update stable to v1.0.213 04:15:39 ------------------- 04:15:39 experimental info: 04:15:39 ------------------- 04:15:39 Commited By: **** collab-it+edgex@linuxfoundation.org 04:15:39 Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 04:15:39 Message: update experimental to v1.0.213 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:15:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-481 [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-481 [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-481 [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 705dea372b85fb7c71f49655d9a1291bfc850f4a [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 705dea3 [Pipeline] echo 04:15:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:15:40 provisioning config files... 04:15:40 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/config2294604242864900090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:40 ---> docker-login.sh 04:15:40 nexus3.edgexfoundry.org:10001 04:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:40 Configure a credential helper to remove this warning. See 04:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:40 04:15:40 Login Succeeded 04:15:40 nexus3.edgexfoundry.org:10002 04:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:41 Configure a credential helper to remove this warning. See 04:15:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:41 04:15:41 Login Succeeded 04:15:41 nexus3.edgexfoundry.org:10003 04:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:41 Configure a credential helper to remove this warning. See 04:15:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:41 04:15:41 Login Succeeded 04:15:41 nexus3.edgexfoundry.org:10004 04:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:41 Configure a credential helper to remove this warning. See 04:15:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:41 04:15:41 Login Succeeded 04:15:41 docker.io 04:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:41 Configure a credential helper to remove this warning. See 04:15:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:41 04:15:41 Login Succeeded 04:15:41 ---> docker-login.sh ends [Pipeline] } 04:15:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:15:42 + git rev-list -1 --merges 705dea372b85fb7c71f49655d9a1291bfc850f4a~1..705dea372b85fb7c71f49655d9a1291bfc850f4a [Pipeline] echo 04:15:42 -----------> git rev-list -1 --merges 705dea372b85fb7c71f49655d9a1291bfc850f4a~1..705dea372b85fb7c71f49655d9a1291bfc850f4a 705dea372b85fb7c71f49655d9a1291bfc850f4a [false] [Pipeline] sh 04:15:42 + git log --format=format:%s -1 705dea372b85fb7c71f49655d9a1291bfc850f4a [Pipeline] echo 04:15:42 ========================================================= 04:15:42 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:15:42 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:15:43 + git log --format=format:%s -1 705dea372b85fb7c71f49655d9a1291bfc850f4a [Pipeline] echo 04:15:43 [semverPrep] GIT_COMMIT: 705dea372b85fb7c71f49655d9a1291bfc850f4a, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo 04:15:43 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:15:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:43 04:15:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:15:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:44 latest: Pulling from edgex-devops/git-semver 04:15:44 a0d0a0d46f8b: Pulling fs layer 04:15:44 3e5f54012d9b: Pulling fs layer 04:15:44 4c7163046ea9: Pulling fs layer 04:15:44 0c2d73faf560: Pulling fs layer 04:15:44 0c2d73faf560: Waiting 04:15:44 3e5f54012d9b: Verifying Checksum 04:15:44 3e5f54012d9b: Download complete 04:15:44 a0d0a0d46f8b: Verifying Checksum 04:15:44 a0d0a0d46f8b: Download complete 04:15:44 4c7163046ea9: Verifying Checksum 04:15:44 4c7163046ea9: Download complete 04:15:44 0c2d73faf560: Verifying Checksum 04:15:44 0c2d73faf560: Download complete 04:15:44 a0d0a0d46f8b: Pull complete 04:15:44 3e5f54012d9b: Pull complete 04:15:44 4c7163046ea9: Pull complete 04:15:44 0c2d73faf560: Pull complete 04:15:44 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:15:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:15:44 prd-centos7-docker-4c-2g-296 does not seem to be running inside a container 04:15:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-481 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481:/w/workspace/edgexfoundry_edgex-ui-go_PR-481:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:15:45 $ docker top fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:15:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:45 [ssh-agent] Looking for ssh-agent implementation... 04:15:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:45 $ docker exec fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 ssh-agent 04:15:46 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKOfICP/agent.13 04:15:46 SSH_AGENT_PID=19 04:15:46 Running ssh-add (command line suppressed) 04:15:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/private_key_8875661996549529201.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/private_key_8875661996549529201.key) 04:15:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:46 + git tag --points-at HEAD [Pipeline] } 04:15:46 $ docker exec --env ******** --env ******** fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 ssh-agent -k 04:15:46 unset SSH_AUTH_SOCK; 04:15:46 unset SSH_AGENT_PID; 04:15:46 echo Agent pid 19 killed; 04:15:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:15:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:46 [ssh-agent] Looking for ssh-agent implementation... 04:15:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:46 $ docker exec fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 ssh-agent 04:15:47 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmOjBCM/agent.52 04:15:47 SSH_AGENT_PID=59 04:15:47 Running ssh-add (command line suppressed) 04:15:47 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/private_key_6632375012542165840.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/private_key_6632375012542165840.key) 04:15:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:47 + git semver init 04:15:47 # -> Open(): unable to determine branch for HEAD 04:15:47 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-481/.git 04:15:47 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-481 04:15:47 # $SEMVER_REMOTE_NAME = origin 04:15:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:15:47 # $SEMVER_USER_NAME = edgex-jenkins 04:15:47 # $SEMVER_BRANCH = PR-481 04:15:47 # $SEMVER_TEMP = /tmp/semver-829898089 04:15:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 04:15:50 # '/tmp/semver-829898089' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-481/.semver' 04:15:50 # -> Force: false 04:15:50 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-481/.semver [Pipeline] } 04:15:50 $ docker exec --env ******** --env ******** fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 ssh-agent -k 04:15:50 unset SSH_AUTH_SOCK; 04:15:50 unset SSH_AGENT_PID; 04:15:50 echo Agent pid 59 killed; 04:15:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:15:50 + git semver [Pipeline] } 04:15:50 $ docker stop --time=1 fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 04:15:51 $ docker rm -f fa1c4bb33b53fa6649e7492e56f1427a818b1c9643283e11f078a63fa26887a9 [Pipeline] // withDockerContainer [Pipeline] sh 04:15:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:15:52 Stashed 1 file(s) [Pipeline] echo 04:15:52 [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 04:16:07 Still waiting to schedule task 04:16:07 ‘prd-centos7-docker-4c-2g-297’ is offline 04:16:08 Still waiting to schedule task 04:16:08 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-295’ 04:17:00 Running on prd-centos7-docker-4c-2g-299 in /w/workspace/edgexfoundry_edgex-ui-go_PR-481 [Pipeline] { [Pipeline] ws 04:17:00 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:17:00 The recommended git tool is: git 04:17:02 using credential edgex-jenkins-ssh 04:17:02 Cloning the remote Git repository 04:17:02 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:17:02 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:17:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:17:02 > git --version # timeout=10 04:17:02 > git --version # 'git version 2.24.4' 04:17:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:02 [INFO] Currently running in a labeled security context 04:17:02 [INFO] Currently SELinux is 'enforcing' on the host 04:17:02 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8122315633184035959.key 04:17:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:17:05 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 705dea372b85fb7c71f49655d9a1291bfc850f4a 04:17:05 Merge succeeded, producing 705dea372b85fb7c71f49655d9a1291bfc850f4a 04:17:05 Checking out Revision 705dea372b85fb7c71f49655d9a1291bfc850f4a (PR-481) 04:17:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:17:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:17:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:17:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:17:04 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:04 [INFO] Currently running in a labeled security context 04:17:04 [INFO] Currently SELinux is 'enforcing' on the host 04:17:04 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh7657731391454107450.key 04:17:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:17:04 > git config core.sparsecheckout # timeout=10 04:17:04 > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 04:17:04 > git remote # timeout=10 04:17:04 > git config --get remote.origin.url # timeout=10 04:17:04 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:04 [INFO] Currently running in a labeled security context 04:17:04 [INFO] Currently SELinux is 'enforcing' on the host 04:17:04 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh7181697294170108253.key 04:17:04 > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 04:17:04 > git rev-parse HEAD^{commit} # timeout=10 04:17:04 > git config core.sparsecheckout # timeout=10 04:17:04 > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 04:17:08 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" 04:17:08 > git --version # timeout=10 04:17:08 > git --version # 'git version 2.24.4' 04:17:08 fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:09 provisioning config files... 04:17:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4390346267500367752tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:09 ---> docker-login.sh 04:17:09 nexus3.edgexfoundry.org:10001 04:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:09 Configure a credential helper to remove this warning. See 04:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:09 04:17:09 Login Succeeded 04:17:09 nexus3.edgexfoundry.org:10002 04:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:10 Configure a credential helper to remove this warning. See 04:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:10 04:17:10 Login Succeeded 04:17:10 nexus3.edgexfoundry.org:10003 04:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:10 Configure a credential helper to remove this warning. See 04:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:10 04:17:10 Login Succeeded 04:17:10 nexus3.edgexfoundry.org:10004 04:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:10 Configure a credential helper to remove this warning. See 04:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:10 04:17:10 Login Succeeded 04:17:10 docker.io 04:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:11 Configure a credential helper to remove this warning. See 04:17:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:11 04:17:11 Login Succeeded 04:17:11 ---> docker-login.sh ends [Pipeline] } 04:17:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:17:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:17:11 ========================================================= 04:17:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:17:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:17:11 + 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 . 04:17:11 Sending build context to Docker daemon 25.22MB 04:17:11 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 04:17:11 Step 2/14 : FROM ${BASE} AS builder 04:17:11 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:17:11 a0d0a0d46f8b: Pulling fs layer 04:17:11 31adcdaf11c8: Pulling fs layer 04:17:11 b8b176561691: Pulling fs layer 04:17:11 4527c011a84f: Pulling fs layer 04:17:11 5d74067f8e1e: Pulling fs layer 04:17:11 e0aca202a116: Pulling fs layer 04:17:11 3a43be97a3b4: Pulling fs layer 04:17:11 34cad66bf833: Pulling fs layer 04:17:11 b4e3c513aaa6: Pulling fs layer 04:17:11 4527c011a84f: Waiting 04:17:11 5d74067f8e1e: Waiting 04:17:11 e0aca202a116: Waiting 04:17:11 3a43be97a3b4: Waiting 04:17:11 34cad66bf833: Waiting 04:17:11 b4e3c513aaa6: Waiting 04:17:11 b8b176561691: Verifying Checksum 04:17:11 b8b176561691: Download complete 04:17:11 31adcdaf11c8: Verifying Checksum 04:17:11 31adcdaf11c8: Download complete 04:17:11 5d74067f8e1e: Verifying Checksum 04:17:11 5d74067f8e1e: Download complete 04:17:11 e0aca202a116: Verifying Checksum 04:17:11 e0aca202a116: Download complete 04:17:11 3a43be97a3b4: Verifying Checksum 04:17:11 3a43be97a3b4: Download complete 04:17:11 a0d0a0d46f8b: Verifying Checksum 04:17:11 a0d0a0d46f8b: Download complete 04:17:12 34cad66bf833: Verifying Checksum 04:17:12 34cad66bf833: Download complete 04:17:12 a0d0a0d46f8b: Pull complete 04:17:12 31adcdaf11c8: Pull complete 04:17:12 4527c011a84f: Verifying Checksum 04:17:12 4527c011a84f: Download complete 04:17:12 b8b176561691: Pull complete 04:17:12 b4e3c513aaa6: Verifying Checksum 04:17:12 b4e3c513aaa6: Download complete 04:17:17 4527c011a84f: Pull complete 04:17:17 5d74067f8e1e: Pull complete 04:17:17 e0aca202a116: Pull complete 04:17:17 3a43be97a3b4: Pull complete 04:17:17 34cad66bf833: Pull complete 04:17:19 b4e3c513aaa6: Pull complete 04:17:19 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 04:17:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:17:19 ---> 9f6097aaca64 04:17:19 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:17:22 ---> Running in 25bd2bcd95db 04:17:22 Removing intermediate container 25bd2bcd95db 04:17:22 ---> 58b999e5e271 04:17:22 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 04:17:22 ---> Running in 98064bd4cebf 04:17:22 Removing intermediate container 98064bd4cebf 04:17:22 ---> 66abd1316f67 04:17:22 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 04:17:22 ---> Running in 1b80a05c7cdb 04:17:22 Removing intermediate container 1b80a05c7cdb 04:17:22 ---> 3ae6fa31adf1 04:17:22 Step 6/14 : LABEL Name=edgex-ui-go 04:17:22 ---> Running in f4d3d647fc60 04:17:22 Removing intermediate container f4d3d647fc60 04:17:22 ---> 20adcf137ccb 04:17:22 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:17:22 ---> Running in 17420dc0c669 04:17:22 Removing intermediate container 17420dc0c669 04:17:22 ---> 2bed3f07a1ba 04:17:22 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:22 ---> Running in 5996d3115164 04:17:23 Removing intermediate container 5996d3115164 04:17:23 ---> d5d0078b3a50 04:17:23 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:17:23 ---> Running in b3723f6b75cb 04:17:23 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:17:24 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:17:24 OK: 220 MiB in 52 packages 04:17:24 Removing intermediate container b3723f6b75cb 04:17:24 ---> ae612cd71a32 04:17:24 Step 10/14 : ENV GO111MODULE=on 04:17:25 ---> Running in 20aaf1ad7db8 04:17:25 Removing intermediate container 20aaf1ad7db8 04:17:25 ---> 03841170e3c1 04:17:25 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:17:25 ---> Running in 897a8b2b50fc 04:17:25 Removing intermediate container 897a8b2b50fc 04:17:25 ---> cbb185fed568 04:17:25 Step 12/14 : COPY . . 04:17:25 ---> f91761cc9d3b 04:17:25 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:25 ---> Running in 74b5f5a438e8 04:17:27 verifying github.com/edgexfoundry/go-mod-registry/v2@v2.1.0: checksum mismatch 04:17:27 downloaded: h1:ks0ejtLLUYKuoKrUBbWxygCU7q2mBFJlHE/+dEzV2Gw= 04:17:27 go.sum: h1:Br71RnEg870q0QjHpNE+CYHJBHXjjZ4ptoJ713m9Fmo= 04:17:27 04:17:27 SECURITY ERROR 04:17:27 This download does NOT match an earlier download recorded in go.sum. 04:17:27 The bits may have been replaced on the origin server, or an attacker may 04:17:27 have intercepted the download attempt. 04:17:27 04:17:27 For more information, see 'go help module-auth'. 04:17:27 skipping... 04:17:27 Removing intermediate container 74b5f5a438e8 04:17:27 ---> 07e87911715d 04:17:27 Step 14/14 : RUN ${MAKE} 04:17:28 ---> Running in eacb639368dd 04:17:28 noop 04:17:28 Removing intermediate container eacb639368dd 04:17:28 ---> 735fb3e2f61a 04:17:28 Successfully built 735fb3e2f61a 04:17:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:17:28 + docker inspect -f . ci-base-image-x86_64 04:17:28 . [Pipeline] withDockerContainer 04:17:28 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 04:17:28 $ 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 04:17:29 $ docker top 134a8cc6069439ae2d14af928c43e7d4c4dac718101a570f2c2ead91096672c6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:29 + go version 04:17:29 go version go1.16.8 linux/amd64 [Pipeline] } 04:17:29 $ docker stop --time=1 134a8cc6069439ae2d14af928c43e7d4c4dac718101a570f2c2ead91096672c6 04:17:30 $ docker rm -f 134a8cc6069439ae2d14af928c43e7d4c4dac718101a570f2c2ead91096672c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:17:31 + docker inspect -f . ci-base-image-x86_64 04:17:31 . [Pipeline] withDockerContainer 04:17:31 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 04:17:31 $ 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 04:17:31 $ docker top efa463fd9290f7092b2bc61b59e44a150e071922cf6bf8b633f6f91fab3e1141 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:17:32 + make test 04:17:32 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:17:32 go: downloading github.com/gorilla/mux v1.8.0 04:17:32 go: downloading github.com/pelletier/go-toml v1.9.4 04:17:32 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:17:32 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 04:17:32 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 04:17:32 verifying github.com/edgexfoundry/go-mod-registry/v2@v2.1.0: checksum mismatch 04:17:32 downloaded: h1:ks0ejtLLUYKuoKrUBbWxygCU7q2mBFJlHE/+dEzV2Gw= 04:17:32 go.sum: h1:Br71RnEg870q0QjHpNE+CYHJBHXjjZ4ptoJ713m9Fmo= 04:17:32 04:17:32 SECURITY ERROR 04:17:32 This download does NOT match an earlier download recorded in go.sum. 04:17:32 The bits may have been replaced on the origin server, or an attacker may 04:17:32 have intercepted the download attempt. 04:17:32 04:17:32 For more information, see 'go help module-auth'. 04:17:32 make: *** [Makefile:37: test] Error 1 [Pipeline] } 04:17:32 $ docker stop --time=1 efa463fd9290f7092b2bc61b59e44a150e071922cf6bf8b633f6f91fab3e1141 04:17:34 $ docker rm -f efa463fd9290f7092b2bc61b59e44a150e071922cf6bf8b633f6f91fab3e1141 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:17:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:35 04:17:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:17:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:35 latest: Pulling from edgex-lftools-log-publisher 04:17:35 b4d181a07f80: Pulling fs layer 04:17:35 a1111a8f2ec3: Pulling fs layer 04:17:35 ed53099fbce6: Pulling fs layer 04:17:35 dc539afda2c1: Pulling fs layer 04:17:35 77bc0d833cb6: Pulling fs layer 04:17:35 9065ff56babe: Pulling fs layer 04:17:35 d287ab97295c: Pulling fs layer 04:17:35 dc539afda2c1: Waiting 04:17:35 77bc0d833cb6: Waiting 04:17:35 9065ff56babe: Waiting 04:17:35 d287ab97295c: Waiting 04:17:35 a1111a8f2ec3: Verifying Checksum 04:17:35 a1111a8f2ec3: Download complete 04:17:35 dc539afda2c1: Verifying Checksum 04:17:35 dc539afda2c1: Download complete 04:17:35 ed53099fbce6: Verifying Checksum 04:17:35 ed53099fbce6: Download complete 04:17:35 9065ff56babe: Verifying Checksum 04:17:35 9065ff56babe: Download complete 04:17:35 77bc0d833cb6: Verifying Checksum 04:17:35 77bc0d833cb6: Download complete 04:17:35 b4d181a07f80: Verifying Checksum 04:17:35 b4d181a07f80: Download complete 04:17:36 d287ab97295c: Verifying Checksum 04:17:36 d287ab97295c: Download complete 04:17:37 b4d181a07f80: Pull complete 04:17:37 a1111a8f2ec3: Pull complete 04:17:37 ed53099fbce6: Pull complete 04:17:37 dc539afda2c1: Pull complete 04:17:38 77bc0d833cb6: Pull complete 04:17:38 9065ff56babe: Pull complete 04:17:43 d287ab97295c: Pull complete 04:17:43 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:17:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:17:43 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 04:17:43 $ 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 04:17:46 $ docker top c80671efe5a9ebe5dbd9bf5ee4bf95adb38cbf059614c8f4a246fcff0b3279de -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:47 ---> job-cost.sh 04:17:47 lf-activate-venv: SKIPPING 04:17:47 INFO: No Stack... 04:17:47 INFO: Retrieving Pricing Info for: v3-standard-2 04:17:47 INFO: Archiving Costs [Pipeline] sh 04:17:48 + cut -d, -f6 04:17:48 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 04:17:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] 04:17:48 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] did not exist. Created. 04:17:48 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:17:48 + echo total: 0.05999999865889549 [Pipeline] stash 04:17:48 Stashed 1 file(s) [Pipeline] } 04:17:48 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:17:48 $ docker stop --time=1 c80671efe5a9ebe5dbd9bf5ee4bf95adb38cbf059614c8f4a246fcff0b3279de 04:17:50 $ docker rm -f c80671efe5a9ebe5dbd9bf5ee4bf95adb38cbf059614c8f4a246fcff0b3279de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:17:50 Failed in branch amd64 04:19:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-301 in /w/workspace/edgexfoundry_edgex-ui-go_PR-481 [Pipeline] { [Pipeline] ws 04:19:00 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:19:00 The recommended git tool is: git 04:19:06 using credential edgex-jenkins-ssh 04:19:06 Cloning the remote Git repository 04:19:06 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:19:06 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:19:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:19:06 > git --version # timeout=10 04:19:06 > git --version # 'git version 2.17.1' 04:19:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:19:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:19:10 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 705dea372b85fb7c71f49655d9a1291bfc850f4a 04:19:10 Merge succeeded, producing 705dea372b85fb7c71f49655d9a1291bfc850f4a 04:19:10 Checking out Revision 705dea372b85fb7c71f49655d9a1291bfc850f4a (PR-481) 04:19:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:19:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:19:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:19:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:19:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:19:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:19:10 > git config core.sparsecheckout # timeout=10 04:19:10 > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 04:19:10 > git remote # timeout=10 04:19:10 > git config --get remote.origin.url # timeout=10 04:19:10 using GIT_SSH to set credentials SSH Credentials for GitHub 04:19:10 > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 04:19:10 > git rev-parse HEAD^{commit} # timeout=10 04:19:10 > git config core.sparsecheckout # timeout=10 04:19:10 > git checkout -f 705dea372b85fb7c71f49655d9a1291bfc850f4a # timeout=10 04:19:15 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" 04:19:15 > git --version # timeout=10 04:19:15 > git --version # 'git version 2.17.1' 04:19:15 fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:19:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:19:16 % Total % Received % Xferd Average Speed Time Time Time Current 04:19:16 Dload Upload Total Spent Left Speed 04:19:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 199k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh 04:19:16 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:19:17 + sudo tee /etc/docker/daemon.new 04:19:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:19:17 { 04:19:17 "registry-mirrors": [ 04:19:17 "https://nexus3.edgexfoundry.org:10001" 04:19:17 ], 04:19:17 "bip": "10.250.0.254/24", 04:19:17 "hosts": [ 04:19:17 "tcp://0.0.0.0:5555", 04:19:17 "unix:///var/run/docker.sock" 04:19:17 ], 04:19:17 "mtu": 1458, 04:19:17 "selinux-enabled": true, 04:19:17 "seccomp-profile": "/etc/docker/seccomp.json" 04:19:17 } [Pipeline] sh 04:19:17 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:19:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:19:36 provisioning config files... 04:19:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7693460378914186215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:19:36 ---> docker-login.sh 04:19:36 nexus3.edgexfoundry.org:10001 04:19:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:37 Configure a credential helper to remove this warning. See 04:19:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:37 04:19:37 Login Succeeded 04:19:37 nexus3.edgexfoundry.org:10002 04:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:38 Configure a credential helper to remove this warning. See 04:19:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:38 04:19:38 Login Succeeded 04:19:38 nexus3.edgexfoundry.org:10003 04:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:38 Configure a credential helper to remove this warning. See 04:19:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:38 04:19:38 Login Succeeded 04:19:38 nexus3.edgexfoundry.org:10004 04:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:39 Configure a credential helper to remove this warning. See 04:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:39 04:19:39 Login Succeeded 04:19:39 docker.io 04:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:40 Configure a credential helper to remove this warning. See 04:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:40 04:19:40 Login Succeeded 04:19:40 ---> docker-login.sh ends [Pipeline] } 04:19:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:19:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:19:40 ========================================================= 04:19:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:19:40 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:19:41 + 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 . 04:19:42 Sending build context to Docker daemon 25.22MB 04:19:42 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 04:19:42 Step 2/14 : FROM ${BASE} AS builder 04:19:42 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:19:42 552d1f2373af: Pulling fs layer 04:19:42 ea3f2d53f512: Pulling fs layer 04:19:42 9e70ebbbe112: Pulling fs layer 04:19:42 7a9cfe048b4a: Pulling fs layer 04:19:42 72dc09318566: Pulling fs layer 04:19:42 f4f7b4309257: Pulling fs layer 04:19:42 0ac9a79272e3: Pulling fs layer 04:19:42 b78e95d17946: Pulling fs layer 04:19:42 f4f7b4309257: Waiting 04:19:42 7a9cfe048b4a: Waiting 04:19:42 0ac9a79272e3: Waiting 04:19:42 b78e95d17946: Waiting 04:19:42 72dc09318566: Waiting 04:19:42 9e70ebbbe112: Download complete 04:19:42 ea3f2d53f512: Verifying Checksum 04:19:42 ea3f2d53f512: Download complete 04:19:42 72dc09318566: Verifying Checksum 04:19:42 72dc09318566: Download complete 04:19:42 f4f7b4309257: Verifying Checksum 04:19:42 f4f7b4309257: Download complete 04:19:42 0ac9a79272e3: Verifying Checksum 04:19:42 0ac9a79272e3: Download complete 04:19:42 552d1f2373af: Verifying Checksum 04:19:42 552d1f2373af: Download complete 04:19:43 552d1f2373af: Pull complete 04:19:44 ea3f2d53f512: Pull complete 04:19:44 9e70ebbbe112: Pull complete 04:19:44 b78e95d17946: Verifying Checksum 04:19:44 b78e95d17946: Download complete 04:19:44 7a9cfe048b4a: Verifying Checksum 04:19:44 7a9cfe048b4a: Download complete 04:19:55 7a9cfe048b4a: Pull complete 04:19:55 72dc09318566: Pull complete 04:19:55 f4f7b4309257: Pull complete 04:19:55 0ac9a79272e3: Pull complete 04:20:02 b78e95d17946: Pull complete 04:20:02 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 04:20:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:20:02 ---> 8b459fc5aaf0 04:20:02 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:20:03 ---> Running in 6c4e8c226608 04:20:03 Removing intermediate container 6c4e8c226608 04:20:03 ---> 5ce510344b03 04:20:03 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 04:20:03 ---> Running in 4e5f3dd867eb 04:20:04 Removing intermediate container 4e5f3dd867eb 04:20:04 ---> ed2d63a8b571 04:20:04 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 04:20:04 ---> Running in a90dc54977e6 04:20:05 Removing intermediate container a90dc54977e6 04:20:05 ---> 9e6d1ae03307 04:20:05 Step 6/14 : LABEL Name=edgex-ui-go 04:20:05 ---> Running in 308acec736ff 04:20:05 Removing intermediate container 308acec736ff 04:20:05 ---> 95547df9a646 04:20:05 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:20:05 ---> Running in 678f124428df 04:20:05 Removing intermediate container 678f124428df 04:20:05 ---> a45c17c6cf83 04:20:05 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:20:06 ---> Running in fbe0b69e54ae 04:20:08 Removing intermediate container fbe0b69e54ae 04:20:08 ---> 29814a199ad2 04:20:08 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:20:08 ---> Running in 797838dd3a4e 04:20:09 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:20:10 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:20:11 OK: 219 MiB in 52 packages 04:20:12 Removing intermediate container 797838dd3a4e 04:20:12 ---> 8f3b6f472429 04:20:12 Step 10/14 : ENV GO111MODULE=on 04:20:12 ---> Running in c382da18c999 04:20:12 Removing intermediate container c382da18c999 04:20:12 ---> 85f9de853072 04:20:12 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:20:12 ---> Running in 58cb80451d81 04:20:13 Removing intermediate container 58cb80451d81 04:20:13 ---> ba1ad60fef15 04:20:13 Step 12/14 : COPY . . 04:20:15 ---> 9fb3f2083ee7 04:20:15 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:15 ---> Running in 1f5b9d3a0a3d 04:20:19 verifying github.com/edgexfoundry/go-mod-registry/v2@v2.1.0: checksum mismatch 04:20:19 downloaded: h1:ks0ejtLLUYKuoKrUBbWxygCU7q2mBFJlHE/+dEzV2Gw= 04:20:19 go.sum: h1:Br71RnEg870q0QjHpNE+CYHJBHXjjZ4ptoJ713m9Fmo= 04:20:19 04:20:19 SECURITY ERROR 04:20:19 This download does NOT match an earlier download recorded in go.sum. 04:20:19 The bits may have been replaced on the origin server, or an attacker may 04:20:19 have intercepted the download attempt. 04:20:19 04:20:19 For more information, see 'go help module-auth'. 04:20:19 skipping... 04:20:21 Removing intermediate container 1f5b9d3a0a3d 04:20:21 ---> ce64f90211e7 04:20:21 Step 14/14 : RUN ${MAKE} 04:20:21 ---> Running in 03defe9a92af 04:20:22 noop 04:20:23 Removing intermediate container 03defe9a92af 04:20:23 ---> e741ccda119c 04:20:23 Successfully built e741ccda119c 04:20:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:20:23 + docker inspect -f . ci-base-image-arm64 04:20:23 . [Pipeline] withDockerContainer 04:20:24 prd-ubuntu18.04-docker-arm64-4c-16g-301 does not seem to be running inside a container 04:20:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:20:25 $ docker top 587c0940f6e9f325a26f420a0becf6d79e5b529c905818eeab8145aeb695338d -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:26 + go version 04:20:26 go version go1.16.8 linux/arm64 [Pipeline] } 04:20:26 $ docker stop --time=1 587c0940f6e9f325a26f420a0becf6d79e5b529c905818eeab8145aeb695338d 04:20:28 $ docker rm -f 587c0940f6e9f325a26f420a0becf6d79e5b529c905818eeab8145aeb695338d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:20:29 + docker inspect -f . ci-base-image-arm64 04:20:29 . [Pipeline] withDockerContainer 04:20:29 prd-ubuntu18.04-docker-arm64-4c-16g-301 does not seem to be running inside a container 04:20:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:20:31 $ docker top 0100fc86010897f6d295946ab443d520554e4fdd32d0ac56cc681a0630cfd50d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:20:32 + make test 04:20:32 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:20:32 go: downloading github.com/gorilla/mux v1.8.0 04:20:32 go: downloading github.com/pelletier/go-toml v1.9.4 04:20:32 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:20:32 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 04:20:33 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 04:20:33 go: downloading gopkg.in/yaml.v2 v2.4.0 04:20:33 verifying github.com/edgexfoundry/go-mod-registry/v2@v2.1.0: checksum mismatch 04:20:33 downloaded: h1:ks0ejtLLUYKuoKrUBbWxygCU7q2mBFJlHE/+dEzV2Gw= 04:20:33 go.sum: h1:Br71RnEg870q0QjHpNE+CYHJBHXjjZ4ptoJ713m9Fmo= 04:20:33 04:20:33 SECURITY ERROR 04:20:33 This download does NOT match an earlier download recorded in go.sum. 04:20:33 The bits may have been replaced on the origin server, or an attacker may 04:20:33 have intercepted the download attempt. 04:20:33 04:20:33 For more information, see 'go help module-auth'. 04:20:33 make: *** [Makefile:37: test] Error 1 [Pipeline] } 04:20:33 $ docker stop --time=1 0100fc86010897f6d295946ab443d520554e4fdd32d0ac56cc681a0630cfd50d 04:20:35 $ docker rm -f 0100fc86010897f6d295946ab443d520554e4fdd32d0ac56cc681a0630cfd50d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:20:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:20:36 04:20:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:20:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:20:37 arm64: Pulling from edgex-lftools-log-publisher 04:20:37 448f6bf000e3: Pulling fs layer 04:20:37 f757da607395: Pulling fs layer 04:20:37 05883995daec: Pulling fs layer 04:20:37 8603b9c90790: Pulling fs layer 04:20:37 1560dd03e051: Pulling fs layer 04:20:37 27f5ce0e4adf: Pulling fs layer 04:20:37 c2d8d7efcc4b: Pulling fs layer 04:20:37 8603b9c90790: Waiting 04:20:37 1560dd03e051: Waiting 04:20:37 27f5ce0e4adf: Waiting 04:20:37 c2d8d7efcc4b: Waiting 04:20:37 f757da607395: Verifying Checksum 04:20:37 f757da607395: Download complete 04:20:37 8603b9c90790: Verifying Checksum 04:20:37 8603b9c90790: Download complete 04:20:37 1560dd03e051: Verifying Checksum 04:20:37 1560dd03e051: Download complete 04:20:37 05883995daec: Verifying Checksum 04:20:37 05883995daec: Download complete 04:20:37 27f5ce0e4adf: Verifying Checksum 04:20:37 27f5ce0e4adf: Download complete 04:20:37 448f6bf000e3: Verifying Checksum 04:20:37 448f6bf000e3: Download complete 04:20:40 c2d8d7efcc4b: Verifying Checksum 04:20:40 c2d8d7efcc4b: Download complete 04:20:41 448f6bf000e3: Pull complete 04:20:42 f757da607395: Pull complete 04:20:43 05883995daec: Pull complete 04:20:44 8603b9c90790: Pull complete 04:20:45 1560dd03e051: Pull complete 04:20:45 27f5ce0e4adf: Pull complete 04:21:00 c2d8d7efcc4b: Pull complete 04:21:00 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:21:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:21:00 prd-ubuntu18.04-docker-arm64-4c-16g-301 does not seem to be running inside a container 04:21:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:21:03 $ docker top 34189ed4172899217b0c4a135ae2c0022cab795b26bb748492c393ffdf2b7ff3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:21:04 ---> job-cost.sh 04:21:04 lf-activate-venv: SKIPPING 04:21:04 INFO: No Stack... 04:21:05 INFO: Retrieving Pricing Info for: v3-standard-4 04:21:05 INFO: Archiving Costs [Pipeline] sh 04:21:06 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 04:21:06 + cut -d, -f6 [Pipeline] lock 04:21:06 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] 04:21:06 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] did not exist. Created. 04:21:06 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:21:07 /w/workspace/edgex-ui-go/1@tmp/durable-1505330f/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-1505330f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:21:07 + echo total: 0.10999999940395355 [Pipeline] stash 04:21:08 Warning: overwriting stash ‘stack-cost’ 04:21:08 Stashed 1 file(s) [Pipeline] } 04:21:08 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-481-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:21:08 $ docker stop --time=1 34189ed4172899217b0c4a135ae2c0022cab795b26bb748492c393ffdf2b7ff3 04:21:10 $ docker rm -f 34189ed4172899217b0c4a135ae2c0022cab795b26bb748492c393ffdf2b7ff3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:21:11 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 04:21:13 + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-481/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:21:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:21:14 ---> package-listing.sh 04:21:14 ++ tr '[:upper:]' '[:lower:]' 04:21:14 ++ facter osfamily 04:21:14 + OS_FAMILY=redhat 04:21:14 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-481 04:21:14 + START_PACKAGES=/tmp/packages_start.txt 04:21:14 + END_PACKAGES=/tmp/packages_end.txt 04:21:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:21:14 + PACKAGES=/tmp/packages_start.txt 04:21:14 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-481 ']' 04:21:14 + PACKAGES=/tmp/packages_end.txt 04:21:14 + case "${OS_FAMILY}" in 04:21:14 + sort 04:21:14 + rpm -qa 04:21:15 + '[' -f /tmp/packages_start.txt ']' 04:21:15 + '[' -f /tmp/packages_end.txt ']' 04:21:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:21:15 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-481 ']' 04:21:15 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-481/archives/ 04:21:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-481/archives/ [Pipeline] echo 04:21:15 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:21:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:21:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:21:16 04:21:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:21:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:21:16 latest: Pulling from edgex-lftools-log-publisher 04:21:16 b4d181a07f80: Pulling fs layer 04:21:16 a1111a8f2ec3: Pulling fs layer 04:21:16 ed53099fbce6: Pulling fs layer 04:21:16 dc539afda2c1: Pulling fs layer 04:21:16 77bc0d833cb6: Pulling fs layer 04:21:16 9065ff56babe: Pulling fs layer 04:21:16 d287ab97295c: Pulling fs layer 04:21:16 dc539afda2c1: Waiting 04:21:16 77bc0d833cb6: Waiting 04:21:16 9065ff56babe: Waiting 04:21:16 d287ab97295c: Waiting 04:21:16 a1111a8f2ec3: Verifying Checksum 04:21:16 a1111a8f2ec3: Download complete 04:21:16 dc539afda2c1: Verifying Checksum 04:21:16 dc539afda2c1: Download complete 04:21:16 77bc0d833cb6: Verifying Checksum 04:21:16 77bc0d833cb6: Download complete 04:21:16 ed53099fbce6: Verifying Checksum 04:21:16 ed53099fbce6: Download complete 04:21:16 9065ff56babe: Verifying Checksum 04:21:16 9065ff56babe: Download complete 04:21:16 b4d181a07f80: Verifying Checksum 04:21:16 b4d181a07f80: Download complete 04:21:17 d287ab97295c: Verifying Checksum 04:21:17 d287ab97295c: Download complete 04:21:18 b4d181a07f80: Pull complete 04:21:18 a1111a8f2ec3: Pull complete 04:21:18 ed53099fbce6: Pull complete 04:21:18 dc539afda2c1: Pull complete 04:21:19 77bc0d833cb6: Pull complete 04:21:19 9065ff56babe: Pull complete 04:21:24 d287ab97295c: Pull complete 04:21:24 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:21:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:21:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:21:24 prd-centos7-docker-4c-2g-296 does not seem to be running inside a container 04:21:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-481 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481:/w/workspace/edgexfoundry_edgex-ui-go_PR-481:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:21:26 $ docker top ac8f9cea49b943ea54cf5de3ad13601f7d4750cfa79683639175f5fd9fadeb1d -eo pid,comm [Pipeline] { [Pipeline] sh 04:21:27 + touch /tmp/pre-build-complete [Pipeline] sh 04:21:27 + mkdir -p /var/log/sysstat [Pipeline] sh 04:21:27 + ls /var/log/sa-host 04:21:27 + sadf -c /var/log/sa-host/sa12 04:21:27 file_magic: OK 04:21:27 HZ: Using current value: 100 04:21:27 file_header: OK 04:21:27 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 04:21:27 Statistics: 04:21:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:21:27 File successfully converted to sysstat format version 12.0.3 04:21:27 + sadf -c /var/log/sa-host/sa30 04:21:27 file_magic: OK 04:21:27 HZ: Using current value: 100 04:21:27 file_header: OK 04:21:27 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 04:21:27 Statistics: 04:21:27 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:21:27 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:21:27 provisioning config files... 04:21:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-481@tmp/config1222421214134588824tmp [Pipeline] { [Pipeline] echo 04:21:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:21:28 ---> create-netrc.sh [Pipeline] } 04:21:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:21:28 ---> python-tools-install.sh [Pipeline] echo 04:21:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:21:29 ---> sudo-logs.sh 04:21:29 Archiving 'sudo' log.. 04:21:29 sudo: unable to resolve host prd-centos7-docker-4c-2g-296.novalocal: Name or service not known 04:21:29 sudo: unable to resolve host prd-centos7-docker-4c-2g-296.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:21:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:21:29 ---> job-cost.sh 04:21:29 lf-activate-venv: SKIPPING 04:21:29 DEBUG: total: 0.10999999940395355 04:21:29 INFO: Retrieving Stack Cost... 04:21:31 INFO: Retrieving Pricing Info for: v3-standard-2 04:21:32 INFO: Archiving Costs [Pipeline] echo 04:21:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:21:32 ---> logs-deploy.sh 04:21:32 lf-activate-venv: SKIPPING 04:21:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-481/1 04:21:32 INFO: archiving workspace using pattern(s): 04:21:33 Archives upload complete. 04:21:33 INFO: archiving logs to Nexus