Pull request #723 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 76c7bda26704e13abda599293f14a45310026ab6 rather than bbc822de55cc0ad6301e560ca2d85414d5e7a968 Obtained Jenkinsfile from 76c7bda26704e13abda599293f14a45310026ab6 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-ssh14418572915496752931.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh2822633704432301228.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-723/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-723/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7143343752904954378.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-723/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1932171116204200221.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh2886991120510166846.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-723/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-723/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2662744396468079607.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-590 in /w/workspace/edgexfoundry_edgex-ui-go_PR-723 [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-723 # 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 > 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/723/head:refs/remotes/origin/PR-723 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 76c7bda26704e13abda599293f14a45310026ab6 into PR head commit bbc822de55cc0ad6301e560ca2d85414d5e7a968 Merge succeeded, producing bbc822de55cc0ad6301e560ca2d85414d5e7a968 Checking out Revision bbc822de55cc0ad6301e560ca2d85414d5e7a968 (PR-723) > git config core.sparsecheckout # timeout=10 > git checkout -f bbc822de55cc0ad6301e560ca2d85414d5e7a968 # 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 76c7bda26704e13abda599293f14a45310026ab6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bbc822de55cc0ad6301e560ca2d85414d5e7a968 # timeout=10 Commit message: "feat: add openziti to ui * update Dockerfile to include dumb-init * update dependency to bootstrap dev.27 * implement zero trust * add config overrides" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-03-21T17:25:32.544Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-03-21T17:25:32.748Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-03-21T17:25:32.858Z] ========================================================= [2024-03-21T17:25:32.858Z] EdgeX Global Pipelines Version Info [2024-03-21T17:25:32.858Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:25:33.600Z] ------------------- [2024-03-21T17:25:33.601Z] stable info: [2024-03-21T17:25:33.601Z] ------------------- [2024-03-21T17:25:33.601Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-03-21T17:25:33.601Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-21T17:25:33.601Z] Message: update stable to v1.0.258 [2024-03-21T17:25:34.171Z] ------------------- [2024-03-21T17:25:34.171Z] experimental info: [2024-03-21T17:25:34.171Z] ------------------- [2024-03-21T17:25:34.171Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-03-21T17:25:34.171Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-21T17:25:34.171Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-03-21T17:25:34.374Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2024-03-21T17:25:34.425Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2024-03-21T17:25:34.475Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-03-21T17:25:34.525Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-03-21T17:25:34.578Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-03-21T17:25:34.630Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-03-21T17:25:34.680Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-03-21T17:25:34.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-03-21T17:25:34.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-03-21T17:25:34.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-03-21T17:25:34.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-03-21T17:25:34.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2024-03-21T17:25:34.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-03-21T17:25:35.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-03-21T17:25:35.087Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-03-21T17:25:35.133Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-03-21T17:25:35.186Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-03-21T17:25:35.245Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-03-21T17:25:35.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-03-21T17:25:35.349Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-03-21T17:25:35.409Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-03-21T17:25:35.461Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-03-21T17:25:35.518Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-03-21T17:25:35.570Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-03-21T17:25:35.623Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-03-21T17:25:35.677Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-03-21T17:25:35.728Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-03-21T17:25:35.777Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-723 [Pipeline] echo [2024-03-21T17:25:35.835Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-723 [Pipeline] echo [2024-03-21T17:25:35.892Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-723 [Pipeline] echo [2024-03-21T17:25:35.946Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] echo [2024-03-21T17:25:35.997Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bbc822d [Pipeline] echo [2024-03-21T17:25:36.053Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-21T17:25:36.190Z] provisioning config files... [2024-03-21T17:25:36.201Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/config15474761524276359775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:25:36.589Z] ---> ****-login.sh [2024-03-21T17:25:36.589Z] nexus3.edgexfoundry.org:10001 [2024-03-21T17:25:36.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:25:37.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:25:37.122Z] Configure a credential helper to remove this warning. See [2024-03-21T17:25:37.122Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:25:37.122Z] [2024-03-21T17:25:37.122Z] Login Succeeded [2024-03-21T17:25:37.122Z] nexus3.edgexfoundry.org:10002 [2024-03-21T17:25:37.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:25:37.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:25:37.122Z] Configure a credential helper to remove this warning. See [2024-03-21T17:25:37.122Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:25:37.122Z] [2024-03-21T17:25:37.122Z] Login Succeeded [2024-03-21T17:25:37.122Z] nexus3.edgexfoundry.org:10003 [2024-03-21T17:25:37.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:25:37.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:25:37.383Z] Configure a credential helper to remove this warning. See [2024-03-21T17:25:37.383Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:25:37.383Z] [2024-03-21T17:25:37.383Z] Login Succeeded [2024-03-21T17:25:37.383Z] nexus3.edgexfoundry.org:10004 [2024-03-21T17:25:37.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:25:37.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:25:37.383Z] Configure a credential helper to remove this warning. See [2024-03-21T17:25:37.383Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:25:37.383Z] [2024-03-21T17:25:37.383Z] Login Succeeded [2024-03-21T17:25:37.383Z] ****.io [2024-03-21T17:25:37.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:25:37.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:25:37.646Z] Configure a credential helper to remove this warning. See [2024-03-21T17:25:37.646Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:25:37.646Z] [2024-03-21T17:25:37.646Z] Login Succeeded [2024-03-21T17:25:37.646Z] ---> ****-login.sh ends [Pipeline] } [2024-03-21T17:25:37.674Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-03-21T17:25:38.372Z] + git rev-list -1 --merges bbc822de55cc0ad6301e560ca2d85414d5e7a968~1..bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] echo [2024-03-21T17:25:38.412Z] -----------> git rev-list -1 --merges bbc822de55cc0ad6301e560ca2d85414d5e7a968~1..bbc822de55cc0ad6301e560ca2d85414d5e7a968 bbc822de55cc0ad6301e560ca2d85414d5e7a968 [false] [Pipeline] sh [2024-03-21T17:25:38.730Z] + git log --format=format:%s -1 bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] echo [2024-03-21T17:25:38.770Z] ========================================================= [2024-03-21T17:25:38.770Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-03-21T17:25:38.770Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-21T17:25:39.241Z] + git log --format=format:%s -1 bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] echo [2024-03-21T17:25:39.282Z] [semverPrep] GIT_COMMIT: bbc822de55cc0ad6301e560ca2d85414d5e7a968, Commit Message: feat: add openziti to ui * update Dockerfile to include dumb-init * update dependency to bootstrap dev.27 * implement zero trust * add config overrides [Pipeline] echo [2024-03-21T17:25:39.320Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-03-21T17:25:39.761Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-21T17:25:39.761Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-03-21T17:25:39.761Z] + [ -e /tmp/ssh_known_hosts ] [2024-03-21T17:25:39.761Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-03-21T17:25:39.761Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-03-21T17:25:39.761Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-03-21T17:25:39.761Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:25:40.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-21T17:25:40.285Z] [2024-03-21T17:25:40.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:25:40.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-21T17:25:40.687Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-03-21T17:25:40.687Z] b85a868b505f: Pulling fs layer [2024-03-21T17:25:40.687Z] e2be974225ed: Pulling fs layer [2024-03-21T17:25:40.687Z] 339a4e72a1f5: Pulling fs layer [2024-03-21T17:25:40.687Z] 988bab9f4d93: Pulling fs layer [2024-03-21T17:25:40.687Z] 1469e6f7b9e6: Pulling fs layer [2024-03-21T17:25:40.687Z] eaf3925da568: Pulling fs layer [2024-03-21T17:25:40.687Z] bab4dde63d76: Pulling fs layer [2024-03-21T17:25:40.687Z] bde34c3a00c8: Pulling fs layer [2024-03-21T17:25:40.687Z] b352a97aabf1: Pulling fs layer [2024-03-21T17:25:40.687Z] 988bab9f4d93: Waiting [2024-03-21T17:25:40.687Z] 4872d77fe225: Pulling fs layer [2024-03-21T17:25:40.687Z] 1469e6f7b9e6: Waiting [2024-03-21T17:25:40.687Z] 5851b861e8e6: Pulling fs layer [2024-03-21T17:25:40.687Z] bab4dde63d76: Waiting [2024-03-21T17:25:40.687Z] bde34c3a00c8: Waiting [2024-03-21T17:25:40.687Z] eaf3925da568: Waiting [2024-03-21T17:25:40.687Z] b352a97aabf1: Waiting [2024-03-21T17:25:40.687Z] 4872d77fe225: Waiting [2024-03-21T17:25:40.687Z] 5851b861e8e6: Waiting [2024-03-21T17:25:40.687Z] e2be974225ed: Download complete [2024-03-21T17:25:40.687Z] 988bab9f4d93: Verifying Checksum [2024-03-21T17:25:40.687Z] 988bab9f4d93: Download complete [2024-03-21T17:25:40.687Z] 1469e6f7b9e6: Verifying Checksum [2024-03-21T17:25:40.687Z] 1469e6f7b9e6: Download complete [2024-03-21T17:25:40.687Z] 339a4e72a1f5: Verifying Checksum [2024-03-21T17:25:40.687Z] 339a4e72a1f5: Download complete [2024-03-21T17:25:40.687Z] eaf3925da568: Verifying Checksum [2024-03-21T17:25:40.687Z] eaf3925da568: Download complete [2024-03-21T17:25:40.687Z] bde34c3a00c8: Verifying Checksum [2024-03-21T17:25:40.687Z] bde34c3a00c8: Download complete [2024-03-21T17:25:40.947Z] b352a97aabf1: Download complete [2024-03-21T17:25:40.947Z] 4872d77fe225: Verifying Checksum [2024-03-21T17:25:40.947Z] 4872d77fe225: Download complete [2024-03-21T17:25:40.947Z] 5851b861e8e6: Verifying Checksum [2024-03-21T17:25:40.947Z] 5851b861e8e6: Download complete [2024-03-21T17:25:40.947Z] b85a868b505f: Verifying Checksum [2024-03-21T17:25:40.947Z] b85a868b505f: Download complete [2024-03-21T17:25:41.206Z] bab4dde63d76: Verifying Checksum [2024-03-21T17:25:41.206Z] bab4dde63d76: Download complete [2024-03-21T17:25:42.144Z] b85a868b505f: Pull complete [2024-03-21T17:25:42.405Z] e2be974225ed: Pull complete [2024-03-21T17:25:42.974Z] 339a4e72a1f5: Pull complete [2024-03-21T17:25:42.974Z] 988bab9f4d93: Pull complete [2024-03-21T17:25:43.232Z] 1469e6f7b9e6: Pull complete [2024-03-21T17:25:43.513Z] eaf3925da568: Pull complete [2024-03-21T17:25:45.419Z] bab4dde63d76: Pull complete [2024-03-21T17:25:45.419Z] bde34c3a00c8: Pull complete [2024-03-21T17:25:45.419Z] b352a97aabf1: Pull complete [2024-03-21T17:25:45.419Z] 4872d77fe225: Pull complete [2024-03-21T17:25:45.419Z] 5851b861e8e6: Pull complete [2024-03-21T17:25:45.419Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-03-21T17:25:45.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-21T17:25:45.419Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-21T17:25:45.958Z] prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container [2024-03-21T17:25:45.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-03-21T17:25:51.154Z] $ docker top 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef -eo pid,comm [2024-03-21T17:25:51.206Z] 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-03-21T17:25:51.206Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-21T17:25:51.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-21T17:25:51.365Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-21T17:25:51.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-21T17:25:51.473Z] $ docker exec 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef ssh-agent [2024-03-21T17:25:51.582Z] SSH_AUTH_SOCK=/tmp/ssh-CXcfIZoWADM5/agent.33 [2024-03-21T17:25:51.582Z] SSH_AGENT_PID=39 [2024-03-21T17:25:51.588Z] Running ssh-add (command line suppressed) [2024-03-21T17:25:51.687Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/private_key_6394817368281114876.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/private_key_6394817368281114876.key) [2024-03-21T17:25:51.700Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-21T17:25:52.044Z] + git tag --points-at HEAD [Pipeline] } [2024-03-21T17:25:52.072Z] $ docker exec --env ******** --env ******** 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef ssh-agent -k [2024-03-21T17:25:52.167Z] unset SSH_AUTH_SOCK; [2024-03-21T17:25:52.167Z] unset SSH_AGENT_PID; [2024-03-21T17:25:52.168Z] echo Agent pid 39 killed; [2024-03-21T17:25:52.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-03-21T17:25:52.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-21T17:25:52.286Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-21T17:25:52.406Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-21T17:25:52.410Z] $ docker exec 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef ssh-agent [2024-03-21T17:25:52.512Z] SSH_AUTH_SOCK=/tmp/ssh-XsTDk3q7jFr4/agent.73 [2024-03-21T17:25:52.512Z] SSH_AGENT_PID=79 [2024-03-21T17:25:52.517Z] Running ssh-add (command line suppressed) [2024-03-21T17:25:52.625Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/private_key_17647955404523954783.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/private_key_17647955404523954783.key) [2024-03-21T17:25:52.641Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-21T17:25:52.982Z] + git semver init [2024-03-21T17:25:53.243Z] 2024-03-21 17:25:53,151 [run_init] DEBUG init version:0.0.0 force:False [2024-03-21T17:25:53.243Z] 2024-03-21 17:25:53,153 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver [2024-03-21T17:25:53.243Z] 2024-03-21 17:25:53,153 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver [2024-03-21T17:25:53.243Z] 2024-03-21 17:25:53,153 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-723, universal_newlines=False, shell=None, istream=None) [2024-03-21T17:25:56.539Z] 2024-03-21 17:25:55,883 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.git/info/exclude [2024-03-21T17:25:56.539Z] 2024-03-21 17:25:55,884 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver/PR-723 with force:False [2024-03-21T17:25:56.539Z] 2024-03-21 17:25:55,884 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver/PR-723 [2024-03-21T17:25:56.539Z] 2024-03-21 17:25:55,888 [execute] INFO git cat-file --batch-check [2024-03-21T17:25:56.539Z] 2024-03-21 17:25:55,888 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver, universal_newlines=False, shell=None, istream=) [2024-03-21T17:25:56.539Z] 2024-03-21 17:25:55,894 [execute] INFO git cat-file --batch [2024-03-21T17:25:56.539Z] 2024-03-21 17:25:55,894 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver, universal_newlines=False, shell=None, istream=) [2024-03-21T17:25:56.539Z] 2024-03-21 17:25:55,900 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver/PR-723 [2024-03-21T17:25:56.539Z] 0.0.0 [Pipeline] } [2024-03-21T17:25:56.575Z] $ docker exec --env ******** --env ******** 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef ssh-agent -k [2024-03-21T17:25:56.665Z] unset SSH_AUTH_SOCK; [2024-03-21T17:25:56.666Z] unset SSH_AGENT_PID; [2024-03-21T17:25:56.666Z] echo Agent pid 79 killed; [2024-03-21T17:25:56.674Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-21T17:25:57.112Z] + git semver [Pipeline] } [2024-03-21T17:25:57.398Z] $ docker stop --time=1 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef [2024-03-21T17:25:58.792Z] $ docker rm -f --volumes 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-21T17:25:59.221Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-03-21T17:25:59.525Z] Stashed 1 file(s) [Pipeline] echo [2024-03-21T17:25:59.545Z] [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-03-21T17:26:00.250Z] provisioning config files... [2024-03-21T17:26:00.261Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/config2987292691909033346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:26:00.627Z] ---> ****-login.sh [2024-03-21T17:26:00.627Z] nexus3.edgexfoundry.org:10001 [2024-03-21T17:26:00.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:26:00.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:26:00.628Z] Configure a credential helper to remove this warning. See [2024-03-21T17:26:00.628Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:26:00.628Z] [2024-03-21T17:26:00.628Z] Login Succeeded [2024-03-21T17:26:00.628Z] nexus3.edgexfoundry.org:10002 [2024-03-21T17:26:00.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:26:00.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:26:00.628Z] Configure a credential helper to remove this warning. See [2024-03-21T17:26:00.628Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:26:00.628Z] [2024-03-21T17:26:00.628Z] Login Succeeded [2024-03-21T17:26:00.628Z] nexus3.edgexfoundry.org:10003 [2024-03-21T17:26:00.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:26:00.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:26:00.889Z] Configure a credential helper to remove this warning. See [2024-03-21T17:26:00.889Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:26:00.889Z] [2024-03-21T17:26:00.889Z] Login Succeeded [2024-03-21T17:26:00.889Z] nexus3.edgexfoundry.org:10004 [2024-03-21T17:26:00.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:26:00.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:26:00.889Z] Configure a credential helper to remove this warning. See [2024-03-21T17:26:00.889Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:26:00.889Z] [2024-03-21T17:26:00.889Z] Login Succeeded [2024-03-21T17:26:00.889Z] ****.io [2024-03-21T17:26:00.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:26:01.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:26:01.149Z] Configure a credential helper to remove this warning. See [2024-03-21T17:26:01.149Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:26:01.149Z] [2024-03-21T17:26:01.149Z] Login Succeeded [2024-03-21T17:26:01.149Z] ---> ****-login.sh ends [Pipeline] } [2024-03-21T17:26:01.181Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-03-21T17:26:01.418Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-21T17:26:01.460Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-21T17:26:01.497Z] ========================================================= [2024-03-21T17:26:01.497Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-03-21T17:26:01.497Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:26:02.011Z] + 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-03-21T17:26:02.271Z] Sending build context to Docker daemon 59.45MB [2024-03-21T17:26:02.271Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2024-03-21T17:26:02.271Z] Step 2/15 : FROM ${BASE} AS builder [2024-03-21T17:26:02.271Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-03-21T17:26:02.271Z] 7264a8db6415: Pulling fs layer [2024-03-21T17:26:02.271Z] c4d48a809fc2: Pulling fs layer [2024-03-21T17:26:02.271Z] 4f1c88b9dad5: Pulling fs layer [2024-03-21T17:26:02.271Z] ad3a456e5733: Pulling fs layer [2024-03-21T17:26:02.271Z] 69c7f0334f64: Pulling fs layer [2024-03-21T17:26:02.271Z] 1f1c1a5573a3: Pulling fs layer [2024-03-21T17:26:02.271Z] ce7588e14bc9: Pulling fs layer [2024-03-21T17:26:02.271Z] b5e4710f87ac: Pulling fs layer [2024-03-21T17:26:02.271Z] 69c7f0334f64: Waiting [2024-03-21T17:26:02.271Z] 1f1c1a5573a3: Waiting [2024-03-21T17:26:02.271Z] ce7588e14bc9: Waiting [2024-03-21T17:26:02.271Z] b5e4710f87ac: Waiting [2024-03-21T17:26:02.271Z] ad3a456e5733: Waiting [2024-03-21T17:26:02.271Z] c4d48a809fc2: Download complete [2024-03-21T17:26:02.271Z] ad3a456e5733: Download complete [2024-03-21T17:26:02.531Z] 69c7f0334f64: Verifying Checksum [2024-03-21T17:26:02.531Z] 69c7f0334f64: Download complete [2024-03-21T17:26:02.531Z] 7264a8db6415: Verifying Checksum [2024-03-21T17:26:02.531Z] 7264a8db6415: Download complete [2024-03-21T17:26:02.531Z] 1f1c1a5573a3: Verifying Checksum [2024-03-21T17:26:02.531Z] 1f1c1a5573a3: Download complete [2024-03-21T17:26:02.531Z] 7264a8db6415: Pull complete [2024-03-21T17:26:02.789Z] b5e4710f87ac: Verifying Checksum [2024-03-21T17:26:02.789Z] b5e4710f87ac: Download complete [2024-03-21T17:26:02.789Z] c4d48a809fc2: Pull complete [2024-03-21T17:26:02.789Z] 4f1c88b9dad5: Verifying Checksum [2024-03-21T17:26:02.789Z] 4f1c88b9dad5: Download complete [2024-03-21T17:26:03.356Z] ce7588e14bc9: Verifying Checksum [2024-03-21T17:26:03.356Z] ce7588e14bc9: Download complete [2024-03-21T17:26:06.644Z] 4f1c88b9dad5: Pull complete [2024-03-21T17:26:06.644Z] ad3a456e5733: Pull complete [2024-03-21T17:26:06.644Z] 69c7f0334f64: Pull complete [2024-03-21T17:26:06.644Z] 1f1c1a5573a3: Pull complete [2024-03-21T17:26:09.197Z] ce7588e14bc9: Pull complete [2024-03-21T17:26:09.197Z] b5e4710f87ac: Pull complete [2024-03-21T17:26:09.197Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-03-21T17:26:09.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-21T17:26:09.197Z] ---> 88b5674ff536 [2024-03-21T17:26:09.197Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-03-21T17:26:15.040Z] Still waiting to schedule task [2024-03-21T17:26:15.040Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-03-21T17:26:19.406Z] ---> Running in 9a78463fa54f [2024-03-21T17:26:19.406Z] Removing intermediate container 9a78463fa54f [2024-03-21T17:26:19.406Z] ---> cb2afa5ab597 [2024-03-21T17:26:19.406Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2024-03-21T17:26:19.406Z] ---> Running in af9f3f670ef1 [2024-03-21T17:26:19.406Z] Removing intermediate container af9f3f670ef1 [2024-03-21T17:26:19.406Z] ---> 5563bde599da [2024-03-21T17:26:19.406Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2024-03-21T17:26:19.406Z] ---> Running in 94b5ac4dc9ef [2024-03-21T17:26:19.406Z] Removing intermediate container 94b5ac4dc9ef [2024-03-21T17:26:19.406Z] ---> 9d255d042a47 [2024-03-21T17:26:19.406Z] Step 6/15 : LABEL Name=edgex-ui-go [2024-03-21T17:26:19.406Z] ---> Running in 3940a52a5407 [2024-03-21T17:26:19.406Z] Removing intermediate container 3940a52a5407 [2024-03-21T17:26:19.406Z] ---> e761fb5d11ab [2024-03-21T17:26:19.406Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-03-21T17:26:19.406Z] ---> Running in 2e15cdd48cf9 [2024-03-21T17:26:19.406Z] Removing intermediate container 2e15cdd48cf9 [2024-03-21T17:26:19.406Z] ---> f14bf7c6de3b [2024-03-21T17:26:19.406Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-03-21T17:26:19.406Z] latest: Pulling from library/docker [2024-03-21T17:26:19.406Z] 4abcf2066143: Pulling fs layer [2024-03-21T17:26:19.406Z] ffdb6de66fda: Pulling fs layer [2024-03-21T17:26:19.406Z] 4f4fb700ef54: Pulling fs layer [2024-03-21T17:26:19.406Z] c771eb93ec5b: Pulling fs layer [2024-03-21T17:26:19.406Z] 2e29b047ab04: Pulling fs layer [2024-03-21T17:26:19.406Z] 3710403c6407: Pulling fs layer [2024-03-21T17:26:19.406Z] 9679d11221eb: Pulling fs layer [2024-03-21T17:26:19.406Z] a1f4d5ff082d: Pulling fs layer [2024-03-21T17:26:19.406Z] 8619895a2817: Pulling fs layer [2024-03-21T17:26:19.406Z] e54189544cd1: Pulling fs layer [2024-03-21T17:26:19.406Z] a84a70fc4b4a: Pulling fs layer [2024-03-21T17:26:19.406Z] d627717fa4a5: Pulling fs layer [2024-03-21T17:26:19.406Z] 0ae029e9742a: Pulling fs layer [2024-03-21T17:26:19.406Z] 2bb1a6803abb: Pulling fs layer [2024-03-21T17:26:19.406Z] b19a36bc3c9d: Pulling fs layer [2024-03-21T17:26:19.406Z] f46bb1846743: Pulling fs layer [2024-03-21T17:26:19.406Z] a1f4d5ff082d: Waiting [2024-03-21T17:26:19.406Z] 2bb1a6803abb: Waiting [2024-03-21T17:26:19.406Z] b19a36bc3c9d: Waiting [2024-03-21T17:26:19.406Z] 0ae029e9742a: Waiting [2024-03-21T17:26:19.406Z] 8619895a2817: Waiting [2024-03-21T17:26:19.406Z] e54189544cd1: Waiting [2024-03-21T17:26:19.406Z] f46bb1846743: Waiting [2024-03-21T17:26:19.406Z] a84a70fc4b4a: Waiting [2024-03-21T17:26:19.406Z] c771eb93ec5b: Waiting [2024-03-21T17:26:19.406Z] 2e29b047ab04: Waiting [2024-03-21T17:26:19.406Z] 3710403c6407: Waiting [2024-03-21T17:26:19.406Z] 9679d11221eb: Waiting [2024-03-21T17:26:19.406Z] 4f4fb700ef54: Download complete [2024-03-21T17:26:19.665Z] ffdb6de66fda: Download complete [2024-03-21T17:26:19.665Z] 4abcf2066143: Download complete [2024-03-21T17:26:19.665Z] c771eb93ec5b: Verifying Checksum [2024-03-21T17:26:19.665Z] c771eb93ec5b: Download complete [2024-03-21T17:26:19.665Z] 4abcf2066143: Pull complete [2024-03-21T17:26:19.924Z] ffdb6de66fda: Pull complete [2024-03-21T17:26:19.925Z] 4f4fb700ef54: Pull complete [2024-03-21T17:26:19.925Z] 2e29b047ab04: Verifying Checksum [2024-03-21T17:26:19.925Z] 2e29b047ab04: Download complete [2024-03-21T17:26:20.184Z] c771eb93ec5b: Pull complete [2024-03-21T17:26:20.184Z] a1f4d5ff082d: Verifying Checksum [2024-03-21T17:26:20.184Z] a1f4d5ff082d: Download complete [2024-03-21T17:26:20.184Z] 9679d11221eb: Verifying Checksum [2024-03-21T17:26:20.184Z] 9679d11221eb: Download complete [2024-03-21T17:26:20.184Z] 3710403c6407: Verifying Checksum [2024-03-21T17:26:20.184Z] 3710403c6407: Download complete [2024-03-21T17:26:20.445Z] 8619895a2817: Verifying Checksum [2024-03-21T17:26:20.445Z] 8619895a2817: Download complete [2024-03-21T17:26:20.445Z] 2e29b047ab04: Pull complete [2024-03-21T17:26:20.445Z] e54189544cd1: Verifying Checksum [2024-03-21T17:26:20.445Z] e54189544cd1: Download complete [2024-03-21T17:26:20.445Z] d627717fa4a5: Download complete [2024-03-21T17:26:20.445Z] 0ae029e9742a: Verifying Checksum [2024-03-21T17:26:20.445Z] 0ae029e9742a: Download complete [2024-03-21T17:26:20.703Z] b19a36bc3c9d: Verifying Checksum [2024-03-21T17:26:20.703Z] b19a36bc3c9d: Download complete [2024-03-21T17:26:20.703Z] 3710403c6407: Pull complete [2024-03-21T17:26:20.703Z] a84a70fc4b4a: Verifying Checksum [2024-03-21T17:26:20.703Z] a84a70fc4b4a: Download complete [2024-03-21T17:26:20.703Z] f46bb1846743: Verifying Checksum [2024-03-21T17:26:20.703Z] f46bb1846743: Download complete [2024-03-21T17:26:21.270Z] 9679d11221eb: Pull complete [2024-03-21T17:26:21.270Z] a1f4d5ff082d: Pull complete [2024-03-21T17:26:21.270Z] 8619895a2817: Pull complete [2024-03-21T17:26:21.270Z] 2bb1a6803abb: Verifying Checksum [2024-03-21T17:26:21.270Z] 2bb1a6803abb: Download complete [2024-03-21T17:26:21.270Z] e54189544cd1: Pull complete [2024-03-21T17:26:21.839Z] a84a70fc4b4a: Pull complete [2024-03-21T17:26:21.839Z] d627717fa4a5: Pull complete [2024-03-21T17:26:21.839Z] 0ae029e9742a: Pull complete [2024-03-21T17:26:22.775Z] 2bb1a6803abb: Pull complete [2024-03-21T17:26:22.775Z] b19a36bc3c9d: Pull complete [2024-03-21T17:26:22.775Z] f46bb1846743: Pull complete [2024-03-21T17:26:22.775Z] Digest: sha256:645776ce2ff39e4889a887d05622e57c62f8a54f4f0a5376312b4d091483026d [2024-03-21T17:26:22.775Z] Status: Downloaded newer image for docker:latest [2024-03-21T17:26:28.048Z] ---> 3d12a0828ab5 [2024-03-21T17:26:28.048Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-21T17:26:28.048Z] ---> Running in ac5bedc9e898 [2024-03-21T17:26:28.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-21T17:26:28.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-21T17:26:28.048Z] OK: 264 MiB in 52 packages [2024-03-21T17:26:28.306Z] Removing intermediate container ac5bedc9e898 [2024-03-21T17:26:28.306Z] ---> 4ca0d928e472 [2024-03-21T17:26:28.306Z] Step 10/15 : ENV GO111MODULE=on [2024-03-21T17:26:28.306Z] ---> Running in 048447393bed [2024-03-21T17:26:28.306Z] Removing intermediate container 048447393bed [2024-03-21T17:26:28.306Z] ---> e51c47d6cde0 [2024-03-21T17:26:28.306Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-03-21T17:26:28.306Z] ---> Running in 88aae4d37a29 [2024-03-21T17:26:28.564Z] Removing intermediate container 88aae4d37a29 [2024-03-21T17:26:28.564Z] ---> 87294d2d6ce0 [2024-03-21T17:26:28.564Z] Step 12/15 : COPY go.mod vendor* ./ [2024-03-21T17:26:28.564Z] ---> 5010246bfeef [2024-03-21T17:26:28.564Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-21T17:26:28.564Z] ---> Running in 74b8eeb7d606 [2024-03-21T17:27:42.239Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-591 in /w/workspace/edgexfoundry_edgex-ui-go_PR-723 [Pipeline] { [Pipeline] ws [2024-03-21T17:27:42.316Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2024-03-21T17:27:45.418Z] The recommended git tool is: git [2024-03-21T17:27:50.078Z] using credential edgex-jenkins-ssh [2024-03-21T17:27:50.100Z] Cloning the remote Git repository [2024-03-21T17:27:50.143Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2024-03-21T17:27:50.238Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2024-03-21T17:27:50.415Z] Removing intermediate container 74b8eeb7d606 [2024-03-21T17:27:50.415Z] ---> a9245d7853c3 [2024-03-21T17:27:50.415Z] Step 14/15 : COPY . . [2024-03-21T17:27:50.415Z] ---> c5eae08e3021 [2024-03-21T17:27:50.415Z] Step 15/15 : RUN ${MAKE} [2024-03-21T17:27:50.415Z] ---> Running in 18bc00aa8526 [2024-03-21T17:27:50.415Z] noop [2024-03-21T17:27:50.415Z] Removing intermediate container 18bc00aa8526 [2024-03-21T17:27:50.415Z] ---> fb5866b7a681 [2024-03-21T17:27:50.415Z] Successfully built fb5866b7a681 [2024-03-21T17:27:50.415Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:27:50.880Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-21T17:27:50.880Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-21T17:27:51.094Z] prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container [2024-03-21T17:27:51.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@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 ******** ci-base-image-x86_64 cat [2024-03-21T17:27:51.446Z] $ docker top 502130f08fe80cdd79c6d09dfc9a51de8ae3eea2c6d426f4afd987b56b86e8a0 -eo pid,comm [Pipeline] { [2024-03-21T17:27:50.369Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2024-03-21T17:27:50.370Z] > git --version # timeout=10 [2024-03-21T17:27:50.389Z] > git --version # 'git version 2.25.1' [2024-03-21T17:27:50.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-21T17:27:50.548Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh [2024-03-21T17:27:51.858Z] + go version [2024-03-21T17:27:51.858Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-03-21T17:27:51.891Z] $ docker stop --time=1 502130f08fe80cdd79c6d09dfc9a51de8ae3eea2c6d426f4afd987b56b86e8a0 [2024-03-21T17:27:53.132Z] $ docker rm -f --volumes 502130f08fe80cdd79c6d09dfc9a51de8ae3eea2c6d426f4afd987b56b86e8a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:27:53.923Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-21T17:27:53.923Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-21T17:27:54.083Z] prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container [2024-03-21T17:27:54.114Z] $ 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-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@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 ******** ci-base-image-x86_64 cat [2024-03-21T17:27:54.432Z] $ docker top ab97bb6f00fddb40df7a280e90e84b65268e0302d826f096ef494e97cbd1d2d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-21T17:27:54.838Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-723 [Pipeline] fileExists [Pipeline] sh [2024-03-21T17:27:55.210Z] + make test [2024-03-21T17:27:55.210Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2024-03-21T17:27:54.918Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2024-03-21T17:27:54.953Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-21T17:27:56.482Z] Merging remotes/origin/main commit 76c7bda26704e13abda599293f14a45310026ab6 into PR head commit bbc822de55cc0ad6301e560ca2d85414d5e7a968 [2024-03-21T17:27:55.818Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2024-03-21T17:27:55.863Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2024-03-21T17:27:55.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-21T17:27:55.887Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/723/head:refs/remotes/origin/PR-723 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-03-21T17:27:56.503Z] > git config core.sparsecheckout # timeout=10 [2024-03-21T17:27:56.586Z] > git checkout -f bbc822de55cc0ad6301e560ca2d85414d5e7a968 # timeout=10 [2024-03-21T17:27:56.968Z] > git remote # timeout=10 [2024-03-21T17:27:56.985Z] > git config --get remote.origin.url # timeout=10 [2024-03-21T17:27:57.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-21T17:27:57.081Z] Merge succeeded, producing bbc822de55cc0ad6301e560ca2d85414d5e7a968 [2024-03-21T17:27:57.082Z] Checking out Revision bbc822de55cc0ad6301e560ca2d85414d5e7a968 (PR-723) [2024-03-21T17:27:57.113Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2024-03-21T17:27:57.030Z] > git merge 76c7bda26704e13abda599293f14a45310026ab6 # timeout=10 [2024-03-21T17:27:57.055Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-03-21T17:27:57.091Z] > git config core.sparsecheckout # timeout=10 [2024-03-21T17:27:57.103Z] > git checkout -f bbc822de55cc0ad6301e560ca2d85414d5e7a968 # timeout=10 [2024-03-21T17:28:01.023Z] Commit message: "feat: add openziti to ui * update Dockerfile to include dumb-init * update dependency to bootstrap dev.27 * implement zero trust * add config overrides" [2024-03-21T17:28:01.076Z] > git --version # timeout=10 [2024-03-21T17:28:01.086Z] > git --version # 'git version 2.25.1' [2024-03-21T17:28:01.104Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-21T17:28:02.859Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-03-21T17:28:02.859Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-21T17:28:02.859Z] Dload Upload Total Spent Left Speed [2024-03-21T17:28:02.859Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 93635 0 --:--:-- --:--:-- --:--:-- 93635 [Pipeline] sh [2024-03-21T17:28:03.198Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-03-21T17:28:03.549Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-03-21T17:28:03.549Z] + sudo tee /etc/docker/daemon.new [2024-03-21T17:28:03.549Z] { [2024-03-21T17:28:03.549Z] "registry-mirrors": [ [2024-03-21T17:28:03.549Z] "https://nexus3.edgexfoundry.org:10001" [2024-03-21T17:28:03.549Z] ], [2024-03-21T17:28:03.549Z] "bip": "10.250.0.254/24", [2024-03-21T17:28:03.549Z] "hosts": [ [2024-03-21T17:28:03.549Z] "tcp://0.0.0.0:5555", [2024-03-21T17:28:03.549Z] "unix:///var/run/docker.sock" [2024-03-21T17:28:03.549Z] ], [2024-03-21T17:28:03.549Z] "mtu": 1458, [2024-03-21T17:28:03.549Z] "selinux-enabled": true, [2024-03-21T17:28:03.549Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-03-21T17:28:03.549Z] } [Pipeline] sh [2024-03-21T17:28:03.883Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-03-21T17:28:04.237Z] + sudo service docker restart [2024-03-21T17:28:11.976Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2024-03-21T17:28:11.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2024-03-21T17:28:11.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2024-03-21T17:28:11.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2024-03-21T17:28:11.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2024-03-21T17:28:11.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2024-03-21T17:28:11.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2024-03-21T17:28:11.976Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2024-03-21T17:28:11.976Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2024-03-21T17:28:14.509Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-21T17:28:14.509Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-21T17:28:14.509Z] ./bin/test-attribution-txt.sh [2024-03-21T17:28:14.509Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-03-21T17:28:14.509Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for google.golang.org/appengine is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [2024-03-21T17:28:14.770Z] make -C web test [2024-03-21T17:28:14.770Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-723/web' [2024-03-21T17:28:14.770Z] make[1]: tput: No such file or directory [2024-03-21T17:28:14.770Z] make[1]: tput: No such file or directory [2024-03-21T17:28:14.770Z] warning: generating ./VERSION [2024-03-21T17:28:14.770Z] echo "0.0.0" > VERSION [2024-03-21T17:28:14.770Z] docker build \ [2024-03-21T17:28:14.770Z] -f Dockerfile \ [2024-03-21T17:28:14.770Z] --build-arg USER=1000 \ [2024-03-21T17:28:14.770Z] \ [2024-03-21T17:28:14.770Z] --label "git_sha=bbc822de55cc0ad6301e560ca2d85414d5e7a968" \ [2024-03-21T17:28:14.770Z] -t edgexfoundry/edgex-web-ui:bbc822de55cc0ad6301e560ca2d85414d5e7a968 \ [2024-03-21T17:28:14.770Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2024-03-21T17:28:14.770Z] . [2024-03-21T17:28:14.770Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2024-03-21T17:28:14.770Z] Install the buildx component to build images with BuildKit: [2024-03-21T17:28:14.770Z] https://docs.docker.com/go/buildx/ [2024-03-21T17:28:14.770Z] [2024-03-21T17:28:14.770Z] Sending build context to Docker daemon 2.62MB [2024-03-21T17:28:14.770Z] Step 1/11 : FROM node:18-alpine3.18 [2024-03-21T17:28:15.356Z] 18-alpine3.18: Pulling from library/node [2024-03-21T17:28:15.356Z] 619be1103602: Pulling fs layer [2024-03-21T17:28:15.356Z] 46bbeb28556e: Pulling fs layer [2024-03-21T17:28:15.356Z] c579a9bd1700: Pulling fs layer [2024-03-21T17:28:15.356Z] 745a187ebdee: Pulling fs layer [2024-03-21T17:28:15.356Z] 745a187ebdee: Waiting [2024-03-21T17:28:15.356Z] 619be1103602: Verifying Checksum [2024-03-21T17:28:15.356Z] 619be1103602: Download complete [2024-03-21T17:28:15.616Z] 745a187ebdee: Download complete [2024-03-21T17:28:15.616Z] 619be1103602: Pull complete [2024-03-21T17:28:15.616Z] c579a9bd1700: Verifying Checksum [2024-03-21T17:28:15.616Z] c579a9bd1700: Download complete [2024-03-21T17:28:15.874Z] 46bbeb28556e: Verifying Checksum [2024-03-21T17:28:15.874Z] 46bbeb28556e: Download complete [2024-03-21T17:28:17.251Z] 46bbeb28556e: Pull complete [2024-03-21T17:28:17.251Z] c579a9bd1700: Pull complete [2024-03-21T17:28:17.251Z] 745a187ebdee: Pull complete [2024-03-21T17:28:17.512Z] Digest: sha256:1163db1dad710d579fc19831492f50c8b04ce6221d4fa86f9c2f5d564d35daa1 [2024-03-21T17:28:17.512Z] Status: Downloaded newer image for node:18-alpine3.18 [2024-03-21T17:28:17.512Z] ---> 21c9ccd52f0b [2024-03-21T17:28:17.512Z] Step 2/11 : RUN apk add --no-cache chromium [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-21T17:28:22.547Z] provisioning config files... [2024-03-21T17:28:22.585Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4156482449540676765tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:28:23.060Z] ---> ****-login.sh [2024-03-21T17:28:23.060Z] nexus3.edgexfoundry.org:10001 [2024-03-21T17:28:23.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:28:23.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:28:23.600Z] Configure a credential helper to remove this warning. See [2024-03-21T17:28:23.600Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:28:23.600Z] [2024-03-21T17:28:23.600Z] Login Succeeded [2024-03-21T17:28:23.600Z] nexus3.edgexfoundry.org:10002 [2024-03-21T17:28:23.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:28:23.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:28:23.872Z] Configure a credential helper to remove this warning. See [2024-03-21T17:28:23.872Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:28:23.872Z] [2024-03-21T17:28:23.872Z] Login Succeeded [2024-03-21T17:28:23.872Z] nexus3.edgexfoundry.org:10003 [2024-03-21T17:28:24.087Z] ---> Running in 5dc7c393028c [2024-03-21T17:28:24.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-21T17:28:24.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:28:24.348Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-21T17:28:24.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:28:24.420Z] Configure a credential helper to remove this warning. See [2024-03-21T17:28:24.420Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:28:24.420Z] [2024-03-21T17:28:24.420Z] Login Succeeded [2024-03-21T17:28:24.420Z] nexus3.edgexfoundry.org:10004 [2024-03-21T17:28:24.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:28:24.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:28:24.689Z] Configure a credential helper to remove this warning. See [2024-03-21T17:28:24.689Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:28:24.689Z] [2024-03-21T17:28:24.689Z] Login Succeeded [2024-03-21T17:28:24.689Z] ****.io [2024-03-21T17:28:24.917Z] (1/154) Installing libexpat (2.6.2-r0) [2024-03-21T17:28:24.917Z] (2/154) Installing brotli-libs (1.0.9-r14) [2024-03-21T17:28:24.917Z] (3/154) Installing libbz2 (1.0.8-r5) [2024-03-21T17:28:24.917Z] (4/154) Installing libpng (1.6.39-r3) [2024-03-21T17:28:24.917Z] (5/154) Installing freetype (2.13.0-r5) [2024-03-21T17:28:24.917Z] (6/154) Installing fontconfig (2.14.2-r3) [2024-03-21T17:28:24.917Z] (7/154) Installing libfontenc (1.1.7-r2) [2024-03-21T17:28:24.917Z] (8/154) Installing mkfontscale (1.2.2-r3) [2024-03-21T17:28:24.917Z] (9/154) Installing font-opensans (0_git20210927-r1) [2024-03-21T17:28:24.917Z] (10/154) Installing pkgconf (1.9.5-r0) [2024-03-21T17:28:24.917Z] (11/154) Installing libffi (3.4.4-r2) [2024-03-21T17:28:24.917Z] (12/154) Installing libintl (0.21.1-r7) [2024-03-21T17:28:24.917Z] (13/154) Installing libblkid (2.38.1-r8) [2024-03-21T17:28:24.917Z] (14/154) Installing libmount (2.38.1-r8) [2024-03-21T17:28:24.917Z] (15/154) Installing pcre2 (10.42-r1) [2024-03-21T17:28:24.917Z] (16/154) Installing glib (2.76.6-r0) [2024-03-21T17:28:24.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-21T17:28:25.178Z] (17/154) Installing xz-libs (5.4.3-r0) [2024-03-21T17:28:25.178Z] (18/154) Installing libxml2 (2.11.7-r0) [2024-03-21T17:28:25.178Z] (19/154) Installing shared-mime-info (2.2-r5) [2024-03-21T17:28:25.178Z] (20/154) Installing hicolor-icon-theme (0.17-r2) [2024-03-21T17:28:25.178Z] (21/154) Installing libjpeg-turbo (2.1.5.1-r3) [2024-03-21T17:28:25.178Z] (22/154) Installing libwebp (1.3.2-r0) [2024-03-21T17:28:25.178Z] (23/154) Installing zstd-libs (1.5.5-r4) [2024-03-21T17:28:25.178Z] (24/154) Installing tiff (4.5.1-r0) [2024-03-21T17:28:25.178Z] (25/154) Installing gdk-pixbuf (2.42.10-r5) [2024-03-21T17:28:25.178Z] (26/154) Installing gtk-update-icon-cache (3.24.38-r1) [2024-03-21T17:28:25.178Z] (27/154) Installing libxau (1.0.11-r2) [2024-03-21T17:28:25.178Z] (28/154) Installing libmd (1.0.4-r2) [2024-03-21T17:28:25.178Z] (29/154) Installing libbsd (0.11.7-r1) [2024-03-21T17:28:25.178Z] (30/154) Installing libxdmcp (1.1.4-r2) [2024-03-21T17:28:25.178Z] (31/154) Installing libxcb (1.15-r1) [2024-03-21T17:28:25.178Z] (32/154) Installing libx11 (1.8.7-r0) [2024-03-21T17:28:25.178Z] (33/154) Installing libxcomposite (0.4.6-r3) [2024-03-21T17:28:25.178Z] (34/154) Installing libxfixes (6.0.1-r2) [2024-03-21T17:28:25.178Z] (35/154) Installing libxrender (0.9.11-r3) [2024-03-21T17:28:25.178Z] (36/154) Installing libxcursor (1.2.1-r2) [2024-03-21T17:28:25.178Z] (37/154) Installing libxdamage (1.1.6-r2) [2024-03-21T17:28:25.178Z] (38/154) Installing libxext (1.3.5-r2) [2024-03-21T17:28:25.178Z] (39/154) Installing libxi (1.8.1-r0) [2024-03-21T17:28:25.178Z] (40/154) Installing libxinerama (1.1.5-r2) [2024-03-21T17:28:25.178Z] (41/154) Installing libxrandr (1.5.3-r2) [2024-03-21T17:28:25.178Z] (42/154) Installing libatk-1.0 (2.48.4-r0) [2024-03-21T17:28:25.178Z] (43/154) Installing libxtst (1.2.4-r2) [2024-03-21T17:28:25.178Z] (44/154) Installing dbus-libs (1.14.8-r0) [2024-03-21T17:28:25.178Z] (45/154) Installing at-spi2-core (2.48.4-r0) [2024-03-21T17:28:25.178Z] (46/154) Installing libatk-bridge-2.0 (2.48.4-r0) [2024-03-21T17:28:25.178Z] (47/154) Installing pixman (0.42.2-r1) [2024-03-21T17:28:25.178Z] (48/154) Installing cairo (1.17.8-r1) [2024-03-21T17:28:25.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-21T17:28:25.229Z] Configure a credential helper to remove this warning. See [2024-03-21T17:28:25.229Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-21T17:28:25.229Z] [2024-03-21T17:28:25.229Z] Login Succeeded [2024-03-21T17:28:25.229Z] ---> ****-login.sh ends [Pipeline] } [2024-03-21T17:28:25.260Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2024-03-21T17:28:25.440Z] (49/154) Installing cairo-gobject (1.17.8-r1) [2024-03-21T17:28:25.440Z] (50/154) Installing avahi-libs (0.8-r13) [2024-03-21T17:28:25.440Z] (51/154) Installing gmp (6.2.1-r3) [2024-03-21T17:28:25.440Z] (52/154) Installing nettle (3.8.1-r2) [2024-03-21T17:28:25.440Z] (53/154) Installing libunistring (1.1-r1) [2024-03-21T17:28:25.440Z] (54/154) Installing libidn2 (2.3.4-r1) [2024-03-21T17:28:25.440Z] (55/154) Installing p11-kit (0.24.1-r2) [2024-03-21T17:28:25.440Z] (56/154) Installing libtasn1 (4.19.0-r1) [2024-03-21T17:28:25.440Z] (57/154) Installing gnutls (3.8.3-r0) [2024-03-21T17:28:25.440Z] (58/154) Installing cups-libs (2.4.7-r0) [2024-03-21T17:28:25.440Z] (59/154) Installing libepoxy (1.5.10-r1) [2024-03-21T17:28:25.440Z] (60/154) Installing fribidi (1.0.13-r0) [2024-03-21T17:28:25.440Z] (61/154) Installing graphite2 (1.3.14-r5) [2024-03-21T17:28:25.440Z] (62/154) Installing harfbuzz (7.3.0-r0) [2024-03-21T17:28:25.440Z] (63/154) Installing libxft (2.3.8-r1) [2024-03-21T17:28:25.440Z] (64/154) Installing pango (1.50.14-r1) [2024-03-21T17:28:25.440Z] (65/154) Installing wayland-libs-client (1.22.0-r2) [2024-03-21T17:28:25.440Z] (66/154) Installing wayland-libs-cursor (1.22.0-r2) [2024-03-21T17:28:25.440Z] (67/154) Installing wayland-libs-egl (1.22.0-r2) [2024-03-21T17:28:25.440Z] (68/154) Installing xkeyboard-config (2.38-r0) [2024-03-21T17:28:25.440Z] (69/154) Installing libxkbcommon (1.5.0-r2) [2024-03-21T17:28:25.440Z] (70/154) Installing gtk+3.0 (3.24.38-r1) [Pipeline] echo [2024-03-21T17:28:25.663Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [2024-03-21T17:28:25.700Z] Executing gtk+3.0-3.24.38-r1.post-install [2024-03-21T17:28:25.700Z] (71/154) Installing icu-data-full (73.2-r2) [2024-03-21T17:28:25.700Z] (72/154) Installing mesa (23.0.4-r0) [2024-03-21T17:28:25.700Z] (73/154) Installing llvm15-libs (15.0.7-r6) [Pipeline] echo [2024-03-21T17:28:25.709Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-21T17:28:25.781Z] ========================================================= [2024-03-21T17:28:25.781Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-03-21T17:28:25.781Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:28:26.304Z] + 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-03-21T17:28:26.636Z] (74/154) Installing hwdata-pci (0.370-r0) [2024-03-21T17:28:26.636Z] (75/154) Installing libpciaccess (0.17-r2) [2024-03-21T17:28:26.636Z] (76/154) Installing libdrm (2.4.115-r4) [2024-03-21T17:28:26.636Z] (77/154) Installing musl-fts (1.2.7-r5) [2024-03-21T17:28:26.636Z] (78/154) Installing libelf (0.189-r2) [2024-03-21T17:28:26.636Z] (79/154) Installing mesa-glapi (23.0.4-r0) [2024-03-21T17:28:26.636Z] (80/154) Installing mesa-dri-gallium (23.0.4-r0) [2024-03-21T17:28:26.636Z] (81/154) Installing eudev-libs (3.2.11-r8) [2024-03-21T17:28:26.636Z] (82/154) Installing libmagic (5.45-r0) [2024-03-21T17:28:26.636Z] (83/154) Installing file (5.45-r0) [2024-03-21T17:28:26.636Z] (84/154) Installing libice (1.1.1-r2) [2024-03-21T17:28:26.636Z] (85/154) Installing libuuid (2.38.1-r8) [2024-03-21T17:28:26.636Z] (86/154) Installing libsm (1.2.4-r1) [2024-03-21T17:28:26.636Z] (87/154) Installing libxt (1.3.0-r2) [2024-03-21T17:28:26.636Z] (88/154) Installing libxmu (1.1.4-r2) [2024-03-21T17:28:26.636Z] (89/154) Installing xset (1.2.5-r1) [2024-03-21T17:28:26.636Z] (90/154) Installing xprop (1.2.7-r0) [2024-03-21T17:28:26.636Z] (91/154) Installing xdg-utils (1.1.3-r4) [2024-03-21T17:28:26.636Z] (92/154) Installing libogg (1.3.5-r4) [2024-03-21T17:28:26.636Z] (93/154) Installing flac-libs (1.4.3-r0) [2024-03-21T17:28:26.636Z] (94/154) Installing alsa-lib (1.2.9-r1) [2024-03-21T17:28:26.636Z] (95/154) Installing libatomic (12.2.1_git20220924-r10) [2024-03-21T17:28:26.636Z] (96/154) Installing svt-av1-libs (1.6.0-r0) [2024-03-21T17:28:26.896Z] (97/154) Installing aom-libs (3.6.1-r0) [2024-03-21T17:28:26.896Z] (98/154) Installing libva (2.18.0-r1) [2024-03-21T17:28:26.896Z] (99/154) Installing libvdpau (1.5-r1) [2024-03-21T17:28:26.896Z] (100/154) Installing onevpl-libs (2023.2.1-r0) [2024-03-21T17:28:26.896Z] (101/154) Installing ffmpeg-libavutil (6.0.1-r0) [2024-03-21T17:28:26.896Z] (102/154) Installing libdav1d (1.2.1-r0) [2024-03-21T17:28:26.896Z] (103/154) Installing libhwy (1.0.4-r1) [2024-03-21T17:28:26.896Z] (104/154) Installing lcms2 (2.15-r2) [2024-03-21T17:28:26.896Z] (105/154) Installing libjxl (0.8.2-r0) [2024-03-21T17:28:26.896Z] (106/154) Installing lame-libs (3.100-r5) [2024-03-21T17:28:26.896Z] (107/154) Installing opus (1.4-r0) [2024-03-21T17:28:26.896Z] (108/154) Installing libgomp (12.2.1_git20220924-r10) [2024-03-21T17:28:26.896Z] (109/154) Installing soxr (0.1.3-r5) [2024-03-21T17:28:26.896Z] (110/154) Installing ffmpeg-libswresample (6.0.1-r0) [2024-03-21T17:28:26.896Z] (111/154) Installing libtheora (1.1.1-r17) [2024-03-21T17:28:27.158Z] (112/154) Installing libvorbis (1.3.7-r1) [2024-03-21T17:28:27.158Z] (113/154) Installing libvpx (1.13.0-r2) [2024-03-21T17:28:27.158Z] (114/154) Installing x264-libs (0.164_git20220602-r1) [2024-03-21T17:28:27.158Z] (115/154) Installing numactl (2.0.16-r4) [2024-03-21T17:28:27.158Z] (116/154) Installing x265-libs (3.5-r4) [2024-03-21T17:28:27.158Z] (117/154) Installing xvidcore (1.3.7-r1) [2024-03-21T17:28:27.158Z] (118/154) Installing ffmpeg-libavcodec (6.0.1-r0) [2024-03-21T17:28:27.158Z] (119/154) Installing libbluray (1.3.4-r0) [2024-03-21T17:28:27.158Z] (120/154) Installing mpg123-libs (1.31.3-r1) [2024-03-21T17:28:27.419Z] (121/154) Installing libopenmpt (0.7.2-r0) [2024-03-21T17:28:27.419Z] (122/154) Installing cjson (1.7.17-r0) [2024-03-21T17:28:27.419Z] (123/154) Installing mbedtls (2.28.7-r0) [2024-03-21T17:28:27.419Z] (124/154) Installing librist (0.2.7-r0) [2024-03-21T17:28:27.419Z] (125/154) Installing libsrt (1.5.2-r0) [2024-03-21T17:28:27.419Z] (126/154) Installing libssh (0.10.5-r0) [2024-03-21T17:28:27.419Z] (127/154) Installing libsodium (1.0.18-r3) [2024-03-21T17:28:27.419Z] (128/154) Installing libzmq (4.3.4-r4) [2024-03-21T17:28:27.419Z] (129/154) Installing ffmpeg-libavformat (6.0.1-r0) [2024-03-21T17:28:27.419Z] (130/154) Installing libevent (2.1.12-r6) [2024-03-21T17:28:27.419Z] (131/154) Installing wayland-libs-server (1.22.0-r2) [2024-03-21T17:28:27.419Z] (132/154) Installing mesa-gbm (23.0.4-r0) [2024-03-21T17:28:27.419Z] (133/154) Installing harfbuzz-subset (7.3.0-r0) [2024-03-21T17:28:27.419Z] (134/154) Installing icu-libs (73.2-r2) [2024-03-21T17:28:27.419Z] (135/154) Installing jsoncpp (1.9.5-r0) [2024-03-21T17:28:27.419Z] (136/154) Installing minizip (1.2.13-r1) [2024-03-21T17:28:27.419Z] (137/154) Installing nspr (4.35-r2) [2024-03-21T17:28:27.419Z] (138/154) Installing sqlite-libs (3.41.2-r3) [2024-03-21T17:28:27.419Z] (139/154) Installing nss (3.94-r0) [2024-03-21T17:28:27.419Z] (140/154) Installing pipewire-libs (0.3.70-r1) [2024-03-21T17:28:27.680Z] (141/154) Installing libasyncns (0.8-r1) [2024-03-21T17:28:27.680Z] (142/154) Installing libltdl (2.4.7-r2) [2024-03-21T17:28:27.680Z] (143/154) Installing orc (0.4.34-r0) [2024-03-21T17:28:27.680Z] (144/154) Installing libsndfile (1.2.0-r2) [2024-03-21T17:28:27.680Z] (145/154) Installing speexdsp (1.2.1-r1) [2024-03-21T17:28:27.680Z] (146/154) Installing tdb-libs (1.4.8-r1) [2024-03-21T17:28:27.680Z] (147/154) Installing libpulse (16.1-r10) [2024-03-21T17:28:27.680Z] (148/154) Installing snappy (1.1.10-r1) [2024-03-21T17:28:27.680Z] (149/154) Installing libwoff2common (1.0.2-r2) [2024-03-21T17:28:27.680Z] (150/154) Installing libwoff2enc (1.0.2-r2) [2024-03-21T17:28:27.680Z] (151/154) Installing libgpg-error (1.47-r1) [2024-03-21T17:28:27.680Z] (152/154) Installing libgcrypt (1.10.2-r1) [2024-03-21T17:28:27.680Z] (153/154) Installing libxslt (1.1.38-r0) [2024-03-21T17:28:27.680Z] (154/154) Installing chromium (119.0.6045.159-r0) [2024-03-21T17:28:27.734Z] Sending build context to Docker daemon 35.37MB [2024-03-21T17:28:27.734Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2024-03-21T17:28:27.734Z] Step 2/15 : FROM ${BASE} AS builder [2024-03-21T17:28:27.734Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-03-21T17:28:27.734Z] 9fda8d8052c6: Pulling fs layer [2024-03-21T17:28:27.734Z] 5d54e960e981: Pulling fs layer [2024-03-21T17:28:27.734Z] c4a7e357bf2a: Pulling fs layer [2024-03-21T17:28:27.734Z] f0e02332f6b5: Pulling fs layer [2024-03-21T17:28:27.734Z] 872ee5b61b7b: Pulling fs layer [2024-03-21T17:28:27.734Z] 0c6a40ed1a82: Pulling fs layer [2024-03-21T17:28:27.734Z] 94ae7d8d031c: Pulling fs layer [2024-03-21T17:28:27.734Z] f0e02332f6b5: Waiting [2024-03-21T17:28:27.734Z] 872ee5b61b7b: Waiting [2024-03-21T17:28:27.734Z] 0c6a40ed1a82: Waiting [2024-03-21T17:28:27.734Z] 94ae7d8d031c: Waiting [2024-03-21T17:28:27.734Z] 5d54e960e981: Verifying Checksum [2024-03-21T17:28:27.734Z] 5d54e960e981: Download complete [2024-03-21T17:28:27.734Z] f0e02332f6b5: Verifying Checksum [2024-03-21T17:28:27.734Z] f0e02332f6b5: Download complete [2024-03-21T17:28:27.734Z] 872ee5b61b7b: Verifying Checksum [2024-03-21T17:28:27.734Z] 872ee5b61b7b: Download complete [2024-03-21T17:28:27.734Z] 9fda8d8052c6: Download complete [2024-03-21T17:28:28.326Z] 94ae7d8d031c: Verifying Checksum [2024-03-21T17:28:28.326Z] 94ae7d8d031c: Download complete [2024-03-21T17:28:28.594Z] 9fda8d8052c6: Pull complete [2024-03-21T17:28:29.059Z] Executing busybox-1.36.1-r5.trigger [2024-03-21T17:28:29.059Z] Executing fontconfig-2.14.2-r3.trigger [2024-03-21T17:28:29.059Z] Executing mkfontscale-1.2.2-r3.trigger [2024-03-21T17:28:29.059Z] Executing glib-2.76.6-r0.trigger [2024-03-21T17:28:29.059Z] Executing shared-mime-info-2.2-r5.trigger [2024-03-21T17:28:29.187Z] 5d54e960e981: Pull complete [2024-03-21T17:28:29.455Z] c4a7e357bf2a: Verifying Checksum [2024-03-21T17:28:29.455Z] c4a7e357bf2a: Download complete [2024-03-21T17:28:29.630Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2024-03-21T17:28:29.630Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2024-03-21T17:28:29.630Z] OK: 580 MiB in 171 packages [2024-03-21T17:28:30.419Z] 0c6a40ed1a82: Verifying Checksum [2024-03-21T17:28:30.420Z] 0c6a40ed1a82: Download complete [2024-03-21T17:28:41.843Z] Removing intermediate container 5dc7c393028c [2024-03-21T17:28:41.843Z] ---> e963c4e90976 [2024-03-21T17:28:41.843Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2024-03-21T17:28:41.843Z] ---> Running in 48a6345f97bf [2024-03-21T17:28:41.843Z] Removing intermediate container 48a6345f97bf [2024-03-21T17:28:41.843Z] ---> b8324660d439 [2024-03-21T17:28:41.843Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2024-03-21T17:28:41.843Z] ---> Running in 109164362d98 [2024-03-21T17:28:42.103Z] Removing intermediate container 109164362d98 [2024-03-21T17:28:42.103Z] ---> 31c15b6d158c [2024-03-21T17:28:42.103Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2024-03-21T17:28:42.103Z] ---> Running in 71073eca3835 [2024-03-21T17:28:42.103Z] Removing intermediate container 71073eca3835 [2024-03-21T17:28:42.103Z] ---> 86353dd81a1e [2024-03-21T17:28:42.103Z] Step 6/11 : RUN npm install -g npm [2024-03-21T17:28:42.103Z] ---> Running in cb2562813a98 [2024-03-21T17:28:42.739Z] c4a7e357bf2a: Pull complete [2024-03-21T17:28:42.739Z] f0e02332f6b5: Pull complete [2024-03-21T17:28:42.739Z] 872ee5b61b7b: Pull complete [2024-03-21T17:28:50.227Z] [2024-03-21T17:28:50.227Z] removed 26 packages, and changed 55 packages in 6s [2024-03-21T17:28:50.227Z] [2024-03-21T17:28:50.227Z] 24 packages are looking for funding [2024-03-21T17:28:50.227Z] run `npm fund` for details [2024-03-21T17:28:50.796Z] Removing intermediate container cb2562813a98 [2024-03-21T17:28:50.796Z] ---> e70efe654c61 [2024-03-21T17:28:50.796Z] Step 7/11 : ARG USER=1000 [2024-03-21T17:28:50.953Z] 0c6a40ed1a82: Pull complete [2024-03-21T17:28:51.055Z] ---> Running in e47979a3942f [2024-03-21T17:28:51.055Z] Removing intermediate container e47979a3942f [2024-03-21T17:28:51.055Z] ---> 51e5e2574b3a [2024-03-21T17:28:51.056Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2024-03-21T17:28:51.056Z] ---> Running in dd214a8ec343 [2024-03-21T17:28:51.626Z] Removing intermediate container dd214a8ec343 [2024-03-21T17:28:51.626Z] ---> 3f2e735c4c08 [2024-03-21T17:28:51.626Z] Step 9/11 : USER $USER:$USER [2024-03-21T17:28:51.626Z] ---> Running in 15cd962e671c [2024-03-21T17:28:51.626Z] Removing intermediate container 15cd962e671c [2024-03-21T17:28:51.626Z] ---> 78015acf54ba [2024-03-21T17:28:51.626Z] Step 10/11 : WORKDIR /app [2024-03-21T17:28:51.626Z] ---> Running in 3e9363ea120f [2024-03-21T17:28:51.626Z] Removing intermediate container 3e9363ea120f [2024-03-21T17:28:51.626Z] ---> 6bbfb8032e05 [2024-03-21T17:28:51.626Z] Step 11/11 : LABEL git_sha=bbc822de55cc0ad6301e560ca2d85414d5e7a968 [2024-03-21T17:28:51.886Z] ---> Running in 881f00c29c00 [2024-03-21T17:28:51.886Z] Removing intermediate container 881f00c29c00 [2024-03-21T17:28:51.886Z] ---> 7ba8bb1943d7 [2024-03-21T17:28:51.886Z] Successfully built 7ba8bb1943d7 [2024-03-21T17:28:51.886Z] Successfully tagged edgexfoundry/edgex-web-ui:bbc822de55cc0ad6301e560ca2d85414d5e7a968 [2024-03-21T17:28:51.886Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2024-03-21T17:28:51.886Z] touch edgex-web-ui.imagebuilt [2024-03-21T17:28:51.886Z] mkdir -p node_modules coverage [2024-03-21T17:28:51.886Z] chown "1000:1000" . node_modules coverage package-lock.json [2024-03-21T17:28:51.886Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2024-03-21T17:28:52.908Z] 94ae7d8d031c: Pull complete [2024-03-21T17:28:52.908Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-03-21T17:28:52.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-21T17:28:52.908Z] ---> 86de565de09d [2024-03-21T17:28:52.908Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-03-21T17:28:54.311Z] ---> Running in 4b736df83578 [2024-03-21T17:28:54.908Z] Removing intermediate container 4b736df83578 [2024-03-21T17:28:54.908Z] ---> 1e2f0a3c30b5 [2024-03-21T17:28:54.908Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2024-03-21T17:28:54.908Z] ---> Running in 1fe08a81b8ad [2024-03-21T17:28:55.175Z] Removing intermediate container 1fe08a81b8ad [2024-03-21T17:28:55.175Z] ---> de19c3c7f5f5 [2024-03-21T17:28:55.175Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2024-03-21T17:28:55.175Z] ---> Running in 7188ceb69a7c [2024-03-21T17:28:55.443Z] Removing intermediate container 7188ceb69a7c [2024-03-21T17:28:55.443Z] ---> cd16c1594e9d [2024-03-21T17:28:55.443Z] Step 6/15 : LABEL Name=edgex-ui-go [2024-03-21T17:28:55.443Z] ---> Running in 90cd19bc18d1 [2024-03-21T17:28:55.712Z] Removing intermediate container 90cd19bc18d1 [2024-03-21T17:28:55.712Z] ---> 5b8ffc3cfc46 [2024-03-21T17:28:55.712Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-03-21T17:28:55.980Z] ---> Running in 8eb63f7788d9 [2024-03-21T17:28:56.247Z] Removing intermediate container 8eb63f7788d9 [2024-03-21T17:28:56.247Z] ---> 73bd7177f22e [2024-03-21T17:28:56.247Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-03-21T17:28:56.828Z] latest: Pulling from library/docker [2024-03-21T17:28:56.828Z] bca4290a9639: Pulling fs layer [2024-03-21T17:28:56.828Z] 17b275a3377f: Pulling fs layer [2024-03-21T17:28:56.828Z] 4f4fb700ef54: Pulling fs layer [2024-03-21T17:28:56.828Z] c7c53acdebd8: Pulling fs layer [2024-03-21T17:28:56.828Z] 11eaffe3eb71: Pulling fs layer [2024-03-21T17:28:56.828Z] 2ee06d9bd875: Pulling fs layer [2024-03-21T17:28:56.828Z] 1191475ba843: Pulling fs layer [2024-03-21T17:28:56.828Z] 1c88be67c011: Pulling fs layer [2024-03-21T17:28:56.828Z] 278db795eefd: Pulling fs layer [2024-03-21T17:28:56.828Z] 84bfdf52f00c: Pulling fs layer [2024-03-21T17:28:56.828Z] a8997fd33190: Pulling fs layer [2024-03-21T17:28:56.828Z] a8c50c377794: Pulling fs layer [2024-03-21T17:28:56.828Z] 5b2adc59ed1e: Pulling fs layer [2024-03-21T17:28:56.828Z] b32afe2a18f4: Pulling fs layer [2024-03-21T17:28:56.828Z] e14cfebf1168: Pulling fs layer [2024-03-21T17:28:56.828Z] ff185d1d549d: Pulling fs layer [2024-03-21T17:28:56.828Z] 278db795eefd: Waiting [2024-03-21T17:28:56.828Z] 84bfdf52f00c: Waiting [2024-03-21T17:28:56.828Z] a8997fd33190: Waiting [2024-03-21T17:28:56.828Z] a8c50c377794: Waiting [2024-03-21T17:28:56.828Z] 5b2adc59ed1e: Waiting [2024-03-21T17:28:56.828Z] b32afe2a18f4: Waiting [2024-03-21T17:28:56.828Z] e14cfebf1168: Waiting [2024-03-21T17:28:56.828Z] c7c53acdebd8: Waiting [2024-03-21T17:28:56.828Z] 11eaffe3eb71: Waiting [2024-03-21T17:28:56.828Z] ff185d1d549d: Waiting [2024-03-21T17:28:56.828Z] 1c88be67c011: Waiting [2024-03-21T17:28:56.828Z] 2ee06d9bd875: Waiting [2024-03-21T17:28:56.828Z] 1191475ba843: Waiting [2024-03-21T17:28:57.096Z] 4f4fb700ef54: Verifying Checksum [2024-03-21T17:28:57.096Z] 4f4fb700ef54: Download complete [2024-03-21T17:28:57.096Z] 17b275a3377f: Verifying Checksum [2024-03-21T17:28:57.096Z] 17b275a3377f: Download complete [2024-03-21T17:28:57.096Z] bca4290a9639: Verifying Checksum [2024-03-21T17:28:57.096Z] bca4290a9639: Download complete [2024-03-21T17:28:57.096Z] c7c53acdebd8: Verifying Checksum [2024-03-21T17:28:57.096Z] c7c53acdebd8: Download complete [2024-03-21T17:28:58.065Z] 11eaffe3eb71: Verifying Checksum [2024-03-21T17:28:58.065Z] 11eaffe3eb71: Download complete [2024-03-21T17:28:58.065Z] 2ee06d9bd875: Verifying Checksum [2024-03-21T17:28:58.065Z] 2ee06d9bd875: Download complete [2024-03-21T17:28:58.065Z] 1191475ba843: Verifying Checksum [2024-03-21T17:28:58.065Z] 1191475ba843: Download complete [2024-03-21T17:28:58.065Z] bca4290a9639: Pull complete [2024-03-21T17:28:58.065Z] 1c88be67c011: Verifying Checksum [2024-03-21T17:28:58.065Z] 1c88be67c011: Download complete [2024-03-21T17:28:58.065Z] 84bfdf52f00c: Download complete [2024-03-21T17:28:58.065Z] 278db795eefd: Download complete [2024-03-21T17:28:58.337Z] a8c50c377794: Verifying Checksum [2024-03-21T17:28:58.338Z] a8c50c377794: Download complete [2024-03-21T17:28:58.338Z] 5b2adc59ed1e: Verifying Checksum [2024-03-21T17:28:58.338Z] 5b2adc59ed1e: Download complete [2024-03-21T17:28:58.338Z] e14cfebf1168: Verifying Checksum [2024-03-21T17:28:58.338Z] e14cfebf1168: Download complete [2024-03-21T17:28:58.605Z] ff185d1d549d: Verifying Checksum [2024-03-21T17:28:58.605Z] ff185d1d549d: Download complete [2024-03-21T17:28:58.605Z] a8997fd33190: Verifying Checksum [2024-03-21T17:28:58.605Z] a8997fd33190: Download complete [2024-03-21T17:28:58.605Z] 17b275a3377f: Pull complete [2024-03-21T17:28:58.873Z] 4f4fb700ef54: Pull complete [2024-03-21T17:28:59.141Z] c7c53acdebd8: Pull complete [2024-03-21T17:29:00.105Z] b32afe2a18f4: Verifying Checksum [2024-03-21T17:29:00.105Z] b32afe2a18f4: Download complete [2024-03-21T17:29:00.372Z] 11eaffe3eb71: Pull complete [2024-03-21T17:29:01.781Z] 2ee06d9bd875: Pull complete [2024-03-21T17:29:03.189Z] 1191475ba843: Pull complete [2024-03-21T17:29:03.456Z] 1c88be67c011: Pull complete [2024-03-21T17:29:03.723Z] 278db795eefd: Pull complete [2024-03-21T17:29:03.992Z] 84bfdf52f00c: Pull complete [2024-03-21T17:29:04.110Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2024-03-21T17:29:04.110Z] npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs [2024-03-21T17:29:04.110Z] npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead [2024-03-21T17:29:04.110Z] 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-03-21T17:29:04.110Z] npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead [2024-03-21T17:29:04.110Z] 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-03-21T17:29:04.110Z] npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. [2024-03-21T17:29:04.685Z] 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-03-21T17:29:05.401Z] a8997fd33190: Pull complete [2024-03-21T17:29:05.622Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2024-03-21T17:29:05.673Z] a8c50c377794: Pull complete [2024-03-21T17:29:05.941Z] 5b2adc59ed1e: Pull complete [2024-03-21T17:29:06.192Z] npm WARN deprecated @wessberg/ts-evaluator@0.0.27: this package has been renamed to ts-evaluator. Please install ts-evaluator instead [2024-03-21T17:29:06.760Z] 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-03-21T17:29:07.019Z] 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-03-21T17:29:07.960Z] 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-03-21T17:29:10.202Z] b32afe2a18f4: Pull complete [2024-03-21T17:29:10.202Z] e14cfebf1168: Pull complete [2024-03-21T17:29:10.202Z] ff185d1d549d: Pull complete [2024-03-21T17:29:10.202Z] Digest: sha256:645776ce2ff39e4889a887d05622e57c62f8a54f4f0a5376312b4d091483026d [2024-03-21T17:29:10.202Z] Status: Downloaded newer image for docker:latest [2024-03-21T17:29:12.157Z] [2024-03-21T17:29:12.158Z] added 1182 packages, and audited 1183 packages in 19s [2024-03-21T17:29:12.158Z] [2024-03-21T17:29:12.158Z] 100 packages are looking for funding [2024-03-21T17:29:12.158Z] run `npm fund` for details [2024-03-21T17:29:12.158Z] [2024-03-21T17:29:12.158Z] 20 vulnerabilities (13 moderate, 6 high, 1 critical) [2024-03-21T17:29:12.158Z] [2024-03-21T17:29:12.158Z] To address issues that do not require attention, run: [2024-03-21T17:29:12.158Z] npm audit fix [2024-03-21T17:29:12.158Z] [2024-03-21T17:29:12.158Z] To address all issues (including breaking changes), run: [2024-03-21T17:29:12.158Z] npm audit fix --force [2024-03-21T17:29:12.158Z] [2024-03-21T17:29:12.158Z] Run `npm audit` for details. [2024-03-21T17:29:12.806Z] ---> d09fba687448 [2024-03-21T17:29:12.806Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-21T17:29:12.806Z] ---> Running in 1e58966c2332 [2024-03-21T17:29:13.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-21T17:29:14.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-21T17:29:15.000Z] OK: 266 MiB in 52 packages [2024-03-21T17:29:15.960Z] Removing intermediate container 1e58966c2332 [2024-03-21T17:29:15.961Z] ---> 4cf1ba10781a [2024-03-21T17:29:15.961Z] Step 10/15 : ENV GO111MODULE=on [2024-03-21T17:29:15.961Z] ---> Running in 7fbb12db61ba [2024-03-21T17:29:16.230Z] Removing intermediate container 7fbb12db61ba [2024-03-21T17:29:16.230Z] ---> ccc4f4be9fe8 [2024-03-21T17:29:16.230Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-03-21T17:29:16.230Z] ---> Running in 49a0512f8a3b [2024-03-21T17:29:16.498Z] Removing intermediate container 49a0512f8a3b [2024-03-21T17:29:16.498Z] ---> 338ea4e95bee [2024-03-21T17:29:16.498Z] Step 12/15 : COPY go.mod vendor* ./ [2024-03-21T17:29:17.083Z] ---> 3f09945a2f60 [2024-03-21T17:29:17.083Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-21T17:29:17.083Z] ---> Running in 8357dba68493 [2024-03-21T17:29:20.311Z] 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-03-21T17:29:21.687Z] - Generating browser application bundles (phase: setup)... [2024-03-21T17:29:43.622Z] ✔ Browser application bundle generation complete. [2024-03-21T17:29:43.622Z] 21 03 2024 17:29:43.501:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2024-03-21T17:29:43.622Z] 21 03 2024 17:29:43.503:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2024-03-21T17:29:43.622Z] 21 03 2024 17:29:43.506:INFO [launcher]: Starting browser ChromeHeadless [2024-03-21T17:29:43.883Z] 21 03 2024 17:29:43.862:INFO [Chrome Headless 119.0.6045.159 (Linux x86_64)]: Connected on socket _rM8cWS3-ulQJrYoAAAB with id 85189451 [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.113 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.127 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.14 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.151 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.179 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.191 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.237 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.258 secs) [2024-03-21T17:29:47.175Z] ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): [2024-03-21T17:29:47.175Z] 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. [2024-03-21T17:29:47.175Z] 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-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.258 secs) [2024-03-21T17:29:47.175Z] ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): [2024-03-21T17:29:47.175Z] 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. [2024-03-21T17:29:47.175Z] 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-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.264 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.27 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.276 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.299 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.313 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.317 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.319 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.33 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.335 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.341 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.364 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.37 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.371 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.372 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.387 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.394 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.431 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.437 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.451 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.455 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.467 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.479 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.485 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.501 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.506 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.51 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.523 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.528 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.53 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.531 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.56 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.568 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.575 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.577 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.581 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.588 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.589 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.592 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.594 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.603 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.606 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.611 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.614 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.615 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.617 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.622 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.624 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.625 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.626 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.635 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.638 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.652 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.66 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.662 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.663 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.671 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.743 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.756 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.758 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.76 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.82 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.823 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.825 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.831 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.844 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.849 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 0.851 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 0.862 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 0.864 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 0.866 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 0.868 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 0.869 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 0.872 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 0.876 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 0.882 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 0.884 secs) [2024-03-21T17:29:47.175Z] WARN: ' [2024-03-21T17:29:47.175Z] It looks like you're using ngModel on the same form field as formControlName. [2024-03-21T17:29:47.175Z] Support for using the ngModel input property and ngModelChange event with [2024-03-21T17:29:47.175Z] reactive form directives has been deprecated in Angular v6 and will be removed [2024-03-21T17:29:47.175Z] in a future version of Angular. [2024-03-21T17:29:47.175Z] [2024-03-21T17:29:47.175Z] For more information on this, see our API docs here: [2024-03-21T17:29:47.175Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2024-03-21T17:29:47.175Z] ' [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 0.884 secs) [2024-03-21T17:29:47.175Z] WARN: ' [2024-03-21T17:29:47.175Z] It looks like you're using ngModel on the same form field as formControlName. [2024-03-21T17:29:47.175Z] Support for using the ngModel input property and ngModelChange event with [2024-03-21T17:29:47.175Z] reactive form directives has been deprecated in Angular v6 and will be removed [2024-03-21T17:29:47.175Z] in a future version of Angular. [2024-03-21T17:29:47.175Z] [2024-03-21T17:29:47.175Z] For more information on this, see our API docs here: [2024-03-21T17:29:47.175Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2024-03-21T17:29:47.175Z] ' [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 0.901 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 0.91 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 0.914 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 0.918 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 0.921 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 0.945 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 0.966 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 0.974 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 0.976 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 0.988 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 0.989 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 0.991 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 0.997 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 1.016 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 1.018 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 1.02 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 1.021 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 1.032 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.044 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 1.074 secs) [2024-03-21T17:29:47.175Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 1.08 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 1.093 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 1.097 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 1.101 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 1.103 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 1.114 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 1.116 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.117 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.13 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.138 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.14 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.142 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.145 secs) [2024-03-21T17:29:47.176Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.157 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.168 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.171 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.176 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.201 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.209 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.228 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.235 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.241 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.257 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.262 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.266 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.284 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.287 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.288 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.289 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.303 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.308 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.316 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.328 secs) [2024-03-21T17:29:47.435Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.34 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.349 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.359 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.364 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.368 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.369 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.372 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.39 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.395 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.403 secs) [2024-03-21T17:29:47.696Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0.735 secs / 1.403 secs) [2024-03-21T17:29:47.696Z] TOTAL: 147 SUCCESS [2024-03-21T17:29:47.696Z] ✔ Browser application bundle generation complete. [2024-03-21T17:29:48.277Z] [2024-03-21T17:29:48.277Z] =============================== Coverage summary =============================== [2024-03-21T17:29:48.277Z] Statements : 38.98% ( 1372/3519 ) [2024-03-21T17:29:48.277Z] Branches : 15.3% ( 94/614 ) [2024-03-21T17:29:48.277Z] Functions : 31.99% ( 422/1319 ) [2024-03-21T17:29:48.277Z] Lines : 38.91% ( 1341/3446 ) [2024-03-21T17:29:48.277Z] ================================================================================ [2024-03-21T17:29:48.277Z] ✔ Browser application bundle generation complete. [2024-03-21T17:29:49.658Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-723/web' [Pipeline] echo [2024-03-21T17:29:49.704Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-03-21T17:29:49.741Z] $ docker stop --time=1 ab97bb6f00fddb40df7a280e90e84b65268e0302d826f096ef494e97cbd1d2d7 [2024-03-21T17:29:51.073Z] $ docker rm -f --volumes ab97bb6f00fddb40df7a280e90e84b65268e0302d826f096ef494e97cbd1d2d7 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-21T17:29:51.607Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-03-21T17:29:52.022Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-03-21T17:29:52.771Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-03-21T17:29:53.097Z] + ls -al . [2024-03-21T17:29:53.097Z] total 264 [2024-03-21T17:29:53.097Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 21 17:27 . [2024-03-21T17:29:53.097Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:25 .. [2024-03-21T17:29:53.097Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:25 .blubracket [2024-03-21T17:29:53.097Z] -rw-rw-r-- 1 jenkins jenkins 18 Mar 21 17:25 .dockerignore [2024-03-21T17:29:53.097Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 17:25 .git [2024-03-21T17:29:53.097Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:25 .github [2024-03-21T17:29:53.097Z] -rw-rw-r-- 1 jenkins jenkins 178 Mar 21 17:25 .gitignore [2024-03-21T17:29:53.097Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 17:25 .semver [2024-03-21T17:29:53.097Z] -rw-rw-r-- 1 jenkins jenkins 9736 Mar 21 17:25 Attribution.txt [2024-03-21T17:29:53.097Z] -rw-rw-r-- 1 jenkins jenkins 21430 Mar 21 17:25 CHANGELOG.md [2024-03-21T17:29:53.097Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 21 17:25 CONTRIBUTING.md [2024-03-21T17:29:53.097Z] -rw-rw-r-- 1 jenkins jenkins 1940 Mar 21 17:25 Dockerfile [2024-03-21T17:29:53.097Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 21 17:25 Jenkinsfile [2024-03-21T17:29:53.098Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 21 17:25 LICENSE [2024-03-21T17:29:53.098Z] -rw-rw-r-- 1 jenkins jenkins 2189 Mar 21 17:25 Makefile [2024-03-21T17:29:53.098Z] -rw-rw-r-- 1 jenkins jenkins 4381 Mar 21 17:25 README.md [2024-03-21T17:29:53.098Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 21 17:25 VERSION [2024-03-21T17:29:53.098Z] -rw-rw-r-- 1 jenkins jenkins 4832 Mar 21 17:25 angularmigrationlogs.md [2024-03-21T17:29:53.098Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:25 assets [2024-03-21T17:29:53.098Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:25 bin [2024-03-21T17:29:53.098Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:25 cmd [2024-03-21T17:29:53.098Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 21 17:27 coverage.out [2024-03-21T17:29:53.098Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:25 docs [2024-03-21T17:29:53.098Z] -rw-rw-r-- 1 jenkins jenkins 6918 Mar 21 17:25 go.mod [2024-03-21T17:29:53.098Z] -rw-rw-r-- 1 jenkins jenkins 100793 Mar 21 17:25 go.sum [2024-03-21T17:29:53.098Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 17:25 internal [2024-03-21T17:29:53.098Z] -rwxrwxr-x 1 jenkins jenkins 568 Mar 21 17:25 redeploy.sh [2024-03-21T17:29:53.098Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:25 testing [2024-03-21T17:29:53.098Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 21 17:25 version.go [2024-03-21T17:29:53.098Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 21 17:29 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:29:53.524Z] + 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=bbc822de55cc0ad6301e560ca2d85414d5e7a968 --label arch=amd64 --label version=0.0.0 . [2024-03-21T17:29:54.905Z] Sending build context to Docker daemon 346.4MB [2024-03-21T17:29:54.905Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-03-21T17:29:54.905Z] Step 2/27 : FROM ${BASE} AS builder [2024-03-21T17:29:54.905Z] ---> fb5866b7a681 [2024-03-21T17:29:54.905Z] Step 3/27 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-03-21T17:29:59.178Z] ---> Running in b6c27e7727c9 [2024-03-21T17:29:59.178Z] Removing intermediate container b6c27e7727c9 [2024-03-21T17:29:59.178Z] ---> 0c03c5b8555e [2024-03-21T17:29:59.178Z] Step 4/27 : ARG ALPINE_PKG_BASE="make git" [2024-03-21T17:29:59.178Z] ---> Running in 7bb160a384f9 [2024-03-21T17:29:59.178Z] Removing intermediate container 7bb160a384f9 [2024-03-21T17:29:59.178Z] ---> 1e9d50880d0d [2024-03-21T17:29:59.178Z] Step 5/27 : ARG ALPINE_PKG_EXTRA="" [2024-03-21T17:29:59.178Z] ---> Running in 4638fe0f2632 [2024-03-21T17:29:59.178Z] Removing intermediate container 4638fe0f2632 [2024-03-21T17:29:59.178Z] ---> aef5176e70f6 [2024-03-21T17:29:59.178Z] Step 6/27 : LABEL Name=edgex-ui-go [2024-03-21T17:29:59.178Z] ---> Running in 21616b1f488e [2024-03-21T17:29:59.178Z] Removing intermediate container 21616b1f488e [2024-03-21T17:29:59.178Z] ---> bef4c2af5678 [2024-03-21T17:29:59.178Z] Step 7/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-03-21T17:29:59.178Z] ---> Running in 9bec3025dba2 [2024-03-21T17:29:59.178Z] Removing intermediate container 9bec3025dba2 [2024-03-21T17:29:59.178Z] ---> 80ae15d650df [2024-03-21T17:29:59.178Z] Step 8/27 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-03-21T17:29:59.747Z] ---> 3c5f7ae2474b [2024-03-21T17:29:59.747Z] Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-21T17:29:59.747Z] ---> Running in 11d8a1219148 [2024-03-21T17:30:00.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-21T17:30:00.266Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-21T17:30:00.525Z] OK: 264 MiB in 52 packages [2024-03-21T17:30:00.784Z] Removing intermediate container 11d8a1219148 [2024-03-21T17:30:00.784Z] ---> 2bb316105f0f [2024-03-21T17:30:00.784Z] Step 10/27 : ENV GO111MODULE=on [2024-03-21T17:30:01.043Z] ---> Running in 7f7cb07d65be [2024-03-21T17:30:01.043Z] Removing intermediate container 7f7cb07d65be [2024-03-21T17:30:01.043Z] ---> 13fa9a896b57 [2024-03-21T17:30:01.043Z] Step 11/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-03-21T17:30:01.043Z] ---> Running in 6f55f0fa9ae8 [2024-03-21T17:30:01.043Z] Removing intermediate container 6f55f0fa9ae8 [2024-03-21T17:30:01.043Z] ---> 8e12328325d7 [2024-03-21T17:30:01.043Z] Step 12/27 : COPY go.mod vendor* ./ [2024-03-21T17:30:01.308Z] ---> ce2531f2568e [2024-03-21T17:30:01.308Z] Step 13/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-21T17:30:01.308Z] ---> Running in fb6b8a1f7058 [2024-03-21T17:30:01.876Z] Removing intermediate container fb6b8a1f7058 [2024-03-21T17:30:01.876Z] ---> c2d91f30beb3 [2024-03-21T17:30:01.876Z] Step 14/27 : COPY . . [2024-03-21T17:30:10.004Z] ---> 752dd67563bb [2024-03-21T17:30:10.004Z] Step 15/27 : RUN ${MAKE} [2024-03-21T17:30:10.004Z] ---> Running in 9dafa56ee380 [2024-03-21T17:30:10.004Z] 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-03-21T17:30:42.378Z] Removing intermediate container 9dafa56ee380 [2024-03-21T17:30:42.378Z] ---> b8e12479a5c1 [2024-03-21T17:30:42.378Z] Step 16/27 : FROM alpine:3.18 [2024-03-21T17:30:42.378Z] 3.18: Pulling from library/alpine [2024-03-21T17:30:42.378Z] 619be1103602: Already exists [2024-03-21T17:30:42.378Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-21T17:30:42.378Z] Status: Downloaded newer image for alpine:3.18 [2024-03-21T17:30:42.378Z] ---> d3782b16ccc9 [2024-03-21T17:30:42.378Z] Step 17/27 : RUN apk --no-cache upgrade [2024-03-21T17:30:42.378Z] ---> Running in 4a65601b1a16 [2024-03-21T17:30:42.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-21T17:30:42.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-21T17:30:42.378Z] (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-03-21T17:30:42.378Z] OK: 7 MiB in 15 packages [2024-03-21T17:30:42.378Z] Removing intermediate container 4a65601b1a16 [2024-03-21T17:30:42.378Z] ---> 1003c0c558a4 [2024-03-21T17:30:42.378Z] Step 18/27 : RUN apk add --update --no-cache dumb-init [2024-03-21T17:30:42.378Z] ---> Running in 70fca7b18545 [2024-03-21T17:30:42.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-21T17:30:42.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-21T17:30:42.378Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-03-21T17:30:42.378Z] Executing busybox-1.36.1-r5.trigger [2024-03-21T17:30:42.378Z] OK: 7 MiB in 16 packages [2024-03-21T17:30:42.642Z] Removing intermediate container 70fca7b18545 [2024-03-21T17:30:42.642Z] ---> b48f272223e4 [2024-03-21T17:30:42.642Z] Step 19/27 : EXPOSE 4000 [2024-03-21T17:30:42.642Z] ---> Running in 5c4ca34bc20f [2024-03-21T17:30:42.642Z] Removing intermediate container 5c4ca34bc20f [2024-03-21T17:30:42.642Z] ---> f6c29e4a109f [2024-03-21T17:30:42.642Z] 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-03-21T17:30:44.201Z] ---> 94d035efa6c2 [2024-03-21T17:30:44.201Z] Step 21/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2024-03-21T17:30:44.462Z] ---> 1180ffc7bdf2 [2024-03-21T17:30:44.462Z] Step 22/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2024-03-21T17:30:44.462Z] ---> 16f0d3767954 [2024-03-21T17:30:44.462Z] Step 23/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2024-03-21T17:30:44.462Z] ---> Running in e700127c1b6b [2024-03-21T17:30:44.462Z] Removing intermediate container e700127c1b6b [2024-03-21T17:30:44.462Z] ---> 8a2708b65db5 [2024-03-21T17:30:44.462Z] Step 24/27 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2024-03-21T17:30:44.462Z] ---> Running in 2de7b5bc61e8 [2024-03-21T17:30:44.723Z] Removing intermediate container 2de7b5bc61e8 [2024-03-21T17:30:44.723Z] ---> b1dcbe85366d [2024-03-21T17:30:44.723Z] Step 25/27 : LABEL arch=amd64 [2024-03-21T17:30:44.723Z] ---> Running in 8cc007d7445c [2024-03-21T17:30:44.723Z] Removing intermediate container 8cc007d7445c [2024-03-21T17:30:44.723Z] ---> c406d5092029 [2024-03-21T17:30:44.723Z] Step 26/27 : LABEL git_sha=bbc822de55cc0ad6301e560ca2d85414d5e7a968 [2024-03-21T17:30:44.987Z] ---> Running in 85dca8e76c3d [2024-03-21T17:30:44.987Z] Removing intermediate container 85dca8e76c3d [2024-03-21T17:30:44.987Z] ---> 7970e5da7428 [2024-03-21T17:30:44.987Z] Step 27/27 : LABEL version=0.0.0 [2024-03-21T17:30:44.987Z] ---> Running in 9d777cba24ed [2024-03-21T17:30:44.987Z] Removing intermediate container 9d777cba24ed [2024-03-21T17:30:44.987Z] ---> 04d6a5976119 [2024-03-21T17:30:44.987Z] [Warning] One or more build-args [ARCH] were not consumed [2024-03-21T17:30:44.987Z] Successfully built 04d6a5976119 [2024-03-21T17:30:44.987Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:30:46.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-21T17:30:46.034Z] [2024-03-21T17:30:46.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:30:46.415Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-21T17:30:46.415Z] latest: Pulling from edgex-lftools-log-publisher [2024-03-21T17:30:46.415Z] 5eb5b503b376: Pulling fs layer [2024-03-21T17:30:46.415Z] 5c69ac0246d0: Pulling fs layer [2024-03-21T17:30:46.415Z] ec43610c2a17: Pulling fs layer [2024-03-21T17:30:46.415Z] 3a2ae6a8a46f: Pulling fs layer [2024-03-21T17:30:46.415Z] 33b1e0a273af: Pulling fs layer [2024-03-21T17:30:46.415Z] 5d3b04190fa2: Pulling fs layer [2024-03-21T17:30:46.415Z] 2f39f015ded8: Pulling fs layer [2024-03-21T17:30:46.415Z] 5d3b04190fa2: Waiting [2024-03-21T17:30:46.415Z] 2f39f015ded8: Waiting [2024-03-21T17:30:46.415Z] 3a2ae6a8a46f: Waiting [2024-03-21T17:30:46.415Z] 33b1e0a273af: Waiting [2024-03-21T17:30:46.415Z] 5c69ac0246d0: Verifying Checksum [2024-03-21T17:30:46.415Z] 5c69ac0246d0: Download complete [2024-03-21T17:30:46.415Z] 3a2ae6a8a46f: Verifying Checksum [2024-03-21T17:30:46.415Z] 3a2ae6a8a46f: Download complete [2024-03-21T17:30:46.415Z] 33b1e0a273af: Verifying Checksum [2024-03-21T17:30:46.415Z] 33b1e0a273af: Download complete [2024-03-21T17:30:46.415Z] 5d3b04190fa2: Verifying Checksum [2024-03-21T17:30:46.415Z] 5d3b04190fa2: Download complete [2024-03-21T17:30:46.415Z] ec43610c2a17: Verifying Checksum [2024-03-21T17:30:46.415Z] ec43610c2a17: Download complete [2024-03-21T17:30:46.677Z] 5eb5b503b376: Verifying Checksum [2024-03-21T17:30:46.677Z] 5eb5b503b376: Download complete [2024-03-21T17:30:47.250Z] 2f39f015ded8: Download complete [2024-03-21T17:30:47.818Z] 5eb5b503b376: Pull complete [2024-03-21T17:30:48.079Z] 5c69ac0246d0: Pull complete [2024-03-21T17:30:48.340Z] ec43610c2a17: Pull complete [2024-03-21T17:30:48.599Z] 3a2ae6a8a46f: Pull complete [2024-03-21T17:30:48.599Z] 33b1e0a273af: Pull complete [2024-03-21T17:30:48.861Z] 5d3b04190fa2: Pull complete [2024-03-21T17:30:53.061Z] 2f39f015ded8: Pull complete [2024-03-21T17:30:53.061Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-03-21T17:30:53.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-21T17:30:53.061Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-21T17:30:53.312Z] prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container [2024-03-21T17:30:53.346Z] $ 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-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@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-03-21T17:30:58.667Z] $ docker top 399a9b77179db070a6ad0c6ff57e89f055c928d37d34dbfc54fab6296437101c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:30:59.212Z] ---> job-cost.sh [2024-03-21T17:30:59.212Z] lf-activate-venv: SKIPPING [2024-03-21T17:30:59.212Z] INFO: No Stack... [2024-03-21T17:30:59.495Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-03-21T17:30:59.791Z] INFO: Archiving Costs [Pipeline] sh [2024-03-21T17:31:00.104Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives/cost.csv [2024-03-21T17:31:00.104Z] + cut -d, -f6 [Pipeline] lock [2024-03-21T17:31:00.145Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [2024-03-21T17:31:00.149Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] did not exist. Created. [2024-03-21T17:31:00.154Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-21T17:31:00.553Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-03-21T17:31:00.898Z] Stashed 1 file(s) [Pipeline] } [2024-03-21T17:31:00.923Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-03-21T17:31:01.011Z] $ docker stop --time=1 399a9b77179db070a6ad0c6ff57e89f055c928d37d34dbfc54fab6296437101c [2024-03-21T17:31:02.342Z] $ docker rm -f --volumes 399a9b77179db070a6ad0c6ff57e89f055c928d37d34dbfc54fab6296437101c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-03-21T17:31:23.733Z] Removing intermediate container 8357dba68493 [2024-03-21T17:31:23.733Z] ---> 8856c62dfa9c [2024-03-21T17:31:23.733Z] Step 14/15 : COPY . . [2024-03-21T17:31:23.733Z] ---> 17d42c18bf2f [2024-03-21T17:31:23.733Z] Step 15/15 : RUN ${MAKE} [2024-03-21T17:31:23.733Z] ---> Running in ce6fcdbc79b5 [2024-03-21T17:31:24.323Z] noop [2024-03-21T17:31:24.905Z] Removing intermediate container ce6fcdbc79b5 [2024-03-21T17:31:24.905Z] ---> 7cb1983da3aa [2024-03-21T17:31:25.170Z] Successfully built 7cb1983da3aa [2024-03-21T17:31:25.170Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:31:25.658Z] + docker inspect -f . ci-base-image-arm64 [2024-03-21T17:31:25.658Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-21T17:31:25.950Z] prd-ubuntu20.04-docker-arm64-4c-16g-591 does not seem to be running inside a container [2024-03-21T17:31:26.014Z] $ 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-03-21T17:31:27.196Z] $ docker top cc2096659bde4eeaa6f3889ceb584df6b925d0cada6ac5eba6d7c61f33f8ed24 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-21T17:31:28.092Z] + go version [2024-03-21T17:31:28.092Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-03-21T17:31:28.131Z] $ docker stop --time=1 cc2096659bde4eeaa6f3889ceb584df6b925d0cada6ac5eba6d7c61f33f8ed24 [2024-03-21T17:31:29.720Z] $ docker rm -f --volumes cc2096659bde4eeaa6f3889ceb584df6b925d0cada6ac5eba6d7c61f33f8ed24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:31:30.625Z] + docker inspect -f . ci-base-image-arm64 [2024-03-21T17:31:30.625Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-21T17:31:30.882Z] prd-ubuntu20.04-docker-arm64-4c-16g-591 does not seem to be running inside a container [2024-03-21T17:31:31.083Z] $ 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-03-21T17:31:32.262Z] $ docker top de394024e2b3abbfbc4fdb7bc218c5660173e5acfe6aec36307641a25c59839f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-21T17:31:32.898Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2024-03-21T17:31:33.653Z] + make test [2024-03-21T17:31:33.653Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2024-03-21T17:31:40.335Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2024-03-21T17:33:50.983Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2024-03-21T17:33:50.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2024-03-21T17:33:50.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2024-03-21T17:33:50.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2024-03-21T17:33:50.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2024-03-21T17:33:50.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2024-03-21T17:33:50.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2024-03-21T17:33:50.983Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2024-03-21T17:33:50.983Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2024-03-21T17:34:13.026Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-21T17:34:13.026Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-21T17:34:13.026Z] ./bin/test-attribution-txt.sh [2024-03-21T17:34:13.026Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-03-21T17:34:13.026Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-03-21T17:34:13.293Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for google.golang.org/appengine is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2024-03-21T17:34:13.558Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-03-21T17:34:13.602Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-03-21T17:34:13.653Z] $ docker stop --time=1 de394024e2b3abbfbc4fdb7bc218c5660173e5acfe6aec36307641a25c59839f [2024-03-21T17:34:15.583Z] $ docker rm -f --volumes de394024e2b3abbfbc4fdb7bc218c5660173e5acfe6aec36307641a25c59839f [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-21T17:34:17.068Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-03-21T17:34:17.106Z] Warning: overwriting stash ‘coverage-report’ [2024-03-21T17:34:17.683Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-21T17:34:18.316Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-03-21T17:34:18.657Z] + ls -al . [2024-03-21T17:34:18.657Z] total 260 [2024-03-21T17:34:18.657Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 21 17:31 . [2024-03-21T17:34:18.657Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:27 .. [2024-03-21T17:34:18.657Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:27 .blubracket [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 18 Mar 21 17:27 .dockerignore [2024-03-21T17:34:18.657Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 17:27 .git [2024-03-21T17:34:18.657Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:27 .github [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 178 Mar 21 17:27 .gitignore [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 9736 Mar 21 17:27 Attribution.txt [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 21430 Mar 21 17:27 CHANGELOG.md [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 21 17:27 CONTRIBUTING.md [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 1940 Mar 21 17:27 Dockerfile [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 21 17:27 Jenkinsfile [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 21 17:27 LICENSE [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 2189 Mar 21 17:27 Makefile [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 4381 Mar 21 17:27 README.md [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 21 17:25 VERSION [2024-03-21T17:34:18.657Z] -rw-rw-r-- 1 jenkins jenkins 4832 Mar 21 17:27 angularmigrationlogs.md [2024-03-21T17:34:18.657Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:27 assets [2024-03-21T17:34:18.657Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:27 bin [2024-03-21T17:34:18.658Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:27 cmd [2024-03-21T17:34:18.658Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 21 17:31 coverage.out [2024-03-21T17:34:18.658Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:27 docs [2024-03-21T17:34:18.658Z] -rw-rw-r-- 1 jenkins jenkins 6918 Mar 21 17:27 go.mod [2024-03-21T17:34:18.658Z] -rw-rw-r-- 1 jenkins jenkins 100793 Mar 21 17:27 go.sum [2024-03-21T17:34:18.658Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 17:27 internal [2024-03-21T17:34:18.658Z] -rwxrwxr-x 1 jenkins jenkins 568 Mar 21 17:27 redeploy.sh [2024-03-21T17:34:18.658Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:27 testing [2024-03-21T17:34:18.658Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 21 17:27 version.go [2024-03-21T17:34:18.658Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:27 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:34:19.089Z] + 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=bbc822de55cc0ad6301e560ca2d85414d5e7a968 --label arch=arm64 --label version=0.0.0 . [2024-03-21T17:34:20.507Z] Sending build context to Docker daemon 35.37MB [2024-03-21T17:34:20.507Z] Step 1/27 : ARG BASE=golang:1.21-alpine3.18 [2024-03-21T17:34:20.507Z] Step 2/27 : FROM ${BASE} AS builder [2024-03-21T17:34:20.507Z] ---> 7cb1983da3aa [2024-03-21T17:34:20.507Z] Step 3/27 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-03-21T17:34:20.507Z] ---> Running in ba1cd7910960 [2024-03-21T17:34:20.773Z] Removing intermediate container ba1cd7910960 [2024-03-21T17:34:20.773Z] ---> d0942ae4e2d6 [2024-03-21T17:34:20.773Z] Step 4/27 : ARG ALPINE_PKG_BASE="make git" [2024-03-21T17:34:21.040Z] ---> Running in 0364427ccb5b [2024-03-21T17:34:21.306Z] Removing intermediate container 0364427ccb5b [2024-03-21T17:34:21.306Z] ---> b2e249dbaaed [2024-03-21T17:34:21.306Z] Step 5/27 : ARG ALPINE_PKG_EXTRA="" [2024-03-21T17:34:21.306Z] ---> Running in 98519daea519 [2024-03-21T17:34:21.579Z] Removing intermediate container 98519daea519 [2024-03-21T17:34:21.579Z] ---> 14f461ae83ab [2024-03-21T17:34:21.579Z] Step 6/27 : LABEL Name=edgex-ui-go [2024-03-21T17:34:21.579Z] ---> Running in f45405e51120 [2024-03-21T17:34:21.848Z] Removing intermediate container f45405e51120 [2024-03-21T17:34:21.848Z] ---> ad5405a94bfb [2024-03-21T17:34:21.848Z] Step 7/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-03-21T17:34:22.115Z] ---> Running in 5d378ba9a1d8 [2024-03-21T17:34:22.383Z] Removing intermediate container 5d378ba9a1d8 [2024-03-21T17:34:22.383Z] ---> 4facfe929541 [2024-03-21T17:34:22.383Z] Step 8/27 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-03-21T17:34:23.792Z] ---> e01a1aeeb5d4 [2024-03-21T17:34:23.792Z] Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-21T17:34:23.792Z] ---> Running in ee0312421b39 [2024-03-21T17:34:24.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-21T17:34:25.345Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-21T17:34:26.300Z] OK: 266 MiB in 52 packages [2024-03-21T17:34:26.895Z] Removing intermediate container ee0312421b39 [2024-03-21T17:34:26.895Z] ---> 1da87bf5e632 [2024-03-21T17:34:26.895Z] Step 10/27 : ENV GO111MODULE=on [2024-03-21T17:34:27.170Z] ---> Running in 3aa5bc9beba8 [2024-03-21T17:34:27.437Z] Removing intermediate container 3aa5bc9beba8 [2024-03-21T17:34:27.437Z] ---> 8e0795634546 [2024-03-21T17:34:27.437Z] Step 11/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-03-21T17:34:27.437Z] ---> Running in 941a255671ca [2024-03-21T17:34:27.702Z] Removing intermediate container 941a255671ca [2024-03-21T17:34:27.702Z] ---> 48212271327a [2024-03-21T17:34:27.702Z] Step 12/27 : COPY go.mod vendor* ./ [2024-03-21T17:34:28.283Z] ---> 2a34ff1b32bc [2024-03-21T17:34:28.283Z] Step 13/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-21T17:34:28.283Z] ---> Running in 6528173a63a7 [2024-03-21T17:34:30.847Z] Removing intermediate container 6528173a63a7 [2024-03-21T17:34:30.847Z] ---> 616f130930ea [2024-03-21T17:34:30.847Z] Step 14/27 : COPY . . [2024-03-21T17:34:34.183Z] ---> f21ed72bb799 [2024-03-21T17:34:34.183Z] Step 15/27 : RUN ${MAKE} [2024-03-21T17:34:34.183Z] ---> Running in b314acca75e7 [2024-03-21T17:34:35.140Z] 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-03-21T17:36:56.803Z] Removing intermediate container b314acca75e7 [2024-03-21T17:36:56.803Z] ---> 9e086741079f [2024-03-21T17:36:56.803Z] Step 16/27 : FROM alpine:3.18 [2024-03-21T17:36:56.803Z] 3.18: Pulling from library/alpine [2024-03-21T17:36:56.803Z] c6b39de5b339: Pulling fs layer [2024-03-21T17:36:56.803Z] c6b39de5b339: Download complete [2024-03-21T17:36:57.387Z] c6b39de5b339: Pull complete [2024-03-21T17:36:57.387Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-21T17:36:57.387Z] Status: Downloaded newer image for alpine:3.18 [2024-03-21T17:36:57.387Z] ---> 33abbf032149 [2024-03-21T17:36:57.387Z] Step 17/27 : RUN apk --no-cache upgrade [2024-03-21T17:36:57.387Z] ---> Running in 22723d490108 [2024-03-21T17:36:58.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-21T17:36:58.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-21T17:37:00.035Z] (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-03-21T17:37:00.035Z] OK: 8 MiB in 15 packages [2024-03-21T17:37:00.629Z] Removing intermediate container 22723d490108 [2024-03-21T17:37:00.629Z] ---> 96d49cfb3269 [2024-03-21T17:37:00.629Z] Step 18/27 : RUN apk add --update --no-cache dumb-init [2024-03-21T17:37:00.629Z] ---> Running in 551e91ade02f [2024-03-21T17:37:01.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-21T17:37:01.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-21T17:37:02.807Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-03-21T17:37:02.807Z] Executing busybox-1.36.1-r5.trigger [2024-03-21T17:37:03.071Z] OK: 8 MiB in 16 packages [2024-03-21T17:37:04.034Z] Removing intermediate container 551e91ade02f [2024-03-21T17:37:04.034Z] ---> 1894564e7bcd [2024-03-21T17:37:04.034Z] Step 19/27 : EXPOSE 4000 [2024-03-21T17:37:04.034Z] ---> Running in 75756d9d89ef [2024-03-21T17:37:04.034Z] Removing intermediate container 75756d9d89ef [2024-03-21T17:37:04.034Z] ---> b5aed002fa78 [2024-03-21T17:37:04.034Z] 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-03-21T17:37:06.622Z] ---> f29b4e7f369b [2024-03-21T17:37:06.622Z] Step 21/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2024-03-21T17:37:06.889Z] ---> 49064d474c8b [2024-03-21T17:37:06.889Z] Step 22/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2024-03-21T17:37:07.470Z] ---> 4669b70510f8 [2024-03-21T17:37:07.470Z] Step 23/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2024-03-21T17:37:07.470Z] ---> Running in ef153b054179 [2024-03-21T17:37:07.735Z] Removing intermediate container ef153b054179 [2024-03-21T17:37:07.735Z] ---> ec82e6aa323f [2024-03-21T17:37:07.735Z] Step 24/27 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2024-03-21T17:37:07.735Z] ---> Running in 00977891c108 [2024-03-21T17:37:08.008Z] Removing intermediate container 00977891c108 [2024-03-21T17:37:08.008Z] ---> 938d115765b4 [2024-03-21T17:37:08.008Z] Step 25/27 : LABEL arch=arm64 [2024-03-21T17:37:08.275Z] ---> Running in e1ba31de8b74 [2024-03-21T17:37:08.542Z] Removing intermediate container e1ba31de8b74 [2024-03-21T17:37:08.542Z] ---> 4f6ef78cd222 [2024-03-21T17:37:08.542Z] Step 26/27 : LABEL git_sha=bbc822de55cc0ad6301e560ca2d85414d5e7a968 [2024-03-21T17:37:08.542Z] ---> Running in d95203b7fa46 [2024-03-21T17:37:08.809Z] Removing intermediate container d95203b7fa46 [2024-03-21T17:37:08.809Z] ---> 00061d76fdea [2024-03-21T17:37:08.809Z] Step 27/27 : LABEL version=0.0.0 [2024-03-21T17:37:08.809Z] ---> Running in f6733db9f047 [2024-03-21T17:37:09.075Z] Removing intermediate container f6733db9f047 [2024-03-21T17:37:09.075Z] ---> 699a587ce920 [2024-03-21T17:37:09.075Z] [Warning] One or more build-args [ARCH] were not consumed [2024-03-21T17:37:09.341Z] Successfully built 699a587ce920 [2024-03-21T17:37:09.341Z] 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:37:10.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-21T17:37:10.226Z] [2024-03-21T17:37:10.226Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:37:10.641Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-21T17:37:10.641Z] arm64: Pulling from edgex-lftools-log-publisher [2024-03-21T17:37:10.641Z] 8998bd30e6a1: Pulling fs layer [2024-03-21T17:37:10.641Z] 04944245beec: Pulling fs layer [2024-03-21T17:37:10.641Z] 699f458cf7ca: Pulling fs layer [2024-03-21T17:37:10.641Z] 765212b225bb: Pulling fs layer [2024-03-21T17:37:10.641Z] f23df028b6ca: Pulling fs layer [2024-03-21T17:37:10.641Z] d65c8cfc05b1: Pulling fs layer [2024-03-21T17:37:10.641Z] 2437ff75d9bd: Pulling fs layer [2024-03-21T17:37:10.641Z] 765212b225bb: Waiting [2024-03-21T17:37:10.641Z] f23df028b6ca: Waiting [2024-03-21T17:37:10.641Z] d65c8cfc05b1: Waiting [2024-03-21T17:37:10.641Z] 2437ff75d9bd: Waiting [2024-03-21T17:37:10.910Z] 04944245beec: Verifying Checksum [2024-03-21T17:37:10.910Z] 04944245beec: Download complete [2024-03-21T17:37:10.910Z] 765212b225bb: Download complete [2024-03-21T17:37:10.910Z] f23df028b6ca: Verifying Checksum [2024-03-21T17:37:10.910Z] f23df028b6ca: Download complete [2024-03-21T17:37:10.910Z] d65c8cfc05b1: Verifying Checksum [2024-03-21T17:37:10.910Z] d65c8cfc05b1: Download complete [2024-03-21T17:37:10.910Z] 699f458cf7ca: Verifying Checksum [2024-03-21T17:37:10.910Z] 699f458cf7ca: Download complete [2024-03-21T17:37:11.495Z] 8998bd30e6a1: Verifying Checksum [2024-03-21T17:37:11.495Z] 8998bd30e6a1: Download complete [2024-03-21T17:37:14.074Z] 2437ff75d9bd: Verifying Checksum [2024-03-21T17:37:14.074Z] 2437ff75d9bd: Download complete [2024-03-21T17:37:16.006Z] 8998bd30e6a1: Pull complete [2024-03-21T17:37:16.591Z] 04944245beec: Pull complete [2024-03-21T17:37:17.996Z] 699f458cf7ca: Pull complete [2024-03-21T17:37:18.263Z] 765212b225bb: Pull complete [2024-03-21T17:37:19.218Z] f23df028b6ca: Pull complete [2024-03-21T17:37:19.484Z] d65c8cfc05b1: Pull complete [2024-03-21T17:37:37.660Z] 2437ff75d9bd: Pull complete [2024-03-21T17:37:37.660Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-03-21T17:37:37.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-21T17:37:37.660Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-21T17:37:38.008Z] prd-ubuntu20.04-docker-arm64-4c-16g-591 does not seem to be running inside a container [2024-03-21T17:37:38.069Z] $ 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-03-21T17:37:40.653Z] $ docker top da666e90d1114edf1d86eeca517057441837c9c9ef0db54d84588c786c1cb4cb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:37:41.537Z] ---> job-cost.sh [2024-03-21T17:37:41.537Z] lf-activate-venv: SKIPPING [2024-03-21T17:37:41.537Z] INFO: No Stack... [2024-03-21T17:37:41.800Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-03-21T17:37:42.750Z] INFO: Archiving Costs [Pipeline] sh [2024-03-21T17:37:43.409Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2024-03-21T17:37:43.409Z] + cut -d, -f6 [Pipeline] lock [2024-03-21T17:37:43.479Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [2024-03-21T17:37:43.484Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] did not exist. Created. [2024-03-21T17:37:43.489Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-21T17:37:44.214Z] /w/workspace/edgex-ui-go/1@tmp/durable-a64ea73c/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-03-21T17:37:44.596Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-03-21T17:37:44.638Z] Warning: overwriting stash ‘stack-cost’ [2024-03-21T17:37:44.842Z] Stashed 1 file(s) [Pipeline] } [2024-03-21T17:37:44.859Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-03-21T17:37:44.957Z] $ docker stop --time=1 da666e90d1114edf1d86eeca517057441837c9c9ef0db54d84588c786c1cb4cb [2024-03-21T17:37:46.436Z] $ docker rm -f --volumes da666e90d1114edf1d86eeca517057441837c9c9ef0db54d84588c786c1cb4cb [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-03-21T17:37:47.753Z] provisioning config files... [2024-03-21T17:37:47.761Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/config12964211191795563026tmp [Pipeline] { [Pipeline] sh [2024-03-21T17:37:48.121Z] + set +x [2024-03-21T17:37:48.121Z] + + curl -s https://codecov.io/bashbash [2024-03-21T17:37:48.121Z] -s -- [2024-03-21T17:37:48.382Z] [2024-03-21T17:37:48.382Z] _____ _ [2024-03-21T17:37:48.382Z] / ____| | | [2024-03-21T17:37:48.382Z] | | ___ __| | ___ ___ _____ __ [2024-03-21T17:37:48.382Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-03-21T17:37:48.382Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-03-21T17:37:48.382Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-03-21T17:37:48.382Z] Bash-1.0.6 [2024-03-21T17:37:48.382Z] [2024-03-21T17:37:48.382Z] [2024-03-21T17:37:48.382Z] ==> git version 2.25.1 found [2024-03-21T17:37:48.382Z] ==> 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-03-21T17:37:48.382Z] Release-Date: 2020-01-08 [2024-03-21T17:37:48.382Z] 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-03-21T17:37:48.382Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-03-21T17:37:48.382Z] ==> Jenkins CI detected. [2024-03-21T17:37:48.382Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-723 [2024-03-21T17:37:48.382Z] project root: . [2024-03-21T17:37:48.382Z] --> token set from env [2024-03-21T17:37:48.382Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-03-21T17:37:48.382Z] ==> Running gcov in . (disable via -X gcov) [2024-03-21T17:37:48.382Z] ==> Python coveragepy not found [2024-03-21T17:37:48.382Z] ==> Searching for coverage reports in: [2024-03-21T17:37:48.382Z] + . [2024-03-21T17:37:48.642Z] -> Found 1 reports [2024-03-21T17:37:48.642Z] ==> Detecting git/mercurial file structure [2024-03-21T17:37:48.642Z] ==> Reading reports [2024-03-21T17:37:48.642Z] + ./coverage.out bytes=10 [2024-03-21T17:37:48.642Z] ==> Appending adjustments [2024-03-21T17:37:48.642Z] https://docs.codecov.io/docs/fixing-reports [2024-03-21T17:37:49.211Z] + Found adjustments [2024-03-21T17:37:49.211Z] ==> Gzipping contents [2024-03-21T17:37:49.211Z] 12K /tmp/codecov.0ZCpY7.gz [2024-03-21T17:37:49.211Z] ==> Uploading reports [2024-03-21T17:37:49.211Z] url: https://codecov.io [2024-03-21T17:37:49.211Z] query: branch=PR-723&commit=bbc822de55cc0ad6301e560ca2d85414d5e7a968&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-723%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=723&job=&cmd_args= [2024-03-21T17:37:49.211Z] -> Pinging Codecov [2024-03-21T17:37:49.212Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-723&commit=bbc822de55cc0ad6301e560ca2d85414d5e7a968&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-723%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=723&job=&cmd_args= [2024-03-21T17:37:49.212Z] -> Uploading to [2024-03-21T17:37:49.212Z] https://storage.googleapis.com/codecov/v4/raw/2024-03-21/FB506323287CE973F263BFD2A0EB1F37/bbc822de55cc0ad6301e560ca2d85414d5e7a968/2d363653-cbff-40d5-aa48-ba1f5502e925.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240321%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240321T173749Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=42855c4d2ceed124c4f7529b4af82df62e528a1171f693290b99b503ec55339a [2024-03-21T17:37:49.212Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-21T17:37:49.212Z] Dload Upload Total Spent Left Speed [2024-03-21T17:37:49.780Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8687 0 0 100 8687 0 29955 --:--:-- --:--:-- --:--:-- 29955 [2024-03-21T17:37:49.780Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] } [2024-03-21T17:37:49.809Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-03-21T17:37:51.753Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives ] [2024-03-21T17:37:51.754Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives [2024-03-21T17:37:51.754Z] total 16 [2024-03-21T17:37:51.754Z] drwxr-xr-x 3 root root 4096 Mar 21 17:30 . [2024-03-21T17:37:51.754Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 21 17:31 .. [2024-03-21T17:37:51.754Z] drwxr-xr-x 2 root root 4096 Mar 21 17:30 cost [2024-03-21T17:37:51.754Z] -rw-r--r-- 1 root root 83 Mar 21 17:30 cost.csv [2024-03-21T17:37:51.754Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives [2024-03-21T17:37:51.754Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives [2024-03-21T17:37:51.754Z] total 16 [2024-03-21T17:37:51.754Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 17:30 . [2024-03-21T17:37:51.754Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 21 17:31 .. [2024-03-21T17:37:51.754Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 21 17:30 cost [2024-03-21T17:37:51.754Z] -rw-r--r-- 1 jenkins jenkins 83 Mar 21 17:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:37:52.092Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:37:52.988Z] ---> package-listing.sh [2024-03-21T17:37:52.988Z] ++ facter osfamily [2024-03-21T17:37:52.988Z] ++ tr '[:upper:]' '[:lower:]' [2024-03-21T17:37:53.248Z] + OS_FAMILY=debian [2024-03-21T17:37:53.248Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-723 [2024-03-21T17:37:53.248Z] + START_PACKAGES=/tmp/packages_start.txt [2024-03-21T17:37:53.248Z] + END_PACKAGES=/tmp/packages_end.txt [2024-03-21T17:37:53.248Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-03-21T17:37:53.248Z] + PACKAGES=/tmp/packages_start.txt [2024-03-21T17:37:53.248Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-723 ']' [2024-03-21T17:37:53.248Z] + PACKAGES=/tmp/packages_end.txt [2024-03-21T17:37:53.248Z] + case "${OS_FAMILY}" in [2024-03-21T17:37:53.248Z] + dpkg -l [2024-03-21T17:37:53.248Z] + grep '^ii' [2024-03-21T17:37:53.248Z] + '[' -f /tmp/packages_start.txt ']' [2024-03-21T17:37:53.248Z] + '[' -f /tmp/packages_end.txt ']' [2024-03-21T17:37:53.248Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-03-21T17:37:53.248Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-723 ']' [2024-03-21T17:37:53.248Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives/ [2024-03-21T17:37:53.248Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives/ [Pipeline] echo [2024-03-21T17:37:53.284Z] 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-723/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-03-21T17:37:53.575Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-21T17:37:54.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-21T17:37:54.209Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-21T17:37:54.376Z] prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container [2024-03-21T17:37:54.407Z] $ 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-723/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-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-03-21T17:37:54.630Z] $ docker top 18e81564f013d74977cec7da9f175da43dfe378d0c6750e653933b3f0fdee1c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-21T17:37:55.036Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-03-21T17:37:55.349Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-03-21T17:37:55.656Z] + ls /var/log/sa-host [2024-03-21T17:37:55.656Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-21T17:37:55.887Z] provisioning config files... [2024-03-21T17:37:55.898Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/config15934435197867892442tmp [Pipeline] { [Pipeline] echo [2024-03-21T17:37:55.961Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:37:56.273Z] ---> create-netrc.sh [Pipeline] } [2024-03-21T17:37:56.301Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:37:56.716Z] ---> python-tools-install.sh [Pipeline] echo [2024-03-21T17:37:56.748Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:37:57.058Z] ---> sudo-logs.sh [2024-03-21T17:37:57.058Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-03-21T17:37:57.169Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:37:57.484Z] ---> job-cost.sh [2024-03-21T17:37:57.484Z] lf-activate-venv: SKIPPING [2024-03-21T17:37:57.484Z] DEBUG: total: 0.2199999988079071 [2024-03-21T17:37:57.484Z] INFO: Retrieving Stack Cost... [2024-03-21T17:37:58.055Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-03-21T17:37:58.315Z] INFO: Archiving Costs [Pipeline] echo [2024-03-21T17:37:58.351Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-21T17:37:58.670Z] ---> logs-deploy.sh [2024-03-21T17:37:58.670Z] lf-activate-venv: SKIPPING [2024-03-21T17:37:58.670Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-723/1 [2024-03-21T17:37:58.670Z] INFO: archiving workspace using pattern(s): [2024-03-21T17:37:59.606Z] Archives upload complete. [2024-03-21T17:37:59.606Z] INFO: archiving logs to Nexus [2024-03-21T17:38:00.543Z] ---> uname -a: [2024-03-21T17:38:00.543Z] Linux prd-ubuntu20-04-docker-8c-8g-590 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] ---> lscpu: [2024-03-21T17:38:00.543Z] Architecture: x86_64 [2024-03-21T17:38:00.543Z] CPU op-mode(s): 32-bit, 64-bit [2024-03-21T17:38:00.543Z] Byte Order: Little Endian [2024-03-21T17:38:00.543Z] Address sizes: 40 bits physical, 48 bits virtual [2024-03-21T17:38:00.543Z] CPU(s): 8 [2024-03-21T17:38:00.543Z] On-line CPU(s) list: 0-7 [2024-03-21T17:38:00.543Z] Thread(s) per core: 1 [2024-03-21T17:38:00.543Z] Core(s) per socket: 1 [2024-03-21T17:38:00.543Z] Socket(s): 8 [2024-03-21T17:38:00.543Z] NUMA node(s): 1 [2024-03-21T17:38:00.543Z] Vendor ID: AuthenticAMD [2024-03-21T17:38:00.543Z] CPU family: 23 [2024-03-21T17:38:00.543Z] Model: 49 [2024-03-21T17:38:00.543Z] Model name: AMD EPYC-Rome Processor [2024-03-21T17:38:00.543Z] Stepping: 0 [2024-03-21T17:38:00.543Z] CPU MHz: 2800.000 [2024-03-21T17:38:00.543Z] BogoMIPS: 5600.00 [2024-03-21T17:38:00.543Z] Virtualization: AMD-V [2024-03-21T17:38:00.543Z] Hypervisor vendor: KVM [2024-03-21T17:38:00.543Z] Virtualization type: full [2024-03-21T17:38:00.543Z] L1d cache: 256 KiB [2024-03-21T17:38:00.543Z] L1i cache: 256 KiB [2024-03-21T17:38:00.543Z] L2 cache: 4 MiB [2024-03-21T17:38:00.543Z] L3 cache: 128 MiB [2024-03-21T17:38:00.543Z] NUMA node0 CPU(s): 0-7 [2024-03-21T17:38:00.543Z] Vulnerability Itlb multihit: Not affected [2024-03-21T17:38:00.543Z] Vulnerability L1tf: Not affected [2024-03-21T17:38:00.543Z] Vulnerability Mds: Not affected [2024-03-21T17:38:00.543Z] Vulnerability Meltdown: Not affected [2024-03-21T17:38:00.543Z] Vulnerability Mmio stale data: Not affected [2024-03-21T17:38:00.543Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-03-21T17:38:00.543Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-03-21T17:38:00.543Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-03-21T17:38:00.543Z] Vulnerability Srbds: Not affected [2024-03-21T17:38:00.543Z] Vulnerability Tsx async abort: Not affected [2024-03-21T17:38:00.543Z] 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-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] ---> nproc: [2024-03-21T17:38:00.543Z] 8 [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] ---> df -h: [2024-03-21T17:38:00.543Z] Filesystem Size Used Avail Use% Mounted on [2024-03-21T17:38:00.543Z] overlay 155G 14G 141G 10% / [2024-03-21T17:38:00.543Z] tmpfs 64M 0 64M 0% /dev [2024-03-21T17:38:00.543Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-03-21T17:38:00.543Z] shm 64M 0 64M 0% /dev/shm [2024-03-21T17:38:00.543Z] /dev/vda1 155G 14G 141G 10% /facter-os [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] ---> sar -b -r -n DEV: [2024-03-21T17:38:00.543Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-590) 03/21/24 _x86_64_ (8 CPU) [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] 17:24:46 LINUX RESTART (8 CPU) [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] 17:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-03-21T17:38:00.543Z] 17:26:01 202.18 47.99 154.19 0.00 5401.50 70697.28 0.00 [2024-03-21T17:38:00.543Z] 17:27:01 186.67 1.96 184.71 0.00 41.39 50686.54 0.00 [2024-03-21T17:38:00.543Z] 17:28:01 188.30 0.10 188.20 0.00 10.36 67760.82 0.00 [2024-03-21T17:38:00.543Z] 17:29:01 235.24 0.20 235.04 0.00 5.07 62771.80 0.00 [2024-03-21T17:38:00.543Z] 17:30:01 213.01 1.18 211.83 0.00 74.65 49959.27 0.00 [2024-03-21T17:38:00.543Z] 17:31:01 168.26 0.08 168.17 0.00 10.66 70348.14 0.00 [2024-03-21T17:38:00.543Z] 17:32:01 7.58 0.02 7.57 0.00 0.13 222.11 0.00 [2024-03-21T17:38:00.543Z] 17:33:01 2.02 0.00 2.02 0.00 0.00 21.20 0.00 [2024-03-21T17:38:00.543Z] 17:34:01 1.38 0.00 1.38 0.00 0.00 14.93 0.00 [2024-03-21T17:38:00.543Z] 17:35:01 4.57 1.02 3.55 0.00 21.86 46.13 0.00 [2024-03-21T17:38:00.543Z] 17:36:01 1.42 0.00 1.42 0.00 0.00 14.93 0.00 [2024-03-21T17:38:00.543Z] 17:37:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 [2024-03-21T17:38:00.543Z] Average: 100.92 4.38 96.53 0.00 464.08 31021.43 0.00 [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] 17:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-03-21T17:38:00.543Z] 17:26:01 29881420 31594252 755584 2.30 60628 1946596 1709384 5.04 992196 1674500 320 [2024-03-21T17:38:00.543Z] 17:27:01 27622940 31532288 775868 2.36 133528 3923328 1875644 5.53 1321024 3412188 659176 [2024-03-21T17:38:00.543Z] 17:28:01 26911020 31199188 1101224 3.35 191864 4196676 2366676 6.97 1680548 3709832 238164 [2024-03-21T17:38:00.543Z] 17:29:01 25772748 30962188 1328064 4.04 220516 5009196 2187468 6.45 1860348 4560536 7312 [2024-03-21T17:38:00.543Z] 17:30:01 25382072 31485288 810864 2.47 251040 5829300 2080312 6.13 1626452 5167212 456 [2024-03-21T17:38:00.543Z] 17:31:01 24427540 31485412 806472 2.45 259236 6701564 1924244 5.67 1735396 5934804 5280 [2024-03-21T17:38:00.543Z] 17:32:01 24462048 31519152 775636 2.36 259292 6701456 1776576 5.24 1702320 5934584 152 [2024-03-21T17:38:00.543Z] 17:33:01 24462812 31519956 774764 2.36 259344 6701456 1776576 5.24 1701700 5934584 8 [2024-03-21T17:38:00.543Z] 17:34:01 24463716 31520916 773728 2.35 259392 6701460 1776576 5.24 1700572 5934588 152 [2024-03-21T17:38:00.543Z] 17:35:01 24462376 31520672 773896 2.35 259476 6702052 1788332 5.27 1700872 5935064 4 [2024-03-21T17:38:00.543Z] 17:36:01 24470872 31529212 765308 2.33 259536 6702052 1788332 5.27 1691900 5935072 12 [2024-03-21T17:38:00.543Z] 17:37:01 24471368 31529780 764644 2.33 259560 6702056 1788332 5.27 1692120 5935076 176 [2024-03-21T17:38:00.543Z] Average: 25565911 31449859 850504 2.59 222784 5651433 1903204 5.61 1617121 5005670 75934 [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] 17:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-03-21T17:38:00.543Z] 17:26:01 lo 6.00 6.00 0.58 0.58 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:26:01 docker0 60.07 65.39 4.46 391.33 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:26:01 ens3 469.07 365.46 3208.77 122.54 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:27:01 lo 3.53 3.53 0.39 0.39 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:27:01 docker0 318.17 464.13 27.36 3276.47 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:27:01 ens3 719.07 455.18 8498.32 50.63 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:28:01 vethffd121a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:28:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:28:01 ens3 19.46 12.58 22.53 8.48 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:29:01 vethac9e9c5 437.43 423.16 48.86 1222.29 0.00 0.00 0.00 0.10 [2024-03-21T17:38:00.543Z] 17:29:01 vethffd121a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:29:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:29:01 docker0 504.28 621.41 46.86 5135.50 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:29:01 ens3 675.25 540.64 5907.31 67.27 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:30:01 vethabf6875 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:30:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:30:01 docker0 15.93 44.79 0.96 431.80 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:30:01 ens3 76.60 39.71 459.96 16.09 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:31:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:31:01 docker0 3.37 5.60 0.20 64.52 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:31:01 ens3 125.00 101.08 2596.43 138.31 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:32:01 ens3 0.85 0.73 0.91 0.41 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:33:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:34:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:36:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] 17:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] Average: lo 1.09 1.09 0.11 0.11 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] Average: docker0 75.24 100.24 6.66 775.90 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] Average: ens3 174.01 126.45 1726.75 33.67 0.00 0.00 0.00 0.00 [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] ---> sar -P ALL: [2024-03-21T17:38:00.543Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-590) 03/21/24 _x86_64_ (8 CPU) [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] 17:24:46 LINUX RESTART (8 CPU) [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] 17:25:01 CPU %user %nice %system %iowait %steal %idle [2024-03-21T17:38:00.543Z] 17:26:01 all 6.94 0.00 2.11 3.94 0.05 86.96 [2024-03-21T17:38:00.543Z] 17:26:01 0 6.72 0.00 2.07 0.66 0.03 90.53 [2024-03-21T17:38:00.543Z] 17:26:01 1 5.89 0.00 1.67 5.77 0.05 86.63 [2024-03-21T17:38:00.543Z] 17:26:01 2 8.28 0.00 3.22 7.43 0.03 81.04 [2024-03-21T17:38:00.543Z] 17:26:01 3 6.44 0.00 2.70 1.94 0.05 88.87 [2024-03-21T17:38:00.543Z] 17:26:01 4 7.84 0.00 2.37 8.70 0.05 81.03 [2024-03-21T17:38:00.543Z] 17:26:01 5 6.32 0.00 1.60 5.60 0.05 86.44 [2024-03-21T17:38:00.543Z] 17:26:01 6 6.15 0.00 1.70 1.03 0.07 91.06 [2024-03-21T17:38:00.543Z] 17:26:01 7 7.84 0.00 1.56 0.45 0.05 90.10 [2024-03-21T17:38:00.543Z] 17:27:01 all 7.02 0.00 3.10 4.63 0.08 85.17 [2024-03-21T17:38:00.543Z] 17:27:01 0 6.77 0.00 3.71 6.15 0.12 83.25 [2024-03-21T17:38:00.543Z] 17:27:01 1 8.28 0.00 2.98 3.01 0.10 85.63 [2024-03-21T17:38:00.543Z] 17:27:01 2 7.03 0.00 3.50 5.61 0.08 83.79 [2024-03-21T17:38:00.543Z] 17:27:01 3 6.84 0.00 3.39 2.16 0.10 87.51 [2024-03-21T17:38:00.543Z] 17:27:01 4 7.00 0.00 3.45 17.01 0.07 72.48 [2024-03-21T17:38:00.543Z] 17:27:01 5 6.34 0.00 2.73 0.62 0.05 90.25 [2024-03-21T17:38:00.543Z] 17:27:01 6 7.84 0.00 2.42 1.95 0.05 87.74 [2024-03-21T17:38:00.543Z] 17:27:01 7 6.06 0.00 2.66 0.39 0.05 90.85 [2024-03-21T17:38:00.543Z] 17:28:01 all 10.98 0.00 3.02 5.96 0.10 79.95 [2024-03-21T17:38:00.543Z] 17:28:01 0 10.78 0.00 2.46 6.53 0.03 80.20 [2024-03-21T17:38:00.543Z] 17:28:01 1 11.64 0.00 2.46 0.85 0.05 85.01 [2024-03-21T17:38:00.543Z] 17:28:01 2 10.73 0.00 3.69 35.87 0.10 49.61 [2024-03-21T17:38:00.543Z] 17:28:01 3 11.34 0.00 2.56 1.68 0.07 84.36 [2024-03-21T17:38:00.543Z] 17:28:01 4 10.93 0.00 2.24 0.80 0.03 86.00 [2024-03-21T17:38:00.543Z] 17:28:01 5 10.85 0.00 2.81 0.34 0.05 85.95 [2024-03-21T17:38:00.543Z] 17:28:01 6 10.61 0.00 4.65 1.05 0.39 83.31 [2024-03-21T17:38:00.543Z] 17:28:01 7 10.96 0.00 3.27 0.76 0.03 84.97 [2024-03-21T17:38:00.543Z] 17:29:01 all 20.83 0.00 3.77 4.50 0.07 70.82 [2024-03-21T17:38:00.543Z] 17:29:01 0 17.94 0.00 3.74 1.52 0.08 76.71 [2024-03-21T17:38:00.543Z] 17:29:01 1 23.39 0.00 4.21 1.52 0.07 70.82 [2024-03-21T17:38:00.543Z] 17:29:01 2 25.34 0.00 4.28 24.44 0.08 45.84 [2024-03-21T17:38:00.543Z] 17:29:01 3 20.30 0.00 3.34 1.75 0.07 74.55 [2024-03-21T17:38:00.543Z] 17:29:01 4 18.87 0.00 2.86 0.24 0.07 77.97 [2024-03-21T17:38:00.543Z] 17:29:01 5 18.73 0.00 4.06 0.93 0.08 76.20 [2024-03-21T17:38:00.543Z] 17:29:01 6 17.33 0.00 3.36 4.82 0.07 74.42 [2024-03-21T17:38:00.543Z] 17:29:01 7 24.78 0.00 4.36 0.96 0.07 69.83 [2024-03-21T17:38:00.543Z] 17:30:01 all 16.36 0.00 3.00 3.53 0.06 77.04 [2024-03-21T17:38:00.543Z] 17:30:01 0 30.00 0.00 3.56 0.52 0.07 65.85 [2024-03-21T17:38:00.543Z] 17:30:01 1 16.57 0.00 2.61 10.02 0.05 70.75 [2024-03-21T17:38:00.543Z] 17:30:01 2 12.95 0.00 2.58 10.85 0.05 73.57 [2024-03-21T17:38:00.543Z] 17:30:01 3 14.86 0.00 4.99 0.84 0.07 79.25 [2024-03-21T17:38:00.543Z] 17:30:01 4 17.45 0.00 3.49 2.39 0.08 76.58 [2024-03-21T17:38:00.543Z] 17:30:01 5 15.00 0.00 2.19 0.02 0.05 82.74 [2024-03-21T17:38:00.543Z] 17:30:01 6 12.45 0.00 1.99 0.27 0.07 85.22 [2024-03-21T17:38:00.543Z] 17:30:01 7 11.57 0.00 2.56 3.39 0.07 82.41 [2024-03-21T17:38:00.543Z] 17:31:01 all 22.84 0.00 3.94 4.78 0.08 68.36 [2024-03-21T17:38:00.543Z] 17:31:01 0 21.60 0.00 3.67 1.16 0.05 73.52 [2024-03-21T17:38:00.543Z] 17:31:01 1 23.19 0.00 4.25 21.90 0.10 50.56 [2024-03-21T17:38:00.543Z] 17:31:01 2 23.50 0.00 3.80 7.78 0.07 64.85 [2024-03-21T17:38:00.543Z] 17:31:01 3 21.20 0.00 3.59 4.99 0.07 70.16 [2024-03-21T17:38:00.543Z] 17:31:01 4 24.13 0.00 4.85 1.40 0.13 69.49 [2024-03-21T17:38:00.543Z] 17:31:01 5 23.84 0.00 3.04 0.20 0.07 72.85 [2024-03-21T17:38:00.543Z] 17:31:01 6 22.06 0.00 3.90 0.27 0.05 73.72 [2024-03-21T17:38:00.543Z] 17:31:01 7 23.20 0.00 4.44 0.76 0.07 71.54 [2024-03-21T17:38:00.543Z] 17:32:01 all 0.04 0.00 0.03 0.01 0.01 99.91 [2024-03-21T17:38:00.543Z] 17:32:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2024-03-21T17:38:00.543Z] 17:32:01 1 0.02 0.00 0.03 0.02 0.02 99.92 [2024-03-21T17:38:00.543Z] 17:32:01 2 0.02 0.00 0.03 0.05 0.02 99.88 [2024-03-21T17:38:00.543Z] 17:32:01 3 0.07 0.00 0.02 0.05 0.00 99.87 [2024-03-21T17:38:00.543Z] 17:32:01 4 0.07 0.00 0.02 0.00 0.03 99.88 [2024-03-21T17:38:00.543Z] 17:32:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2024-03-21T17:38:00.543Z] 17:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-03-21T17:38:00.543Z] 17:32:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2024-03-21T17:38:00.543Z] 17:33:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2024-03-21T17:38:00.543Z] 17:33:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2024-03-21T17:38:00.543Z] 17:33:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-03-21T17:38:00.543Z] 17:33:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-03-21T17:38:00.543Z] 17:33:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2024-03-21T17:38:00.543Z] 17:33:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2024-03-21T17:38:00.543Z] 17:33:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2024-03-21T17:38:00.543Z] 17:33:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2024-03-21T17:38:00.543Z] 17:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-03-21T17:38:00.543Z] 17:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-03-21T17:38:00.543Z] 17:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-03-21T17:38:00.543Z] 17:34:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-03-21T17:38:00.543Z] 17:34:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-03-21T17:38:00.543Z] 17:34:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2024-03-21T17:38:00.543Z] 17:34:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2024-03-21T17:38:00.543Z] 17:34:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2024-03-21T17:38:00.543Z] 17:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-03-21T17:38:00.543Z] 17:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-03-21T17:38:00.543Z] 17:35:01 all 0.07 0.00 0.03 0.02 0.01 99.86 [2024-03-21T17:38:00.543Z] 17:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-03-21T17:38:00.543Z] 17:35:01 1 0.02 0.00 0.03 0.03 0.02 99.90 [2024-03-21T17:38:00.543Z] 17:35:01 2 0.08 0.00 0.07 0.03 0.02 99.80 [2024-03-21T17:38:00.543Z] 17:35:01 3 0.30 0.00 0.02 0.03 0.02 99.63 [2024-03-21T17:38:00.543Z] 17:35:01 4 0.03 0.00 0.02 0.03 0.02 99.90 [2024-03-21T17:38:00.543Z] 17:35:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2024-03-21T17:38:00.543Z] 17:35:01 6 0.10 0.00 0.03 0.03 0.00 99.83 [2024-03-21T17:38:00.543Z] 17:35:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2024-03-21T17:38:00.543Z] 17:36:01 all 0.04 0.00 0.01 0.01 0.01 99.93 [2024-03-21T17:38:00.543Z] 17:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-03-21T17:38:00.543Z] 17:36:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2024-03-21T17:38:00.543Z] 17:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-03-21T17:38:00.543Z] 17:36:01 3 0.12 0.00 0.03 0.05 0.00 99.80 [2024-03-21T17:38:00.543Z] 17:36:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2024-03-21T17:38:00.543Z] 17:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-03-21T17:38:00.543Z] 17:36:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2024-03-21T17:38:00.543Z] 17:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-03-21T17:38:00.543Z] [2024-03-21T17:38:00.543Z] 17:36:01 CPU %user %nice %system %iowait %steal %idle [2024-03-21T17:38:00.543Z] 17:37:01 all 0.02 0.00 0.01 0.00 0.02 99.94 [2024-03-21T17:38:00.543Z] 17:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-03-21T17:38:00.543Z] 17:37:01 1 0.00 0.00 0.00 0.00 0.03 99.97 [2024-03-21T17:38:00.543Z] 17:37:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2024-03-21T17:38:00.544Z] 17:37:01 3 0.12 0.00 0.02 0.03 0.02 99.82 [2024-03-21T17:38:00.544Z] 17:37:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2024-03-21T17:38:00.544Z] 17:37:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-03-21T17:38:00.544Z] 17:37:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-03-21T17:38:00.544Z] 17:37:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-03-21T17:38:00.544Z] Average: all 7.06 0.00 1.58 2.27 0.04 89.04 [2024-03-21T17:38:00.544Z] Average: 0 7.81 0.00 1.60 1.37 0.04 89.19 [2024-03-21T17:38:00.544Z] Average: 1 7.39 0.00 1.52 3.58 0.04 87.47 [2024-03-21T17:38:00.544Z] Average: 2 7.27 0.00 1.75 7.59 0.04 83.34 [2024-03-21T17:38:00.544Z] Average: 3 6.77 0.00 1.71 1.13 0.04 90.35 [2024-03-21T17:38:00.544Z] Average: 4 7.17 0.00 1.61 2.55 0.05 88.62 [2024-03-21T17:38:00.544Z] Average: 5 6.73 0.00 1.37 0.64 0.03 91.23 [2024-03-21T17:38:00.544Z] Average: 6 6.36 0.00 1.50 0.78 0.06 91.29 [2024-03-21T17:38:00.544Z] Average: 7 7.00 0.00 1.57 0.56 0.03 90.84 [2024-03-21T17:38:00.544Z] [2024-03-21T17:38:00.544Z] [2024-03-21T17:38:00.544Z]