Pull request #524 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f1179211e0a40d08caeac8325bdf320be5ff304c+0b85a2dc129beb3e133fd854edb6b53abe9b033a (48feb25201996be85e9bc6fbf798a67662730abf) 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-ssh2774822598749691875.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh1285914813773100418.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-524/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6434844441601036097.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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 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-ssh18355443323189326720.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-524/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh205551563707554650.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.17 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 on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-44847 in /w/workspace/edgexfoundry_edgex-ui-go_PR-524 [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-524 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 0b85a2dc129beb3e133fd854edb6b53abe9b033a into PR head commit f1179211e0a40d08caeac8325bdf320be5ff304c Merge succeeded, producing f1179211e0a40d08caeac8325bdf320be5ff304c Checking out Revision f1179211e0a40d08caeac8325bdf320be5ff304c (PR-524) > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/524/head:refs/remotes/origin/PR-524 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1179211e0a40d08caeac8325bdf320be5ff304c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0b85a2dc129beb3e133fd854edb6b53abe9b033a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1179211e0a40d08caeac8325bdf320be5ff304c # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:29:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # timeout=10 [Pipeline] withCredentials 06:29:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:29:03 ========================================================= 06:29:03 EdgeX Global Pipelines Version Info 06:29:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:29:04 ------------------- 06:29:04 stable info: 06:29:04 ------------------- 06:29:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:29:04 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 06:29:04 Message: update stable to v1.0.227 06:29:04 ------------------- 06:29:04 experimental info: 06:29:04 ------------------- 06:29:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:29:04 Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c 06:29:04 Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:29:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-524 [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-524 [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-524 [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f117921 [Pipeline] echo 06:29:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:29:05 provisioning config files... 06:29:05 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config601572489056971546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:29:05 ---> docker-login.sh 06:29:05 nexus3.edgexfoundry.org:10001 06:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:05 Configure a credential helper to remove this warning. See 06:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:05 06:29:05 Login Succeeded 06:29:05 nexus3.edgexfoundry.org:10002 06:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:06 Configure a credential helper to remove this warning. See 06:29:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:06 06:29:06 Login Succeeded 06:29:06 nexus3.edgexfoundry.org:10003 06:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:06 Configure a credential helper to remove this warning. See 06:29:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:06 06:29:06 Login Succeeded 06:29:06 nexus3.edgexfoundry.org:10004 06:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:06 Configure a credential helper to remove this warning. See 06:29:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:06 06:29:06 Login Succeeded 06:29:06 docker.io 06:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:07 Configure a credential helper to remove this warning. See 06:29:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:07 06:29:07 Login Succeeded 06:29:07 ---> docker-login.sh ends [Pipeline] } 06:29:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:29:07 + git rev-list -1 --merges f1179211e0a40d08caeac8325bdf320be5ff304c~1..f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] echo 06:29:07 -----------> git rev-list -1 --merges f1179211e0a40d08caeac8325bdf320be5ff304c~1..f1179211e0a40d08caeac8325bdf320be5ff304c f1179211e0a40d08caeac8325bdf320be5ff304c [false] [Pipeline] sh 06:29:07 + git log --format=format:%s -1 f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] echo 06:29:07 ========================================================= 06:29:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:29:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:29:08 + git log --format=format:%s -1 f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] echo 06:29:08 [semverPrep] GIT_COMMIT: f1179211e0a40d08caeac8325bdf320be5ff304c, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 06:29:08 [semverPrep] This is not a build commit. [Pipeline] sh 06:29:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:29:08 + grep -v github /etc/ssh/ssh_known_hosts 06:29:08 + [ -e /tmp/ssh_known_hosts ] 06:29:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:29:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:29:08 + sudo tee -a /etc/ssh/ssh_known_hosts 06:29:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 06:29:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:29:09 06:29:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:29:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:29:09 latest: Pulling from edgex-devops/py-git-semver 06:29:09 1fe172e4850f: Pulling fs layer 06:29:09 caf521ccaac6: Pulling fs layer 06:29:09 3ead6fa29328: Pulling fs layer 06:29:09 5c2a1cbceb83: Pulling fs layer 06:29:09 a8d5f1318db7: Pulling fs layer 06:29:09 c427282e49a2: Pulling fs layer 06:29:09 1827001aaf11: Pulling fs layer 06:29:09 0714d37db230: Pulling fs layer 06:29:09 ac28cf19c067: Pulling fs layer 06:29:09 ca983d60f3e2: Pulling fs layer 06:29:09 9f894cec8388: Pulling fs layer 06:29:09 0714d37db230: Waiting 06:29:09 ac28cf19c067: Waiting 06:29:09 ca983d60f3e2: Waiting 06:29:09 9f894cec8388: Waiting 06:29:09 5c2a1cbceb83: Waiting 06:29:09 a8d5f1318db7: Waiting 06:29:09 1827001aaf11: Waiting 06:29:09 c427282e49a2: Waiting 06:29:09 caf521ccaac6: Verifying Checksum 06:29:09 caf521ccaac6: Download complete 06:29:09 5c2a1cbceb83: Verifying Checksum 06:29:09 5c2a1cbceb83: Download complete 06:29:09 a8d5f1318db7: Verifying Checksum 06:29:09 a8d5f1318db7: Download complete 06:29:09 c427282e49a2: Verifying Checksum 06:29:09 3ead6fa29328: Verifying Checksum 06:29:09 3ead6fa29328: Download complete 06:29:09 0714d37db230: Verifying Checksum 06:29:09 0714d37db230: Download complete 06:29:09 1827001aaf11: Verifying Checksum 06:29:09 1827001aaf11: Download complete 06:29:09 ca983d60f3e2: Verifying Checksum 06:29:09 ca983d60f3e2: Download complete 06:29:09 9f894cec8388: Download complete 06:29:09 ac28cf19c067: Download complete 06:29:09 1fe172e4850f: Verifying Checksum 06:29:09 1fe172e4850f: Download complete 06:29:11 1fe172e4850f: Pull complete 06:29:11 caf521ccaac6: Pull complete 06:29:12 3ead6fa29328: Pull complete 06:29:12 5c2a1cbceb83: Pull complete 06:29:12 a8d5f1318db7: Pull complete 06:29:12 c427282e49a2: Pull complete 06:29:14 1827001aaf11: Pull complete 06:29:14 0714d37db230: Pull complete 06:29:14 ac28cf19c067: Pull complete 06:29:14 ca983d60f3e2: Pull complete 06:29:14 9f894cec8388: Pull complete 06:29:14 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 06:29:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:29:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 06:29:14 prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container 06:29:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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-devops/py-git-semver:latest cat 06:29:16 $ docker top 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f -eo pid,comm 06:29:16 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:29:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:29:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:16 [ssh-agent] Looking for ssh-agent implementation... 06:29:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:16 $ docker exec 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f ssh-agent 06:29:16 SSH_AUTH_SOCK=/tmp/ssh-vtHnG46cse91/agent.33 06:29:16 SSH_AGENT_PID=40 06:29:16 Running ssh-add (command line suppressed) 06:29:17 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_7706717380857312783.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_7706717380857312783.key) 06:29:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:17 + git tag --points-at HEAD [Pipeline] } 06:29:17 $ docker exec --env ******** --env ******** 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f ssh-agent -k 06:29:17 unset SSH_AUTH_SOCK; 06:29:17 unset SSH_AGENT_PID; 06:29:17 echo Agent pid 40 killed; 06:29:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:29:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:17 [ssh-agent] Looking for ssh-agent implementation... 06:29:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:17 $ docker exec 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f ssh-agent 06:29:17 SSH_AUTH_SOCK=/tmp/ssh-KcPuJzPZWtP4/agent.72 06:29:17 SSH_AGENT_PID=79 06:29:17 Running ssh-add (command line suppressed) 06:29:17 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_4571038106971904912.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_4571038106971904912.key) 06:29:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:18 + git semver init 06:29:18 2022-05-10 06:29:18,451 [run_init] DEBUG init version:0.0.0 force:False 06:29:18 2022-05-10 06:29:18,452 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver 06:29:18 2022-05-10 06:29:18,453 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver 06:29:18 2022-05-10 06:29:18,453 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524, universal_newlines=False, shell=None, istream=None) 06:29:19 2022-05-10 06:29:19,835 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.git/info/exclude 06:29:19 2022-05-10 06:29:19,836 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 with force:False 06:29:19 2022-05-10 06:29:19,836 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 06:29:19 2022-05-10 06:29:19,841 [execute] INFO git cat-file --batch-check 06:29:19 2022-05-10 06:29:19,841 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver, universal_newlines=False, shell=None, istream=) 06:29:20 2022-05-10 06:29:19,847 [execute] INFO git cat-file --batch 06:29:20 2022-05-10 06:29:19,847 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver, universal_newlines=False, shell=None, istream=) 06:29:20 2022-05-10 06:29:19,853 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 06:29:20 0.0.0 [Pipeline] } 06:29:20 $ docker exec --env ******** --env ******** 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f ssh-agent -k 06:29:20 unset SSH_AUTH_SOCK; 06:29:20 unset SSH_AGENT_PID; 06:29:20 echo Agent pid 79 killed; 06:29:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:29:20 + git semver [Pipeline] } 06:29:20 $ docker stop --time=1 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f 06:29:22 $ docker rm -f 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f [Pipeline] // withDockerContainer [Pipeline] sh 06:29:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:29:22 Stashed 1 file(s) [Pipeline] echo 06:29:22 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:29:22 provisioning config files... 06:29:22 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config1550637940281142214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:29:23 ---> docker-login.sh 06:29:23 nexus3.edgexfoundry.org:10001 06:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:23 Configure a credential helper to remove this warning. See 06:29:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:23 06:29:23 Login Succeeded 06:29:23 nexus3.edgexfoundry.org:10002 06:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:23 Configure a credential helper to remove this warning. See 06:29:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:23 06:29:23 Login Succeeded 06:29:23 nexus3.edgexfoundry.org:10003 06:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:23 Configure a credential helper to remove this warning. See 06:29:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:23 06:29:23 Login Succeeded 06:29:23 nexus3.edgexfoundry.org:10004 06:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:23 Configure a credential helper to remove this warning. See 06:29:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:23 06:29:23 Login Succeeded 06:29:23 docker.io 06:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:29:24 Configure a credential helper to remove this warning. See 06:29:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:29:24 06:29:24 Login Succeeded 06:29:24 ---> docker-login.sh ends [Pipeline] } 06:29:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:29:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:29:24 ========================================================= 06:29:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 06:29:24 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 06:29:24 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 06:29:24 Sending build context to Docker daemon 43.14MB 06:29:24 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 06:29:24 Step 2/15 : FROM ${BASE} AS builder 06:29:24 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 06:29:24 59bf1c3509f3: Pulling fs layer 06:29:24 666ba61612fd: Pulling fs layer 06:29:24 8ed8ca486205: Pulling fs layer 06:29:24 4fe6c5a15a65: Pulling fs layer 06:29:24 22a0e8bec74d: Pulling fs layer 06:29:24 ca2b28591e48: Pulling fs layer 06:29:24 a51346096db8: Pulling fs layer 06:29:24 daebc70d1ce1: Pulling fs layer 06:29:24 0e18a0eac166: Pulling fs layer 06:29:24 22a0e8bec74d: Waiting 06:29:24 4fe6c5a15a65: Waiting 06:29:24 ca2b28591e48: Waiting 06:29:24 daebc70d1ce1: Waiting 06:29:24 a51346096db8: Waiting 06:29:24 0e18a0eac166: Waiting 06:29:24 8ed8ca486205: Verifying Checksum 06:29:24 8ed8ca486205: Download complete 06:29:24 666ba61612fd: Verifying Checksum 06:29:24 666ba61612fd: Download complete 06:29:24 22a0e8bec74d: Verifying Checksum 06:29:24 22a0e8bec74d: Download complete 06:29:24 ca2b28591e48: Download complete 06:29:24 a51346096db8: Download complete 06:29:24 59bf1c3509f3: Verifying Checksum 06:29:24 daebc70d1ce1: Verifying Checksum 06:29:24 daebc70d1ce1: Download complete 06:29:24 59bf1c3509f3: Pull complete 06:29:25 666ba61612fd: Pull complete 06:29:25 8ed8ca486205: Pull complete 06:29:25 0e18a0eac166: Verifying Checksum 06:29:25 0e18a0eac166: Download complete 06:29:25 4fe6c5a15a65: Verifying Checksum 06:29:25 4fe6c5a15a65: Download complete 06:29:30 4fe6c5a15a65: Pull complete 06:29:30 22a0e8bec74d: Pull complete 06:29:30 ca2b28591e48: Pull complete 06:29:30 a51346096db8: Pull complete 06:29:30 daebc70d1ce1: Pull complete 06:29:32 0e18a0eac166: Pull complete 06:29:32 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 06:29:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 06:29:32 ---> f018257e8ee9 06:29:32 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:29:34 ---> Running in 7bee865ed87e 06:29:34 Removing intermediate container 7bee865ed87e 06:29:34 ---> d95766eae363 06:29:34 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 06:29:34 ---> Running in 9ddd0323570f 06:29:34 Removing intermediate container 9ddd0323570f 06:29:34 ---> de3570153f8f 06:29:34 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 06:29:34 ---> Running in d4c25b3b9bc3 06:29:34 Removing intermediate container d4c25b3b9bc3 06:29:34 ---> 5e7662aee1ca 06:29:34 Step 6/15 : LABEL Name=edgex-ui-go 06:29:34 ---> Running in 441ba9ea3c64 06:29:34 Removing intermediate container 441ba9ea3c64 06:29:34 ---> 21411548d2ea 06:29:34 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:29:34 ---> Running in 94fdb9adbe14 06:29:35 Removing intermediate container 94fdb9adbe14 06:29:35 ---> e4039afa70e3 06:29:35 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:35 ---> Running in 9446b1222f56 06:29:35 Removing intermediate container 9446b1222f56 06:29:35 ---> 320aa12ca786 06:29:35 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:29:35 ---> Running in 58f881458b10 06:29:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:29:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:29:37 OK: 221 MiB in 52 packages 06:29:37 Removing intermediate container 58f881458b10 06:29:37 ---> a7931e5151fa 06:29:37 Step 10/15 : ENV GO111MODULE=on 06:29:37 ---> Running in e5fa65c584ba 06:29:37 Removing intermediate container e5fa65c584ba 06:29:37 ---> ba4190d920e3 06:29:37 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:29:37 ---> Running in 57ac7b78f4ac 06:29:37 Removing intermediate container 57ac7b78f4ac 06:29:37 ---> ceb18d64e4fe 06:29:37 Step 12/15 : COPY go.mod vendor* ./ 06:29:37 Still waiting to schedule task 06:29:37 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:29:37 ---> ea9099940790 06:29:37 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:37 ---> Running in 14ffc56e4a57 06:29:48 Removing intermediate container 14ffc56e4a57 06:29:48 ---> a9695fdcc474 06:29:48 Step 14/15 : COPY . . 06:29:48 ---> abe69063b4aa 06:29:48 Step 15/15 : RUN ${MAKE} 06:29:48 ---> Running in 66bd93274101 06:29:48 noop 06:29:48 Removing intermediate container 66bd93274101 06:29:48 ---> 5757b64d2f18 06:29:48 Successfully built 5757b64d2f18 06:29:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:29:48 + docker inspect -f . ci-base-image-x86_64 06:29:48 . [Pipeline] withDockerContainer 06:29:48 prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container 06:29:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:29:49 $ docker top 56fbf8688e0090f0a7505110502012fc114b9a4f1e546e821f91dad827a35c6c -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:49 + go version 06:29:49 go version go1.17.6 linux/amd64 [Pipeline] } 06:29:49 $ docker stop --time=1 56fbf8688e0090f0a7505110502012fc114b9a4f1e546e821f91dad827a35c6c 06:29:50 $ docker rm -f 56fbf8688e0090f0a7505110502012fc114b9a4f1e546e821f91dad827a35c6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:29:51 + docker inspect -f . ci-base-image-x86_64 06:29:51 . [Pipeline] withDockerContainer 06:29:51 prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container 06:29:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:29:51 $ docker top 02e5419541b4d6c3213dabaad43b9b83a99251bc89ea68fa8ccf0302045d6d9d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:29:52 + make test 06:29:52 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:29:52 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:29:57 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 06:29:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:30:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:30:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 06:30:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:30:01 $ docker stop --time=1 02e5419541b4d6c3213dabaad43b9b83a99251bc89ea68fa8ccf0302045d6d9d 06:30:02 $ docker rm -f 02e5419541b4d6c3213dabaad43b9b83a99251bc89ea68fa8ccf0302045d6d9d [Pipeline] // withDockerContainer [Pipeline] sh 06:30:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:30:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:30:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:30:04 + ls -al . 06:30:04 total 160 06:30:04 drwxrwxr-x 14 jenkins jenkins 4096 May 10 06:29 . 06:30:04 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 .. 06:30:04 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:29 .git 06:30:04 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 .github 06:30:04 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:28 .gitignore 06:30:04 drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:29 .semver 06:30:04 -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:28 Attribution.txt 06:30:04 -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:28 CHANGELOG.md 06:30:04 -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:28 CONTRIBUTING.md 06:30:04 -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:28 Dockerfile 06:30:04 -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:28 Jenkinsfile 06:30:04 -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:28 LICENSE 06:30:04 -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:28 Makefile 06:30:04 -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:28 README.md 06:30:04 -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:29 VERSION 06:30:04 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 assets 06:30:04 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:28 bin 06:30:04 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 cmd 06:30:04 -rw-r--r-- 1 jenkins jenkins 10 May 10 06:29 coverage.out 06:30:04 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:28 docs 06:30:04 -rw-rw-r-- 1 jenkins jenkins 1945 May 10 06:28 go.mod 06:30:04 -rw-rw-r-- 1 jenkins jenkins 25933 May 10 06:28 go.sum 06:30:04 drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:28 internal 06:30:04 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 pkg 06:30:04 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 snap 06:30:04 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 testing 06:30:04 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:28 version.go 06:30:04 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 web [Pipeline] isUnix [Pipeline] sh 06:30:04 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=f1179211e0a40d08caeac8325bdf320be5ff304c --label arch=amd64 --label version=0.0.0 . 06:30:04 Sending build context to Docker daemon 43.14MB 06:30:04 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 06:30:04 Step 2/23 : FROM ${BASE} AS builder 06:30:04 ---> 5757b64d2f18 06:30:04 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:30:04 ---> Running in 42233c0b1258 06:30:05 Removing intermediate container 42233c0b1258 06:30:05 ---> 394729d7f50b 06:30:05 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 06:30:05 ---> Running in 6592f782de28 06:30:05 Removing intermediate container 6592f782de28 06:30:05 ---> 22242fee0753 06:30:05 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 06:30:05 ---> Running in 3a01eddc8c58 06:30:05 Removing intermediate container 3a01eddc8c58 06:30:05 ---> c6f195891e1f 06:30:05 Step 6/23 : LABEL Name=edgex-ui-go 06:30:05 ---> Running in 5e8ae54495d7 06:30:05 Removing intermediate container 5e8ae54495d7 06:30:05 ---> 381fa4637938 06:30:05 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:30:05 ---> Running in 710308cfd836 06:30:05 Removing intermediate container 710308cfd836 06:30:05 ---> 3a68479f0668 06:30:05 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:05 ---> Running in 83daa86e395e 06:30:06 Removing intermediate container 83daa86e395e 06:30:06 ---> b9f51ed8104f 06:30:06 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:30:06 ---> Running in 6e9de841cfdc 06:30:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:30:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:30:07 OK: 221 MiB in 52 packages 06:30:08 Removing intermediate container 6e9de841cfdc 06:30:08 ---> 06c451f66bb7 06:30:08 Step 10/23 : ENV GO111MODULE=on 06:30:08 ---> Running in 03d3ad232675 06:30:08 Removing intermediate container 03d3ad232675 06:30:08 ---> f1603e5dc4e5 06:30:08 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:30:08 ---> Running in f2ba94ec50a8 06:30:08 Removing intermediate container f2ba94ec50a8 06:30:08 ---> 8b895a02ede0 06:30:08 Step 12/23 : COPY go.mod vendor* ./ 06:30:09 ---> 0a94b823ea04 06:30:09 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:30:09 ---> Running in d64c773683c5 06:30:10 Removing intermediate container d64c773683c5 06:30:10 ---> 6e7df738514d 06:30:10 Step 14/23 : COPY . . 06:30:10 ---> 56e2262234bb 06:30:10 Step 15/23 : RUN ${MAKE} 06:30:11 ---> Running in 1010bbb68c61 06:30:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:30:16 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:30:19 Removing intermediate container 1010bbb68c61 06:30:19 ---> e7fa6f533c93 06:30:19 Step 16/23 : FROM alpine:3.14 06:30:19 3.14: Pulling from library/alpine 06:30:19 8663204ce13b: Pulling fs layer 06:30:19 8663204ce13b: Download complete 06:30:19 8663204ce13b: Pull complete 06:30:19 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:30:19 Status: Downloaded newer image for alpine:3.14 06:30:19 ---> e04c818066af 06:30:19 Step 17/23 : EXPOSE 4000 06:30:20 ---> Running in 9f4640c47974 06:30:20 Removing intermediate container 9f4640c47974 06:30:20 ---> 554efddbd9d4 06:30:20 Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:30:20 ---> 104d5b10c30e 06:30:20 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:30:20 ---> Running in 37ca7a4b4edb 06:30:20 Removing intermediate container 37ca7a4b4edb 06:30:20 ---> 2a00caf52ea2 06:30:20 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:30:20 ---> Running in fe832eb80260 06:30:20 Removing intermediate container fe832eb80260 06:30:20 ---> a786c490b8d7 06:30:20 Step 21/23 : LABEL arch=amd64 06:30:20 ---> Running in 3e83fd08a4d3 06:30:21 Removing intermediate container 3e83fd08a4d3 06:30:21 ---> e1072d0270dc 06:30:21 Step 22/23 : LABEL git_sha=f1179211e0a40d08caeac8325bdf320be5ff304c 06:30:21 ---> Running in 9a03684d9195 06:30:21 Removing intermediate container 9a03684d9195 06:30:21 ---> d683c1bbe2cc 06:30:21 Step 23/23 : LABEL version=0.0.0 06:30:21 ---> Running in 7f04f4ece2f1 06:30:21 Removing intermediate container 7f04f4ece2f1 06:30:21 ---> 7c9661c253ea 06:30:21 [Warning] One or more build-args [ARCH] were not consumed 06:30:21 Successfully built 7c9661c253ea 06:30:21 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:30:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:30:21 06:30:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 06:30:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:30:22 latest: Pulling from edgex-lftools-log-publisher 06:30:22 5eb5b503b376: Pulling fs layer 06:30:22 5c69ac0246d0: Pulling fs layer 06:30:22 ec43610c2a17: Pulling fs layer 06:30:22 3a2ae6a8a46f: Pulling fs layer 06:30:22 33b1e0a273af: Pulling fs layer 06:30:22 5d3b04190fa2: Pulling fs layer 06:30:22 2f39f015ded8: Pulling fs layer 06:30:22 3a2ae6a8a46f: Waiting 06:30:22 33b1e0a273af: Waiting 06:30:22 5d3b04190fa2: Waiting 06:30:22 2f39f015ded8: Waiting 06:30:22 5c69ac0246d0: Verifying Checksum 06:30:22 5c69ac0246d0: Download complete 06:30:22 3a2ae6a8a46f: Download complete 06:30:22 33b1e0a273af: Verifying Checksum 06:30:22 ec43610c2a17: Verifying Checksum 06:30:22 ec43610c2a17: Download complete 06:30:22 5d3b04190fa2: Download complete 06:30:22 5eb5b503b376: Verifying Checksum 06:30:22 5eb5b503b376: Download complete 06:30:23 2f39f015ded8: Download complete 06:30:23 5eb5b503b376: Pull complete 06:30:23 5c69ac0246d0: Pull complete 06:30:24 ec43610c2a17: Pull complete 06:30:24 3a2ae6a8a46f: Pull complete 06:30:24 33b1e0a273af: Pull complete 06:30:24 5d3b04190fa2: Pull complete 06:30:30 2f39f015ded8: Pull complete 06:30:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:30:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:30:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 06:30:30 prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container 06:30:30 $ 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/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:30:32 $ docker top 8fad18203dc90f78aba3e4fbd14fd36edcc97746169290755c4e24b5025167c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:30:32 ---> job-cost.sh 06:30:32 lf-activate-venv: SKIPPING 06:30:32 INFO: No Stack... 06:30:33 INFO: Retrieving Pricing Info for: v3-standard-8 06:30:33 INFO: Archiving Costs [Pipeline] sh 06:30:33 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/cost.csv 06:30:33 + cut -d, -f6 [Pipeline] lock 06:30:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] 06:30:33 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] did not exist. Created. 06:30:33 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:30:33 + echo total: 0.2199999988079071 [Pipeline] stash 06:30:33 Stashed 1 file(s) [Pipeline] } 06:30:34 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [Pipeline] // lock [Pipeline] } 06:30:34 $ docker stop --time=1 8fad18203dc90f78aba3e4fbd14fd36edcc97746169290755c4e24b5025167c6 06:30:35 $ docker rm -f 8fad18203dc90f78aba3e4fbd14fd36edcc97746169290755c4e24b5025167c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:32:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-44852 in /w/workspace/edgexfoundry_edgex-ui-go_PR-524 [Pipeline] { [Pipeline] ws 06:32:20 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 06:32:20 The recommended git tool is: git 06:32:28 using credential edgex-jenkins-ssh 06:32:28 Cloning the remote Git repository 06:32:28 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:32:28 > git init /w/workspace/edgex-ui-go/2 # timeout=10 06:32:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:32:29 > git --version # timeout=10 06:32:29 > git --version # 'git version 2.25.1' 06:32:29 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:32:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:32:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:32:32 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/524/head:refs/remotes/origin/PR-524 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:32:32 Merging remotes/origin/main commit 0b85a2dc129beb3e133fd854edb6b53abe9b033a into PR head commit f1179211e0a40d08caeac8325bdf320be5ff304c 06:32:33 Merge succeeded, producing f1179211e0a40d08caeac8325bdf320be5ff304c 06:32:33 Checking out Revision f1179211e0a40d08caeac8325bdf320be5ff304c (PR-524) 06:32:32 > git config core.sparsecheckout # timeout=10 06:32:32 > git checkout -f f1179211e0a40d08caeac8325bdf320be5ff304c # timeout=10 06:32:33 > git remote # timeout=10 06:32:33 > git config --get remote.origin.url # timeout=10 06:32:33 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:33 > git merge 0b85a2dc129beb3e133fd854edb6b53abe9b033a # timeout=10 06:32:33 > git rev-parse HEAD^{commit} # timeout=10 06:32:33 > git config core.sparsecheckout # timeout=10 06:32:33 > git checkout -f f1179211e0a40d08caeac8325bdf320be5ff304c # timeout=10 06:32:37 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:32:38 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:32:38 % Total % Received % Xferd Average Speed Time Time Time Current 06:32:38 Dload Upload Total Spent Left Speed 06:32:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 206k 0 --:--:-- --:--:-- --:--:-- 210k [Pipeline] sh 06:32:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:32:39 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:32:39 + sudo tee /etc/docker/daemon.new 06:32:39 { 06:32:39 "registry-mirrors": [ 06:32:39 "https://nexus3.edgexfoundry.org:10001" 06:32:39 ], 06:32:39 "bip": "10.250.0.254/24", 06:32:39 "hosts": [ 06:32:39 "tcp://0.0.0.0:5555", 06:32:39 "unix:///var/run/docker.sock" 06:32:39 ], 06:32:39 "mtu": 1458, 06:32:39 "selinux-enabled": true, 06:32:39 "seccomp-profile": "/etc/docker/seccomp.json" 06:32:39 } [Pipeline] sh 06:32:39 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:32:40 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:32:58 provisioning config files... 06:32:58 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config442951139954216707tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:32:59 ---> docker-login.sh 06:32:59 nexus3.edgexfoundry.org:10001 06:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:59 Configure a credential helper to remove this warning. See 06:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:59 06:32:59 Login Succeeded 06:32:59 nexus3.edgexfoundry.org:10002 06:33:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:00 Configure a credential helper to remove this warning. See 06:33:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:00 06:33:00 Login Succeeded 06:33:00 nexus3.edgexfoundry.org:10003 06:33:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:00 Configure a credential helper to remove this warning. See 06:33:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:00 06:33:00 Login Succeeded 06:33:01 nexus3.edgexfoundry.org:10004 06:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:01 Configure a credential helper to remove this warning. See 06:33:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:01 06:33:01 Login Succeeded 06:33:01 docker.io 06:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:02 Configure a credential helper to remove this warning. See 06:33:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:02 06:33:02 Login Succeeded 06:33:02 ---> docker-login.sh ends [Pipeline] } 06:33:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:33:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:33:02 ========================================================= 06:33:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 06:33:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 06:33:03 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 06:33:04 Sending build context to Docker daemon 27.14MB 06:33:04 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 06:33:04 Step 2/15 : FROM ${BASE} AS builder 06:33:04 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:33:04 9b3977197b4f: Pulling fs layer 06:33:04 1a89e8eeedd5: Pulling fs layer 06:33:04 94645a83ff95: Pulling fs layer 06:33:04 3f3a8bcf1eab: Pulling fs layer 06:33:04 0c92f367c5e7: Pulling fs layer 06:33:04 3096ccb668a1: Pulling fs layer 06:33:04 e8cf19c19ddd: Pulling fs layer 06:33:04 a4caa8a26152: Pulling fs layer 06:33:04 3f3a8bcf1eab: Waiting 06:33:04 0c92f367c5e7: Waiting 06:33:04 3096ccb668a1: Waiting 06:33:04 e8cf19c19ddd: Waiting 06:33:04 a4caa8a26152: Waiting 06:33:04 94645a83ff95: Verifying Checksum 06:33:04 94645a83ff95: Download complete 06:33:04 1a89e8eeedd5: Verifying Checksum 06:33:04 0c92f367c5e7: Download complete 06:33:04 3096ccb668a1: Download complete 06:33:04 9b3977197b4f: Verifying Checksum 06:33:04 9b3977197b4f: Download complete 06:33:04 e8cf19c19ddd: Verifying Checksum 06:33:04 e8cf19c19ddd: Download complete 06:33:05 9b3977197b4f: Pull complete 06:33:05 1a89e8eeedd5: Pull complete 06:33:06 94645a83ff95: Pull complete 06:33:06 a4caa8a26152: Verifying Checksum 06:33:06 a4caa8a26152: Download complete 06:33:07 3f3a8bcf1eab: Verifying Checksum 06:33:07 3f3a8bcf1eab: Download complete 06:33:19 3f3a8bcf1eab: Pull complete 06:33:19 0c92f367c5e7: Pull complete 06:33:19 3096ccb668a1: Pull complete 06:33:19 e8cf19c19ddd: Pull complete 06:33:25 a4caa8a26152: Pull complete 06:33:25 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 06:33:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 06:33:25 ---> 725f1c02e7f9 06:33:25 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:33:26 ---> Running in 38ca251c6128 06:33:26 Removing intermediate container 38ca251c6128 06:33:26 ---> 99d2be982059 06:33:26 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 06:33:26 ---> Running in 954618ed1158 06:33:26 Removing intermediate container 954618ed1158 06:33:26 ---> c1d8820114ee 06:33:26 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 06:33:26 ---> Running in 98f0eb1ebf29 06:33:27 Removing intermediate container 98f0eb1ebf29 06:33:27 ---> dc77db601c9d 06:33:27 Step 6/15 : LABEL Name=edgex-ui-go 06:33:27 ---> Running in ccb416497785 06:33:27 Removing intermediate container ccb416497785 06:33:27 ---> fe901c68863f 06:33:27 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:33:27 ---> Running in 540b08861883 06:33:28 Removing intermediate container 540b08861883 06:33:28 ---> f5c2e70720ef 06:33:28 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:28 ---> Running in a1cceb0180dd 06:33:30 Removing intermediate container a1cceb0180dd 06:33:30 ---> 6201cea03d3b 06:33:30 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:33:30 ---> Running in cca1837ee943 06:33:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:33:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:33:33 OK: 220 MiB in 52 packages 06:33:34 Removing intermediate container cca1837ee943 06:33:34 ---> 08c0b656bd9a 06:33:34 Step 10/15 : ENV GO111MODULE=on 06:33:34 ---> Running in 462d146f1b3e 06:33:35 Removing intermediate container 462d146f1b3e 06:33:35 ---> 9c6b2211bd53 06:33:35 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:33:35 ---> Running in 6ed8fa3dd66b 06:33:35 Removing intermediate container 6ed8fa3dd66b 06:33:35 ---> c9c17d38929b 06:33:35 Step 12/15 : COPY go.mod vendor* ./ 06:33:35 ---> 26b5acd65904 06:33:35 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:33:36 ---> Running in 893844bbe0bf 06:34:08 Removing intermediate container 893844bbe0bf 06:34:08 ---> f51316e7b8ed 06:34:08 Step 14/15 : COPY . . 06:34:08 ---> ed6541a69152 06:34:08 Step 15/15 : RUN ${MAKE} 06:34:08 ---> Running in ae6688d34c50 06:34:09 noop 06:34:10 Removing intermediate container ae6688d34c50 06:34:10 ---> 939aea64d89e 06:34:10 Successfully built 939aea64d89e 06:34:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:34:10 + docker inspect -f . ci-base-image-arm64 06:34:10 . [Pipeline] withDockerContainer 06:34:11 prd-ubuntu20.04-docker-arm64-4c-16g-44852 does not seem to be running inside a container 06:34:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:34:12 $ docker top 24a5e6d29593ed5a9b8a45633728ff7c4b3d973c47468ecda133e64748f160bf -eo pid,comm [Pipeline] { [Pipeline] sh 06:34:13 + go version 06:34:13 go version go1.17.6 linux/arm64 [Pipeline] } 06:34:13 $ docker stop --time=1 24a5e6d29593ed5a9b8a45633728ff7c4b3d973c47468ecda133e64748f160bf 06:34:15 $ docker rm -f 24a5e6d29593ed5a9b8a45633728ff7c4b3d973c47468ecda133e64748f160bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:34:15 + docker inspect -f . ci-base-image-arm64 06:34:15 . [Pipeline] withDockerContainer 06:34:16 prd-ubuntu20.04-docker-arm64-4c-16g-44852 does not seem to be running inside a container 06:34:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:34:17 $ docker top 79e102886960a2774f2dcbc24a561e2a059c2d35d65aa56488641d4aa235aa91 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:34:18 + make test 06:34:18 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:34:20 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:35:07 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 06:35:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:35:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:35:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 06:35:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:35:29 $ docker stop --time=1 79e102886960a2774f2dcbc24a561e2a059c2d35d65aa56488641d4aa235aa91 06:35:31 $ docker rm -f 79e102886960a2774f2dcbc24a561e2a059c2d35d65aa56488641d4aa235aa91 [Pipeline] // withDockerContainer [Pipeline] sh 06:35:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:35:32 Warning: overwriting stash ‘coverage-report’ 06:35:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:35:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:35:33 + ls -al . 06:35:33 total 156 06:35:33 drwxrwxr-x 13 jenkins jenkins 4096 May 10 06:34 . 06:35:33 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 .. 06:35:33 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:32 .git 06:35:33 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 .github 06:35:33 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:32 .gitignore 06:35:33 -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:32 Attribution.txt 06:35:33 -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:32 CHANGELOG.md 06:35:33 -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:32 CONTRIBUTING.md 06:35:33 -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:32 Dockerfile 06:35:33 -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:32 Jenkinsfile 06:35:33 -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:32 LICENSE 06:35:33 -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:32 Makefile 06:35:33 -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:32 README.md 06:35:33 -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:29 VERSION 06:35:33 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 assets 06:35:33 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:32 bin 06:35:33 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 cmd 06:35:33 -rw-r--r-- 1 jenkins jenkins 10 May 10 06:34 coverage.out 06:35:33 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:32 docs 06:35:33 -rw-rw-r-- 1 jenkins jenkins 1945 May 10 06:32 go.mod 06:35:33 -rw-rw-r-- 1 jenkins jenkins 25933 May 10 06:32 go.sum 06:35:33 drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:32 internal 06:35:33 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 pkg 06:35:33 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 snap 06:35:33 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 testing 06:35:33 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:32 version.go 06:35:33 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 web [Pipeline] isUnix [Pipeline] sh 06:35:34 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f1179211e0a40d08caeac8325bdf320be5ff304c --label arch=arm64 --label version=0.0.0 . 06:35:35 Sending build context to Docker daemon 27.14MB 06:35:35 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 06:35:35 Step 2/23 : FROM ${BASE} AS builder 06:35:35 ---> 939aea64d89e 06:35:35 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:35:35 ---> Running in 3ce2b825702c 06:35:36 Removing intermediate container 3ce2b825702c 06:35:36 ---> af9cf9bf9466 06:35:36 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 06:35:36 ---> Running in 08f2246c2af4 06:35:36 Removing intermediate container 08f2246c2af4 06:35:36 ---> aada8e9a5ad2 06:35:36 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 06:35:36 ---> Running in 5d9e21b0570f 06:35:36 Removing intermediate container 5d9e21b0570f 06:35:36 ---> 926424ef1fc4 06:35:36 Step 6/23 : LABEL Name=edgex-ui-go 06:35:36 ---> Running in fc1f0aad1340 06:35:37 Removing intermediate container fc1f0aad1340 06:35:37 ---> 5d753ca8ab64 06:35:37 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:35:37 ---> Running in be001ecdb8a9 06:35:37 Removing intermediate container be001ecdb8a9 06:35:37 ---> 7d4868df72d1 06:35:37 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:35:37 ---> Running in 593c369e13c3 06:35:39 Removing intermediate container 593c369e13c3 06:35:39 ---> 5398ea0fd996 06:35:39 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:35:39 ---> Running in 75c43b1df18a 06:35:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:35:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:35:42 OK: 220 MiB in 52 packages 06:35:43 Removing intermediate container 75c43b1df18a 06:35:43 ---> 1ef59be3cbc2 06:35:43 Step 10/23 : ENV GO111MODULE=on 06:35:43 ---> Running in 7df9a840b44d 06:35:44 Removing intermediate container 7df9a840b44d 06:35:44 ---> 8ead56359213 06:35:44 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:35:44 ---> Running in 66edcff0d2e8 06:35:44 Removing intermediate container 66edcff0d2e8 06:35:44 ---> 5d652c5983b5 06:35:44 Step 12/23 : COPY go.mod vendor* ./ 06:35:45 ---> 7ad4b98d64ff 06:35:45 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:35:45 ---> Running in a6257f29a33c 06:35:47 Removing intermediate container a6257f29a33c 06:35:47 ---> 7d6522bd6b75 06:35:47 Step 14/23 : COPY . . 06:35:51 ---> 92122fa11b8d 06:35:51 Step 15/23 : RUN ${MAKE} 06:35:51 ---> Running in 32f58e9763b1 06:35:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:36:31 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:36:35 Removing intermediate container 32f58e9763b1 06:36:35 ---> 4925e403d221 06:36:35 Step 16/23 : FROM alpine:3.14 06:36:35 3.14: Pulling from library/alpine 06:36:36 455c02918c45: Pulling fs layer 06:36:36 455c02918c45: Verifying Checksum 06:36:36 455c02918c45: Download complete 06:36:36 455c02918c45: Pull complete 06:36:37 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:36:37 Status: Downloaded newer image for alpine:3.14 06:36:37 ---> ac73e934f311 06:36:37 Step 17/23 : EXPOSE 4000 06:36:37 ---> Running in a48bf14c3ef1 06:36:37 Removing intermediate container a48bf14c3ef1 06:36:37 ---> 0a18ce6d9262 06:36:37 Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:36:38 ---> 6cde9f419432 06:36:38 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:36:38 ---> Running in c4b60ed16f45 06:36:39 Removing intermediate container c4b60ed16f45 06:36:39 ---> f07d2c920652 06:36:39 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:36:39 ---> Running in e6155c67d2dd 06:36:39 Removing intermediate container e6155c67d2dd 06:36:39 ---> c0549cc8e236 06:36:39 Step 21/23 : LABEL arch=arm64 06:36:39 ---> Running in 33e969138bd7 06:36:39 Removing intermediate container 33e969138bd7 06:36:39 ---> b330095275f4 06:36:39 Step 22/23 : LABEL git_sha=f1179211e0a40d08caeac8325bdf320be5ff304c 06:36:39 ---> Running in eb1cdbf9cb1c 06:36:40 Removing intermediate container eb1cdbf9cb1c 06:36:40 ---> c43c386dfcb3 06:36:40 Step 23/23 : LABEL version=0.0.0 06:36:40 ---> Running in 0a701fdea698 06:36:40 Removing intermediate container 0a701fdea698 06:36:40 ---> 66ca93918b32 06:36:40 [Warning] One or more build-args [ARCH] were not consumed 06:36:40 Successfully built 66ca93918b32 06:36:40 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:36:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:36:41 06:36:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 06:36:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:36:41 arm64: Pulling from edgex-lftools-log-publisher 06:36:41 8998bd30e6a1: Pulling fs layer 06:36:41 04944245beec: Pulling fs layer 06:36:41 699f458cf7ca: Pulling fs layer 06:36:41 765212b225bb: Pulling fs layer 06:36:41 f23df028b6ca: Pulling fs layer 06:36:41 d65c8cfc05b1: Pulling fs layer 06:36:41 2437ff75d9bd: Pulling fs layer 06:36:41 765212b225bb: Waiting 06:36:41 f23df028b6ca: Waiting 06:36:41 d65c8cfc05b1: Waiting 06:36:41 2437ff75d9bd: Waiting 06:36:41 04944245beec: Verifying Checksum 06:36:41 04944245beec: Download complete 06:36:41 765212b225bb: Download complete 06:36:41 f23df028b6ca: Verifying Checksum 06:36:41 f23df028b6ca: Download complete 06:36:42 d65c8cfc05b1: Verifying Checksum 06:36:42 d65c8cfc05b1: Download complete 06:36:42 699f458cf7ca: Verifying Checksum 06:36:42 8998bd30e6a1: Verifying Checksum 06:36:42 8998bd30e6a1: Download complete 06:36:44 2437ff75d9bd: Verifying Checksum 06:36:44 2437ff75d9bd: Download complete 06:36:46 8998bd30e6a1: Pull complete 06:36:47 04944245beec: Pull complete 06:36:48 699f458cf7ca: Pull complete 06:36:49 765212b225bb: Pull complete 06:36:50 f23df028b6ca: Pull complete 06:36:50 d65c8cfc05b1: Pull complete 06:37:05 2437ff75d9bd: Pull complete 06:37:05 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:37:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:37:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 06:37:05 prd-ubuntu20.04-docker-arm64-4c-16g-44852 does not seem to be running inside a container 06:37:05 $ 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/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:37:08 $ docker top 8649f0480e322ec7f13cd060d9945396297a54e05eab14714168bf504087b181 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:37:09 ---> job-cost.sh 06:37:09 lf-activate-venv: SKIPPING 06:37:09 INFO: No Stack... 06:37:09 INFO: Retrieving Pricing Info for: v3-standard-4 06:37:10 INFO: Archiving Costs [Pipeline] sh 06:37:11 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 06:37:11 + cut -d, -f6 [Pipeline] lock 06:37:11 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] 06:37:11 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] did not exist. Created. 06:37:11 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:37:12 /w/workspace/edgex-ui-go/2@tmp/durable-2d8e30dc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:37:13 + echo total: 0.10999999940395355 [Pipeline] stash 06:37:13 Warning: overwriting stash ‘stack-cost’ 06:37:13 Stashed 1 file(s) [Pipeline] } 06:37:13 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [Pipeline] // lock [Pipeline] } 06:37:13 $ docker stop --time=1 8649f0480e322ec7f13cd060d9945396297a54e05eab14714168bf504087b181 06:37:14 $ docker rm -f 8649f0480e322ec7f13cd060d9945396297a54e05eab14714168bf504087b181 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 06:37:15 provisioning config files... 06:37:15 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config2180087850186055108tmp [Pipeline] { [Pipeline] sh 06:37:15 + set +x 06:37:15 + curl -s https://codecov.io/bash 06:37:15 + bash -s -- 06:37:15 06:37:15 _____ _ 06:37:15 / ____| | | 06:37:15 | | ___ __| | ___ ___ _____ __ 06:37:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:37:15 | |___| (_) | (_| | __/ (_| (_) \ V / 06:37:15 \_____\___/ \__,_|\___|\___\___/ \_/ 06:37:15 Bash-1.0.6 06:37:15 06:37:15 06:37:15 ==> git version 2.25.1 found 06:37:15 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 06:37:15 Release-Date: 2020-01-08 06:37:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:37:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:37:15 ==> Jenkins CI detected. 06:37:15 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-524 06:37:15 project root: . 06:37:15 --> token set from env 06:37:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:37:15 ==> Running gcov in . (disable via -X gcov) 06:37:15 ==> Python coveragepy not found 06:37:15 ==> Searching for coverage reports in: 06:37:15 + . 06:37:15 -> Found 1 reports 06:37:15 ==> Detecting git/mercurial file structure 06:37:15 ==> Reading reports 06:37:15 + ./coverage.out bytes=10 06:37:15 ==> Appending adjustments 06:37:15 https://docs.codecov.io/docs/fixing-reports 06:37:15 + Found adjustments 06:37:15 ==> Gzipping contents 06:37:15 8.0K /tmp/codecov.CNWnjw.gz 06:37:15 ==> Uploading reports 06:37:15 url: https://codecov.io 06:37:15 query: branch=PR-524&commit=f1179211e0a40d08caeac8325bdf320be5ff304c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-524%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=524&job=&cmd_args= 06:37:15 -> Pinging Codecov 06:37:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-524&commit=f1179211e0a40d08caeac8325bdf320be5ff304c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-524%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=524&job=&cmd_args= 06:37:16 -> Uploading to 06:37:16 https://storage.googleapis.com/codecov/v4/raw/2022-05-10/FB506323287CE973F263BFD2A0EB1F37/f1179211e0a40d08caeac8325bdf320be5ff304c/3b9f82ec-18d2-4ddd-be00-79d00082e125.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T063715Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b55e4b8846fbaee05ad3a343d5c5562a02c0cfefb0889de5ccfeba11ec5582a2 06:37:16 % Total % Received % Xferd Average Speed Time Time Time Current 06:37:16 Dload Upload Total Spent Left Speed 06:37:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4378 0 0 100 4378 0 16583 --:--:-- --:--:-- --:--:-- 16583 06:37:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] } 06:37:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:37:17 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives ] 06:37:17 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives 06:37:17 total 16 06:37:17 drwxr-xr-x 3 root root 4096 May 10 06:30 . 06:37:17 drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:30 .. 06:37:17 drwxr-xr-x 2 root root 4096 May 10 06:30 cost 06:37:17 -rw-r--r-- 1 root root 82 May 10 06:30 cost.csv 06:37:17 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives 06:37:17 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives 06:37:17 total 16 06:37:17 drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:30 . 06:37:17 drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:30 .. 06:37:17 drwxr-xr-x 2 jenkins jenkins 4096 May 10 06:30 cost 06:37:17 -rw-r--r-- 1 jenkins jenkins 82 May 10 06:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:37:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:37:18 ---> package-listing.sh 06:37:18 ++ facter osfamily 06:37:18 ++ tr '[:upper:]' '[:lower:]' 06:37:18 + OS_FAMILY=debian 06:37:18 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-524 06:37:18 + START_PACKAGES=/tmp/packages_start.txt 06:37:18 + END_PACKAGES=/tmp/packages_end.txt 06:37:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:37:18 + PACKAGES=/tmp/packages_start.txt 06:37:18 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-524 ']' 06:37:18 + PACKAGES=/tmp/packages_end.txt 06:37:18 + case "${OS_FAMILY}" in 06:37:18 + dpkg -l 06:37:18 + grep '^ii' 06:37:18 + '[' -f /tmp/packages_start.txt ']' 06:37:18 + '[' -f /tmp/packages_end.txt ']' 06:37:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:37:18 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-524 ']' 06:37:18 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/ 06:37:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/ [Pipeline] echo 06:37:18 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:37:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:37:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:37:19 . [Pipeline] withDockerContainer 06:37:19 prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container 06:37:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524/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-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:37:19 $ docker top 50f925fa715d24f7c6bffe0cba8870f47fa6bea37b3a72f3c1b96271090ed4f4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:20 + touch /tmp/pre-build-complete [Pipeline] sh 06:37:20 + mkdir -p /var/log/sysstat [Pipeline] sh 06:37:20 + ls /var/log/sa-host 06:37:20 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:37:21 provisioning config files... 06:37:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config4705977360078611119tmp [Pipeline] { [Pipeline] echo 06:37:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:37:21 ---> create-netrc.sh [Pipeline] } 06:37:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:37:21 ---> python-tools-install.sh [Pipeline] echo 06:37:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:37:22 ---> sudo-logs.sh 06:37:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:37:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:37:22 ---> job-cost.sh 06:37:22 lf-activate-venv: SKIPPING 06:37:22 DEBUG: total: 0.2199999988079071 06:37:22 INFO: Retrieving Stack Cost... 06:37:22 INFO: Retrieving Pricing Info for: v3-standard-8 06:37:23 INFO: Archiving Costs [Pipeline] echo 06:37:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:37:23 ---> logs-deploy.sh 06:37:23 lf-activate-venv: SKIPPING 06:37:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-524/2 06:37:23 INFO: archiving workspace using pattern(s): 06:37:24 Archives upload complete. 06:37:24 INFO: archiving logs to Nexus 06:37:25 ---> uname -a: 06:37:25 Linux prd-ubuntu20-04-docker-8c-8g-44847 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 06:37:25 06:37:25 06:37:25 ---> lscpu: 06:37:25 Architecture: x86_64 06:37:25 CPU op-mode(s): 32-bit, 64-bit 06:37:25 Byte Order: Little Endian 06:37:25 Address sizes: 40 bits physical, 48 bits virtual 06:37:25 CPU(s): 8 06:37:25 On-line CPU(s) list: 0-7 06:37:25 Thread(s) per core: 1 06:37:25 Core(s) per socket: 1 06:37:25 Socket(s): 8 06:37:25 NUMA node(s): 1 06:37:25 Vendor ID: AuthenticAMD 06:37:25 CPU family: 23 06:37:25 Model: 49 06:37:25 Model name: AMD EPYC-Rome Processor 06:37:25 Stepping: 0 06:37:25 CPU MHz: 2799.998 06:37:25 BogoMIPS: 5599.99 06:37:25 Virtualization: AMD-V 06:37:25 Hypervisor vendor: KVM 06:37:25 Virtualization type: full 06:37:25 L1d cache: 256 KiB 06:37:25 L1i cache: 256 KiB 06:37:25 L2 cache: 4 MiB 06:37:25 L3 cache: 128 MiB 06:37:25 NUMA node0 CPU(s): 0-7 06:37:25 Vulnerability Itlb multihit: Not affected 06:37:25 Vulnerability L1tf: Not affected 06:37:25 Vulnerability Mds: Not affected 06:37:25 Vulnerability Meltdown: Not affected 06:37:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:37:25 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:37:25 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:37:25 Vulnerability Srbds: Not affected 06:37:25 Vulnerability Tsx async abort: Not affected 06:37:25 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 rep_good nopl cpuid extd_apicid tsc_known_freq 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 ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 06:37:25 06:37:25 06:37:25 ---> nproc: 06:37:25 8 06:37:25 06:37:25 06:37:25 ---> df -h: 06:37:25 Filesystem Size Used Avail Use% Mounted on 06:37:25 overlay 155G 11G 145G 7% / 06:37:25 tmpfs 64M 0 64M 0% /dev 06:37:25 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:37:25 shm 64M 0 64M 0% /dev/shm 06:37:25 /dev/vda1 155G 11G 145G 7% /facter-os 06:37:25 06:37:25 06:37:25 ---> sar -b -r -n DEV: 06:37:25 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-44847) 05/10/22 _x86_64_ (8 CPU) 06:37:25 06:37:25 06:28:21 LINUX RESTART (8 CPU) 06:37:25 06:37:25 06:29:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:37:25 06:30:01 233.23 12.32 220.91 0.00 2101.34 97111.40 0.00 06:37:25 06:31:01 161.88 0.03 161.85 0.00 0.93 30415.99 0.00 06:37:25 06:32:01 1.30 0.00 1.30 0.00 0.00 15.88 0.00 06:37:25 06:33:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 06:37:25 06:34:01 1.27 0.02 1.25 0.00 0.13 14.00 0.00 06:37:25 06:35:01 1.57 0.00 1.57 0.00 0.00 19.20 0.00 06:37:25 06:36:01 0.92 0.00 0.92 0.00 0.00 11.33 0.00 06:37:25 06:37:01 1.43 0.00 1.43 0.00 0.00 18.00 0.00 06:37:25 Average: 49.99 1.52 48.46 0.00 258.95 15783.23 0.00 06:37:25 06:37:25 06:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:37:25 06:30:01 28675980 31773388 517584 1.57 138008 3186968 1863740 5.49 1176488 2596828 51292 06:37:25 06:31:01 28074596 31764096 526168 1.60 154496 3715360 1793036 5.28 1288468 3036548 316 06:37:25 06:32:01 28076328 31765868 524312 1.59 154520 3715364 1793036 5.28 1287252 3036556 8 06:37:25 06:33:01 28085784 31775388 514696 1.57 154532 3715368 1793036 5.28 1277460 3036592 48 06:37:25 06:34:01 28086200 31775840 514080 1.56 154580 3715368 1793036 5.28 1277224 3036600 24 06:37:25 06:35:01 28095704 31785412 504496 1.53 154612 3715376 1793036 5.28 1267968 3036612 24 06:37:25 06:36:01 28095648 31785364 504472 1.53 154628 3715380 1793036 5.28 1268480 3036616 12 06:37:25 06:37:01 28094828 31784744 504656 1.53 154656 3715384 1793036 5.28 1268808 3036620 44 06:37:25 Average: 28160634 31776262 513808 1.56 152504 3649321 1801874 5.31 1264018 2981622 6471 06:37:25 06:37:25 06:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:37:25 06:30:01 veth35b7df4 0.00 0.17 0.00 0.02 0.00 0.00 0.00 0.00 06:37:25 06:30:01 lo 6.17 6.17 0.61 0.61 0.00 0.00 0.00 0.00 06:37:25 06:30:01 docker0 116.42 130.69 9.06 866.21 0.00 0.00 0.00 0.00 06:37:25 06:30:01 ens3 460.75 341.16 6033.78 114.15 0.00 0.00 0.00 0.00 06:37:25 06:31:01 lo 2.13 2.13 0.21 0.21 0.00 0.00 0.00 0.00 06:37:25 06:31:01 docker0 8.46 10.10 0.48 38.13 0.00 0.00 0.00 0.00 06:37:25 06:31:01 ens3 148.42 97.98 2638.31 38.52 0.00 0.00 0.00 0.00 06:37:25 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:25 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:25 06:32:01 ens3 9.48 8.75 0.94 14.13 0.00 0.00 0.00 0.00 06:37:25 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:37:25 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:25 06:33:01 ens3 3.90 3.60 0.71 9.71 0.00 0.00 0.00 0.00 06:37:25 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:25 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:25 06:34:01 ens3 1.18 0.38 0.47 0.32 0.00 0.00 0.00 0.00 06:37:25 06:35:01 lo 0.22 0.22 0.02 0.02 0.00 0.00 0.00 0.00 06:37:25 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:25 06:35:01 ens3 0.73 0.17 0.06 0.01 0.00 0.00 0.00 0.00 06:37:25 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:25 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:25 06:36:01 ens3 0.42 0.15 0.10 0.07 0.00 0.00 0.00 0.00 06:37:25 06:37:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 06:37:25 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:25 06:37:01 ens3 0.67 0.43 0.33 0.22 0.00 0.00 0.00 0.00 06:37:25 Average: lo 1.10 1.10 0.11 0.11 0.00 0.00 0.00 0.00 06:37:25 Average: docker0 15.40 17.36 1.18 111.47 0.00 0.00 0.00 0.00 06:37:25 Average: ens3 77.40 55.98 1074.02 21.95 0.00 0.00 0.00 0.00 06:37:25 06:37:25 06:37:25 ---> sar -P ALL: 06:37:25 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-44847) 05/10/22 _x86_64_ (8 CPU) 06:37:25 06:37:25 06:28:21 LINUX RESTART (8 CPU) 06:37:25 06:37:25 06:29:02 CPU %user %nice %system %iowait %steal %idle 06:37:25 06:30:01 all 18.01 0.00 6.28 1.63 0.11 73.97 06:37:25 06:30:01 0 20.21 0.00 5.84 0.68 0.10 73.17 06:37:25 06:30:01 1 17.54 0.00 5.75 0.41 0.10 76.19 06:37:25 06:30:01 2 16.24 0.00 5.89 2.02 0.12 75.73 06:37:25 06:30:01 3 17.66 0.00 5.85 1.57 0.10 74.81 06:37:25 06:30:01 4 18.34 0.00 6.71 0.78 0.12 74.06 06:37:25 06:30:01 5 19.77 0.00 6.91 3.33 0.10 69.89 06:37:25 06:30:01 6 16.70 0.00 6.74 3.17 0.12 73.27 06:37:25 06:30:01 7 17.59 0.00 6.57 1.09 0.10 74.64 06:37:25 06:31:01 all 9.51 0.00 3.14 1.18 0.06 86.11 06:37:25 06:31:01 0 9.62 0.00 2.92 0.91 0.07 86.49 06:37:25 06:31:01 1 9.38 0.00 2.71 0.19 0.07 87.66 06:37:25 06:31:01 2 9.25 0.00 2.70 0.17 0.07 87.81 06:37:25 06:31:01 3 10.08 0.00 3.58 4.10 0.07 82.17 06:37:25 06:31:01 4 9.61 0.00 2.98 1.50 0.05 85.86 06:37:25 06:31:01 5 10.17 0.00 3.13 1.22 0.07 85.41 06:37:25 06:31:01 6 9.89 0.00 2.76 1.09 0.05 86.21 06:37:25 06:31:01 7 8.06 0.00 4.30 0.27 0.07 87.30 06:37:25 06:32:01 all 0.03 0.00 0.02 0.01 0.00 99.94 06:37:25 06:32:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:37:25 06:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:37:25 06:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:37:25 06:32:01 3 0.02 0.00 0.00 0.07 0.00 99.92 06:37:25 06:32:01 4 0.05 0.00 0.00 0.00 0.00 99.95 06:37:25 06:32:01 5 0.03 0.00 0.03 0.00 0.00 99.93 06:37:25 06:32:01 6 0.05 0.00 0.07 0.00 0.00 99.88 06:37:25 06:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:37:25 06:33:01 all 0.04 0.00 0.03 0.00 0.01 99.91 06:37:25 06:33:01 0 0.08 0.00 0.03 0.00 0.00 99.88 06:37:25 06:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:37:25 06:33:01 2 0.07 0.00 0.00 0.00 0.00 99.93 06:37:25 06:33:01 3 0.03 0.00 0.03 0.02 0.02 99.90 06:37:25 06:33:01 4 0.03 0.00 0.02 0.00 0.02 99.93 06:37:25 06:33:01 5 0.10 0.00 0.13 0.00 0.02 99.75 06:37:25 06:33:01 6 0.02 0.00 0.02 0.02 0.00 99.95 06:37:25 06:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:37:25 06:34:01 all 0.14 0.00 0.01 0.01 0.01 99.83 06:37:25 06:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:37:25 06:34:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:37:25 06:34:01 2 0.99 0.00 0.02 0.00 0.00 98.99 06:37:25 06:34:01 3 0.02 0.00 0.00 0.02 0.00 99.97 06:37:25 06:34:01 4 0.02 0.00 0.03 0.02 0.00 99.93 06:37:25 06:34:01 5 0.03 0.00 0.05 0.02 0.00 99.90 06:37:25 06:34:01 6 0.02 0.00 0.02 0.02 0.02 99.93 06:37:25 06:34:01 7 0.03 0.00 0.00 0.00 0.02 99.95 06:37:25 06:35:01 all 0.17 0.00 0.01 0.01 0.00 99.81 06:37:25 06:35:01 0 0.02 0.00 0.02 0.02 0.00 99.95 06:37:25 06:35:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:37:25 06:35:01 2 1.14 0.00 0.00 0.00 0.02 98.84 06:37:25 06:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:37:25 06:35:01 4 0.00 0.00 0.02 0.00 0.00 99.98 06:37:25 06:35:01 5 0.08 0.00 0.02 0.00 0.02 99.88 06:37:25 06:35:01 6 0.03 0.00 0.03 0.03 0.00 99.90 06:37:25 06:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:37:25 06:36:01 all 0.15 0.00 0.01 0.00 0.00 99.83 06:37:25 06:36:01 0 0.00 0.00 0.02 0.02 0.02 99.95 06:37:25 06:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:37:25 06:36:01 2 1.13 0.00 0.00 0.00 0.00 98.87 06:37:25 06:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:37:25 06:36:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:37:25 06:36:01 5 0.05 0.00 0.00 0.00 0.00 99.95 06:37:25 06:36:01 6 0.02 0.00 0.00 0.02 0.00 99.97 06:37:25 06:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:37:25 06:37:01 all 0.11 0.00 0.01 0.00 0.00 99.87 06:37:25 06:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:37:25 06:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:37:25 06:37:01 2 0.65 0.00 0.02 0.00 0.00 99.33 06:37:25 06:37:01 3 0.02 0.00 0.00 0.02 0.00 99.97 06:37:25 06:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:37:25 06:37:01 5 0.13 0.00 0.05 0.00 0.02 99.80 06:37:25 06:37:01 6 0.03 0.00 0.02 0.02 0.02 99.92 06:37:25 06:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:37:25 Average: all 3.45 0.00 1.17 0.35 0.02 95.00 06:37:25 Average: 0 3.69 0.00 1.09 0.20 0.02 95.00 06:37:25 Average: 1 3.31 0.00 1.04 0.07 0.02 95.55 06:37:25 Average: 2 3.62 0.00 1.06 0.27 0.03 95.03 06:37:25 Average: 3 3.41 0.00 1.16 0.72 0.02 94.69 06:37:25 Average: 4 3.44 0.00 1.20 0.28 0.02 95.06 06:37:25 Average: 5 3.73 0.00 1.27 0.56 0.03 94.41 06:37:25 Average: 6 3.28 0.00 1.18 0.53 0.03 94.98 06:37:25 Average: 7 3.14 0.00 1.34 0.17 0.02 95.33 06:37:25 06:37:25 06:37:25