Pull request #606 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 Ambition-J for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at b9ee93b39939f4d905786058fe06f88771ce2d73 rather than 1d56314d3ac19a41056deabee6b793e09a1ebba4 Obtained Jenkinsfile from b9ee93b39939f4d905786058fe06f88771ce2d73 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-ssh7642683819629586577.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh15885328298387990077.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-606/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-606/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14378903769953488649.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-606/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16641678694314654314.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh12212009123313162646.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-606/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-606/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2120876551976754633.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-14883 in /w/workspace/edgexfoundry_edgex-ui-go_PR-606 [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-606 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/606/head:refs/remotes/origin/PR-606 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b9ee93b39939f4d905786058fe06f88771ce2d73 into PR head commit 1d56314d3ac19a41056deabee6b793e09a1ebba4 Merge succeeded, producing 1d56314d3ac19a41056deabee6b793e09a1ebba4 Checking out Revision 1d56314d3ac19a41056deabee6b793e09a1ebba4 (PR-606) > git config core.sparsecheckout # timeout=10 > git checkout -f 1d56314d3ac19a41056deabee6b793e09a1ebba4 # 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 b9ee93b39939f4d905786058fe06f88771ce2d73 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1d56314d3ac19a41056deabee6b793e09a1ebba4 # timeout=10 Commit message: "feat: delete system service list and related pages" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-10T06:55:58.916Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-10T06:55:59.079Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-10T06:55:59.172Z] ========================================================= [2023-05-10T06:55:59.172Z] EdgeX Global Pipelines Version Info [2023-05-10T06:55:59.172Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-10T06:55:59.908Z] ------------------- [2023-05-10T06:55:59.908Z] stable info: [2023-05-10T06:55:59.908Z] ------------------- [2023-05-10T06:55:59.908Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-10T06:55:59.908Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-10T06:55:59.908Z] Message: update stable to v1.0.249 [2023-05-10T06:56:00.479Z] ------------------- [2023-05-10T06:56:00.479Z] experimental info: [2023-05-10T06:56:00.479Z] ------------------- [2023-05-10T06:56:00.479Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-10T06:56:00.479Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-10T06:56:00.479Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-10T06:56:00.782Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2023-05-10T06:56:00.829Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2023-05-10T06:56:00.873Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-10T06:56:00.914Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-10T06:56:00.954Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-10T06:56:00.992Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-10T06:56:01.032Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-10T06:56:01.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-10T06:56:01.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-10T06:56:01.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-10T06:56:01.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-10T06:56:01.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2023-05-10T06:56:01.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-10T06:56:01.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-10T06:56:01.349Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-10T06:56:01.389Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-10T06:56:01.430Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-10T06:56:01.477Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-10T06:56:01.518Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-10T06:56:01.557Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-10T06:56:01.601Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-10T06:56:01.642Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-10T06:56:01.679Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-10T06:56:01.720Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-10T06:56:01.761Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-10T06:56:01.798Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-10T06:56:01.843Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-10T06:56:01.883Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-606 [Pipeline] echo [2023-05-10T06:56:01.920Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-606 [Pipeline] echo [2023-05-10T06:56:01.955Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-606 [Pipeline] echo [2023-05-10T06:56:01.992Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] echo [2023-05-10T06:56:02.036Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1d56314 [Pipeline] echo [2023-05-10T06:56:02.090Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-10T06:56:02.207Z] provisioning config files... [2023-05-10T06:56:02.221Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/config3741555885262144132tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T06:56:02.573Z] ---> docker-login.sh [2023-05-10T06:56:02.573Z] nexus3.edgexfoundry.org:10001 [2023-05-10T06:56:02.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:03.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:03.107Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:03.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:03.107Z] [2023-05-10T06:56:03.107Z] Login Succeeded [2023-05-10T06:56:03.107Z] nexus3.edgexfoundry.org:10002 [2023-05-10T06:56:03.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:03.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:03.107Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:03.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:03.107Z] [2023-05-10T06:56:03.107Z] Login Succeeded [2023-05-10T06:56:03.107Z] nexus3.edgexfoundry.org:10003 [2023-05-10T06:56:03.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:03.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:03.107Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:03.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:03.107Z] [2023-05-10T06:56:03.107Z] Login Succeeded [2023-05-10T06:56:03.368Z] nexus3.edgexfoundry.org:10004 [2023-05-10T06:56:03.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:03.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:03.368Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:03.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:03.368Z] [2023-05-10T06:56:03.368Z] Login Succeeded [2023-05-10T06:56:03.368Z] docker.io [2023-05-10T06:56:03.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:03.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:03.630Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:03.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:03.630Z] [2023-05-10T06:56:03.630Z] Login Succeeded [2023-05-10T06:56:03.630Z] ---> docker-login.sh ends [Pipeline] } [2023-05-10T06:56:03.659Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-10T06:56:04.296Z] + git rev-list -1 --merges 1d56314d3ac19a41056deabee6b793e09a1ebba4~1..1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] echo [2023-05-10T06:56:04.357Z] -----------> git rev-list -1 --merges 1d56314d3ac19a41056deabee6b793e09a1ebba4~1..1d56314d3ac19a41056deabee6b793e09a1ebba4 1d56314d3ac19a41056deabee6b793e09a1ebba4 [false] [Pipeline] sh [2023-05-10T06:56:04.666Z] + git log --format=format:%s -1 1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] echo [2023-05-10T06:56:04.703Z] ========================================================= [2023-05-10T06:56:04.703Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-10T06:56:04.703Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-10T06:56:05.143Z] + git log --format=format:%s -1 1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] echo [2023-05-10T06:56:05.173Z] [semverPrep] GIT_COMMIT: 1d56314d3ac19a41056deabee6b793e09a1ebba4, Commit Message: feat: delete system service list and related pages [Pipeline] echo [2023-05-10T06:56:05.201Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-10T06:56:05.597Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-10T06:56:05.597Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-10T06:56:05.597Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-10T06:56:05.597Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-10T06:56:05.597Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-10T06:56:05.597Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-10T06:56:05.597Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T06:56:06.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-10T06:56:06.081Z] [2023-05-10T06:56:06.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T06:56:06.454Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-10T06:56:06.454Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-10T06:56:06.454Z] b85a868b505f: Pulling fs layer [2023-05-10T06:56:06.454Z] e2be974225ed: Pulling fs layer [2023-05-10T06:56:06.454Z] 339a4e72a1f5: Pulling fs layer [2023-05-10T06:56:06.454Z] 988bab9f4d93: Pulling fs layer [2023-05-10T06:56:06.454Z] 1469e6f7b9e6: Pulling fs layer [2023-05-10T06:56:06.454Z] eaf3925da568: Pulling fs layer [2023-05-10T06:56:06.454Z] bab4dde63d76: Pulling fs layer [2023-05-10T06:56:06.454Z] bde34c3a00c8: Pulling fs layer [2023-05-10T06:56:06.454Z] b352a97aabf1: Pulling fs layer [2023-05-10T06:56:06.454Z] 4872d77fe225: Pulling fs layer [2023-05-10T06:56:06.454Z] 5851b861e8e6: Pulling fs layer [2023-05-10T06:56:06.454Z] eaf3925da568: Waiting [2023-05-10T06:56:06.454Z] bde34c3a00c8: Waiting [2023-05-10T06:56:06.454Z] 988bab9f4d93: Waiting [2023-05-10T06:56:06.454Z] 4872d77fe225: Waiting [2023-05-10T06:56:06.454Z] 1469e6f7b9e6: Waiting [2023-05-10T06:56:06.454Z] b352a97aabf1: Waiting [2023-05-10T06:56:06.454Z] bab4dde63d76: Waiting [2023-05-10T06:56:06.454Z] e2be974225ed: Download complete [2023-05-10T06:56:06.454Z] 988bab9f4d93: Verifying Checksum [2023-05-10T06:56:06.454Z] 988bab9f4d93: Download complete [2023-05-10T06:56:06.714Z] 1469e6f7b9e6: Verifying Checksum [2023-05-10T06:56:06.714Z] 1469e6f7b9e6: Download complete [2023-05-10T06:56:06.714Z] 339a4e72a1f5: Verifying Checksum [2023-05-10T06:56:06.714Z] 339a4e72a1f5: Download complete [2023-05-10T06:56:06.714Z] eaf3925da568: Download complete [2023-05-10T06:56:06.714Z] bde34c3a00c8: Verifying Checksum [2023-05-10T06:56:06.714Z] bde34c3a00c8: Download complete [2023-05-10T06:56:06.714Z] b352a97aabf1: Verifying Checksum [2023-05-10T06:56:06.714Z] b352a97aabf1: Download complete [2023-05-10T06:56:06.714Z] 4872d77fe225: Download complete [2023-05-10T06:56:06.714Z] 5851b861e8e6: Verifying Checksum [2023-05-10T06:56:06.714Z] 5851b861e8e6: Download complete [2023-05-10T06:56:06.714Z] b85a868b505f: Download complete [2023-05-10T06:56:06.973Z] bab4dde63d76: Verifying Checksum [2023-05-10T06:56:06.973Z] bab4dde63d76: Download complete [2023-05-10T06:56:07.906Z] b85a868b505f: Pull complete [2023-05-10T06:56:08.164Z] e2be974225ed: Pull complete [2023-05-10T06:56:08.733Z] 339a4e72a1f5: Pull complete [2023-05-10T06:56:08.733Z] 988bab9f4d93: Pull complete [2023-05-10T06:56:08.993Z] 1469e6f7b9e6: Pull complete [2023-05-10T06:56:08.993Z] eaf3925da568: Pull complete [2023-05-10T06:56:10.920Z] bab4dde63d76: Pull complete [2023-05-10T06:56:10.920Z] bde34c3a00c8: Pull complete [2023-05-10T06:56:11.182Z] b352a97aabf1: Pull complete [2023-05-10T06:56:11.182Z] 4872d77fe225: Pull complete [2023-05-10T06:56:11.444Z] 5851b861e8e6: Pull complete [2023-05-10T06:56:11.444Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-10T06:56:11.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-10T06:56:11.444Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T06:56:11.661Z] prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container [2023-05-10T06:56:11.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-10T06:56:14.679Z] $ docker top fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b -eo pid,comm [2023-05-10T06:56:14.738Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-10T06:56:14.738Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-10T06:56:14.864Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-10T06:56:14.864Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-10T06:56:14.975Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-10T06:56:14.974Z] $ docker exec fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b ssh-agent [2023-05-10T06:56:15.111Z] SSH_AUTH_SOCK=/tmp/ssh-D6LonREkVWHv/agent.33 [2023-05-10T06:56:15.111Z] SSH_AGENT_PID=39 [2023-05-10T06:56:15.133Z] Running ssh-add (command line suppressed) [2023-05-10T06:56:15.219Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/private_key_12071332860336671365.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/private_key_12071332860336671365.key) [2023-05-10T06:56:15.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-10T06:56:15.568Z] + git tag --points-at HEAD [Pipeline] } [2023-05-10T06:56:15.597Z] $ docker exec --env ******** --env ******** fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b ssh-agent -k [2023-05-10T06:56:15.693Z] unset SSH_AUTH_SOCK; [2023-05-10T06:56:15.693Z] unset SSH_AGENT_PID; [2023-05-10T06:56:15.693Z] echo Agent pid 39 killed; [2023-05-10T06:56:15.708Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-10T06:56:15.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-10T06:56:15.801Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-10T06:56:15.916Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-10T06:56:15.918Z] $ docker exec fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b ssh-agent [2023-05-10T06:56:16.041Z] SSH_AUTH_SOCK=/tmp/ssh-XpTrOHUP9Cl1/agent.71 [2023-05-10T06:56:16.041Z] SSH_AGENT_PID=77 [2023-05-10T06:56:16.046Z] Running ssh-add (command line suppressed) [2023-05-10T06:56:16.138Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/private_key_4816317095021472444.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/private_key_4816317095021472444.key) [2023-05-10T06:56:16.156Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-10T06:56:16.490Z] + git semver init [2023-05-10T06:56:16.750Z] 2023-05-10 06:56:16,688 [run_init] DEBUG init version:0.0.0 force:False [2023-05-10T06:56:16.750Z] 2023-05-10 06:56:16,689 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver [2023-05-10T06:56:16.750Z] 2023-05-10 06:56:16,690 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver [2023-05-10T06:56:16.750Z] 2023-05-10 06:56:16,690 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-606, universal_newlines=False, shell=None, istream=None) [2023-05-10T06:56:18.136Z] 2023-05-10 06:56:18,104 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.git/info/exclude [2023-05-10T06:56:18.136Z] 2023-05-10 06:56:18,105 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver/PR-606 with force:False [2023-05-10T06:56:18.136Z] 2023-05-10 06:56:18,105 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver/PR-606 [2023-05-10T06:56:18.136Z] 2023-05-10 06:56:18,110 [execute] INFO git cat-file --batch-check [2023-05-10T06:56:18.136Z] 2023-05-10 06:56:18,110 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver, universal_newlines=False, shell=None, istream=) [2023-05-10T06:56:18.136Z] 2023-05-10 06:56:18,117 [execute] INFO git cat-file --batch [2023-05-10T06:56:18.136Z] 2023-05-10 06:56:18,117 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver, universal_newlines=False, shell=None, istream=) [2023-05-10T06:56:18.136Z] 2023-05-10 06:56:18,123 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-606/.semver/PR-606 [2023-05-10T06:56:18.136Z] 0.0.0 [Pipeline] } [2023-05-10T06:56:18.411Z] $ docker exec --env ******** --env ******** fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b ssh-agent -k [2023-05-10T06:56:18.513Z] unset SSH_AUTH_SOCK; [2023-05-10T06:56:18.514Z] unset SSH_AGENT_PID; [2023-05-10T06:56:18.514Z] echo Agent pid 77 killed; [2023-05-10T06:56:18.529Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-10T06:56:18.967Z] + git semver [Pipeline] } [2023-05-10T06:56:19.249Z] $ docker stop --time=1 fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b [2023-05-10T06:56:20.545Z] $ docker rm -f --volumes fdba81ac877fc23d3cb8d7642f9df885e74010881060fbcfccbdd7e27b84397b [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-10T06:56:20.965Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-10T06:56:21.259Z] Stashed 1 file(s) [Pipeline] echo [2023-05-10T06:56:21.278Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-10T06:56:21.903Z] provisioning config files... [2023-05-10T06:56:21.913Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/config12947152718818896144tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T06:56:22.267Z] ---> docker-login.sh [2023-05-10T06:56:22.267Z] nexus3.edgexfoundry.org:10001 [2023-05-10T06:56:22.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:22.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:22.267Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:22.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:22.267Z] [2023-05-10T06:56:22.267Z] Login Succeeded [2023-05-10T06:56:22.267Z] nexus3.edgexfoundry.org:10002 [2023-05-10T06:56:22.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:22.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:22.267Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:22.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:22.267Z] [2023-05-10T06:56:22.267Z] Login Succeeded [2023-05-10T06:56:22.267Z] nexus3.edgexfoundry.org:10003 [2023-05-10T06:56:22.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:22.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:22.526Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:22.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:22.526Z] [2023-05-10T06:56:22.526Z] Login Succeeded [2023-05-10T06:56:22.526Z] nexus3.edgexfoundry.org:10004 [2023-05-10T06:56:22.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:22.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:22.526Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:22.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:22.526Z] [2023-05-10T06:56:22.526Z] Login Succeeded [2023-05-10T06:56:22.527Z] docker.io [2023-05-10T06:56:22.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:56:22.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:56:22.787Z] Configure a credential helper to remove this warning. See [2023-05-10T06:56:22.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:56:22.787Z] [2023-05-10T06:56:22.787Z] Login Succeeded [2023-05-10T06:56:22.787Z] ---> docker-login.sh ends [Pipeline] } [2023-05-10T06:56:22.820Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-10T06:56:23.040Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-10T06:56:23.080Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-10T06:56:23.115Z] ========================================================= [2023-05-10T06:56:23.115Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-10T06:56:23.115Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T06:56:23.600Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-10T06:56:23.861Z] Sending build context to Docker daemon 45.8MB [2023-05-10T06:56:23.861Z] Step 1/15 : ARG BASE=golang:1.20-alpine3.17 [2023-05-10T06:56:23.861Z] Step 2/15 : FROM ${BASE} AS builder [2023-05-10T06:56:23.861Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-10T06:56:23.861Z] f56be85fc22e: Pulling fs layer [2023-05-10T06:56:23.861Z] 85791d961cd3: Pulling fs layer [2023-05-10T06:56:23.861Z] d694b5ae8c79: Pulling fs layer [2023-05-10T06:56:23.861Z] 9f32a84ed3da: Pulling fs layer [2023-05-10T06:56:23.861Z] 4d19c01a9841: Pulling fs layer [2023-05-10T06:56:23.861Z] 9325e15d5711: Pulling fs layer [2023-05-10T06:56:23.861Z] 556b6ee489ea: Pulling fs layer [2023-05-10T06:56:23.861Z] c5a4b2cf53e6: Pulling fs layer [2023-05-10T06:56:23.861Z] 9f32a84ed3da: Waiting [2023-05-10T06:56:23.861Z] 4d19c01a9841: Waiting [2023-05-10T06:56:23.861Z] 9325e15d5711: Waiting [2023-05-10T06:56:23.861Z] 556b6ee489ea: Waiting [2023-05-10T06:56:23.861Z] c5a4b2cf53e6: Waiting [2023-05-10T06:56:23.861Z] 85791d961cd3: Verifying Checksum [2023-05-10T06:56:23.861Z] 85791d961cd3: Download complete [2023-05-10T06:56:23.861Z] 9f32a84ed3da: Verifying Checksum [2023-05-10T06:56:23.861Z] 9f32a84ed3da: Download complete [2023-05-10T06:56:23.861Z] 4d19c01a9841: Verifying Checksum [2023-05-10T06:56:23.861Z] 4d19c01a9841: Download complete [2023-05-10T06:56:23.861Z] f56be85fc22e: Verifying Checksum [2023-05-10T06:56:23.861Z] f56be85fc22e: Download complete [2023-05-10T06:56:24.123Z] 9325e15d5711: Verifying Checksum [2023-05-10T06:56:24.123Z] 9325e15d5711: Download complete [2023-05-10T06:56:24.123Z] f56be85fc22e: Pull complete [2023-05-10T06:56:24.386Z] 85791d961cd3: Pull complete [2023-05-10T06:56:24.647Z] c5a4b2cf53e6: Verifying Checksum [2023-05-10T06:56:24.647Z] c5a4b2cf53e6: Download complete [2023-05-10T06:56:24.647Z] d694b5ae8c79: Verifying Checksum [2023-05-10T06:56:24.647Z] d694b5ae8c79: Download complete [2023-05-10T06:56:24.908Z] 556b6ee489ea: Verifying Checksum [2023-05-10T06:56:24.908Z] 556b6ee489ea: Download complete [2023-05-10T06:56:28.192Z] d694b5ae8c79: Pull complete [2023-05-10T06:56:28.192Z] 9f32a84ed3da: Pull complete [2023-05-10T06:56:28.192Z] 4d19c01a9841: Pull complete [2023-05-10T06:56:28.451Z] 9325e15d5711: Pull complete [2023-05-10T06:56:30.981Z] 556b6ee489ea: Pull complete [2023-05-10T06:56:31.917Z] c5a4b2cf53e6: Pull complete [2023-05-10T06:56:31.917Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-10T06:56:31.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-10T06:56:31.917Z] ---> c4be618373d6 [2023-05-10T06:56:31.917Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-05-10T06:56:36.712Z] Still waiting to schedule task [2023-05-10T06:56:36.713Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-10T06:56:37.224Z] ---> Running in 2c28c0b4bbb3 [2023-05-10T06:56:37.224Z] Removing intermediate container 2c28c0b4bbb3 [2023-05-10T06:56:37.224Z] ---> 7372f8a94c59 [2023-05-10T06:56:37.224Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-05-10T06:56:37.224Z] ---> Running in 0a14c69b17ef [2023-05-10T06:56:37.224Z] Removing intermediate container 0a14c69b17ef [2023-05-10T06:56:37.224Z] ---> 9d01acd98b16 [2023-05-10T06:56:37.224Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-05-10T06:56:37.224Z] ---> Running in 5352e1f2c22a [2023-05-10T06:56:37.224Z] Removing intermediate container 5352e1f2c22a [2023-05-10T06:56:37.224Z] ---> 1998c91623c4 [2023-05-10T06:56:37.224Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-05-10T06:56:37.224Z] ---> Running in 5700eb356fc9 [2023-05-10T06:56:37.224Z] Removing intermediate container 5700eb356fc9 [2023-05-10T06:56:37.224Z] ---> 30f9f113b62f [2023-05-10T06:56:37.224Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-05-10T06:56:37.224Z] ---> Running in 2792b6dade4a [2023-05-10T06:56:37.224Z] Removing intermediate container 2792b6dade4a [2023-05-10T06:56:37.224Z] ---> e1febb433206 [2023-05-10T06:56:37.224Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-05-10T06:56:37.224Z] latest: Pulling from library/docker [2023-05-10T06:56:37.224Z] f56be85fc22e: Already exists [2023-05-10T06:56:37.224Z] 7ed9ddfd3b8f: Pulling fs layer [2023-05-10T06:56:37.224Z] 788e1ab5616a: Pulling fs layer [2023-05-10T06:56:37.224Z] 3d94e4718a9e: Pulling fs layer [2023-05-10T06:56:37.224Z] 8b7c186fcfde: Pulling fs layer [2023-05-10T06:56:37.224Z] bce9f4f17697: Pulling fs layer [2023-05-10T06:56:37.224Z] 4201bc4503ae: Pulling fs layer [2023-05-10T06:56:37.224Z] bc10c1f57c50: Pulling fs layer [2023-05-10T06:56:37.224Z] e3bd7ceac90a: Pulling fs layer [2023-05-10T06:56:37.224Z] 92c5c150e1dc: Pulling fs layer [2023-05-10T06:56:37.224Z] 8eb10677cd57: Pulling fs layer [2023-05-10T06:56:37.224Z] 23f91d16abba: Pulling fs layer [2023-05-10T06:56:37.224Z] 8f5590a819f5: Pulling fs layer [2023-05-10T06:56:37.224Z] da442222cdae: Pulling fs layer [2023-05-10T06:56:37.224Z] e3bd7ceac90a: Waiting [2023-05-10T06:56:37.224Z] 8eb10677cd57: Waiting [2023-05-10T06:56:37.224Z] 92c5c150e1dc: Waiting [2023-05-10T06:56:37.224Z] 8f5590a819f5: Waiting [2023-05-10T06:56:37.224Z] 23f91d16abba: Waiting [2023-05-10T06:56:37.224Z] 8b7c186fcfde: Waiting [2023-05-10T06:56:37.224Z] 4201bc4503ae: Waiting [2023-05-10T06:56:37.224Z] bce9f4f17697: Waiting [2023-05-10T06:56:37.483Z] 788e1ab5616a: Verifying Checksum [2023-05-10T06:56:37.483Z] 788e1ab5616a: Download complete [2023-05-10T06:56:37.483Z] 7ed9ddfd3b8f: Verifying Checksum [2023-05-10T06:56:37.483Z] 3d94e4718a9e: Verifying Checksum [2023-05-10T06:56:37.483Z] 3d94e4718a9e: Download complete [2023-05-10T06:56:37.741Z] 4201bc4503ae: Verifying Checksum [2023-05-10T06:56:37.741Z] 4201bc4503ae: Download complete [2023-05-10T06:56:37.741Z] 7ed9ddfd3b8f: Pull complete [2023-05-10T06:56:37.741Z] 8b7c186fcfde: Verifying Checksum [2023-05-10T06:56:37.741Z] 8b7c186fcfde: Download complete [2023-05-10T06:56:37.741Z] bce9f4f17697: Verifying Checksum [2023-05-10T06:56:37.741Z] bce9f4f17697: Download complete [2023-05-10T06:56:37.741Z] 788e1ab5616a: Pull complete [2023-05-10T06:56:37.741Z] bc10c1f57c50: Download complete [2023-05-10T06:56:37.741Z] e3bd7ceac90a: Download complete [2023-05-10T06:56:37.741Z] 8eb10677cd57: Verifying Checksum [2023-05-10T06:56:37.741Z] 8eb10677cd57: Download complete [2023-05-10T06:56:37.741Z] 92c5c150e1dc: Verifying Checksum [2023-05-10T06:56:37.741Z] 92c5c150e1dc: Download complete [2023-05-10T06:56:37.999Z] 8f5590a819f5: Verifying Checksum [2023-05-10T06:56:37.999Z] 8f5590a819f5: Download complete [2023-05-10T06:56:37.999Z] da442222cdae: Verifying Checksum [2023-05-10T06:56:37.999Z] da442222cdae: Download complete [2023-05-10T06:56:37.999Z] 3d94e4718a9e: Pull complete [2023-05-10T06:56:38.258Z] 23f91d16abba: Verifying Checksum [2023-05-10T06:56:38.258Z] 23f91d16abba: Download complete [2023-05-10T06:56:38.258Z] 8b7c186fcfde: Pull complete [2023-05-10T06:56:38.825Z] bce9f4f17697: Pull complete [2023-05-10T06:56:38.825Z] 4201bc4503ae: Pull complete [2023-05-10T06:56:38.825Z] bc10c1f57c50: Pull complete [2023-05-10T06:56:39.085Z] e3bd7ceac90a: Pull complete [2023-05-10T06:56:39.344Z] 92c5c150e1dc: Pull complete [2023-05-10T06:56:39.344Z] 8eb10677cd57: Pull complete [2023-05-10T06:56:40.281Z] 23f91d16abba: Pull complete [2023-05-10T06:56:40.281Z] 8f5590a819f5: Pull complete [2023-05-10T06:56:40.540Z] da442222cdae: Pull complete [2023-05-10T06:56:40.540Z] Digest: sha256:064b3ab5253f812c4fa076b74910435df0c8c7c3e7321330592f2ee50c894619 [2023-05-10T06:56:40.540Z] Status: Downloaded newer image for docker:latest [2023-05-10T06:56:42.445Z] ---> 42c06796fe2a [2023-05-10T06:56:42.445Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-10T06:56:42.445Z] ---> Running in b75f5c81e9da [2023-05-10T06:56:42.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-10T06:56:42.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-10T06:56:42.962Z] OK: 265 MiB in 53 packages [2023-05-10T06:56:43.224Z] Removing intermediate container b75f5c81e9da [2023-05-10T06:56:43.224Z] ---> 505320698239 [2023-05-10T06:56:43.224Z] Step 10/15 : ENV GO111MODULE=on [2023-05-10T06:56:43.224Z] ---> Running in 02f6900f85ed [2023-05-10T06:56:43.504Z] Removing intermediate container 02f6900f85ed [2023-05-10T06:56:43.504Z] ---> 04fbd93630aa [2023-05-10T06:56:43.504Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-05-10T06:56:43.504Z] ---> Running in e8e1ddf33ba4 [2023-05-10T06:56:43.504Z] Removing intermediate container e8e1ddf33ba4 [2023-05-10T06:56:43.504Z] ---> 8839ca68b144 [2023-05-10T06:56:43.504Z] Step 12/15 : COPY go.mod vendor* ./ [2023-05-10T06:56:43.764Z] ---> 4fc1e983d06a [2023-05-10T06:56:43.764Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-10T06:56:43.764Z] ---> Running in a21d7d76a847 [2023-05-10T06:57:15.895Z] Removing intermediate container a21d7d76a847 [2023-05-10T06:57:15.895Z] ---> 17e3af970132 [2023-05-10T06:57:15.895Z] Step 14/15 : COPY . . [2023-05-10T06:57:15.895Z] ---> ae9ab57054b5 [2023-05-10T06:57:15.895Z] Step 15/15 : RUN ${MAKE} [2023-05-10T06:57:15.895Z] ---> Running in c88f70183c94 [2023-05-10T06:57:15.895Z] noop [2023-05-10T06:57:16.463Z] Removing intermediate container c88f70183c94 [2023-05-10T06:57:16.463Z] ---> 0c5b56b2b3af [2023-05-10T06:57:16.463Z] Successfully built 0c5b56b2b3af [2023-05-10T06:57:16.463Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T06:57:16.920Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-10T06:57:16.920Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T06:57:17.076Z] prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container [2023-05-10T06:57:17.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-10T06:57:17.462Z] $ docker top 605cffdb49d09bd15e52b20d8f95cf1aff3d7388cf427cbb1f6af05bb4792600 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T06:57:17.858Z] + go version [2023-05-10T06:57:17.858Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-10T06:57:17.891Z] $ docker stop --time=1 605cffdb49d09bd15e52b20d8f95cf1aff3d7388cf427cbb1f6af05bb4792600 [2023-05-10T06:57:19.156Z] $ docker rm -f --volumes 605cffdb49d09bd15e52b20d8f95cf1aff3d7388cf427cbb1f6af05bb4792600 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T06:57:19.936Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-10T06:57:19.936Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T06:57:20.104Z] prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container [2023-05-10T06:57:20.145Z] $ 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-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-10T06:57:20.521Z] $ docker top 96bfcba48d1b0f0b2c178a65addd3e8c8890f417c887c6a725a39589b20f0d61 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T06:57:20.924Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-606 [Pipeline] fileExists [Pipeline] sh [2023-05-10T06:57:21.279Z] + make test [2023-05-10T06:57:21.280Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-05-10T06:57:26.552Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-05-10T06:57:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-05-10T06:57:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-05-10T06:57:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-05-10T06:57:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-05-10T06:57:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-05-10T06:57:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-05-10T06:57:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-05-10T06:57:36.526Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-05-10T06:57:36.526Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-05-10T06:57:39.085Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-10T06:57:39.085Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-10T06:57:39.085Z] ./bin/test-attribution-txt.sh [2023-05-10T06:57:39.085Z] make -C web test [2023-05-10T06:57:39.085Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-606/web' [2023-05-10T06:57:39.085Z] make[1]: tput: No such file or directory [2023-05-10T06:57:39.085Z] make[1]: tput: No such file or directory [2023-05-10T06:57:39.085Z] warning: generating ./VERSION [2023-05-10T06:57:39.085Z] echo "0.0.0" > VERSION [2023-05-10T06:57:39.085Z] docker build \ [2023-05-10T06:57:39.085Z] -f Dockerfile \ [2023-05-10T06:57:39.085Z] --build-arg USER=1000 \ [2023-05-10T06:57:39.085Z] \ [2023-05-10T06:57:39.085Z] --label "git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4" \ [2023-05-10T06:57:39.085Z] -t edgexfoundry/edgex-web-ui:1d56314d3ac19a41056deabee6b793e09a1ebba4 \ [2023-05-10T06:57:39.085Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-05-10T06:57:39.085Z] . [2023-05-10T06:57:39.085Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-05-10T06:57:39.085Z] Install the buildx component to build images with BuildKit: [2023-05-10T06:57:39.085Z] https://docs.docker.com/go/buildx/ [2023-05-10T06:57:39.085Z] [2023-05-10T06:57:39.085Z] Sending build context to Docker daemon 2.571MB [2023-05-10T06:57:39.085Z] Step 1/10 : FROM node:16.17-alpine3.15 [2023-05-10T06:57:39.346Z] 16.17-alpine3.15: Pulling from library/node [2023-05-10T06:57:39.346Z] 9621f1afde84: Pulling fs layer [2023-05-10T06:57:39.346Z] c6f70ee39829: Pulling fs layer [2023-05-10T06:57:39.346Z] 56892a8094a2: Pulling fs layer [2023-05-10T06:57:39.346Z] 58dd87906ef0: Pulling fs layer [2023-05-10T06:57:39.346Z] 58dd87906ef0: Waiting [2023-05-10T06:57:39.606Z] 9621f1afde84: Verifying Checksum [2023-05-10T06:57:39.606Z] 9621f1afde84: Download complete [2023-05-10T06:57:39.606Z] 9621f1afde84: Pull complete [2023-05-10T06:57:39.606Z] 58dd87906ef0: Verifying Checksum [2023-05-10T06:57:39.606Z] 58dd87906ef0: Download complete [2023-05-10T06:57:39.606Z] 56892a8094a2: Download complete [2023-05-10T06:57:40.988Z] c6f70ee39829: Verifying Checksum [2023-05-10T06:57:40.988Z] c6f70ee39829: Download complete [2023-05-10T06:57:41.922Z] c6f70ee39829: Pull complete [2023-05-10T06:57:41.923Z] 56892a8094a2: Pull complete [2023-05-10T06:57:41.923Z] 58dd87906ef0: Pull complete [2023-05-10T06:57:41.923Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2023-05-10T06:57:41.923Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2023-05-10T06:57:41.923Z] ---> b69703f70c3d [2023-05-10T06:57:41.923Z] Step 2/10 : RUN apk add --no-cache chromium [2023-05-10T06:57:44.455Z] ---> Running in f34a321262c6 [2023-05-10T06:57:44.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-05-10T06:57:44.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-05-10T06:57:45.235Z] (1/129) Installing libxau (1.0.9-r0) [2023-05-10T06:57:45.235Z] (2/129) Installing libmd (1.0.3-r0) [2023-05-10T06:57:45.235Z] (3/129) Installing libbsd (0.11.3-r1) [2023-05-10T06:57:45.235Z] (4/129) Installing libxdmcp (1.1.3-r0) [2023-05-10T06:57:45.235Z] (5/129) Installing libxcb (1.14-r2) [2023-05-10T06:57:45.235Z] (6/129) Installing libx11 (1.7.3.1-r0) [2023-05-10T06:57:45.235Z] (7/129) Installing libxext (1.3.4-r0) [2023-05-10T06:57:45.235Z] (8/129) Installing libice (1.0.10-r0) [2023-05-10T06:57:45.235Z] (9/129) Installing libuuid (2.37.4-r0) [2023-05-10T06:57:45.235Z] (10/129) Installing libsm (1.2.3-r0) [2023-05-10T06:57:45.235Z] (11/129) Installing libxt (1.2.1-r0) [2023-05-10T06:57:45.235Z] (12/129) Installing libxmu (1.1.3-r0) [2023-05-10T06:57:45.235Z] (13/129) Installing xset (1.2.4-r0) [2023-05-10T06:57:45.235Z] (14/129) Installing xprop (1.2.5-r0) [2023-05-10T06:57:45.235Z] (15/129) Installing xdg-utils (1.1.3-r0) [2023-05-10T06:57:45.235Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2023-05-10T06:57:45.235Z] (17/129) Installing pkgconf (1.8.1-r0) [2023-05-10T06:57:45.235Z] (18/129) Installing libffi (3.4.2-r1) [2023-05-10T06:57:45.235Z] (19/129) Installing libintl (0.21-r0) [2023-05-10T06:57:45.235Z] (20/129) Installing libblkid (2.37.4-r0) [2023-05-10T06:57:45.235Z] (21/129) Installing libmount (2.37.4-r0) [2023-05-10T06:57:45.235Z] (22/129) Installing pcre (8.45-r1) [2023-05-10T06:57:45.235Z] (23/129) Installing glib (2.70.1-r0) [2023-05-10T06:57:45.235Z] (24/129) Installing xz-libs (5.2.5-r1) [2023-05-10T06:57:45.499Z] (25/129) Installing libxml2 (2.9.14-r2) [2023-05-10T06:57:45.499Z] (26/129) Installing shared-mime-info (2.1-r2) [2023-05-10T06:57:45.499Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2023-05-10T06:57:45.499Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2023-05-10T06:57:45.499Z] (29/129) Installing libpng (1.6.37-r1) [2023-05-10T06:57:45.499Z] (30/129) Installing libwebp (1.2.2-r0) [2023-05-10T06:57:45.499Z] (31/129) Installing zstd-libs (1.5.0-r0) [2023-05-10T06:57:45.499Z] (32/129) Installing tiff (4.4.0-r1) [2023-05-10T06:57:45.499Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2023-05-10T06:57:45.499Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2023-05-10T06:57:45.499Z] (35/129) Installing libxcomposite (0.4.5-r0) [2023-05-10T06:57:45.499Z] (36/129) Installing libxfixes (6.0.0-r0) [2023-05-10T06:57:45.499Z] (37/129) Installing libxrender (0.9.10-r3) [2023-05-10T06:57:45.499Z] (38/129) Installing libxcursor (1.2.0-r0) [2023-05-10T06:57:45.499Z] (39/129) Installing libxdamage (1.1.5-r1) [2023-05-10T06:57:45.499Z] (40/129) Installing libxi (1.8-r0) [2023-05-10T06:57:45.499Z] (41/129) Installing libxinerama (1.1.4-r1) [2023-05-10T06:57:45.499Z] (42/129) Installing libxrandr (1.5.2-r1) [2023-05-10T06:57:45.499Z] (43/129) Installing atk (2.36.0-r0) [2023-05-10T06:57:45.499Z] (44/129) Installing libxtst (1.2.3-r3) [2023-05-10T06:57:45.499Z] (45/129) Installing dbus-libs (1.12.24-r0) [2023-05-10T06:57:45.499Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2023-05-10T06:57:45.499Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2023-05-10T06:57:45.499Z] (48/129) Installing expat (2.5.0-r0) [2023-05-10T06:57:45.499Z] (49/129) Installing brotli-libs (1.0.9-r5) [2023-05-10T06:57:45.499Z] (50/129) Installing libbz2 (1.0.8-r1) [2023-05-10T06:57:45.499Z] (51/129) Installing freetype (2.11.1-r2) [2023-05-10T06:57:45.499Z] (52/129) Installing fontconfig (2.13.1-r4) [2023-05-10T06:57:45.499Z] (53/129) Installing pixman (0.40.0-r4) [2023-05-10T06:57:45.499Z] (54/129) Installing cairo (1.16.0-r5) [2023-05-10T06:57:45.499Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2023-05-10T06:57:45.499Z] (56/129) Installing avahi-libs (0.8-r5) [2023-05-10T06:57:45.499Z] (57/129) Installing gmp (6.2.1-r1) [2023-05-10T06:57:45.499Z] (58/129) Installing nettle (3.7.3-r0) [2023-05-10T06:57:45.762Z] (59/129) Installing p11-kit (0.24.0-r1) [2023-05-10T06:57:45.762Z] (60/129) Installing libtasn1 (4.18.0-r1) [2023-05-10T06:57:45.762Z] (61/129) Installing libunistring (0.9.10-r1) [2023-05-10T06:57:45.762Z] (62/129) Installing gnutls (3.7.1-r2) [2023-05-10T06:57:45.762Z] (63/129) Installing cups-libs (2.3.3-r6) [2023-05-10T06:57:45.762Z] (64/129) Installing libepoxy (1.5.9-r0) [2023-05-10T06:57:45.762Z] (65/129) Installing fribidi (1.0.11-r0) [2023-05-10T06:57:45.762Z] (66/129) Installing graphite2 (1.3.14-r0) [2023-05-10T06:57:45.762Z] (67/129) Installing harfbuzz (3.0.0-r2) [2023-05-10T06:57:45.762Z] (68/129) Installing libxft (2.3.4-r0) [2023-05-10T06:57:45.762Z] (69/129) Installing pango (1.48.10-r0) [2023-05-10T06:57:45.762Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2023-05-10T06:57:45.762Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2023-05-10T06:57:45.762Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2023-05-10T06:57:45.762Z] (73/129) Installing xkeyboard-config (2.34-r0) [2023-05-10T06:57:45.762Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2023-05-10T06:57:45.762Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2023-05-10T06:57:46.331Z] Executing gtk+3.0-3.24.30-r0.post-install [2023-05-10T06:57:46.331Z] (76/129) Installing libfontenc (1.1.4-r0) [2023-05-10T06:57:46.331Z] (77/129) Installing mkfontscale (1.2.1-r1) [2023-05-10T06:57:46.331Z] (78/129) Installing ttf-opensans (1.10-r1) [2023-05-10T06:57:46.331Z] Executing ttf-opensans-1.10-r1.post-install [2023-05-10T06:57:48.879Z] (79/129) Installing libogg (1.3.5-r0) [2023-05-10T06:57:48.879Z] (80/129) Installing flac (1.3.4-r0) [2023-05-10T06:57:48.879Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2023-05-10T06:57:48.879Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2023-05-10T06:57:48.879Z] (83/129) Installing sdl2 (2.0.16-r4) [2023-05-10T06:57:48.879Z] (84/129) Installing aom-libs (3.2.0-r0) [2023-05-10T06:57:48.879Z] (85/129) Installing libass (0.15.2-r0) [2023-05-10T06:57:48.879Z] (86/129) Installing libdav1d (0.9.2-r0) [2023-05-10T06:57:48.879Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2023-05-10T06:57:48.879Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2023-05-10T06:57:48.879Z] (89/129) Installing lame (3.100-r0) [2023-05-10T06:57:48.879Z] (90/129) Installing opus (1.3.1-r1) [2023-05-10T06:57:48.879Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2023-05-10T06:57:48.879Z] (92/129) Installing soxr (0.1.3-r2) [2023-05-10T06:57:48.879Z] (93/129) Installing libsrt (1.4.2-r1) [2023-05-10T06:57:48.879Z] (94/129) Installing libssh (0.9.6-r1) [2023-05-10T06:57:48.879Z] (95/129) Installing libtheora (1.1.1-r16) [2023-05-10T06:57:48.879Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2023-05-10T06:57:48.879Z] (97/129) Installing libpciaccess (0.16-r0) [2023-05-10T06:57:48.879Z] (98/129) Installing libdrm (2.4.109-r0) [2023-05-10T06:57:48.879Z] (99/129) Installing libva (2.13.0-r0) [2023-05-10T06:57:48.879Z] (100/129) Installing libvdpau (1.4-r0) [2023-05-10T06:57:48.879Z] (101/129) Installing vidstab (1.1.0-r1) [2023-05-10T06:57:48.879Z] (102/129) Installing libvorbis (1.3.7-r0) [2023-05-10T06:57:48.879Z] (103/129) Installing libvpx (1.10.0-r0) [2023-05-10T06:57:48.879Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2023-05-10T06:57:48.879Z] (105/129) Installing x264-libs (20210613-r0) [2023-05-10T06:57:48.879Z] (106/129) Installing x265-libs (3.5-r0) [2023-05-10T06:57:48.879Z] (107/129) Installing xvidcore (1.3.7-r1) [2023-05-10T06:57:48.879Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2023-05-10T06:57:48.879Z] (109/129) Installing libevent (2.1.12-r4) [2023-05-10T06:57:48.879Z] (110/129) Installing mesa (21.2.6-r0) [2023-05-10T06:57:48.879Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2023-05-10T06:57:48.879Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2023-05-10T06:57:48.879Z] (113/129) Installing lcms2 (2.12-r1) [2023-05-10T06:57:48.879Z] (114/129) Installing nspr (4.32-r0) [2023-05-10T06:57:48.879Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2023-05-10T06:57:48.879Z] (116/129) Installing nss (3.78.1-r0) [2023-05-10T06:57:48.879Z] (117/129) Installing libasyncns (0.8-r1) [2023-05-10T06:57:48.879Z] (118/129) Installing libltdl (2.4.6-r7) [2023-05-10T06:57:48.879Z] (119/129) Installing orc (0.4.32-r0) [2023-05-10T06:57:48.879Z] (120/129) Installing libsndfile (1.0.31-r1) [2023-05-10T06:57:48.879Z] (121/129) Installing speexdsp (1.2.0-r0) [2023-05-10T06:57:49.139Z] (122/129) Installing tdb-libs (1.4.5-r0) [2023-05-10T06:57:49.139Z] (123/129) Installing libpulse (15.0-r2) [2023-05-10T06:57:49.139Z] (124/129) Installing re2 (2021.11.01-r0) [2023-05-10T06:57:49.139Z] (125/129) Installing snappy (1.1.9-r1) [2023-05-10T06:57:49.139Z] (126/129) Installing libgpg-error (1.42-r1) [2023-05-10T06:57:49.139Z] (127/129) Installing libgcrypt (1.9.4-r0) [2023-05-10T06:57:49.139Z] (128/129) Installing libxslt (1.1.35-r0) [2023-05-10T06:57:49.139Z] (129/129) Installing chromium (99.0.4844.84-r0) [2023-05-10T06:57:51.050Z] Executing busybox-1.34.1-r7.trigger [2023-05-10T06:57:51.050Z] Executing glib-2.70.1-r0.trigger [2023-05-10T06:57:51.050Z] Executing shared-mime-info-2.1-r2.trigger [2023-05-10T06:57:51.050Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-05-10T06:57:51.050Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2023-05-10T06:57:51.310Z] Executing fontconfig-2.13.1-r4.trigger [2023-05-10T06:57:51.310Z] Executing mkfontscale-1.2.1-r1.trigger [2023-05-10T06:57:51.310Z] OK: 286 MiB in 145 packages [2023-05-10T06:57:59.493Z] Removing intermediate container f34a321262c6 [2023-05-10T06:57:59.493Z] ---> 920ea2d73e4f [2023-05-10T06:57:59.493Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-05-10T06:57:59.493Z] ---> Running in f3cecd43c952 [2023-05-10T06:57:59.493Z] Removing intermediate container f3cecd43c952 [2023-05-10T06:57:59.493Z] ---> 828a9f3d2f56 [2023-05-10T06:57:59.493Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2023-05-10T06:57:59.493Z] ---> Running in 3bbc3eb0d4fb [2023-05-10T06:57:59.493Z] Removing intermediate container 3bbc3eb0d4fb [2023-05-10T06:57:59.493Z] ---> 53cabb497a5f [2023-05-10T06:57:59.493Z] Step 5/10 : RUN npm install -g npm [2023-05-10T06:57:59.493Z] ---> Running in 070fefde8880 [2023-05-10T06:58:06.060Z] [2023-05-10T06:58:06.060Z] removed 7 packages, changed 101 packages, and audited 264 packages in 6s [2023-05-10T06:58:06.060Z] [2023-05-10T06:58:06.060Z] 27 packages are looking for funding [2023-05-10T06:58:06.060Z] run `npm fund` for details [2023-05-10T06:58:06.060Z] [2023-05-10T06:58:06.060Z] found 0 vulnerabilities [2023-05-10T06:58:07.438Z] Removing intermediate container 070fefde8880 [2023-05-10T06:58:07.438Z] ---> 88b56b60873e [2023-05-10T06:58:07.438Z] Step 6/10 : ARG USER=1000 [2023-05-10T06:58:07.438Z] ---> Running in 13bb706b2879 [2023-05-10T06:58:07.438Z] Removing intermediate container 13bb706b2879 [2023-05-10T06:58:07.438Z] ---> f0f24259f22a [2023-05-10T06:58:07.438Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-05-10T06:58:07.438Z] ---> Running in ccf4923568e8 [2023-05-10T06:58:08.007Z] Removing intermediate container ccf4923568e8 [2023-05-10T06:58:08.007Z] ---> 137f70c033f1 [2023-05-10T06:58:08.007Z] Step 8/10 : USER $USER:$USER [2023-05-10T06:58:08.007Z] ---> Running in 518c1540633a [2023-05-10T06:58:08.265Z] Removing intermediate container 518c1540633a [2023-05-10T06:58:08.265Z] ---> 08378a61807d [2023-05-10T06:58:08.265Z] Step 9/10 : WORKDIR /app [2023-05-10T06:58:08.265Z] ---> Running in c9183bd88f75 [2023-05-10T06:58:08.265Z] Removing intermediate container c9183bd88f75 [2023-05-10T06:58:08.265Z] ---> 23f09ea95ff7 [2023-05-10T06:58:08.265Z] Step 10/10 : LABEL git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 [2023-05-10T06:58:08.265Z] ---> Running in 9cbc10ee0659 [2023-05-10T06:58:08.524Z] Removing intermediate container 9cbc10ee0659 [2023-05-10T06:58:08.524Z] ---> 03151604816d [2023-05-10T06:58:08.524Z] Successfully built 03151604816d [2023-05-10T06:58:08.524Z] Successfully tagged edgexfoundry/edgex-web-ui:1d56314d3ac19a41056deabee6b793e09a1ebba4 [2023-05-10T06:58:08.524Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-05-10T06:58:08.524Z] touch edgex-web-ui.imagebuilt [2023-05-10T06:58:08.524Z] mkdir -p node_modules coverage [2023-05-10T06:58:08.524Z] chown "1000:1000" node_modules coverage package-lock.json [2023-05-10T06:58:08.524Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-05-10T06:58:10.434Z] npm WARN old lockfile [2023-05-10T06:58:10.434Z] npm WARN old lockfile The package-lock.json file was created with an old version of npm, [2023-05-10T06:58:10.434Z] npm WARN old lockfile so supplemental metadata must be fetched from the registry. [2023-05-10T06:58:10.434Z] npm WARN old lockfile [2023-05-10T06:58:10.434Z] npm WARN old lockfile This is a one-time fix-up, please be patient... [2023-05-10T06:58:10.434Z] npm WARN old lockfile [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE required: { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE }, [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE required: { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE }, [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE required: { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE }, [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE required: { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE }, [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE required: { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE }, [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE required: { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE }, [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE required: { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE }, [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE required: { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE }, [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE required: { [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE }, [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T06:58:16.997Z] npm WARN EBADENGINE } [2023-05-10T06:58:21.185Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-05-10T06:58:21.185Z] npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility [2023-05-10T06:58:21.185Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-05-10T06:58:21.185Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-05-10T06:58:21.444Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-05-10T06:58:21.702Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-05-10T06:58:21.829Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-14884 in /w/workspace/edgexfoundry_edgex-ui-go_PR-606 [Pipeline] { [Pipeline] ws [2023-05-10T06:58:21.894Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2023-05-10T06:58:21.965Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-05-10T06:58:21.979Z] The recommended git tool is: git [2023-05-10T06:58:22.896Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-05-10T06:58:23.837Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-05-10T06:58:23.837Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-05-10T06:58:25.212Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-05-10T06:58:26.588Z] npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular [2023-05-10T06:58:27.176Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-05-10T06:58:27.435Z] npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2023-05-10T06:58:27.435Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2023-05-10T06:58:28.001Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-05-10T06:58:28.260Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-05-10T06:58:28.517Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-05-10T06:58:29.452Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-05-10T06:58:30.252Z] using credential edgex-jenkins-ssh [2023-05-10T06:58:30.271Z] Cloning the remote Git repository [2023-05-10T06:58:30.337Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2023-05-10T06:58:30.480Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2023-05-10T06:58:30.672Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-05-10T06:58:30.674Z] > git --version # timeout=10 [2023-05-10T06:58:30.701Z] > git --version # 'git version 2.25.1' [2023-05-10T06:58:30.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-10T06:58:30.892Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-10T06:58:32.734Z] npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [2023-05-10T06:58:35.264Z] npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. [2023-05-10T06:58:34.793Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-05-10T06:58:34.850Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-10T06:58:36.434Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-05-10T06:58:36.539Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-05-10T06:58:36.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-10T06:58:36.582Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/606/head:refs/remotes/origin/PR-606 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-10T06:58:37.426Z] Merging remotes/origin/main commit b9ee93b39939f4d905786058fe06f88771ce2d73 into PR head commit 1d56314d3ac19a41056deabee6b793e09a1ebba4 [2023-05-10T06:58:38.308Z] Merge succeeded, producing 1d56314d3ac19a41056deabee6b793e09a1ebba4 [2023-05-10T06:58:38.308Z] Checking out Revision 1d56314d3ac19a41056deabee6b793e09a1ebba4 (PR-606) [2023-05-10T06:58:37.454Z] > git config core.sparsecheckout # timeout=10 [2023-05-10T06:58:37.566Z] > git checkout -f 1d56314d3ac19a41056deabee6b793e09a1ebba4 # timeout=10 [2023-05-10T06:58:38.107Z] > git remote # timeout=10 [2023-05-10T06:58:38.152Z] > git config --get remote.origin.url # timeout=10 [2023-05-10T06:58:38.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-10T06:58:38.211Z] > git merge b9ee93b39939f4d905786058fe06f88771ce2d73 # timeout=10 [2023-05-10T06:58:38.275Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-10T06:58:38.324Z] > git config core.sparsecheckout # timeout=10 [2023-05-10T06:58:38.402Z] > git checkout -f 1d56314d3ac19a41056deabee6b793e09a1ebba4 # timeout=10 [2023-05-10T06:58:41.826Z] [2023-05-10T06:58:41.827Z] added 1478 packages, and audited 1479 packages in 32s [2023-05-10T06:58:41.827Z] [2023-05-10T06:58:41.827Z] 90 packages are looking for funding [2023-05-10T06:58:41.827Z] run `npm fund` for details [2023-05-10T06:58:41.827Z] [2023-05-10T06:58:41.827Z] 37 vulnerabilities (1 low, 14 moderate, 17 high, 5 critical) [2023-05-10T06:58:41.827Z] [2023-05-10T06:58:41.827Z] To address issues that do not require attention, run: [2023-05-10T06:58:41.827Z] npm audit fix [2023-05-10T06:58:41.827Z] [2023-05-10T06:58:41.827Z] To address all issues (including breaking changes), run: [2023-05-10T06:58:41.827Z] npm audit fix --force [2023-05-10T06:58:41.827Z] [2023-05-10T06:58:41.827Z] Run `npm audit` for details. [2023-05-10T06:58:42.430Z] Commit message: "feat: delete system service list and related pages" [2023-05-10T06:58:42.518Z] > git --version # timeout=10 [2023-05-10T06:58:42.534Z] > git --version # 'git version 2.25.1' [2023-05-10T06:58:42.557Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-10T06:58:43.900Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-10T06:58:43.900Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-10T06:58:43.900Z] Dload Upload Total Spent Left Speed [2023-05-10T06:58:43.900Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 75005 0 --:--:-- --:--:-- --:--:-- 75005 100 12751 100 12751 0 0 74567 0 --:--:-- --:--:-- --:--:-- 74133 [Pipeline] sh [2023-05-10T06:58:44.734Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-10T06:58:45.156Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-10T06:58:45.156Z] + sudo tee /etc/docker/daemon.new [2023-05-10T06:58:45.453Z] { [2023-05-10T06:58:45.453Z] "registry-mirrors": [ [2023-05-10T06:58:45.453Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-10T06:58:45.453Z] ], [2023-05-10T06:58:45.453Z] "bip": "10.250.0.254/24", [2023-05-10T06:58:45.453Z] "hosts": [ [2023-05-10T06:58:45.453Z] "tcp://0.0.0.0:5555", [2023-05-10T06:58:45.453Z] "unix:///var/run/docker.sock" [2023-05-10T06:58:45.453Z] ], [2023-05-10T06:58:45.453Z] "mtu": 1458, [2023-05-10T06:58:45.453Z] "selinux-enabled": true, [2023-05-10T06:58:45.453Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-10T06:58:45.453Z] } [Pipeline] sh [2023-05-10T06:58:45.817Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-10T06:58:46.178Z] + sudo service docker restart [2023-05-10T06:58:51.875Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox [2023-05-10T06:58:52.812Z] - Generating browser application bundles (phase: setup)... [2023-05-10T06:58:57.010Z] Compiling @angular/core : es2015 as esm2015 [2023-05-10T06:58:57.010Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-05-10T06:59:00.300Z] Compiling @angular/common : es2015 as esm2015 [2023-05-10T06:59:00.300Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-05-10T06:59:01.235Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-05-10T06:59:01.235Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-05-10T06:59:01.494Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-05-10T06:59:01.753Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-05-10T06:59:02.010Z] Compiling @angular/router : es2015 as esm2015 [2023-05-10T06:59:02.010Z] Compiling @angular/common/http : es2015 as esm2015 [2023-05-10T06:59:02.010Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-05-10T06:59:02.574Z] Compiling @angular/forms : es2015 as esm2015 [2023-05-10T06:59:02.574Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-05-10T06:59:04.474Z] Compiling @angular/router/testing : es2015 as esm2015 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-10T06:59:08.413Z] provisioning config files... [2023-05-10T06:59:08.447Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config9746279082842147306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T06:59:08.855Z] ---> docker-login.sh [2023-05-10T06:59:08.855Z] nexus3.edgexfoundry.org:10001 [2023-05-10T06:59:09.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:59:09.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:59:09.446Z] Configure a credential helper to remove this warning. See [2023-05-10T06:59:09.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:59:09.446Z] [2023-05-10T06:59:09.446Z] Login Succeeded [2023-05-10T06:59:09.446Z] nexus3.edgexfoundry.org:10002 [2023-05-10T06:59:09.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:59:09.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:59:09.993Z] Configure a credential helper to remove this warning. See [2023-05-10T06:59:09.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:59:09.993Z] [2023-05-10T06:59:09.993Z] Login Succeeded [2023-05-10T06:59:09.993Z] nexus3.edgexfoundry.org:10003 [2023-05-10T06:59:10.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:59:10.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:59:10.265Z] Configure a credential helper to remove this warning. See [2023-05-10T06:59:10.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:59:10.265Z] [2023-05-10T06:59:10.265Z] Login Succeeded [2023-05-10T06:59:10.265Z] nexus3.edgexfoundry.org:10004 [2023-05-10T06:59:10.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:59:10.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:59:10.809Z] Configure a credential helper to remove this warning. See [2023-05-10T06:59:10.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:59:10.809Z] [2023-05-10T06:59:10.809Z] Login Succeeded [2023-05-10T06:59:10.809Z] docker.io [2023-05-10T06:59:11.028Z] 10 05 2023 06:59:10.548:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-05-10T06:59:11.028Z] 10 05 2023 06:59:10.551:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-05-10T06:59:11.028Z] 10 05 2023 06:59:10.554:INFO [launcher]: Starting browser ChromeHeadless [2023-05-10T06:59:11.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T06:59:11.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T06:59:11.348Z] Configure a credential helper to remove this warning. See [2023-05-10T06:59:11.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T06:59:11.348Z] [2023-05-10T06:59:11.348Z] Login Succeeded [2023-05-10T06:59:11.348Z] ---> docker-login.sh ends [Pipeline] } [2023-05-10T06:59:11.379Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-10T06:59:11.798Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-10T06:59:11.831Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-10T06:59:11.861Z] ========================================================= [2023-05-10T06:59:11.861Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-10T06:59:11.861Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T06:59:12.370Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-10T06:59:13.362Z] Sending build context to Docker daemon 28.75MB [2023-05-10T06:59:13.362Z] Step 1/15 : ARG BASE=golang:1.20-alpine3.17 [2023-05-10T06:59:13.362Z] Step 2/15 : FROM ${BASE} AS builder [2023-05-10T06:59:14.786Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-10T06:59:14.786Z] c41833b44d91: Pulling fs layer [2023-05-10T06:59:14.786Z] ed15518f5707: Pulling fs layer [2023-05-10T06:59:14.786Z] feae8fd75edb: Pulling fs layer [2023-05-10T06:59:14.786Z] 242c74f7c9fa: Pulling fs layer [2023-05-10T06:59:14.786Z] 3cdef696dda3: Pulling fs layer [2023-05-10T06:59:14.786Z] 2ced38df9373: Pulling fs layer [2023-05-10T06:59:14.786Z] 58f1dce35555: Pulling fs layer [2023-05-10T06:59:14.786Z] 242c74f7c9fa: Waiting [2023-05-10T06:59:14.786Z] 3cdef696dda3: Waiting [2023-05-10T06:59:14.786Z] 2ced38df9373: Waiting [2023-05-10T06:59:14.787Z] 58f1dce35555: Waiting [2023-05-10T06:59:15.060Z] ed15518f5707: Verifying Checksum [2023-05-10T06:59:15.060Z] ed15518f5707: Download complete [2023-05-10T06:59:15.060Z] 242c74f7c9fa: Verifying Checksum [2023-05-10T06:59:15.060Z] 242c74f7c9fa: Download complete [2023-05-10T06:59:15.060Z] 3cdef696dda3: Verifying Checksum [2023-05-10T06:59:15.060Z] 3cdef696dda3: Download complete [2023-05-10T06:59:15.060Z] c41833b44d91: Verifying Checksum [2023-05-10T06:59:16.044Z] c41833b44d91: Pull complete [2023-05-10T06:59:16.639Z] 58f1dce35555: Verifying Checksum [2023-05-10T06:59:16.639Z] 58f1dce35555: Download complete [2023-05-10T06:59:16.914Z] ed15518f5707: Pull complete [2023-05-10T06:59:17.884Z] feae8fd75edb: Verifying Checksum [2023-05-10T06:59:17.884Z] feae8fd75edb: Download complete [2023-05-10T06:59:17.884Z] 2ced38df9373: Verifying Checksum [2023-05-10T06:59:17.884Z] 2ced38df9373: Download complete [2023-05-10T06:59:23.236Z] ✔ Browser application bundle generation complete. [2023-05-10T06:59:23.495Z] 10 05 2023 06:59:23.370:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket kZQ5GrXGEGGBA8xMAAAB with id 49464924 [2023-05-10T06:59:26.792Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) [2023-05-10T06:59:26.792Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 145 SUCCESS (0 secs / 0.054 secs) [2023-05-10T06:59:26.792Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 145 SUCCESS (0 secs / 0.066 secs) [2023-05-10T06:59:26.792Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 145 SUCCESS (0 secs / 0.184 secs) [2023-05-10T06:59:26.792Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 145 SUCCESS (0 secs / 0.293 secs) [2023-05-10T06:59:26.792Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 145 SUCCESS (0 secs / 0.36 secs) [2023-05-10T06:59:27.052Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 145 SUCCESS (0 secs / 0.386 secs) [2023-05-10T06:59:27.052Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 145 SUCCESS (0 secs / 0.422 secs) [2023-05-10T06:59:27.052Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 145 SUCCESS (0 secs / 0.45 secs) [2023-05-10T06:59:27.052Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 145 SUCCESS (0 secs / 0.505 secs) [2023-05-10T06:59:27.052Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 145 SUCCESS (0 secs / 0.518 secs) [2023-05-10T06:59:27.052Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 145 SUCCESS (0 secs / 0.539 secs) [2023-05-10T06:59:27.052Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 145 SUCCESS (0 secs / 0.563 secs) [2023-05-10T06:59:27.312Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 145 SUCCESS (0 secs / 0.581 secs) [2023-05-10T06:59:27.312Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 145 SUCCESS (0 secs / 0.6 secs) [2023-05-10T06:59:27.312Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 145 SUCCESS (0 secs / 0.623 secs) [2023-05-10T06:59:27.312Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 145 SUCCESS (0 secs / 0.763 secs) [2023-05-10T06:59:27.312Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 145 SUCCESS (0 secs / 0.776 secs) [2023-05-10T06:59:27.571Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 145 SUCCESS (0 secs / 0.814 secs) [2023-05-10T06:59:27.571Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 145 SUCCESS (0 secs / 0.833 secs) [2023-05-10T06:59:27.571Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 145 SUCCESS (0 secs / 0.843 secs) [2023-05-10T06:59:27.571Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 145 SUCCESS (0 secs / 0.851 secs) [2023-05-10T06:59:27.571Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 145 SUCCESS (0 secs / 0.873 secs) [2023-05-10T06:59:27.571Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 145 SUCCESS (0 secs / 0.931 secs) [2023-05-10T06:59:27.571Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 145 SUCCESS (0 secs / 0.943 secs) [2023-05-10T06:59:27.571Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 145 SUCCESS (0 secs / 0.951 secs) [2023-05-10T06:59:27.571Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 145 SUCCESS (0 secs / 0.994 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 145 SUCCESS (0 secs / 1.011 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 145 SUCCESS (0 secs / 1.019 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 145 SUCCESS (0 secs / 1.029 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 145 SUCCESS (0 secs / 1.038 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 145 SUCCESS (0 secs / 1.064 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 145 SUCCESS (0 secs / 1.085 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 145 SUCCESS (0 secs / 1.117 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 145 SUCCESS (0 secs / 1.129 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 145 SUCCESS (0 secs / 1.138 secs) [2023-05-10T06:59:27.829Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 145 SUCCESS (0 secs / 1.194 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 145 SUCCESS (0 secs / 1.204 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 145 SUCCESS (0 secs / 1.212 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 145 SUCCESS (0 secs / 1.228 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 145 SUCCESS (0 secs / 1.232 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 145 SUCCESS (0 secs / 1.236 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 145 SUCCESS (0 secs / 1.238 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 145 SUCCESS (0 secs / 1.24 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 145 SUCCESS (0 secs / 1.249 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 145 SUCCESS (0 secs / 1.259 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 145 SUCCESS (0 secs / 1.273 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 145 SUCCESS (0 secs / 1.278 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 145 SUCCESS (0 secs / 1.28 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 145 SUCCESS (0 secs / 1.281 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 145 SUCCESS (0 secs / 1.325 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 145 SUCCESS (0 secs / 1.332 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 145 SUCCESS (0 secs / 1.34 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 145 SUCCESS (0 secs / 1.351 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 145 SUCCESS (0 secs / 1.355 secs) [2023-05-10T06:59:28.089Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 145 SUCCESS (0 secs / 1.363 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 145 SUCCESS (0 secs / 1.388 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 145 SUCCESS (0 secs / 1.391 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 145 SUCCESS (0 secs / 1.394 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 145 SUCCESS (0 secs / 1.396 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 145 SUCCESS (0 secs / 1.416 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 145 SUCCESS (0 secs / 1.42 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 145 SUCCESS (0 secs / 1.424 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 145 SUCCESS (0 secs / 1.47 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 145 SUCCESS (0 secs / 1.483 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 145 SUCCESS (0 secs / 1.495 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 145 SUCCESS (0 secs / 1.502 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 145 SUCCESS (0 secs / 1.505 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 145 SUCCESS (0 secs / 1.511 secs) [2023-05-10T06:59:28.347Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 145 SUCCESS (0 secs / 1.536 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 145 SUCCESS (0 secs / 1.551 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 145 SUCCESS (0 secs / 1.56 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 145 SUCCESS (0 secs / 1.592 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 145 SUCCESS (0 secs / 1.622 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 145 SUCCESS (0 secs / 1.626 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 145 SUCCESS (0 secs / 1.634 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 145 SUCCESS (0 secs / 1.638 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 145 SUCCESS (0 secs / 1.641 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 145 SUCCESS (0 secs / 1.644 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 145 SUCCESS (0 secs / 1.646 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 145 SUCCESS (0 secs / 1.648 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 145 SUCCESS (0 secs / 1.682 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 145 SUCCESS (0 secs / 1.687 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 145 SUCCESS (0 secs / 1.717 secs) [2023-05-10T06:59:28.606Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 145 SUCCESS (0 secs / 1.72 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 145 SUCCESS (0 secs / 1.721 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 145 SUCCESS (0 secs / 1.736 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 145 SUCCESS (0 secs / 1.739 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 145 SUCCESS (0 secs / 1.742 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 145 SUCCESS (0 secs / 1.744 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 145 SUCCESS (0 secs / 1.749 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 145 SUCCESS (0 secs / 1.758 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 145 SUCCESS (0 secs / 1.761 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 145 SUCCESS (0 secs / 1.773 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 145 SUCCESS (0 secs / 1.801 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 145 SUCCESS (0 secs / 1.824 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 145 SUCCESS (0 secs / 1.833 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 145 SUCCESS (0 secs / 1.837 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 145 SUCCESS (0 secs / 1.839 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 145 SUCCESS (0 secs / 1.841 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 145 SUCCESS (0 secs / 1.86 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 145 SUCCESS (0 secs / 1.864 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 145 SUCCESS (0 secs / 1.867 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 145 SUCCESS (0 secs / 1.872 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 145 SUCCESS (0 secs / 1.874 secs) [2023-05-10T06:59:28.864Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 145 SUCCESS (0 secs / 1.89 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 145 SUCCESS (0 secs / 1.91 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 145 SUCCESS (0 secs / 1.938 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 145 SUCCESS (0 secs / 1.945 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 145 SUCCESS (0 secs / 1.95 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 145 SUCCESS (0 secs / 1.97 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 145 SUCCESS (0 secs / 1.984 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 145 SUCCESS (0 secs / 1.993 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 145 SUCCESS (0 secs / 1.997 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 145 SUCCESS (0 secs / 2.001 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 145 SUCCESS (0 secs / 2.01 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 145 SUCCESS (0 secs / 2.016 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 145 SUCCESS (0 secs / 2.027 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 145 SUCCESS (0 secs / 2.037 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 145 SUCCESS (0 secs / 2.051 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 145 SUCCESS (0 secs / 2.058 secs) [2023-05-10T06:59:29.123Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 145 SUCCESS (0 secs / 2.078 secs) [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 145 SUCCESS (0 secs / 2.095 secs) [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 145 SUCCESS (0 secs / 2.103 secs) [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 145 SUCCESS (0 secs / 2.123 secs) [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 145 SUCCESS (0 secs / 2.164 secs) [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 145 SUCCESS (0 secs / 2.172 secs) [2023-05-10T06:59:29.383Z] WARN: ' [2023-05-10T06:59:29.383Z] It looks like you're using ngModel on the same form field as formControlName. [2023-05-10T06:59:29.383Z] Support for using the ngModel input property and ngModelChange event with [2023-05-10T06:59:29.383Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-05-10T06:59:29.383Z] in a future version of Angular. [2023-05-10T06:59:29.383Z] [2023-05-10T06:59:29.383Z] For more information on this, see our API docs here: [2023-05-10T06:59:29.383Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-05-10T06:59:29.383Z] ' [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 145 SUCCESS (0 secs / 2.172 secs) [2023-05-10T06:59:29.383Z] WARN: ' [2023-05-10T06:59:29.383Z] It looks like you're using ngModel on the same form field as formControlName. [2023-05-10T06:59:29.383Z] Support for using the ngModel input property and ngModelChange event with [2023-05-10T06:59:29.383Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-05-10T06:59:29.383Z] in a future version of Angular. [2023-05-10T06:59:29.383Z] [2023-05-10T06:59:29.383Z] For more information on this, see our API docs here: [2023-05-10T06:59:29.383Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-05-10T06:59:29.383Z] ' [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 145 SUCCESS (0 secs / 2.195 secs) [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 145 SUCCESS (0 secs / 2.202 secs) [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 145 SUCCESS (0 secs / 2.209 secs) [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 145 SUCCESS (0 secs / 2.221 secs) [2023-05-10T06:59:29.383Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 145 SUCCESS (0 secs / 2.276 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 145 SUCCESS (0 secs / 2.307 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 145 SUCCESS (0 secs / 2.317 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 145 SUCCESS (0 secs / 2.322 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 145 SUCCESS (0 secs / 2.326 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 145 SUCCESS (0 secs / 2.331 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 145 SUCCESS (0 secs / 2.338 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 145 SUCCESS (0 secs / 2.342 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 145 SUCCESS (0 secs / 2.353 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 145 SUCCESS (0 secs / 2.357 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 145 SUCCESS (0 secs / 2.359 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 145 SUCCESS (0 secs / 2.362 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 145 SUCCESS (0 secs / 2.364 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 145 SUCCESS (0 secs / 2.366 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 145 SUCCESS (0 secs / 2.368 secs) [2023-05-10T06:59:29.641Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 145 SUCCESS (3.341 secs / 2.368 secs) [2023-05-10T06:59:29.641Z] TOTAL: 145 SUCCESS [2023-05-10T06:59:29.641Z] ✔ Browser application bundle generation complete. [2023-05-10T06:59:30.207Z] [2023-05-10T06:59:30.207Z] =============================== Coverage summary =============================== [2023-05-10T06:59:30.207Z] Statements : 41.56% ( 1425/3429 ) [2023-05-10T06:59:30.207Z] Branches : 12.14% ( 109/898 ) [2023-05-10T06:59:30.207Z] Functions : 33.33% ( 417/1251 ) [2023-05-10T06:59:30.207Z] Lines : 39.45% ( 1280/3245 ) [2023-05-10T06:59:30.207Z] ================================================================================ [2023-05-10T06:59:30.207Z] ✔ Browser application bundle generation complete. [2023-05-10T06:59:30.264Z] feae8fd75edb: Pull complete [2023-05-10T06:59:30.264Z] 242c74f7c9fa: Pull complete [2023-05-10T06:59:30.264Z] 3cdef696dda3: Pull complete [2023-05-10T06:59:30.775Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-606/web' [Pipeline] echo [2023-05-10T06:59:30.826Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-10T06:59:30.857Z] $ docker stop --time=1 96bfcba48d1b0f0b2c178a65addd3e8c8890f417c887c6a725a39589b20f0d61 [2023-05-10T06:59:32.225Z] $ docker rm -f --volumes 96bfcba48d1b0f0b2c178a65addd3e8c8890f417c887c6a725a39589b20f0d61 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-10T06:59:32.685Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-10T06:59:33.413Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-10T06:59:34.191Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-10T06:59:34.778Z] + ls -al . [2023-05-10T06:59:34.778Z] total 180 [2023-05-10T06:59:34.778Z] drwxrwxr-x 14 jenkins jenkins 4096 May 10 06:57 . [2023-05-10T06:59:34.778Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:55 .. [2023-05-10T06:59:34.778Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:55 .blubracket [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 18 May 10 06:55 .dockerignore [2023-05-10T06:59:34.778Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:56 .git [2023-05-10T06:59:34.778Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:55 .github [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 185 May 10 06:55 .gitignore [2023-05-10T06:59:34.778Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:56 .semver [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 8418 May 10 06:55 Attribution.txt [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 17205 May 10 06:55 CHANGELOG.md [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:55 CONTRIBUTING.md [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 1788 May 10 06:55 Dockerfile [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:55 Jenkinsfile [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:55 LICENSE [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 2124 May 10 06:55 Makefile [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 4558 May 10 06:55 README.md [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:56 VERSION [2023-05-10T06:59:34.778Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:55 assets [2023-05-10T06:59:34.778Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:55 bin [2023-05-10T06:59:34.778Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:55 cmd [2023-05-10T06:59:34.778Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 06:57 coverage.out [2023-05-10T06:59:34.778Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:55 docs [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 3052 May 10 06:55 go.mod [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 30610 May 10 06:55 go.sum [2023-05-10T06:59:34.778Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:55 internal [2023-05-10T06:59:34.778Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:55 snap [2023-05-10T06:59:34.778Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:55 testing [2023-05-10T06:59:34.778Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:55 version.go [2023-05-10T06:59:34.778Z] drwxrwxr-x 6 jenkins jenkins 4096 May 10 06:58 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T06:59:35.248Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 --label arch=amd64 --label version=0.0.0 . [2023-05-10T06:59:35.507Z] Sending build context to Docker daemon 48.56MB [2023-05-10T06:59:35.507Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-10T06:59:35.507Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-10T06:59:35.507Z] ---> 0c5b56b2b3af [2023-05-10T06:59:35.507Z] Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-05-10T06:59:36.075Z] ---> Running in c1bed31c68cc [2023-05-10T06:59:36.075Z] Removing intermediate container c1bed31c68cc [2023-05-10T06:59:36.075Z] ---> 566d7925283f [2023-05-10T06:59:36.075Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2023-05-10T06:59:36.334Z] ---> Running in 4496d09d1bbd [2023-05-10T06:59:36.334Z] Removing intermediate container 4496d09d1bbd [2023-05-10T06:59:36.334Z] ---> cd3a3ef83ce7 [2023-05-10T06:59:36.334Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-10T06:59:36.334Z] ---> Running in db9b99d39c0d [2023-05-10T06:59:36.334Z] Removing intermediate container db9b99d39c0d [2023-05-10T06:59:36.334Z] ---> 80f3824285a5 [2023-05-10T06:59:36.334Z] Step 6/25 : LABEL Name=edgex-ui-go [2023-05-10T06:59:36.593Z] ---> Running in cbccaa9ed1e0 [2023-05-10T06:59:36.593Z] Removing intermediate container cbccaa9ed1e0 [2023-05-10T06:59:36.593Z] ---> 445a970480bd [2023-05-10T06:59:36.593Z] Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-05-10T06:59:36.593Z] ---> Running in a3f98a110972 [2023-05-10T06:59:36.593Z] Removing intermediate container a3f98a110972 [2023-05-10T06:59:36.593Z] ---> a4b36942afed [2023-05-10T06:59:36.593Z] Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-05-10T06:59:36.952Z] 2ced38df9373: Pull complete [2023-05-10T06:59:37.531Z] ---> 15ac793b360f [2023-05-10T06:59:37.531Z] Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-10T06:59:37.789Z] ---> Running in f5cdc14923cf [2023-05-10T06:59:38.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-10T06:59:38.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-10T06:59:38.376Z] 58f1dce35555: Pull complete [2023-05-10T06:59:38.565Z] OK: 265 MiB in 53 packages [2023-05-10T06:59:38.646Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-10T06:59:38.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-10T06:59:38.646Z] ---> fadd8f120f05 [2023-05-10T06:59:38.646Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-05-10T06:59:39.134Z] Removing intermediate container f5cdc14923cf [2023-05-10T06:59:39.134Z] ---> c6496341336c [2023-05-10T06:59:39.134Z] Step 10/25 : ENV GO111MODULE=on [2023-05-10T06:59:39.393Z] ---> Running in 99f0941385b7 [2023-05-10T06:59:39.393Z] Removing intermediate container 99f0941385b7 [2023-05-10T06:59:39.393Z] ---> acbcef058d98 [2023-05-10T06:59:39.393Z] Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-05-10T06:59:39.652Z] ---> Running in 618c890cd86a [2023-05-10T06:59:39.910Z] Removing intermediate container 618c890cd86a [2023-05-10T06:59:39.910Z] ---> 294fa45d754d [2023-05-10T06:59:39.910Z] Step 12/25 : COPY go.mod vendor* ./ [2023-05-10T06:59:39.910Z] ---> 14e8d34a17cd [2023-05-10T06:59:39.910Z] Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-10T06:59:39.910Z] ---> Running in 6d2fcc9f3224 [2023-05-10T06:59:40.080Z] ---> Running in 326446b9f7d1 [2023-05-10T06:59:40.080Z] Removing intermediate container 326446b9f7d1 [2023-05-10T06:59:40.080Z] ---> 9d0aca4be640 [2023-05-10T06:59:40.080Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-05-10T06:59:40.359Z] ---> Running in f661262b918c [2023-05-10T06:59:40.629Z] Removing intermediate container f661262b918c [2023-05-10T06:59:40.629Z] ---> c69c968176e7 [2023-05-10T06:59:40.629Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-05-10T06:59:40.629Z] ---> Running in 96f5677a5282 [2023-05-10T06:59:40.847Z] Removing intermediate container 6d2fcc9f3224 [2023-05-10T06:59:40.847Z] ---> cdc74ff24107 [2023-05-10T06:59:40.847Z] Step 14/25 : COPY . . [2023-05-10T06:59:40.898Z] Removing intermediate container 96f5677a5282 [2023-05-10T06:59:40.899Z] ---> 47715f62a20f [2023-05-10T06:59:40.899Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-05-10T06:59:40.899Z] ---> Running in d4c0d733d7d8 [2023-05-10T06:59:41.485Z] Removing intermediate container d4c0d733d7d8 [2023-05-10T06:59:41.485Z] ---> a29f087b1c52 [2023-05-10T06:59:41.485Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-05-10T06:59:41.485Z] ---> Running in 3c8546bbbc66 [2023-05-10T06:59:41.755Z] Removing intermediate container 3c8546bbbc66 [2023-05-10T06:59:41.755Z] ---> afa6ed67ba27 [2023-05-10T06:59:41.755Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-05-10T06:59:42.351Z] latest: Pulling from library/docker [2023-05-10T06:59:42.351Z] c41833b44d91: Already exists [2023-05-10T06:59:42.351Z] 6343a5c17821: Pulling fs layer [2023-05-10T06:59:42.351Z] 7fb3fc37985f: Pulling fs layer [2023-05-10T06:59:42.351Z] 5933e237d708: Pulling fs layer [2023-05-10T06:59:42.351Z] 2b0fdbd15401: Pulling fs layer [2023-05-10T06:59:42.351Z] f9d9fad9f3bf: Pulling fs layer [2023-05-10T06:59:42.351Z] 06c4757f18ad: Pulling fs layer [2023-05-10T06:59:42.351Z] 5e9f1fdefa97: Pulling fs layer [2023-05-10T06:59:42.351Z] 96583f52a7e2: Pulling fs layer [2023-05-10T06:59:42.351Z] 3bd06c4f566f: Pulling fs layer [2023-05-10T06:59:42.351Z] 8e57014f8571: Pulling fs layer [2023-05-10T06:59:42.351Z] bfc3ae70c112: Pulling fs layer [2023-05-10T06:59:42.351Z] 2e0f9040f209: Pulling fs layer [2023-05-10T06:59:42.351Z] 09360c6385a6: Pulling fs layer [2023-05-10T06:59:42.351Z] f9d9fad9f3bf: Waiting [2023-05-10T06:59:42.351Z] 06c4757f18ad: Waiting [2023-05-10T06:59:42.351Z] 5e9f1fdefa97: Waiting [2023-05-10T06:59:42.351Z] 96583f52a7e2: Waiting [2023-05-10T06:59:42.351Z] 3bd06c4f566f: Waiting [2023-05-10T06:59:42.351Z] 8e57014f8571: Waiting [2023-05-10T06:59:42.351Z] bfc3ae70c112: Waiting [2023-05-10T06:59:42.351Z] 2e0f9040f209: Waiting [2023-05-10T06:59:42.351Z] 09360c6385a6: Waiting [2023-05-10T06:59:42.351Z] 2b0fdbd15401: Waiting [2023-05-10T06:59:42.351Z] 7fb3fc37985f: Verifying Checksum [2023-05-10T06:59:42.351Z] 7fb3fc37985f: Download complete [2023-05-10T06:59:42.629Z] 6343a5c17821: Download complete [2023-05-10T06:59:42.747Z] ---> 4128d0f7e06c [2023-05-10T06:59:42.747Z] Step 15/25 : RUN ${MAKE} [2023-05-10T06:59:42.747Z] ---> Running in 5a9cba7e2e7d [2023-05-10T06:59:42.747Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2023-05-10T06:59:42.902Z] 5933e237d708: Verifying Checksum [2023-05-10T06:59:42.902Z] 5933e237d708: Download complete [2023-05-10T06:59:43.183Z] 2b0fdbd15401: Verifying Checksum [2023-05-10T06:59:43.183Z] 2b0fdbd15401: Download complete [2023-05-10T06:59:43.183Z] 06c4757f18ad: Verifying Checksum [2023-05-10T06:59:43.183Z] 06c4757f18ad: Download complete [2023-05-10T06:59:43.183Z] f9d9fad9f3bf: Verifying Checksum [2023-05-10T06:59:43.183Z] f9d9fad9f3bf: Download complete [2023-05-10T06:59:43.183Z] 5e9f1fdefa97: Verifying Checksum [2023-05-10T06:59:43.183Z] 5e9f1fdefa97: Download complete [2023-05-10T06:59:43.183Z] 96583f52a7e2: Verifying Checksum [2023-05-10T06:59:43.183Z] 96583f52a7e2: Download complete [2023-05-10T06:59:43.460Z] 8e57014f8571: Verifying Checksum [2023-05-10T06:59:43.460Z] 8e57014f8571: Download complete [2023-05-10T06:59:43.460Z] 6343a5c17821: Pull complete [2023-05-10T06:59:43.460Z] 2e0f9040f209: Verifying Checksum [2023-05-10T06:59:43.460Z] 2e0f9040f209: Download complete [2023-05-10T06:59:43.460Z] 3bd06c4f566f: Verifying Checksum [2023-05-10T06:59:43.460Z] 3bd06c4f566f: Download complete [2023-05-10T06:59:43.460Z] 09360c6385a6: Verifying Checksum [2023-05-10T06:59:43.460Z] 09360c6385a6: Download complete [2023-05-10T06:59:43.730Z] 7fb3fc37985f: Pull complete [2023-05-10T06:59:44.704Z] 5933e237d708: Pull complete [2023-05-10T06:59:44.704Z] bfc3ae70c112: Verifying Checksum [2023-05-10T06:59:44.704Z] bfc3ae70c112: Download complete [2023-05-10T06:59:45.677Z] 2b0fdbd15401: Pull complete [2023-05-10T06:59:46.647Z] f9d9fad9f3bf: Pull complete [2023-05-10T06:59:46.919Z] 06c4757f18ad: Pull complete [2023-05-10T06:59:47.193Z] 5e9f1fdefa97: Pull complete [2023-05-10T06:59:47.462Z] 96583f52a7e2: Pull complete [2023-05-10T06:59:48.427Z] 3bd06c4f566f: Pull complete [2023-05-10T06:59:48.706Z] 8e57014f8571: Pull complete [2023-05-10T06:59:54.086Z] bfc3ae70c112: Pull complete [2023-05-10T06:59:54.086Z] 2e0f9040f209: Pull complete [2023-05-10T06:59:54.086Z] 09360c6385a6: Pull complete [2023-05-10T06:59:54.355Z] Digest: sha256:064b3ab5253f812c4fa076b74910435df0c8c7c3e7321330592f2ee50c894619 [2023-05-10T06:59:54.355Z] Status: Downloaded newer image for docker:latest [2023-05-10T06:59:56.304Z] ---> 3f11cded6442 [2023-05-10T06:59:56.304Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-10T06:59:56.304Z] ---> Running in 10f60c9ff687 [2023-05-10T06:59:57.717Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-10T06:59:58.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-10T06:59:59.268Z] OK: 263 MiB in 53 packages [2023-05-10T07:00:00.241Z] Removing intermediate container 10f60c9ff687 [2023-05-10T07:00:00.241Z] ---> cedb1d38ff75 [2023-05-10T07:00:00.241Z] Step 10/15 : ENV GO111MODULE=on [2023-05-10T07:00:00.241Z] ---> Running in 3598d5a2e922 [2023-05-10T07:00:00.513Z] Removing intermediate container 3598d5a2e922 [2023-05-10T07:00:00.513Z] ---> 373c8170a9db [2023-05-10T07:00:00.513Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-05-10T07:00:00.783Z] ---> Running in b562504e81be [2023-05-10T07:00:00.824Z] Removing intermediate container 5a9cba7e2e7d [2023-05-10T07:00:00.824Z] ---> be60d98b4d68 [2023-05-10T07:00:00.824Z] Step 16/25 : FROM alpine:3.17 [2023-05-10T07:00:00.824Z] 3.17: Pulling from library/alpine [2023-05-10T07:00:00.824Z] f56be85fc22e: Already exists [2023-05-10T07:00:01.051Z] Removing intermediate container b562504e81be [2023-05-10T07:00:01.051Z] ---> 0e4f6b272651 [2023-05-10T07:00:01.051Z] Step 12/15 : COPY go.mod vendor* ./ [2023-05-10T07:00:01.083Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-10T07:00:01.083Z] Status: Downloaded newer image for alpine:3.17 [2023-05-10T07:00:01.083Z] ---> 9ed4aefc74f6 [2023-05-10T07:00:01.083Z] Step 17/25 : EXPOSE 4000 [2023-05-10T07:00:01.083Z] ---> Running in 9ea7c58590cb [2023-05-10T07:00:01.340Z] Removing intermediate container 9ea7c58590cb [2023-05-10T07:00:01.340Z] ---> 93b5f51512f3 [2023-05-10T07:00:01.340Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-05-10T07:00:01.637Z] ---> f070b4d5aefa [2023-05-10T07:00:01.637Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-10T07:00:01.637Z] ---> Running in 314e3b2c2664 [2023-05-10T07:00:02.273Z] ---> 9add3809cba0 [2023-05-10T07:00:02.273Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2023-05-10T07:00:02.273Z] ---> 8d2830b62a9d [2023-05-10T07:00:02.273Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2023-05-10T07:00:02.273Z] ---> 9de719a4aa06 [2023-05-10T07:00:02.273Z] Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-05-10T07:00:02.273Z] ---> Running in b6672c9fcc2d [2023-05-10T07:00:02.530Z] Removing intermediate container b6672c9fcc2d [2023-05-10T07:00:02.530Z] ---> d48566ca3338 [2023-05-10T07:00:02.530Z] Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2023-05-10T07:00:02.530Z] ---> Running in 89fdfe24eb7b [2023-05-10T07:00:02.530Z] Removing intermediate container 89fdfe24eb7b [2023-05-10T07:00:02.530Z] ---> 777808f3adb8 [2023-05-10T07:00:02.530Z] Step 23/25 : LABEL arch=amd64 [2023-05-10T07:00:02.530Z] ---> Running in af382f027974 [2023-05-10T07:00:02.530Z] Removing intermediate container af382f027974 [2023-05-10T07:00:02.530Z] ---> e3607887103a [2023-05-10T07:00:02.530Z] Step 24/25 : LABEL git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 [2023-05-10T07:00:02.530Z] ---> Running in 1d122f407014 [2023-05-10T07:00:02.788Z] Removing intermediate container 1d122f407014 [2023-05-10T07:00:02.788Z] ---> a7a4379e78a3 [2023-05-10T07:00:02.788Z] Step 25/25 : LABEL version=0.0.0 [2023-05-10T07:00:02.788Z] ---> Running in 3fdae8406483 [2023-05-10T07:00:02.788Z] Removing intermediate container 3fdae8406483 [2023-05-10T07:00:02.788Z] ---> 03ca3138f9fc [2023-05-10T07:00:02.788Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-10T07:00:02.788Z] Successfully built 03ca3138f9fc [2023-05-10T07:00:02.788Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T07:00:03.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-10T07:00:03.860Z] [2023-05-10T07:00:03.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T07:00:05.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-10T07:00:05.617Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-10T07:00:05.617Z] 5eb5b503b376: Pulling fs layer [2023-05-10T07:00:05.617Z] 5c69ac0246d0: Pulling fs layer [2023-05-10T07:00:05.617Z] ec43610c2a17: Pulling fs layer [2023-05-10T07:00:05.617Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-10T07:00:05.617Z] 33b1e0a273af: Pulling fs layer [2023-05-10T07:00:05.617Z] 5d3b04190fa2: Pulling fs layer [2023-05-10T07:00:05.617Z] 2f39f015ded8: Pulling fs layer [2023-05-10T07:00:05.617Z] 33b1e0a273af: Waiting [2023-05-10T07:00:05.617Z] 5d3b04190fa2: Waiting [2023-05-10T07:00:05.617Z] 2f39f015ded8: Waiting [2023-05-10T07:00:05.617Z] 3a2ae6a8a46f: Waiting [2023-05-10T07:00:05.877Z] 5c69ac0246d0: Download complete [2023-05-10T07:00:05.877Z] 3a2ae6a8a46f: Download complete [2023-05-10T07:00:05.877Z] 33b1e0a273af: Verifying Checksum [2023-05-10T07:00:05.877Z] 33b1e0a273af: Download complete [2023-05-10T07:00:05.877Z] 5d3b04190fa2: Verifying Checksum [2023-05-10T07:00:05.877Z] 5d3b04190fa2: Download complete [2023-05-10T07:00:05.877Z] ec43610c2a17: Verifying Checksum [2023-05-10T07:00:05.877Z] ec43610c2a17: Download complete [2023-05-10T07:00:05.877Z] 5eb5b503b376: Verifying Checksum [2023-05-10T07:00:05.877Z] 5eb5b503b376: Download complete [2023-05-10T07:00:06.811Z] 2f39f015ded8: Verifying Checksum [2023-05-10T07:00:06.811Z] 2f39f015ded8: Download complete [2023-05-10T07:00:07.069Z] 5eb5b503b376: Pull complete [2023-05-10T07:00:07.327Z] 5c69ac0246d0: Pull complete [2023-05-10T07:00:07.585Z] ec43610c2a17: Pull complete [2023-05-10T07:00:07.585Z] 3a2ae6a8a46f: Pull complete [2023-05-10T07:00:07.843Z] 33b1e0a273af: Pull complete [2023-05-10T07:00:07.843Z] 5d3b04190fa2: Pull complete [2023-05-10T07:00:12.397Z] 2f39f015ded8: Pull complete [2023-05-10T07:00:12.397Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-10T07:00:12.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-10T07:00:12.397Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T07:00:16.372Z] prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container [2023-05-10T07:00:16.404Z] $ 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-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-10T07:00:21.145Z] $ docker top e9060cf7da1e520eae002013563a0299119aa34db2662d02b2e003233874fc81 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T07:00:21.602Z] ---> job-cost.sh [2023-05-10T07:00:21.602Z] lf-activate-venv: SKIPPING [2023-05-10T07:00:21.602Z] INFO: No Stack... [2023-05-10T07:00:21.863Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-10T07:00:22.121Z] INFO: Archiving Costs [Pipeline] sh [2023-05-10T07:00:23.656Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives/cost.csv [2023-05-10T07:00:23.656Z] + cut -d, -f6 [Pipeline] lock [2023-05-10T07:00:24.353Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [2023-05-10T07:00:24.358Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] did not exist. Created. [2023-05-10T07:00:24.359Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-10T07:00:24.754Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-10T07:00:26.054Z] Stashed 1 file(s) [Pipeline] } [2023-05-10T07:00:26.070Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-10T07:00:26.172Z] $ docker stop --time=1 e9060cf7da1e520eae002013563a0299119aa34db2662d02b2e003233874fc81 [2023-05-10T07:00:27.681Z] $ docker rm -f --volumes e9060cf7da1e520eae002013563a0299119aa34db2662d02b2e003233874fc81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-10T07:01:02.538Z] Removing intermediate container 314e3b2c2664 [2023-05-10T07:01:02.538Z] ---> fb0b3a4bfc20 [2023-05-10T07:01:02.538Z] Step 14/15 : COPY . . [2023-05-10T07:01:05.922Z] ---> 5b85fb8832d4 [2023-05-10T07:01:05.922Z] Step 15/15 : RUN ${MAKE} [2023-05-10T07:01:06.213Z] ---> Running in 47d4cd3bb393 [2023-05-10T07:01:07.193Z] noop [2023-05-10T07:01:07.785Z] Removing intermediate container 47d4cd3bb393 [2023-05-10T07:01:07.785Z] ---> 562663e872f8 [2023-05-10T07:01:08.054Z] Successfully built 562663e872f8 [2023-05-10T07:01:08.054Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T07:01:08.540Z] + docker inspect -f . ci-base-image-arm64 [2023-05-10T07:01:08.541Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T07:01:08.844Z] prd-ubuntu20.04-docker-arm64-4c-16g-14884 does not seem to be running inside a container [2023-05-10T07:01:08.931Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-10T07:01:10.248Z] $ docker top 11e6c8e1be7c40ed834691e51445c8aa1ae09a2113a21481824fac23ba79c88d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T07:01:11.199Z] + go version [2023-05-10T07:01:11.199Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-10T07:01:11.244Z] $ docker stop --time=1 11e6c8e1be7c40ed834691e51445c8aa1ae09a2113a21481824fac23ba79c88d [2023-05-10T07:01:14.386Z] $ docker rm -f --volumes 11e6c8e1be7c40ed834691e51445c8aa1ae09a2113a21481824fac23ba79c88d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T07:01:15.448Z] + docker inspect -f . ci-base-image-arm64 [2023-05-10T07:01:15.449Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T07:01:15.711Z] prd-ubuntu20.04-docker-arm64-4c-16g-14884 does not seem to be running inside a container [2023-05-10T07:01:15.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-10T07:01:17.064Z] $ docker top fb567ab328eaa660d0f3de6c60c8aa3fda25300c49b9ecca825652cd142690f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T07:01:17.976Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-10T07:01:18.691Z] + make test [2023-05-10T07:01:18.692Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-05-10T07:01:57.619Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-05-10T07:03:34.375Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-05-10T07:03:34.375Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-05-10T07:03:34.375Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-05-10T07:03:34.375Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-05-10T07:03:34.375Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-05-10T07:03:34.375Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-05-10T07:03:34.375Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-05-10T07:03:34.375Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-05-10T07:03:34.375Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-05-10T07:03:56.480Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-10T07:03:56.480Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-10T07:03:56.480Z] ./bin/test-attribution-txt.sh [2023-05-10T07:03:56.480Z] make -C web test [2023-05-10T07:03:56.480Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2023-05-10T07:03:56.480Z] make[1]: tput: No such file or directory [2023-05-10T07:03:56.480Z] make[1]: tput: No such file or directory [2023-05-10T07:03:56.480Z] warning: generating ./VERSION [2023-05-10T07:03:56.480Z] echo "0.0.0" > VERSION [2023-05-10T07:03:56.480Z] docker build \ [2023-05-10T07:03:56.480Z] -f Dockerfile \ [2023-05-10T07:03:56.480Z] --build-arg USER=1000 \ [2023-05-10T07:03:56.480Z] \ [2023-05-10T07:03:56.480Z] --label "git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4" \ [2023-05-10T07:03:56.480Z] -t edgexfoundry/edgex-web-ui:1d56314d3ac19a41056deabee6b793e09a1ebba4 \ [2023-05-10T07:03:56.480Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-05-10T07:03:56.480Z] . [2023-05-10T07:03:56.480Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-05-10T07:03:56.480Z] Install the buildx component to build images with BuildKit: [2023-05-10T07:03:56.480Z] https://docs.docker.com/go/buildx/ [2023-05-10T07:03:56.480Z] [2023-05-10T07:03:56.480Z] Sending build context to Docker daemon 2.571MB [2023-05-10T07:03:56.480Z] Step 1/10 : FROM node:16.17-alpine3.15 [2023-05-10T07:03:56.480Z] 16.17-alpine3.15: Pulling from library/node [2023-05-10T07:03:56.480Z] 47517142f6ba: Pulling fs layer [2023-05-10T07:03:56.480Z] 5f8c4bfa009b: Pulling fs layer [2023-05-10T07:03:56.480Z] f7079c9c4ba1: Pulling fs layer [2023-05-10T07:03:56.480Z] aba105e6f55a: Pulling fs layer [2023-05-10T07:03:56.480Z] aba105e6f55a: Waiting [2023-05-10T07:03:57.896Z] 47517142f6ba: Download complete [2023-05-10T07:03:58.165Z] aba105e6f55a: Verifying Checksum [2023-05-10T07:03:58.165Z] aba105e6f55a: Download complete [2023-05-10T07:03:58.433Z] 47517142f6ba: Pull complete [2023-05-10T07:03:58.704Z] f7079c9c4ba1: Verifying Checksum [2023-05-10T07:03:58.704Z] f7079c9c4ba1: Download complete [2023-05-10T07:04:00.670Z] 5f8c4bfa009b: Verifying Checksum [2023-05-10T07:04:00.670Z] 5f8c4bfa009b: Download complete [2023-05-10T07:04:04.029Z] 5f8c4bfa009b: Pull complete [2023-05-10T07:04:04.313Z] f7079c9c4ba1: Pull complete [2023-05-10T07:04:06.901Z] aba105e6f55a: Pull complete [2023-05-10T07:04:06.901Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2023-05-10T07:04:06.901Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2023-05-10T07:04:06.901Z] ---> bf1b8b58d215 [2023-05-10T07:04:06.901Z] Step 2/10 : RUN apk add --no-cache chromium [2023-05-10T07:04:07.489Z] ---> Running in 93b100ae832b [2023-05-10T07:04:08.457Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-05-10T07:04:08.726Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-05-10T07:04:09.692Z] (1/128) Installing libxau (1.0.9-r0) [2023-05-10T07:04:09.692Z] (2/128) Installing libmd (1.0.3-r0) [2023-05-10T07:04:09.692Z] (3/128) Installing libbsd (0.11.3-r1) [2023-05-10T07:04:09.692Z] (4/128) Installing libxdmcp (1.1.3-r0) [2023-05-10T07:04:09.963Z] (5/128) Installing libxcb (1.14-r2) [2023-05-10T07:04:09.963Z] (6/128) Installing libx11 (1.7.3.1-r0) [2023-05-10T07:04:10.232Z] (7/128) Installing libxext (1.3.4-r0) [2023-05-10T07:04:10.232Z] (8/128) Installing libice (1.0.10-r0) [2023-05-10T07:04:10.232Z] (9/128) Installing libuuid (2.37.4-r0) [2023-05-10T07:04:10.232Z] (10/128) Installing libsm (1.2.3-r0) [2023-05-10T07:04:10.232Z] (11/128) Installing libxt (1.2.1-r0) [2023-05-10T07:04:10.232Z] (12/128) Installing libxmu (1.1.3-r0) [2023-05-10T07:04:10.232Z] (13/128) Installing xset (1.2.4-r0) [2023-05-10T07:04:10.232Z] (14/128) Installing xprop (1.2.5-r0) [2023-05-10T07:04:10.232Z] (15/128) Installing xdg-utils (1.1.3-r0) [2023-05-10T07:04:10.232Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2023-05-10T07:04:10.232Z] (17/128) Installing pkgconf (1.8.1-r0) [2023-05-10T07:04:10.501Z] (18/128) Installing libffi (3.4.2-r1) [2023-05-10T07:04:10.501Z] (19/128) Installing libintl (0.21-r0) [2023-05-10T07:04:10.501Z] (20/128) Installing libblkid (2.37.4-r0) [2023-05-10T07:04:10.501Z] (21/128) Installing libmount (2.37.4-r0) [2023-05-10T07:04:10.501Z] (22/128) Installing pcre (8.45-r1) [2023-05-10T07:04:10.501Z] (23/128) Installing glib (2.70.1-r0) [2023-05-10T07:04:10.501Z] (24/128) Installing xz-libs (5.2.5-r1) [2023-05-10T07:04:10.501Z] (25/128) Installing libxml2 (2.9.14-r2) [2023-05-10T07:04:10.770Z] (26/128) Installing shared-mime-info (2.1-r2) [2023-05-10T07:04:10.770Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2023-05-10T07:04:10.770Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2023-05-10T07:04:10.770Z] (29/128) Installing libpng (1.6.37-r1) [2023-05-10T07:04:10.770Z] (30/128) Installing libwebp (1.2.2-r0) [2023-05-10T07:04:11.038Z] (31/128) Installing zstd-libs (1.5.0-r0) [2023-05-10T07:04:11.038Z] (32/128) Installing tiff (4.4.0-r1) [2023-05-10T07:04:11.038Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2023-05-10T07:04:11.038Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2023-05-10T07:04:11.038Z] (35/128) Installing libxcomposite (0.4.5-r0) [2023-05-10T07:04:11.038Z] (36/128) Installing libxfixes (6.0.0-r0) [2023-05-10T07:04:11.038Z] (37/128) Installing libxrender (0.9.10-r3) [2023-05-10T07:04:11.038Z] (38/128) Installing libxcursor (1.2.0-r0) [2023-05-10T07:04:11.038Z] (39/128) Installing libxdamage (1.1.5-r1) [2023-05-10T07:04:11.307Z] (40/128) Installing libxi (1.8-r0) [2023-05-10T07:04:11.307Z] (41/128) Installing libxinerama (1.1.4-r1) [2023-05-10T07:04:11.307Z] (42/128) Installing libxrandr (1.5.2-r1) [2023-05-10T07:04:11.576Z] (43/128) Installing atk (2.36.0-r0) [2023-05-10T07:04:11.576Z] (44/128) Installing libxtst (1.2.3-r3) [2023-05-10T07:04:11.576Z] (45/128) Installing dbus-libs (1.12.24-r0) [2023-05-10T07:04:11.576Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2023-05-10T07:04:11.576Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2023-05-10T07:04:11.576Z] (48/128) Installing expat (2.5.0-r0) [2023-05-10T07:04:11.576Z] (49/128) Installing brotli-libs (1.0.9-r5) [2023-05-10T07:04:11.576Z] (50/128) Installing libbz2 (1.0.8-r1) [2023-05-10T07:04:11.576Z] (51/128) Installing freetype (2.11.1-r2) [2023-05-10T07:04:11.576Z] (52/128) Installing fontconfig (2.13.1-r4) [2023-05-10T07:04:11.576Z] (53/128) Installing pixman (0.40.0-r4) [2023-05-10T07:04:11.576Z] (54/128) Installing cairo (1.16.0-r5) [2023-05-10T07:04:11.576Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2023-05-10T07:04:11.843Z] (56/128) Installing avahi-libs (0.8-r5) [2023-05-10T07:04:11.843Z] (57/128) Installing gmp (6.2.1-r1) [2023-05-10T07:04:11.843Z] (58/128) Installing nettle (3.7.3-r0) [2023-05-10T07:04:11.843Z] (59/128) Installing p11-kit (0.24.0-r1) [2023-05-10T07:04:11.843Z] (60/128) Installing libtasn1 (4.18.0-r1) [2023-05-10T07:04:11.843Z] (61/128) Installing libunistring (0.9.10-r1) [2023-05-10T07:04:11.843Z] (62/128) Installing gnutls (3.7.1-r2) [2023-05-10T07:04:11.843Z] (63/128) Installing cups-libs (2.3.3-r6) [2023-05-10T07:04:11.843Z] (64/128) Installing libepoxy (1.5.9-r0) [2023-05-10T07:04:12.109Z] (65/128) Installing fribidi (1.0.11-r0) [2023-05-10T07:04:12.110Z] (66/128) Installing graphite2 (1.3.14-r0) [2023-05-10T07:04:12.110Z] (67/128) Installing harfbuzz (3.0.0-r2) [2023-05-10T07:04:12.110Z] (68/128) Installing libxft (2.3.4-r0) [2023-05-10T07:04:12.110Z] (69/128) Installing pango (1.48.10-r0) [2023-05-10T07:04:12.110Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2023-05-10T07:04:12.110Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2023-05-10T07:04:12.376Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2023-05-10T07:04:12.376Z] (73/128) Installing xkeyboard-config (2.34-r0) [2023-05-10T07:04:12.645Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2023-05-10T07:04:12.645Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2023-05-10T07:04:12.916Z] Executing gtk+3.0-3.24.30-r0.post-install [2023-05-10T07:04:12.916Z] (76/128) Installing libfontenc (1.1.4-r0) [2023-05-10T07:04:12.916Z] (77/128) Installing mkfontscale (1.2.1-r1) [2023-05-10T07:04:12.916Z] (78/128) Installing ttf-opensans (1.10-r1) [2023-05-10T07:04:13.184Z] Executing ttf-opensans-1.10-r1.post-install [2023-05-10T07:04:15.780Z] (79/128) Installing libogg (1.3.5-r0) [2023-05-10T07:04:15.780Z] (80/128) Installing flac (1.3.4-r0) [2023-05-10T07:04:15.780Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2023-05-10T07:04:15.780Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2023-05-10T07:04:15.780Z] (83/128) Installing sdl2 (2.0.16-r4) [2023-05-10T07:04:15.780Z] (84/128) Installing aom-libs (3.2.0-r0) [2023-05-10T07:04:16.049Z] (85/128) Installing libass (0.15.2-r0) [2023-05-10T07:04:16.049Z] (86/128) Installing libdav1d (0.9.2-r0) [2023-05-10T07:04:16.049Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2023-05-10T07:04:16.049Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2023-05-10T07:04:16.049Z] (89/128) Installing lame (3.100-r0) [2023-05-10T07:04:16.049Z] (90/128) Installing opus (1.3.1-r1) [2023-05-10T07:04:16.049Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2023-05-10T07:04:16.049Z] (92/128) Installing soxr (0.1.3-r2) [2023-05-10T07:04:16.049Z] (93/128) Installing libsrt (1.4.2-r1) [2023-05-10T07:04:16.318Z] (94/128) Installing libssh (0.9.6-r1) [2023-05-10T07:04:16.318Z] (95/128) Installing libtheora (1.1.1-r16) [2023-05-10T07:04:16.318Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2023-05-10T07:04:16.318Z] (97/128) Installing libdrm (2.4.109-r0) [2023-05-10T07:04:16.318Z] (98/128) Installing libva (2.13.0-r0) [2023-05-10T07:04:16.589Z] (99/128) Installing libvdpau (1.4-r0) [2023-05-10T07:04:16.589Z] (100/128) Installing vidstab (1.1.0-r1) [2023-05-10T07:04:16.589Z] (101/128) Installing libvorbis (1.3.7-r0) [2023-05-10T07:04:16.589Z] (102/128) Installing libvpx (1.10.0-r0) [2023-05-10T07:04:16.858Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2023-05-10T07:04:16.858Z] (104/128) Installing x264-libs (20210613-r0) [2023-05-10T07:04:16.858Z] (105/128) Installing x265-libs (3.5-r0) [2023-05-10T07:04:17.126Z] (106/128) Installing xvidcore (1.3.7-r1) [2023-05-10T07:04:17.397Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2023-05-10T07:04:17.988Z] (108/128) Installing libevent (2.1.12-r4) [2023-05-10T07:04:18.260Z] (109/128) Installing mesa (21.2.6-r0) [2023-05-10T07:04:18.260Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2023-05-10T07:04:18.260Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2023-05-10T07:04:18.260Z] (112/128) Installing lcms2 (2.12-r1) [2023-05-10T07:04:18.532Z] (113/128) Installing nspr (4.32-r0) [2023-05-10T07:04:18.532Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2023-05-10T07:04:18.532Z] (115/128) Installing nss (3.78.1-r0) [2023-05-10T07:04:18.532Z] (116/128) Installing libasyncns (0.8-r1) [2023-05-10T07:04:18.800Z] (117/128) Installing libltdl (2.4.6-r7) [2023-05-10T07:04:18.800Z] (118/128) Installing orc (0.4.32-r0) [2023-05-10T07:04:18.800Z] (119/128) Installing libsndfile (1.0.31-r1) [2023-05-10T07:04:18.800Z] (120/128) Installing speexdsp (1.2.0-r0) [2023-05-10T07:04:18.800Z] (121/128) Installing tdb-libs (1.4.5-r0) [2023-05-10T07:04:18.800Z] (122/128) Installing libpulse (15.0-r2) [2023-05-10T07:04:19.072Z] (123/128) Installing re2 (2021.11.01-r0) [2023-05-10T07:04:19.072Z] (124/128) Installing snappy (1.1.9-r1) [2023-05-10T07:04:19.072Z] (125/128) Installing libgpg-error (1.42-r1) [2023-05-10T07:04:19.072Z] (126/128) Installing libgcrypt (1.9.4-r0) [2023-05-10T07:04:19.072Z] (127/128) Installing libxslt (1.1.35-r0) [2023-05-10T07:04:19.072Z] (128/128) Installing chromium (99.0.4844.84-r0) [2023-05-10T07:04:23.339Z] Executing busybox-1.34.1-r7.trigger [2023-05-10T07:04:23.339Z] Executing glib-2.70.1-r0.trigger [2023-05-10T07:04:23.339Z] Executing shared-mime-info-2.1-r2.trigger [2023-05-10T07:04:25.937Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-05-10T07:04:25.937Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2023-05-10T07:04:25.937Z] Executing fontconfig-2.13.1-r4.trigger [2023-05-10T07:04:25.937Z] Executing mkfontscale-1.2.1-r1.trigger [2023-05-10T07:04:25.937Z] OK: 275 MiB in 144 packages [2023-05-10T07:04:38.280Z] Removing intermediate container 93b100ae832b [2023-05-10T07:04:38.280Z] ---> 9aad4b195894 [2023-05-10T07:04:38.280Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-05-10T07:04:38.280Z] ---> Running in 4675e08af3fe [2023-05-10T07:04:38.280Z] Removing intermediate container 4675e08af3fe [2023-05-10T07:04:38.280Z] ---> 49182b960187 [2023-05-10T07:04:38.280Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2023-05-10T07:04:38.280Z] ---> Running in 9dd5c0483375 [2023-05-10T07:04:38.280Z] Removing intermediate container 9dd5c0483375 [2023-05-10T07:04:38.280Z] ---> e70a0ee21d8e [2023-05-10T07:04:38.280Z] Step 5/10 : RUN npm install -g npm [2023-05-10T07:04:38.280Z] ---> Running in 82843e25934d [2023-05-10T07:05:04.982Z] [2023-05-10T07:05:04.982Z] removed 7 packages, changed 101 packages, and audited 264 packages in 25s [2023-05-10T07:05:04.982Z] [2023-05-10T07:05:04.982Z] 27 packages are looking for funding [2023-05-10T07:05:04.982Z] run `npm fund` for details [2023-05-10T07:05:04.982Z] [2023-05-10T07:05:04.982Z] found 0 vulnerabilities [2023-05-10T07:05:09.255Z] Removing intermediate container 82843e25934d [2023-05-10T07:05:09.255Z] ---> f1292985acf1 [2023-05-10T07:05:09.255Z] Step 6/10 : ARG USER=1000 [2023-05-10T07:05:09.255Z] ---> Running in 94d149e28ae3 [2023-05-10T07:05:09.531Z] Removing intermediate container 94d149e28ae3 [2023-05-10T07:05:09.531Z] ---> dd6dc2fa6501 [2023-05-10T07:05:09.531Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-05-10T07:05:09.531Z] ---> Running in 2fe9ed656f38 [2023-05-10T07:05:11.490Z] Removing intermediate container 2fe9ed656f38 [2023-05-10T07:05:11.490Z] ---> baebe95fcf54 [2023-05-10T07:05:11.490Z] Step 8/10 : USER $USER:$USER [2023-05-10T07:05:11.490Z] ---> Running in 642e819da16b [2023-05-10T07:05:11.760Z] Removing intermediate container 642e819da16b [2023-05-10T07:05:11.760Z] ---> 4453a36cf4d8 [2023-05-10T07:05:11.760Z] Step 9/10 : WORKDIR /app [2023-05-10T07:05:11.760Z] ---> Running in e5252f97ec82 [2023-05-10T07:05:12.029Z] Removing intermediate container e5252f97ec82 [2023-05-10T07:05:12.029Z] ---> 373d4cf83bfb [2023-05-10T07:05:12.029Z] Step 10/10 : LABEL git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 [2023-05-10T07:05:12.029Z] ---> Running in 11ea6a3e083f [2023-05-10T07:05:12.298Z] Removing intermediate container 11ea6a3e083f [2023-05-10T07:05:12.298Z] ---> 9079f53bf246 [2023-05-10T07:05:12.569Z] Successfully built 9079f53bf246 [2023-05-10T07:05:12.569Z] Successfully tagged edgexfoundry/edgex-web-ui:1d56314d3ac19a41056deabee6b793e09a1ebba4 [2023-05-10T07:05:13.981Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-05-10T07:05:13.981Z] touch edgex-web-ui.imagebuilt [2023-05-10T07:05:13.981Z] mkdir -p node_modules coverage [2023-05-10T07:05:13.981Z] chown "1000:1000" node_modules coverage package-lock.json [2023-05-10T07:05:13.981Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-05-10T07:05:26.293Z] npm WARN old lockfile [2023-05-10T07:05:26.293Z] npm WARN old lockfile The package-lock.json file was created with an old version of npm, [2023-05-10T07:05:26.293Z] npm WARN old lockfile so supplemental metadata must be fetched from the registry. [2023-05-10T07:05:26.293Z] npm WARN old lockfile [2023-05-10T07:05:26.293Z] npm WARN old lockfile This is a one-time fix-up, please be patient... [2023-05-10T07:05:26.293Z] npm WARN old lockfile [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE required: { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE }, [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE required: { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE }, [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE required: { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE }, [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE required: { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE }, [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE required: { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE }, [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE required: { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE }, [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE required: { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE }, [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE required: { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE }, [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE Unsupported engine { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE required: { [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE }, [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.6.6' } [2023-05-10T07:06:13.137Z] npm WARN EBADENGINE } [2023-05-10T07:06:45.448Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-05-10T07:06:45.448Z] npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility [2023-05-10T07:06:45.735Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-05-10T07:06:48.381Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-05-10T07:06:49.360Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-05-10T07:06:49.360Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-05-10T07:06:53.617Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-05-10T07:07:01.842Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-05-10T07:07:02.805Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-05-10T07:07:04.755Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-05-10T07:07:14.878Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-05-10T07:07:23.090Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-05-10T07:07:23.674Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2023-05-10T07:07:25.295Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-05-10T07:07:29.545Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-05-10T07:07:30.158Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2023-05-10T07:07:30.567Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-05-10T07:07:45.578Z] npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular [2023-05-10T07:07:46.543Z] npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2023-05-10T07:08:13.235Z] npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [2023-05-10T07:08:35.301Z] npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. [2023-05-10T07:09:14.181Z] [2023-05-10T07:09:14.181Z] added 1475 packages, and audited 1476 packages in 4m [2023-05-10T07:09:14.181Z] [2023-05-10T07:09:14.181Z] 90 packages are looking for funding [2023-05-10T07:09:14.181Z] run `npm fund` for details [2023-05-10T07:09:15.142Z] [2023-05-10T07:09:15.142Z] 37 vulnerabilities (1 low, 14 moderate, 17 high, 5 critical) [2023-05-10T07:09:15.142Z] [2023-05-10T07:09:15.142Z] To address issues that do not require attention, run: [2023-05-10T07:09:15.142Z] npm audit fix [2023-05-10T07:09:15.142Z] [2023-05-10T07:09:15.142Z] To address all issues (including breaking changes), run: [2023-05-10T07:09:15.142Z] npm audit fix --force [2023-05-10T07:09:15.142Z] [2023-05-10T07:09:15.142Z] Run `npm audit` for details. [2023-05-10T07:09:18.497Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox [2023-05-10T07:09:36.709Z] - Generating browser application bundles (phase: setup)... [2023-05-10T07:10:15.585Z] Compiling @angular/core : es2015 as esm2015 [2023-05-10T07:10:15.585Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-05-10T07:10:47.817Z] Compiling @angular/common : es2015 as esm2015 [2023-05-10T07:10:47.817Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-05-10T07:10:51.168Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-05-10T07:10:51.168Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-05-10T07:10:55.427Z] Compiling @angular/router : es2015 as esm2015 [2023-05-10T07:10:56.009Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-05-10T07:11:02.657Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-05-10T07:11:04.068Z] Compiling @angular/common/http : es2015 as esm2015 [2023-05-10T07:11:04.068Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-05-10T07:11:08.330Z] Compiling @angular/forms : es2015 as esm2015 [2023-05-10T07:11:09.293Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-05-10T07:11:09.561Z] Compiling @angular/router/testing : es2015 as esm2015 [2023-05-10T07:12:17.437Z] 10 05 2023 07:12:10.373:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-05-10T07:12:17.437Z] 10 05 2023 07:12:10.386:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-05-10T07:12:17.437Z] 10 05 2023 07:12:10.415:INFO [launcher]: Starting browser ChromeHeadless [2023-05-10T07:13:13.833Z] 10 05 2023 07:13:11.098:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2023-05-10T07:14:10.205Z] 10 05 2023 07:14:01.141:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2023-05-10T07:14:22.614Z] ✔ Browser application bundle generation complete. [2023-05-10T07:14:23.574Z] 10 05 2023 07:14:23.470:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket faj_fgs5mzdTdsT8AAAB with id 5767079 [2023-05-10T07:14:41.980Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 145 SUCCESS (0 secs / 0 secs) [2023-05-10T07:14:41.980Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 145 SUCCESS (0 secs / 0.263 secs) [2023-05-10T07:14:44.563Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 145 SUCCESS (0 secs / 2.492 secs) [2023-05-10T07:14:45.147Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 145 SUCCESS (0 secs / 2.89 secs) [2023-05-10T07:14:45.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 145 SUCCESS (0 secs / 3.088 secs) [2023-05-10T07:14:45.683Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 145 SUCCESS (0 secs / 3.445 secs) [2023-05-10T07:14:46.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 145 SUCCESS (0 secs / 3.803 secs) [2023-05-10T07:14:46.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 145 SUCCESS (0 secs / 3.906 secs) [2023-05-10T07:14:46.534Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 145 SUCCESS (0 secs / 3.994 secs) [2023-05-10T07:14:46.534Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 145 SUCCESS (0 secs / 4.053 secs) [2023-05-10T07:14:46.534Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 145 SUCCESS (0 secs / 4.136 secs) [2023-05-10T07:14:46.801Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 145 SUCCESS (0 secs / 4.378 secs) [2023-05-10T07:14:47.074Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 145 SUCCESS (0 secs / 4.406 secs) [2023-05-10T07:14:47.074Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 145 SUCCESS (0 secs / 4.519 secs) [2023-05-10T07:14:47.074Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 145 SUCCESS (0 secs / 4.546 secs) [2023-05-10T07:14:47.342Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 145 SUCCESS (0 secs / 4.586 secs) [2023-05-10T07:14:47.342Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 145 SUCCESS (0 secs / 4.6 secs) [2023-05-10T07:14:47.342Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 145 SUCCESS (0 secs / 4.644 secs) [2023-05-10T07:14:47.342Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 145 SUCCESS (0 secs / 4.671 secs) [2023-05-10T07:14:47.609Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 145 SUCCESS (0 secs / 4.883 secs) [2023-05-10T07:14:47.876Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 145 SUCCESS (0 secs / 5.069 secs) [2023-05-10T07:14:48.144Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 145 SUCCESS (0 secs / 5.355 secs) [2023-05-10T07:14:48.144Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 145 SUCCESS (0 secs / 5.41 secs) [2023-05-10T07:14:48.729Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 145 SUCCESS (0 secs / 5.721 secs) [2023-05-10T07:14:48.729Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 145 SUCCESS (0 secs / 5.754 secs) [2023-05-10T07:14:48.998Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 145 SUCCESS (0 secs / 5.841 secs) [2023-05-10T07:14:48.998Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 145 SUCCESS (0 secs / 5.909 secs) [2023-05-10T07:14:49.266Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 145 SUCCESS (0 secs / 6.026 secs) [2023-05-10T07:14:49.266Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 145 SUCCESS (0 secs / 6.079 secs) [2023-05-10T07:14:49.266Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 145 SUCCESS (0 secs / 6.154 secs) [2023-05-10T07:14:49.532Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 145 SUCCESS (0 secs / 6.188 secs) [2023-05-10T07:14:49.532Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 145 SUCCESS (0 secs / 6.206 secs) [2023-05-10T07:14:49.532Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 145 SUCCESS (0 secs / 6.374 secs) [2023-05-10T07:14:50.116Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 145 SUCCESS (0 secs / 6.632 secs) [2023-05-10T07:14:50.116Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 145 SUCCESS (0 secs / 6.797 secs) [2023-05-10T07:14:50.385Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 145 SUCCESS (0 secs / 6.94 secs) [2023-05-10T07:14:50.385Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 145 SUCCESS (0 secs / 6.973 secs) [2023-05-10T07:14:50.385Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 145 SUCCESS (0 secs / 6.991 secs) [2023-05-10T07:14:50.654Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 145 SUCCESS (0 secs / 7.013 secs) [2023-05-10T07:14:50.921Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 145 SUCCESS (0 secs / 7.246 secs) [2023-05-10T07:14:50.921Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 145 SUCCESS (0 secs / 7.302 secs) [2023-05-10T07:14:51.192Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 145 SUCCESS (0 secs / 7.405 secs) [2023-05-10T07:14:51.192Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 145 SUCCESS (0 secs / 7.45 secs) [2023-05-10T07:14:51.461Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 145 SUCCESS (0 secs / 7.682 secs) [2023-05-10T07:14:51.730Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 145 SUCCESS (0 secs / 7.941 secs) [2023-05-10T07:14:51.997Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 145 SUCCESS (0 secs / 8.022 secs) [2023-05-10T07:14:51.997Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 145 SUCCESS (0 secs / 8.049 secs) [2023-05-10T07:14:51.997Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 145 SUCCESS (0 secs / 8.07 secs) [2023-05-10T07:14:51.997Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 145 SUCCESS (0 secs / 8.093 secs) [2023-05-10T07:14:51.997Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 145 SUCCESS (0 secs / 8.114 secs) [2023-05-10T07:14:52.267Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 145 SUCCESS (0 secs / 8.168 secs) [2023-05-10T07:14:52.268Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 145 SUCCESS (0 secs / 8.187 secs) [2023-05-10T07:14:52.535Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 145 SUCCESS (0 secs / 8.46 secs) [2023-05-10T07:14:52.535Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 145 SUCCESS (0 secs / 8.509 secs) [2023-05-10T07:14:52.803Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 145 SUCCESS (0 secs / 8.557 secs) [2023-05-10T07:14:52.803Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 145 SUCCESS (0 secs / 8.602 secs) [2023-05-10T07:14:53.071Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 145 SUCCESS (0 secs / 9.033 secs) [2023-05-10T07:14:53.341Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 145 SUCCESS (0 secs / 9.123 secs) [2023-05-10T07:14:53.341Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 145 SUCCESS (0 secs / 9.174 secs) [2023-05-10T07:14:53.341Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 145 SUCCESS (0 secs / 9.205 secs) [2023-05-10T07:14:53.609Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 145 SUCCESS (0 secs / 9.257 secs) [2023-05-10T07:14:53.609Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 145 SUCCESS (0 secs / 9.412 secs) [2023-05-10T07:14:53.881Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 145 SUCCESS (0 secs / 9.523 secs) [2023-05-10T07:14:53.881Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 145 SUCCESS (0 secs / 9.623 secs) [2023-05-10T07:14:54.148Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 145 SUCCESS (0 secs / 9.72 secs) [2023-05-10T07:14:54.148Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 145 SUCCESS (0 secs / 9.783 secs) [2023-05-10T07:14:54.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 145 SUCCESS (0 secs / 9.841 secs) [2023-05-10T07:14:54.415Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 145 SUCCESS (0 secs / 9.943 secs) [2023-05-10T07:14:54.685Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 145 SUCCESS (0 secs / 10.029 secs) [2023-05-10T07:14:54.685Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 145 SUCCESS (0 secs / 10.065 secs) [2023-05-10T07:14:54.956Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 145 SUCCESS (0 secs / 10.201 secs) [2023-05-10T07:14:54.956Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 145 SUCCESS (0 secs / 10.223 secs) [2023-05-10T07:14:54.956Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 145 SUCCESS (0 secs / 10.302 secs) [2023-05-10T07:14:55.223Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 145 SUCCESS (0 secs / 10.375 secs) [2023-05-10T07:14:55.223Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 145 SUCCESS (0 secs / 10.412 secs) [2023-05-10T07:14:55.223Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 145 SUCCESS (0 secs / 10.491 secs) [2023-05-10T07:14:55.493Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 145 SUCCESS (0 secs / 10.665 secs) [2023-05-10T07:14:55.493Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 145 SUCCESS (0 secs / 10.706 secs) [2023-05-10T07:14:55.771Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 145 SUCCESS (0 secs / 10.732 secs) [2023-05-10T07:14:55.771Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 145 SUCCESS (0 secs / 10.743 secs) [2023-05-10T07:14:55.772Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 145 SUCCESS (0 secs / 10.86 secs) [2023-05-10T07:14:56.040Z] WARN: ' [2023-05-10T07:14:56.040Z] It looks like you're using ngModel on the same form field as formControlName. [2023-05-10T07:14:56.040Z] Support for using the ngModel input property and ngModelChange event with [2023-05-10T07:14:56.040Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-05-10T07:14:56.040Z] in a future version of Angular. [2023-05-10T07:14:56.040Z] [2023-05-10T07:14:56.040Z] For more information on this, see our API docs here: [2023-05-10T07:14:56.040Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-05-10T07:14:56.040Z] ' [2023-05-10T07:14:56.040Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 145 SUCCESS (0 secs / 10.86 secs) [2023-05-10T07:14:56.040Z] WARN: ' [2023-05-10T07:14:56.040Z] It looks like you're using ngModel on the same form field as formControlName. [2023-05-10T07:14:56.040Z] Support for using the ngModel input property and ngModelChange event with [2023-05-10T07:14:56.040Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-05-10T07:14:56.040Z] in a future version of Angular. [2023-05-10T07:14:56.040Z] [2023-05-10T07:14:56.040Z] For more information on this, see our API docs here: [2023-05-10T07:14:56.040Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-05-10T07:14:56.040Z] ' [2023-05-10T07:14:56.041Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 145 SUCCESS (0 secs / 11.015 secs) [2023-05-10T07:14:56.041Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 145 SUCCESS (0 secs / 11.103 secs) [2023-05-10T07:14:56.309Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 145 SUCCESS (0 secs / 11.156 secs) [2023-05-10T07:14:56.309Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 145 SUCCESS (0 secs / 11.229 secs) [2023-05-10T07:14:56.309Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 145 SUCCESS (0 secs / 11.301 secs) [2023-05-10T07:14:56.576Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 145 SUCCESS (0 secs / 11.456 secs) [2023-05-10T07:14:56.576Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 145 SUCCESS (0 secs / 11.479 secs) [2023-05-10T07:14:56.576Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 145 SUCCESS (0 secs / 11.493 secs) [2023-05-10T07:14:56.844Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 145 SUCCESS (0 secs / 11.657 secs) [2023-05-10T07:14:56.844Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 145 SUCCESS (0 secs / 11.711 secs) [2023-05-10T07:14:57.111Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 145 SUCCESS (0 secs / 11.756 secs) [2023-05-10T07:14:57.378Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 145 SUCCESS (0 secs / 11.979 secs) [2023-05-10T07:14:57.647Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 145 SUCCESS (0 secs / 12.223 secs) [2023-05-10T07:14:57.647Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 145 SUCCESS (0 secs / 12.324 secs) [2023-05-10T07:14:57.914Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 145 SUCCESS (0 secs / 12.39 secs) [2023-05-10T07:14:57.914Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 145 SUCCESS (0 secs / 12.44 secs) [2023-05-10T07:14:58.184Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 145 SUCCESS (0 secs / 12.681 secs) [2023-05-10T07:14:58.452Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 145 SUCCESS (0 secs / 12.807 secs) [2023-05-10T07:14:58.452Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 145 SUCCESS (0 secs / 12.848 secs) [2023-05-10T07:14:58.720Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 145 SUCCESS (0 secs / 12.989 secs) [2023-05-10T07:14:58.720Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 145 SUCCESS (0 secs / 13.059 secs) [2023-05-10T07:14:58.986Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 145 SUCCESS (0 secs / 13.189 secs) [2023-05-10T07:14:58.986Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 145 SUCCESS (0 secs / 13.225 secs) [2023-05-10T07:14:59.254Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 145 SUCCESS (0 secs / 13.268 secs) [2023-05-10T07:14:59.254Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 145 SUCCESS (0 secs / 13.302 secs) [2023-05-10T07:14:59.522Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 145 SUCCESS (0 secs / 13.483 secs) [2023-05-10T07:14:59.792Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 145 SUCCESS (0 secs / 13.868 secs) [2023-05-10T07:15:00.061Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 145 SUCCESS (0 secs / 13.885 secs) [2023-05-10T07:15:00.061Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 145 SUCCESS (0 secs / 13.898 secs) [2023-05-10T07:15:00.061Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 145 SUCCESS (0 secs / 13.916 secs) [2023-05-10T07:15:00.061Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 145 SUCCESS (0 secs / 13.931 secs) [2023-05-10T07:15:00.061Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 145 SUCCESS (0 secs / 13.996 secs) [2023-05-10T07:15:00.329Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 145 SUCCESS (0 secs / 14.134 secs) [2023-05-10T07:15:00.329Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 145 SUCCESS (0 secs / 14.206 secs) [2023-05-10T07:15:00.596Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 145 SUCCESS (0 secs / 14.454 secs) [2023-05-10T07:15:00.864Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 145 SUCCESS (0 secs / 14.51 secs) [2023-05-10T07:15:00.864Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 145 SUCCESS (0 secs / 14.543 secs) [2023-05-10T07:15:01.132Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 145 SUCCESS (0 secs / 14.771 secs) [2023-05-10T07:15:01.400Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 145 SUCCESS (0 secs / 14.846 secs) [2023-05-10T07:15:01.400Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 145 SUCCESS (0 secs / 14.92 secs) [2023-05-10T07:15:01.669Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 145 SUCCESS (0 secs / 15.024 secs) [2023-05-10T07:15:01.937Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 145 SUCCESS (0 secs / 15.19 secs) [2023-05-10T07:15:01.937Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 145 SUCCESS (0 secs / 15.26 secs) [2023-05-10T07:15:01.937Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 145 SUCCESS (0 secs / 15.325 secs) [2023-05-10T07:15:02.204Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 145 SUCCESS (0 secs / 15.393 secs) [2023-05-10T07:15:02.204Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 145 SUCCESS (0 secs / 15.416 secs) [2023-05-10T07:15:02.204Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 145 SUCCESS (0 secs / 15.433 secs) [2023-05-10T07:15:02.476Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 145 SUCCESS (0 secs / 15.467 secs) [2023-05-10T07:15:02.476Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 145 SUCCESS (0 secs / 15.484 secs) [2023-05-10T07:15:02.476Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 145 SUCCESS (0 secs / 15.498 secs) [2023-05-10T07:15:02.476Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 145 SUCCESS (0 secs / 15.576 secs) [2023-05-10T07:15:02.748Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 145 SUCCESS (0 secs / 15.639 secs) [2023-05-10T07:15:02.748Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 145 SUCCESS (0 secs / 15.792 secs) [2023-05-10T07:15:03.016Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 145 SUCCESS (0 secs / 15.827 secs) [2023-05-10T07:15:03.285Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 145 SUCCESS (0 secs / 16.088 secs) [2023-05-10T07:15:03.285Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 145 SUCCESS (0 secs / 16.183 secs) [2023-05-10T07:15:03.552Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 145 SUCCESS (0 secs / 16.203 secs) [2023-05-10T07:15:03.552Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 145 SUCCESS (0 secs / 16.216 secs) [2023-05-10T07:15:03.552Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 145 SUCCESS (0 secs / 16.389 secs) [2023-05-10T07:15:03.818Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 145 SUCCESS (0 secs / 16.446 secs) [2023-05-10T07:15:03.818Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 145 SUCCESS (0 secs / 16.511 secs) [2023-05-10T07:15:03.818Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 145 SUCCESS (0 secs / 16.53 secs) [2023-05-10T07:15:03.818Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 145 SUCCESS (0 secs / 16.545 secs) [2023-05-10T07:15:04.085Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 145 SUCCESS (0 secs / 16.564 secs) [2023-05-10T07:15:04.085Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 145 SUCCESS (0 secs / 16.576 secs) [2023-05-10T07:15:05.044Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 145 SUCCESS (23.392 secs / 16.576 secs) [2023-05-10T07:15:05.044Z] TOTAL: 145 SUCCESS [2023-05-10T07:15:05.044Z] ✔ Browser application bundle generation complete. [2023-05-10T07:15:09.297Z] [2023-05-10T07:15:09.297Z] =============================== Coverage summary =============================== [2023-05-10T07:15:09.297Z] Statements : 41.56% ( 1425/3429 ) [2023-05-10T07:15:09.297Z] Branches : 12.14% ( 109/898 ) [2023-05-10T07:15:09.297Z] Functions : 33.33% ( 417/1251 ) [2023-05-10T07:15:09.297Z] Lines : 39.45% ( 1280/3245 ) [2023-05-10T07:15:09.297Z] ================================================================================ [2023-05-10T07:15:09.297Z] 10 05 2023 07:15:08.668:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2023-05-10T07:15:09.881Z] ✔ Browser application bundle generation complete. [2023-05-10T07:15:10.841Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2023-05-10T07:15:10.883Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-10T07:15:10.924Z] $ docker stop --time=1 fb567ab328eaa660d0f3de6c60c8aa3fda25300c49b9ecca825652cd142690f9 [2023-05-10T07:15:12.763Z] $ docker rm -f --volumes fb567ab328eaa660d0f3de6c60c8aa3fda25300c49b9ecca825652cd142690f9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-10T07:15:13.964Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-10T07:15:17.333Z] Warning: overwriting stash ‘coverage-report’ [2023-05-10T07:15:22.881Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-10T07:15:23.453Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-10T07:15:26.381Z] + ls -al . [2023-05-10T07:15:26.381Z] total 176 [2023-05-10T07:15:26.381Z] drwxrwxr-x 13 jenkins jenkins 4096 May 10 07:01 . [2023-05-10T07:15:26.381Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:58 .. [2023-05-10T07:15:26.381Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:58 .blubracket [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 18 May 10 06:58 .dockerignore [2023-05-10T07:15:26.381Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:58 .git [2023-05-10T07:15:26.381Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:58 .github [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 185 May 10 06:58 .gitignore [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 8418 May 10 06:58 Attribution.txt [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 17205 May 10 06:58 CHANGELOG.md [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:58 CONTRIBUTING.md [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 1788 May 10 06:58 Dockerfile [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:58 Jenkinsfile [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:58 LICENSE [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 2124 May 10 06:58 Makefile [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 4558 May 10 06:58 README.md [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:56 VERSION [2023-05-10T07:15:26.381Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:58 assets [2023-05-10T07:15:26.381Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:58 bin [2023-05-10T07:15:26.381Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:58 cmd [2023-05-10T07:15:26.381Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 07:01 coverage.out [2023-05-10T07:15:26.381Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:58 docs [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 3052 May 10 06:58 go.mod [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 30610 May 10 06:58 go.sum [2023-05-10T07:15:26.381Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:58 internal [2023-05-10T07:15:26.381Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:58 snap [2023-05-10T07:15:26.381Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:58 testing [2023-05-10T07:15:26.381Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:58 version.go [2023-05-10T07:15:26.381Z] drwxrwxr-x 6 jenkins jenkins 4096 May 10 07:05 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T07:15:26.804Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 --label arch=arm64 --label version=0.0.0 . [2023-05-10T07:15:28.216Z] Sending build context to Docker daemon 31.51MB [2023-05-10T07:15:28.216Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-10T07:15:28.216Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-10T07:15:28.216Z] ---> 562663e872f8 [2023-05-10T07:15:28.216Z] Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-05-10T07:15:30.609Z] ---> Running in b47aeb6304ae [2023-05-10T07:15:30.877Z] Removing intermediate container b47aeb6304ae [2023-05-10T07:15:30.877Z] ---> 4bc413a84b89 [2023-05-10T07:15:30.877Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2023-05-10T07:15:31.148Z] ---> Running in a5e7247ce2b2 [2023-05-10T07:15:31.416Z] Removing intermediate container a5e7247ce2b2 [2023-05-10T07:15:31.416Z] ---> f3bc3658cf95 [2023-05-10T07:15:31.416Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-10T07:15:31.416Z] ---> Running in 2462a12b9e64 [2023-05-10T07:15:31.684Z] Removing intermediate container 2462a12b9e64 [2023-05-10T07:15:31.684Z] ---> 5ddbb7db7899 [2023-05-10T07:15:31.684Z] Step 6/25 : LABEL Name=edgex-ui-go [2023-05-10T07:15:31.684Z] ---> Running in 03faffda04a1 [2023-05-10T07:15:31.955Z] Removing intermediate container 03faffda04a1 [2023-05-10T07:15:31.955Z] ---> 1c30ff8b551a [2023-05-10T07:15:31.955Z] Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-05-10T07:15:32.222Z] ---> Running in d8d4a09e9738 [2023-05-10T07:15:32.489Z] Removing intermediate container d8d4a09e9738 [2023-05-10T07:15:32.489Z] ---> d3ea171a651f [2023-05-10T07:15:32.489Z] Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-05-10T07:15:33.898Z] ---> 6c003133f4cf [2023-05-10T07:15:33.898Z] Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-10T07:15:34.166Z] ---> Running in 0ab13e4a11b9 [2023-05-10T07:15:35.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-10T07:15:36.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-10T07:15:37.497Z] OK: 263 MiB in 53 packages [2023-05-10T07:15:38.459Z] Removing intermediate container 0ab13e4a11b9 [2023-05-10T07:15:38.459Z] ---> 533dc75ac10e [2023-05-10T07:15:38.459Z] Step 10/25 : ENV GO111MODULE=on [2023-05-10T07:15:38.459Z] ---> Running in 12c4d08ba8c7 [2023-05-10T07:15:38.459Z] Removing intermediate container 12c4d08ba8c7 [2023-05-10T07:15:38.459Z] ---> d526c3a62456 [2023-05-10T07:15:38.459Z] Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-05-10T07:15:38.726Z] ---> Running in 02728590de28 [2023-05-10T07:15:38.996Z] Removing intermediate container 02728590de28 [2023-05-10T07:15:38.997Z] ---> 05b4e273686d [2023-05-10T07:15:38.997Z] Step 12/25 : COPY go.mod vendor* ./ [2023-05-10T07:15:39.582Z] ---> 2844ab8950dc [2023-05-10T07:15:39.582Z] Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-10T07:15:39.582Z] ---> Running in c26905d92557 [2023-05-10T07:15:44.937Z] Removing intermediate container c26905d92557 [2023-05-10T07:15:44.937Z] ---> 650b5976d4d6 [2023-05-10T07:15:44.937Z] Step 14/25 : COPY . . [2023-05-10T07:15:49.195Z] ---> 64293580ff65 [2023-05-10T07:15:49.195Z] Step 15/25 : RUN ${MAKE} [2023-05-10T07:15:49.195Z] ---> Running in 923342d03404 [2023-05-10T07:15:50.611Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2023-05-10T07:17:58.513Z] Removing intermediate container 923342d03404 [2023-05-10T07:17:58.513Z] ---> b6ea07b0b727 [2023-05-10T07:17:58.513Z] Step 16/25 : FROM alpine:3.17 [2023-05-10T07:17:58.513Z] 3.17: Pulling from library/alpine [2023-05-10T07:17:58.513Z] c41833b44d91: Already exists [2023-05-10T07:17:58.780Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-10T07:17:58.780Z] Status: Downloaded newer image for alpine:3.17 [2023-05-10T07:17:58.780Z] ---> 51e60588ff2c [2023-05-10T07:17:58.780Z] Step 17/25 : EXPOSE 4000 [2023-05-10T07:17:58.780Z] ---> Running in 827ef2b2bde6 [2023-05-10T07:18:00.721Z] Removing intermediate container 827ef2b2bde6 [2023-05-10T07:18:00.721Z] ---> 4962b34a01ec [2023-05-10T07:18:00.721Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-05-10T07:18:02.130Z] ---> 17469099af58 [2023-05-10T07:18:02.130Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2023-05-10T07:18:02.711Z] ---> fcd3e75c270f [2023-05-10T07:18:02.711Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2023-05-10T07:18:03.294Z] ---> 17dad05e4916 [2023-05-10T07:18:03.294Z] Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-05-10T07:18:03.294Z] ---> Running in 61ca11513c97 [2023-05-10T07:18:03.563Z] Removing intermediate container 61ca11513c97 [2023-05-10T07:18:03.563Z] ---> 5de3d4ac342c [2023-05-10T07:18:03.563Z] Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2023-05-10T07:18:03.563Z] ---> Running in bb7d19904334 [2023-05-10T07:18:03.839Z] Removing intermediate container bb7d19904334 [2023-05-10T07:18:03.839Z] ---> 3c2a3941aaeb [2023-05-10T07:18:03.839Z] Step 23/25 : LABEL arch=arm64 [2023-05-10T07:18:04.107Z] ---> Running in 74a872085571 [2023-05-10T07:18:04.376Z] Removing intermediate container 74a872085571 [2023-05-10T07:18:04.376Z] ---> f65e0ec04b11 [2023-05-10T07:18:04.376Z] Step 24/25 : LABEL git_sha=1d56314d3ac19a41056deabee6b793e09a1ebba4 [2023-05-10T07:18:04.376Z] ---> Running in 905579c70d7d [2023-05-10T07:18:04.642Z] Removing intermediate container 905579c70d7d [2023-05-10T07:18:04.642Z] ---> 52f2929219ba [2023-05-10T07:18:04.642Z] Step 25/25 : LABEL version=0.0.0 [2023-05-10T07:18:04.642Z] ---> Running in ca9f96f46236 [2023-05-10T07:18:04.910Z] Removing intermediate container ca9f96f46236 [2023-05-10T07:18:04.910Z] ---> e8403016c1a4 [2023-05-10T07:18:04.910Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-10T07:18:05.175Z] Successfully built e8403016c1a4 [2023-05-10T07:18:05.175Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T07:18:05.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-10T07:18:05.982Z] [2023-05-10T07:18:05.982Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T07:18:06.383Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-10T07:18:06.383Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-10T07:18:06.383Z] 8998bd30e6a1: Pulling fs layer [2023-05-10T07:18:06.383Z] 04944245beec: Pulling fs layer [2023-05-10T07:18:06.383Z] 699f458cf7ca: Pulling fs layer [2023-05-10T07:18:06.383Z] 765212b225bb: Pulling fs layer [2023-05-10T07:18:06.383Z] f23df028b6ca: Pulling fs layer [2023-05-10T07:18:06.383Z] d65c8cfc05b1: Pulling fs layer [2023-05-10T07:18:06.383Z] 2437ff75d9bd: Pulling fs layer [2023-05-10T07:18:06.383Z] 765212b225bb: Waiting [2023-05-10T07:18:06.383Z] f23df028b6ca: Waiting [2023-05-10T07:18:06.383Z] d65c8cfc05b1: Waiting [2023-05-10T07:18:06.383Z] 2437ff75d9bd: Waiting [2023-05-10T07:18:06.651Z] 04944245beec: Verifying Checksum [2023-05-10T07:18:06.651Z] 04944245beec: Download complete [2023-05-10T07:18:06.651Z] 765212b225bb: Verifying Checksum [2023-05-10T07:18:06.651Z] 765212b225bb: Download complete [2023-05-10T07:18:06.651Z] f23df028b6ca: Verifying Checksum [2023-05-10T07:18:06.651Z] f23df028b6ca: Download complete [2023-05-10T07:18:06.651Z] d65c8cfc05b1: Verifying Checksum [2023-05-10T07:18:06.651Z] d65c8cfc05b1: Download complete [2023-05-10T07:18:06.918Z] 699f458cf7ca: Verifying Checksum [2023-05-10T07:18:06.918Z] 699f458cf7ca: Download complete [2023-05-10T07:18:07.188Z] 8998bd30e6a1: Verifying Checksum [2023-05-10T07:18:07.188Z] 8998bd30e6a1: Download complete [2023-05-10T07:18:09.766Z] 2437ff75d9bd: Verifying Checksum [2023-05-10T07:18:09.766Z] 2437ff75d9bd: Download complete [2023-05-10T07:18:11.176Z] 8998bd30e6a1: Pull complete [2023-05-10T07:18:11.761Z] 04944245beec: Pull complete [2023-05-10T07:18:13.171Z] 699f458cf7ca: Pull complete [2023-05-10T07:18:13.171Z] 765212b225bb: Pull complete [2023-05-10T07:18:15.117Z] f23df028b6ca: Pull complete [2023-05-10T07:18:15.383Z] d65c8cfc05b1: Pull complete [2023-05-10T07:18:27.681Z] 2437ff75d9bd: Pull complete [2023-05-10T07:18:27.681Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-10T07:18:27.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-10T07:18:27.681Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T07:18:28.005Z] prd-ubuntu20.04-docker-arm64-4c-16g-14884 does not seem to be running inside a container [2023-05-10T07:18:28.084Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-10T07:18:30.959Z] $ docker top b08fc2f0b8ef3fa16645e9e3fe416eae3e24913e7ed5042beae91649077c2a4d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T07:18:31.868Z] ---> job-cost.sh [2023-05-10T07:18:31.868Z] lf-activate-venv: SKIPPING [2023-05-10T07:18:31.868Z] INFO: No Stack... [2023-05-10T07:18:32.452Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-10T07:18:33.032Z] INFO: Archiving Costs [Pipeline] sh [2023-05-10T07:18:33.364Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2023-05-10T07:18:33.364Z] + cut -d, -f6 [Pipeline] lock [2023-05-10T07:18:33.450Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [2023-05-10T07:18:33.455Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] did not exist. Created. [2023-05-10T07:18:33.455Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-10T07:18:33.860Z] /w/workspace/edgex-ui-go/1@tmp/durable-7b79421b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-10T07:18:34.211Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-10T07:18:34.248Z] Warning: overwriting stash ‘stack-cost’ [2023-05-10T07:18:39.161Z] Stashed 1 file(s) [Pipeline] } [2023-05-10T07:18:39.177Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-606-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-10T07:18:39.261Z] $ docker stop --time=1 b08fc2f0b8ef3fa16645e9e3fe416eae3e24913e7ed5042beae91649077c2a4d [2023-05-10T07:18:40.917Z] $ docker rm -f --volumes b08fc2f0b8ef3fa16645e9e3fe416eae3e24913e7ed5042beae91649077c2a4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-05-10T07:18:41.950Z] provisioning config files... [2023-05-10T07:18:41.957Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/config8491753507894248204tmp [Pipeline] { [Pipeline] sh [2023-05-10T07:18:42.292Z] + set +x [2023-05-10T07:18:42.292Z] + + bash -s -- [2023-05-10T07:18:42.292Z] curl -s https://codecov.io/bash [2023-05-10T07:18:42.292Z] [2023-05-10T07:18:42.292Z] _____ _ [2023-05-10T07:18:42.292Z] / ____| | | [2023-05-10T07:18:42.292Z] | | ___ __| | ___ ___ _____ __ [2023-05-10T07:18:42.292Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-10T07:18:42.292Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-10T07:18:42.292Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-10T07:18:42.292Z] Bash-1.0.6 [2023-05-10T07:18:42.292Z] [2023-05-10T07:18:42.292Z] [2023-05-10T07:18:42.292Z] ==> git version 2.25.1 found [2023-05-10T07:18:42.292Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-05-10T07:18:42.292Z] Release-Date: 2020-01-08 [2023-05-10T07:18:42.292Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-10T07:18:42.292Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-10T07:18:42.292Z] ==> Jenkins CI detected. [2023-05-10T07:18:42.292Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-606 [2023-05-10T07:18:42.292Z] project root: . [2023-05-10T07:18:42.292Z] --> token set from env [2023-05-10T07:18:42.292Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-10T07:18:42.550Z] ==> Running gcov in . (disable via -X gcov) [2023-05-10T07:18:42.550Z] ==> Python coveragepy not found [2023-05-10T07:18:42.550Z] ==> Searching for coverage reports in: [2023-05-10T07:18:42.550Z] + . [2023-05-10T07:18:42.550Z] -> Found 1 reports [2023-05-10T07:18:42.550Z] ==> Detecting git/mercurial file structure [2023-05-10T07:18:42.550Z] ==> Reading reports [2023-05-10T07:18:42.550Z] + ./coverage.out bytes=10 [2023-05-10T07:18:42.550Z] ==> Appending adjustments [2023-05-10T07:18:42.550Z] https://docs.codecov.io/docs/fixing-reports [2023-05-10T07:18:43.489Z] + Found adjustments [2023-05-10T07:18:43.489Z] ==> Gzipping contents [2023-05-10T07:18:43.489Z] 12K /tmp/codecov.ZFxif5.gz [2023-05-10T07:18:43.489Z] ==> Uploading reports [2023-05-10T07:18:43.489Z] url: https://codecov.io [2023-05-10T07:18:43.489Z] query: branch=PR-606&commit=1d56314d3ac19a41056deabee6b793e09a1ebba4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-606%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=606&job=&cmd_args= [2023-05-10T07:18:43.489Z] -> Pinging Codecov [2023-05-10T07:18:43.489Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-606&commit=1d56314d3ac19a41056deabee6b793e09a1ebba4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-606%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=606&job=&cmd_args= [2023-05-10T07:18:43.489Z] -> Uploading to [2023-05-10T07:18:43.489Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-10/FB506323287CE973F263BFD2A0EB1F37/1d56314d3ac19a41056deabee6b793e09a1ebba4/b9fe4729-4956-48b8-9cb7-6f19c75af88f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230510T071843Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3b4af3a7600ddb2c46485d7f15cc7bb4c124b014f72b0a9b7349e963b1520319 [2023-05-10T07:18:43.489Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-10T07:18:43.489Z] Dload Upload Total Spent Left Speed [2023-05-10T07:18:43.748Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8769 0 0 100 8769 0 40224 --:--:-- --:--:-- --:--:-- 40224 [2023-05-10T07:18:43.748Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/1d56314d3ac19a41056deabee6b793e09a1ebba4 [Pipeline] } [2023-05-10T07:18:43.775Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-05-10T07:18:45.480Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives ] [2023-05-10T07:18:45.480Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives [2023-05-10T07:18:45.480Z] total 16 [2023-05-10T07:18:45.480Z] drwxr-xr-x 3 root root 4096 May 10 07:00 . [2023-05-10T07:18:45.480Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 07:00 .. [2023-05-10T07:18:45.480Z] drwxr-xr-x 2 root root 4096 May 10 07:00 cost [2023-05-10T07:18:45.480Z] -rw-r--r-- 1 root root 83 May 10 07:00 cost.csv [2023-05-10T07:18:45.481Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives [2023-05-10T07:18:45.481Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives [2023-05-10T07:18:45.481Z] total 16 [2023-05-10T07:18:45.481Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 07:00 . [2023-05-10T07:18:45.481Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 07:00 .. [2023-05-10T07:18:45.481Z] drwxr-xr-x 2 jenkins jenkins 4096 May 10 07:00 cost [2023-05-10T07:18:45.481Z] -rw-r--r-- 1 jenkins jenkins 83 May 10 07:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-10T07:18:45.811Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T07:18:46.699Z] ---> package-listing.sh [2023-05-10T07:18:46.699Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-10T07:18:46.699Z] ++ facter osfamily [2023-05-10T07:18:46.959Z] + OS_FAMILY=debian [2023-05-10T07:18:46.959Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-606 [2023-05-10T07:18:46.959Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-10T07:18:46.959Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-10T07:18:46.959Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-10T07:18:46.959Z] + PACKAGES=/tmp/packages_start.txt [2023-05-10T07:18:46.959Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-606 ']' [2023-05-10T07:18:46.959Z] + PACKAGES=/tmp/packages_end.txt [2023-05-10T07:18:46.959Z] + case "${OS_FAMILY}" in [2023-05-10T07:18:46.959Z] + dpkg -l [2023-05-10T07:18:46.959Z] + grep '^ii' [2023-05-10T07:18:46.959Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-10T07:18:46.959Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-10T07:18:46.959Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-10T07:18:46.959Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-606 ']' [2023-05-10T07:18:46.959Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives/ [2023-05-10T07:18:46.959Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-606/archives/ [Pipeline] echo [2023-05-10T07:18:46.993Z] 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-606/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-10T07:18:47.284Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T07:18:47.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-10T07:18:47.911Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T07:18:48.053Z] prd-ubuntu20.04-docker-8c-8g-14883 does not seem to be running inside a container [2023-05-10T07:18:48.082Z] $ 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-606/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-606 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606:/w/workspace/edgexfoundry_edgex-ui-go_PR-606:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-10T07:18:48.288Z] $ docker top f5ffb1675793647cdf7ecb1132215e2c055b608811ebd06adf1a1adc0e57cc23 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T07:18:48.675Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-10T07:18:48.991Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-10T07:18:49.302Z] + ls /var/log/sa-host [2023-05-10T07:18:49.302Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-10T07:18:49.530Z] provisioning config files... [2023-05-10T07:18:49.538Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-606@tmp/config7130996320756618069tmp [Pipeline] { [Pipeline] echo [2023-05-10T07:18:49.582Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T07:18:49.894Z] ---> create-netrc.sh [Pipeline] } [2023-05-10T07:18:49.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-10T07:18:50.323Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-10T07:18:50.352Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T07:18:50.664Z] ---> sudo-logs.sh [2023-05-10T07:18:50.664Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-10T07:18:50.747Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T07:18:51.059Z] ---> job-cost.sh [2023-05-10T07:18:51.059Z] lf-activate-venv: SKIPPING [2023-05-10T07:18:51.059Z] DEBUG: total: 0.2199999988079071 [2023-05-10T07:18:51.059Z] INFO: Retrieving Stack Cost... [2023-05-10T07:18:51.317Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-10T07:18:51.884Z] INFO: Archiving Costs [Pipeline] echo [2023-05-10T07:18:51.915Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T07:18:52.230Z] ---> logs-deploy.sh [2023-05-10T07:18:52.230Z] lf-activate-venv: SKIPPING [2023-05-10T07:18:52.230Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-606/1 [2023-05-10T07:18:52.230Z] INFO: archiving workspace using pattern(s): [2023-05-10T07:18:53.167Z] Archives upload complete. [2023-05-10T07:18:53.167Z] INFO: archiving logs to Nexus