Pull request #771 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of dovholuknf for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc rather than b3c60c71c40e6ec89953c6f219c8b4ed025ded41 Obtained Jenkinsfile from a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc 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-ssh16399407885299742220.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh11766605439314942319.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 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-771/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-771/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh991633479183364869.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-771/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8609302808464089353.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh13903883861170077036.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-771/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-771/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9555486413733657683.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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.21 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5856 in /w/workspace/edgexfoundry_edgex-ui-go_PR-771 [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-771 # 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 > 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 Merging remotes/origin/main commit a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc into PR head commit b3c60c71c40e6ec89953c6f219c8b4ed025ded41 Merge succeeded, producing b3c60c71c40e6ec89953c6f219c8b4ed025ded41 Checking out Revision b3c60c71c40e6ec89953c6f219c8b4ed025ded41 (PR-771) > 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/771/head:refs/remotes/origin/PR-771 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b3c60c71c40e6ec89953c6f219c8b4ed025ded41 # 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 a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b3c60c71c40e6ec89953c6f219c8b4ed025ded41 # timeout=10 Commit message: "feat: update go-mod-bootstrap dep" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-18T11:46:11.106Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-18T11:46:11.349Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-18T11:46:11.490Z] ========================================================= [2024-07-18T11:46:11.490Z] EdgeX Global Pipelines Version Info [2024-07-18T11:46:11.490Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-18T11:46:12.294Z] ------------------- [2024-07-18T11:46:12.294Z] stable info: [2024-07-18T11:46:12.294Z] ------------------- [2024-07-18T11:46:12.294Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-18T11:46:12.294Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-18T11:46:12.294Z] Message: update stable to v1.0.260 [2024-07-18T11:46:12.865Z] ------------------- [2024-07-18T11:46:12.866Z] experimental info: [2024-07-18T11:46:12.866Z] ------------------- [2024-07-18T11:46:12.866Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-18T11:46:12.866Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-18T11:46:12.866Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-18T11:46:13.104Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2024-07-18T11:46:13.169Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2024-07-18T11:46:13.230Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-18T11:46:13.290Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-18T11:46:13.354Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-18T11:46:13.427Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-18T11:46:13.494Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-18T11:46:13.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-18T11:46:13.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-18T11:46:13.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-18T11:46:13.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-18T11:46:13.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2024-07-18T11:46:13.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-18T11:46:13.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-18T11:46:14.044Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-18T11:46:14.110Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-18T11:46:14.167Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-18T11:46:14.226Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-18T11:46:14.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-18T11:46:14.359Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-18T11:46:14.427Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-18T11:46:14.493Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-18T11:46:14.560Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-18T11:46:14.630Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-18T11:46:14.700Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-18T11:46:14.762Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-18T11:46:14.832Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-18T11:46:14.893Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-771 [Pipeline] echo [2024-07-18T11:46:14.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-771 [Pipeline] echo [2024-07-18T11:46:15.030Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-771 [Pipeline] echo [2024-07-18T11:46:15.099Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] echo [2024-07-18T11:46:15.169Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b3c60c7 [Pipeline] echo [2024-07-18T11:46:15.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-18T11:46:15.447Z] provisioning config files... [2024-07-18T11:46:15.461Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/config9158230674726246486tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T11:46:15.892Z] ---> ****-login.sh [2024-07-18T11:46:15.892Z] nexus3.edgexfoundry.org:10001 [2024-07-18T11:46:16.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:16.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:16.153Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:16.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:16.153Z] [2024-07-18T11:46:16.153Z] Login Succeeded [2024-07-18T11:46:16.153Z] nexus3.edgexfoundry.org:10002 [2024-07-18T11:46:16.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:16.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:16.153Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:16.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:16.153Z] [2024-07-18T11:46:16.153Z] Login Succeeded [2024-07-18T11:46:16.154Z] nexus3.edgexfoundry.org:10003 [2024-07-18T11:46:16.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:16.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:16.413Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:16.413Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:16.413Z] [2024-07-18T11:46:16.413Z] Login Succeeded [2024-07-18T11:46:16.413Z] nexus3.edgexfoundry.org:10004 [2024-07-18T11:46:16.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:16.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:16.413Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:16.413Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:16.413Z] [2024-07-18T11:46:16.413Z] Login Succeeded [2024-07-18T11:46:16.413Z] ****.io [2024-07-18T11:46:16.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:16.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:16.672Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:16.672Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:16.672Z] [2024-07-18T11:46:16.672Z] Login Succeeded [2024-07-18T11:46:16.672Z] ---> ****-login.sh ends [Pipeline] } [2024-07-18T11:46:16.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-18T11:46:17.511Z] + git rev-list -1 --merges b3c60c71c40e6ec89953c6f219c8b4ed025ded41~1..b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] echo [2024-07-18T11:46:17.566Z] -----------> git rev-list -1 --merges b3c60c71c40e6ec89953c6f219c8b4ed025ded41~1..b3c60c71c40e6ec89953c6f219c8b4ed025ded41 b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [false] [Pipeline] sh [2024-07-18T11:46:17.885Z] + git log --format=format:%s -1 b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] echo [2024-07-18T11:46:17.926Z] ========================================================= [2024-07-18T11:46:17.926Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-18T11:46:17.926Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-18T11:46:18.404Z] + git log --format=format:%s -1 b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] echo [2024-07-18T11:46:18.443Z] [semverPrep] GIT_COMMIT: b3c60c71c40e6ec89953c6f219c8b4ed025ded41, Commit Message: feat: update go-mod-bootstrap dep [Pipeline] echo [2024-07-18T11:46:18.488Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-18T11:46:18.897Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-18T11:46:18.897Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-18T11:46:18.897Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-18T11:46:18.897Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-18T11:46:18.897Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-18T11:46:18.897Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-18T11:46:18.897Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:46:19.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-18T11:46:19.366Z] [2024-07-18T11:46:19.367Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:46:19.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-18T11:46:19.791Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-18T11:46:19.791Z] b85a868b505f: Pulling fs layer [2024-07-18T11:46:19.791Z] e2be974225ed: Pulling fs layer [2024-07-18T11:46:19.791Z] 339a4e72a1f5: Pulling fs layer [2024-07-18T11:46:19.791Z] 988bab9f4d93: Pulling fs layer [2024-07-18T11:46:19.791Z] 1469e6f7b9e6: Pulling fs layer [2024-07-18T11:46:19.791Z] eaf3925da568: Pulling fs layer [2024-07-18T11:46:19.791Z] bab4dde63d76: Pulling fs layer [2024-07-18T11:46:19.791Z] bde34c3a00c8: Pulling fs layer [2024-07-18T11:46:19.791Z] b352a97aabf1: Pulling fs layer [2024-07-18T11:46:19.791Z] 4872d77fe225: Pulling fs layer [2024-07-18T11:46:19.791Z] 5851b861e8e6: Pulling fs layer [2024-07-18T11:46:19.791Z] bab4dde63d76: Waiting [2024-07-18T11:46:19.791Z] b352a97aabf1: Waiting [2024-07-18T11:46:19.791Z] eaf3925da568: Waiting [2024-07-18T11:46:19.791Z] 4872d77fe225: Waiting [2024-07-18T11:46:19.791Z] 988bab9f4d93: Waiting [2024-07-18T11:46:19.791Z] 5851b861e8e6: Waiting [2024-07-18T11:46:19.791Z] 1469e6f7b9e6: Waiting [2024-07-18T11:46:19.791Z] bde34c3a00c8: Waiting [2024-07-18T11:46:19.791Z] e2be974225ed: Download complete [2024-07-18T11:46:19.791Z] 988bab9f4d93: Download complete [2024-07-18T11:46:19.791Z] 1469e6f7b9e6: Verifying Checksum [2024-07-18T11:46:19.791Z] 1469e6f7b9e6: Download complete [2024-07-18T11:46:19.791Z] eaf3925da568: Download complete [2024-07-18T11:46:19.791Z] 339a4e72a1f5: Verifying Checksum [2024-07-18T11:46:20.052Z] 339a4e72a1f5: Download complete [2024-07-18T11:46:20.052Z] bde34c3a00c8: Verifying Checksum [2024-07-18T11:46:20.052Z] bde34c3a00c8: Download complete [2024-07-18T11:46:20.052Z] b352a97aabf1: Download complete [2024-07-18T11:46:20.052Z] 4872d77fe225: Verifying Checksum [2024-07-18T11:46:20.052Z] 4872d77fe225: Download complete [2024-07-18T11:46:20.052Z] 5851b861e8e6: Verifying Checksum [2024-07-18T11:46:20.052Z] 5851b861e8e6: Download complete [2024-07-18T11:46:20.052Z] b85a868b505f: Download complete [2024-07-18T11:46:20.345Z] bab4dde63d76: Verifying Checksum [2024-07-18T11:46:20.345Z] bab4dde63d76: Download complete [2024-07-18T11:46:21.302Z] b85a868b505f: Pull complete [2024-07-18T11:46:21.562Z] e2be974225ed: Pull complete [2024-07-18T11:46:22.130Z] 339a4e72a1f5: Pull complete [2024-07-18T11:46:22.130Z] 988bab9f4d93: Pull complete [2024-07-18T11:46:22.389Z] 1469e6f7b9e6: Pull complete [2024-07-18T11:46:22.389Z] eaf3925da568: Pull complete [2024-07-18T11:46:24.297Z] bab4dde63d76: Pull complete [2024-07-18T11:46:24.297Z] bde34c3a00c8: Pull complete [2024-07-18T11:46:24.557Z] b352a97aabf1: Pull complete [2024-07-18T11:46:24.557Z] 4872d77fe225: Pull complete [2024-07-18T11:46:24.557Z] 5851b861e8e6: Pull complete [2024-07-18T11:46:24.557Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-18T11:46:24.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-18T11:46:24.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T11:46:24.873Z] prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container [2024-07-18T11:46:24.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@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:0.1.4 cat [2024-07-18T11:46:28.182Z] $ docker top 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 -eo pid,comm [2024-07-18T11:46:28.243Z] 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). [2024-07-18T11:46:28.243Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-18T11:46:28.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-18T11:46:28.428Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-18T11:46:28.556Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-18T11:46:28.556Z] $ docker exec 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 ssh-agent [2024-07-18T11:46:28.666Z] SSH_AUTH_SOCK=/tmp/ssh-ayvKn0Z9Z3bd/agent.32 [2024-07-18T11:46:28.666Z] SSH_AGENT_PID=38 [2024-07-18T11:46:28.675Z] Running ssh-add (command line suppressed) [2024-07-18T11:46:28.792Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/private_key_8007947915437979777.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/private_key_8007947915437979777.key) [2024-07-18T11:46:28.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-18T11:46:29.165Z] + git tag --points-at HEAD [Pipeline] } [2024-07-18T11:46:29.194Z] $ docker exec --env ******** --env ******** 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 ssh-agent -k [2024-07-18T11:46:29.833Z] unset SSH_AUTH_SOCK; [2024-07-18T11:46:29.834Z] unset SSH_AGENT_PID; [2024-07-18T11:46:29.834Z] echo Agent pid 38 killed; [2024-07-18T11:46:29.846Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-18T11:46:29.969Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-18T11:46:29.969Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-18T11:46:30.087Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-18T11:46:30.087Z] $ docker exec 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 ssh-agent [2024-07-18T11:46:30.203Z] SSH_AUTH_SOCK=/tmp/ssh-9kGor7Lorh8C/agent.72 [2024-07-18T11:46:30.203Z] SSH_AGENT_PID=78 [2024-07-18T11:46:30.207Z] Running ssh-add (command line suppressed) [2024-07-18T11:46:30.310Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/private_key_17949232456538109456.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/private_key_17949232456538109456.key) [2024-07-18T11:46:30.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-18T11:46:30.678Z] + git semver init [2024-07-18T11:46:30.938Z] 2024-07-18 11:46:30,858 [run_init] DEBUG init version:0.0.0 force:False [2024-07-18T11:46:30.938Z] 2024-07-18 11:46:30,859 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver [2024-07-18T11:46:30.938Z] 2024-07-18 11:46:30,859 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver [2024-07-18T11:46:30.938Z] 2024-07-18 11:46:30,859 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-771, universal_newlines=False, shell=None, istream=None) [2024-07-18T11:46:33.474Z] 2024-07-18 11:46:33,029 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.git/info/exclude [2024-07-18T11:46:33.474Z] 2024-07-18 11:46:33,030 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver/PR-771 with force:False [2024-07-18T11:46:33.474Z] 2024-07-18 11:46:33,030 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver/PR-771 [2024-07-18T11:46:33.474Z] 2024-07-18 11:46:33,035 [execute] INFO git cat-file --batch-check [2024-07-18T11:46:33.474Z] 2024-07-18 11:46:33,036 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver, universal_newlines=False, shell=None, istream=) [2024-07-18T11:46:33.474Z] 2024-07-18 11:46:33,043 [execute] INFO git cat-file --batch [2024-07-18T11:46:33.474Z] 2024-07-18 11:46:33,043 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver, universal_newlines=False, shell=None, istream=) [2024-07-18T11:46:33.474Z] 2024-07-18 11:46:33,049 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-771/.semver/PR-771 [2024-07-18T11:46:33.474Z] 0.0.0 [Pipeline] } [2024-07-18T11:46:33.498Z] $ docker exec --env ******** --env ******** 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 ssh-agent -k [2024-07-18T11:46:33.602Z] unset SSH_AUTH_SOCK; [2024-07-18T11:46:33.603Z] unset SSH_AGENT_PID; [2024-07-18T11:46:33.603Z] echo Agent pid 78 killed; [2024-07-18T11:46:33.616Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-18T11:46:34.071Z] + git semver [Pipeline] } [2024-07-18T11:46:34.356Z] $ docker stop --time=1 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 [2024-07-18T11:46:35.653Z] $ docker rm -f --volumes 729c8df33b28c9330ce9d9a0a3c61090959a8474f7fc846f17862b78d0ad9801 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-18T11:46:36.093Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-18T11:46:36.442Z] Stashed 1 file(s) [Pipeline] echo [2024-07-18T11:46:36.468Z] [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 [2024-07-18T11:46:37.235Z] provisioning config files... [2024-07-18T11:46:37.245Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/config4293514938571486093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T11:46:37.628Z] ---> ****-login.sh [2024-07-18T11:46:37.629Z] nexus3.edgexfoundry.org:10001 [2024-07-18T11:46:37.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:37.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:37.629Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:37.629Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:37.629Z] [2024-07-18T11:46:37.629Z] Login Succeeded [2024-07-18T11:46:37.629Z] nexus3.edgexfoundry.org:10002 [2024-07-18T11:46:37.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:37.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:37.629Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:37.629Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:37.629Z] [2024-07-18T11:46:37.629Z] Login Succeeded [2024-07-18T11:46:37.629Z] nexus3.edgexfoundry.org:10003 [2024-07-18T11:46:37.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:37.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:37.888Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:37.888Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:37.888Z] [2024-07-18T11:46:37.888Z] Login Succeeded [2024-07-18T11:46:37.888Z] nexus3.edgexfoundry.org:10004 [2024-07-18T11:46:37.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:37.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:37.888Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:37.888Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:37.888Z] [2024-07-18T11:46:37.888Z] Login Succeeded [2024-07-18T11:46:37.888Z] ****.io [2024-07-18T11:46:38.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:46:38.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:46:38.148Z] Configure a credential helper to remove this warning. See [2024-07-18T11:46:38.148Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:46:38.148Z] [2024-07-18T11:46:38.148Z] Login Succeeded [2024-07-18T11:46:38.148Z] ---> ****-login.sh ends [Pipeline] } [2024-07-18T11:46:38.180Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-18T11:46:38.442Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T11:46:38.491Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T11:46:38.533Z] ========================================================= [2024-07-18T11:46:38.533Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-18T11:46:38.533Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:46:39.058Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-18T11:46:39.317Z] Sending build context to Docker daemon 59.69MB [2024-07-18T11:46:39.317Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2024-07-18T11:46:39.317Z] Step 2/15 : FROM ${BASE} AS builder [2024-07-18T11:46:39.605Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-18T11:46:39.606Z] 619be1103602: Pulling fs layer [2024-07-18T11:46:39.606Z] 7862e08f4a3e: Pulling fs layer [2024-07-18T11:46:39.606Z] 5df492c9dc93: Pulling fs layer [2024-07-18T11:46:39.606Z] 7629e6793208: Pulling fs layer [2024-07-18T11:46:39.606Z] 4f4fb700ef54: Pulling fs layer [2024-07-18T11:46:39.606Z] fb5054dd5b73: Pulling fs layer [2024-07-18T11:46:39.606Z] eeca6798cff9: Pulling fs layer [2024-07-18T11:46:39.606Z] aa269ceb94a6: Pulling fs layer [2024-07-18T11:46:39.606Z] ada007ff1a6a: Pulling fs layer [2024-07-18T11:46:39.606Z] 4f4fb700ef54: Waiting [2024-07-18T11:46:39.606Z] fb5054dd5b73: Waiting [2024-07-18T11:46:39.606Z] eeca6798cff9: Waiting [2024-07-18T11:46:39.606Z] aa269ceb94a6: Waiting [2024-07-18T11:46:39.606Z] ada007ff1a6a: Waiting [2024-07-18T11:46:39.606Z] 7629e6793208: Waiting [2024-07-18T11:46:39.606Z] 7862e08f4a3e: Verifying Checksum [2024-07-18T11:46:39.606Z] 7862e08f4a3e: Download complete [2024-07-18T11:46:39.606Z] 7629e6793208: Verifying Checksum [2024-07-18T11:46:39.606Z] 7629e6793208: Download complete [2024-07-18T11:46:39.606Z] 4f4fb700ef54: Download complete [2024-07-18T11:46:39.606Z] fb5054dd5b73: Verifying Checksum [2024-07-18T11:46:39.606Z] fb5054dd5b73: Download complete [2024-07-18T11:46:39.606Z] 619be1103602: Verifying Checksum [2024-07-18T11:46:39.606Z] 619be1103602: Download complete [2024-07-18T11:46:39.606Z] eeca6798cff9: Verifying Checksum [2024-07-18T11:46:39.606Z] eeca6798cff9: Download complete [2024-07-18T11:46:39.865Z] 619be1103602: Pull complete [2024-07-18T11:46:39.865Z] 7862e08f4a3e: Pull complete [2024-07-18T11:46:39.865Z] ada007ff1a6a: Verifying Checksum [2024-07-18T11:46:39.865Z] ada007ff1a6a: Download complete [2024-07-18T11:46:40.124Z] 5df492c9dc93: Download complete [2024-07-18T11:46:40.385Z] aa269ceb94a6: Verifying Checksum [2024-07-18T11:46:40.385Z] aa269ceb94a6: Download complete [2024-07-18T11:46:43.671Z] 5df492c9dc93: Pull complete [2024-07-18T11:46:43.671Z] 7629e6793208: Pull complete [2024-07-18T11:46:43.671Z] 4f4fb700ef54: Pull complete [2024-07-18T11:46:43.671Z] fb5054dd5b73: Pull complete [2024-07-18T11:46:43.671Z] eeca6798cff9: Pull complete [2024-07-18T11:46:46.204Z] aa269ceb94a6: Pull complete [2024-07-18T11:46:46.473Z] ada007ff1a6a: Pull complete [2024-07-18T11:46:46.473Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-18T11:46:46.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-18T11:46:46.473Z] ---> f489d0715acc [2024-07-18T11:46:46.473Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-07-18T11:46:51.784Z] ---> Running in faf20c0c8857 [2024-07-18T11:46:51.785Z] Removing intermediate container faf20c0c8857 [2024-07-18T11:46:51.785Z] ---> 4e863ed01abd [2024-07-18T11:46:51.785Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2024-07-18T11:46:51.785Z] ---> Running in f99f366e09c7 [2024-07-18T11:46:51.785Z] Removing intermediate container f99f366e09c7 [2024-07-18T11:46:51.785Z] ---> 20401decb1a2 [2024-07-18T11:46:51.785Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2024-07-18T11:46:51.785Z] ---> Running in 43a90e4b425c [2024-07-18T11:46:51.785Z] Removing intermediate container 43a90e4b425c [2024-07-18T11:46:51.785Z] ---> 674aaf408fa4 [2024-07-18T11:46:51.785Z] Step 6/15 : LABEL Name=edgex-ui-go [2024-07-18T11:46:51.785Z] ---> Running in d0b4f84a298e [2024-07-18T11:46:51.785Z] Removing intermediate container d0b4f84a298e [2024-07-18T11:46:51.785Z] ---> 4e8387690c7c [2024-07-18T11:46:51.785Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-07-18T11:46:51.785Z] ---> Running in fdf415c52a4f [2024-07-18T11:46:51.785Z] Removing intermediate container fdf415c52a4f [2024-07-18T11:46:51.785Z] ---> 8ed6460df692 [2024-07-18T11:46:51.785Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-07-18T11:46:52.007Z] Still waiting to schedule task [2024-07-18T11:46:52.008Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5859’ is offline [2024-07-18T11:46:52.044Z] latest: Pulling from library/docker [2024-07-18T11:46:52.044Z] ec99f8b99825: Pulling fs layer [2024-07-18T11:46:52.044Z] 47ab03998fa7: Pulling fs layer [2024-07-18T11:46:52.044Z] 4f4fb700ef54: Pulling fs layer [2024-07-18T11:46:52.044Z] b3cda72fc9fe: Pulling fs layer [2024-07-18T11:46:52.044Z] f593f88cfadf: Pulling fs layer [2024-07-18T11:46:52.044Z] 073d51dd9347: Pulling fs layer [2024-07-18T11:46:52.044Z] 11517b755f11: Pulling fs layer [2024-07-18T11:46:52.044Z] 151556c344ac: Pulling fs layer [2024-07-18T11:46:52.044Z] 391a99f1c3ad: Pulling fs layer [2024-07-18T11:46:52.044Z] 08b60581dc63: Pulling fs layer [2024-07-18T11:46:52.044Z] 8c6fc8c94dc6: Pulling fs layer [2024-07-18T11:46:52.044Z] 36e2f9d4c4da: Pulling fs layer [2024-07-18T11:46:52.044Z] 0187015e66d8: Pulling fs layer [2024-07-18T11:46:52.044Z] 114e58d33eff: Pulling fs layer [2024-07-18T11:46:52.044Z] 5928e8731628: Pulling fs layer [2024-07-18T11:46:52.044Z] 25bcb7950fd6: Pulling fs layer [2024-07-18T11:46:52.044Z] 0187015e66d8: Waiting [2024-07-18T11:46:52.044Z] 391a99f1c3ad: Waiting [2024-07-18T11:46:52.044Z] b3cda72fc9fe: Waiting [2024-07-18T11:46:52.044Z] 08b60581dc63: Waiting [2024-07-18T11:46:52.044Z] 114e58d33eff: Waiting [2024-07-18T11:46:52.044Z] 8c6fc8c94dc6: Waiting [2024-07-18T11:46:52.044Z] f593f88cfadf: Waiting [2024-07-18T11:46:52.044Z] 5928e8731628: Waiting [2024-07-18T11:46:52.044Z] 36e2f9d4c4da: Waiting [2024-07-18T11:46:52.044Z] 25bcb7950fd6: Waiting [2024-07-18T11:46:52.044Z] 073d51dd9347: Waiting [2024-07-18T11:46:52.303Z] 4f4fb700ef54: Download complete [2024-07-18T11:46:52.303Z] 47ab03998fa7: Verifying Checksum [2024-07-18T11:46:52.303Z] 47ab03998fa7: Download complete [2024-07-18T11:46:52.303Z] ec99f8b99825: Verifying Checksum [2024-07-18T11:46:52.303Z] ec99f8b99825: Download complete [2024-07-18T11:46:52.303Z] b3cda72fc9fe: Verifying Checksum [2024-07-18T11:46:52.303Z] b3cda72fc9fe: Download complete [2024-07-18T11:46:52.563Z] ec99f8b99825: Pull complete [2024-07-18T11:46:52.563Z] 11517b755f11: Verifying Checksum [2024-07-18T11:46:52.563Z] 11517b755f11: Download complete [2024-07-18T11:46:52.825Z] 073d51dd9347: Verifying Checksum [2024-07-18T11:46:52.825Z] 073d51dd9347: Download complete [2024-07-18T11:46:52.825Z] f593f88cfadf: Verifying Checksum [2024-07-18T11:46:52.825Z] f593f88cfadf: Download complete [2024-07-18T11:46:52.825Z] 47ab03998fa7: Pull complete [2024-07-18T11:46:52.825Z] 391a99f1c3ad: Verifying Checksum [2024-07-18T11:46:52.825Z] 391a99f1c3ad: Download complete [2024-07-18T11:46:52.825Z] 151556c344ac: Verifying Checksum [2024-07-18T11:46:52.825Z] 151556c344ac: Download complete [2024-07-18T11:46:52.825Z] 4f4fb700ef54: Pull complete [2024-07-18T11:46:52.825Z] 08b60581dc63: Verifying Checksum [2024-07-18T11:46:52.825Z] 08b60581dc63: Download complete [2024-07-18T11:46:52.825Z] b3cda72fc9fe: Pull complete [2024-07-18T11:46:52.825Z] 36e2f9d4c4da: Download complete [2024-07-18T11:46:53.082Z] 0187015e66d8: Verifying Checksum [2024-07-18T11:46:53.082Z] 0187015e66d8: Download complete [2024-07-18T11:46:53.082Z] 8c6fc8c94dc6: Verifying Checksum [2024-07-18T11:46:53.083Z] 8c6fc8c94dc6: Download complete [2024-07-18T11:46:53.083Z] 5928e8731628: Verifying Checksum [2024-07-18T11:46:53.083Z] 25bcb7950fd6: Verifying Checksum [2024-07-18T11:46:53.083Z] 25bcb7950fd6: Download complete [2024-07-18T11:46:53.340Z] f593f88cfadf: Pull complete [2024-07-18T11:46:53.340Z] 114e58d33eff: Verifying Checksum [2024-07-18T11:46:53.340Z] 114e58d33eff: Download complete [2024-07-18T11:46:53.599Z] 073d51dd9347: Pull complete [2024-07-18T11:46:54.164Z] 11517b755f11: Pull complete [2024-07-18T11:46:54.164Z] 151556c344ac: Pull complete [2024-07-18T11:46:54.164Z] 391a99f1c3ad: Pull complete [2024-07-18T11:46:54.164Z] 08b60581dc63: Pull complete [2024-07-18T11:46:54.730Z] 8c6fc8c94dc6: Pull complete [2024-07-18T11:46:54.730Z] 36e2f9d4c4da: Pull complete [2024-07-18T11:46:54.730Z] 0187015e66d8: Pull complete [2024-07-18T11:46:55.665Z] 114e58d33eff: Pull complete [2024-07-18T11:46:55.923Z] 5928e8731628: Pull complete [2024-07-18T11:46:55.923Z] 25bcb7950fd6: Pull complete [2024-07-18T11:46:55.923Z] Digest: sha256:766677799446842639ffa7b88249dc69406bcf5b6c5d9f31d45557654f44b6b1 [2024-07-18T11:46:55.923Z] Status: Downloaded newer image for docker:latest [2024-07-18T11:46:58.453Z] ---> 8295efb5bbcb [2024-07-18T11:46:58.453Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-18T11:46:58.711Z] ---> Running in f6758f7d1993 [2024-07-18T11:46:58.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T11:46:58.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T11:46:59.230Z] OK: 264 MiB in 52 packages [2024-07-18T11:46:59.489Z] Removing intermediate container f6758f7d1993 [2024-07-18T11:46:59.489Z] ---> 683dc7ff9715 [2024-07-18T11:46:59.489Z] Step 10/15 : ENV GO111MODULE=on [2024-07-18T11:46:59.747Z] ---> Running in 0c3703ba3e5f [2024-07-18T11:46:59.747Z] Removing intermediate container 0c3703ba3e5f [2024-07-18T11:46:59.747Z] ---> f12e6c7f6c0c [2024-07-18T11:46:59.747Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-07-18T11:46:59.747Z] ---> Running in afcecf80c388 [2024-07-18T11:46:59.747Z] Removing intermediate container afcecf80c388 [2024-07-18T11:46:59.747Z] ---> 59032bb14dd8 [2024-07-18T11:46:59.747Z] Step 12/15 : COPY go.mod vendor* ./ [2024-07-18T11:47:00.009Z] ---> 946e42fca87f [2024-07-18T11:47:00.009Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T11:47:00.009Z] ---> Running in 96ff8172f92d [2024-07-18T11:47:56.276Z] Removing intermediate container 96ff8172f92d [2024-07-18T11:47:56.276Z] ---> 9b1344735a3f [2024-07-18T11:47:56.276Z] Step 14/15 : COPY . . [2024-07-18T11:47:56.276Z] ---> 258132ba5428 [2024-07-18T11:47:56.276Z] Step 15/15 : RUN ${MAKE} [2024-07-18T11:47:56.276Z] ---> Running in 86420a07b62f [2024-07-18T11:47:56.276Z] noop [2024-07-18T11:47:56.276Z] Removing intermediate container 86420a07b62f [2024-07-18T11:47:56.276Z] ---> 3661e40e0c58 [2024-07-18T11:47:56.276Z] Successfully built 3661e40e0c58 [2024-07-18T11:47:56.276Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:47:56.765Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-18T11:47:56.765Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T11:47:56.930Z] prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container [2024-07-18T11:47:56.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@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 [2024-07-18T11:47:57.323Z] $ docker top 60af108ba8e053ed50fdedc7aff192e6585d17f4adc1307404d6ca4645d5ffa4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T11:47:57.738Z] + go version [2024-07-18T11:47:57.738Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-18T11:47:57.781Z] $ docker stop --time=1 60af108ba8e053ed50fdedc7aff192e6585d17f4adc1307404d6ca4645d5ffa4 [2024-07-18T11:47:59.034Z] $ docker rm -f --volumes 60af108ba8e053ed50fdedc7aff192e6585d17f4adc1307404d6ca4645d5ffa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:47:59.829Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-18T11:47:59.830Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T11:47:59.997Z] prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container [2024-07-18T11:48:00.026Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_edgex-ui-go_PR-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@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 [2024-07-18T11:48:00.364Z] $ docker top b19ff4fe4d38783a05296408fcd24c60ac46c0a6e370c6321ba7a8da850542c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T11:48:00.795Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-771 [Pipeline] fileExists [Pipeline] sh [2024-07-18T11:48:01.178Z] + make test [2024-07-18T11:48:01.178Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2024-07-18T11:48:03.078Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2024-07-18T11:48:17.936Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2024-07-18T11:48:17.936Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2024-07-18T11:48:17.936Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2024-07-18T11:48:17.936Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2024-07-18T11:48:17.936Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2024-07-18T11:48:17.936Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2024-07-18T11:48:17.936Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2024-07-18T11:48:17.936Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2024-07-18T11:48:17.936Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2024-07-18T11:48:23.196Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-18T11:48:23.196Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-18T11:48:23.196Z] ./bin/test-attribution-txt.sh [2024-07-18T11:48:23.196Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for google.golang.org/appengine is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [2024-07-18T11:48:23.196Z] make -C web test [2024-07-18T11:48:23.196Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-771/web' [2024-07-18T11:48:23.196Z] make[1]: tput: No such file or directory [2024-07-18T11:48:23.196Z] make[1]: tput: No such file or directory [2024-07-18T11:48:23.196Z] warning: generating ./VERSION [2024-07-18T11:48:23.196Z] echo "0.0.0" > VERSION [2024-07-18T11:48:23.196Z] docker build \ [2024-07-18T11:48:23.196Z] -f Dockerfile \ [2024-07-18T11:48:23.196Z] --build-arg USER=1000 \ [2024-07-18T11:48:23.196Z] \ [2024-07-18T11:48:23.196Z] --label "git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41" \ [2024-07-18T11:48:23.196Z] -t edgexfoundry/edgex-web-ui:b3c60c71c40e6ec89953c6f219c8b4ed025ded41 \ [2024-07-18T11:48:23.196Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2024-07-18T11:48:23.196Z] . [2024-07-18T11:48:23.196Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2024-07-18T11:48:23.196Z] Install the buildx component to build images with BuildKit: [2024-07-18T11:48:23.196Z] https://docs.docker.com/go/buildx/ [2024-07-18T11:48:23.196Z] [2024-07-18T11:48:23.453Z] Sending build context to Docker daemon 2.62MB [2024-07-18T11:48:23.453Z] Step 1/11 : FROM node:18-alpine3.18 [2024-07-18T11:48:23.453Z] 18-alpine3.18: Pulling from library/node [2024-07-18T11:48:23.453Z] 619be1103602: Already exists [2024-07-18T11:48:23.453Z] 7e9a007eb24b: Pulling fs layer [2024-07-18T11:48:23.453Z] 5189255e31c8: Pulling fs layer [2024-07-18T11:48:23.453Z] 88f4f8a6bc8d: Pulling fs layer [2024-07-18T11:48:23.453Z] 88f4f8a6bc8d: Verifying Checksum [2024-07-18T11:48:23.453Z] 88f4f8a6bc8d: Download complete [2024-07-18T11:48:23.453Z] 5189255e31c8: Verifying Checksum [2024-07-18T11:48:23.453Z] 5189255e31c8: Download complete [2024-07-18T11:48:24.019Z] 7e9a007eb24b: Verifying Checksum [2024-07-18T11:48:24.019Z] 7e9a007eb24b: Download complete [2024-07-18T11:48:24.952Z] 7e9a007eb24b: Pull complete [2024-07-18T11:48:24.952Z] 5189255e31c8: Pull complete [2024-07-18T11:48:24.952Z] 88f4f8a6bc8d: Pull complete [2024-07-18T11:48:24.952Z] Digest: sha256:8863523fed890ce945343aebf959daa56e6b089de1851074f4fe22fe86c04399 [2024-07-18T11:48:24.952Z] Status: Downloaded newer image for node:18-alpine3.18 [2024-07-18T11:48:24.952Z] ---> a19326513a45 [2024-07-18T11:48:24.952Z] Step 2/11 : RUN apk add --no-cache chromium [2024-07-18T11:48:30.221Z] ---> Running in 57b110d7a6a5 [2024-07-18T11:48:30.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T11:48:30.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T11:48:30.222Z] (1/154) Installing libexpat (2.6.2-r0) [2024-07-18T11:48:30.222Z] (2/154) Installing brotli-libs (1.0.9-r14) [2024-07-18T11:48:30.222Z] (3/154) Installing libbz2 (1.0.8-r5) [2024-07-18T11:48:30.222Z] (4/154) Installing libpng (1.6.39-r3) [2024-07-18T11:48:30.222Z] (5/154) Installing freetype (2.13.0-r5) [2024-07-18T11:48:30.222Z] (6/154) Installing fontconfig (2.14.2-r3) [2024-07-18T11:48:30.222Z] (7/154) Installing libfontenc (1.1.7-r2) [2024-07-18T11:48:30.222Z] (8/154) Installing mkfontscale (1.2.2-r3) [2024-07-18T11:48:30.222Z] (9/154) Installing font-opensans (0_git20210927-r1) [2024-07-18T11:48:30.222Z] (10/154) Installing pkgconf (1.9.5-r0) [2024-07-18T11:48:30.222Z] (11/154) Installing libffi (3.4.4-r2) [2024-07-18T11:48:30.222Z] (12/154) Installing libintl (0.21.1-r7) [2024-07-18T11:48:30.222Z] (13/154) Installing libblkid (2.38.1-r8) [2024-07-18T11:48:30.222Z] (14/154) Installing libmount (2.38.1-r8) [2024-07-18T11:48:30.222Z] (15/154) Installing pcre2 (10.42-r1) [2024-07-18T11:48:30.222Z] (16/154) Installing glib (2.76.6-r0) [2024-07-18T11:48:30.222Z] (17/154) Installing xz-libs (5.4.3-r0) [2024-07-18T11:48:30.222Z] (18/154) Installing libxml2 (2.11.8-r0) [2024-07-18T11:48:30.222Z] (19/154) Installing shared-mime-info (2.2-r5) [2024-07-18T11:48:30.222Z] (20/154) Installing hicolor-icon-theme (0.17-r2) [2024-07-18T11:48:30.222Z] (21/154) Installing libjpeg-turbo (2.1.5.1-r3) [2024-07-18T11:48:30.222Z] (22/154) Installing libwebp (1.3.2-r0) [2024-07-18T11:48:30.222Z] (23/154) Installing zstd-libs (1.5.5-r4) [2024-07-18T11:48:30.222Z] (24/154) Installing tiff (4.5.1-r0) [2024-07-18T11:48:30.222Z] (25/154) Installing gdk-pixbuf (2.42.10-r5) [2024-07-18T11:48:30.222Z] (26/154) Installing gtk-update-icon-cache (3.24.41-r0) [2024-07-18T11:48:30.222Z] (27/154) Installing libxau (1.0.11-r2) [2024-07-18T11:48:30.222Z] (28/154) Installing libmd (1.0.4-r2) [2024-07-18T11:48:30.222Z] (29/154) Installing libbsd (0.11.7-r1) [2024-07-18T11:48:30.222Z] (30/154) Installing libxdmcp (1.1.4-r2) [2024-07-18T11:48:30.222Z] (31/154) Installing libxcb (1.15-r1) [2024-07-18T11:48:30.481Z] (32/154) Installing libx11 (1.8.7-r0) [2024-07-18T11:48:30.481Z] (33/154) Installing libxcomposite (0.4.6-r3) [2024-07-18T11:48:30.481Z] (34/154) Installing libxfixes (6.0.1-r2) [2024-07-18T11:48:30.481Z] (35/154) Installing libxrender (0.9.11-r3) [2024-07-18T11:48:30.481Z] (36/154) Installing libxcursor (1.2.1-r2) [2024-07-18T11:48:30.481Z] (37/154) Installing libxdamage (1.1.6-r2) [2024-07-18T11:48:30.481Z] (38/154) Installing libxext (1.3.5-r2) [2024-07-18T11:48:30.481Z] (39/154) Installing libxi (1.8.1-r0) [2024-07-18T11:48:30.481Z] (40/154) Installing libxinerama (1.1.5-r2) [2024-07-18T11:48:30.481Z] (41/154) Installing libxrandr (1.5.3-r2) [2024-07-18T11:48:30.481Z] (42/154) Installing libatk-1.0 (2.48.4-r0) [2024-07-18T11:48:30.481Z] (43/154) Installing libxtst (1.2.4-r2) [2024-07-18T11:48:30.481Z] (44/154) Installing dbus-libs (1.14.8-r0) [2024-07-18T11:48:30.481Z] (45/154) Installing at-spi2-core (2.48.4-r0) [2024-07-18T11:48:30.481Z] (46/154) Installing libatk-bridge-2.0 (2.48.4-r0) [2024-07-18T11:48:30.481Z] (47/154) Installing pixman (0.42.2-r1) [2024-07-18T11:48:30.481Z] (48/154) Installing cairo (1.17.8-r1) [2024-07-18T11:48:30.481Z] (49/154) Installing cairo-gobject (1.17.8-r1) [2024-07-18T11:48:30.481Z] (50/154) Installing avahi-libs (0.8-r13) [2024-07-18T11:48:30.481Z] (51/154) Installing gmp (6.2.1-r3) [2024-07-18T11:48:30.481Z] (52/154) Installing nettle (3.8.1-r2) [2024-07-18T11:48:30.481Z] (53/154) Installing libunistring (1.1-r1) [2024-07-18T11:48:30.481Z] (54/154) Installing libidn2 (2.3.4-r1) [2024-07-18T11:48:30.481Z] (55/154) Installing p11-kit (0.24.1-r2) [2024-07-18T11:48:30.481Z] (56/154) Installing libtasn1 (4.19.0-r1) [2024-07-18T11:48:30.481Z] (57/154) Installing gnutls (3.8.4-r0) [2024-07-18T11:48:30.739Z] (58/154) Installing cups-libs (2.4.9-r0) [2024-07-18T11:48:30.739Z] (59/154) Installing libepoxy (1.5.10-r1) [2024-07-18T11:48:30.739Z] (60/154) Installing fribidi (1.0.13-r0) [2024-07-18T11:48:30.739Z] (61/154) Installing graphite2 (1.3.14-r5) [2024-07-18T11:48:30.739Z] (62/154) Installing harfbuzz (7.3.0-r0) [2024-07-18T11:48:30.739Z] (63/154) Installing libxft (2.3.8-r1) [2024-07-18T11:48:30.739Z] (64/154) Installing pango (1.50.14-r1) [2024-07-18T11:48:30.739Z] (65/154) Installing wayland-libs-client (1.22.0-r2) [2024-07-18T11:48:30.739Z] (66/154) Installing wayland-libs-cursor (1.22.0-r2) [2024-07-18T11:48:30.739Z] (67/154) Installing wayland-libs-egl (1.22.0-r2) [2024-07-18T11:48:30.739Z] (68/154) Installing xkeyboard-config (2.38-r0) [2024-07-18T11:48:30.739Z] (69/154) Installing libxkbcommon (1.5.0-r2) [2024-07-18T11:48:30.739Z] (70/154) Installing gtk+3.0 (3.24.41-r0) [2024-07-18T11:48:30.739Z] (71/154) Installing icu-data-full (73.2-r2) [2024-07-18T11:48:30.998Z] (72/154) Installing mesa (23.0.4-r0) [2024-07-18T11:48:30.998Z] (73/154) Installing llvm15-libs (15.0.7-r6) [2024-07-18T11:48:31.567Z] (74/154) Installing hwdata-pci (0.370-r0) [2024-07-18T11:48:31.567Z] (75/154) Installing libpciaccess (0.17-r2) [2024-07-18T11:48:31.567Z] (76/154) Installing libdrm (2.4.115-r4) [2024-07-18T11:48:31.567Z] (77/154) Installing musl-fts (1.2.7-r5) [2024-07-18T11:48:31.567Z] (78/154) Installing libelf (0.189-r2) [2024-07-18T11:48:31.567Z] (79/154) Installing mesa-glapi (23.0.4-r0) [2024-07-18T11:48:31.567Z] (80/154) Installing mesa-dri-gallium (23.0.4-r0) [2024-07-18T11:48:31.825Z] (81/154) Installing eudev-libs (3.2.11-r8) [2024-07-18T11:48:31.825Z] (82/154) Installing libmagic (5.45-r0) [2024-07-18T11:48:31.825Z] (83/154) Installing file (5.45-r0) [2024-07-18T11:48:31.825Z] (84/154) Installing libice (1.1.1-r2) [2024-07-18T11:48:31.825Z] (85/154) Installing libuuid (2.38.1-r8) [2024-07-18T11:48:31.825Z] (86/154) Installing libsm (1.2.4-r1) [2024-07-18T11:48:31.825Z] (87/154) Installing libxt (1.3.0-r2) [2024-07-18T11:48:31.825Z] (88/154) Installing libxmu (1.1.4-r2) [2024-07-18T11:48:31.825Z] (89/154) Installing xset (1.2.5-r1) [2024-07-18T11:48:31.825Z] (90/154) Installing xprop (1.2.7-r0) [2024-07-18T11:48:31.825Z] (91/154) Installing xdg-utils (1.1.3-r4) [2024-07-18T11:48:31.825Z] (92/154) Installing libogg (1.3.5-r4) [2024-07-18T11:48:31.825Z] (93/154) Installing flac-libs (1.4.3-r0) [2024-07-18T11:48:31.825Z] (94/154) Installing alsa-lib (1.2.9-r1) [2024-07-18T11:48:31.825Z] (95/154) Installing libatomic (12.2.1_git20220924-r10) [2024-07-18T11:48:32.085Z] (96/154) Installing svt-av1-libs (1.6.0-r0) [2024-07-18T11:48:32.085Z] (97/154) Installing aom-libs (3.6.1-r0) [2024-07-18T11:48:32.085Z] (98/154) Installing libva (2.18.0-r1) [2024-07-18T11:48:32.085Z] (99/154) Installing libvdpau (1.5-r1) [2024-07-18T11:48:32.085Z] (100/154) Installing onevpl-libs (2023.2.1-r0) [2024-07-18T11:48:32.086Z] (101/154) Installing ffmpeg-libavutil (6.0.1-r0) [2024-07-18T11:48:32.086Z] (102/154) Installing libdav1d (1.2.1-r0) [2024-07-18T11:48:32.086Z] (103/154) Installing libhwy (1.0.4-r1) [2024-07-18T11:48:32.086Z] (104/154) Installing lcms2 (2.15-r2) [2024-07-18T11:48:32.086Z] (105/154) Installing libjxl (0.8.2-r0) [2024-07-18T11:48:32.086Z] (106/154) Installing lame-libs (3.100-r5) [2024-07-18T11:48:32.086Z] (107/154) Installing opus (1.4-r0) [2024-07-18T11:48:32.086Z] (108/154) Installing libgomp (12.2.1_git20220924-r10) [2024-07-18T11:48:32.086Z] (109/154) Installing soxr (0.1.3-r5) [2024-07-18T11:48:32.086Z] (110/154) Installing ffmpeg-libswresample (6.0.1-r0) [2024-07-18T11:48:32.086Z] (111/154) Installing libtheora (1.1.1-r17) [2024-07-18T11:48:32.086Z] (112/154) Installing libvorbis (1.3.7-r1) [2024-07-18T11:48:32.344Z] (113/154) Installing libvpx (1.13.0-r2) [2024-07-18T11:48:32.344Z] (114/154) Installing x264-libs (0.164_git20220602-r1) [2024-07-18T11:48:32.344Z] (115/154) Installing numactl (2.0.16-r4) [2024-07-18T11:48:32.344Z] (116/154) Installing x265-libs (3.5-r4) [2024-07-18T11:48:32.344Z] (117/154) Installing xvidcore (1.3.7-r1) [2024-07-18T11:48:32.344Z] (118/154) Installing ffmpeg-libavcodec (6.0.1-r0) [2024-07-18T11:48:32.344Z] (119/154) Installing libbluray (1.3.4-r0) [2024-07-18T11:48:32.344Z] (120/154) Installing mpg123-libs (1.31.3-r1) [2024-07-18T11:48:32.344Z] (121/154) Installing libopenmpt (0.7.2-r0) [2024-07-18T11:48:32.602Z] (122/154) Installing cjson (1.7.17-r0) [2024-07-18T11:48:32.602Z] (123/154) Installing mbedtls (2.28.8-r0) [2024-07-18T11:48:32.602Z] (124/154) Installing librist (0.2.7-r0) [2024-07-18T11:48:32.602Z] (125/154) Installing libsrt (1.5.2-r0) [2024-07-18T11:48:32.602Z] (126/154) Installing libssh (0.10.5-r0) [2024-07-18T11:48:32.602Z] (127/154) Installing libsodium (1.0.18-r3) [2024-07-18T11:48:32.602Z] (128/154) Installing libzmq (4.3.4-r4) [2024-07-18T11:48:32.602Z] (129/154) Installing ffmpeg-libavformat (6.0.1-r0) [2024-07-18T11:48:32.602Z] (130/154) Installing libevent (2.1.12-r6) [2024-07-18T11:48:32.602Z] (131/154) Installing wayland-libs-server (1.22.0-r2) [2024-07-18T11:48:32.602Z] (132/154) Installing mesa-gbm (23.0.4-r0) [2024-07-18T11:48:32.602Z] (133/154) Installing harfbuzz-subset (7.3.0-r0) [2024-07-18T11:48:32.602Z] (134/154) Installing icu-libs (73.2-r2) [2024-07-18T11:48:32.602Z] (135/154) Installing jsoncpp (1.9.5-r0) [2024-07-18T11:48:32.602Z] (136/154) Installing minizip (1.2.13-r1) [2024-07-18T11:48:32.602Z] (137/154) Installing nspr (4.35-r2) [2024-07-18T11:48:32.602Z] (138/154) Installing sqlite-libs (3.41.2-r3) [2024-07-18T11:48:32.602Z] (139/154) Installing nss (3.94-r0) [2024-07-18T11:48:32.602Z] (140/154) Installing pipewire-libs (0.3.70-r1) [2024-07-18T11:48:32.602Z] (141/154) Installing libasyncns (0.8-r1) [2024-07-18T11:48:32.602Z] (142/154) Installing libltdl (2.4.7-r2) [2024-07-18T11:48:32.602Z] (143/154) Installing orc (0.4.34-r0) [2024-07-18T11:48:32.602Z] (144/154) Installing libsndfile (1.2.0-r2) [2024-07-18T11:48:32.864Z] (145/154) Installing speexdsp (1.2.1-r1) [2024-07-18T11:48:32.864Z] (146/154) Installing tdb-libs (1.4.8-r1) [2024-07-18T11:48:32.864Z] (147/154) Installing libpulse (16.1-r10) [2024-07-18T11:48:32.864Z] (148/154) Installing snappy (1.1.10-r1) [2024-07-18T11:48:32.864Z] (149/154) Installing libwoff2common (1.0.2-r2) [2024-07-18T11:48:32.864Z] (150/154) Installing libwoff2enc (1.0.2-r2) [2024-07-18T11:48:32.864Z] (151/154) Installing libgpg-error (1.47-r1) [2024-07-18T11:48:32.864Z] (152/154) Installing libgcrypt (1.10.2-r1) [2024-07-18T11:48:32.864Z] (153/154) Installing libxslt (1.1.38-r0) [2024-07-18T11:48:32.864Z] (154/154) Installing chromium (119.0.6045.159-r0) [2024-07-18T11:48:34.242Z] Executing busybox-1.36.1-r5.trigger [2024-07-18T11:48:34.242Z] Executing fontconfig-2.14.2-r3.trigger [2024-07-18T11:48:34.242Z] Executing mkfontscale-1.2.2-r3.trigger [2024-07-18T11:48:34.242Z] Executing glib-2.76.6-r0.trigger [2024-07-18T11:48:34.242Z] Executing shared-mime-info-2.2-r5.trigger [2024-07-18T11:48:34.516Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2024-07-18T11:48:34.516Z] Executing gtk-update-icon-cache-3.24.41-r0.trigger [2024-07-18T11:48:34.776Z] Executing gtk+3.0-3.24.41-r0.trigger [2024-07-18T11:48:34.776Z] OK: 579 MiB in 171 packages [2024-07-18T11:48:44.763Z] Removing intermediate container 57b110d7a6a5 [2024-07-18T11:48:44.763Z] ---> 956f2bfb8b1a [2024-07-18T11:48:44.763Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2024-07-18T11:48:45.023Z] ---> Running in ed67b1e94515 [2024-07-18T11:48:45.023Z] Removing intermediate container ed67b1e94515 [2024-07-18T11:48:45.023Z] ---> 5be3816d3ab1 [2024-07-18T11:48:45.023Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2024-07-18T11:48:45.023Z] ---> Running in 06ac37718309 [2024-07-18T11:48:45.023Z] Removing intermediate container 06ac37718309 [2024-07-18T11:48:45.023Z] ---> fbfd1ae61f2c [2024-07-18T11:48:45.023Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2024-07-18T11:48:45.023Z] ---> Running in 5ef5d97bf2ec [2024-07-18T11:48:45.282Z] Removing intermediate container 5ef5d97bf2ec [2024-07-18T11:48:45.282Z] ---> cd492db8f4e5 [2024-07-18T11:48:45.282Z] Step 6/11 : RUN npm install -g npm [2024-07-18T11:48:45.282Z] ---> Running in 6fd77e8b19c1 [2024-07-18T11:48:53.395Z] [2024-07-18T11:48:53.395Z] removed 7 packages, and changed 69 packages in 7s [2024-07-18T11:48:53.395Z] [2024-07-18T11:48:53.395Z] 22 packages are looking for funding [2024-07-18T11:48:53.395Z] run `npm fund` for details [2024-07-18T11:48:53.965Z] Removing intermediate container 6fd77e8b19c1 [2024-07-18T11:48:53.965Z] ---> cf281729e2e5 [2024-07-18T11:48:53.965Z] Step 7/11 : ARG USER=1000 [2024-07-18T11:48:53.965Z] ---> Running in 18e4633c7e73 [2024-07-18T11:48:54.223Z] Removing intermediate container 18e4633c7e73 [2024-07-18T11:48:54.224Z] ---> 496e6c5737c8 [2024-07-18T11:48:54.224Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2024-07-18T11:48:54.224Z] ---> Running in 62598073afdd [2024-07-18T11:48:54.791Z] Removing intermediate container 62598073afdd [2024-07-18T11:48:54.791Z] ---> 5a30abbfe8b2 [2024-07-18T11:48:54.791Z] Step 9/11 : USER $USER:$USER [2024-07-18T11:48:54.791Z] ---> Running in 2ec4fe4b17f1 [2024-07-18T11:48:54.791Z] Removing intermediate container 2ec4fe4b17f1 [2024-07-18T11:48:54.791Z] ---> 9dbd3ed73208 [2024-07-18T11:48:54.791Z] Step 10/11 : WORKDIR /app [2024-07-18T11:48:54.791Z] ---> Running in 929a6f17aed9 [2024-07-18T11:48:54.791Z] Removing intermediate container 929a6f17aed9 [2024-07-18T11:48:54.791Z] ---> efe1574a14c9 [2024-07-18T11:48:54.791Z] Step 11/11 : LABEL git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [2024-07-18T11:48:54.791Z] ---> Running in 9c32944f7ae8 [2024-07-18T11:48:55.051Z] Removing intermediate container 9c32944f7ae8 [2024-07-18T11:48:55.051Z] ---> 804a796ee587 [2024-07-18T11:48:55.051Z] Successfully built 804a796ee587 [2024-07-18T11:48:55.051Z] Successfully tagged edgexfoundry/edgex-web-ui:b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [2024-07-18T11:48:55.051Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2024-07-18T11:48:55.051Z] touch edgex-web-ui.imagebuilt [2024-07-18T11:48:55.051Z] mkdir -p node_modules coverage [2024-07-18T11:48:55.051Z] chown "1000:1000" . node_modules coverage package-lock.json [2024-07-18T11:48:55.051Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2024-07-18T11:48:59.247Z] npm warn deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. [2024-07-18T11:49:00.634Z] npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2024-07-18T11:49:00.894Z] npm warn deprecated har-validator@5.1.5: this library is no longer supported [2024-07-18T11:49:01.153Z] npm warn deprecated domexception@2.0.1: Use your platform's native DOMException instead [2024-07-18T11:49:01.722Z] npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead [2024-07-18T11:49:02.341Z] npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs [2024-07-18T11:49:02.600Z] npm warn deprecated @babel/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. [2024-07-18T11:49:02.600Z] npm warn deprecated @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. [2024-07-18T11:49:02.858Z] npm warn deprecated @wessberg/ts-evaluator@0.0.27: this package has been renamed to ts-evaluator. Please install ts-evaluator instead [2024-07-18T11:49:02.859Z] npm warn deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular [2024-07-18T11:49:03.794Z] npm warn deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2024-07-18T11:49:03.794Z] npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2024-07-18T11:49:06.326Z] npm warn deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [2024-07-18T11:49:10.730Z] [2024-07-18T11:49:10.730Z] added 1182 packages, and audited 1183 packages in 15s [2024-07-18T11:49:10.730Z] [2024-07-18T11:49:10.730Z] 100 packages are looking for funding [2024-07-18T11:49:10.730Z] run `npm fund` for details [2024-07-18T11:49:10.730Z] [2024-07-18T11:49:10.730Z] 26 vulnerabilities (13 moderate, 12 high, 1 critical) [2024-07-18T11:49:10.730Z] [2024-07-18T11:49:10.730Z] To address issues that do not require attention, run: [2024-07-18T11:49:10.730Z] npm audit fix [2024-07-18T11:49:10.730Z] [2024-07-18T11:49:10.731Z] To address all issues (including breaking changes), run: [2024-07-18T11:49:10.731Z] npm audit fix --force [2024-07-18T11:49:10.731Z] [2024-07-18T11:49:10.731Z] Run `npm audit` for details. [2024-07-18T11:49:17.296Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox [2024-07-18T11:49:18.675Z] - Generating browser application bundles (phase: setup)... [2024-07-18T11:49:19.325Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5861 in /w/workspace/edgexfoundry_edgex-ui-go_PR-771 [Pipeline] { [Pipeline] ws [2024-07-18T11:49:19.409Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2024-07-18T11:49:19.538Z] The recommended git tool is: git [2024-07-18T11:49:27.962Z] using credential edgex-jenkins-ssh [2024-07-18T11:49:27.991Z] Cloning the remote Git repository [2024-07-18T11:49:28.072Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2024-07-18T11:49:28.345Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2024-07-18T11:49:28.576Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2024-07-18T11:49:28.577Z] > git --version # timeout=10 [2024-07-18T11:49:28.617Z] > git --version # 'git version 2.25.1' [2024-07-18T11:49:28.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-18T11:49:28.856Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-18T11:49:34.030Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2024-07-18T11:49:34.060Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-18T11:49:34.999Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2024-07-18T11:49:35.646Z] Merging remotes/origin/main commit a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc into PR head commit b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [2024-07-18T11:49:36.296Z] Merge succeeded, producing b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [2024-07-18T11:49:36.297Z] Checking out Revision b3c60c71c40e6ec89953c6f219c8b4ed025ded41 (PR-771) [2024-07-18T11:49:35.050Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2024-07-18T11:49:35.051Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-18T11:49:35.076Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/771/head:refs/remotes/origin/PR-771 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-18T11:49:35.661Z] > git config core.sparsecheckout # timeout=10 [2024-07-18T11:49:35.732Z] > git checkout -f b3c60c71c40e6ec89953c6f219c8b4ed025ded41 # timeout=10 [2024-07-18T11:49:36.170Z] > git remote # timeout=10 [2024-07-18T11:49:36.191Z] > git config --get remote.origin.url # timeout=10 [2024-07-18T11:49:36.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-18T11:49:36.242Z] > git merge a8d6b1442bc468e13692d3d2eaadfc8c4e6675cc # timeout=10 [2024-07-18T11:49:36.271Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-18T11:49:36.299Z] > git config core.sparsecheckout # timeout=10 [2024-07-18T11:49:36.314Z] > git checkout -f b3c60c71c40e6ec89953c6f219c8b4ed025ded41 # timeout=10 [2024-07-18T11:49:40.148Z] Commit message: "feat: update go-mod-bootstrap dep" [2024-07-18T11:49:40.214Z] > git --version # timeout=10 [2024-07-18T11:49:40.227Z] > git --version # 'git version 2.25.1' [2024-07-18T11:49:40.246Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-18T11:49:42.480Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-18T11:49:42.480Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T11:49:42.480Z] Dload Upload Total Spent Left Speed [2024-07-18T11:49:42.480Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 215k 0 --:--:-- --:--:-- --:--:-- 215k [Pipeline] sh [2024-07-18T11:49:42.848Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-18T11:49:43.235Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-18T11:49:43.235Z] + sudo tee /etc/docker/daemon.new [2024-07-18T11:49:43.235Z] { [2024-07-18T11:49:43.235Z] "registry-mirrors": [ [2024-07-18T11:49:43.235Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-18T11:49:43.235Z] ], [2024-07-18T11:49:43.235Z] "bip": "10.250.0.254/24", [2024-07-18T11:49:43.235Z] "hosts": [ [2024-07-18T11:49:43.235Z] "tcp://0.0.0.0:5555", [2024-07-18T11:49:43.235Z] "unix:///var/run/docker.sock" [2024-07-18T11:49:43.235Z] ], [2024-07-18T11:49:43.235Z] "mtu": 1458, [2024-07-18T11:49:43.235Z] "selinux-enabled": true, [2024-07-18T11:49:43.235Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-18T11:49:43.235Z] } [Pipeline] sh [2024-07-18T11:49:43.600Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-18T11:49:43.971Z] + sudo service docker restart [2024-07-18T11:49:45.221Z] ✔ Browser application bundle generation complete. [2024-07-18T11:49:45.221Z] 18 07 2024 11:49:41.074:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2024-07-18T11:49:45.221Z] 18 07 2024 11:49:41.076:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2024-07-18T11:49:45.221Z] 18 07 2024 11:49:41.079:INFO [launcher]: Starting browser ChromeHeadless [2024-07-18T11:49:45.221Z] 18 07 2024 11:49:41.398:INFO [Chrome Headless 119.0.6045.159 (Linux x86_64)]: Connected on socket PvlLpPcSf1Dxnvr6AAAB with id 92084475 [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.095 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.1 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.106 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.108 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.112 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.133 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.153 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.164 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.169 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.172 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.196 secs) [2024-07-18T11:49:45.221Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.2 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.224 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.232 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.236 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.256 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.259 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.277 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.291 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.298 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.303 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.309 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.361 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.367 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.373 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.378 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.405 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.414 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.421 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.429 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.434 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.503 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.519 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.53 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.541 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.547 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.553 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.573 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.585 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.597 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.604 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.61 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.619 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.624 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.629 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.638 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.642 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.643 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.647 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.654 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.66 secs) [2024-07-18T11:49:45.222Z] ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): [2024-07-18T11:49:45.222Z] 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. [2024-07-18T11:49:45.222Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.66 secs) [2024-07-18T11:49:45.222Z] ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): [2024-07-18T11:49:45.222Z] 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. [2024-07-18T11:49:45.222Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.663 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.665 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.666 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.691 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.702 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.714 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.718 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.72 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.721 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.742 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.745 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.758 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.764 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.767 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.771 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.793 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.805 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.82 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.824 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.829 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.832 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.845 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.852 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 0.862 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 0.864 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 0.866 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 0.87 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 0.871 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 0.885 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 0.888 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 0.895 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 0.898 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 0.916 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 0.977 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 0.98 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 0.981 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 0.992 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 0.997 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 1.001 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 1.006 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 1.009 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 1.01 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 1.033 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 1.038 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 1.052 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 1.054 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 1.055 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 1.056 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 1.074 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 1.091 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 1.116 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.13 secs) [2024-07-18T11:49:45.222Z] WARN: ' [2024-07-18T11:49:45.222Z] It looks like you're using ngModel on the same form field as formControlName. [2024-07-18T11:49:45.222Z] Support for using the ngModel input property and ngModelChange event with [2024-07-18T11:49:45.222Z] reactive form directives has been deprecated in Angular v6 and will be removed [2024-07-18T11:49:45.222Z] in a future version of Angular. [2024-07-18T11:49:45.222Z] [2024-07-18T11:49:45.222Z] For more information on this, see our API docs here: [2024-07-18T11:49:45.222Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2024-07-18T11:49:45.222Z] ' [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.13 secs) [2024-07-18T11:49:45.222Z] WARN: ' [2024-07-18T11:49:45.222Z] It looks like you're using ngModel on the same form field as formControlName. [2024-07-18T11:49:45.222Z] Support for using the ngModel input property and ngModelChange event with [2024-07-18T11:49:45.222Z] reactive form directives has been deprecated in Angular v6 and will be removed [2024-07-18T11:49:45.222Z] in a future version of Angular. [2024-07-18T11:49:45.222Z] [2024-07-18T11:49:45.222Z] For more information on this, see our API docs here: [2024-07-18T11:49:45.222Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2024-07-18T11:49:45.222Z] ' [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 1.149 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 1.161 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 1.165 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 1.182 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 1.187 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 1.189 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 1.19 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 1.192 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.196 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.198 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.2 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.202 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.204 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.214 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.228 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.23 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.231 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.241 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.243 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.245 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.269 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.27 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.27 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.279 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.282 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.284 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.286 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.302 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.306 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.307 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.322 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.335 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.339 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.342 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.347 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.366 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.373 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.375 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.376 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.381 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.402 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.406 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.416 secs) [2024-07-18T11:49:45.222Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.428 secs) [2024-07-18T11:49:45.481Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0.498 secs / 1.428 secs) [2024-07-18T11:49:45.481Z] TOTAL: 147 SUCCESS [2024-07-18T11:49:45.481Z] ✔ Browser application bundle generation complete. [2024-07-18T11:49:45.740Z] [2024-07-18T11:49:45.740Z] =============================== Coverage summary =============================== [2024-07-18T11:49:45.740Z] Statements : 39.07% ( 1375/3519 ) [2024-07-18T11:49:45.740Z] Branches : 15.3% ( 94/614 ) [2024-07-18T11:49:45.740Z] Functions : 32.22% ( 425/1319 ) [2024-07-18T11:49:45.740Z] Lines : 39% ( 1344/3446 ) [2024-07-18T11:49:45.740Z] ================================================================================ [2024-07-18T11:49:45.740Z] ✔ Browser application bundle generation complete. [2024-07-18T11:49:47.652Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-771/web' [Pipeline] echo [2024-07-18T11:49:47.710Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-18T11:49:47.753Z] $ docker stop --time=1 b19ff4fe4d38783a05296408fcd24c60ac46c0a6e370c6321ba7a8da850542c7 [2024-07-18T11:49:49.038Z] $ docker rm -f --volumes b19ff4fe4d38783a05296408fcd24c60ac46c0a6e370c6321ba7a8da850542c7 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-18T11:49:49.576Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-18T11:49:49.946Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-07-18T11:49:50.613Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-18T11:49:50.925Z] + ls -al . [2024-07-18T11:49:50.925Z] total 264 [2024-07-18T11:49:50.925Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 18 11:48 . [2024-07-18T11:49:50.925Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:45 .. [2024-07-18T11:49:50.925Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:45 .blubracket [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 18 Jul 18 11:45 .dockerignore [2024-07-18T11:49:50.925Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 11:46 .git [2024-07-18T11:49:50.925Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:45 .github [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 178 Jul 18 11:45 .gitignore [2024-07-18T11:49:50.925Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 18 11:46 .semver [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 9736 Jul 18 11:45 Attribution.txt [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 21430 Jul 18 11:45 CHANGELOG.md [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jul 18 11:45 CONTRIBUTING.md [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 1940 Jul 18 11:45 Dockerfile [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 652 Jul 18 11:45 Jenkinsfile [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jul 18 11:45 LICENSE [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 2189 Jul 18 11:45 Makefile [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 4381 Jul 18 11:45 README.md [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 18 11:46 VERSION [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 4832 Jul 18 11:45 angularmigrationlogs.md [2024-07-18T11:49:50.925Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:45 assets [2024-07-18T11:49:50.925Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:45 bin [2024-07-18T11:49:50.925Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:45 cmd [2024-07-18T11:49:50.925Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 18 11:48 coverage.out [2024-07-18T11:49:50.925Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:45 docs [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 6918 Jul 18 11:45 go.mod [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 100713 Jul 18 11:45 go.sum [2024-07-18T11:49:50.925Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 11:45 internal [2024-07-18T11:49:50.925Z] -rwxrwxr-x 1 jenkins jenkins 568 Jul 18 11:45 redeploy.sh [2024-07-18T11:49:50.925Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:45 testing [2024-07-18T11:49:50.925Z] -rw-rw-r-- 1 jenkins jenkins 155 Jul 18 11:45 version.go [2024-07-18T11:49:50.925Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 18 11:49 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:49:51.361Z] + 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=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 --label arch=amd64 --label version=0.0.0 . [2024-07-18T11:49:52.734Z] Sending build context to Docker daemon 346.6MB [2024-07-18T11:49:52.735Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-07-18T11:49:52.735Z] Step 2/27 : FROM ${BASE} AS builder [2024-07-18T11:49:52.735Z] ---> 3661e40e0c58 [2024-07-18T11:49:52.735Z] Step 3/27 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-07-18T11:49:56.018Z] ---> Running in c257a2735d71 [2024-07-18T11:49:56.018Z] Removing intermediate container c257a2735d71 [2024-07-18T11:49:56.018Z] ---> fcf18aa74949 [2024-07-18T11:49:56.018Z] Step 4/27 : ARG ALPINE_PKG_BASE="make git" [2024-07-18T11:49:56.018Z] ---> Running in 6d95846b06a3 [2024-07-18T11:49:56.018Z] Removing intermediate container 6d95846b06a3 [2024-07-18T11:49:56.018Z] ---> 64e5c273a16d [2024-07-18T11:49:56.018Z] Step 5/27 : ARG ALPINE_PKG_EXTRA="" [2024-07-18T11:49:56.018Z] ---> Running in 9f5cabd0f4b7 [2024-07-18T11:49:56.018Z] Removing intermediate container 9f5cabd0f4b7 [2024-07-18T11:49:56.018Z] ---> a96a37a17d94 [2024-07-18T11:49:56.018Z] Step 6/27 : LABEL Name=edgex-ui-go [2024-07-18T11:49:56.018Z] ---> Running in 25d8365d4bc2 [2024-07-18T11:49:56.275Z] Removing intermediate container 25d8365d4bc2 [2024-07-18T11:49:56.275Z] ---> b12e2cf84810 [2024-07-18T11:49:56.275Z] Step 7/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-07-18T11:49:56.275Z] ---> Running in bc0ee55cc36b [2024-07-18T11:49:56.275Z] Removing intermediate container bc0ee55cc36b [2024-07-18T11:49:56.275Z] ---> c51d55086ccd [2024-07-18T11:49:56.275Z] Step 8/27 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-07-18T11:49:57.210Z] ---> 68d0d0382da0 [2024-07-18T11:49:57.210Z] Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-18T11:49:57.210Z] ---> Running in bfced45874b9 [2024-07-18T11:49:57.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T11:49:57.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T11:49:57.728Z] OK: 264 MiB in 52 packages [2024-07-18T11:49:57.986Z] Removing intermediate container bfced45874b9 [2024-07-18T11:49:57.986Z] ---> 0daa52a3f8ac [2024-07-18T11:49:57.986Z] Step 10/27 : ENV GO111MODULE=on [2024-07-18T11:49:57.986Z] ---> Running in d8f3743eb6a6 [2024-07-18T11:49:58.254Z] Removing intermediate container d8f3743eb6a6 [2024-07-18T11:49:58.254Z] ---> 4ea93b931462 [2024-07-18T11:49:58.254Z] Step 11/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-07-18T11:49:58.254Z] ---> Running in a5b4f06f8751 [2024-07-18T11:49:58.254Z] Removing intermediate container a5b4f06f8751 [2024-07-18T11:49:58.254Z] ---> 9cf62ba738ab [2024-07-18T11:49:58.254Z] Step 12/27 : COPY go.mod vendor* ./ [2024-07-18T11:49:58.515Z] ---> 8da521dd250c [2024-07-18T11:49:58.515Z] Step 13/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T11:49:58.515Z] ---> Running in f6c1c966c819 [2024-07-18T11:49:59.086Z] Removing intermediate container f6c1c966c819 [2024-07-18T11:49:59.086Z] ---> 7bfd84f0c874 [2024-07-18T11:49:59.086Z] Step 14/27 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-18T11:50:02.357Z] provisioning config files... [2024-07-18T11:50:02.386Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config16482849430683443480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T11:50:02.889Z] ---> ****-login.sh [2024-07-18T11:50:02.889Z] nexus3.edgexfoundry.org:10001 [2024-07-18T11:50:03.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:50:03.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:50:03.477Z] Configure a credential helper to remove this warning. See [2024-07-18T11:50:03.478Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:50:03.478Z] [2024-07-18T11:50:03.478Z] Login Succeeded [2024-07-18T11:50:03.478Z] nexus3.edgexfoundry.org:10002 [2024-07-18T11:50:03.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:50:04.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:50:04.019Z] Configure a credential helper to remove this warning. See [2024-07-18T11:50:04.019Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:50:04.019Z] [2024-07-18T11:50:04.019Z] Login Succeeded [2024-07-18T11:50:04.019Z] nexus3.edgexfoundry.org:10003 [2024-07-18T11:50:04.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:50:04.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:50:04.297Z] Configure a credential helper to remove this warning. See [2024-07-18T11:50:04.297Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:50:04.297Z] [2024-07-18T11:50:04.297Z] Login Succeeded [2024-07-18T11:50:04.297Z] nexus3.edgexfoundry.org:10004 [2024-07-18T11:50:04.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:50:04.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:50:04.834Z] Configure a credential helper to remove this warning. See [2024-07-18T11:50:04.834Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:50:04.834Z] [2024-07-18T11:50:04.834Z] Login Succeeded [2024-07-18T11:50:04.834Z] ****.io [2024-07-18T11:50:05.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T11:50:05.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T11:50:05.375Z] Configure a credential helper to remove this warning. See [2024-07-18T11:50:05.375Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T11:50:05.375Z] [2024-07-18T11:50:05.375Z] Login Succeeded [2024-07-18T11:50:05.375Z] ---> ****-login.sh ends [Pipeline] } [2024-07-18T11:50:05.413Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-18T11:50:05.958Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T11:50:06.007Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T11:50:06.063Z] ========================================================= [2024-07-18T11:50:06.063Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-18T11:50:06.063Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:50:06.610Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-18T11:50:08.039Z] Sending build context to Docker daemon 35.45MB [2024-07-18T11:50:08.039Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2024-07-18T11:50:08.040Z] Step 2/15 : FROM ${BASE} AS builder [2024-07-18T11:50:08.310Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-18T11:50:08.310Z] c6b39de5b339: Pulling fs layer [2024-07-18T11:50:08.310Z] a69c41024577: Pulling fs layer [2024-07-18T11:50:08.310Z] d6de4b400683: Pulling fs layer [2024-07-18T11:50:08.310Z] 35cb2a7552d0: Pulling fs layer [2024-07-18T11:50:08.310Z] 4f4fb700ef54: Pulling fs layer [2024-07-18T11:50:08.310Z] 464afbd9ba4c: Pulling fs layer [2024-07-18T11:50:08.310Z] 00f215d4a9da: Pulling fs layer [2024-07-18T11:50:08.310Z] d496ad576159: Pulling fs layer [2024-07-18T11:50:08.310Z] 35cb2a7552d0: Waiting [2024-07-18T11:50:08.310Z] 464afbd9ba4c: Waiting [2024-07-18T11:50:08.310Z] 4f4fb700ef54: Waiting [2024-07-18T11:50:08.310Z] 00f215d4a9da: Waiting [2024-07-18T11:50:08.310Z] d496ad576159: Waiting [2024-07-18T11:50:08.310Z] c6b39de5b339: Download complete [2024-07-18T11:50:08.310Z] a69c41024577: Verifying Checksum [2024-07-18T11:50:08.310Z] a69c41024577: Download complete [2024-07-18T11:50:08.310Z] 35cb2a7552d0: Verifying Checksum [2024-07-18T11:50:08.310Z] 35cb2a7552d0: Download complete [2024-07-18T11:50:08.522Z] ---> 5f1c48289a86 [2024-07-18T11:50:08.522Z] Step 15/27 : RUN ${MAKE} [2024-07-18T11:50:08.578Z] 4f4fb700ef54: Download complete [2024-07-18T11:50:08.578Z] 464afbd9ba4c: Verifying Checksum [2024-07-18T11:50:08.578Z] 464afbd9ba4c: Download complete [2024-07-18T11:50:08.782Z] ---> Running in bf370544cb26 [2024-07-18T11:50:08.782Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2024-07-18T11:50:09.167Z] d496ad576159: Verifying Checksum [2024-07-18T11:50:09.168Z] d496ad576159: Download complete [2024-07-18T11:50:09.438Z] c6b39de5b339: Pull complete [2024-07-18T11:50:10.028Z] a69c41024577: Pull complete [2024-07-18T11:50:10.296Z] d6de4b400683: Verifying Checksum [2024-07-18T11:50:10.296Z] d6de4b400683: Download complete [2024-07-18T11:50:11.705Z] 00f215d4a9da: Verifying Checksum [2024-07-18T11:50:11.705Z] 00f215d4a9da: Download complete [2024-07-18T11:50:24.067Z] d6de4b400683: Pull complete [2024-07-18T11:50:24.067Z] 35cb2a7552d0: Pull complete [2024-07-18T11:50:24.067Z] 4f4fb700ef54: Pull complete [2024-07-18T11:50:24.067Z] 464afbd9ba4c: Pull complete [2024-07-18T11:50:34.179Z] 00f215d4a9da: Pull complete [2024-07-18T11:50:35.592Z] d496ad576159: Pull complete [2024-07-18T11:50:35.592Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-18T11:50:35.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-18T11:50:35.592Z] ---> f246e2811388 [2024-07-18T11:50:35.592Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-07-18T11:50:37.537Z] ---> Running in d32627e8e696 [2024-07-18T11:50:37.809Z] Removing intermediate container d32627e8e696 [2024-07-18T11:50:37.809Z] ---> e09047f44cff [2024-07-18T11:50:37.809Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2024-07-18T11:50:37.809Z] ---> Running in 436f1eb51c5e [2024-07-18T11:50:38.076Z] Removing intermediate container 436f1eb51c5e [2024-07-18T11:50:38.076Z] ---> 0fc3836254d8 [2024-07-18T11:50:38.076Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2024-07-18T11:50:38.076Z] ---> Running in 61d003d9c5ba [2024-07-18T11:50:38.657Z] Removing intermediate container 61d003d9c5ba [2024-07-18T11:50:38.657Z] ---> 87ec6d749417 [2024-07-18T11:50:38.657Z] Step 6/15 : LABEL Name=edgex-ui-go [2024-07-18T11:50:38.657Z] ---> Running in 07d96c41bb8b [2024-07-18T11:50:38.943Z] Removing intermediate container 07d96c41bb8b [2024-07-18T11:50:38.943Z] ---> 8af23432166a [2024-07-18T11:50:38.943Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-07-18T11:50:38.943Z] ---> Running in 9d5fd56ccb12 [2024-07-18T11:50:39.211Z] Removing intermediate container 9d5fd56ccb12 [2024-07-18T11:50:39.212Z] ---> 3f4944ff8419 [2024-07-18T11:50:39.212Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-07-18T11:50:39.799Z] latest: Pulling from library/docker [2024-07-18T11:50:39.799Z] a258b2a6b59a: Pulling fs layer [2024-07-18T11:50:39.799Z] b2f8dab30f22: Pulling fs layer [2024-07-18T11:50:39.799Z] 4f4fb700ef54: Pulling fs layer [2024-07-18T11:50:39.799Z] c54bf39759f3: Pulling fs layer [2024-07-18T11:50:39.799Z] b33c4c475f56: Pulling fs layer [2024-07-18T11:50:39.799Z] c54bf39759f3: Waiting [2024-07-18T11:50:39.799Z] dcd74540bb82: Pulling fs layer [2024-07-18T11:50:39.799Z] b33c4c475f56: Waiting [2024-07-18T11:50:39.799Z] cb008b6dcb7e: Pulling fs layer [2024-07-18T11:50:39.799Z] dcd74540bb82: Waiting [2024-07-18T11:50:39.799Z] cb008b6dcb7e: Waiting [2024-07-18T11:50:39.799Z] 3a19f9b55aa8: Pulling fs layer [2024-07-18T11:50:39.799Z] 3a19f9b55aa8: Waiting [2024-07-18T11:50:39.799Z] 08ee64edbedc: Pulling fs layer [2024-07-18T11:50:39.799Z] 08ee64edbedc: Waiting [2024-07-18T11:50:39.799Z] d76b6f185bd4: Pulling fs layer [2024-07-18T11:50:39.799Z] 2ef7abb6af9f: Pulling fs layer [2024-07-18T11:50:39.799Z] d76b6f185bd4: Waiting [2024-07-18T11:50:39.799Z] 2ef7abb6af9f: Waiting [2024-07-18T11:50:39.799Z] d907f720b340: Pulling fs layer [2024-07-18T11:50:39.799Z] 7b7169de9eef: Pulling fs layer [2024-07-18T11:50:39.799Z] d907f720b340: Waiting [2024-07-18T11:50:39.799Z] 811c4d511042: Pulling fs layer [2024-07-18T11:50:39.799Z] 61f326718cbf: Pulling fs layer [2024-07-18T11:50:39.799Z] 9ad1e5ac6449: Pulling fs layer [2024-07-18T11:50:39.799Z] 7b7169de9eef: Waiting [2024-07-18T11:50:39.799Z] 811c4d511042: Waiting [2024-07-18T11:50:39.799Z] 61f326718cbf: Waiting [2024-07-18T11:50:40.076Z] 4f4fb700ef54: Verifying Checksum [2024-07-18T11:50:40.077Z] 4f4fb700ef54: Download complete [2024-07-18T11:50:40.352Z] c54bf39759f3: Verifying Checksum [2024-07-18T11:50:40.352Z] c54bf39759f3: Download complete [2024-07-18T11:50:40.352Z] a258b2a6b59a: Verifying Checksum [2024-07-18T11:50:40.352Z] a258b2a6b59a: Download complete [2024-07-18T11:50:40.352Z] b2f8dab30f22: Verifying Checksum [2024-07-18T11:50:40.352Z] b2f8dab30f22: Download complete [2024-07-18T11:50:40.841Z] Removing intermediate container bf370544cb26 [2024-07-18T11:50:40.841Z] ---> fb39bb4ca644 [2024-07-18T11:50:40.841Z] Step 16/27 : FROM alpine:3.18 [2024-07-18T11:50:40.841Z] 3.18: Pulling from library/alpine [2024-07-18T11:50:40.841Z] 73baa7ef167e: Pulling fs layer [2024-07-18T11:50:40.841Z] 73baa7ef167e: Download complete [2024-07-18T11:50:40.841Z] 73baa7ef167e: Pull complete [2024-07-18T11:50:40.841Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T11:50:40.841Z] Status: Downloaded newer image for alpine:3.18 [2024-07-18T11:50:40.841Z] ---> 8fd7cac70a4a [2024-07-18T11:50:40.841Z] Step 17/27 : RUN apk --no-cache upgrade [2024-07-18T11:50:40.841Z] ---> Running in a30b0e5da0c5 [2024-07-18T11:50:40.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T11:50:40.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T11:50:41.100Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T11:50:41.323Z] dcd74540bb82: Verifying Checksum [2024-07-18T11:50:41.323Z] dcd74540bb82: Download complete [2024-07-18T11:50:41.323Z] b33c4c475f56: Verifying Checksum [2024-07-18T11:50:41.323Z] b33c4c475f56: Download complete [2024-07-18T11:50:41.323Z] a258b2a6b59a: Pull complete [2024-07-18T11:50:41.323Z] cb008b6dcb7e: Download complete [2024-07-18T11:50:41.323Z] 3a19f9b55aa8: Verifying Checksum [2024-07-18T11:50:41.323Z] 3a19f9b55aa8: Download complete [2024-07-18T11:50:41.323Z] 08ee64edbedc: Download complete [2024-07-18T11:50:41.323Z] d76b6f185bd4: Verifying Checksum [2024-07-18T11:50:41.323Z] d76b6f185bd4: Download complete [2024-07-18T11:50:41.323Z] d907f720b340: Verifying Checksum [2024-07-18T11:50:41.323Z] d907f720b340: Download complete [2024-07-18T11:50:41.360Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T11:50:41.360Z] OK: 7 MiB in 15 packages [2024-07-18T11:50:41.613Z] 7b7169de9eef: Download complete [2024-07-18T11:50:41.613Z] 61f326718cbf: Verifying Checksum [2024-07-18T11:50:41.613Z] 61f326718cbf: Download complete [2024-07-18T11:50:41.883Z] 2ef7abb6af9f: Verifying Checksum [2024-07-18T11:50:41.883Z] 2ef7abb6af9f: Download complete [2024-07-18T11:50:41.883Z] 9ad1e5ac6449: Verifying Checksum [2024-07-18T11:50:41.883Z] 9ad1e5ac6449: Download complete [2024-07-18T11:50:42.477Z] b2f8dab30f22: Pull complete [2024-07-18T11:50:42.746Z] 4f4fb700ef54: Pull complete [2024-07-18T11:50:42.750Z] Removing intermediate container a30b0e5da0c5 [2024-07-18T11:50:42.750Z] ---> 2e756c3da477 [2024-07-18T11:50:42.750Z] Step 18/27 : RUN apk add --update --no-cache dumb-init [2024-07-18T11:50:43.009Z] ---> Running in bc5d8617d716 [2024-07-18T11:50:43.015Z] c54bf39759f3: Pull complete [2024-07-18T11:50:43.266Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T11:50:43.266Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T11:50:43.283Z] 811c4d511042: Verifying Checksum [2024-07-18T11:50:43.283Z] 811c4d511042: Download complete [2024-07-18T11:50:43.523Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-18T11:50:43.523Z] Executing busybox-1.36.1-r7.trigger [2024-07-18T11:50:43.523Z] OK: 7 MiB in 16 packages [2024-07-18T11:50:43.780Z] Removing intermediate container bc5d8617d716 [2024-07-18T11:50:43.780Z] ---> d1a8f03c1867 [2024-07-18T11:50:43.780Z] Step 19/27 : EXPOSE 4000 [2024-07-18T11:50:43.780Z] ---> Running in b05e6f38acc3 [2024-07-18T11:50:43.780Z] Removing intermediate container b05e6f38acc3 [2024-07-18T11:50:43.780Z] ---> e7a9cddb89ba [2024-07-18T11:50:43.780Z] Step 20/27 : 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 [2024-07-18T11:50:44.256Z] b33c4c475f56: Pull complete [2024-07-18T11:50:45.668Z] dcd74540bb82: Pull complete [2024-07-18T11:50:45.793Z] ---> e57d2aa2cf48 [2024-07-18T11:50:45.793Z] Step 21/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2024-07-18T11:50:45.793Z] ---> 72d0b6511724 [2024-07-18T11:50:45.793Z] Step 22/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2024-07-18T11:50:45.793Z] ---> fa3033ed6003 [2024-07-18T11:50:45.793Z] Step 23/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2024-07-18T11:50:46.058Z] ---> Running in 9a0892ce95d9 [2024-07-18T11:50:46.058Z] Removing intermediate container 9a0892ce95d9 [2024-07-18T11:50:46.058Z] ---> 579c2ff57b02 [2024-07-18T11:50:46.058Z] Step 24/27 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2024-07-18T11:50:46.058Z] ---> Running in 70bd3bbec571 [2024-07-18T11:50:46.058Z] Removing intermediate container 70bd3bbec571 [2024-07-18T11:50:46.058Z] ---> 888a3692ea8e [2024-07-18T11:50:46.058Z] Step 25/27 : LABEL arch=amd64 [2024-07-18T11:50:46.058Z] ---> Running in 17460132f08f [2024-07-18T11:50:46.317Z] Removing intermediate container 17460132f08f [2024-07-18T11:50:46.317Z] ---> 1c1737707dc1 [2024-07-18T11:50:46.317Z] Step 26/27 : LABEL git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [2024-07-18T11:50:46.577Z] ---> Running in c2e34ac79b41 [2024-07-18T11:50:46.577Z] Removing intermediate container c2e34ac79b41 [2024-07-18T11:50:46.577Z] ---> 520e36617e84 [2024-07-18T11:50:46.577Z] Step 27/27 : LABEL version=0.0.0 [2024-07-18T11:50:46.577Z] ---> Running in e8b8bfaf04b3 [2024-07-18T11:50:46.838Z] Removing intermediate container e8b8bfaf04b3 [2024-07-18T11:50:46.838Z] ---> 0441c52e8572 [2024-07-18T11:50:46.838Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-18T11:50:46.838Z] Successfully built 0441c52e8572 [2024-07-18T11:50:46.838Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2024-07-18T11:50:47.079Z] cb008b6dcb7e: Pull complete Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2024-07-18T11:50:47.347Z] 3a19f9b55aa8: Pull complete Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-07-18T11:50:47.620Z] 08ee64edbedc: Pull complete [Pipeline] sh [2024-07-18T11:50:47.888Z] d76b6f185bd4: Pull complete [2024-07-18T11:50:47.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-18T11:50:47.929Z] [2024-07-18T11:50:47.929Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:50:48.338Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-18T11:50:48.338Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-18T11:50:48.338Z] 5eb5b503b376: Pulling fs layer [2024-07-18T11:50:48.338Z] 5c69ac0246d0: Pulling fs layer [2024-07-18T11:50:48.338Z] ec43610c2a17: Pulling fs layer [2024-07-18T11:50:48.338Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-18T11:50:48.338Z] 33b1e0a273af: Pulling fs layer [2024-07-18T11:50:48.338Z] 5d3b04190fa2: Pulling fs layer [2024-07-18T11:50:48.338Z] 2f39f015ded8: Pulling fs layer [2024-07-18T11:50:48.338Z] 3a2ae6a8a46f: Waiting [2024-07-18T11:50:48.338Z] 5d3b04190fa2: Waiting [2024-07-18T11:50:48.338Z] 2f39f015ded8: Waiting [2024-07-18T11:50:48.338Z] 33b1e0a273af: Waiting [2024-07-18T11:50:48.338Z] 5c69ac0246d0: Download complete [2024-07-18T11:50:48.338Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-18T11:50:48.338Z] 3a2ae6a8a46f: Download complete [2024-07-18T11:50:48.338Z] 33b1e0a273af: Verifying Checksum [2024-07-18T11:50:48.338Z] 33b1e0a273af: Download complete [2024-07-18T11:50:48.338Z] ec43610c2a17: Verifying Checksum [2024-07-18T11:50:48.338Z] ec43610c2a17: Download complete [2024-07-18T11:50:48.338Z] 5d3b04190fa2: Verifying Checksum [2024-07-18T11:50:48.338Z] 5d3b04190fa2: Download complete [2024-07-18T11:50:48.596Z] 5eb5b503b376: Verifying Checksum [2024-07-18T11:50:48.596Z] 5eb5b503b376: Download complete [2024-07-18T11:50:49.162Z] 2f39f015ded8: Download complete [2024-07-18T11:50:49.314Z] 2ef7abb6af9f: Pull complete [2024-07-18T11:50:49.583Z] d907f720b340: Pull complete [2024-07-18T11:50:49.728Z] 5eb5b503b376: Pull complete [2024-07-18T11:50:49.728Z] 5c69ac0246d0: Pull complete [2024-07-18T11:50:49.851Z] 7b7169de9eef: Pull complete [2024-07-18T11:50:50.297Z] ec43610c2a17: Pull complete [2024-07-18T11:50:50.297Z] 3a2ae6a8a46f: Pull complete [2024-07-18T11:50:50.555Z] 33b1e0a273af: Pull complete [2024-07-18T11:50:50.555Z] 5d3b04190fa2: Pull complete [2024-07-18T11:50:54.103Z] 811c4d511042: Pull complete [2024-07-18T11:50:54.104Z] 61f326718cbf: Pull complete [2024-07-18T11:50:54.104Z] 9ad1e5ac6449: Pull complete [2024-07-18T11:50:54.104Z] Digest: sha256:766677799446842639ffa7b88249dc69406bcf5b6c5d9f31d45557654f44b6b1 [2024-07-18T11:50:54.104Z] Status: Downloaded newer image for docker:latest [2024-07-18T11:50:54.740Z] 2f39f015ded8: Pull complete [2024-07-18T11:50:54.740Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-18T11:50:54.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-18T11:50:54.740Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T11:50:55.020Z] prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container [2024-07-18T11:50:55.052Z] $ 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-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@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 [2024-07-18T11:50:56.677Z] ---> 3f77f2d7ae42 [2024-07-18T11:50:56.677Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-18T11:50:56.678Z] ---> Running in ba1027d34de9 [2024-07-18T11:50:58.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T11:50:58.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T11:50:59.315Z] OK: 266 MiB in 52 packages [2024-07-18T11:51:00.276Z] Removing intermediate container ba1027d34de9 [2024-07-18T11:51:00.276Z] ---> 5770f46a6f9b [2024-07-18T11:51:00.276Z] Step 10/15 : ENV GO111MODULE=on [2024-07-18T11:51:00.276Z] ---> Running in 039d73c8c68c [2024-07-18T11:51:00.502Z] $ docker top ab2c897a402ac8b9b50942946b3d373889d05996d59e3d5fd482656488f06f39 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T11:51:00.860Z] Removing intermediate container 039d73c8c68c [2024-07-18T11:51:00.860Z] ---> 4dd2f13e6565 [2024-07-18T11:51:00.860Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-07-18T11:51:00.860Z] ---> Running in 802e7e4a33b5 [2024-07-18T11:51:01.103Z] ---> job-cost.sh [2024-07-18T11:51:01.103Z] lf-activate-venv: SKIPPING [2024-07-18T11:51:01.103Z] INFO: No Stack... [2024-07-18T11:51:01.126Z] Removing intermediate container 802e7e4a33b5 [2024-07-18T11:51:01.126Z] ---> c8baedc3e43c [2024-07-18T11:51:01.126Z] Step 12/15 : COPY go.mod vendor* ./ [2024-07-18T11:51:01.363Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-18T11:51:01.622Z] INFO: Archiving Costs [Pipeline] sh [2024-07-18T11:51:01.706Z] ---> 1ac13203d7c8 [2024-07-18T11:51:01.706Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T11:51:01.706Z] ---> Running in 77ff4732e662 [2024-07-18T11:51:01.941Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives/cost.csv [2024-07-18T11:51:01.941Z] + cut -d, -f6 [Pipeline] lock [2024-07-18T11:51:01.995Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [2024-07-18T11:51:02.001Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] did not exist. Created. [2024-07-18T11:51:02.007Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-18T11:51:02.430Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-18T11:51:02.781Z] Stashed 1 file(s) [Pipeline] } [2024-07-18T11:51:02.807Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-18T11:51:02.898Z] $ docker stop --time=1 ab2c897a402ac8b9b50942946b3d373889d05996d59e3d5fd482656488f06f39 [2024-07-18T11:51:04.132Z] $ docker rm -f --volumes ab2c897a402ac8b9b50942946b3d373889d05996d59e3d5fd482656488f06f39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-18T11:52:53.412Z] Removing intermediate container 77ff4732e662 [2024-07-18T11:52:53.412Z] ---> 4cc1a7ab751d [2024-07-18T11:52:53.412Z] Step 14/15 : COPY . . [2024-07-18T11:52:57.674Z] ---> c716a0ef8fe1 [2024-07-18T11:52:57.675Z] Step 15/15 : RUN ${MAKE} [2024-07-18T11:52:57.675Z] ---> Running in 96e1836be1f8 [2024-07-18T11:52:58.260Z] noop [2024-07-18T11:52:59.218Z] Removing intermediate container 96e1836be1f8 [2024-07-18T11:52:59.218Z] ---> e881d1aa9f6e [2024-07-18T11:52:59.218Z] Successfully built e881d1aa9f6e [2024-07-18T11:52:59.218Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:52:59.769Z] + docker inspect -f . ci-base-image-arm64 [2024-07-18T11:52:59.769Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T11:53:00.115Z] prd-ubuntu20.04-docker-arm64-4c-16g-5861 does not seem to be running inside a container [2024-07-18T11:53:00.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-18T11:53:01.590Z] $ docker top 28c4623fa3462a2a5ed32a0110446a0b0d27ad12cbaa0a07c182456a06fc87b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T11:53:02.544Z] + go version [2024-07-18T11:53:02.544Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-18T11:53:02.588Z] $ docker stop --time=1 28c4623fa3462a2a5ed32a0110446a0b0d27ad12cbaa0a07c182456a06fc87b9 [2024-07-18T11:53:04.311Z] $ docker rm -f --volumes 28c4623fa3462a2a5ed32a0110446a0b0d27ad12cbaa0a07c182456a06fc87b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:53:05.304Z] + docker inspect -f . ci-base-image-arm64 [2024-07-18T11:53:05.304Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T11:53:05.613Z] prd-ubuntu20.04-docker-arm64-4c-16g-5861 does not seem to be running inside a container [2024-07-18T11:53:05.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-18T11:53:07.017Z] $ docker top 4df55d3cd686b7b3a0ee933e25feb88aaebd355183857d752bcf6634524b78c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T11:53:07.958Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-18T11:53:08.699Z] + make test [2024-07-18T11:53:08.699Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2024-07-18T11:53:15.386Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2024-07-18T11:56:37.538Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2024-07-18T11:56:37.538Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2024-07-18T11:56:37.538Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2024-07-18T11:56:37.538Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2024-07-18T11:56:37.538Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2024-07-18T11:56:37.538Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2024-07-18T11:56:37.538Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2024-07-18T11:56:37.538Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2024-07-18T11:56:38.128Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2024-07-18T11:57:24.985Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-18T11:57:24.985Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-18T11:57:24.985Z] ./bin/test-attribution-txt.sh [2024-07-18T11:57:24.985Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-18T11:57:24.985Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-18T11:57:25.251Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-18T11:57:25.251Z] An attribution for google.golang.org/appengine is missing from Attribution.txt, please add [2024-07-18T11:57:25.252Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2024-07-18T11:57:25.252Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-18T11:57:25.298Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-18T11:57:25.332Z] $ docker stop --time=1 4df55d3cd686b7b3a0ee933e25feb88aaebd355183857d752bcf6634524b78c4 [2024-07-18T11:57:27.256Z] $ docker rm -f --volumes 4df55d3cd686b7b3a0ee933e25feb88aaebd355183857d752bcf6634524b78c4 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-18T11:57:28.929Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-18T11:57:28.980Z] Warning: overwriting stash ‘coverage-report’ [2024-07-18T11:57:29.697Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-18T11:57:30.379Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-18T11:57:30.725Z] + ls -al . [2024-07-18T11:57:30.725Z] total 260 [2024-07-18T11:57:30.725Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 18 11:53 . [2024-07-18T11:57:30.725Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:49 .. [2024-07-18T11:57:30.725Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:49 .blubracket [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 18 Jul 18 11:49 .dockerignore [2024-07-18T11:57:30.725Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 11:49 .git [2024-07-18T11:57:30.725Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:49 .github [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 178 Jul 18 11:49 .gitignore [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 9736 Jul 18 11:49 Attribution.txt [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 21430 Jul 18 11:49 CHANGELOG.md [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jul 18 11:49 CONTRIBUTING.md [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 1940 Jul 18 11:49 Dockerfile [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 652 Jul 18 11:49 Jenkinsfile [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jul 18 11:49 LICENSE [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 2189 Jul 18 11:49 Makefile [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 4381 Jul 18 11:49 README.md [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 18 11:46 VERSION [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 4832 Jul 18 11:49 angularmigrationlogs.md [2024-07-18T11:57:30.725Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:49 assets [2024-07-18T11:57:30.725Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:49 bin [2024-07-18T11:57:30.725Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 11:49 cmd [2024-07-18T11:57:30.725Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 18 11:53 coverage.out [2024-07-18T11:57:30.725Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 11:49 docs [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 6918 Jul 18 11:49 go.mod [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 100713 Jul 18 11:49 go.sum [2024-07-18T11:57:30.725Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 11:49 internal [2024-07-18T11:57:30.725Z] -rwxrwxr-x 1 jenkins jenkins 568 Jul 18 11:49 redeploy.sh [2024-07-18T11:57:30.725Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:49 testing [2024-07-18T11:57:30.725Z] -rw-rw-r-- 1 jenkins jenkins 155 Jul 18 11:49 version.go [2024-07-18T11:57:30.725Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 11:49 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T11:57:31.217Z] + 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=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 --label arch=arm64 --label version=0.0.0 . [2024-07-18T11:57:32.632Z] Sending build context to Docker daemon 35.45MB [2024-07-18T11:57:32.632Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-07-18T11:57:32.632Z] Step 2/27 : FROM ${BASE} AS builder [2024-07-18T11:57:32.632Z] ---> e881d1aa9f6e [2024-07-18T11:57:32.632Z] Step 3/27 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-07-18T11:57:32.900Z] ---> Running in d3ce0dfa7c6e [2024-07-18T11:57:33.168Z] Removing intermediate container d3ce0dfa7c6e [2024-07-18T11:57:33.168Z] ---> 119689413c34 [2024-07-18T11:57:33.168Z] Step 4/27 : ARG ALPINE_PKG_BASE="make git" [2024-07-18T11:57:33.168Z] ---> Running in 4cfb31ab461f [2024-07-18T11:57:33.439Z] Removing intermediate container 4cfb31ab461f [2024-07-18T11:57:33.439Z] ---> 9b934493f733 [2024-07-18T11:57:33.439Z] Step 5/27 : ARG ALPINE_PKG_EXTRA="" [2024-07-18T11:57:33.707Z] ---> Running in 982e2dc18ad8 [2024-07-18T11:57:33.976Z] Removing intermediate container 982e2dc18ad8 [2024-07-18T11:57:33.976Z] ---> 9fad832c87b2 [2024-07-18T11:57:33.976Z] Step 6/27 : LABEL Name=edgex-ui-go [2024-07-18T11:57:33.976Z] ---> Running in ca0de322a964 [2024-07-18T11:57:34.562Z] Removing intermediate container ca0de322a964 [2024-07-18T11:57:34.562Z] ---> d04b40673d43 [2024-07-18T11:57:34.562Z] Step 7/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-07-18T11:57:34.562Z] ---> Running in 007325c55744 [2024-07-18T11:57:34.830Z] Removing intermediate container 007325c55744 [2024-07-18T11:57:34.831Z] ---> c6a7bfb9119a [2024-07-18T11:57:34.831Z] Step 8/27 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-07-18T11:57:36.772Z] ---> 3a9b799b82aa [2024-07-18T11:57:36.772Z] Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-18T11:57:36.772Z] ---> Running in 15fe6cafd421 [2024-07-18T11:57:37.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T11:57:37.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T11:57:39.411Z] OK: 266 MiB in 52 packages [2024-07-18T11:57:40.000Z] Removing intermediate container 15fe6cafd421 [2024-07-18T11:57:40.000Z] ---> d44181b52d4d [2024-07-18T11:57:40.000Z] Step 10/27 : ENV GO111MODULE=on [2024-07-18T11:57:40.272Z] ---> Running in 85e927174f51 [2024-07-18T11:57:40.541Z] Removing intermediate container 85e927174f51 [2024-07-18T11:57:40.541Z] ---> 0e8360ca1de4 [2024-07-18T11:57:40.541Z] Step 11/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-07-18T11:57:40.541Z] ---> Running in 6815758b4723 [2024-07-18T11:57:40.812Z] Removing intermediate container 6815758b4723 [2024-07-18T11:57:40.812Z] ---> de4078aa6f1f [2024-07-18T11:57:40.812Z] Step 12/27 : COPY go.mod vendor* ./ [2024-07-18T11:57:41.400Z] ---> b6f5e5aae476 [2024-07-18T11:57:41.400Z] Step 13/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T11:57:41.709Z] ---> Running in 8f7da7d16db8 [2024-07-18T11:57:44.310Z] Removing intermediate container 8f7da7d16db8 [2024-07-18T11:57:44.310Z] ---> 07d7e8e737a3 [2024-07-18T11:57:44.310Z] Step 14/27 : COPY . . [2024-07-18T11:57:48.582Z] ---> dc7c8ff9a6b5 [2024-07-18T11:57:48.582Z] Step 15/27 : RUN ${MAKE} [2024-07-18T11:57:48.582Z] ---> Running in 8f5bceaa857c [2024-07-18T11:57:48.850Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2024-07-18T12:01:40.986Z] Removing intermediate container 8f5bceaa857c [2024-07-18T12:01:40.986Z] ---> e9458203a30e [2024-07-18T12:01:40.986Z] Step 16/27 : FROM alpine:3.18 [2024-07-18T12:01:40.986Z] 3.18: Pulling from library/alpine [2024-07-18T12:01:40.986Z] 5c905c7ebe2f: Pulling fs layer [2024-07-18T12:01:40.986Z] 5c905c7ebe2f: Verifying Checksum [2024-07-18T12:01:40.986Z] 5c905c7ebe2f: Download complete [2024-07-18T12:01:40.986Z] 5c905c7ebe2f: Pull complete [2024-07-18T12:01:40.986Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T12:01:40.986Z] Status: Downloaded newer image for alpine:3.18 [2024-07-18T12:01:40.986Z] ---> dec292d02e07 [2024-07-18T12:01:40.986Z] Step 17/27 : RUN apk --no-cache upgrade [2024-07-18T12:01:40.986Z] ---> Running in eaf2ca42374e [2024-07-18T12:01:40.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T12:01:40.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T12:01:40.986Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T12:01:40.986Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T12:01:40.986Z] OK: 8 MiB in 15 packages [2024-07-18T12:01:40.986Z] Removing intermediate container eaf2ca42374e [2024-07-18T12:01:40.986Z] ---> efbbcfe8c210 [2024-07-18T12:01:40.986Z] Step 18/27 : RUN apk add --update --no-cache dumb-init [2024-07-18T12:01:40.986Z] ---> Running in 9edd0d5420b2 [2024-07-18T12:01:40.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T12:01:40.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T12:01:40.986Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-18T12:01:40.986Z] Executing busybox-1.36.1-r7.trigger [2024-07-18T12:01:40.986Z] OK: 8 MiB in 16 packages [2024-07-18T12:01:40.986Z] Removing intermediate container 9edd0d5420b2 [2024-07-18T12:01:40.986Z] ---> 5989bedf18d0 [2024-07-18T12:01:40.986Z] Step 19/27 : EXPOSE 4000 [2024-07-18T12:01:40.986Z] ---> Running in c896ae6a7132 [2024-07-18T12:01:40.986Z] Removing intermediate container c896ae6a7132 [2024-07-18T12:01:40.986Z] ---> 49194ccb6374 [2024-07-18T12:01:40.986Z] Step 20/27 : 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 [2024-07-18T12:01:40.986Z] ---> 7fd2131c1fe5 [2024-07-18T12:01:40.986Z] Step 21/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2024-07-18T12:01:41.261Z] ---> 806dc3c2b63e [2024-07-18T12:01:41.261Z] Step 22/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2024-07-18T12:01:42.226Z] ---> 7541dd65d412 [2024-07-18T12:01:42.226Z] Step 23/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2024-07-18T12:01:42.226Z] ---> Running in f0da57edff0c [2024-07-18T12:01:42.494Z] Removing intermediate container f0da57edff0c [2024-07-18T12:01:42.494Z] ---> 9edcaf0d5829 [2024-07-18T12:01:42.494Z] Step 24/27 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2024-07-18T12:01:42.494Z] ---> Running in 060bb7afa216 [2024-07-18T12:01:42.762Z] Removing intermediate container 060bb7afa216 [2024-07-18T12:01:42.762Z] ---> 7559b40e3e29 [2024-07-18T12:01:42.762Z] Step 25/27 : LABEL arch=arm64 [2024-07-18T12:01:43.040Z] ---> Running in 3e43fa1b6b2d [2024-07-18T12:01:43.308Z] Removing intermediate container 3e43fa1b6b2d [2024-07-18T12:01:43.308Z] ---> 781aca45d0ab [2024-07-18T12:01:43.308Z] Step 26/27 : LABEL git_sha=b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [2024-07-18T12:01:43.308Z] ---> Running in 5c484d93a745 [2024-07-18T12:01:43.898Z] Removing intermediate container 5c484d93a745 [2024-07-18T12:01:43.898Z] ---> fea92f432ad0 [2024-07-18T12:01:43.898Z] Step 27/27 : LABEL version=0.0.0 [2024-07-18T12:01:43.898Z] ---> Running in a740d6c4dc36 [2024-07-18T12:01:44.166Z] Removing intermediate container a740d6c4dc36 [2024-07-18T12:01:44.166Z] ---> 5edae42a0e15 [2024-07-18T12:01:44.166Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-18T12:01:44.433Z] Successfully built 5edae42a0e15 [2024-07-18T12:01:44.433Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T12:01:45.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-18T12:01:45.400Z] [2024-07-18T12:01:45.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T12:01:45.853Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-18T12:01:46.135Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-18T12:01:46.135Z] 8998bd30e6a1: Pulling fs layer [2024-07-18T12:01:46.135Z] 04944245beec: Pulling fs layer [2024-07-18T12:01:46.135Z] 699f458cf7ca: Pulling fs layer [2024-07-18T12:01:46.135Z] 765212b225bb: Pulling fs layer [2024-07-18T12:01:46.135Z] f23df028b6ca: Pulling fs layer [2024-07-18T12:01:46.135Z] d65c8cfc05b1: Pulling fs layer [2024-07-18T12:01:46.135Z] 2437ff75d9bd: Pulling fs layer [2024-07-18T12:01:46.135Z] f23df028b6ca: Waiting [2024-07-18T12:01:46.135Z] d65c8cfc05b1: Waiting [2024-07-18T12:01:46.135Z] 2437ff75d9bd: Waiting [2024-07-18T12:01:46.135Z] 765212b225bb: Waiting [2024-07-18T12:01:46.135Z] 04944245beec: Verifying Checksum [2024-07-18T12:01:46.135Z] 04944245beec: Download complete [2024-07-18T12:01:46.135Z] 765212b225bb: Verifying Checksum [2024-07-18T12:01:46.135Z] 765212b225bb: Download complete [2024-07-18T12:01:46.135Z] f23df028b6ca: Verifying Checksum [2024-07-18T12:01:46.135Z] f23df028b6ca: Download complete [2024-07-18T12:01:46.135Z] d65c8cfc05b1: Verifying Checksum [2024-07-18T12:01:46.135Z] d65c8cfc05b1: Download complete [2024-07-18T12:01:46.405Z] 699f458cf7ca: Verifying Checksum [2024-07-18T12:01:46.405Z] 699f458cf7ca: Download complete [2024-07-18T12:01:46.990Z] 8998bd30e6a1: Verifying Checksum [2024-07-18T12:01:46.990Z] 8998bd30e6a1: Download complete [2024-07-18T12:01:49.578Z] 2437ff75d9bd: Verifying Checksum [2024-07-18T12:01:49.578Z] 2437ff75d9bd: Download complete [2024-07-18T12:01:52.161Z] 8998bd30e6a1: Pull complete [2024-07-18T12:01:52.428Z] 04944245beec: Pull complete [2024-07-18T12:01:53.837Z] 699f458cf7ca: Pull complete [2024-07-18T12:01:54.104Z] 765212b225bb: Pull complete [2024-07-18T12:01:55.061Z] f23df028b6ca: Pull complete [2024-07-18T12:01:55.327Z] d65c8cfc05b1: Pull complete [2024-07-18T12:02:13.532Z] 2437ff75d9bd: Pull complete [2024-07-18T12:02:13.532Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-18T12:02:13.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-18T12:02:13.532Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T12:02:13.907Z] prd-ubuntu20.04-docker-arm64-4c-16g-5861 does not seem to be running inside a container [2024-07-18T12:02:13.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-18T12:02:16.915Z] $ docker top 4d2e4f65811c5de168422dd153499cb2a2f693e77105ccdfddec1495fdb8ba5d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T12:02:17.857Z] ---> job-cost.sh [2024-07-18T12:02:17.857Z] lf-activate-venv: SKIPPING [2024-07-18T12:02:17.857Z] INFO: No Stack... [2024-07-18T12:02:18.122Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-18T12:02:19.082Z] INFO: Archiving Costs [Pipeline] sh [2024-07-18T12:02:19.749Z] + cut -d, -f6 [2024-07-18T12:02:19.749Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2024-07-18T12:02:19.837Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [2024-07-18T12:02:19.844Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] did not exist. Created. [2024-07-18T12:02:19.851Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-18T12:02:20.624Z] /w/workspace/edgex-ui-go/1@tmp/durable-d9262de3/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-18T12:02:21.306Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-18T12:02:21.352Z] Warning: overwriting stash ‘stack-cost’ [2024-07-18T12:02:21.565Z] Stashed 1 file(s) [Pipeline] } [2024-07-18T12:02:21.593Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-ui-go-PR-771-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-18T12:02:21.687Z] $ docker stop --time=1 4d2e4f65811c5de168422dd153499cb2a2f693e77105ccdfddec1495fdb8ba5d [2024-07-18T12:02:23.193Z] $ docker rm -f --volumes 4d2e4f65811c5de168422dd153499cb2a2f693e77105ccdfddec1495fdb8ba5d [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 [2024-07-18T12:02:24.473Z] provisioning config files... [2024-07-18T12:02:24.481Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/config10136481632498870519tmp [Pipeline] { [Pipeline] sh [2024-07-18T12:02:24.837Z] + set +x [2024-07-18T12:02:24.838Z] + curl -s https://codecov.io/bash [2024-07-18T12:02:24.838Z] + bash -s -- [2024-07-18T12:02:25.097Z] [2024-07-18T12:02:25.097Z] _____ _ [2024-07-18T12:02:25.097Z] / ____| | | [2024-07-18T12:02:25.097Z] | | ___ __| | ___ ___ _____ __ [2024-07-18T12:02:25.097Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-18T12:02:25.097Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-18T12:02:25.097Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-18T12:02:25.097Z] Bash-1.0.6 [2024-07-18T12:02:25.097Z] [2024-07-18T12:02:25.097Z] [2024-07-18T12:02:25.097Z] ==> git version 2.25.1 found [2024-07-18T12:02:25.097Z] ==> 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 [2024-07-18T12:02:25.097Z] Release-Date: 2020-01-08 [2024-07-18T12:02:25.097Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-18T12:02:25.097Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-18T12:02:25.097Z] ==> Jenkins CI detected. [2024-07-18T12:02:25.097Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-771 [2024-07-18T12:02:25.097Z] project root: . [2024-07-18T12:02:25.097Z] --> token set from env [2024-07-18T12:02:25.097Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-18T12:02:25.097Z] ==> Running gcov in . (disable via -X gcov) [2024-07-18T12:02:25.097Z] ==> Python coveragepy not found [2024-07-18T12:02:25.097Z] ==> Searching for coverage reports in: [2024-07-18T12:02:25.097Z] + . [2024-07-18T12:02:25.357Z] -> Found 1 reports [2024-07-18T12:02:25.357Z] ==> Detecting git/mercurial file structure [2024-07-18T12:02:25.357Z] ==> Reading reports [2024-07-18T12:02:25.357Z] + ./coverage.out bytes=10 [2024-07-18T12:02:25.357Z] ==> Appending adjustments [2024-07-18T12:02:25.357Z] https://docs.codecov.io/docs/fixing-reports [2024-07-18T12:02:25.924Z] + Found adjustments [2024-07-18T12:02:25.924Z] ==> Gzipping contents [2024-07-18T12:02:25.924Z] 12K /tmp/codecov.pArah3.gz [2024-07-18T12:02:25.924Z] ==> Uploading reports [2024-07-18T12:02:25.924Z] url: https://codecov.io [2024-07-18T12:02:25.924Z] query: branch=PR-771&commit=b3c60c71c40e6ec89953c6f219c8b4ed025ded41&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-771%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=771&job=&cmd_args= [2024-07-18T12:02:25.924Z] -> Pinging Codecov [2024-07-18T12:02:25.924Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-771&commit=b3c60c71c40e6ec89953c6f219c8b4ed025ded41&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-771%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=771&job=&cmd_args= [2024-07-18T12:02:25.924Z] -> Uploading to [2024-07-18T12:02:25.924Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-18/FB506323287CE973F263BFD2A0EB1F37/b3c60c71c40e6ec89953c6f219c8b4ed025ded41/b58dff1a-747e-48d2-baf0-0f0d471b6073.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240718%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240718T120225Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=97a964d3c7c71ac3073aa9a9470c0fd631d9bce939557ee39c21bc3c1e28b3c9 [2024-07-18T12:02:25.924Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T12:02:25.924Z] Dload Upload Total Spent Left Speed [2024-07-18T12:02:26.183Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8704 0 0 100 8704 0 34000 --:--:-- --:--:-- --:--:-- 34000 [2024-07-18T12:02:26.183Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/b3c60c71c40e6ec89953c6f219c8b4ed025ded41 [Pipeline] } [2024-07-18T12:02:26.215Z] 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-18T12:02:28.598Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives ] [2024-07-18T12:02:28.598Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives [2024-07-18T12:02:28.598Z] total 16 [2024-07-18T12:02:28.598Z] drwxr-xr-x 3 root root 4096 Jul 18 11:51 . [2024-07-18T12:02:28.598Z] drwxrwxr-x 14 jenkins jenkins 4096 Jul 18 11:51 .. [2024-07-18T12:02:28.598Z] drwxr-xr-x 2 root root 4096 Jul 18 11:51 cost [2024-07-18T12:02:28.598Z] -rw-r--r-- 1 root root 83 Jul 18 11:51 cost.csv [2024-07-18T12:02:28.598Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives [2024-07-18T12:02:28.598Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives [2024-07-18T12:02:28.598Z] total 16 [2024-07-18T12:02:28.598Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 18 11:51 . [2024-07-18T12:02:28.598Z] drwxrwxr-x 14 jenkins jenkins 4096 Jul 18 11:51 .. [2024-07-18T12:02:28.598Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 18 11:51 cost [2024-07-18T12:02:28.598Z] -rw-r--r-- 1 jenkins jenkins 83 Jul 18 11:51 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-18T12:02:28.944Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T12:02:29.851Z] ---> package-listing.sh [2024-07-18T12:02:29.851Z] ++ facter osfamily [2024-07-18T12:02:29.851Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-18T12:02:30.110Z] + OS_FAMILY=debian [2024-07-18T12:02:30.110Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-771 [2024-07-18T12:02:30.110Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-18T12:02:30.110Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-18T12:02:30.110Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-18T12:02:30.110Z] + PACKAGES=/tmp/packages_start.txt [2024-07-18T12:02:30.110Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-771 ']' [2024-07-18T12:02:30.110Z] + PACKAGES=/tmp/packages_end.txt [2024-07-18T12:02:30.110Z] + case "${OS_FAMILY}" in [2024-07-18T12:02:30.110Z] + dpkg -l [2024-07-18T12:02:30.110Z] + grep '^ii' [2024-07-18T12:02:30.110Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-18T12:02:30.110Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-18T12:02:30.110Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-18T12:02:30.110Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-771 ']' [2024-07-18T12:02:30.110Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives/ [2024-07-18T12:02:30.110Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-771/archives/ [Pipeline] echo [2024-07-18T12:02:30.159Z] 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-771/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-18T12:02:30.460Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T12:02:31.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-18T12:02:31.114Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T12:02:31.279Z] prd-ubuntu20.04-docker-8c-8g-5856 does not seem to be running inside a container [2024-07-18T12:02:31.305Z] $ 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-771/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-771 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771:/w/workspace/edgexfoundry_edgex-ui-go_PR-771:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@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 [2024-07-18T12:02:31.495Z] $ docker top 2dfc63a26a9fb201cf8048a264a683eb59785e388038767061b189ea990f7d02 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T12:02:31.914Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-18T12:02:32.230Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-18T12:02:32.548Z] + ls /var/log/sa-host [2024-07-18T12:02:32.548Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-18T12:02:32.801Z] provisioning config files... [2024-07-18T12:02:32.812Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-771@tmp/config9265946387027929342tmp [Pipeline] { [Pipeline] echo [2024-07-18T12:02:32.891Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T12:02:33.218Z] ---> create-netrc.sh [Pipeline] } [2024-07-18T12:02:33.247Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-18T12:02:33.675Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-18T12:02:33.714Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T12:02:34.040Z] ---> sudo-logs.sh [2024-07-18T12:02:34.040Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-18T12:02:34.154Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T12:02:34.500Z] ---> job-cost.sh [2024-07-18T12:02:34.500Z] lf-activate-venv: SKIPPING [2024-07-18T12:02:34.500Z] DEBUG: total: 0.2199999988079071 [2024-07-18T12:02:34.500Z] INFO: Retrieving Stack Cost... [2024-07-18T12:02:34.760Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-18T12:02:35.327Z] INFO: Archiving Costs [Pipeline] echo [2024-07-18T12:02:35.370Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T12:02:35.701Z] ---> logs-deploy.sh [2024-07-18T12:02:35.701Z] lf-activate-venv: SKIPPING [2024-07-18T12:02:35.701Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-771/1 [2024-07-18T12:02:35.701Z] INFO: archiving workspace using pattern(s): [2024-07-18T12:02:36.638Z] Archives upload complete. [2024-07-18T12:02:36.897Z] INFO: archiving logs to Nexus [2024-07-18T12:02:37.466Z] ---> uname -a: [2024-07-18T12:02:37.466Z] Linux prd-ubuntu20-04-docker-8c-8g-5856 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] ---> lscpu: [2024-07-18T12:02:37.466Z] Architecture: x86_64 [2024-07-18T12:02:37.466Z] CPU op-mode(s): 32-bit, 64-bit [2024-07-18T12:02:37.466Z] Byte Order: Little Endian [2024-07-18T12:02:37.466Z] Address sizes: 40 bits physical, 48 bits virtual [2024-07-18T12:02:37.466Z] CPU(s): 8 [2024-07-18T12:02:37.466Z] On-line CPU(s) list: 0-7 [2024-07-18T12:02:37.466Z] Thread(s) per core: 1 [2024-07-18T12:02:37.466Z] Core(s) per socket: 1 [2024-07-18T12:02:37.466Z] Socket(s): 8 [2024-07-18T12:02:37.466Z] NUMA node(s): 1 [2024-07-18T12:02:37.466Z] Vendor ID: AuthenticAMD [2024-07-18T12:02:37.466Z] CPU family: 23 [2024-07-18T12:02:37.466Z] Model: 49 [2024-07-18T12:02:37.466Z] Model name: AMD EPYC-Rome Processor [2024-07-18T12:02:37.466Z] Stepping: 0 [2024-07-18T12:02:37.466Z] CPU MHz: 2799.998 [2024-07-18T12:02:37.466Z] BogoMIPS: 5599.99 [2024-07-18T12:02:37.466Z] Virtualization: AMD-V [2024-07-18T12:02:37.466Z] Hypervisor vendor: KVM [2024-07-18T12:02:37.466Z] Virtualization type: full [2024-07-18T12:02:37.466Z] L1d cache: 256 KiB [2024-07-18T12:02:37.466Z] L1i cache: 256 KiB [2024-07-18T12:02:37.466Z] L2 cache: 4 MiB [2024-07-18T12:02:37.466Z] L3 cache: 128 MiB [2024-07-18T12:02:37.466Z] NUMA node0 CPU(s): 0-7 [2024-07-18T12:02:37.466Z] Vulnerability Itlb multihit: Not affected [2024-07-18T12:02:37.466Z] Vulnerability L1tf: Not affected [2024-07-18T12:02:37.466Z] Vulnerability Mds: Not affected [2024-07-18T12:02:37.466Z] Vulnerability Meltdown: Not affected [2024-07-18T12:02:37.466Z] Vulnerability Mmio stale data: Not affected [2024-07-18T12:02:37.466Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-07-18T12:02:37.466Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-07-18T12:02:37.466Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-07-18T12:02:37.466Z] Vulnerability Srbds: Not affected [2024-07-18T12:02:37.466Z] Vulnerability Tsx async abort: Not affected [2024-07-18T12:02:37.466Z] 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 [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] ---> nproc: [2024-07-18T12:02:37.466Z] 8 [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] ---> df -h: [2024-07-18T12:02:37.466Z] Filesystem Size Used Avail Use% Mounted on [2024-07-18T12:02:37.466Z] overlay 155G 15G 141G 10% / [2024-07-18T12:02:37.466Z] tmpfs 64M 0 64M 0% /dev [2024-07-18T12:02:37.466Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-07-18T12:02:37.466Z] shm 64M 0 64M 0% /dev/shm [2024-07-18T12:02:37.466Z] /dev/vda1 155G 15G 141G 10% /facter-os [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] ---> sar -b -r -n DEV: [2024-07-18T12:02:37.466Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5856) 07/18/24 _x86_64_ (8 CPU) [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] 11:44:56 LINUX RESTART (8 CPU) [2024-07-18T12:02:37.466Z] [2024-07-18T12:02:37.466Z] 11:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-07-18T12:02:37.466Z] 11:46:02 230.42 38.22 192.20 0.00 3677.71 173256.91 0.00 [2024-07-18T12:02:37.467Z] 11:47:01 149.70 10.47 139.23 0.00 1795.49 51675.85 0.00 [2024-07-18T12:02:37.467Z] 11:48:01 258.47 2.22 256.26 0.00 21.06 77458.82 0.00 [2024-07-18T12:02:37.467Z] 11:49:01 245.46 0.15 245.31 0.00 1.20 65892.75 0.00 [2024-07-18T12:02:37.467Z] 11:50:01 204.75 1.15 203.60 0.00 72.24 50024.26 0.00 [2024-07-18T12:02:37.467Z] 11:51:01 261.17 4.87 256.31 0.00 4281.29 93895.57 0.00 [2024-07-18T12:02:37.467Z] 11:52:01 10.65 0.02 10.63 0.00 0.13 508.72 0.00 [2024-07-18T12:02:37.467Z] 11:53:01 1.45 0.00 1.45 0.00 0.00 15.86 0.00 [2024-07-18T12:02:37.467Z] 11:54:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 [2024-07-18T12:02:37.467Z] 11:55:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 [2024-07-18T12:02:37.467Z] 11:56:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 [2024-07-18T12:02:37.467Z] 11:57:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2024-07-18T12:02:37.467Z] 11:58:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 [2024-07-18T12:02:37.467Z] 11:59:01 0.85 0.00 0.85 0.00 0.00 9.33 0.00 [2024-07-18T12:02:37.467Z] 12:00:01 2.00 0.02 1.98 0.00 0.13 23.86 0.00 [2024-07-18T12:02:37.467Z] 12:01:01 1.53 0.00 1.53 0.00 0.00 20.80 0.00 [2024-07-18T12:02:37.467Z] 12:02:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 [2024-07-18T12:02:37.467Z] Average: 80.73 3.35 77.38 0.00 578.19 30148.67 0.00 [2024-07-18T12:02:37.467Z] [2024-07-18T12:02:37.467Z] 11:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-07-18T12:02:37.467Z] 11:46:02 30363544 31692560 683900 2.08 48500 1592688 1731732 5.10 792180 1441616 14240 [2024-07-18T12:02:37.467Z] 11:47:01 28701840 31528116 783436 2.38 81620 3007284 1982004 5.84 1098788 2677248 796 [2024-07-18T12:02:37.467Z] 11:48:01 27534812 31527912 778128 2.37 189744 3943652 1843696 5.43 1208404 3605276 648 [2024-07-18T12:02:37.467Z] 11:49:01 25872836 31162504 1131128 3.44 223360 5094928 2100748 6.19 1699684 4644480 75380 [2024-07-18T12:02:37.467Z] 11:50:01 24749140 31468780 830068 2.52 248688 6428128 2091752 6.16 1648444 5763092 574056 [2024-07-18T12:02:37.467Z] 11:51:01 23973828 31484956 779364 2.37 280832 7132648 1761860 5.19 1983064 6109152 336 [2024-07-18T12:02:37.467Z] 11:52:01 23995720 31501636 764624 2.33 279404 7129256 1728620 5.09 1975580 6096464 12 [2024-07-18T12:02:37.467Z] 11:53:01 23995744 31501732 764496 2.32 279452 7129260 1728620 5.09 1975484 6096468 4 [2024-07-18T12:02:37.467Z] 11:54:01 24003824 31509812 756320 2.30 279472 7129260 1728620 5.09 1968100 6096468 8 [2024-07-18T12:02:37.467Z] 11:55:01 24006296 31512324 753756 2.29 279496 7129260 1728620 5.09 1965776 6096472 20 [2024-07-18T12:02:37.467Z] 11:56:01 24010728 31516916 749100 2.28 279532 7129392 1728620 5.09 1961264 6096600 8 [2024-07-18T12:02:37.467Z] 11:57:01 24011680 31517908 748072 2.27 279544 7129396 1728620 5.09 1960188 6096604 16 [2024-07-18T12:02:37.467Z] 11:58:01 24011956 31518200 747724 2.27 279560 7129392 1728620 5.09 1960124 6096608 12 [2024-07-18T12:02:37.467Z] 11:59:01 24011864 31518124 747952 2.27 279564 7129400 1728620 5.09 1960140 6096608 12 [2024-07-18T12:02:37.467Z] 12:00:01 24011340 31517744 748232 2.28 279592 7129392 1753800 5.17 1960088 6096608 196 [2024-07-18T12:02:37.467Z] 12:01:01 24011396 31517848 748068 2.27 279640 7129388 1753800 5.17 1960624 6096588 136 [2024-07-18T12:02:37.467Z] 12:02:01 24011576 31518080 747760 2.27 279684 7129388 1753800 5.17 1960952 6096588 16 [2024-07-18T12:02:37.467Z] Average: 25016360 31500891 780125 2.37 243981 6213065 1800127 5.31 1766993 5370761 39170 [2024-07-18T12:02:37.467Z] [2024-07-18T12:02:37.467Z] 11:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-07-18T12:02:37.467Z] 11:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:46:02 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:46:02 ens3 288.87 189.02 1086.80 50.77 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:47:01 docker0 83.87 89.37 6.26 453.81 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:47:01 lo 8.81 8.81 0.91 0.91 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:47:01 ens3 453.33 308.22 7649.66 74.73 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:47:01 veth01258f8 22.28 26.61 2.08 22.77 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:48:01 docker0 275.17 472.59 24.54 3173.70 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:48:01 vethe41edbf 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:48:01 ens3 493.33 288.14 3199.23 36.55 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:49:01 docker0 126.43 261.52 12.95 4770.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:49:01 veth87c16c7 52.21 72.44 9.32 776.81 0.00 0.00 0.00 0.06 [2024-07-18T12:02:37.467Z] 11:49:01 vethe41edbf 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:49:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:49:01 ens3 317.83 159.29 5468.48 29.25 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:50:01 docker0 43.89 75.32 7.53 801.64 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:50:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:50:01 ens3 113.71 74.23 830.59 63.34 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:51:01 docker0 3.52 6.38 0.22 94.75 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:51:01 lo 2.40 2.40 0.24 0.24 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:51:01 ens3 369.84 206.23 5394.77 96.89 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:52:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:52:01 ens3 5.80 3.77 5.44 1.98 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:53:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:54:01 ens3 0.20 0.08 0.01 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:55:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:56:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:57:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:58:01 ens3 0.43 0.20 1.49 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 11:59:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 12:00:01 ens3 0.12 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 12:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 12:01:01 ens3 0.32 0.27 0.10 0.09 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 12:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] 12:02:01 ens3 0.57 0.55 0.27 0.23 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] Average: docker0 31.29 53.21 3.03 546.78 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] Average: lo 0.84 0.84 0.08 0.08 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] Average: ens3 119.97 72.15 1384.24 20.77 0.00 0.00 0.00 0.00 [2024-07-18T12:02:37.467Z] [2024-07-18T12:02:37.467Z] [2024-07-18T12:02:37.467Z] ---> sar -P ALL: [2024-07-18T12:02:37.467Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5856) 07/18/24 _x86_64_ (8 CPU) [2024-07-18T12:02:37.467Z] [2024-07-18T12:02:37.467Z] 11:44:56 LINUX RESTART (8 CPU) [2024-07-18T12:02:37.467Z] [2024-07-18T12:02:37.467Z] 11:45:01 CPU %user %nice %system %iowait %steal %idle [2024-07-18T12:02:37.467Z] 11:46:02 all 4.08 0.00 1.11 3.16 0.09 91.56 [2024-07-18T12:02:37.467Z] 11:46:02 0 4.87 0.00 0.57 0.13 0.05 94.38 [2024-07-18T12:02:37.467Z] 11:46:02 1 4.92 0.00 0.86 0.27 0.27 93.69 [2024-07-18T12:02:37.467Z] 11:46:02 2 3.71 0.00 0.94 0.88 0.02 94.45 [2024-07-18T12:02:37.467Z] 11:46:02 3 4.17 0.00 1.30 4.25 0.27 90.02 [2024-07-18T12:02:37.467Z] 11:46:02 4 3.65 0.00 2.15 7.49 0.03 86.67 [2024-07-18T12:02:37.467Z] 11:46:02 5 1.87 0.00 0.64 2.02 0.05 95.42 [2024-07-18T12:02:37.467Z] 11:46:02 6 7.58 0.00 0.67 0.35 0.02 91.39 [2024-07-18T12:02:37.467Z] 11:46:02 7 1.81 0.00 1.74 9.85 0.03 86.56 [2024-07-18T12:02:37.467Z] 11:47:01 all 7.95 0.00 3.51 2.58 0.06 85.91 [2024-07-18T12:02:37.467Z] 11:47:01 0 6.48 0.00 3.90 12.57 0.07 76.98 [2024-07-18T12:02:37.467Z] 11:47:01 1 9.56 0.00 3.21 1.11 0.05 86.06 [2024-07-18T12:02:37.467Z] 11:47:01 2 7.49 0.00 3.70 0.61 0.05 88.14 [2024-07-18T12:02:37.467Z] 11:47:01 3 8.46 0.00 3.95 0.21 0.07 87.32 [2024-07-18T12:02:37.467Z] 11:47:01 4 8.86 0.00 2.62 0.43 0.05 88.04 [2024-07-18T12:02:37.467Z] 11:47:01 5 7.77 0.00 3.63 4.25 0.05 84.29 [2024-07-18T12:02:37.467Z] 11:47:01 6 7.61 0.00 3.50 0.17 0.05 88.66 [2024-07-18T12:02:37.467Z] 11:47:01 7 7.32 0.00 3.54 1.35 0.05 87.74 [2024-07-18T12:02:37.467Z] 11:48:01 all 6.58 0.00 3.39 4.80 0.07 85.17 [2024-07-18T12:02:37.467Z] 11:48:01 0 6.52 0.00 4.62 28.12 0.08 60.65 [2024-07-18T12:02:37.467Z] 11:48:01 1 7.39 0.00 3.79 1.84 0.05 86.93 [2024-07-18T12:02:37.467Z] 11:48:01 2 5.37 0.00 2.30 0.17 0.05 92.11 [2024-07-18T12:02:37.467Z] 11:48:01 3 6.13 0.00 3.46 4.47 0.07 85.87 [2024-07-18T12:02:37.467Z] 11:48:01 4 6.53 0.00 3.63 1.54 0.07 88.23 [2024-07-18T12:02:37.467Z] 11:48:01 5 7.62 0.00 3.00 0.64 0.07 88.68 [2024-07-18T12:02:37.467Z] 11:48:01 6 5.31 0.00 2.21 0.96 0.08 91.44 [2024-07-18T12:02:37.467Z] 11:48:01 7 7.73 0.00 4.14 0.77 0.05 87.30 [2024-07-18T12:02:37.467Z] 11:49:01 all 29.36 0.00 6.49 3.46 0.09 60.60 [2024-07-18T12:02:37.467Z] 11:49:01 0 29.17 0.00 6.55 1.75 0.10 62.43 [2024-07-18T12:02:37.467Z] 11:49:01 1 27.40 0.00 5.96 1.68 0.08 64.87 [2024-07-18T12:02:37.467Z] 11:49:01 2 24.27 0.00 5.34 0.10 0.08 70.20 [2024-07-18T12:02:37.467Z] 11:49:01 3 28.81 0.00 6.22 1.63 0.08 63.26 [2024-07-18T12:02:37.467Z] 11:49:01 4 31.40 0.00 7.58 6.80 0.10 54.12 [2024-07-18T12:02:37.467Z] 11:49:01 5 38.65 0.00 7.24 0.34 0.10 53.67 [2024-07-18T12:02:37.467Z] 11:49:01 6 26.70 0.00 5.91 11.18 0.10 56.11 [2024-07-18T12:02:37.467Z] 11:49:01 7 28.41 0.00 7.12 4.19 0.10 60.18 [2024-07-18T12:02:37.467Z] 11:50:01 all 16.90 0.00 3.42 2.89 0.07 76.73 [2024-07-18T12:02:37.467Z] 11:50:01 0 17.06 0.00 1.77 0.97 0.05 80.14 [2024-07-18T12:02:37.467Z] 11:50:01 1 14.38 0.00 4.51 1.48 0.07 79.56 [2024-07-18T12:02:37.467Z] 11:50:01 2 16.34 0.00 3.86 0.32 0.08 79.40 [2024-07-18T12:02:37.467Z] 11:50:01 3 21.77 0.00 3.51 13.62 0.07 61.03 [2024-07-18T12:02:37.467Z] 11:50:01 4 5.47 0.00 2.81 2.89 0.05 88.78 [2024-07-18T12:02:37.467Z] 11:50:01 5 31.29 0.00 3.92 2.84 0.08 61.86 [2024-07-18T12:02:37.467Z] 11:50:01 6 16.06 0.00 3.54 0.22 0.07 80.11 [2024-07-18T12:02:37.467Z] 11:50:01 7 12.81 0.00 3.45 0.77 0.07 82.91 [2024-07-18T12:02:37.467Z] 11:51:01 all 26.13 0.00 6.30 8.36 0.16 59.05 [2024-07-18T12:02:37.467Z] 11:51:01 0 26.36 0.00 5.80 15.98 0.10 51.76 [2024-07-18T12:02:37.467Z] 11:51:01 1 24.60 0.00 6.05 8.78 0.08 60.48 [2024-07-18T12:02:37.467Z] 11:51:01 2 24.79 0.00 6.04 2.72 0.10 66.35 [2024-07-18T12:02:37.467Z] 11:51:01 3 28.08 0.00 6.76 16.96 0.12 48.09 [2024-07-18T12:02:37.467Z] 11:51:01 4 26.53 0.00 5.47 12.01 0.63 55.36 [2024-07-18T12:02:37.467Z] 11:51:01 5 27.41 0.00 6.81 2.12 0.12 63.53 [2024-07-18T12:02:37.467Z] 11:51:01 6 25.07 0.00 7.53 6.65 0.08 60.67 [2024-07-18T12:02:37.467Z] 11:51:01 7 26.27 0.00 5.90 1.63 0.09 66.11 [2024-07-18T12:02:37.467Z] 11:52:01 all 0.34 0.00 0.14 0.03 0.01 99.48 [2024-07-18T12:02:37.467Z] 11:52:01 0 0.13 0.00 0.08 0.00 0.00 99.78 [2024-07-18T12:02:37.467Z] 11:52:01 1 0.45 0.00 0.33 0.02 0.00 99.20 [2024-07-18T12:02:37.467Z] 11:52:01 2 0.22 0.00 0.13 0.00 0.02 99.63 [2024-07-18T12:02:37.467Z] 11:52:01 3 0.30 0.00 0.08 0.03 0.00 99.58 [2024-07-18T12:02:37.467Z] 11:52:01 4 0.22 0.00 0.07 0.00 0.02 99.70 [2024-07-18T12:02:37.467Z] 11:52:01 5 0.43 0.00 0.07 0.02 0.00 99.48 [2024-07-18T12:02:37.467Z] 11:52:01 6 0.83 0.00 0.18 0.00 0.00 98.98 [2024-07-18T12:02:37.467Z] 11:52:01 7 0.13 0.00 0.15 0.18 0.02 99.52 [2024-07-18T12:02:37.467Z] 11:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2024-07-18T12:02:37.467Z] 11:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.467Z] 11:53:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-18T12:02:37.467Z] 11:53:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-18T12:02:37.467Z] 11:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-18T12:02:37.467Z] 11:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-18T12:02:37.467Z] 11:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-18T12:02:37.467Z] 11:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-18T12:02:37.467Z] 11:53:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2024-07-18T12:02:37.467Z] 11:54:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2024-07-18T12:02:37.467Z] 11:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-18T12:02:37.467Z] 11:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-18T12:02:37.467Z] 11:54:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-18T12:02:37.467Z] 11:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-18T12:02:37.467Z] 11:54:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-18T12:02:37.467Z] 11:54:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-18T12:02:37.467Z] 11:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-18T12:02:37.467Z] 11:54:01 7 0.05 0.00 0.00 0.02 0.00 99.93 [2024-07-18T12:02:37.468Z] 11:55:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-18T12:02:37.468Z] 11:55:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-18T12:02:37.468Z] 11:55:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2024-07-18T12:02:37.468Z] 11:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 11:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-18T12:02:37.468Z] 11:55:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2024-07-18T12:02:37.468Z] 11:56:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2024-07-18T12:02:37.468Z] 11:56:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 11:56:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-18T12:02:37.468Z] 11:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:56:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-18T12:02:37.468Z] 11:56:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 11:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] [2024-07-18T12:02:37.468Z] 11:56:01 CPU %user %nice %system %iowait %steal %idle [2024-07-18T12:02:37.468Z] 11:57:01 all 0.07 0.00 0.01 0.00 0.00 99.91 [2024-07-18T12:02:37.468Z] 11:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:57:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-18T12:02:37.468Z] 11:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 11:57:01 5 0.42 0.00 0.00 0.00 0.00 99.58 [2024-07-18T12:02:37.468Z] 11:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 11:57:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2024-07-18T12:02:37.468Z] 11:58:01 all 0.03 0.00 0.00 0.00 0.01 99.96 [2024-07-18T12:02:37.468Z] 11:58:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-18T12:02:37.468Z] 11:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-18T12:02:37.468Z] 11:58:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-18T12:02:37.468Z] 11:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 11:58:01 5 0.08 0.00 0.02 0.02 0.02 99.87 [2024-07-18T12:02:37.468Z] 11:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:58:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-18T12:02:37.468Z] 11:59:01 all 0.01 0.00 0.02 0.00 0.00 99.96 [2024-07-18T12:02:37.468Z] 11:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-18T12:02:37.468Z] 11:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-18T12:02:37.468Z] 11:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 11:59:01 3 0.00 0.00 0.03 0.02 0.00 99.95 [2024-07-18T12:02:37.468Z] 11:59:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-18T12:02:37.468Z] 11:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-18T12:02:37.468Z] 11:59:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-18T12:02:37.468Z] 11:59:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-18T12:02:37.468Z] 12:00:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2024-07-18T12:02:37.468Z] 12:00:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-18T12:02:37.468Z] 12:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-18T12:02:37.468Z] 12:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-18T12:02:37.468Z] 12:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-18T12:02:37.468Z] 12:00:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-18T12:02:37.468Z] 12:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 12:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 12:00:01 7 0.02 0.00 0.07 0.02 0.00 99.90 [2024-07-18T12:02:37.468Z] 12:01:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 12:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 12:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 12:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-18T12:02:37.468Z] 12:01:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-18T12:02:37.468Z] 12:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 12:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-18T12:02:37.468Z] 12:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-18T12:02:37.468Z] 12:01:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-18T12:02:37.468Z] 12:02:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2024-07-18T12:02:37.468Z] 12:02:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-18T12:02:37.468Z] 12:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 12:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 12:02:01 3 0.03 0.00 0.02 0.02 0.02 99.92 [2024-07-18T12:02:37.468Z] 12:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-18T12:02:37.468Z] 12:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-18T12:02:37.468Z] 12:02:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-18T12:02:37.468Z] 12:02:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2024-07-18T12:02:37.468Z] Average: all 5.33 0.00 1.42 1.47 0.03 91.74 [2024-07-18T12:02:37.468Z] Average: 0 5.29 0.00 1.36 3.45 0.03 89.87 [2024-07-18T12:02:37.468Z] Average: 1 5.18 0.00 1.45 0.88 0.04 92.46 [2024-07-18T12:02:37.468Z] Average: 2 4.81 0.00 1.31 0.28 0.03 93.58 [2024-07-18T12:02:37.468Z] Average: 3 5.70 0.00 1.48 2.40 0.04 90.39 [2024-07-18T12:02:37.468Z] Average: 4 4.81 0.00 1.42 1.81 0.06 91.90 [2024-07-18T12:02:37.468Z] Average: 5 6.71 0.00 1.47 0.71 0.03 91.08 [2024-07-18T12:02:37.468Z] Average: 6 5.20 0.00 1.38 1.14 0.03 92.26 [2024-07-18T12:02:37.468Z] Average: 7 4.92 0.00 1.53 1.10 0.02 92.43 [2024-07-18T12:02:37.468Z] [2024-07-18T12:02:37.468Z] [2024-07-18T12:02:37.468Z]