Pull request #674 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 rsdmike for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at ddfd7e44b3fe99f0be24d936546b1bb8b86fb3ea rather than ecbd37c320e4dcbc1b99593755fbf7481faec05e Obtained Jenkinsfile from ddfd7e44b3fe99f0be24d936546b1bb8b86fb3ea 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-ssh4823776938158816896.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-ssh7145919806576865174.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-674/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-674/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8347662182020340501.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-674/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8792040300498051813.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-ssh14632323220087305853.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-674/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-674/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1908242479806127464.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-13879 in /w/workspace/edgexfoundry_edgex-ui-go_PR-674 [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-674 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ddfd7e44b3fe99f0be24d936546b1bb8b86fb3ea into PR head commit ecbd37c320e4dcbc1b99593755fbf7481faec05e Merge succeeded, producing ecbd37c320e4dcbc1b99593755fbf7481faec05e Checking out Revision ecbd37c320e4dcbc1b99593755fbf7481faec05e (PR-674) > 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/674/head:refs/remotes/origin/PR-674 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ecbd37c320e4dcbc1b99593755fbf7481faec05e # 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 ddfd7e44b3fe99f0be24d936546b1bb8b86fb3ea # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ecbd37c320e4dcbc1b99593755fbf7481faec05e # timeout=10 Commit message: "build(deps): update angular to v16" 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 [2023-11-29T22:16:23.376Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-29T22:16:23.652Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-29T22:16:23.809Z] ========================================================= [2023-11-29T22:16:23.809Z] EdgeX Global Pipelines Version Info [2023-11-29T22:16:23.809Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-29T22:16:24.647Z] ------------------- [2023-11-29T22:16:24.647Z] stable info: [2023-11-29T22:16:24.647Z] ------------------- [2023-11-29T22:16:24.647Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-11-29T22:16:24.647Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-11-29T22:16:24.647Z] Message: update stable to v1.0.258 [2023-11-29T22:16:25.218Z] ------------------- [2023-11-29T22:16:25.218Z] experimental info: [2023-11-29T22:16:25.218Z] ------------------- [2023-11-29T22:16:25.218Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-29T22:16:25.218Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-11-29T22:16:25.218Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-29T22:16:25.511Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2023-11-29T22:16:25.579Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2023-11-29T22:16:25.674Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-29T22:16:25.742Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-29T22:16:25.825Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-29T22:16:25.889Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-29T22:16:25.953Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-29T22:16:26.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-11-29T22:16:26.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-29T22:16:26.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-29T22:16:26.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-29T22:16:26.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2023-11-29T22:16:26.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-29T22:16:26.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-29T22:16:26.548Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-29T22:16:26.634Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-29T22:16:26.718Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-11-29T22:16:26.785Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-11-29T22:16:26.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-29T22:16:26.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-29T22:16:26.990Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-11-29T22:16:27.063Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-11-29T22:16:27.137Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-11-29T22:16:27.274Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-11-29T22:16:27.375Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-11-29T22:16:27.500Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-29T22:16:27.571Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-29T22:16:27.648Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-674 [Pipeline] echo [2023-11-29T22:16:27.726Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-674 [Pipeline] echo [2023-11-29T22:16:27.821Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-674 [Pipeline] echo [2023-11-29T22:16:27.918Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ecbd37c320e4dcbc1b99593755fbf7481faec05e [Pipeline] echo [2023-11-29T22:16:28.039Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ecbd37c [Pipeline] echo [2023-11-29T22:16:28.143Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-29T22:16:28.417Z] provisioning config files... [2023-11-29T22:16:28.429Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/config5486331939285452518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-29T22:16:28.937Z] ---> ****-login.sh [2023-11-29T22:16:28.937Z] nexus3.edgexfoundry.org:10001 [2023-11-29T22:16:29.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:29.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:29.468Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:29.468Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:29.468Z] [2023-11-29T22:16:29.468Z] Login Succeeded [2023-11-29T22:16:29.468Z] nexus3.edgexfoundry.org:10002 [2023-11-29T22:16:29.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:29.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:29.468Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:29.468Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:29.468Z] [2023-11-29T22:16:29.468Z] Login Succeeded [2023-11-29T22:16:29.468Z] nexus3.edgexfoundry.org:10003 [2023-11-29T22:16:29.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:29.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:29.728Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:29.728Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:29.728Z] [2023-11-29T22:16:29.728Z] Login Succeeded [2023-11-29T22:16:29.728Z] nexus3.edgexfoundry.org:10004 [2023-11-29T22:16:29.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:29.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:29.728Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:29.728Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:29.728Z] [2023-11-29T22:16:29.728Z] Login Succeeded [2023-11-29T22:16:29.728Z] ****.io [2023-11-29T22:16:29.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:30.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:30.002Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:30.002Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:30.002Z] [2023-11-29T22:16:30.002Z] Login Succeeded [2023-11-29T22:16:30.002Z] ---> ****-login.sh ends [Pipeline] } [2023-11-29T22:16:30.036Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-29T22:16:30.883Z] + git rev-list -1 --merges ecbd37c320e4dcbc1b99593755fbf7481faec05e~1..ecbd37c320e4dcbc1b99593755fbf7481faec05e [Pipeline] echo [2023-11-29T22:16:30.946Z] -----------> git rev-list -1 --merges ecbd37c320e4dcbc1b99593755fbf7481faec05e~1..ecbd37c320e4dcbc1b99593755fbf7481faec05e ecbd37c320e4dcbc1b99593755fbf7481faec05e [false] [Pipeline] sh [2023-11-29T22:16:31.292Z] + git log --format=format:%s -1 ecbd37c320e4dcbc1b99593755fbf7481faec05e [Pipeline] echo [2023-11-29T22:16:31.353Z] ========================================================= [2023-11-29T22:16:31.353Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-29T22:16:31.353Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-29T22:16:31.899Z] + git log --format=format:%s -1 ecbd37c320e4dcbc1b99593755fbf7481faec05e [Pipeline] echo [2023-11-29T22:16:31.968Z] [semverPrep] GIT_COMMIT: ecbd37c320e4dcbc1b99593755fbf7481faec05e, Commit Message: build(deps): update angular to v16 [Pipeline] echo [2023-11-29T22:16:32.021Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-11-29T22:16:32.552Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-29T22:16:32.552Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-29T22:16:32.552Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-29T22:16:32.552Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-29T22:16:32.552Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-29T22:16:32.552Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-29T22:16:32.552Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T22:16:33.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-29T22:16:33.023Z] [2023-11-29T22:16:33.023Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T22:16:33.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-29T22:16:33.453Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-29T22:16:33.453Z] b85a868b505f: Pulling fs layer [2023-11-29T22:16:33.453Z] e2be974225ed: Pulling fs layer [2023-11-29T22:16:33.453Z] 339a4e72a1f5: Pulling fs layer [2023-11-29T22:16:33.453Z] 988bab9f4d93: Pulling fs layer [2023-11-29T22:16:33.453Z] 1469e6f7b9e6: Pulling fs layer [2023-11-29T22:16:33.453Z] eaf3925da568: Pulling fs layer [2023-11-29T22:16:33.453Z] bab4dde63d76: Pulling fs layer [2023-11-29T22:16:33.453Z] bde34c3a00c8: Pulling fs layer [2023-11-29T22:16:33.453Z] b352a97aabf1: Pulling fs layer [2023-11-29T22:16:33.453Z] 4872d77fe225: Pulling fs layer [2023-11-29T22:16:33.453Z] 5851b861e8e6: Pulling fs layer [2023-11-29T22:16:33.453Z] bab4dde63d76: Waiting [2023-11-29T22:16:33.453Z] 4872d77fe225: Waiting [2023-11-29T22:16:33.453Z] 5851b861e8e6: Waiting [2023-11-29T22:16:33.453Z] 988bab9f4d93: Waiting [2023-11-29T22:16:33.453Z] bde34c3a00c8: Waiting [2023-11-29T22:16:33.453Z] b352a97aabf1: Waiting [2023-11-29T22:16:33.453Z] 1469e6f7b9e6: Waiting [2023-11-29T22:16:33.453Z] eaf3925da568: Waiting [2023-11-29T22:16:33.453Z] e2be974225ed: Download complete [2023-11-29T22:16:33.453Z] 988bab9f4d93: Verifying Checksum [2023-11-29T22:16:33.453Z] 988bab9f4d93: Download complete [2023-11-29T22:16:33.713Z] 1469e6f7b9e6: Verifying Checksum [2023-11-29T22:16:33.713Z] 1469e6f7b9e6: Download complete [2023-11-29T22:16:33.713Z] 339a4e72a1f5: Verifying Checksum [2023-11-29T22:16:33.713Z] 339a4e72a1f5: Download complete [2023-11-29T22:16:33.713Z] eaf3925da568: Verifying Checksum [2023-11-29T22:16:33.713Z] eaf3925da568: Download complete [2023-11-29T22:16:33.713Z] bde34c3a00c8: Download complete [2023-11-29T22:16:33.713Z] b352a97aabf1: Verifying Checksum [2023-11-29T22:16:33.713Z] b352a97aabf1: Download complete [2023-11-29T22:16:33.713Z] 4872d77fe225: Verifying Checksum [2023-11-29T22:16:33.713Z] 4872d77fe225: Download complete [2023-11-29T22:16:33.713Z] 5851b861e8e6: Download complete [2023-11-29T22:16:33.713Z] b85a868b505f: Verifying Checksum [2023-11-29T22:16:33.713Z] b85a868b505f: Download complete [2023-11-29T22:16:33.971Z] bab4dde63d76: Download complete [2023-11-29T22:16:34.910Z] b85a868b505f: Pull complete [2023-11-29T22:16:35.169Z] e2be974225ed: Pull complete [2023-11-29T22:16:35.735Z] 339a4e72a1f5: Pull complete [2023-11-29T22:16:35.735Z] 988bab9f4d93: Pull complete [2023-11-29T22:16:35.993Z] 1469e6f7b9e6: Pull complete [2023-11-29T22:16:35.993Z] eaf3925da568: Pull complete [2023-11-29T22:16:37.894Z] bab4dde63d76: Pull complete [2023-11-29T22:16:37.894Z] bde34c3a00c8: Pull complete [2023-11-29T22:16:38.155Z] b352a97aabf1: Pull complete [2023-11-29T22:16:38.155Z] 4872d77fe225: Pull complete [2023-11-29T22:16:38.155Z] 5851b861e8e6: Pull complete [2023-11-29T22:16:38.155Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-29T22:16:38.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-29T22:16:38.155Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T22:16:38.613Z] prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container [2023-11-29T22:16:38.647Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-674 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674:/w/workspace/edgexfoundry_edgex-ui-go_PR-674:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@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-devops/py-git-semver:0.1.4 cat [2023-11-29T22:16:42.901Z] $ docker top 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 -eo pid,comm [2023-11-29T22:16:43.009Z] 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). [2023-11-29T22:16:43.009Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-29T22:16:43.436Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-29T22:16:43.436Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-29T22:16:43.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-29T22:16:43.602Z] $ docker exec 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 ssh-agent [2023-11-29T22:16:43.800Z] SSH_AUTH_SOCK=/tmp/ssh-l75XJwQWOTPq/agent.31 [2023-11-29T22:16:43.800Z] SSH_AGENT_PID=37 [2023-11-29T22:16:43.819Z] Running ssh-add (command line suppressed) [2023-11-29T22:16:43.957Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/private_key_13316176892998456512.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/private_key_13316176892998456512.key) [2023-11-29T22:16:43.980Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-29T22:16:44.583Z] + git tag --points-at HEAD [Pipeline] } [2023-11-29T22:16:44.684Z] $ docker exec --env ******** --env ******** 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 ssh-agent -k [2023-11-29T22:16:44.771Z] unset SSH_AUTH_SOCK; [2023-11-29T22:16:44.772Z] unset SSH_AGENT_PID; [2023-11-29T22:16:44.772Z] echo Agent pid 37 killed; [2023-11-29T22:16:44.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-29T22:16:45.234Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-29T22:16:45.234Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-29T22:16:45.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-29T22:16:45.370Z] $ docker exec 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 ssh-agent [2023-11-29T22:16:45.505Z] SSH_AUTH_SOCK=/tmp/ssh-a1RvzmTxYHXy/agent.70 [2023-11-29T22:16:45.505Z] SSH_AGENT_PID=76 [2023-11-29T22:16:45.525Z] Running ssh-add (command line suppressed) [2023-11-29T22:16:45.633Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/private_key_15318832919379453186.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/private_key_15318832919379453186.key) [2023-11-29T22:16:45.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-29T22:16:46.259Z] + git semver init [2023-11-29T22:16:46.533Z] 2023-11-29 22:16:46,434 [run_init] DEBUG init version:0.0.0 force:False [2023-11-29T22:16:46.533Z] 2023-11-29 22:16:46,435 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver [2023-11-29T22:16:46.533Z] 2023-11-29 22:16:46,435 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver [2023-11-29T22:16:46.533Z] 2023-11-29 22:16:46,436 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-674, universal_newlines=False, shell=None, istream=None) [2023-11-29T22:16:48.539Z] 2023-11-29 22:16:48,288 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.git/info/exclude [2023-11-29T22:16:48.539Z] 2023-11-29 22:16:48,289 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver/PR-674 with force:False [2023-11-29T22:16:48.539Z] 2023-11-29 22:16:48,289 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver/PR-674 [2023-11-29T22:16:48.539Z] 2023-11-29 22:16:48,294 [execute] INFO git cat-file --batch-check [2023-11-29T22:16:48.539Z] 2023-11-29 22:16:48,295 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver, universal_newlines=False, shell=None, istream=) [2023-11-29T22:16:48.539Z] 2023-11-29 22:16:48,301 [execute] INFO git cat-file --batch [2023-11-29T22:16:48.539Z] 2023-11-29 22:16:48,302 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver, universal_newlines=False, shell=None, istream=) [2023-11-29T22:16:48.539Z] 2023-11-29 22:16:48,306 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver/PR-674 [2023-11-29T22:16:48.539Z] 0.0.0 [Pipeline] } [2023-11-29T22:16:48.608Z] $ docker exec --env ******** --env ******** 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 ssh-agent -k [2023-11-29T22:16:48.711Z] unset SSH_AUTH_SOCK; [2023-11-29T22:16:48.712Z] unset SSH_AGENT_PID; [2023-11-29T22:16:48.712Z] echo Agent pid 76 killed; [2023-11-29T22:16:48.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-29T22:16:49.686Z] + git semver [Pipeline] } [2023-11-29T22:16:49.999Z] $ docker stop --time=1 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 [2023-11-29T22:16:51.328Z] $ docker rm -f --volumes 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-29T22:16:51.882Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-29T22:16:52.499Z] Stashed 1 file(s) [Pipeline] echo [2023-11-29T22:16:52.598Z] [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 [2023-11-29T22:16:54.341Z] provisioning config files... [2023-11-29T22:16:54.368Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/config16926282325668943659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-29T22:16:55.068Z] ---> ****-login.sh [2023-11-29T22:16:55.068Z] nexus3.edgexfoundry.org:10001 [2023-11-29T22:16:55.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:55.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:55.068Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:55.068Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:55.068Z] [2023-11-29T22:16:55.068Z] Login Succeeded [2023-11-29T22:16:55.068Z] nexus3.edgexfoundry.org:10002 [2023-11-29T22:16:55.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:55.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:55.356Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:55.356Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:55.356Z] [2023-11-29T22:16:55.356Z] Login Succeeded [2023-11-29T22:16:55.356Z] nexus3.edgexfoundry.org:10003 [2023-11-29T22:16:55.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:55.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:55.357Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:55.357Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:55.357Z] [2023-11-29T22:16:55.357Z] Login Succeeded [2023-11-29T22:16:55.357Z] nexus3.edgexfoundry.org:10004 [2023-11-29T22:16:55.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:55.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:55.628Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:55.628Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:55.628Z] [2023-11-29T22:16:55.628Z] Login Succeeded [2023-11-29T22:16:55.628Z] ****.io [2023-11-29T22:16:55.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T22:16:55.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T22:16:55.905Z] Configure a credential helper to remove this warning. See [2023-11-29T22:16:55.905Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T22:16:55.905Z] [2023-11-29T22:16:55.905Z] Login Succeeded [2023-11-29T22:16:55.905Z] ---> ****-login.sh ends [Pipeline] } [2023-11-29T22:16:55.986Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-29T22:16:56.841Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-29T22:16:57.094Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-29T22:16:57.266Z] ========================================================= [2023-11-29T22:16:57.266Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-29T22:16:57.266Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T22:16:58.499Z] + 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 . [2023-11-29T22:16:58.790Z] Sending build context to Docker daemon 58.53MB [2023-11-29T22:16:58.790Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-11-29T22:16:58.790Z] Step 2/15 : FROM ${BASE} AS builder [2023-11-29T22:16:58.790Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-29T22:16:58.790Z] 7264a8db6415: Pulling fs layer [2023-11-29T22:16:58.790Z] c4d48a809fc2: Pulling fs layer [2023-11-29T22:16:58.790Z] 4f1c88b9dad5: Pulling fs layer [2023-11-29T22:16:58.790Z] ad3a456e5733: Pulling fs layer [2023-11-29T22:16:58.790Z] 69c7f0334f64: Pulling fs layer [2023-11-29T22:16:58.790Z] 1f1c1a5573a3: Pulling fs layer [2023-11-29T22:16:58.790Z] ce7588e14bc9: Pulling fs layer [2023-11-29T22:16:58.790Z] b5e4710f87ac: Pulling fs layer [2023-11-29T22:16:58.790Z] 1f1c1a5573a3: Waiting [2023-11-29T22:16:58.790Z] ce7588e14bc9: Waiting [2023-11-29T22:16:58.790Z] b5e4710f87ac: Waiting [2023-11-29T22:16:58.790Z] ad3a456e5733: Waiting [2023-11-29T22:16:58.790Z] 69c7f0334f64: Waiting [2023-11-29T22:16:59.071Z] c4d48a809fc2: Download complete [2023-11-29T22:16:59.071Z] ad3a456e5733: Verifying Checksum [2023-11-29T22:16:59.071Z] ad3a456e5733: Download complete [2023-11-29T22:16:59.071Z] 69c7f0334f64: Download complete [2023-11-29T22:16:59.071Z] 7264a8db6415: Verifying Checksum [2023-11-29T22:16:59.071Z] 7264a8db6415: Download complete [2023-11-29T22:16:59.071Z] 1f1c1a5573a3: Verifying Checksum [2023-11-29T22:16:59.071Z] 1f1c1a5573a3: Download complete [2023-11-29T22:16:59.071Z] 7264a8db6415: Pull complete [2023-11-29T22:16:59.352Z] c4d48a809fc2: Pull complete [2023-11-29T22:16:59.625Z] b5e4710f87ac: Verifying Checksum [2023-11-29T22:16:59.625Z] b5e4710f87ac: Download complete [2023-11-29T22:16:59.625Z] 4f1c88b9dad5: Verifying Checksum [2023-11-29T22:16:59.625Z] 4f1c88b9dad5: Download complete [2023-11-29T22:17:00.246Z] ce7588e14bc9: Verifying Checksum [2023-11-29T22:17:02.904Z] 4f1c88b9dad5: Pull complete [2023-11-29T22:17:02.904Z] ad3a456e5733: Pull complete [2023-11-29T22:17:02.904Z] 69c7f0334f64: Pull complete [2023-11-29T22:17:03.180Z] 1f1c1a5573a3: Pull complete [2023-11-29T22:17:05.752Z] ce7588e14bc9: Pull complete [2023-11-29T22:17:06.018Z] b5e4710f87ac: Pull complete [2023-11-29T22:17:06.018Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2023-11-29T22:17:06.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-29T22:17:06.018Z] ---> 88b5674ff536 [2023-11-29T22:17:06.018Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-11-29T22:17:08.682Z] Still waiting to schedule task [2023-11-29T22:17:08.685Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-11-29T22:17:11.712Z] ---> Running in e63f70d014cc [2023-11-29T22:17:11.712Z] Removing intermediate container e63f70d014cc [2023-11-29T22:17:11.712Z] ---> 9e1d18e1762d [2023-11-29T22:17:11.712Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-11-29T22:17:11.712Z] ---> Running in 9e674b5c2399 [2023-11-29T22:17:11.999Z] Removing intermediate container 9e674b5c2399 [2023-11-29T22:17:11.999Z] ---> ab7766bc87ec [2023-11-29T22:17:11.999Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-11-29T22:17:11.999Z] ---> Running in 3d8d456da226 [2023-11-29T22:17:11.999Z] Removing intermediate container 3d8d456da226 [2023-11-29T22:17:11.999Z] ---> 30d4e4ffc5b9 [2023-11-29T22:17:11.999Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-11-29T22:17:11.999Z] ---> Running in a5ef1ec10ec8 [2023-11-29T22:17:11.999Z] Removing intermediate container a5ef1ec10ec8 [2023-11-29T22:17:11.999Z] ---> 82fe07967ab3 [2023-11-29T22:17:11.999Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-11-29T22:17:13.978Z] ---> Running in f96dadc96dec [2023-11-29T22:17:13.978Z] Removing intermediate container f96dadc96dec [2023-11-29T22:17:13.978Z] ---> 097177418c30 [2023-11-29T22:17:13.978Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-11-29T22:17:14.264Z] latest: Pulling from library/docker [2023-11-29T22:17:14.537Z] 96526aa774ef: Pulling fs layer [2023-11-29T22:17:14.537Z] 6c7f669f95cf: Pulling fs layer [2023-11-29T22:17:14.537Z] 4f4fb700ef54: Pulling fs layer [2023-11-29T22:17:14.537Z] 3def34df6a7f: Pulling fs layer [2023-11-29T22:17:14.537Z] 83813b2e4d53: Pulling fs layer [2023-11-29T22:17:14.537Z] 44e1cb8c6d13: Pulling fs layer [2023-11-29T22:17:14.537Z] 6d42b36eb6fd: Pulling fs layer [2023-11-29T22:17:14.537Z] ca6404f088e2: Pulling fs layer [2023-11-29T22:17:14.537Z] df1967c9b940: Pulling fs layer [2023-11-29T22:17:14.537Z] 8cb0c894156d: Pulling fs layer [2023-11-29T22:17:14.537Z] 614e94f54136: Pulling fs layer [2023-11-29T22:17:14.537Z] 0260399243a9: Pulling fs layer [2023-11-29T22:17:14.537Z] 9f4c5ea8c3b7: Pulling fs layer [2023-11-29T22:17:14.537Z] 08f44277704c: Pulling fs layer [2023-11-29T22:17:14.537Z] df1967c9b940: Waiting [2023-11-29T22:17:14.537Z] 614e94f54136: Waiting [2023-11-29T22:17:14.537Z] 8cb0c894156d: Waiting [2023-11-29T22:17:14.537Z] 9f4c5ea8c3b7: Waiting [2023-11-29T22:17:14.537Z] 0260399243a9: Waiting [2023-11-29T22:17:14.537Z] 08f44277704c: Waiting [2023-11-29T22:17:14.537Z] 83813b2e4d53: Waiting [2023-11-29T22:17:14.537Z] 3def34df6a7f: Waiting [2023-11-29T22:17:14.537Z] 6d42b36eb6fd: Waiting [2023-11-29T22:17:14.537Z] 44e1cb8c6d13: Waiting [2023-11-29T22:17:14.537Z] ca6404f088e2: Waiting [2023-11-29T22:17:14.537Z] 4f4fb700ef54: Verifying Checksum [2023-11-29T22:17:14.537Z] 4f4fb700ef54: Download complete [2023-11-29T22:17:14.537Z] 6c7f669f95cf: Verifying Checksum [2023-11-29T22:17:14.537Z] 6c7f669f95cf: Download complete [2023-11-29T22:17:14.537Z] 96526aa774ef: Download complete [2023-11-29T22:17:14.802Z] 96526aa774ef: Pull complete [2023-11-29T22:17:15.141Z] 3def34df6a7f: Verifying Checksum [2023-11-29T22:17:15.141Z] 3def34df6a7f: Download complete [2023-11-29T22:17:15.141Z] 6c7f669f95cf: Pull complete [2023-11-29T22:17:15.141Z] 4f4fb700ef54: Pull complete [2023-11-29T22:17:15.141Z] 44e1cb8c6d13: Verifying Checksum [2023-11-29T22:17:15.141Z] 44e1cb8c6d13: Download complete [2023-11-29T22:17:15.141Z] 6d42b36eb6fd: Download complete [2023-11-29T22:17:15.141Z] 83813b2e4d53: Verifying Checksum [2023-11-29T22:17:15.141Z] 83813b2e4d53: Download complete [2023-11-29T22:17:15.141Z] ca6404f088e2: Verifying Checksum [2023-11-29T22:17:15.141Z] ca6404f088e2: Download complete [2023-11-29T22:17:15.141Z] df1967c9b940: Download complete [2023-11-29T22:17:15.452Z] 614e94f54136: Download complete [2023-11-29T22:17:15.452Z] 3def34df6a7f: Pull complete [2023-11-29T22:17:15.452Z] 8cb0c894156d: Verifying Checksum [2023-11-29T22:17:15.452Z] 8cb0c894156d: Download complete [2023-11-29T22:17:15.452Z] 9f4c5ea8c3b7: Verifying Checksum [2023-11-29T22:17:15.452Z] 9f4c5ea8c3b7: Download complete [2023-11-29T22:17:15.452Z] 08f44277704c: Verifying Checksum [2023-11-29T22:17:15.452Z] 08f44277704c: Download complete [2023-11-29T22:17:15.735Z] 83813b2e4d53: Pull complete [2023-11-29T22:17:16.324Z] 0260399243a9: Verifying Checksum [2023-11-29T22:17:16.324Z] 0260399243a9: Download complete [2023-11-29T22:17:16.324Z] 44e1cb8c6d13: Pull complete [2023-11-29T22:17:16.324Z] 6d42b36eb6fd: Pull complete [2023-11-29T22:17:16.324Z] ca6404f088e2: Pull complete [2023-11-29T22:17:16.594Z] df1967c9b940: Pull complete [2023-11-29T22:17:16.883Z] 8cb0c894156d: Pull complete [2023-11-29T22:17:16.883Z] 614e94f54136: Pull complete [2023-11-29T22:17:17.847Z] 0260399243a9: Pull complete [2023-11-29T22:17:17.847Z] 9f4c5ea8c3b7: Pull complete [2023-11-29T22:17:17.847Z] 08f44277704c: Pull complete [2023-11-29T22:17:17.847Z] Digest: sha256:126aa7387eede4aae75107cc4bfb6eedaa431d68dd38e60ce1ad7db94a239ae5 [2023-11-29T22:17:17.847Z] Status: Downloaded newer image for docker:latest [2023-11-29T22:17:21.261Z] ---> a6084943e736 [2023-11-29T22:17:21.261Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-29T22:17:21.261Z] ---> Running in e0d305593ac0 [2023-11-29T22:17:21.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T22:17:21.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T22:17:21.539Z] OK: 264 MiB in 52 packages [2023-11-29T22:17:21.812Z] Removing intermediate container e0d305593ac0 [2023-11-29T22:17:21.812Z] ---> fb8765d4ff59 [2023-11-29T22:17:21.812Z] Step 10/15 : ENV GO111MODULE=on [2023-11-29T22:17:21.812Z] ---> Running in 436fff248446 [2023-11-29T22:17:22.116Z] Removing intermediate container 436fff248446 [2023-11-29T22:17:22.116Z] ---> c79fb2c08aac [2023-11-29T22:17:22.116Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-11-29T22:17:22.116Z] ---> Running in c5bf000c5b6a [2023-11-29T22:17:22.116Z] Removing intermediate container c5bf000c5b6a [2023-11-29T22:17:22.116Z] ---> 72c98df5d62e [2023-11-29T22:17:22.116Z] Step 12/15 : COPY go.mod vendor* ./ [2023-11-29T22:17:22.392Z] ---> 94b3c8531c41 [2023-11-29T22:17:22.392Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T22:17:22.392Z] ---> Running in 495738d6b828 [2023-11-29T22:18:01.616Z] Removing intermediate container 495738d6b828 [2023-11-29T22:18:01.616Z] ---> f3a52aed6854 [2023-11-29T22:18:01.616Z] Step 14/15 : COPY . . [2023-11-29T22:18:01.616Z] ---> beec2168c21c [2023-11-29T22:18:01.616Z] Step 15/15 : RUN ${MAKE} [2023-11-29T22:18:01.616Z] ---> Running in b7a46e2158df [2023-11-29T22:18:01.616Z] noop [2023-11-29T22:18:01.616Z] Removing intermediate container b7a46e2158df [2023-11-29T22:18:01.616Z] ---> 2fb588cee9f4 [2023-11-29T22:18:01.616Z] Successfully built 2fb588cee9f4 [2023-11-29T22:18:01.616Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T22:18:02.301Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-29T22:18:02.301Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T22:18:02.574Z] prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container [2023-11-29T22:18:02.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-674 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674:/w/workspace/edgexfoundry_edgex-ui-go_PR-674:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-11-29T22:18:02.957Z] $ docker top dc6be5a6171164137a63391aeffae0762e059f24656242a63e3084218db232da -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-29T22:18:03.449Z] + go version [2023-11-29T22:18:03.449Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-29T22:18:03.504Z] $ docker stop --time=1 dc6be5a6171164137a63391aeffae0762e059f24656242a63e3084218db232da [2023-11-29T22:18:04.791Z] $ docker rm -f --volumes dc6be5a6171164137a63391aeffae0762e059f24656242a63e3084218db232da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T22:18:06.253Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-29T22:18:06.253Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T22:18:06.651Z] prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container [2023-11-29T22:18:06.701Z] $ 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-674 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674:/w/workspace/edgexfoundry_edgex-ui-go_PR-674:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-11-29T22:18:07.012Z] $ docker top 72c89a966079bba54303cd7a9f770bdcdf445f5374235d1bc8a5e1eb46b7adc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-29T22:18:07.569Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-674 [Pipeline] fileExists [Pipeline] sh [2023-11-29T22:18:08.061Z] + make test [2023-11-29T22:18:08.061Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-11-29T22:18:09.007Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-11-29T22:18:19.063Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-11-29T22:18:19.063Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-11-29T22:18:19.063Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-11-29T22:18:19.063Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-11-29T22:18:19.063Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-11-29T22:18:19.063Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-11-29T22:18:19.063Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-11-29T22:18:19.063Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-11-29T22:18:19.063Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-11-29T22:18:21.073Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-29T22:18:21.073Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-29T22:18:21.073Z] ./bin/test-attribution-txt.sh [2023-11-29T22:18:21.073Z] make -C web test [2023-11-29T22:18:21.073Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-674/web' [2023-11-29T22:18:21.073Z] make[1]: tput: No such file or directory [2023-11-29T22:18:21.073Z] make[1]: tput: No such file or directory [2023-11-29T22:18:21.073Z] warning: generating ./VERSION [2023-11-29T22:18:21.073Z] echo "0.0.0" > VERSION [2023-11-29T22:18:21.073Z] docker build \ [2023-11-29T22:18:21.073Z] -f Dockerfile \ [2023-11-29T22:18:21.073Z] --build-arg USER=1000 \ [2023-11-29T22:18:21.073Z] \ [2023-11-29T22:18:21.073Z] --label "git_sha=ecbd37c320e4dcbc1b99593755fbf7481faec05e" \ [2023-11-29T22:18:21.073Z] -t edgexfoundry/edgex-web-ui:ecbd37c320e4dcbc1b99593755fbf7481faec05e \ [2023-11-29T22:18:21.073Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-11-29T22:18:21.073Z] . [2023-11-29T22:18:21.073Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-11-29T22:18:21.073Z] Install the buildx component to build images with BuildKit: [2023-11-29T22:18:21.073Z] https://docs.docker.com/go/buildx/ [2023-11-29T22:18:21.073Z] [2023-11-29T22:18:21.361Z] Sending build context to Docker daemon 2.613MB [2023-11-29T22:18:21.361Z] Step 1/11 : FROM node:18-alpine3.18 [2023-11-29T22:18:21.361Z] 18-alpine3.18: Pulling from library/node [2023-11-29T22:18:21.361Z] 96526aa774ef: Already exists [2023-11-29T22:18:21.361Z] 9d90236787e1: Pulling fs layer [2023-11-29T22:18:21.361Z] 3ee93fa199db: Pulling fs layer [2023-11-29T22:18:21.361Z] ec38686b8231: Pulling fs layer [2023-11-29T22:18:21.627Z] ec38686b8231: Download complete [2023-11-29T22:18:21.627Z] 3ee93fa199db: Verifying Checksum [2023-11-29T22:18:21.627Z] 3ee93fa199db: Download complete [2023-11-29T22:18:22.231Z] 9d90236787e1: Verifying Checksum [2023-11-29T22:18:22.231Z] 9d90236787e1: Download complete [2023-11-29T22:18:23.178Z] 9d90236787e1: Pull complete [2023-11-29T22:18:23.438Z] 3ee93fa199db: Pull complete [2023-11-29T22:18:23.438Z] ec38686b8231: Pull complete [2023-11-29T22:18:23.438Z] Digest: sha256:3428c2de886bf4378657da6fe86e105573a609c94df1f7d6a70e57d2b51de21f [2023-11-29T22:18:23.438Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-11-29T22:18:23.438Z] ---> 5f07bdccd6fd [2023-11-29T22:18:23.438Z] Step 2/11 : RUN apk add --no-cache chromium [2023-11-29T22:18:24.015Z] ---> Running in 9fb29dde4587 [2023-11-29T22:18:24.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T22:18:24.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T22:18:24.544Z] (1/154) Installing libexpat (2.5.0-r1) [2023-11-29T22:18:24.544Z] (2/154) Installing brotli-libs (1.0.9-r14) [2023-11-29T22:18:24.544Z] (3/154) Installing libbz2 (1.0.8-r5) [2023-11-29T22:18:24.544Z] (4/154) Installing libpng (1.6.39-r3) [2023-11-29T22:18:24.544Z] (5/154) Installing freetype (2.13.0-r5) [2023-11-29T22:18:24.544Z] (6/154) Installing fontconfig (2.14.2-r3) [2023-11-29T22:18:24.544Z] (7/154) Installing libfontenc (1.1.7-r2) [2023-11-29T22:18:24.544Z] (8/154) Installing mkfontscale (1.2.2-r3) [2023-11-29T22:18:24.544Z] (9/154) Installing font-opensans (0_git20210927-r1) [2023-11-29T22:18:24.544Z] (10/154) Installing pkgconf (1.9.5-r0) [2023-11-29T22:18:24.544Z] (11/154) Installing libffi (3.4.4-r2) [2023-11-29T22:18:24.803Z] (12/154) Installing libintl (0.21.1-r7) [2023-11-29T22:18:24.803Z] (13/154) Installing libblkid (2.38.1-r8) [2023-11-29T22:18:24.803Z] (14/154) Installing libmount (2.38.1-r8) [2023-11-29T22:18:24.803Z] (15/154) Installing pcre2 (10.42-r1) [2023-11-29T22:18:24.803Z] (16/154) Installing glib (2.76.4-r0) [2023-11-29T22:18:24.803Z] (17/154) Installing xz-libs (5.4.3-r0) [2023-11-29T22:18:24.803Z] (18/154) Installing libxml2 (2.11.6-r0) [2023-11-29T22:18:24.803Z] (19/154) Installing shared-mime-info (2.2-r5) [2023-11-29T22:18:24.803Z] (20/154) Installing hicolor-icon-theme (0.17-r2) [2023-11-29T22:18:24.803Z] (21/154) Installing libjpeg-turbo (2.1.5.1-r3) [2023-11-29T22:18:24.803Z] (22/154) Installing libwebp (1.3.2-r0) [2023-11-29T22:18:24.803Z] (23/154) Installing zstd-libs (1.5.5-r4) [2023-11-29T22:18:24.803Z] (24/154) Installing tiff (4.5.1-r0) [2023-11-29T22:18:24.803Z] (25/154) Installing gdk-pixbuf (2.42.10-r5) [2023-11-29T22:18:24.803Z] (26/154) Installing gtk-update-icon-cache (3.24.38-r1) [2023-11-29T22:18:24.803Z] (27/154) Installing libxau (1.0.11-r2) [2023-11-29T22:18:24.803Z] (28/154) Installing libmd (1.0.4-r2) [2023-11-29T22:18:24.803Z] (29/154) Installing libbsd (0.11.7-r1) [2023-11-29T22:18:24.803Z] (30/154) Installing libxdmcp (1.1.4-r2) [2023-11-29T22:18:24.803Z] (31/154) Installing libxcb (1.15-r1) [2023-11-29T22:18:24.803Z] (32/154) Installing libx11 (1.8.7-r0) [2023-11-29T22:18:24.803Z] (33/154) Installing libxcomposite (0.4.6-r3) [2023-11-29T22:18:24.803Z] (34/154) Installing libxfixes (6.0.1-r2) [2023-11-29T22:18:24.803Z] (35/154) Installing libxrender (0.9.11-r3) [2023-11-29T22:18:24.803Z] (36/154) Installing libxcursor (1.2.1-r2) [2023-11-29T22:18:24.803Z] (37/154) Installing libxdamage (1.1.6-r2) [2023-11-29T22:18:24.803Z] (38/154) Installing libxext (1.3.5-r2) [2023-11-29T22:18:25.062Z] (39/154) Installing libxi (1.8.1-r0) [2023-11-29T22:18:25.062Z] (40/154) Installing libxinerama (1.1.5-r2) [2023-11-29T22:18:25.062Z] (41/154) Installing libxrandr (1.5.3-r2) [2023-11-29T22:18:25.062Z] (42/154) Installing libatk-1.0 (2.48.3-r0) [2023-11-29T22:18:25.062Z] (43/154) Installing libxtst (1.2.4-r2) [2023-11-29T22:18:25.062Z] (44/154) Installing dbus-libs (1.14.8-r0) [2023-11-29T22:18:25.062Z] (45/154) Installing at-spi2-core (2.48.3-r0) [2023-11-29T22:18:25.062Z] (46/154) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-11-29T22:18:25.062Z] (47/154) Installing pixman (0.42.2-r1) [2023-11-29T22:18:25.062Z] (48/154) Installing cairo (1.17.8-r1) [2023-11-29T22:18:25.062Z] (49/154) Installing cairo-gobject (1.17.8-r1) [2023-11-29T22:18:25.062Z] (50/154) Installing avahi-libs (0.8-r13) [2023-11-29T22:18:25.062Z] (51/154) Installing gmp (6.2.1-r3) [2023-11-29T22:18:25.062Z] (52/154) Installing nettle (3.8.1-r2) [2023-11-29T22:18:25.062Z] (53/154) Installing libunistring (1.1-r1) [2023-11-29T22:18:25.062Z] (54/154) Installing libidn2 (2.3.4-r1) [2023-11-29T22:18:25.062Z] (55/154) Installing p11-kit (0.24.1-r2) [2023-11-29T22:18:25.062Z] (56/154) Installing libtasn1 (4.19.0-r1) [2023-11-29T22:18:25.062Z] (57/154) Installing gnutls (3.8.0-r2) [2023-11-29T22:18:25.062Z] (58/154) Installing cups-libs (2.4.7-r0) [2023-11-29T22:18:25.062Z] (59/154) Installing libepoxy (1.5.10-r1) [2023-11-29T22:18:25.062Z] (60/154) Installing fribidi (1.0.13-r0) [2023-11-29T22:18:25.062Z] (61/154) Installing graphite2 (1.3.14-r5) [2023-11-29T22:18:25.062Z] (62/154) Installing harfbuzz (7.3.0-r0) [2023-11-29T22:18:25.062Z] (63/154) Installing libxft (2.3.8-r1) [2023-11-29T22:18:25.062Z] (64/154) Installing pango (1.50.14-r1) [2023-11-29T22:18:25.062Z] (65/154) Installing wayland-libs-client (1.22.0-r2) [2023-11-29T22:18:25.062Z] (66/154) Installing wayland-libs-cursor (1.22.0-r2) [2023-11-29T22:18:25.062Z] (67/154) Installing wayland-libs-egl (1.22.0-r2) [2023-11-29T22:18:25.062Z] (68/154) Installing xkeyboard-config (2.38-r0) [2023-11-29T22:18:25.323Z] (69/154) Installing libxkbcommon (1.5.0-r2) [2023-11-29T22:18:25.323Z] (70/154) Installing gtk+3.0 (3.24.38-r1) [2023-11-29T22:18:25.323Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-11-29T22:18:25.323Z] (71/154) Installing icu-data-full (73.2-r2) [2023-11-29T22:18:25.582Z] (72/154) Installing mesa (23.0.4-r0) [2023-11-29T22:18:25.582Z] (73/154) Installing llvm15-libs (15.0.7-r6) [2023-11-29T22:18:26.150Z] (74/154) Installing hwdata-pci (0.370-r0) [2023-11-29T22:18:26.150Z] (75/154) Installing libpciaccess (0.17-r2) [2023-11-29T22:18:26.150Z] (76/154) Installing libdrm (2.4.115-r4) [2023-11-29T22:18:26.150Z] (77/154) Installing musl-fts (1.2.7-r5) [2023-11-29T22:18:26.150Z] (78/154) Installing libelf (0.189-r2) [2023-11-29T22:18:26.150Z] (79/154) Installing mesa-glapi (23.0.4-r0) [2023-11-29T22:18:26.150Z] (80/154) Installing mesa-dri-gallium (23.0.4-r0) [2023-11-29T22:18:26.150Z] (81/154) Installing eudev-libs (3.2.11-r8) [2023-11-29T22:18:26.150Z] (82/154) Installing libmagic (5.45-r0) [2023-11-29T22:18:26.410Z] (83/154) Installing file (5.45-r0) [2023-11-29T22:18:26.410Z] (84/154) Installing libice (1.1.1-r2) [2023-11-29T22:18:26.410Z] (85/154) Installing libuuid (2.38.1-r8) [2023-11-29T22:18:26.410Z] (86/154) Installing libsm (1.2.4-r1) [2023-11-29T22:18:26.410Z] (87/154) Installing libxt (1.3.0-r2) [2023-11-29T22:18:26.410Z] (88/154) Installing libxmu (1.1.4-r2) [2023-11-29T22:18:26.410Z] (89/154) Installing xset (1.2.5-r1) [2023-11-29T22:18:26.410Z] (90/154) Installing xprop (1.2.6-r0) [2023-11-29T22:18:26.410Z] (91/154) Installing xdg-utils (1.1.3-r4) [2023-11-29T22:18:26.410Z] (92/154) Installing libogg (1.3.5-r4) [2023-11-29T22:18:26.410Z] (93/154) Installing flac-libs (1.4.3-r0) [2023-11-29T22:18:26.410Z] (94/154) Installing alsa-lib (1.2.9-r1) [2023-11-29T22:18:26.410Z] (95/154) Installing libatomic (12.2.1_git20220924-r10) [2023-11-29T22:18:26.410Z] (96/154) Installing svt-av1-libs (1.6.0-r0) [2023-11-29T22:18:26.410Z] (97/154) Installing aom-libs (3.6.1-r0) [2023-11-29T22:18:26.672Z] (98/154) Installing libva (2.18.0-r1) [2023-11-29T22:18:26.672Z] (99/154) Installing libvdpau (1.5-r1) [2023-11-29T22:18:26.672Z] (100/154) Installing onevpl-libs (2023.2.1-r0) [2023-11-29T22:18:26.672Z] (101/154) Installing ffmpeg-libavutil (6.0.1-r0) [2023-11-29T22:18:26.672Z] (102/154) Installing libdav1d (1.2.1-r0) [2023-11-29T22:18:26.672Z] (103/154) Installing libhwy (1.0.4-r1) [2023-11-29T22:18:26.672Z] (104/154) Installing lcms2 (2.15-r2) [2023-11-29T22:18:26.672Z] (105/154) Installing libjxl (0.8.2-r0) [2023-11-29T22:18:26.672Z] (106/154) Installing lame-libs (3.100-r5) [2023-11-29T22:18:26.672Z] (107/154) Installing opus (1.4-r0) [2023-11-29T22:18:26.672Z] (108/154) Installing libgomp (12.2.1_git20220924-r10) [2023-11-29T22:18:26.672Z] (109/154) Installing soxr (0.1.3-r5) [2023-11-29T22:18:26.672Z] (110/154) Installing ffmpeg-libswresample (6.0.1-r0) [2023-11-29T22:18:26.672Z] (111/154) Installing libtheora (1.1.1-r17) [2023-11-29T22:18:26.672Z] (112/154) Installing libvorbis (1.3.7-r1) [2023-11-29T22:18:26.672Z] (113/154) Installing libvpx (1.13.0-r2) [2023-11-29T22:18:26.672Z] (114/154) Installing x264-libs (0.164_git20220602-r1) [2023-11-29T22:18:26.672Z] (115/154) Installing numactl (2.0.16-r4) [2023-11-29T22:18:26.672Z] (116/154) Installing x265-libs (3.5-r4) [2023-11-29T22:18:26.933Z] (117/154) Installing xvidcore (1.3.7-r1) [2023-11-29T22:18:26.933Z] (118/154) Installing ffmpeg-libavcodec (6.0.1-r0) [2023-11-29T22:18:26.933Z] (119/154) Installing libbluray (1.3.4-r0) [2023-11-29T22:18:26.933Z] (120/154) Installing mpg123-libs (1.31.3-r1) [2023-11-29T22:18:26.933Z] (121/154) Installing libopenmpt (0.7.2-r0) [2023-11-29T22:18:26.933Z] (122/154) Installing cjson (1.7.15-r4) [2023-11-29T22:18:26.933Z] (123/154) Installing mbedtls (2.28.5-r0) [2023-11-29T22:18:26.933Z] (124/154) Installing librist (0.2.7-r0) [2023-11-29T22:18:26.933Z] (125/154) Installing libsrt (1.5.2-r0) [2023-11-29T22:18:26.933Z] (126/154) Installing libssh (0.10.5-r0) [2023-11-29T22:18:26.933Z] (127/154) Installing libsodium (1.0.18-r3) [2023-11-29T22:18:27.194Z] (128/154) Installing libzmq (4.3.4-r4) [2023-11-29T22:18:27.194Z] (129/154) Installing ffmpeg-libavformat (6.0.1-r0) [2023-11-29T22:18:27.194Z] (130/154) Installing libevent (2.1.12-r6) [2023-11-29T22:18:27.194Z] (131/154) Installing wayland-libs-server (1.22.0-r2) [2023-11-29T22:18:27.194Z] (132/154) Installing mesa-gbm (23.0.4-r0) [2023-11-29T22:18:27.194Z] (133/154) Installing harfbuzz-subset (7.3.0-r0) [2023-11-29T22:18:27.194Z] (134/154) Installing icu-libs (73.2-r2) [2023-11-29T22:18:27.194Z] (135/154) Installing jsoncpp (1.9.5-r0) [2023-11-29T22:18:27.194Z] (136/154) Installing minizip (1.2.13-r1) [2023-11-29T22:18:27.194Z] (137/154) Installing nspr (4.35-r2) [2023-11-29T22:18:27.194Z] (138/154) Installing sqlite-libs (3.41.2-r2) [2023-11-29T22:18:27.194Z] (139/154) Installing nss (3.94-r0) [2023-11-29T22:18:27.194Z] (140/154) Installing pipewire-libs (0.3.70-r1) [2023-11-29T22:18:27.194Z] (141/154) Installing libasyncns (0.8-r1) [2023-11-29T22:18:27.194Z] (142/154) Installing libltdl (2.4.7-r2) [2023-11-29T22:18:27.194Z] (143/154) Installing orc (0.4.34-r0) [2023-11-29T22:18:27.194Z] (144/154) Installing libsndfile (1.2.0-r2) [2023-11-29T22:18:27.194Z] (145/154) Installing speexdsp (1.2.1-r1) [2023-11-29T22:18:27.194Z] (146/154) Installing tdb-libs (1.4.8-r1) [2023-11-29T22:18:27.194Z] (147/154) Installing libpulse (16.1-r10) [2023-11-29T22:18:27.471Z] (148/154) Installing snappy (1.1.10-r1) [2023-11-29T22:18:27.471Z] (149/154) Installing libwoff2common (1.0.2-r2) [2023-11-29T22:18:27.471Z] (150/154) Installing libwoff2enc (1.0.2-r2) [2023-11-29T22:18:27.471Z] (151/154) Installing libgpg-error (1.47-r1) [2023-11-29T22:18:27.471Z] (152/154) Installing libgcrypt (1.10.2-r1) [2023-11-29T22:18:27.471Z] (153/154) Installing libxslt (1.1.38-r0) [2023-11-29T22:18:27.471Z] (154/154) Installing chromium (119.0.6045.159-r0) [2023-11-29T22:18:28.886Z] Executing busybox-1.36.1-r2.trigger [2023-11-29T22:18:28.886Z] Executing fontconfig-2.14.2-r3.trigger [2023-11-29T22:18:28.886Z] Executing mkfontscale-1.2.2-r3.trigger [2023-11-29T22:18:28.886Z] Executing glib-2.76.4-r0.trigger [2023-11-29T22:18:28.886Z] Executing shared-mime-info-2.2-r5.trigger [2023-11-29T22:18:29.144Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-11-29T22:18:29.144Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-11-29T22:18:29.144Z] OK: 580 MiB in 171 packages [2023-11-29T22:18:44.046Z] Removing intermediate container 9fb29dde4587 [2023-11-29T22:18:44.046Z] ---> 1cd254ce97a1 [2023-11-29T22:18:44.046Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-11-29T22:18:44.046Z] ---> Running in 1fa1b1275d98 [2023-11-29T22:18:44.046Z] Removing intermediate container 1fa1b1275d98 [2023-11-29T22:18:44.046Z] ---> a63fe73ca10b [2023-11-29T22:18:44.046Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-11-29T22:18:44.046Z] ---> Running in 526fb71608ae [2023-11-29T22:18:44.046Z] Removing intermediate container 526fb71608ae [2023-11-29T22:18:44.046Z] ---> 0500039ef330 [2023-11-29T22:18:44.046Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-11-29T22:18:44.046Z] ---> Running in fc36ea57889a [2023-11-29T22:18:44.046Z] Removing intermediate container fc36ea57889a [2023-11-29T22:18:44.046Z] ---> ad241a7a1c73 [2023-11-29T22:18:44.046Z] Step 6/11 : RUN npm install -g npm [2023-11-29T22:18:44.046Z] ---> Running in 2f5e9aa35365 [2023-11-29T22:18:52.170Z] [2023-11-29T22:18:52.170Z] removed 33 packages, and changed 77 packages in 8s [2023-11-29T22:18:52.170Z] [2023-11-29T22:18:52.170Z] 28 packages are looking for funding [2023-11-29T22:18:52.170Z] run `npm fund` for details [2023-11-29T22:18:53.566Z] Removing intermediate container 2f5e9aa35365 [2023-11-29T22:18:53.566Z] ---> 753c3f6a9a8c [2023-11-29T22:18:53.566Z] Step 7/11 : ARG USER=1000 [2023-11-29T22:18:53.566Z] ---> Running in accc498be516 [2023-11-29T22:18:53.826Z] Removing intermediate container accc498be516 [2023-11-29T22:18:53.826Z] ---> 5777bba6df0b [2023-11-29T22:18:53.826Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-11-29T22:18:53.826Z] ---> Running in b4f59d50e132 [2023-11-29T22:18:54.397Z] Removing intermediate container b4f59d50e132 [2023-11-29T22:18:54.397Z] ---> 2fad8a8f4f33 [2023-11-29T22:18:54.397Z] Step 9/11 : USER $USER:$USER [2023-11-29T22:18:54.397Z] ---> Running in e0a2f355022c [2023-11-29T22:18:54.397Z] Removing intermediate container e0a2f355022c [2023-11-29T22:18:54.397Z] ---> 2f379894f65e [2023-11-29T22:18:54.397Z] Step 10/11 : WORKDIR /app [2023-11-29T22:18:54.397Z] ---> Running in cfca553a09ad [2023-11-29T22:18:54.397Z] Removing intermediate container cfca553a09ad [2023-11-29T22:18:54.397Z] ---> 90bf91f5f520 [2023-11-29T22:18:54.397Z] Step 11/11 : LABEL git_sha=ecbd37c320e4dcbc1b99593755fbf7481faec05e [2023-11-29T22:18:54.397Z] ---> Running in e5f3c897bbb3 [2023-11-29T22:18:54.670Z] Removing intermediate container e5f3c897bbb3 [2023-11-29T22:18:54.670Z] ---> 3c298dd24f4f [2023-11-29T22:18:54.670Z] Successfully built 3c298dd24f4f [2023-11-29T22:18:54.670Z] Successfully tagged edgexfoundry/edgex-web-ui:ecbd37c320e4dcbc1b99593755fbf7481faec05e [2023-11-29T22:18:54.670Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-11-29T22:18:54.670Z] touch edgex-web-ui.imagebuilt [2023-11-29T22:18:54.670Z] mkdir -p node_modules coverage [2023-11-29T22:18:54.670Z] chown "1000:1000" node_modules coverage package-lock.json [2023-11-29T22:18:54.670Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-11-29T22:19:06.890Z] npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs [2023-11-29T22:19:06.890Z] npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead [2023-11-29T22:19:06.890Z] 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. [2023-11-29T22:19:06.890Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-11-29T22:19:06.890Z] npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead [2023-11-29T22:19:06.890Z] 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. [2023-11-29T22:19:06.890Z] npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. [2023-11-29T22:19:07.460Z] 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. [2023-11-29T22:19:08.038Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-11-29T22:19:08.992Z] npm WARN deprecated @wessberg/ts-evaluator@0.0.27: this package has been renamed to ts-evaluator. Please install ts-evaluator instead [2023-11-29T22:19:09.572Z] 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 [2023-11-29T22:19:09.875Z] 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 [2023-11-29T22:19:10.854Z] 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. [2023-11-29T22:19:15.193Z] [2023-11-29T22:19:15.193Z] added 1178 packages, and audited 1179 packages in 20s [2023-11-29T22:19:15.193Z] [2023-11-29T22:19:15.193Z] 99 packages are looking for funding [2023-11-29T22:19:15.193Z] run `npm fund` for details [2023-11-29T22:19:15.193Z] [2023-11-29T22:19:15.193Z] 20 vulnerabilities (13 moderate, 4 high, 3 critical) [2023-11-29T22:19:15.193Z] [2023-11-29T22:19:15.193Z] To address issues that do not require attention, run: [2023-11-29T22:19:15.193Z] npm audit fix [2023-11-29T22:19:15.193Z] [2023-11-29T22:19:15.193Z] To address all issues (including breaking changes), run: [2023-11-29T22:19:15.193Z] npm audit fix --force [2023-11-29T22:19:15.193Z] [2023-11-29T22:19:15.193Z] Run `npm audit` for details. [2023-11-29T22:19:24.100Z] 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 [2023-11-29T22:19:26.237Z] - Generating browser application bundles (phase: setup)... [2023-11-29T22:19:33.062Z] ✔ Browser application bundle generation complete. [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/app-service-configurable.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/insecure-secrets/insecure-secrets.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/add-tags/add-tags.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/batch/batch.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/compress/compress.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/encrypt/encrypt.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/filter-by-device-name/filter-by-device-name.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/filter-by-profile-name/filter-by-profile-name.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/filter-by-resource-name/filter-by-resource-name.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/filter-by-source-name/filter-by-source-name.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/httpexport/httpexport.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/jsonlogic/jsonlogic.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/mqttexport/mqttexport.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/pipeline-function.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/push-to-core/push-to-core.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/set-response-data/set-response-data.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline-function/transform/transform.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/pipeline/pipeline.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/store-and-forward/store-and-forward.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-configurable/trigger/trigger.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service-list/app-service-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app-service/app-service.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/app.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/command/command-service-template/command-service-template.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/command/device-core-command/device-associated-core-command-list/device-associated-core-command-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/command/device-core-command/device-core-command-combo-list/device-core-command-combo-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/command/device-core-command/device-core-command-list/device-core-command-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/core-data/core-data.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/core-data/event/event.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/core-data/reading/reading.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/dashboard/dashboard.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/directives/drag-highlight.directive.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/auth/guard/auth.guard.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/auth/login/login.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/health/coredata-alive.guard.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/health/metadata-alive.guard.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/health/notification-alive.guard.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/health/registry-center-alive.guard.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/health/rule-engine-alive.guard.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/health/scheduler-alive.guard.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/health/service-unavailable/service-unavailable.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/guards/health/system-agent-alive.guard.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/initializer/initializer.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/message/message.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/message/message.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device-service/device-service-list/device-service-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device-service/device-service-media-list/device-service-media-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device/add-device/add-device.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device/device-auto-event/device-auto-event.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device/device-center/device-center.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device/device-combo-list/device-combo-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device/device-command-viewer/device-command-viewer.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device/device-list/device-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device/device-protocol/device-protocol.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/device/edit-device/edit-device.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/metadata.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/profile/add-profile/add-profile.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/profile/device-profile-center/device-profile-center.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/profile/device-profile-combo-list/device-profile-combo-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/profile/device-profile-list/device-profile-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/profile/edit-profile/edit-profile.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/profile/resource-combo-list/resource-combo-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/profile/source-combo-list/source-combo-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/provision-watcher/add-provision-watcher/add-provision-watcher.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/provision-watcher/edit-provision-watcher/edit-provision-watcher.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/provision-watcher/provision-watcher-center/provision-watcher-center.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/metadata/provision-watcher/provision-watcher-list/provision-watcher-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/notifications/notification/notification-center/notification-center.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/notifications/notification/notification-list/notification-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/notifications/notifications.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/notifications/subscription/add-subscription/add-subscription.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/notifications/subscription/edit-subscription/edit-subscription.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/notifications/subscription/subscription-center/subscription-center.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/notifications/subscription/subscription-list/subscription-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/rule-engine/rule-engine.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/rule-engine/rules/add-rules/add-rules.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/rule-engine/rules/edit-rules/edit-rules.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/rule-engine/rules/rule-advanced-options/rule-advanced-options.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/rule-engine/rules/rules-center/rules-center.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/rule-engine/rules/rules-list/rules-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.062Z] ./src/app/rule-engine/rules/sinks/edgex-sink/edgex-sink-optional/edgex-sink-optional.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.062Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.062Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/rules/sinks/edgex-sink/edgex-sink.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/rules/sinks/log-sink/log-sink.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/rules/sinks/mqtt-sink/mqtt-sink.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/rules/sinks/nop-sink/nop-sink.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/rules/sinks/rest-sink/rest-sink.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/rules/sinks/sink-base-properties/sink-base-properties.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/rules/sinks/sink-list/sink-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/stream/add-stream/add-stream.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/stream/edit-stream/edit-stream.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/stream/stream-center/stream-center.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/rule-engine/stream/stream-list/stream-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/interval/add-interval/add-interval.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/interval/edit-interval/edit-interval.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/interval/interval-center/interval-center.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/interval/interval-combo-list/interval-combo-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/interval/interval-list/interval-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/intervalaction/add-interval-action/add-interval-action.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/intervalaction/edit-interval-action/edit-interval-action.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/intervalaction/interval-action-center/interval-action-center.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/intervalaction/interval-action-list/interval-action-list.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/scheduler/scheduler.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/auth.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/command.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/data.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/error.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/init.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/interceptors/auth.interceptor.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/metadata.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/notifications.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/registry-center.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/rule-engine.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/scheduler.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/app/services/system-agent.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/polyfills.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/test.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/css-loader/dist/runtime/api.js - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/css-loader/dist/runtime/sourceMaps.js - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/bootstrap/dist/css/bootstrap.min.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/addon/fold/foldgutter.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/addon/hint/show-hint.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/addon/scroll/simplescrollbars.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/lib/codemirror.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/theme/abcdef.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/theme/base16-dark.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/theme/elegant.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/theme/gruvbox-dark.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/theme/material-darker.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/codemirror/theme/3024-night.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/flatpickr/dist/flatpickr.min.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/font-awesome/css/font-awesome.min.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./src/styles.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [2023-11-29T22:19:33.063Z] HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] ./node_modules/@angular/compiler/fesm2022/compiler.mjs - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): [2023-11-29T22:19:33.063Z] Error: EACCES: permission denied, mkdir '/app/.angular' [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] [2023-11-29T22:19:33.063Z] 29 11 2023 22:19:31.861:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-11-29T22:19:33.063Z] 29 11 2023 22:19:31.863:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-11-29T22:19:33.063Z] 29 11 2023 22:19:31.864:ERROR [karma-server]: Error: Found 1 load error [2023-11-29T22:19:33.063Z] at Server. (/app/node_modules/karma/lib/server.js:243:26) [2023-11-29T22:19:33.063Z] at Object.onceWrapper (node:events:631:28) [2023-11-29T22:19:33.063Z] at Server.emit (node:events:529:35) [2023-11-29T22:19:33.063Z] at Server.emit (node:domain:489:12) [2023-11-29T22:19:33.063Z] at emitListeningNT (node:net:1851:10) [2023-11-29T22:19:33.063Z] at process.processTicksAndRejections (node:internal/process/task_queues:81:21) [2023-11-29T22:19:33.063Z] ✔ Browser application bundle generation complete. [2023-11-29T22:19:33.063Z] ✔ Browser application bundle generation complete. [2023-11-29T22:19:33.063Z] make[1]: *** [Makefile:144: test] Error 1 [2023-11-29T22:19:33.063Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-674/web' [2023-11-29T22:19:33.063Z] make: *** [Makefile:58: test-angular] Error 2 [Pipeline] } [2023-11-29T22:19:33.260Z] $ docker stop --time=1 72c89a966079bba54303cd7a9f770bdcdf445f5374235d1bc8a5e1eb46b7adc6 [2023-11-29T22:19:34.608Z] $ docker rm -f --volumes 72c89a966079bba54303cd7a9f770bdcdf445f5374235d1bc8a5e1eb46b7adc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T22:19:37.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-29T22:19:37.642Z] [2023-11-29T22:19:37.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T22:19:38.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-29T22:19:38.283Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-29T22:19:38.283Z] 5eb5b503b376: Pulling fs layer [2023-11-29T22:19:38.283Z] 5c69ac0246d0: Pulling fs layer [2023-11-29T22:19:38.283Z] ec43610c2a17: Pulling fs layer [2023-11-29T22:19:38.283Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-29T22:19:38.283Z] 33b1e0a273af: Pulling fs layer [2023-11-29T22:19:38.283Z] 5d3b04190fa2: Pulling fs layer [2023-11-29T22:19:38.283Z] 2f39f015ded8: Pulling fs layer [2023-11-29T22:19:38.283Z] 3a2ae6a8a46f: Waiting [2023-11-29T22:19:38.283Z] 5d3b04190fa2: Waiting [2023-11-29T22:19:38.283Z] 2f39f015ded8: Waiting [2023-11-29T22:19:38.283Z] 33b1e0a273af: Waiting [2023-11-29T22:19:38.570Z] 5c69ac0246d0: Verifying Checksum [2023-11-29T22:19:38.570Z] 5c69ac0246d0: Download complete [2023-11-29T22:19:38.570Z] 3a2ae6a8a46f: Verifying Checksum [2023-11-29T22:19:38.570Z] 3a2ae6a8a46f: Download complete [2023-11-29T22:19:38.570Z] 33b1e0a273af: Verifying Checksum [2023-11-29T22:19:38.570Z] 33b1e0a273af: Download complete [2023-11-29T22:19:38.570Z] 5d3b04190fa2: Verifying Checksum [2023-11-29T22:19:38.570Z] 5d3b04190fa2: Download complete [2023-11-29T22:19:38.875Z] ec43610c2a17: Verifying Checksum [2023-11-29T22:19:38.875Z] ec43610c2a17: Download complete [2023-11-29T22:19:39.142Z] 5eb5b503b376: Verifying Checksum [2023-11-29T22:19:39.142Z] 5eb5b503b376: Download complete [2023-11-29T22:19:40.127Z] 2f39f015ded8: Download complete [2023-11-29T22:19:40.464Z] 5eb5b503b376: Pull complete [2023-11-29T22:19:40.464Z] 5c69ac0246d0: Pull complete [2023-11-29T22:19:41.098Z] ec43610c2a17: Pull complete [2023-11-29T22:19:41.098Z] 3a2ae6a8a46f: Pull complete [2023-11-29T22:19:41.385Z] 33b1e0a273af: Pull complete [2023-11-29T22:19:41.385Z] 5d3b04190fa2: Pull complete [2023-11-29T22:19:45.766Z] 2f39f015ded8: Pull complete [2023-11-29T22:19:45.766Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-29T22:19:45.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-29T22:19:45.766Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T22:19:46.973Z] prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container [2023-11-29T22:19:47.459Z] $ 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-674 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674:/w/workspace/edgexfoundry_edgex-ui-go_PR-674:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-29T22:19:52.291Z] $ docker top d163f7d62ab215a320ee091ed3dc252a9a69a651f5f356713a501c4ac11bd4a9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-29T22:19:53.389Z] ---> job-cost.sh [2023-11-29T22:19:53.389Z] lf-activate-venv: SKIPPING [2023-11-29T22:19:53.389Z] INFO: No Stack... [2023-11-29T22:19:53.647Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-29T22:19:54.232Z] INFO: Archiving Costs [Pipeline] sh [2023-11-29T22:19:54.656Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives/cost.csv [2023-11-29T22:19:54.656Z] + cut -d, -f6 [Pipeline] lock [2023-11-29T22:19:54.760Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-674-1-stack-cost] [2023-11-29T22:19:54.792Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-674-1-stack-cost] did not exist. Created. [2023-11-29T22:19:54.792Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-674-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-29T22:19:55.616Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-29T22:19:56.088Z] Stashed 1 file(s) [Pipeline] } [2023-11-29T22:19:56.108Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-674-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-29T22:19:56.592Z] $ docker stop --time=1 d163f7d62ab215a320ee091ed3dc252a9a69a651f5f356713a501c4ac11bd4a9 [2023-11-29T22:19:57.847Z] $ docker rm -f --volumes d163f7d62ab215a320ee091ed3dc252a9a69a651f5f356713a501c4ac11bd4a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-29T22:19:59.326Z] Failed in branch amd64 [2023-11-30T04:16:23.376Z] Cancelling nested steps due to timeout [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-30T04:16:23.628Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-11-30T04:16:26.894Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives ] [2023-11-30T04:16:26.894Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives [2023-11-30T04:16:26.894Z] total 16 [2023-11-30T04:16:26.894Z] drwxr-xr-x 3 root root 4096 Nov 29 22:19 . [2023-11-30T04:16:26.894Z] drwxrwxr-x 14 jenkins jenkins 4096 Nov 29 22:19 .. [2023-11-30T04:16:26.894Z] drwxr-xr-x 2 root root 4096 Nov 29 22:19 cost [2023-11-30T04:16:26.894Z] -rw-r--r-- 1 root root 83 Nov 29 22:19 cost.csv [2023-11-30T04:16:26.894Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives [2023-11-30T04:16:26.894Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives [2023-11-30T04:16:26.894Z] total 16 [2023-11-30T04:16:26.894Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 29 22:19 . [2023-11-30T04:16:26.894Z] drwxrwxr-x 14 jenkins jenkins 4096 Nov 29 22:19 .. [2023-11-30T04:16:26.894Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 29 22:19 cost [2023-11-30T04:16:26.894Z] -rw-r--r-- 1 jenkins jenkins 83 Nov 29 22:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-30T04:16:27.230Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-30T04:16:28.123Z] ---> package-listing.sh [2023-11-30T04:16:28.123Z] ++ facter osfamily [2023-11-30T04:16:28.123Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-30T04:16:28.384Z] + OS_FAMILY=debian [2023-11-30T04:16:28.384Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-674 [2023-11-30T04:16:28.384Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-30T04:16:28.384Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-30T04:16:28.384Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-30T04:16:28.384Z] + PACKAGES=/tmp/packages_start.txt [2023-11-30T04:16:28.384Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-674 ']' [2023-11-30T04:16:28.384Z] + PACKAGES=/tmp/packages_end.txt [2023-11-30T04:16:28.384Z] + case "${OS_FAMILY}" in [2023-11-30T04:16:28.384Z] + dpkg -l [2023-11-30T04:16:28.384Z] + grep '^ii' [2023-11-30T04:16:28.384Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-30T04:16:28.384Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-30T04:16:28.384Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-30T04:16:28.384Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-674 ']' [2023-11-30T04:16:28.384Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives/ [2023-11-30T04:16:28.384Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives/ [Pipeline] echo [2023-11-30T04:16:28.420Z] 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-674/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-30T04:16:28.716Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-30T04:16:29.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-30T04:16:29.379Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-30T04:16:29.599Z] prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container [2023-11-30T04:16:29.636Z] $ 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-674/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-674 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674:/w/workspace/edgexfoundry_edgex-ui-go_PR-674:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-30T04:16:29.997Z] $ docker top c66c33a32689a1a67d16eb2cc4f05acee117d366c2dad3cb568607db22e1913e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-30T04:16:30.447Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-30T04:16:30.753Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-30T04:16:31.057Z] + ls /var/log/sa-host [2023-11-30T04:16:31.057Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-30T04:16:31.329Z] provisioning config files... [2023-11-30T04:16:31.338Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/config1705914303686538604tmp [Pipeline] { [Pipeline] echo [2023-11-30T04:16:31.461Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-30T04:16:31.771Z] ---> create-netrc.sh [Pipeline] } [2023-11-30T04:16:31.803Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-30T04:16:32.278Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-30T04:16:32.308Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-30T04:16:32.621Z] ---> sudo-logs.sh [2023-11-30T04:16:32.621Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-30T04:16:32.757Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-30T04:16:33.076Z] ---> job-cost.sh [2023-11-30T04:16:33.076Z] lf-activate-venv: SKIPPING [2023-11-30T04:16:33.076Z] DEBUG: total: 0.2199999988079071 [2023-11-30T04:16:33.076Z] INFO: Retrieving Stack Cost... [2023-11-30T04:16:33.335Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-30T04:16:33.903Z] INFO: Archiving Costs [Pipeline] echo [2023-11-30T04:16:33.945Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-30T04:16:34.261Z] ---> logs-deploy.sh [2023-11-30T04:16:34.261Z] lf-activate-venv: SKIPPING [2023-11-30T04:16:34.261Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-674/1 [2023-11-30T04:16:34.261Z] INFO: archiving workspace using pattern(s): [2023-11-30T04:16:35.197Z] Archives upload complete. [2023-11-30T04:16:35.456Z] INFO: archiving logs to Nexus [2023-11-30T04:16:36.025Z] ---> uname -a: [2023-11-30T04:16:36.025Z] Linux prd-ubuntu20-04-docker-8c-8g-13879 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-11-30T04:16:36.025Z] [2023-11-30T04:16:36.025Z] [2023-11-30T04:16:36.025Z] ---> lscpu: [2023-11-30T04:16:36.025Z] Architecture: x86_64 [2023-11-30T04:16:36.025Z] CPU op-mode(s): 32-bit, 64-bit [2023-11-30T04:16:36.025Z] Byte Order: Little Endian [2023-11-30T04:16:36.025Z] Address sizes: 40 bits physical, 48 bits virtual [2023-11-30T04:16:36.025Z] CPU(s): 8 [2023-11-30T04:16:36.025Z] On-line CPU(s) list: 0-7 [2023-11-30T04:16:36.025Z] Thread(s) per core: 1 [2023-11-30T04:16:36.025Z] Core(s) per socket: 1 [2023-11-30T04:16:36.025Z] Socket(s): 8 [2023-11-30T04:16:36.025Z] NUMA node(s): 1 [2023-11-30T04:16:36.025Z] Vendor ID: AuthenticAMD [2023-11-30T04:16:36.025Z] CPU family: 23 [2023-11-30T04:16:36.025Z] Model: 49 [2023-11-30T04:16:36.025Z] Model name: AMD EPYC-Rome Processor [2023-11-30T04:16:36.025Z] Stepping: 0 [2023-11-30T04:16:36.025Z] CPU MHz: 2800.000 [2023-11-30T04:16:36.025Z] BogoMIPS: 5600.00 [2023-11-30T04:16:36.025Z] Virtualization: AMD-V [2023-11-30T04:16:36.025Z] Hypervisor vendor: KVM [2023-11-30T04:16:36.025Z] Virtualization type: full [2023-11-30T04:16:36.025Z] L1d cache: 256 KiB [2023-11-30T04:16:36.025Z] L1i cache: 256 KiB [2023-11-30T04:16:36.025Z] L2 cache: 4 MiB [2023-11-30T04:16:36.025Z] L3 cache: 128 MiB [2023-11-30T04:16:36.025Z] NUMA node0 CPU(s): 0-7 [2023-11-30T04:16:36.025Z] Vulnerability Itlb multihit: Not affected [2023-11-30T04:16:36.025Z] Vulnerability L1tf: Not affected [2023-11-30T04:16:36.025Z] Vulnerability Mds: Not affected [2023-11-30T04:16:36.025Z] Vulnerability Meltdown: Not affected [2023-11-30T04:16:36.025Z] Vulnerability Mmio stale data: Not affected [2023-11-30T04:16:36.025Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-11-30T04:16:36.025Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-11-30T04:16:36.025Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-11-30T04:16:36.025Z] Vulnerability Srbds: Not affected [2023-11-30T04:16:36.025Z] Vulnerability Tsx async abort: Not affected [2023-11-30T04:16:36.025Z] 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 [2023-11-30T04:16:36.025Z] [2023-11-30T04:16:36.025Z] [2023-11-30T04:16:36.025Z] ---> nproc: [2023-11-30T04:16:36.025Z] 8 [2023-11-30T04:16:36.025Z] [2023-11-30T04:16:36.025Z] [2023-11-30T04:16:36.025Z] ---> df -h: [2023-11-30T04:16:36.025Z] Filesystem Size Used Avail Use% Mounted on [2023-11-30T04:16:36.025Z] overlay 155G 13G 143G 9% / [2023-11-30T04:16:36.025Z] tmpfs 64M 0 64M 0% /dev [2023-11-30T04:16:36.025Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-11-30T04:16:36.025Z] shm 64M 0 64M 0% /dev/shm [2023-11-30T04:16:36.025Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-11-30T04:16:36.025Z] [2023-11-30T04:16:36.025Z]