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 22:16:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:16:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:16:23 ========================================================= 22:16:23 EdgeX Global Pipelines Version Info 22:16:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:16:24 ------------------- 22:16:24 stable info: 22:16:24 ------------------- 22:16:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:16:24 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 22:16:24 Message: update stable to v1.0.258 22:16:25 ------------------- 22:16:25 experimental info: 22:16:25 ------------------- 22:16:25 Commited By: **** collab-it+edgex@linuxfoundation.org 22:16:25 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 22:16:25 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:16:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 22:16:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 22:16:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:16:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:16:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:16:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 22:16:25 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:16:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-674 [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-674 [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-674 [Pipeline] echo 22:16:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ecbd37c320e4dcbc1b99593755fbf7481faec05e [Pipeline] echo 22:16:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ecbd37c [Pipeline] echo 22:16:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:16:28 provisioning config files... 22:16:28 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/config5486331939285452518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:28 ---> ****-login.sh 22:16:28 nexus3.edgexfoundry.org:10001 22:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:29 Configure a credential helper to remove this warning. See 22:16:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:29 22:16:29 Login Succeeded 22:16:29 nexus3.edgexfoundry.org:10002 22:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:29 Configure a credential helper to remove this warning. See 22:16:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:29 22:16:29 Login Succeeded 22:16:29 nexus3.edgexfoundry.org:10003 22:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:29 Configure a credential helper to remove this warning. See 22:16:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:29 22:16:29 Login Succeeded 22:16:29 nexus3.edgexfoundry.org:10004 22:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:29 Configure a credential helper to remove this warning. See 22:16:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:29 22:16:29 Login Succeeded 22:16:29 ****.io 22:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:30 Configure a credential helper to remove this warning. See 22:16:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:30 22:16:30 Login Succeeded 22:16:30 ---> ****-login.sh ends [Pipeline] } 22:16:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:16:30 + git rev-list -1 --merges ecbd37c320e4dcbc1b99593755fbf7481faec05e~1..ecbd37c320e4dcbc1b99593755fbf7481faec05e [Pipeline] echo 22:16:30 -----------> git rev-list -1 --merges ecbd37c320e4dcbc1b99593755fbf7481faec05e~1..ecbd37c320e4dcbc1b99593755fbf7481faec05e ecbd37c320e4dcbc1b99593755fbf7481faec05e [false] [Pipeline] sh 22:16:31 + git log --format=format:%s -1 ecbd37c320e4dcbc1b99593755fbf7481faec05e [Pipeline] echo 22:16:31 ========================================================= 22:16:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:16:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:16:31 + git log --format=format:%s -1 ecbd37c320e4dcbc1b99593755fbf7481faec05e [Pipeline] echo 22:16:31 [semverPrep] GIT_COMMIT: ecbd37c320e4dcbc1b99593755fbf7481faec05e, Commit Message: build(deps): update angular to v16 [Pipeline] echo 22:16:32 [semverPrep] This is not a build commit. [Pipeline] sh 22:16:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:16:32 + grep -v github /etc/ssh/ssh_known_hosts 22:16:32 + [ -e /tmp/ssh_known_hosts ] 22:16:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:16:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:16:32 + sudo tee -a /etc/ssh/ssh_known_hosts 22:16:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:16:33 22:16:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:16:33 0.1.4: Pulling from edgex-devops/py-git-semver 22:16:33 b85a868b505f: Pulling fs layer 22:16:33 e2be974225ed: Pulling fs layer 22:16:33 339a4e72a1f5: Pulling fs layer 22:16:33 988bab9f4d93: Pulling fs layer 22:16:33 1469e6f7b9e6: Pulling fs layer 22:16:33 eaf3925da568: Pulling fs layer 22:16:33 bab4dde63d76: Pulling fs layer 22:16:33 bde34c3a00c8: Pulling fs layer 22:16:33 b352a97aabf1: Pulling fs layer 22:16:33 4872d77fe225: Pulling fs layer 22:16:33 5851b861e8e6: Pulling fs layer 22:16:33 bab4dde63d76: Waiting 22:16:33 4872d77fe225: Waiting 22:16:33 5851b861e8e6: Waiting 22:16:33 988bab9f4d93: Waiting 22:16:33 bde34c3a00c8: Waiting 22:16:33 b352a97aabf1: Waiting 22:16:33 1469e6f7b9e6: Waiting 22:16:33 eaf3925da568: Waiting 22:16:33 e2be974225ed: Download complete 22:16:33 988bab9f4d93: Verifying Checksum 22:16:33 988bab9f4d93: Download complete 22:16:33 1469e6f7b9e6: Verifying Checksum 22:16:33 1469e6f7b9e6: Download complete 22:16:33 339a4e72a1f5: Verifying Checksum 22:16:33 339a4e72a1f5: Download complete 22:16:33 eaf3925da568: Verifying Checksum 22:16:33 eaf3925da568: Download complete 22:16:33 bde34c3a00c8: Download complete 22:16:33 b352a97aabf1: Verifying Checksum 22:16:33 b352a97aabf1: Download complete 22:16:33 4872d77fe225: Verifying Checksum 22:16:33 4872d77fe225: Download complete 22:16:33 5851b861e8e6: Download complete 22:16:33 b85a868b505f: Verifying Checksum 22:16:33 b85a868b505f: Download complete 22:16:33 bab4dde63d76: Download complete 22:16:34 b85a868b505f: Pull complete 22:16:35 e2be974225ed: Pull complete 22:16:35 339a4e72a1f5: Pull complete 22:16:35 988bab9f4d93: Pull complete 22:16:35 1469e6f7b9e6: Pull complete 22:16:35 eaf3925da568: Pull complete 22:16:37 bab4dde63d76: Pull complete 22:16:37 bde34c3a00c8: Pull complete 22:16:38 b352a97aabf1: Pull complete 22:16:38 4872d77fe225: Pull complete 22:16:38 5851b861e8e6: Pull complete 22:16:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:16:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:16:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:16:38 prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container 22:16:38 $ 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 22:16:42 $ docker top 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 -eo pid,comm 22:16:43 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). 22:16:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:16:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:43 [ssh-agent] Looking for ssh-agent implementation... 22:16:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:43 $ docker exec 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 ssh-agent 22:16:43 SSH_AUTH_SOCK=/tmp/ssh-l75XJwQWOTPq/agent.31 22:16:43 SSH_AGENT_PID=37 22:16:43 Running ssh-add (command line suppressed) 22:16:43 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) 22:16:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:44 + git tag --points-at HEAD [Pipeline] } 22:16:44 $ docker exec --env ******** --env ******** 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 ssh-agent -k 22:16:44 unset SSH_AUTH_SOCK; 22:16:44 unset SSH_AGENT_PID; 22:16:44 echo Agent pid 37 killed; 22:16:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:16:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:45 [ssh-agent] Looking for ssh-agent implementation... 22:16:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:45 $ docker exec 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 ssh-agent 22:16:45 SSH_AUTH_SOCK=/tmp/ssh-a1RvzmTxYHXy/agent.70 22:16:45 SSH_AGENT_PID=76 22:16:45 Running ssh-add (command line suppressed) 22:16:45 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) 22:16:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:46 + git semver init 22:16:46 2023-11-29 22:16:46,434 [run_init] DEBUG init version:0.0.0 force:False 22:16:46 2023-11-29 22:16:46,435 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver 22:16:46 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 22:16:46 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) 22:16:48 2023-11-29 22:16:48,288 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.git/info/exclude 22:16:48 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 22:16:48 2023-11-29 22:16:48,289 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver/PR-674 22:16:48 2023-11-29 22:16:48,294 [execute] INFO git cat-file --batch-check 22:16:48 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=) 22:16:48 2023-11-29 22:16:48,301 [execute] INFO git cat-file --batch 22:16:48 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=) 22:16:48 2023-11-29 22:16:48,306 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-674/.semver/PR-674 22:16:48 0.0.0 [Pipeline] } 22:16:48 $ docker exec --env ******** --env ******** 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 ssh-agent -k 22:16:48 unset SSH_AUTH_SOCK; 22:16:48 unset SSH_AGENT_PID; 22:16:48 echo Agent pid 76 killed; 22:16:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:49 + git semver [Pipeline] } 22:16:49 $ docker stop --time=1 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 22:16:51 $ docker rm -f --volumes 1bd1d29a8d6717249ad0b5356046bc3f068d0ab2c9de63fc03d5677118231527 [Pipeline] // withDockerContainer [Pipeline] sh 22:16:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:16:52 Stashed 1 file(s) [Pipeline] echo 22:16:52 [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 22:16:54 provisioning config files... 22:16:54 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/config16926282325668943659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:55 ---> ****-login.sh 22:16:55 nexus3.edgexfoundry.org:10001 22:16:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:55 Configure a credential helper to remove this warning. See 22:16:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:55 22:16:55 Login Succeeded 22:16:55 nexus3.edgexfoundry.org:10002 22:16:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:55 Configure a credential helper to remove this warning. See 22:16:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:55 22:16:55 Login Succeeded 22:16:55 nexus3.edgexfoundry.org:10003 22:16:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:55 Configure a credential helper to remove this warning. See 22:16:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:55 22:16:55 Login Succeeded 22:16:55 nexus3.edgexfoundry.org:10004 22:16:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:55 Configure a credential helper to remove this warning. See 22:16:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:55 22:16:55 Login Succeeded 22:16:55 ****.io 22:16:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 22:16:55 Configure a credential helper to remove this warning. See 22:16:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 22:16:55 22:16:55 Login Succeeded 22:16:55 ---> ****-login.sh ends [Pipeline] } 22:16:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:16:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 22:16:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 22:16:57 ========================================================= 22:16:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 22:16:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:58 + 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 . 22:16:58 Sending build context to Docker daemon 58.53MB 22:16:58 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 22:16:58 Step 2/15 : FROM ${BASE} AS builder 22:16:58 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 22:16:58 7264a8db6415: Pulling fs layer 22:16:58 c4d48a809fc2: Pulling fs layer 22:16:58 4f1c88b9dad5: Pulling fs layer 22:16:58 ad3a456e5733: Pulling fs layer 22:16:58 69c7f0334f64: Pulling fs layer 22:16:58 1f1c1a5573a3: Pulling fs layer 22:16:58 ce7588e14bc9: Pulling fs layer 22:16:58 b5e4710f87ac: Pulling fs layer 22:16:58 1f1c1a5573a3: Waiting 22:16:58 ce7588e14bc9: Waiting 22:16:58 b5e4710f87ac: Waiting 22:16:58 ad3a456e5733: Waiting 22:16:58 69c7f0334f64: Waiting 22:16:59 c4d48a809fc2: Download complete 22:16:59 ad3a456e5733: Verifying Checksum 22:16:59 ad3a456e5733: Download complete 22:16:59 69c7f0334f64: Download complete 22:16:59 7264a8db6415: Verifying Checksum 22:16:59 7264a8db6415: Download complete 22:16:59 1f1c1a5573a3: Verifying Checksum 22:16:59 1f1c1a5573a3: Download complete 22:16:59 7264a8db6415: Pull complete 22:16:59 c4d48a809fc2: Pull complete 22:16:59 b5e4710f87ac: Verifying Checksum 22:16:59 b5e4710f87ac: Download complete 22:16:59 4f1c88b9dad5: Verifying Checksum 22:16:59 4f1c88b9dad5: Download complete 22:17:00 ce7588e14bc9: Verifying Checksum 22:17:02 4f1c88b9dad5: Pull complete 22:17:02 ad3a456e5733: Pull complete 22:17:02 69c7f0334f64: Pull complete 22:17:03 1f1c1a5573a3: Pull complete 22:17:05 ce7588e14bc9: Pull complete 22:17:06 b5e4710f87ac: Pull complete 22:17:06 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 22:17:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 22:17:06 ---> 88b5674ff536 22:17:06 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 22:17:08 Still waiting to schedule task 22:17:08 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:17:11 ---> Running in e63f70d014cc 22:17:11 Removing intermediate container e63f70d014cc 22:17:11 ---> 9e1d18e1762d 22:17:11 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 22:17:11 ---> Running in 9e674b5c2399 22:17:11 Removing intermediate container 9e674b5c2399 22:17:11 ---> ab7766bc87ec 22:17:11 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 22:17:11 ---> Running in 3d8d456da226 22:17:11 Removing intermediate container 3d8d456da226 22:17:11 ---> 30d4e4ffc5b9 22:17:11 Step 6/15 : LABEL Name=edgex-ui-go 22:17:11 ---> Running in a5ef1ec10ec8 22:17:11 Removing intermediate container a5ef1ec10ec8 22:17:11 ---> 82fe07967ab3 22:17:11 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 22:17:13 ---> Running in f96dadc96dec 22:17:13 Removing intermediate container f96dadc96dec 22:17:13 ---> 097177418c30 22:17:13 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:17:14 latest: Pulling from library/docker 22:17:14 96526aa774ef: Pulling fs layer 22:17:14 6c7f669f95cf: Pulling fs layer 22:17:14 4f4fb700ef54: Pulling fs layer 22:17:14 3def34df6a7f: Pulling fs layer 22:17:14 83813b2e4d53: Pulling fs layer 22:17:14 44e1cb8c6d13: Pulling fs layer 22:17:14 6d42b36eb6fd: Pulling fs layer 22:17:14 ca6404f088e2: Pulling fs layer 22:17:14 df1967c9b940: Pulling fs layer 22:17:14 8cb0c894156d: Pulling fs layer 22:17:14 614e94f54136: Pulling fs layer 22:17:14 0260399243a9: Pulling fs layer 22:17:14 9f4c5ea8c3b7: Pulling fs layer 22:17:14 08f44277704c: Pulling fs layer 22:17:14 df1967c9b940: Waiting 22:17:14 614e94f54136: Waiting 22:17:14 8cb0c894156d: Waiting 22:17:14 9f4c5ea8c3b7: Waiting 22:17:14 0260399243a9: Waiting 22:17:14 08f44277704c: Waiting 22:17:14 83813b2e4d53: Waiting 22:17:14 3def34df6a7f: Waiting 22:17:14 6d42b36eb6fd: Waiting 22:17:14 44e1cb8c6d13: Waiting 22:17:14 ca6404f088e2: Waiting 22:17:14 4f4fb700ef54: Verifying Checksum 22:17:14 4f4fb700ef54: Download complete 22:17:14 6c7f669f95cf: Verifying Checksum 22:17:14 6c7f669f95cf: Download complete 22:17:14 96526aa774ef: Download complete 22:17:14 96526aa774ef: Pull complete 22:17:15 3def34df6a7f: Verifying Checksum 22:17:15 3def34df6a7f: Download complete 22:17:15 6c7f669f95cf: Pull complete 22:17:15 4f4fb700ef54: Pull complete 22:17:15 44e1cb8c6d13: Verifying Checksum 22:17:15 44e1cb8c6d13: Download complete 22:17:15 6d42b36eb6fd: Download complete 22:17:15 83813b2e4d53: Verifying Checksum 22:17:15 83813b2e4d53: Download complete 22:17:15 ca6404f088e2: Verifying Checksum 22:17:15 ca6404f088e2: Download complete 22:17:15 df1967c9b940: Download complete 22:17:15 614e94f54136: Download complete 22:17:15 3def34df6a7f: Pull complete 22:17:15 8cb0c894156d: Verifying Checksum 22:17:15 8cb0c894156d: Download complete 22:17:15 9f4c5ea8c3b7: Verifying Checksum 22:17:15 9f4c5ea8c3b7: Download complete 22:17:15 08f44277704c: Verifying Checksum 22:17:15 08f44277704c: Download complete 22:17:15 83813b2e4d53: Pull complete 22:17:16 0260399243a9: Verifying Checksum 22:17:16 0260399243a9: Download complete 22:17:16 44e1cb8c6d13: Pull complete 22:17:16 6d42b36eb6fd: Pull complete 22:17:16 ca6404f088e2: Pull complete 22:17:16 df1967c9b940: Pull complete 22:17:16 8cb0c894156d: Pull complete 22:17:16 614e94f54136: Pull complete 22:17:17 0260399243a9: Pull complete 22:17:17 9f4c5ea8c3b7: Pull complete 22:17:17 08f44277704c: Pull complete 22:17:17 Digest: sha256:126aa7387eede4aae75107cc4bfb6eedaa431d68dd38e60ce1ad7db94a239ae5 22:17:17 Status: Downloaded newer image for docker:latest 22:17:21 ---> a6084943e736 22:17:21 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:17:21 ---> Running in e0d305593ac0 22:17:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 22:17:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 22:17:21 OK: 264 MiB in 52 packages 22:17:21 Removing intermediate container e0d305593ac0 22:17:21 ---> fb8765d4ff59 22:17:21 Step 10/15 : ENV GO111MODULE=on 22:17:21 ---> Running in 436fff248446 22:17:22 Removing intermediate container 436fff248446 22:17:22 ---> c79fb2c08aac 22:17:22 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 22:17:22 ---> Running in c5bf000c5b6a 22:17:22 Removing intermediate container c5bf000c5b6a 22:17:22 ---> 72c98df5d62e 22:17:22 Step 12/15 : COPY go.mod vendor* ./ 22:17:22 ---> 94b3c8531c41 22:17:22 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:17:22 ---> Running in 495738d6b828 22:18:01 Removing intermediate container 495738d6b828 22:18:01 ---> f3a52aed6854 22:18:01 Step 14/15 : COPY . . 22:18:01 ---> beec2168c21c 22:18:01 Step 15/15 : RUN ${MAKE} 22:18:01 ---> Running in b7a46e2158df 22:18:01 noop 22:18:01 Removing intermediate container b7a46e2158df 22:18:01 ---> 2fb588cee9f4 22:18:01 Successfully built 2fb588cee9f4 22:18:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:02 + docker inspect -f . ci-base-image-x86_64 22:18:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:02 prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container 22:18:02 $ 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 22:18:02 $ docker top dc6be5a6171164137a63391aeffae0762e059f24656242a63e3084218db232da -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:03 + go version 22:18:03 go version go1.21.0 linux/amd64 [Pipeline] } 22:18:03 $ docker stop --time=1 dc6be5a6171164137a63391aeffae0762e059f24656242a63e3084218db232da 22:18:04 $ 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 22:18:06 + docker inspect -f . ci-base-image-x86_64 22:18:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:06 prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container 22:18:06 $ 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 22:18:07 $ docker top 72c89a966079bba54303cd7a9f770bdcdf445f5374235d1bc8a5e1eb46b7adc6 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:07 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-674 [Pipeline] fileExists [Pipeline] sh 22:18:08 + make test 22:18:08 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 22:18:09 ? github.com/edgexfoundry/edgex-ui-go [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 22:18:19 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 22:18:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:18:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:18:21 ./bin/test-attribution-txt.sh 22:18:21 make -C web test 22:18:21 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-674/web' 22:18:21 make[1]: tput: No such file or directory 22:18:21 make[1]: tput: No such file or directory 22:18:21 warning: generating ./VERSION 22:18:21 echo "0.0.0" > VERSION 22:18:21 docker build \ 22:18:21 -f Dockerfile \ 22:18:21 --build-arg USER=1000 \ 22:18:21 \ 22:18:21 --label "git_sha=ecbd37c320e4dcbc1b99593755fbf7481faec05e" \ 22:18:21 -t edgexfoundry/edgex-web-ui:ecbd37c320e4dcbc1b99593755fbf7481faec05e \ 22:18:21 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 22:18:21 . 22:18:21 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 22:18:21 Install the buildx component to build images with BuildKit: 22:18:21 https://docs.docker.com/go/buildx/ 22:18:21 22:18:21 Sending build context to Docker daemon 2.613MB 22:18:21 Step 1/11 : FROM node:18-alpine3.18 22:18:21 18-alpine3.18: Pulling from library/node 22:18:21 96526aa774ef: Already exists 22:18:21 9d90236787e1: Pulling fs layer 22:18:21 3ee93fa199db: Pulling fs layer 22:18:21 ec38686b8231: Pulling fs layer 22:18:21 ec38686b8231: Download complete 22:18:21 3ee93fa199db: Verifying Checksum 22:18:21 3ee93fa199db: Download complete 22:18:22 9d90236787e1: Verifying Checksum 22:18:22 9d90236787e1: Download complete 22:18:23 9d90236787e1: Pull complete 22:18:23 3ee93fa199db: Pull complete 22:18:23 ec38686b8231: Pull complete 22:18:23 Digest: sha256:3428c2de886bf4378657da6fe86e105573a609c94df1f7d6a70e57d2b51de21f 22:18:23 Status: Downloaded newer image for node:18-alpine3.18 22:18:23 ---> 5f07bdccd6fd 22:18:23 Step 2/11 : RUN apk add --no-cache chromium 22:18:24 ---> Running in 9fb29dde4587 22:18:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 22:18:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 22:18:24 (1/154) Installing libexpat (2.5.0-r1) 22:18:24 (2/154) Installing brotli-libs (1.0.9-r14) 22:18:24 (3/154) Installing libbz2 (1.0.8-r5) 22:18:24 (4/154) Installing libpng (1.6.39-r3) 22:18:24 (5/154) Installing freetype (2.13.0-r5) 22:18:24 (6/154) Installing fontconfig (2.14.2-r3) 22:18:24 (7/154) Installing libfontenc (1.1.7-r2) 22:18:24 (8/154) Installing mkfontscale (1.2.2-r3) 22:18:24 (9/154) Installing font-opensans (0_git20210927-r1) 22:18:24 (10/154) Installing pkgconf (1.9.5-r0) 22:18:24 (11/154) Installing libffi (3.4.4-r2) 22:18:24 (12/154) Installing libintl (0.21.1-r7) 22:18:24 (13/154) Installing libblkid (2.38.1-r8) 22:18:24 (14/154) Installing libmount (2.38.1-r8) 22:18:24 (15/154) Installing pcre2 (10.42-r1) 22:18:24 (16/154) Installing glib (2.76.4-r0) 22:18:24 (17/154) Installing xz-libs (5.4.3-r0) 22:18:24 (18/154) Installing libxml2 (2.11.6-r0) 22:18:24 (19/154) Installing shared-mime-info (2.2-r5) 22:18:24 (20/154) Installing hicolor-icon-theme (0.17-r2) 22:18:24 (21/154) Installing libjpeg-turbo (2.1.5.1-r3) 22:18:24 (22/154) Installing libwebp (1.3.2-r0) 22:18:24 (23/154) Installing zstd-libs (1.5.5-r4) 22:18:24 (24/154) Installing tiff (4.5.1-r0) 22:18:24 (25/154) Installing gdk-pixbuf (2.42.10-r5) 22:18:24 (26/154) Installing gtk-update-icon-cache (3.24.38-r1) 22:18:24 (27/154) Installing libxau (1.0.11-r2) 22:18:24 (28/154) Installing libmd (1.0.4-r2) 22:18:24 (29/154) Installing libbsd (0.11.7-r1) 22:18:24 (30/154) Installing libxdmcp (1.1.4-r2) 22:18:24 (31/154) Installing libxcb (1.15-r1) 22:18:24 (32/154) Installing libx11 (1.8.7-r0) 22:18:24 (33/154) Installing libxcomposite (0.4.6-r3) 22:18:24 (34/154) Installing libxfixes (6.0.1-r2) 22:18:24 (35/154) Installing libxrender (0.9.11-r3) 22:18:24 (36/154) Installing libxcursor (1.2.1-r2) 22:18:24 (37/154) Installing libxdamage (1.1.6-r2) 22:18:24 (38/154) Installing libxext (1.3.5-r2) 22:18:25 (39/154) Installing libxi (1.8.1-r0) 22:18:25 (40/154) Installing libxinerama (1.1.5-r2) 22:18:25 (41/154) Installing libxrandr (1.5.3-r2) 22:18:25 (42/154) Installing libatk-1.0 (2.48.3-r0) 22:18:25 (43/154) Installing libxtst (1.2.4-r2) 22:18:25 (44/154) Installing dbus-libs (1.14.8-r0) 22:18:25 (45/154) Installing at-spi2-core (2.48.3-r0) 22:18:25 (46/154) Installing libatk-bridge-2.0 (2.48.3-r0) 22:18:25 (47/154) Installing pixman (0.42.2-r1) 22:18:25 (48/154) Installing cairo (1.17.8-r1) 22:18:25 (49/154) Installing cairo-gobject (1.17.8-r1) 22:18:25 (50/154) Installing avahi-libs (0.8-r13) 22:18:25 (51/154) Installing gmp (6.2.1-r3) 22:18:25 (52/154) Installing nettle (3.8.1-r2) 22:18:25 (53/154) Installing libunistring (1.1-r1) 22:18:25 (54/154) Installing libidn2 (2.3.4-r1) 22:18:25 (55/154) Installing p11-kit (0.24.1-r2) 22:18:25 (56/154) Installing libtasn1 (4.19.0-r1) 22:18:25 (57/154) Installing gnutls (3.8.0-r2) 22:18:25 (58/154) Installing cups-libs (2.4.7-r0) 22:18:25 (59/154) Installing libepoxy (1.5.10-r1) 22:18:25 (60/154) Installing fribidi (1.0.13-r0) 22:18:25 (61/154) Installing graphite2 (1.3.14-r5) 22:18:25 (62/154) Installing harfbuzz (7.3.0-r0) 22:18:25 (63/154) Installing libxft (2.3.8-r1) 22:18:25 (64/154) Installing pango (1.50.14-r1) 22:18:25 (65/154) Installing wayland-libs-client (1.22.0-r2) 22:18:25 (66/154) Installing wayland-libs-cursor (1.22.0-r2) 22:18:25 (67/154) Installing wayland-libs-egl (1.22.0-r2) 22:18:25 (68/154) Installing xkeyboard-config (2.38-r0) 22:18:25 (69/154) Installing libxkbcommon (1.5.0-r2) 22:18:25 (70/154) Installing gtk+3.0 (3.24.38-r1) 22:18:25 Executing gtk+3.0-3.24.38-r1.post-install 22:18:25 (71/154) Installing icu-data-full (73.2-r2) 22:18:25 (72/154) Installing mesa (23.0.4-r0) 22:18:25 (73/154) Installing llvm15-libs (15.0.7-r6) 22:18:26 (74/154) Installing hwdata-pci (0.370-r0) 22:18:26 (75/154) Installing libpciaccess (0.17-r2) 22:18:26 (76/154) Installing libdrm (2.4.115-r4) 22:18:26 (77/154) Installing musl-fts (1.2.7-r5) 22:18:26 (78/154) Installing libelf (0.189-r2) 22:18:26 (79/154) Installing mesa-glapi (23.0.4-r0) 22:18:26 (80/154) Installing mesa-dri-gallium (23.0.4-r0) 22:18:26 (81/154) Installing eudev-libs (3.2.11-r8) 22:18:26 (82/154) Installing libmagic (5.45-r0) 22:18:26 (83/154) Installing file (5.45-r0) 22:18:26 (84/154) Installing libice (1.1.1-r2) 22:18:26 (85/154) Installing libuuid (2.38.1-r8) 22:18:26 (86/154) Installing libsm (1.2.4-r1) 22:18:26 (87/154) Installing libxt (1.3.0-r2) 22:18:26 (88/154) Installing libxmu (1.1.4-r2) 22:18:26 (89/154) Installing xset (1.2.5-r1) 22:18:26 (90/154) Installing xprop (1.2.6-r0) 22:18:26 (91/154) Installing xdg-utils (1.1.3-r4) 22:18:26 (92/154) Installing libogg (1.3.5-r4) 22:18:26 (93/154) Installing flac-libs (1.4.3-r0) 22:18:26 (94/154) Installing alsa-lib (1.2.9-r1) 22:18:26 (95/154) Installing libatomic (12.2.1_git20220924-r10) 22:18:26 (96/154) Installing svt-av1-libs (1.6.0-r0) 22:18:26 (97/154) Installing aom-libs (3.6.1-r0) 22:18:26 (98/154) Installing libva (2.18.0-r1) 22:18:26 (99/154) Installing libvdpau (1.5-r1) 22:18:26 (100/154) Installing onevpl-libs (2023.2.1-r0) 22:18:26 (101/154) Installing ffmpeg-libavutil (6.0.1-r0) 22:18:26 (102/154) Installing libdav1d (1.2.1-r0) 22:18:26 (103/154) Installing libhwy (1.0.4-r1) 22:18:26 (104/154) Installing lcms2 (2.15-r2) 22:18:26 (105/154) Installing libjxl (0.8.2-r0) 22:18:26 (106/154) Installing lame-libs (3.100-r5) 22:18:26 (107/154) Installing opus (1.4-r0) 22:18:26 (108/154) Installing libgomp (12.2.1_git20220924-r10) 22:18:26 (109/154) Installing soxr (0.1.3-r5) 22:18:26 (110/154) Installing ffmpeg-libswresample (6.0.1-r0) 22:18:26 (111/154) Installing libtheora (1.1.1-r17) 22:18:26 (112/154) Installing libvorbis (1.3.7-r1) 22:18:26 (113/154) Installing libvpx (1.13.0-r2) 22:18:26 (114/154) Installing x264-libs (0.164_git20220602-r1) 22:18:26 (115/154) Installing numactl (2.0.16-r4) 22:18:26 (116/154) Installing x265-libs (3.5-r4) 22:18:26 (117/154) Installing xvidcore (1.3.7-r1) 22:18:26 (118/154) Installing ffmpeg-libavcodec (6.0.1-r0) 22:18:26 (119/154) Installing libbluray (1.3.4-r0) 22:18:26 (120/154) Installing mpg123-libs (1.31.3-r1) 22:18:26 (121/154) Installing libopenmpt (0.7.2-r0) 22:18:26 (122/154) Installing cjson (1.7.15-r4) 22:18:26 (123/154) Installing mbedtls (2.28.5-r0) 22:18:26 (124/154) Installing librist (0.2.7-r0) 22:18:26 (125/154) Installing libsrt (1.5.2-r0) 22:18:26 (126/154) Installing libssh (0.10.5-r0) 22:18:26 (127/154) Installing libsodium (1.0.18-r3) 22:18:27 (128/154) Installing libzmq (4.3.4-r4) 22:18:27 (129/154) Installing ffmpeg-libavformat (6.0.1-r0) 22:18:27 (130/154) Installing libevent (2.1.12-r6) 22:18:27 (131/154) Installing wayland-libs-server (1.22.0-r2) 22:18:27 (132/154) Installing mesa-gbm (23.0.4-r0) 22:18:27 (133/154) Installing harfbuzz-subset (7.3.0-r0) 22:18:27 (134/154) Installing icu-libs (73.2-r2) 22:18:27 (135/154) Installing jsoncpp (1.9.5-r0) 22:18:27 (136/154) Installing minizip (1.2.13-r1) 22:18:27 (137/154) Installing nspr (4.35-r2) 22:18:27 (138/154) Installing sqlite-libs (3.41.2-r2) 22:18:27 (139/154) Installing nss (3.94-r0) 22:18:27 (140/154) Installing pipewire-libs (0.3.70-r1) 22:18:27 (141/154) Installing libasyncns (0.8-r1) 22:18:27 (142/154) Installing libltdl (2.4.7-r2) 22:18:27 (143/154) Installing orc (0.4.34-r0) 22:18:27 (144/154) Installing libsndfile (1.2.0-r2) 22:18:27 (145/154) Installing speexdsp (1.2.1-r1) 22:18:27 (146/154) Installing tdb-libs (1.4.8-r1) 22:18:27 (147/154) Installing libpulse (16.1-r10) 22:18:27 (148/154) Installing snappy (1.1.10-r1) 22:18:27 (149/154) Installing libwoff2common (1.0.2-r2) 22:18:27 (150/154) Installing libwoff2enc (1.0.2-r2) 22:18:27 (151/154) Installing libgpg-error (1.47-r1) 22:18:27 (152/154) Installing libgcrypt (1.10.2-r1) 22:18:27 (153/154) Installing libxslt (1.1.38-r0) 22:18:27 (154/154) Installing chromium (119.0.6045.159-r0) 22:18:28 Executing busybox-1.36.1-r2.trigger 22:18:28 Executing fontconfig-2.14.2-r3.trigger 22:18:28 Executing mkfontscale-1.2.2-r3.trigger 22:18:28 Executing glib-2.76.4-r0.trigger 22:18:28 Executing shared-mime-info-2.2-r5.trigger 22:18:29 Executing gdk-pixbuf-2.42.10-r5.trigger 22:18:29 Executing gtk-update-icon-cache-3.24.38-r1.trigger 22:18:29 OK: 580 MiB in 171 packages 22:18:44 Removing intermediate container 9fb29dde4587 22:18:44 ---> 1cd254ce97a1 22:18:44 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 22:18:44 ---> Running in 1fa1b1275d98 22:18:44 Removing intermediate container 1fa1b1275d98 22:18:44 ---> a63fe73ca10b 22:18:44 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 22:18:44 ---> Running in 526fb71608ae 22:18:44 Removing intermediate container 526fb71608ae 22:18:44 ---> 0500039ef330 22:18:44 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 22:18:44 ---> Running in fc36ea57889a 22:18:44 Removing intermediate container fc36ea57889a 22:18:44 ---> ad241a7a1c73 22:18:44 Step 6/11 : RUN npm install -g npm 22:18:44 ---> Running in 2f5e9aa35365 22:18:52 22:18:52 removed 33 packages, and changed 77 packages in 8s 22:18:52 22:18:52 28 packages are looking for funding 22:18:52 run `npm fund` for details 22:18:53 Removing intermediate container 2f5e9aa35365 22:18:53 ---> 753c3f6a9a8c 22:18:53 Step 7/11 : ARG USER=1000 22:18:53 ---> Running in accc498be516 22:18:53 Removing intermediate container accc498be516 22:18:53 ---> 5777bba6df0b 22:18:53 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 22:18:53 ---> Running in b4f59d50e132 22:18:54 Removing intermediate container b4f59d50e132 22:18:54 ---> 2fad8a8f4f33 22:18:54 Step 9/11 : USER $USER:$USER 22:18:54 ---> Running in e0a2f355022c 22:18:54 Removing intermediate container e0a2f355022c 22:18:54 ---> 2f379894f65e 22:18:54 Step 10/11 : WORKDIR /app 22:18:54 ---> Running in cfca553a09ad 22:18:54 Removing intermediate container cfca553a09ad 22:18:54 ---> 90bf91f5f520 22:18:54 Step 11/11 : LABEL git_sha=ecbd37c320e4dcbc1b99593755fbf7481faec05e 22:18:54 ---> Running in e5f3c897bbb3 22:18:54 Removing intermediate container e5f3c897bbb3 22:18:54 ---> 3c298dd24f4f 22:18:54 Successfully built 3c298dd24f4f 22:18:54 Successfully tagged edgexfoundry/edgex-web-ui:ecbd37c320e4dcbc1b99593755fbf7481faec05e 22:18:54 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 22:18:54 touch edgex-web-ui.imagebuilt 22:18:54 mkdir -p node_modules coverage 22:18:54 chown "1000:1000" node_modules coverage package-lock.json 22:18:54 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 22:19:06 npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs 22:19:06 npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead 22:19:06 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. 22:19:06 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 22:19:06 npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead 22:19:06 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. 22:19:06 npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. 22:19:07 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. 22:19:08 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 22:19:08 npm WARN deprecated @wessberg/ts-evaluator@0.0.27: this package has been renamed to ts-evaluator. Please install ts-evaluator instead 22:19:09 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 22:19:09 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 22:19:10 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. 22:19:15 22:19:15 added 1178 packages, and audited 1179 packages in 20s 22:19:15 22:19:15 99 packages are looking for funding 22:19:15 run `npm fund` for details 22:19:15 22:19:15 20 vulnerabilities (13 moderate, 4 high, 3 critical) 22:19:15 22:19:15 To address issues that do not require attention, run: 22:19:15 npm audit fix 22:19:15 22:19:15 To address all issues (including breaking changes), run: 22:19:15 npm audit fix --force 22:19:15 22:19:15 Run `npm audit` for details. 22:19:24 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 22:19:26 - Generating browser application bundles (phase: setup)... 22:19:33 ✔ Browser application bundle generation complete. 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/app.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/dashboard/dashboard.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/initializer/initializer.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/message/message.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/message/message.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/metadata/metadata.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/notifications/notifications.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/scheduler/scheduler.component.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/services/auth.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/services/command.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/services/data.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/services/error.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/services/init.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/services/metadata.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/services/notifications.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/app/services/scheduler.service.spec.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/polyfills.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/test.ts - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./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): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/bootstrap/dist/css/bootstrap.min.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/addon/fold/foldgutter.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/addon/hint/show-hint.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/addon/scroll/simplescrollbars.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/lib/codemirror.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/theme/abcdef.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/theme/base16-dark.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/theme/elegant.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/theme/gruvbox-dark.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/theme/material-darker.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/codemirror/theme/3024-night.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/flatpickr/dist/flatpickr.min.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/font-awesome/css/font-awesome.min.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./src/styles.css?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): 22:19:33 HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 ./node_modules/@angular/compiler/fesm2022/compiler.mjs - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/tools/babel/webpack-loader.js): 22:19:33 Error: EACCES: permission denied, mkdir '/app/.angular' 22:19:33 22:19:33 22:19:33 29 11 2023 22:19:31.861:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 22:19:33 29 11 2023 22:19:31.863:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 22:19:33 29 11 2023 22:19:31.864:ERROR [karma-server]: Error: Found 1 load error 22:19:33 at Server. (/app/node_modules/karma/lib/server.js:243:26) 22:19:33 at Object.onceWrapper (node:events:631:28) 22:19:33 at Server.emit (node:events:529:35) 22:19:33 at Server.emit (node:domain:489:12) 22:19:33 at emitListeningNT (node:net:1851:10) 22:19:33 at process.processTicksAndRejections (node:internal/process/task_queues:81:21) 22:19:33 ✔ Browser application bundle generation complete. 22:19:33 ✔ Browser application bundle generation complete. 22:19:33 make[1]: *** [Makefile:144: test] Error 1 22:19:33 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-674/web' 22:19:33 make: *** [Makefile:58: test-angular] Error 2 [Pipeline] } 22:19:33 $ docker stop --time=1 72c89a966079bba54303cd7a9f770bdcdf445f5374235d1bc8a5e1eb46b7adc6 22:19:34 $ 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 22:19:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:19:37 22:19:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:19:38 latest: Pulling from edgex-lftools-log-publisher 22:19:38 5eb5b503b376: Pulling fs layer 22:19:38 5c69ac0246d0: Pulling fs layer 22:19:38 ec43610c2a17: Pulling fs layer 22:19:38 3a2ae6a8a46f: Pulling fs layer 22:19:38 33b1e0a273af: Pulling fs layer 22:19:38 5d3b04190fa2: Pulling fs layer 22:19:38 2f39f015ded8: Pulling fs layer 22:19:38 3a2ae6a8a46f: Waiting 22:19:38 5d3b04190fa2: Waiting 22:19:38 2f39f015ded8: Waiting 22:19:38 33b1e0a273af: Waiting 22:19:38 5c69ac0246d0: Verifying Checksum 22:19:38 5c69ac0246d0: Download complete 22:19:38 3a2ae6a8a46f: Verifying Checksum 22:19:38 3a2ae6a8a46f: Download complete 22:19:38 33b1e0a273af: Verifying Checksum 22:19:38 33b1e0a273af: Download complete 22:19:38 5d3b04190fa2: Verifying Checksum 22:19:38 5d3b04190fa2: Download complete 22:19:38 ec43610c2a17: Verifying Checksum 22:19:38 ec43610c2a17: Download complete 22:19:39 5eb5b503b376: Verifying Checksum 22:19:39 5eb5b503b376: Download complete 22:19:40 2f39f015ded8: Download complete 22:19:40 5eb5b503b376: Pull complete 22:19:40 5c69ac0246d0: Pull complete 22:19:41 ec43610c2a17: Pull complete 22:19:41 3a2ae6a8a46f: Pull complete 22:19:41 33b1e0a273af: Pull complete 22:19:41 5d3b04190fa2: Pull complete 22:19:45 2f39f015ded8: Pull complete 22:19:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:19:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:19:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:19:46 prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container 22:19:47 $ 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 22:19:52 $ docker top d163f7d62ab215a320ee091ed3dc252a9a69a651f5f356713a501c4ac11bd4a9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:19:53 ---> job-cost.sh 22:19:53 lf-activate-venv: SKIPPING 22:19:53 INFO: No Stack... 22:19:53 INFO: Retrieving Pricing Info for: v3-standard-8 22:19:54 INFO: Archiving Costs [Pipeline] sh 22:19:54 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives/cost.csv 22:19:54 + cut -d, -f6 [Pipeline] lock 22:19:54 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-674-1-stack-cost] 22:19:54 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-674-1-stack-cost] did not exist. Created. 22:19:54 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-674-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:19:55 + echo total: 0.2199999988079071 [Pipeline] stash 22:19:56 Stashed 1 file(s) [Pipeline] } 22:19:56 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-674-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:19:56 $ docker stop --time=1 d163f7d62ab215a320ee091ed3dc252a9a69a651f5f356713a501c4ac11bd4a9 22:19:57 $ docker rm -f --volumes d163f7d62ab215a320ee091ed3dc252a9a69a651f5f356713a501c4ac11bd4a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:19:59 Failed in branch amd64 04:16:23 Cancelling nested steps due to timeout [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:16:23 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:16:26 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives ] 04:16:26 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives 04:16:26 total 16 04:16:26 drwxr-xr-x 3 root root 4096 Nov 29 22:19 . 04:16:26 drwxrwxr-x 14 jenkins jenkins 4096 Nov 29 22:19 .. 04:16:26 drwxr-xr-x 2 root root 4096 Nov 29 22:19 cost 04:16:26 -rw-r--r-- 1 root root 83 Nov 29 22:19 cost.csv 04:16:26 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives 04:16:26 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives 04:16:26 total 16 04:16:26 drwxr-xr-x 3 jenkins jenkins 4096 Nov 29 22:19 . 04:16:26 drwxrwxr-x 14 jenkins jenkins 4096 Nov 29 22:19 .. 04:16:26 drwxr-xr-x 2 jenkins jenkins 4096 Nov 29 22:19 cost 04:16:26 -rw-r--r-- 1 jenkins jenkins 83 Nov 29 22:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:16:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:16:28 ---> package-listing.sh 04:16:28 ++ facter osfamily 04:16:28 ++ tr '[:upper:]' '[:lower:]' 04:16:28 + OS_FAMILY=debian 04:16:28 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-674 04:16:28 + START_PACKAGES=/tmp/packages_start.txt 04:16:28 + END_PACKAGES=/tmp/packages_end.txt 04:16:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:16:28 + PACKAGES=/tmp/packages_start.txt 04:16:28 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-674 ']' 04:16:28 + PACKAGES=/tmp/packages_end.txt 04:16:28 + case "${OS_FAMILY}" in 04:16:28 + dpkg -l 04:16:28 + grep '^ii' 04:16:28 + '[' -f /tmp/packages_start.txt ']' 04:16:28 + '[' -f /tmp/packages_end.txt ']' 04:16:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:16:28 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-674 ']' 04:16:28 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-674/archives/ 04:16:28 + 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 04:16:28 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 04:16:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:16:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:16:29 prd-ubuntu20.04-docker-8c-8g-13879 does not seem to be running inside a container 04:16:29 $ 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 04:16:29 $ docker top c66c33a32689a1a67d16eb2cc4f05acee117d366c2dad3cb568607db22e1913e -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:30 + touch /tmp/pre-build-complete [Pipeline] sh 04:16:30 + mkdir -p /var/log/sysstat [Pipeline] sh 04:16:31 + ls /var/log/sa-host 04:16:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:31 provisioning config files... 04:16:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-674@tmp/config1705914303686538604tmp [Pipeline] { [Pipeline] echo 04:16:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:16:31 ---> create-netrc.sh [Pipeline] } 04:16:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:16:32 ---> python-tools-install.sh [Pipeline] echo 04:16:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:16:32 ---> sudo-logs.sh 04:16:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:16:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:16:33 ---> job-cost.sh 04:16:33 lf-activate-venv: SKIPPING 04:16:33 DEBUG: total: 0.2199999988079071 04:16:33 INFO: Retrieving Stack Cost... 04:16:33 INFO: Retrieving Pricing Info for: v3-standard-8 04:16:33 INFO: Archiving Costs [Pipeline] echo 04:16:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:16:34 ---> logs-deploy.sh 04:16:34 lf-activate-venv: SKIPPING 04:16:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-674/1 04:16:34 INFO: archiving workspace using pattern(s): 04:16:35 Archives upload complete. 04:16:35 INFO: archiving logs to Nexus 04:16:36 ---> uname -a: 04:16:36 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 04:16:36 04:16:36 04:16:36 ---> lscpu: 04:16:36 Architecture: x86_64 04:16:36 CPU op-mode(s): 32-bit, 64-bit 04:16:36 Byte Order: Little Endian 04:16:36 Address sizes: 40 bits physical, 48 bits virtual 04:16:36 CPU(s): 8 04:16:36 On-line CPU(s) list: 0-7 04:16:36 Thread(s) per core: 1 04:16:36 Core(s) per socket: 1 04:16:36 Socket(s): 8 04:16:36 NUMA node(s): 1 04:16:36 Vendor ID: AuthenticAMD 04:16:36 CPU family: 23 04:16:36 Model: 49 04:16:36 Model name: AMD EPYC-Rome Processor 04:16:36 Stepping: 0 04:16:36 CPU MHz: 2800.000 04:16:36 BogoMIPS: 5600.00 04:16:36 Virtualization: AMD-V 04:16:36 Hypervisor vendor: KVM 04:16:36 Virtualization type: full 04:16:36 L1d cache: 256 KiB 04:16:36 L1i cache: 256 KiB 04:16:36 L2 cache: 4 MiB 04:16:36 L3 cache: 128 MiB 04:16:36 NUMA node0 CPU(s): 0-7 04:16:36 Vulnerability Itlb multihit: Not affected 04:16:36 Vulnerability L1tf: Not affected 04:16:36 Vulnerability Mds: Not affected 04:16:36 Vulnerability Meltdown: Not affected 04:16:36 Vulnerability Mmio stale data: Not affected 04:16:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:16:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:16:36 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:16:36 Vulnerability Srbds: Not affected 04:16:36 Vulnerability Tsx async abort: Not affected 04:16:36 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 04:16:36 04:16:36 04:16:36 ---> nproc: 04:16:36 8 04:16:36 04:16:36 04:16:36 ---> df -h: 04:16:36 Filesystem Size Used Avail Use% Mounted on 04:16:36 overlay 155G 13G 143G 9% / 04:16:36 tmpfs 64M 0 64M 0% /dev 04:16:36 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:16:36 shm 64M 0 64M 0% /dev/shm 04:16:36 /dev/vda1 155G 13G 143G 9% /facter-os 04:16:36 04:16:36