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 04:12:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:12:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:12:59 ========================================================= 04:12:59 EdgeX Global Pipelines Version Info 04:12:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:13:00 ------------------- 04:13:00 stable info: 04:13:00 ------------------- 04:13:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:13:00 Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 04:13:00 Message: update stable to v1.0.213 04:13:01 ------------------- 04:13:01 experimental info: 04:13:01 ------------------- 04:13:01 Commited By: **** collab-it+edgex@linuxfoundation.org 04:13:01 Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 04:13:01 Message: update experimental to v1.0.213 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:13:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-479 [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-479 [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-479 [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 436bebb [Pipeline] echo 04:13:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:13:02 provisioning config files... 04:13:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp/config6155027518848202053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:13:03 ---> docker-login.sh 04:13:03 nexus3.edgexfoundry.org:10001 04:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:03 Configure a credential helper to remove this warning. See 04:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:03 04:13:03 Login Succeeded 04:13:03 nexus3.edgexfoundry.org:10002 04:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:03 Configure a credential helper to remove this warning. See 04:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:03 04:13:03 Login Succeeded 04:13:03 nexus3.edgexfoundry.org:10003 04:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:03 Configure a credential helper to remove this warning. See 04:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:03 04:13:03 Login Succeeded 04:13:03 nexus3.edgexfoundry.org:10004 04:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:03 Configure a credential helper to remove this warning. See 04:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:03 04:13:03 Login Succeeded 04:13:03 docker.io 04:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:04 Configure a credential helper to remove this warning. See 04:13:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:04 04:13:04 Login Succeeded 04:13:04 ---> docker-login.sh ends [Pipeline] } 04:13:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:13:04 + git rev-list -1 --merges 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2~1..436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [Pipeline] echo 04:13:04 -----------> git rev-list -1 --merges 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2~1..436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [false] [Pipeline] sh 04:13:05 + git log --format=format:%s -1 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [Pipeline] echo 04:13:05 ========================================================= 04:13:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:13:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:13:05 + git log --format=format:%s -1 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 [Pipeline] echo 04:13:05 [semverPrep] GIT_COMMIT: 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 04:13:05 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:13:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:13:06 04:13:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:13:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:13:06 latest: Pulling from edgex-devops/git-semver 04:13:06 a0d0a0d46f8b: Pulling fs layer 04:13:06 3e5f54012d9b: Pulling fs layer 04:13:06 4c7163046ea9: Pulling fs layer 04:13:06 0c2d73faf560: Pulling fs layer 04:13:06 0c2d73faf560: Waiting 04:13:06 3e5f54012d9b: Verifying Checksum 04:13:06 3e5f54012d9b: Download complete 04:13:06 a0d0a0d46f8b: Download complete 04:13:06 4c7163046ea9: Verifying Checksum 04:13:06 4c7163046ea9: Download complete 04:13:06 0c2d73faf560: Verifying Checksum 04:13:06 0c2d73faf560: Download complete 04:13:06 a0d0a0d46f8b: Pull complete 04:13:06 3e5f54012d9b: Pull complete 04:13:07 4c7163046ea9: Pull complete 04:13:07 0c2d73faf560: Pull complete 04:13:07 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:13:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:13:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:13:07 prd-centos7-docker-4c-2g-293 does not seem to be running inside a container 04:13:07 $ 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 04:13:08 $ docker top 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:13:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:13:08 [ssh-agent] Looking for ssh-agent implementation... 04:13:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:13:08 $ docker exec 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 ssh-agent 04:13:08 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbimLBK/agent.13 04:13:08 SSH_AGENT_PID=20 04:13:08 Running ssh-add (command line suppressed) 04:13:08 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) 04:13:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:13:09 + git tag --points-at HEAD [Pipeline] } 04:13:09 $ docker exec --env ******** --env ******** 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 ssh-agent -k 04:13:09 unset SSH_AUTH_SOCK; 04:13:09 unset SSH_AGENT_PID; 04:13:09 echo Agent pid 20 killed; 04:13:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:13:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:13:09 [ssh-agent] Looking for ssh-agent implementation... 04:13:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:13:09 $ docker exec 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 ssh-agent 04:13:09 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEEHCmI/agent.56 04:13:09 SSH_AGENT_PID=62 04:13:09 Running ssh-add (command line suppressed) 04:13:09 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) 04:13:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:13:09 + git semver init 04:13:09 # -> Open(): unable to determine branch for HEAD 04:13:09 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-479/.git 04:13:09 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-479 04:13:09 # $SEMVER_REMOTE_NAME = origin 04:13:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:13:09 # $SEMVER_USER_NAME = edgex-jenkins 04:13:09 # $SEMVER_BRANCH = PR-479 04:13:09 # $SEMVER_TEMP = /tmp/semver-238954856 04:13:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 04:13:12 # '/tmp/semver-238954856' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-479/.semver' 04:13:12 # -> Force: false 04:13:12 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-479/.semver [Pipeline] } 04:13:12 $ docker exec --env ******** --env ******** 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 ssh-agent -k 04:13:12 unset SSH_AUTH_SOCK; 04:13:12 unset SSH_AGENT_PID; 04:13:12 echo Agent pid 62 killed; 04:13:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:13:12 + git semver [Pipeline] } 04:13:12 $ docker stop --time=1 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 04:13:14 $ docker rm -f 5ed82be3a42831173a6529a585a44a1d8d6164d620b8def63b143a851f2ba802 [Pipeline] // withDockerContainer [Pipeline] sh 04:13:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:13:14 Stashed 1 file(s) [Pipeline] echo 04:13:14 [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:13:30 Still waiting to schedule task 04:13:30 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-293’ 04:13:30 Still waiting to schedule task 04:13:30 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:15:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-295 in /w/workspace/edgexfoundry_edgex-ui-go_PR-479 [Pipeline] { [Pipeline] ws 04:15:12 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:15:12 The recommended git tool is: git 04:15:17 using credential edgex-jenkins-ssh 04:15:17 Cloning the remote Git repository 04:15:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:15:17 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:15:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:15:17 > git --version # timeout=10 04:15:17 > git --version # 'git version 2.17.1' 04:15:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:15:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:15:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:15:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:15:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:15:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:15:20 using GIT_SSH to set credentials SSH Credentials for GitHub 04:15:20 > 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 04:15:21 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 04:15:21 Merge succeeded, producing 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 04:15:21 Checking out Revision 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 (PR-479) 04:15:21 > git config core.sparsecheckout # timeout=10 04:15:21 > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # timeout=10 04:15:21 > git remote # timeout=10 04:15:21 > git config --get remote.origin.url # timeout=10 04:15:21 using GIT_SSH to set credentials SSH Credentials for GitHub 04:15:21 > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 04:15:21 > git rev-parse HEAD^{commit} # timeout=10 04:15:21 > git config core.sparsecheckout # timeout=10 04:15:21 > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # timeout=10 04:15:26 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:15:26 > git --version # timeout=10 04:15:26 > git --version # 'git version 2.17.1' 04:15:26 fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:15:27 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:15:27 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:27 Dload Upload Total Spent Left Speed 04:15:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 85681 0 --:--:-- --:--:-- --:--:-- 85681 [Pipeline] sh 04:15:28 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:15:28 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:15:28 + sudo tee /etc/docker/daemon.new 04:15:28 { 04:15:28 "registry-mirrors": [ 04:15:28 "https://nexus3.edgexfoundry.org:10001" 04:15:28 ], 04:15:28 "bip": "10.250.0.254/24", 04:15:28 "hosts": [ 04:15:28 "tcp://0.0.0.0:5555", 04:15:28 "unix:///var/run/docker.sock" 04:15:28 ], 04:15:28 "mtu": 1458, 04:15:28 "selinux-enabled": true, 04:15:28 "seccomp-profile": "/etc/docker/seccomp.json" 04:15:28 } [Pipeline] sh 04:15:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:15:29 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:15:47 provisioning config files... 04:15:47 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config3365039994685322941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:48 ---> docker-login.sh 04:15:48 nexus3.edgexfoundry.org:10001 04:15:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:48 Configure a credential helper to remove this warning. See 04:15:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:48 04:15:48 Login Succeeded 04:15:48 nexus3.edgexfoundry.org:10002 04:15:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:49 Configure a credential helper to remove this warning. See 04:15:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:49 04:15:49 Login Succeeded 04:15:49 nexus3.edgexfoundry.org:10003 04:15:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:50 Configure a credential helper to remove this warning. See 04:15:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:50 04:15:50 Login Succeeded 04:15:50 nexus3.edgexfoundry.org:10004 04:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:50 Configure a credential helper to remove this warning. See 04:15:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:50 04:15:50 Login Succeeded 04:15:50 docker.io 04:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:51 Configure a credential helper to remove this warning. See 04:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:51 04:15:51 Login Succeeded 04:15:51 ---> docker-login.sh ends [Pipeline] } 04:15:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:15:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:15:52 ========================================================= 04:15:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:15:52 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:15:52 + 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:15:53 Sending build context to Docker daemon 25.25MB 04:15:53 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 04:15:53 Step 2/14 : FROM ${BASE} AS builder 04:15:53 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:15:53 552d1f2373af: Pulling fs layer 04:15:53 ea3f2d53f512: Pulling fs layer 04:15:53 9e70ebbbe112: Pulling fs layer 04:15:53 7a9cfe048b4a: Pulling fs layer 04:15:53 72dc09318566: Pulling fs layer 04:15:53 f4f7b4309257: Pulling fs layer 04:15:53 0ac9a79272e3: Pulling fs layer 04:15:53 b78e95d17946: Pulling fs layer 04:15:53 7a9cfe048b4a: Waiting 04:15:53 72dc09318566: Waiting 04:15:53 f4f7b4309257: Waiting 04:15:53 0ac9a79272e3: Waiting 04:15:53 9e70ebbbe112: Verifying Checksum 04:15:53 9e70ebbbe112: Download complete 04:15:53 ea3f2d53f512: Verifying Checksum 04:15:53 ea3f2d53f512: Download complete 04:15:53 72dc09318566: Verifying Checksum 04:15:53 72dc09318566: Download complete 04:15:53 f4f7b4309257: Verifying Checksum 04:15:53 f4f7b4309257: Download complete 04:15:53 552d1f2373af: Verifying Checksum 04:15:53 0ac9a79272e3: Verifying Checksum 04:15:53 0ac9a79272e3: Download complete 04:15:54 552d1f2373af: Pull complete 04:15:54 ea3f2d53f512: Pull complete 04:15:55 9e70ebbbe112: Pull complete 04:15:55 b78e95d17946: Verifying Checksum 04:15:55 b78e95d17946: Download complete 04:15:56 7a9cfe048b4a: Verifying Checksum 04:15:56 7a9cfe048b4a: Download complete 04:16:06 7a9cfe048b4a: Pull complete 04:16:06 72dc09318566: Pull complete 04:16:06 f4f7b4309257: Pull complete 04:16:06 0ac9a79272e3: Pull complete 04:16:11 Running on prd-centos7-docker-4c-2g-297 in /w/workspace/edgexfoundry_edgex-ui-go_PR-479 [Pipeline] { [Pipeline] ws 04:16:11 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:16:11 The recommended git tool is: git 04:16:12 b78e95d17946: Pull complete 04:16:12 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 04:16:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:16:12 ---> 8b459fc5aaf0 04:16:12 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:16:13 using credential edgex-jenkins-ssh 04:16:13 Cloning the remote Git repository 04:16:13 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:16:13 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:16:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:16:13 > git --version # timeout=10 04:16:13 > git --version # 'git version 2.24.4' 04:16:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:13 [INFO] Currently running in a labeled security context 04:16:13 [INFO] Currently SELinux is 'enforcing' on the host 04:16:13 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh1756732884627227210.key 04:16:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:14 ---> Running in 893ffe6632a7 04:16:14 Removing intermediate container 893ffe6632a7 04:16:14 ---> fe475ae2cc21 04:16:14 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 04:16:14 ---> Running in 003677fe5edf 04:16:15 Removing intermediate container 003677fe5edf 04:16:15 ---> c266df1192b1 04:16:15 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 04:16:15 ---> Running in b94fc4e2b62f 04:16:15 Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 04:16:15 Removing intermediate container b94fc4e2b62f 04:16:15 ---> c2f66a5635f1 04:16:15 Step 6/14 : LABEL Name=edgex-ui-go 04:16:15 ---> Running in 696a3295045f 04:16:15 Merge succeeded, producing 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 04:16:15 Checking out Revision 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 (PR-479) 04:16:16 Removing intermediate container 696a3295045f 04:16:16 ---> ab12d54b14ba 04:16:16 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:16:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:16:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:16:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:16:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:14 [INFO] Currently running in a labeled security context 04:16:14 [INFO] Currently SELinux is 'enforcing' on the host 04:16:14 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh3721846581903120513.key 04:16:14 > 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 04:16:15 > git config core.sparsecheckout # timeout=10 04:16:15 > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # timeout=10 04:16:15 > git remote # timeout=10 04:16:15 > git config --get remote.origin.url # timeout=10 04:16:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:15 [INFO] Currently running in a labeled security context 04:16:15 [INFO] Currently SELinux is 'enforcing' on the host 04:16:15 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh2348177747263616626.key 04:16:15 > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 04:16:15 > git rev-parse HEAD^{commit} # timeout=10 04:16:15 > git config core.sparsecheckout # timeout=10 04:16:15 > git checkout -f 436bebbfa7b5f545a43da4533f5bf0ebfa95fac2 # timeout=10 04:16:16 ---> Running in 221f8e000799 04:16:16 Removing intermediate container 221f8e000799 04:16:16 ---> 41186123b6a5 04:16:16 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:16 ---> Running in 1f3253d9d73c 04:16:18 Removing intermediate container 1f3253d9d73c 04:16:18 ---> 01299315f924 04:16:18 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:16:18 ---> Running in cf0eaa4c4768 04:16:19 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:16:19 > git --version # timeout=10 04:16:19 > git --version # 'git version 2.24.4' 04:16:19 fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:19 provisioning config files... 04:16:19 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5958311533579762302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:20 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:16:20 ---> docker-login.sh 04:16:20 nexus3.edgexfoundry.org:10001 04:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:20 Configure a credential helper to remove this warning. See 04:16:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:20 04:16:20 Login Succeeded 04:16:20 nexus3.edgexfoundry.org:10002 04:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:20 Configure a credential helper to remove this warning. See 04:16:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:20 04:16:20 Login Succeeded 04:16:20 nexus3.edgexfoundry.org:10003 04:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:20 Configure a credential helper to remove this warning. See 04:16:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:20 04:16:20 Login Succeeded 04:16:20 nexus3.edgexfoundry.org:10004 04:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:20 Configure a credential helper to remove this warning. See 04:16:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:20 04:16:20 Login Succeeded 04:16:20 docker.io 04:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:20 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:16:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:21 Configure a credential helper to remove this warning. See 04:16:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:21 04:16:21 Login Succeeded 04:16:21 ---> docker-login.sh ends [Pipeline] } 04:16:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:16:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:16:21 ========================================================= 04:16:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:16:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:16:21 + 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:16:21 OK: 219 MiB in 52 packages 04:16:22 Sending build context to Docker daemon 25.25MB 04:16:22 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 04:16:22 Step 2/14 : FROM ${BASE} AS builder 04:16:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:16:22 a0d0a0d46f8b: Pulling fs layer 04:16:22 31adcdaf11c8: Pulling fs layer 04:16:22 b8b176561691: Pulling fs layer 04:16:22 4527c011a84f: Pulling fs layer 04:16:22 5d74067f8e1e: Pulling fs layer 04:16:22 e0aca202a116: Pulling fs layer 04:16:22 3a43be97a3b4: Pulling fs layer 04:16:22 34cad66bf833: Pulling fs layer 04:16:22 b4e3c513aaa6: Pulling fs layer 04:16:22 4527c011a84f: Waiting 04:16:22 5d74067f8e1e: Waiting 04:16:22 e0aca202a116: Waiting 04:16:22 3a43be97a3b4: Waiting 04:16:22 34cad66bf833: Waiting 04:16:22 b4e3c513aaa6: Waiting 04:16:22 31adcdaf11c8: Verifying Checksum 04:16:22 31adcdaf11c8: Download complete 04:16:22 b8b176561691: Verifying Checksum 04:16:22 b8b176561691: Download complete 04:16:22 5d74067f8e1e: Verifying Checksum 04:16:22 5d74067f8e1e: Download complete 04:16:22 a0d0a0d46f8b: Verifying Checksum 04:16:22 a0d0a0d46f8b: Download complete 04:16:22 e0aca202a116: Verifying Checksum 04:16:22 e0aca202a116: Download complete 04:16:22 3a43be97a3b4: Verifying Checksum 04:16:22 3a43be97a3b4: Download complete 04:16:22 34cad66bf833: Verifying Checksum 04:16:22 34cad66bf833: Download complete 04:16:22 Removing intermediate container cf0eaa4c4768 04:16:22 ---> 4b859fa9942b 04:16:22 Step 10/14 : ENV GO111MODULE=on 04:16:22 a0d0a0d46f8b: Pull complete 04:16:22 b4e3c513aaa6: Verifying Checksum 04:16:22 b4e3c513aaa6: Download complete 04:16:22 ---> Running in 8f894721b661 04:16:22 31adcdaf11c8: Pull complete 04:16:22 b8b176561691: Pull complete 04:16:22 4527c011a84f: Verifying Checksum 04:16:22 4527c011a84f: Download complete 04:16:23 Removing intermediate container 8f894721b661 04:16:23 ---> 68bd3c1e060e 04:16:23 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:16:23 ---> Running in 2fcf95d0da8d 04:16:23 Removing intermediate container 2fcf95d0da8d 04:16:23 ---> 3366673141f6 04:16:23 Step 12/14 : COPY . . 04:16:26 ---> d5c0a7925573 04:16:26 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:16:26 ---> Running in 9776b191ee7c 04:16:27 4527c011a84f: Pull complete 04:16:27 5d74067f8e1e: Pull complete 04:16:27 e0aca202a116: Pull complete 04:16:27 3a43be97a3b4: Pull complete 04:16:27 34cad66bf833: Pull complete 04:16:30 b4e3c513aaa6: Pull complete 04:16:30 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 04:16:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:16:30 ---> 9f6097aaca64 04:16:30 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:16:36 verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch 04:16:36 downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= 04:16:36 go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= 04:16:36 04:16:36 SECURITY ERROR 04:16:36 This download does NOT match an earlier download recorded in go.sum. 04:16:36 The bits may have been replaced on the origin server, or an attacker may 04:16:36 have intercepted the download attempt. 04:16:36 04:16:36 For more information, see 'go help module-auth'. 04:16:36 skipping... 04:16:37 ---> Running in 91ce48b9050c 04:16:37 Removing intermediate container 91ce48b9050c 04:16:37 ---> 6e1b8759a869 04:16:37 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 04:16:37 ---> Running in 91ea6f587f2c 04:16:37 Removing intermediate container 91ea6f587f2c 04:16:37 ---> 919f5aa204b0 04:16:37 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 04:16:37 ---> Running in cc54322df03b 04:16:37 Removing intermediate container cc54322df03b 04:16:37 ---> 3e8ba67ea42a 04:16:37 Step 6/14 : LABEL Name=edgex-ui-go 04:16:37 ---> Running in 9636c76eb41f 04:16:37 Removing intermediate container 9636c76eb41f 04:16:37 ---> 4fcf7dd3381f 04:16:37 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:16:37 ---> Running in bd7b7daac16a 04:16:37 Removing intermediate container bd7b7daac16a 04:16:37 ---> 3fb42e66ee3a 04:16:37 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:37 ---> Running in 8f87c4e140b3 04:16:38 Removing intermediate container 8f87c4e140b3 04:16:38 ---> f91b84dd7cbf 04:16:38 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:16:38 ---> Running in 61ab335e3f95 04:16:38 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:16:39 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:16:39 OK: 220 MiB in 52 packages 04:16:40 Removing intermediate container 61ab335e3f95 04:16:40 ---> 7e8c2c63d1aa 04:16:40 Step 10/14 : ENV GO111MODULE=on 04:16:40 ---> Running in 26c9416b2733 04:16:40 Removing intermediate container 26c9416b2733 04:16:40 ---> 30a4b5199bee 04:16:40 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:16:40 ---> Running in c46f54a19fca 04:16:40 Removing intermediate container c46f54a19fca 04:16:40 ---> 665f1137ecbc 04:16:40 Step 12/14 : COPY . . 04:16:42 ---> 8c57d855e82c 04:16:42 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:16:42 ---> Running in a9d30376b913 04:16:43 Removing intermediate container 9776b191ee7c 04:16:43 ---> 3b9e8607fcc0 04:16:43 Step 14/14 : RUN ${MAKE} 04:16:43 ---> Running in 7d64900c4d49 04:16:43 noop 04:16:44 Removing intermediate container 7d64900c4d49 04:16:44 ---> aa09f7d03cc2 04:16:44 Successfully built aa09f7d03cc2 04:16:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:16:45 + docker inspect -f . ci-base-image-arm64 04:16:45 . [Pipeline] withDockerContainer 04:16:45 prd-ubuntu18.04-docker-arm64-4c-16g-295 does not seem to be running inside a container 04:16:45 $ 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 04:16:47 $ docker top 4e9a8a22fbaadf08da086c53294e3169a6feab212607b7a72a5bb97be63d1276 -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:48 + go version 04:16:48 go version go1.16.8 linux/arm64 [Pipeline] } 04:16:48 $ docker stop --time=1 4e9a8a22fbaadf08da086c53294e3169a6feab212607b7a72a5bb97be63d1276 04:16:49 verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch 04:16:49 downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= 04:16:49 go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= 04:16:49 04:16:49 SECURITY ERROR 04:16:49 This download does NOT match an earlier download recorded in go.sum. 04:16:49 The bits may have been replaced on the origin server, or an attacker may 04:16:49 have intercepted the download attempt. 04:16:49 04:16:49 For more information, see 'go help module-auth'. 04:16:49 skipping... 04:16:49 $ docker rm -f 4e9a8a22fbaadf08da086c53294e3169a6feab212607b7a72a5bb97be63d1276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:16:50 + docker inspect -f . ci-base-image-arm64 04:16:50 . [Pipeline] withDockerContainer 04:16:51 prd-ubuntu18.04-docker-arm64-4c-16g-295 does not seem to be running inside a container 04:16:51 $ 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 04:16:52 $ docker top 80354b89b314ee0c870142884fdf94ff5c452676d20c54ea6114a7403e000734 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:16:53 + make test 04:16:53 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:16:54 go: downloading github.com/gorilla/mux v1.8.0 04:16:54 go: downloading github.com/pelletier/go-toml v1.9.4 04:16:54 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:16:54 Removing intermediate container a9d30376b913 04:16:54 ---> d740054aa627 04:16:54 Step 14/14 : RUN ${MAKE} 04:16:54 ---> Running in 959fd0366afa 04:16:54 noop 04:16:54 Removing intermediate container 959fd0366afa 04:16:54 ---> 0128de3c616f 04:16:54 Successfully built 0128de3c616f 04:16:54 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.0 04:16:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:16:54 verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch 04:16:54 downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= 04:16:54 go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= 04:16:54 04:16:54 SECURITY ERROR 04:16:54 This download does NOT match an earlier download recorded in go.sum. 04:16:54 The bits may have been replaced on the origin server, or an attacker may 04:16:54 have intercepted the download attempt. 04:16:54 04:16:54 For more information, see 'go help module-auth'. 04:16:54 make: *** [Makefile:37: test] Error 1 [Pipeline] } 04:16:54 $ docker stop --time=1 80354b89b314ee0c870142884fdf94ff5c452676d20c54ea6114a7403e000734 04:16:54 + docker inspect -f . ci-base-image-x86_64 04:16:54 . 04:16:56 $ docker rm -f 80354b89b314ee0c870142884fdf94ff5c452676d20c54ea6114a7403e000734 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 04:16:56 prd-centos7-docker-4c-2g-297 does not seem to be running inside a container 04:16:56 $ 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:16:57 $ 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] } 04:16:57 + go version 04:16:57 go version go1.16.8 linux/amd64 [Pipeline] // stage [Pipeline] } 04:16:57 $ docker stop --time=1 feb8dec1790d78959e79ded704fcc4e3db05df751125b3c82301f08db9424cae 04:16:58 $ 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 04:16:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:59 04:16:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:59 + docker inspect -f . ci-base-image-x86_64 04:16:59 . [Pipeline] withDockerContainer 04:16:59 prd-centos7-docker-4c-2g-297 does not seem to be running inside a container 04:16:59 $ 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:00 $ docker top ee94dacc5280647813c61246329bf4b91d8572ce63c20cc7be368f6469a91603 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [Pipeline] sh 04:17:00 + make test 04:17:00 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:17:00 go: downloading github.com/gorilla/mux v1.8.0 04:17:00 go: downloading github.com/pelletier/go-toml v1.9.4 04:17:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:17:00 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:17:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.0 04:17:00 verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch 04:17:00 downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= 04:17:00 go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= 04:17:00 04:17:00 SECURITY ERROR 04:17:00 This download does NOT match an earlier download recorded in go.sum. 04:17:00 The bits may have been replaced on the origin server, or an attacker may 04:17:00 have intercepted the download attempt. 04:17:00 04:17:00 For more information, see 'go help module-auth'. 04:17:00 make: *** [Makefile:37: test] Error 1 [Pipeline] } 04:17:00 $ docker stop --time=1 ee94dacc5280647813c61246329bf4b91d8572ce63c20cc7be368f6469a91603 04:17:01 arm64: Pulling from edgex-lftools-log-publisher 04:17:01 448f6bf000e3: Pulling fs layer 04:17:01 f757da607395: Pulling fs layer 04:17:01 05883995daec: Pulling fs layer 04:17:01 8603b9c90790: Pulling fs layer 04:17:01 1560dd03e051: Pulling fs layer 04:17:01 27f5ce0e4adf: Pulling fs layer 04:17:01 c2d8d7efcc4b: Pulling fs layer 04:17:01 8603b9c90790: Waiting 04:17:01 27f5ce0e4adf: Waiting 04:17:01 c2d8d7efcc4b: Waiting 04:17:01 1560dd03e051: Waiting 04:17:01 f757da607395: Verifying Checksum 04:17:01 f757da607395: Download complete 04:17:01 8603b9c90790: Verifying Checksum 04:17:01 8603b9c90790: Download complete 04:17:01 1560dd03e051: Download complete 04:17:01 27f5ce0e4adf: Verifying Checksum 04:17:01 27f5ce0e4adf: Download complete 04:17:01 05883995daec: Verifying Checksum 04:17:01 05883995daec: Download complete 04:17:01 448f6bf000e3: Verifying Checksum 04:17:01 448f6bf000e3: Download complete 04:17:02 $ 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 04:17:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:03 04:17:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:17:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:03 latest: Pulling from edgex-lftools-log-publisher 04:17:03 b4d181a07f80: Pulling fs layer 04:17:03 a1111a8f2ec3: Pulling fs layer 04:17:03 ed53099fbce6: Pulling fs layer 04:17:03 dc539afda2c1: Pulling fs layer 04:17:03 77bc0d833cb6: Pulling fs layer 04:17:03 9065ff56babe: Pulling fs layer 04:17:03 d287ab97295c: Pulling fs layer 04:17:03 dc539afda2c1: Waiting 04:17:03 77bc0d833cb6: Waiting 04:17:03 9065ff56babe: Waiting 04:17:03 d287ab97295c: Waiting 04:17:03 a1111a8f2ec3: Verifying Checksum 04:17:03 a1111a8f2ec3: Download complete 04:17:03 dc539afda2c1: Verifying Checksum 04:17:03 dc539afda2c1: Download complete 04:17:03 ed53099fbce6: Verifying Checksum 04:17:03 ed53099fbce6: Download complete 04:17:04 9065ff56babe: Verifying Checksum 04:17:04 9065ff56babe: Download complete 04:17:04 77bc0d833cb6: Verifying Checksum 04:17:04 77bc0d833cb6: Download complete 04:17:04 b4d181a07f80: Verifying Checksum 04:17:04 b4d181a07f80: Download complete 04:17:04 c2d8d7efcc4b: Verifying Checksum 04:17:04 c2d8d7efcc4b: Download complete 04:17:04 d287ab97295c: Verifying Checksum 04:17:04 d287ab97295c: Download complete 04:17:05 448f6bf000e3: Pull complete 04:17:05 b4d181a07f80: Pull complete 04:17:05 a1111a8f2ec3: Pull complete 04:17:05 f757da607395: Pull complete 04:17:06 ed53099fbce6: Pull complete 04:17:06 dc539afda2c1: Pull complete 04:17:06 77bc0d833cb6: Pull complete 04:17:06 9065ff56babe: Pull complete 04:17:07 05883995daec: Pull complete 04:17:07 8603b9c90790: Pull complete 04:17:08 1560dd03e051: Pull complete 04:17:09 27f5ce0e4adf: Pull complete 04:17:11 d287ab97295c: Pull complete 04:17:11 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:17:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:17:11 prd-centos7-docker-4c-2g-297 does not seem to be running inside a container 04:17:11 $ 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:14 $ docker top a30a40cfd08fe3cd72cc9ee2ac9129ddc2b1b49f27100f61858e0486a483bd66 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:14 ---> job-cost.sh 04:17:14 lf-activate-venv: SKIPPING 04:17:14 INFO: No Stack... 04:17:15 INFO: Retrieving Pricing Info for: v3-standard-2 04:17:15 INFO: Archiving Costs [Pipeline] sh 04:17:16 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 04:17:16 + cut -d, -f6 [Pipeline] lock 04:17:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] 04:17:16 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] did not exist. Created. 04:17:16 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:17:16 + echo total: 0.05999999865889549 [Pipeline] stash 04:17:16 Stashed 1 file(s) [Pipeline] } 04:17:16 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:17:16 $ docker stop --time=1 a30a40cfd08fe3cd72cc9ee2ac9129ddc2b1b49f27100f61858e0486a483bd66 04:17:17 $ 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] } 04:17:18 Failed in branch amd64 04:17:24 c2d8d7efcc4b: Pull complete 04:17:24 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:17:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:17:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:17:24 prd-ubuntu18.04-docker-arm64-4c-16g-295 does not seem to be running inside a container 04:17:24 $ 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 04:17:27 $ docker top 101c4b089d88e340afe4918d2d42005616c69a693eb4ceabc65df3bdc137d72c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:28 ---> job-cost.sh 04:17:28 lf-activate-venv: SKIPPING 04:17:28 INFO: No Stack... 04:17:30 INFO: Retrieving Pricing Info for: v3-standard-4 04:17:30 INFO: Archiving Costs [Pipeline] sh 04:17:31 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 04:17:31 + cut -d, -f6 [Pipeline] lock 04:17:31 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] 04:17:31 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] did not exist. Created. 04:17:31 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:17:32 /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 04:17:33 + echo total: 0.10999999940395355 [Pipeline] stash 04:17:33 Warning: overwriting stash ‘stack-cost’ 04:17:33 Stashed 1 file(s) [Pipeline] } 04:17:33 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-479-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:17:33 $ docker stop --time=1 101c4b089d88e340afe4918d2d42005616c69a693eb4ceabc65df3bdc137d72c 04:17:35 $ 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] } 04:17:36 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:17:38 + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-479/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:17:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:17:39 ---> package-listing.sh 04:17:39 ++ facter osfamily 04:17:39 ++ tr '[:upper:]' '[:lower:]' 04:17:39 + OS_FAMILY=redhat 04:17:39 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-479 04:17:39 + START_PACKAGES=/tmp/packages_start.txt 04:17:39 + END_PACKAGES=/tmp/packages_end.txt 04:17:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:17:39 + PACKAGES=/tmp/packages_start.txt 04:17:39 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-479 ']' 04:17:39 + PACKAGES=/tmp/packages_end.txt 04:17:39 + case "${OS_FAMILY}" in 04:17:39 + rpm -qa 04:17:39 + sort 04:17:40 + '[' -f /tmp/packages_start.txt ']' 04:17:40 + '[' -f /tmp/packages_end.txt ']' 04:17:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:17:40 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-479 ']' 04:17:40 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-479/archives/ 04:17:40 + 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 04:17:40 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 04:17:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:17:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:41 04:17:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:17:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:41 latest: Pulling from edgex-lftools-log-publisher 04:17:41 b4d181a07f80: Pulling fs layer 04:17:41 a1111a8f2ec3: Pulling fs layer 04:17:41 ed53099fbce6: Pulling fs layer 04:17:41 dc539afda2c1: Pulling fs layer 04:17:41 77bc0d833cb6: Pulling fs layer 04:17:41 9065ff56babe: Pulling fs layer 04:17:41 d287ab97295c: Pulling fs layer 04:17:41 dc539afda2c1: Waiting 04:17:41 77bc0d833cb6: Waiting 04:17:41 9065ff56babe: Waiting 04:17:41 d287ab97295c: Waiting 04:17:41 a1111a8f2ec3: Verifying Checksum 04:17:41 a1111a8f2ec3: Download complete 04:17:41 dc539afda2c1: Verifying Checksum 04:17:41 dc539afda2c1: Download complete 04:17:41 ed53099fbce6: Verifying Checksum 04:17:41 ed53099fbce6: Download complete 04:17:41 77bc0d833cb6: Verifying Checksum 04:17:41 77bc0d833cb6: Download complete 04:17:41 9065ff56babe: Verifying Checksum 04:17:41 9065ff56babe: Download complete 04:17:41 b4d181a07f80: Verifying Checksum 04:17:41 b4d181a07f80: Download complete 04:17:42 d287ab97295c: Verifying Checksum 04:17:42 d287ab97295c: Download complete 04:17:43 b4d181a07f80: Pull complete 04:17:43 a1111a8f2ec3: Pull complete 04:17:44 ed53099fbce6: Pull complete 04:17:44 dc539afda2c1: Pull complete 04:17:44 77bc0d833cb6: Pull complete 04:17:44 9065ff56babe: Pull complete 04:17:49 d287ab97295c: Pull complete 04:17:49 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:17:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:17:49 prd-centos7-docker-4c-2g-293 does not seem to be running inside a container 04:17:49 $ 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 04:17:52 $ docker top 50afd6d5e51d908f0358c8294cf6ae17ac07de1ece695725cb67db587dc9db07 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:52 + touch /tmp/pre-build-complete [Pipeline] sh 04:17:53 + mkdir -p /var/log/sysstat [Pipeline] sh 04:17:53 + ls /var/log/sa-host 04:17:53 + sadf -c /var/log/sa-host/sa12 04:17:53 file_magic: OK 04:17:53 HZ: Using current value: 100 04:17:53 file_header: OK 04:17:53 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:17:53 Statistics: 04:17:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:17:53 File successfully converted to sysstat format version 12.0.3 04:17:53 + sadf -c /var/log/sa-host/sa30 04:17:53 file_magic: OK 04:17:53 HZ: Using current value: 100 04:17:53 file_header: OK 04:17:53 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:17:53 Statistics: 04:17:53 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:17:53 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:53 provisioning config files... 04:17:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-479@tmp/config1666073702234274427tmp [Pipeline] { [Pipeline] echo 04:17:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:17:54 ---> create-netrc.sh [Pipeline] } 04:17:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:17:54 ---> python-tools-install.sh [Pipeline] echo 04:17:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:17:55 ---> sudo-logs.sh 04:17:55 Archiving 'sudo' log.. 04:17:55 sudo: unable to resolve host prd-centos7-docker-4c-2g-293.novalocal: Name or service not known 04:17:55 sudo: unable to resolve host prd-centos7-docker-4c-2g-293.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:17:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:17:55 ---> job-cost.sh 04:17:55 lf-activate-venv: SKIPPING 04:17:55 DEBUG: total: 0.10999999940395355 04:17:55 INFO: Retrieving Stack Cost... 04:17:55 INFO: Retrieving Pricing Info for: v3-standard-2 04:17:56 INFO: Archiving Costs [Pipeline] echo 04:17:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:17:56 ---> logs-deploy.sh 04:17:56 lf-activate-venv: SKIPPING 04:17:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-479/1 04:17:56 INFO: archiving workspace using pattern(s): 04:17:57 Archives upload complete. 04:17:57 INFO: archiving logs to Nexus 04:17:57 ---> uname -a: 04:17:57 Linux prd-centos7-docker-4c-2g-293.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 04:17:57 04:17:57 04:17:57 ---> lscpu: 04:17:57 Architecture: x86_64 04:17:57 CPU op-mode(s): 32-bit, 64-bit 04:17:57 Byte Order: Little Endian 04:17:57 Address sizes: 40 bits physical, 48 bits virtual 04:17:57 CPU(s): 2 04:17:57 On-line CPU(s) list: 0,1 04:17:57 Thread(s) per core: 1 04:17:57 Core(s) per socket: 1 04:17:57 Socket(s): 2 04:17:57 NUMA node(s): 1 04:17:57 Vendor ID: AuthenticAMD 04:17:57 CPU family: 23 04:17:57 Model: 49 04:17:57 Model name: AMD EPYC-Rome Processor 04:17:57 Stepping: 0 04:17:57 CPU MHz: 2799.998 04:17:57 BogoMIPS: 5599.99 04:17:57 Virtualization: AMD-V 04:17:57 Hypervisor vendor: KVM 04:17:57 Virtualization type: full 04:17:57 L1d cache: 32K 04:17:57 L1i cache: 32K 04:17:57 L2 cache: 512K 04:17:57 L3 cache: 16384K 04:17:57 NUMA node0 CPU(s): 0,1 04:17:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 04:17:57 04:17:57 04:17:57 ---> nproc: 04:17:57 2 04:17:57 04:17:57 04:17:57 ---> df -h: 04:17:57 Filesystem Size Used Avail Use% Mounted on 04:17:57 overlay 40G 7.7G 33G 20% / 04:17:57 tmpfs 64M 0 64M 0% /dev 04:17:57 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 04:17:57 shm 64M 0 64M 0% /dev/shm 04:17:57 /dev/vda1 40G 7.7G 33G 20% /facter-os 04:17:57 04:17:57 04:17:57 ---> sar -b -r -n DEV: 04:17:57 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/12/21 _x86_64_ (2 CPU) 04:17:57 04:17:57 04:12:25 LINUX RESTART (2 CPU) 04:17:57 04:17:57 04:13:01 tps rtps wtps bread/s bwrtn/s 04:17:57 04:14:01 18.95 3.16 15.79 2314.20 3141.22 04:17:57 04:15:01 0.65 0.00 0.65 0.00 11.36 04:17:57 04:16:01 0.18 0.00 0.18 0.00 1.90 04:17:57 04:17:01 0.23 0.00 0.23 0.00 3.20 04:17:57 Average: 5.01 0.79 4.21 578.67 789.58 04:17:57 04:17:57 04:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:17:57 04:14:01 5638648 0 633016 7.90 2620 1734656 1525424 16.84 597856 1534928 20 04:17:57 04:15:01 5650628 0 621032 7.75 2620 1734660 1422800 15.71 587148 1535536 8 04:17:57 04:16:01 5648312 0 623348 7.78 2620 1734660 1423124 15.71 589744 1535536 8 04:17:57 04:17:01 5646712 0 624940 7.80 2620 1734668 1423136 15.71 590252 1536344 8 04:17:57 Average: 5646075 0 625584 7.81 2620 1734661 1448621 15.99 591250 1535586 11 04:17:57 04:17:57 04:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:17:57 04:14:01 eth0 109.03 120.25 565.63 21.41 0.00 0.00 0.00 0.00 04:17:57 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:57 04:14:01 docker0 79.68 49.69 6.70 241.37 0.00 0.00 0.00 0.00 04:17:57 04:15:01 eth0 1.07 0.08 0.10 0.02 0.00 0.00 0.00 0.00 04:17:57 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:57 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:57 04:16:01 eth0 5.18 2.15 3.63 0.50 0.00 0.00 0.00 0.00 04:17:57 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:57 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:57 04:17:01 eth0 2.17 0.63 0.66 0.40 0.00 0.00 0.00 0.00 04:17:57 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:57 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:57 Average: eth0 29.36 30.78 142.54 5.58 0.00 0.00 0.00 0.00 04:17:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:57 Average: docker0 19.93 12.43 1.67 60.36 0.00 0.00 0.00 0.00 04:17:57 04:17:57 04:17:57 ---> sar -P ALL: 04:17:57 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/12/21 _x86_64_ (2 CPU) 04:17:57 04:17:57 04:12:25 LINUX RESTART (2 CPU) 04:17:57 04:17:57 04:13:01 CPU %user %nice %system %iowait %steal %idle 04:17:57 04:14:01 all 4.09 0.00 1.51 0.30 0.03 94.07 04:17:57 04:14:01 0 4.20 0.00 1.64 0.57 0.03 93.55 04:17:57 04:14:01 1 3.98 0.00 1.38 0.02 0.03 94.59 04:17:57 04:15:01 all 0.19 0.00 0.05 0.00 0.03 99.73 04:17:57 04:15:01 0 0.37 0.00 0.07 0.00 0.03 99.53 04:17:57 04:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 04:17:57 04:16:01 all 0.21 0.00 0.07 0.00 0.02 99.71 04:17:57 04:16:01 0 0.35 0.00 0.08 0.00 0.02 99.55 04:17:57 04:16:01 1 0.07 0.00 0.05 0.00 0.02 99.87 04:17:57 04:17:01 all 0.27 0.00 0.05 0.00 0.02 99.67 04:17:57 04:17:01 0 0.48 0.00 0.08 0.00 0.03 99.40 04:17:57 04:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 04:17:57 Average: all 1.18 0.00 0.42 0.07 0.02 98.30 04:17:57 Average: 0 1.34 0.00 0.47 0.14 0.03 98.02 04:17:57 Average: 1 1.02 0.00 0.37 0.00 0.02 98.59 04:17:57 04:17:57 04:17:57