Pull request #584 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f9e971e5c7f115aba8be833c13e7ddf8c1445a3b+1fc6aad09b79efe7d583b860cd1a98c2a76983c7 (f556e50451dbbe69ee02c72d7e19038646a8b60b) 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-ssh1967789604782343753.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh11899434493547578988.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-584/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-584/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4994450977324898029.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-584/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11465484285984882936.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh13428910481807384383.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-584/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-584/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3891620697037679239.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-121204 in /w/workspace/edgexfoundry_edgex-ui-go_PR-584 [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-584 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 into PR head commit f9e971e5c7f115aba8be833c13e7ddf8c1445a3b Merge succeeded, producing f9e971e5c7f115aba8be833c13e7ddf8c1445a3b Checking out Revision f9e971e5c7f115aba8be833c13e7ddf8c1445a3b (PR-584) > 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/584/head:refs/remotes/origin/PR-584 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9e971e5c7f115aba8be833c13e7ddf8c1445a3b # 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 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9e971e5c7f115aba8be833c13e7ddf8c1445a3b # timeout=10 Commit message: "chore(deps): Bump express from 4.17.1 to 4.18.2 in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-12-14T14:36:42.510Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-12-14T14:36:42.675Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-12-14T14:36:42.770Z] ========================================================= [2022-12-14T14:36:42.770Z] EdgeX Global Pipelines Version Info [2022-12-14T14:36:42.770Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:36:43.522Z] ------------------- [2022-12-14T14:36:43.522Z] stable info: [2022-12-14T14:36:43.522Z] ------------------- [2022-12-14T14:36:43.522Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-12-14T14:36:43.522Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-14T14:36:43.522Z] Message: update stable to v1.0.244 [2022-12-14T14:36:44.095Z] ------------------- [2022-12-14T14:36:44.095Z] experimental info: [2022-12-14T14:36:44.095Z] ------------------- [2022-12-14T14:36:44.095Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-12-14T14:36:44.095Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-14T14:36:44.095Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-12-14T14:36:46.760Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-12-14T14:36:46.800Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-12-14T14:36:46.837Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-12-14T14:36:46.872Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-12-14T14:36:46.909Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-12-14T14:36:46.946Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-12-14T14:36:46.982Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-12-14T14:36:47.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-12-14T14:36:47.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-12-14T14:36:47.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-12-14T14:36:47.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-12-14T14:36:47.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-12-14T14:36:47.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-12-14T14:36:47.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-12-14T14:36:47.290Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-12-14T14:36:47.327Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-12-14T14:36:47.365Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-12-14T14:36:47.401Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-12-14T14:36:47.436Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-12-14T14:36:47.474Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-12-14T14:36:47.511Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-12-14T14:36:47.550Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-12-14T14:36:47.591Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-12-14T14:36:47.627Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-12-14T14:36:47.669Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-12-14T14:36:47.706Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-12-14T14:36:47.744Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-12-14T14:36:47.779Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2022-12-14T14:36:47.815Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2022-12-14T14:36:47.852Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2022-12-14T14:36:47.887Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] echo [2022-12-14T14:36:47.921Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9e971e [Pipeline] echo [2022-12-14T14:36:47.956Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-14T14:36:48.062Z] provisioning config files... [2022-12-14T14:36:48.076Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/config13584751201871506428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:36:48.416Z] ---> docker-login.sh [2022-12-14T14:36:48.416Z] nexus3.edgexfoundry.org:10001 [2022-12-14T14:36:48.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:36:48.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:36:48.938Z] Configure a credential helper to remove this warning. See [2022-12-14T14:36:48.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:36:48.938Z] [2022-12-14T14:36:48.938Z] Login Succeeded [2022-12-14T14:36:48.938Z] nexus3.edgexfoundry.org:10002 [2022-12-14T14:36:48.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:36:48.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:36:48.938Z] Configure a credential helper to remove this warning. See [2022-12-14T14:36:48.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:36:48.938Z] [2022-12-14T14:36:48.938Z] Login Succeeded [2022-12-14T14:36:48.938Z] nexus3.edgexfoundry.org:10003 [2022-12-14T14:36:49.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:36:49.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:36:49.198Z] Configure a credential helper to remove this warning. See [2022-12-14T14:36:49.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:36:49.198Z] [2022-12-14T14:36:49.198Z] Login Succeeded [2022-12-14T14:36:49.198Z] nexus3.edgexfoundry.org:10004 [2022-12-14T14:36:49.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:36:49.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:36:49.198Z] Configure a credential helper to remove this warning. See [2022-12-14T14:36:49.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:36:49.198Z] [2022-12-14T14:36:49.198Z] Login Succeeded [2022-12-14T14:36:49.198Z] docker.io [2022-12-14T14:36:49.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:36:49.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:36:49.459Z] Configure a credential helper to remove this warning. See [2022-12-14T14:36:49.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:36:49.459Z] [2022-12-14T14:36:49.459Z] Login Succeeded [2022-12-14T14:36:49.459Z] ---> docker-login.sh ends [Pipeline] } [2022-12-14T14:36:49.490Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-12-14T14:36:50.094Z] + git rev-list -1 --merges f9e971e5c7f115aba8be833c13e7ddf8c1445a3b~1..f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] echo [2022-12-14T14:36:50.140Z] -----------> git rev-list -1 --merges f9e971e5c7f115aba8be833c13e7ddf8c1445a3b~1..f9e971e5c7f115aba8be833c13e7ddf8c1445a3b f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [false] [Pipeline] sh [2022-12-14T14:36:50.447Z] + git log --format=format:%s -1 f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] echo [2022-12-14T14:36:50.481Z] ========================================================= [2022-12-14T14:36:50.481Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-12-14T14:36:50.481Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-14T14:36:50.902Z] + git log --format=format:%s -1 f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] echo [2022-12-14T14:36:50.940Z] [semverPrep] GIT_COMMIT: f9e971e5c7f115aba8be833c13e7ddf8c1445a3b, Commit Message: chore(deps): Bump express from 4.17.1 to 4.18.2 in /web [Pipeline] echo [2022-12-14T14:36:50.972Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-12-14T14:36:51.348Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-14T14:36:51.348Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-12-14T14:36:51.348Z] + [ -e /tmp/ssh_known_hosts ] [2022-12-14T14:36:51.348Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-12-14T14:36:51.348Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-12-14T14:36:51.348Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-12-14T14:36:51.348Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:36:51.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-14T14:36:51.808Z] [2022-12-14T14:36:51.808Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:36:52.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-14T14:36:52.172Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-12-14T14:36:52.172Z] b85a868b505f: Pulling fs layer [2022-12-14T14:36:52.172Z] e2be974225ed: Pulling fs layer [2022-12-14T14:36:52.172Z] 339a4e72a1f5: Pulling fs layer [2022-12-14T14:36:52.172Z] 988bab9f4d93: Pulling fs layer [2022-12-14T14:36:52.172Z] 1469e6f7b9e6: Pulling fs layer [2022-12-14T14:36:52.172Z] eaf3925da568: Pulling fs layer [2022-12-14T14:36:52.172Z] bab4dde63d76: Pulling fs layer [2022-12-14T14:36:52.172Z] bde34c3a00c8: Pulling fs layer [2022-12-14T14:36:52.172Z] b352a97aabf1: Pulling fs layer [2022-12-14T14:36:52.172Z] 4872d77fe225: Pulling fs layer [2022-12-14T14:36:52.172Z] 5851b861e8e6: Pulling fs layer [2022-12-14T14:36:52.172Z] bab4dde63d76: Waiting [2022-12-14T14:36:52.172Z] eaf3925da568: Waiting [2022-12-14T14:36:52.172Z] bde34c3a00c8: Waiting [2022-12-14T14:36:52.172Z] 988bab9f4d93: Waiting [2022-12-14T14:36:52.172Z] 1469e6f7b9e6: Waiting [2022-12-14T14:36:52.172Z] 4872d77fe225: Waiting [2022-12-14T14:36:52.172Z] 5851b861e8e6: Waiting [2022-12-14T14:36:52.172Z] e2be974225ed: Download complete [2022-12-14T14:36:52.172Z] 988bab9f4d93: Download complete [2022-12-14T14:36:52.433Z] 1469e6f7b9e6: Verifying Checksum [2022-12-14T14:36:52.433Z] 1469e6f7b9e6: Download complete [2022-12-14T14:36:52.433Z] 339a4e72a1f5: Verifying Checksum [2022-12-14T14:36:52.433Z] 339a4e72a1f5: Download complete [2022-12-14T14:36:52.433Z] eaf3925da568: Verifying Checksum [2022-12-14T14:36:52.433Z] eaf3925da568: Download complete [2022-12-14T14:36:52.433Z] bde34c3a00c8: Verifying Checksum [2022-12-14T14:36:52.433Z] bde34c3a00c8: Download complete [2022-12-14T14:36:52.433Z] b352a97aabf1: Verifying Checksum [2022-12-14T14:36:52.433Z] b352a97aabf1: Download complete [2022-12-14T14:36:52.433Z] 4872d77fe225: Verifying Checksum [2022-12-14T14:36:52.433Z] 4872d77fe225: Download complete [2022-12-14T14:36:52.433Z] 5851b861e8e6: Download complete [2022-12-14T14:36:52.433Z] b85a868b505f: Download complete [2022-12-14T14:36:52.692Z] bab4dde63d76: Verifying Checksum [2022-12-14T14:36:52.692Z] bab4dde63d76: Download complete [2022-12-14T14:36:53.625Z] b85a868b505f: Pull complete [2022-12-14T14:36:53.883Z] e2be974225ed: Pull complete [2022-12-14T14:36:54.450Z] 339a4e72a1f5: Pull complete [2022-12-14T14:36:54.450Z] 988bab9f4d93: Pull complete [2022-12-14T14:36:54.709Z] 1469e6f7b9e6: Pull complete [2022-12-14T14:36:54.709Z] eaf3925da568: Pull complete [2022-12-14T14:36:56.619Z] bab4dde63d76: Pull complete [2022-12-14T14:36:56.619Z] bde34c3a00c8: Pull complete [2022-12-14T14:36:56.619Z] b352a97aabf1: Pull complete [2022-12-14T14:36:56.619Z] 4872d77fe225: Pull complete [2022-12-14T14:36:56.880Z] 5851b861e8e6: Pull complete [2022-12-14T14:36:56.880Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-12-14T14:36:56.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-14T14:36:56.880Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T14:36:57.103Z] prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container [2022-12-14T14:36:57.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-12-14T14:36:59.792Z] $ docker top 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 -eo pid,comm [2022-12-14T14:36:59.845Z] 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). [2022-12-14T14:36:59.845Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-14T14:36:59.974Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-14T14:36:59.974Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-14T14:37:00.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-14T14:37:00.097Z] $ docker exec 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 ssh-agent [2022-12-14T14:37:00.196Z] SSH_AUTH_SOCK=/tmp/ssh-nWGjKculRTNS/agent.33 [2022-12-14T14:37:00.196Z] SSH_AGENT_PID=39 [2022-12-14T14:37:00.202Z] Running ssh-add (command line suppressed) [2022-12-14T14:37:00.306Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/private_key_5464760450815327086.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/private_key_5464760450815327086.key) [2022-12-14T14:37:00.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-14T14:37:00.641Z] + git tag --points-at HEAD [Pipeline] } [2022-12-14T14:37:00.670Z] $ docker exec --env ******** --env ******** 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 ssh-agent -k [2022-12-14T14:37:00.777Z] unset SSH_AUTH_SOCK; [2022-12-14T14:37:00.778Z] unset SSH_AGENT_PID; [2022-12-14T14:37:00.778Z] echo Agent pid 39 killed; [2022-12-14T14:37:00.784Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-12-14T14:37:00.877Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-14T14:37:00.877Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-14T14:37:00.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-14T14:37:00.995Z] $ docker exec 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 ssh-agent [2022-12-14T14:37:01.098Z] SSH_AUTH_SOCK=/tmp/ssh-RG1QPZKRyW2Q/agent.72 [2022-12-14T14:37:01.098Z] SSH_AGENT_PID=78 [2022-12-14T14:37:01.103Z] Running ssh-add (command line suppressed) [2022-12-14T14:37:01.212Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/private_key_15544278198214901214.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/private_key_15544278198214901214.key) [2022-12-14T14:37:01.224Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-14T14:37:01.578Z] + git semver init [2022-12-14T14:37:01.838Z] 2022-12-14 14:37:01,759 [run_init] DEBUG init version:0.0.0 force:False [2022-12-14T14:37:01.838Z] 2022-12-14 14:37:01,760 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver [2022-12-14T14:37:01.838Z] 2022-12-14 14:37:01,760 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver [2022-12-14T14:37:01.838Z] 2022-12-14 14:37:01,760 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-584, universal_newlines=False, shell=None, istream=None) [2022-12-14T14:37:03.748Z] 2022-12-14 14:37:03,440 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.git/info/exclude [2022-12-14T14:37:03.749Z] 2022-12-14 14:37:03,440 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver/PR-584 with force:False [2022-12-14T14:37:03.749Z] 2022-12-14 14:37:03,440 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver/PR-584 [2022-12-14T14:37:03.749Z] 2022-12-14 14:37:03,444 [execute] INFO git cat-file --batch-check [2022-12-14T14:37:03.749Z] 2022-12-14 14:37:03,445 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver, universal_newlines=False, shell=None, istream=) [2022-12-14T14:37:03.749Z] 2022-12-14 14:37:03,452 [execute] INFO git cat-file --batch [2022-12-14T14:37:03.749Z] 2022-12-14 14:37:03,452 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver, universal_newlines=False, shell=None, istream=) [2022-12-14T14:37:03.749Z] 2022-12-14 14:37:03,459 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-584/.semver/PR-584 [2022-12-14T14:37:03.749Z] 0.0.0 [Pipeline] } [2022-12-14T14:37:03.778Z] $ docker exec --env ******** --env ******** 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 ssh-agent -k [2022-12-14T14:37:03.874Z] unset SSH_AUTH_SOCK; [2022-12-14T14:37:03.874Z] unset SSH_AGENT_PID; [2022-12-14T14:37:03.875Z] echo Agent pid 78 killed; [2022-12-14T14:37:03.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-14T14:37:04.295Z] + git semver [Pipeline] } [2022-12-14T14:37:04.580Z] $ docker stop --time=1 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 [2022-12-14T14:37:05.899Z] $ docker rm -f 5c019d06c4f368e92fd77354e3f052be3560f5993211c18729b2d258962fa8c7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-14T14:37:06.298Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-12-14T14:37:06.571Z] Stashed 1 file(s) [Pipeline] echo [2022-12-14T14:37:06.588Z] [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 [2022-12-14T14:37:07.168Z] provisioning config files... [2022-12-14T14:37:07.177Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/config553009667475956074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:37:07.523Z] ---> docker-login.sh [2022-12-14T14:37:07.523Z] nexus3.edgexfoundry.org:10001 [2022-12-14T14:37:07.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:37:07.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:37:07.523Z] Configure a credential helper to remove this warning. See [2022-12-14T14:37:07.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:37:07.523Z] [2022-12-14T14:37:07.523Z] Login Succeeded [2022-12-14T14:37:07.523Z] nexus3.edgexfoundry.org:10002 [2022-12-14T14:37:07.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:37:07.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:37:07.523Z] Configure a credential helper to remove this warning. See [2022-12-14T14:37:07.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:37:07.523Z] [2022-12-14T14:37:07.523Z] Login Succeeded [2022-12-14T14:37:07.523Z] nexus3.edgexfoundry.org:10003 [2022-12-14T14:37:07.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:37:07.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:37:07.782Z] Configure a credential helper to remove this warning. See [2022-12-14T14:37:07.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:37:07.782Z] [2022-12-14T14:37:07.782Z] Login Succeeded [2022-12-14T14:37:07.782Z] nexus3.edgexfoundry.org:10004 [2022-12-14T14:37:07.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:37:07.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:37:07.782Z] Configure a credential helper to remove this warning. See [2022-12-14T14:37:07.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:37:07.782Z] [2022-12-14T14:37:07.782Z] Login Succeeded [2022-12-14T14:37:07.782Z] docker.io [2022-12-14T14:37:08.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:37:08.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:37:08.042Z] Configure a credential helper to remove this warning. See [2022-12-14T14:37:08.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:37:08.042Z] [2022-12-14T14:37:08.042Z] Login Succeeded [2022-12-14T14:37:08.042Z] ---> docker-login.sh ends [Pipeline] } [2022-12-14T14:37:08.072Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-14T14:37:08.263Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T14:37:08.299Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T14:37:08.332Z] ========================================================= [2022-12-14T14:37:08.332Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-12-14T14:37:08.332Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:37:08.817Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-12-14T14:37:09.076Z] Sending build context to Docker daemon 45.58MB [2022-12-14T14:37:09.076Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-12-14T14:37:09.076Z] Step 2/16 : FROM ${BASE} AS builder [2022-12-14T14:37:09.076Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-12-14T14:37:09.076Z] 213ec9aee27d: Pulling fs layer [2022-12-14T14:37:09.076Z] 4583459ba037: Pulling fs layer [2022-12-14T14:37:09.076Z] 93c1e223e6f2: Pulling fs layer [2022-12-14T14:37:09.076Z] 53926ce57604: Pulling fs layer [2022-12-14T14:37:09.076Z] 21b2b0c7a3f4: Pulling fs layer [2022-12-14T14:37:09.076Z] 22ff95d597cd: Pulling fs layer [2022-12-14T14:37:09.076Z] 12d6caf4c0d1: Pulling fs layer [2022-12-14T14:37:09.076Z] 96b7cbca73a9: Pulling fs layer [2022-12-14T14:37:09.076Z] a7acece74701: Pulling fs layer [2022-12-14T14:37:09.076Z] 22ff95d597cd: Waiting [2022-12-14T14:37:09.076Z] 12d6caf4c0d1: Waiting [2022-12-14T14:37:09.076Z] 96b7cbca73a9: Waiting [2022-12-14T14:37:09.076Z] a7acece74701: Waiting [2022-12-14T14:37:09.076Z] 53926ce57604: Waiting [2022-12-14T14:37:09.076Z] 21b2b0c7a3f4: Waiting [2022-12-14T14:37:09.076Z] 93c1e223e6f2: Download complete [2022-12-14T14:37:09.076Z] 4583459ba037: Download complete [2022-12-14T14:37:09.076Z] 21b2b0c7a3f4: Verifying Checksum [2022-12-14T14:37:09.076Z] 21b2b0c7a3f4: Download complete [2022-12-14T14:37:09.076Z] 22ff95d597cd: Verifying Checksum [2022-12-14T14:37:09.076Z] 22ff95d597cd: Download complete [2022-12-14T14:37:09.076Z] 213ec9aee27d: Verifying Checksum [2022-12-14T14:37:09.076Z] 213ec9aee27d: Download complete [2022-12-14T14:37:09.334Z] 12d6caf4c0d1: Download complete [2022-12-14T14:37:09.334Z] 213ec9aee27d: Pull complete [2022-12-14T14:37:09.598Z] 4583459ba037: Pull complete [2022-12-14T14:37:09.598Z] 93c1e223e6f2: Pull complete [2022-12-14T14:37:10.169Z] a7acece74701: Verifying Checksum [2022-12-14T14:37:10.169Z] a7acece74701: Download complete [2022-12-14T14:37:10.426Z] 53926ce57604: Verifying Checksum [2022-12-14T14:37:10.426Z] 53926ce57604: Download complete [2022-12-14T14:37:10.426Z] 96b7cbca73a9: Verifying Checksum [2022-12-14T14:37:10.426Z] 96b7cbca73a9: Download complete [2022-12-14T14:37:14.469Z] 53926ce57604: Pull complete [2022-12-14T14:37:14.469Z] 21b2b0c7a3f4: Pull complete [2022-12-14T14:37:14.469Z] 22ff95d597cd: Pull complete [2022-12-14T14:37:14.469Z] 12d6caf4c0d1: Pull complete [2022-12-14T14:37:16.468Z] 96b7cbca73a9: Pull complete [2022-12-14T14:37:17.195Z] a7acece74701: Pull complete [2022-12-14T14:37:17.195Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2022-12-14T14:37:17.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-12-14T14:37:17.195Z] ---> db6d94c90886 [2022-12-14T14:37:17.195Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-12-14T14:37:21.430Z] ---> Running in eacce751bf7f [2022-12-14T14:37:21.430Z] Removing intermediate container eacce751bf7f [2022-12-14T14:37:21.430Z] ---> b0602dcc125d [2022-12-14T14:37:21.430Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-12-14T14:37:21.430Z] ---> Running in accfc368b93b [2022-12-14T14:37:21.430Z] Removing intermediate container accfc368b93b [2022-12-14T14:37:21.430Z] ---> f676f950de48 [2022-12-14T14:37:21.430Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-12-14T14:37:21.430Z] ---> Running in 08b464aac09a [2022-12-14T14:37:21.430Z] Removing intermediate container 08b464aac09a [2022-12-14T14:37:21.430Z] ---> 65c1752640ad [2022-12-14T14:37:21.430Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-12-14T14:37:21.430Z] ---> Running in 5b13c2ff5494 [2022-12-14T14:37:21.430Z] Removing intermediate container 5b13c2ff5494 [2022-12-14T14:37:21.430Z] ---> cc8a4eaa08c5 [2022-12-14T14:37:21.430Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-12-14T14:37:21.690Z] ---> Running in db6451b8828f [2022-12-14T14:37:21.690Z] Removing intermediate container db6451b8828f [2022-12-14T14:37:21.690Z] ---> 6c7c2aa04c1f [2022-12-14T14:37:21.690Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-12-14T14:37:21.997Z] Still waiting to schedule task [2022-12-14T14:37:21.998Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-12-14T14:37:22.263Z] latest: Pulling from library/docker [2022-12-14T14:37:22.263Z] c158987b0551: Pulling fs layer [2022-12-14T14:37:22.263Z] 93eea1d5d8e5: Pulling fs layer [2022-12-14T14:37:22.263Z] 6984615ae184: Pulling fs layer [2022-12-14T14:37:22.263Z] 3e603bb99416: Pulling fs layer [2022-12-14T14:37:22.263Z] 4574c54fe426: Pulling fs layer [2022-12-14T14:37:22.263Z] aa297596aa73: Pulling fs layer [2022-12-14T14:37:22.263Z] 6b35383209c1: Pulling fs layer [2022-12-14T14:37:22.263Z] 4574c54fe426: Waiting [2022-12-14T14:37:22.263Z] aa297596aa73: Waiting [2022-12-14T14:37:22.263Z] 3e603bb99416: Waiting [2022-12-14T14:37:22.263Z] b6e87bb700b0: Pulling fs layer [2022-12-14T14:37:22.263Z] 6b35383209c1: Waiting [2022-12-14T14:37:22.263Z] b6e87bb700b0: Waiting [2022-12-14T14:37:22.263Z] 93eea1d5d8e5: Verifying Checksum [2022-12-14T14:37:22.263Z] 93eea1d5d8e5: Download complete [2022-12-14T14:37:22.537Z] c158987b0551: Download complete [2022-12-14T14:37:22.537Z] 6984615ae184: Verifying Checksum [2022-12-14T14:37:22.537Z] 6984615ae184: Download complete [2022-12-14T14:37:22.796Z] c158987b0551: Pull complete [2022-12-14T14:37:22.796Z] aa297596aa73: Download complete [2022-12-14T14:37:22.796Z] 93eea1d5d8e5: Pull complete [2022-12-14T14:37:22.796Z] 6b35383209c1: Verifying Checksum [2022-12-14T14:37:22.796Z] 6b35383209c1: Download complete [2022-12-14T14:37:23.056Z] b6e87bb700b0: Verifying Checksum [2022-12-14T14:37:23.056Z] b6e87bb700b0: Download complete [2022-12-14T14:37:23.056Z] 4574c54fe426: Verifying Checksum [2022-12-14T14:37:23.056Z] 4574c54fe426: Download complete [2022-12-14T14:37:23.056Z] 3e603bb99416: Download complete [2022-12-14T14:37:23.056Z] 6984615ae184: Pull complete [2022-12-14T14:37:23.354Z] 3e603bb99416: Pull complete [2022-12-14T14:37:23.734Z] 4574c54fe426: Pull complete [2022-12-14T14:37:24.028Z] aa297596aa73: Pull complete [2022-12-14T14:37:24.028Z] 6b35383209c1: Pull complete [2022-12-14T14:37:24.028Z] b6e87bb700b0: Pull complete [2022-12-14T14:37:24.028Z] Digest: sha256:812ff1098c97878ae26ca8e0423e00aa157596a8b28d4bd52c120c4d087e8ae1 [2022-12-14T14:37:24.028Z] Status: Downloaded newer image for docker:latest [2022-12-14T14:37:25.425Z] ---> 85ecace0c792 [2022-12-14T14:37:25.425Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-12-14T14:37:25.425Z] ---> Running in b3e793b962b8 [2022-12-14T14:37:25.992Z] Removing intermediate container b3e793b962b8 [2022-12-14T14:37:25.992Z] ---> 6ec3be940e3b [2022-12-14T14:37:25.992Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-14T14:37:25.992Z] ---> Running in 575c7cf6f22a [2022-12-14T14:37:26.250Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-14T14:37:26.817Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-14T14:37:27.750Z] OK: 211 MiB in 51 packages [2022-12-14T14:37:27.750Z] Removing intermediate container 575c7cf6f22a [2022-12-14T14:37:27.750Z] ---> 8675412eff8b [2022-12-14T14:37:27.750Z] Step 11/16 : ENV GO111MODULE=on [2022-12-14T14:37:27.750Z] ---> Running in 167c2fec8f68 [2022-12-14T14:37:28.010Z] Removing intermediate container 167c2fec8f68 [2022-12-14T14:37:28.010Z] ---> df3b39fae865 [2022-12-14T14:37:28.010Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-12-14T14:37:28.010Z] ---> Running in 7a144a1018ec [2022-12-14T14:37:28.010Z] Removing intermediate container 7a144a1018ec [2022-12-14T14:37:28.010Z] ---> 5163dfef9f82 [2022-12-14T14:37:28.010Z] Step 13/16 : COPY go.mod vendor* ./ [2022-12-14T14:37:28.269Z] ---> 86a915f5c90b [2022-12-14T14:37:28.269Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-14T14:37:28.269Z] ---> Running in 366f5f680603 [2022-12-14T14:37:54.807Z] Removing intermediate container 366f5f680603 [2022-12-14T14:37:54.807Z] ---> a65e2074d5cf [2022-12-14T14:37:54.807Z] Step 15/16 : COPY . . [2022-12-14T14:37:54.807Z] ---> a0d0020a71a3 [2022-12-14T14:37:54.807Z] Step 16/16 : RUN ${MAKE} [2022-12-14T14:37:54.807Z] ---> Running in 3dd5aeb0f29a [2022-12-14T14:37:54.807Z] noop [2022-12-14T14:37:54.807Z] Removing intermediate container 3dd5aeb0f29a [2022-12-14T14:37:54.807Z] ---> 0885abb0528d [2022-12-14T14:37:54.807Z] Successfully built 0885abb0528d [2022-12-14T14:37:54.807Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:37:55.253Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-14T14:37:55.253Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T14:37:55.394Z] prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container [2022-12-14T14:37:55.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-12-14T14:37:55.772Z] $ docker top 3c6a673aa7de03b1fe078eb987480338b2f0d51ba56ed386c16c7f84e1c7da2b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T14:37:56.166Z] + go version [2022-12-14T14:37:56.166Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-12-14T14:37:56.198Z] $ docker stop --time=1 3c6a673aa7de03b1fe078eb987480338b2f0d51ba56ed386c16c7f84e1c7da2b [2022-12-14T14:37:57.503Z] $ docker rm -f 3c6a673aa7de03b1fe078eb987480338b2f0d51ba56ed386c16c7f84e1c7da2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:37:58.183Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-14T14:37:58.183Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T14:37:58.321Z] prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container [2022-12-14T14:37:58.356Z] $ 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-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-12-14T14:37:58.680Z] $ docker top 89a33baf248f249dd2c4766badaa2e0a7d2d194e4b63ef05c0849ea0580d9915 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T14:37:59.069Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-584 [Pipeline] fileExists [Pipeline] sh [2022-12-14T14:37:59.426Z] + make test [2022-12-14T14:37:59.427Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-12-14T14:37:59.684Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-12-14T14:38:09.646Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-12-14T14:38:09.646Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-12-14T14:38:09.646Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-12-14T14:38:09.646Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-12-14T14:38:09.646Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-12-14T14:38:09.646Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-12-14T14:38:09.646Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-12-14T14:38:09.646Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-12-14T14:38:09.646Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-12-14T14:38:11.017Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-14T14:38:11.017Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-14T14:38:11.017Z] ./bin/test-attribution-txt.sh [2022-12-14T14:38:11.017Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-12-14T14:38:11.017Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-12-14T14:38:11.017Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-12-14T14:38:11.017Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-12-14T14:38:11.018Z] make -C web test [2022-12-14T14:38:11.018Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-584/web' [2022-12-14T14:38:11.018Z] make[1]: tput: No such file or directory [2022-12-14T14:38:11.018Z] make[1]: tput: No such file or directory [2022-12-14T14:38:11.018Z] warning: generating ./VERSION [2022-12-14T14:38:11.018Z] echo "0.0.0" > VERSION [2022-12-14T14:38:11.018Z] docker build \ [2022-12-14T14:38:11.018Z] -f Dockerfile \ [2022-12-14T14:38:11.018Z] --build-arg USER=1000 \ [2022-12-14T14:38:11.018Z] \ [2022-12-14T14:38:11.018Z] --label "git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b" \ [2022-12-14T14:38:11.018Z] -t edgexfoundry/edgex-web-ui:f9e971e5c7f115aba8be833c13e7ddf8c1445a3b \ [2022-12-14T14:38:11.018Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-12-14T14:38:11.018Z] . [2022-12-14T14:38:11.276Z] Sending build context to Docker daemon 3.281MB [2022-12-14T14:38:11.276Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-12-14T14:38:11.842Z] 16.17-alpine3.15: Pulling from library/node [2022-12-14T14:38:11.842Z] 9621f1afde84: Pulling fs layer [2022-12-14T14:38:11.842Z] c6f70ee39829: Pulling fs layer [2022-12-14T14:38:11.842Z] 56892a8094a2: Pulling fs layer [2022-12-14T14:38:11.842Z] 58dd87906ef0: Pulling fs layer [2022-12-14T14:38:11.842Z] 58dd87906ef0: Waiting [2022-12-14T14:38:11.842Z] 9621f1afde84: Verifying Checksum [2022-12-14T14:38:11.842Z] 9621f1afde84: Download complete [2022-12-14T14:38:12.099Z] 9621f1afde84: Pull complete [2022-12-14T14:38:12.099Z] 58dd87906ef0: Verifying Checksum [2022-12-14T14:38:12.099Z] 58dd87906ef0: Download complete [2022-12-14T14:38:12.099Z] 56892a8094a2: Download complete [2022-12-14T14:38:13.035Z] c6f70ee39829: Verifying Checksum [2022-12-14T14:38:13.035Z] c6f70ee39829: Download complete [2022-12-14T14:38:14.407Z] c6f70ee39829: Pull complete [2022-12-14T14:38:14.407Z] 56892a8094a2: Pull complete [2022-12-14T14:38:14.407Z] 58dd87906ef0: Pull complete [2022-12-14T14:38:14.407Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-12-14T14:38:14.407Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-12-14T14:38:14.407Z] ---> b69703f70c3d [2022-12-14T14:38:14.407Z] Step 2/10 : RUN apk add --no-cache chromium [2022-12-14T14:38:15.780Z] ---> Running in 67a363650315 [2022-12-14T14:38:16.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-12-14T14:38:16.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-12-14T14:38:16.297Z] (1/129) Installing libxau (1.0.9-r0) [2022-12-14T14:38:16.297Z] (2/129) Installing libmd (1.0.3-r0) [2022-12-14T14:38:16.297Z] (3/129) Installing libbsd (0.11.3-r1) [2022-12-14T14:38:16.297Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-12-14T14:38:16.297Z] (5/129) Installing libxcb (1.14-r2) [2022-12-14T14:38:16.297Z] (6/129) Installing libx11 (1.7.3.1-r0) [2022-12-14T14:38:16.556Z] (7/129) Installing libxext (1.3.4-r0) [2022-12-14T14:38:16.556Z] (8/129) Installing libice (1.0.10-r0) [2022-12-14T14:38:16.556Z] (9/129) Installing libuuid (2.37.4-r0) [2022-12-14T14:38:16.556Z] (10/129) Installing libsm (1.2.3-r0) [2022-12-14T14:38:16.556Z] (11/129) Installing libxt (1.2.1-r0) [2022-12-14T14:38:16.556Z] (12/129) Installing libxmu (1.1.3-r0) [2022-12-14T14:38:16.556Z] (13/129) Installing xset (1.2.4-r0) [2022-12-14T14:38:16.556Z] (14/129) Installing xprop (1.2.5-r0) [2022-12-14T14:38:16.556Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-12-14T14:38:16.556Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-12-14T14:38:16.556Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-12-14T14:38:16.556Z] (18/129) Installing libffi (3.4.2-r1) [2022-12-14T14:38:16.556Z] (19/129) Installing libintl (0.21-r0) [2022-12-14T14:38:16.556Z] (20/129) Installing libblkid (2.37.4-r0) [2022-12-14T14:38:16.556Z] (21/129) Installing libmount (2.37.4-r0) [2022-12-14T14:38:16.556Z] (22/129) Installing pcre (8.45-r1) [2022-12-14T14:38:16.556Z] (23/129) Installing glib (2.70.1-r0) [2022-12-14T14:38:16.556Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-12-14T14:38:16.556Z] (25/129) Installing libxml2 (2.9.14-r2) [2022-12-14T14:38:16.556Z] (26/129) Installing shared-mime-info (2.1-r1) [2022-12-14T14:38:16.556Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-12-14T14:38:16.556Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-12-14T14:38:16.556Z] (29/129) Installing libpng (1.6.37-r1) [2022-12-14T14:38:16.556Z] (30/129) Installing libwebp (1.2.2-r0) [2022-12-14T14:38:16.556Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-12-14T14:38:16.556Z] (32/129) Installing tiff (4.4.0-r0) [2022-12-14T14:38:16.556Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-12-14T14:38:16.556Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-12-14T14:38:16.556Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-12-14T14:38:16.556Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-12-14T14:38:16.556Z] (37/129) Installing libxrender (0.9.10-r3) [2022-12-14T14:38:16.556Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-12-14T14:38:16.556Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-12-14T14:38:16.556Z] (40/129) Installing libxi (1.8-r0) [2022-12-14T14:38:16.556Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-12-14T14:38:16.556Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-12-14T14:38:16.556Z] (43/129) Installing atk (2.36.0-r0) [2022-12-14T14:38:16.556Z] (44/129) Installing libxtst (1.2.3-r3) [2022-12-14T14:38:16.556Z] (45/129) Installing dbus-libs (1.12.24-r0) [2022-12-14T14:38:16.556Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-12-14T14:38:16.815Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-12-14T14:38:16.815Z] (48/129) Installing expat (2.5.0-r0) [2022-12-14T14:38:16.815Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-12-14T14:38:16.815Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-12-14T14:38:16.815Z] (51/129) Installing freetype (2.11.1-r2) [2022-12-14T14:38:16.815Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-12-14T14:38:16.815Z] (53/129) Installing pixman (0.40.0-r4) [2022-12-14T14:38:16.815Z] (54/129) Installing cairo (1.16.0-r5) [2022-12-14T14:38:16.815Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-12-14T14:38:16.815Z] (56/129) Installing avahi-libs (0.8-r5) [2022-12-14T14:38:16.815Z] (57/129) Installing gmp (6.2.1-r1) [2022-12-14T14:38:16.815Z] (58/129) Installing nettle (3.7.3-r0) [2022-12-14T14:38:16.815Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-12-14T14:38:16.815Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-12-14T14:38:16.815Z] (61/129) Installing libunistring (0.9.10-r1) [2022-12-14T14:38:16.815Z] (62/129) Installing gnutls (3.7.1-r1) [2022-12-14T14:38:16.815Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-12-14T14:38:16.815Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-12-14T14:38:16.815Z] (65/129) Installing fribidi (1.0.11-r0) [2022-12-14T14:38:16.815Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-12-14T14:38:16.815Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-12-14T14:38:16.815Z] (68/129) Installing libxft (2.3.4-r0) [2022-12-14T14:38:16.815Z] (69/129) Installing pango (1.48.10-r0) [2022-12-14T14:38:16.815Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-12-14T14:38:16.815Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-12-14T14:38:16.815Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-12-14T14:38:16.815Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-12-14T14:38:16.815Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-12-14T14:38:16.815Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-12-14T14:38:17.074Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-12-14T14:38:17.074Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-12-14T14:38:17.074Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-12-14T14:38:17.074Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-12-14T14:38:17.074Z] Executing ttf-opensans-1.10-r1.post-install [2022-12-14T14:38:18.976Z] (79/129) Installing libogg (1.3.5-r0) [2022-12-14T14:38:18.976Z] (80/129) Installing flac (1.3.4-r0) [2022-12-14T14:38:18.976Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-12-14T14:38:19.235Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-12-14T14:38:19.235Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-12-14T14:38:19.235Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-12-14T14:38:19.235Z] (85/129) Installing libass (0.15.2-r0) [2022-12-14T14:38:19.235Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-12-14T14:38:19.235Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-12-14T14:38:19.235Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-12-14T14:38:19.235Z] (89/129) Installing lame (3.100-r0) [2022-12-14T14:38:19.235Z] (90/129) Installing opus (1.3.1-r1) [2022-12-14T14:38:19.235Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-12-14T14:38:19.235Z] (92/129) Installing soxr (0.1.3-r2) [2022-12-14T14:38:19.235Z] (93/129) Installing libsrt (1.4.2-r1) [2022-12-14T14:38:19.235Z] (94/129) Installing libssh (0.9.6-r1) [2022-12-14T14:38:19.235Z] (95/129) Installing libtheora (1.1.1-r16) [2022-12-14T14:38:19.235Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-12-14T14:38:19.235Z] (97/129) Installing libpciaccess (0.16-r0) [2022-12-14T14:38:19.235Z] (98/129) Installing libdrm (2.4.109-r0) [2022-12-14T14:38:19.235Z] (99/129) Installing libva (2.13.0-r0) [2022-12-14T14:38:19.235Z] (100/129) Installing libvdpau (1.4-r0) [2022-12-14T14:38:19.235Z] (101/129) Installing vidstab (1.1.0-r1) [2022-12-14T14:38:19.235Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-12-14T14:38:19.235Z] (103/129) Installing libvpx (1.10.0-r0) [2022-12-14T14:38:19.235Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-12-14T14:38:19.235Z] (105/129) Installing x264-libs (20210613-r0) [2022-12-14T14:38:19.235Z] (106/129) Installing x265-libs (3.5-r0) [2022-12-14T14:38:19.493Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-12-14T14:38:19.493Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-12-14T14:38:19.493Z] (109/129) Installing libevent (2.1.12-r4) [2022-12-14T14:38:19.493Z] (110/129) Installing mesa (21.2.6-r0) [2022-12-14T14:38:19.493Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-12-14T14:38:19.493Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-12-14T14:38:19.493Z] (113/129) Installing lcms2 (2.12-r1) [2022-12-14T14:38:19.493Z] (114/129) Installing nspr (4.32-r0) [2022-12-14T14:38:19.493Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-12-14T14:38:19.493Z] (116/129) Installing nss (3.78.1-r0) [2022-12-14T14:38:19.493Z] (117/129) Installing libasyncns (0.8-r1) [2022-12-14T14:38:19.493Z] (118/129) Installing libltdl (2.4.6-r7) [2022-12-14T14:38:19.493Z] (119/129) Installing orc (0.4.32-r0) [2022-12-14T14:38:19.493Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-12-14T14:38:19.493Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-12-14T14:38:19.493Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-12-14T14:38:19.755Z] (123/129) Installing libpulse (15.0-r2) [2022-12-14T14:38:19.755Z] (124/129) Installing re2 (2021.11.01-r0) [2022-12-14T14:38:19.755Z] (125/129) Installing snappy (1.1.9-r1) [2022-12-14T14:38:19.755Z] (126/129) Installing libgpg-error (1.42-r1) [2022-12-14T14:38:19.755Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-12-14T14:38:19.755Z] (128/129) Installing libxslt (1.1.35-r0) [2022-12-14T14:38:19.755Z] (129/129) Installing chromium (99.0.4844.84-r0) [2022-12-14T14:38:20.690Z] Executing busybox-1.34.1-r7.trigger [2022-12-14T14:38:20.690Z] Executing glib-2.70.1-r0.trigger [2022-12-14T14:38:20.690Z] Executing shared-mime-info-2.1-r1.trigger [2022-12-14T14:38:22.591Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-12-14T14:38:22.591Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-12-14T14:38:22.591Z] Executing fontconfig-2.13.1-r4.trigger [2022-12-14T14:38:22.591Z] Executing mkfontscale-1.2.1-r1.trigger [2022-12-14T14:38:22.591Z] OK: 286 MiB in 145 packages [2022-12-14T14:38:26.807Z] Removing intermediate container 67a363650315 [2022-12-14T14:38:26.807Z] ---> 816c56c74ce0 [2022-12-14T14:38:26.807Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-12-14T14:38:27.101Z] ---> Running in 0c20cb745114 [2022-12-14T14:38:27.101Z] Removing intermediate container 0c20cb745114 [2022-12-14T14:38:27.101Z] ---> 6ed20bb08444 [2022-12-14T14:38:27.101Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-12-14T14:38:27.101Z] ---> Running in 0dcfa0ba856f [2022-12-14T14:38:27.101Z] Removing intermediate container 0dcfa0ba856f [2022-12-14T14:38:27.101Z] ---> 9c18394dcfad [2022-12-14T14:38:27.101Z] Step 5/10 : RUN npm install -g npm [2022-12-14T14:38:27.101Z] ---> Running in 4bb7d858babd [2022-12-14T14:38:33.779Z] [2022-12-14T14:38:33.779Z] removed 8 packages, changed 80 packages, and audited 232 packages in 5s [2022-12-14T14:38:33.779Z] [2022-12-14T14:38:33.779Z] 14 packages are looking for funding [2022-12-14T14:38:33.779Z] run `npm fund` for details [2022-12-14T14:38:33.779Z] [2022-12-14T14:38:33.779Z] found 0 vulnerabilities [2022-12-14T14:38:34.346Z] Removing intermediate container 4bb7d858babd [2022-12-14T14:38:34.346Z] ---> 68bf201ff518 [2022-12-14T14:38:34.346Z] Step 6/10 : ARG USER=1000 [2022-12-14T14:38:34.346Z] ---> Running in 4c3a698e0d6f [2022-12-14T14:38:34.346Z] Removing intermediate container 4c3a698e0d6f [2022-12-14T14:38:34.346Z] ---> ece3cd22e951 [2022-12-14T14:38:34.346Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-12-14T14:38:34.346Z] ---> Running in ec044a8170b1 [2022-12-14T14:38:34.912Z] Removing intermediate container ec044a8170b1 [2022-12-14T14:38:34.912Z] ---> ca33e63bd9b1 [2022-12-14T14:38:34.912Z] Step 8/10 : USER $USER:$USER [2022-12-14T14:38:34.912Z] ---> Running in 9b3681398831 [2022-12-14T14:38:34.912Z] Removing intermediate container 9b3681398831 [2022-12-14T14:38:34.912Z] ---> db7806fcdf5f [2022-12-14T14:38:34.912Z] Step 9/10 : WORKDIR /app [2022-12-14T14:38:34.912Z] ---> Running in 9e379bec6bc0 [2022-12-14T14:38:35.172Z] Removing intermediate container 9e379bec6bc0 [2022-12-14T14:38:35.172Z] ---> 6b1e1881dc4d [2022-12-14T14:38:35.172Z] Step 10/10 : LABEL git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [2022-12-14T14:38:35.172Z] ---> Running in 65bfa332b4cf [2022-12-14T14:38:35.172Z] Removing intermediate container 65bfa332b4cf [2022-12-14T14:38:35.172Z] ---> 929a5634a117 [2022-12-14T14:38:35.172Z] Successfully built 929a5634a117 [2022-12-14T14:38:35.172Z] Successfully tagged edgexfoundry/edgex-web-ui:f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [2022-12-14T14:38:35.172Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-12-14T14:38:35.172Z] touch edgex-web-ui.imagebuilt [2022-12-14T14:38:35.172Z] mkdir -p node_modules coverage [2022-12-14T14:38:35.172Z] chown "1000:1000" node_modules coverage package-lock.json [2022-12-14T14:38:35.172Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE required: { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE }, [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE required: { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE }, [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE required: { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE }, [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE required: { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE }, [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE required: { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE }, [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE required: { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE }, [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE required: { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE }, [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE required: { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE }, [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE required: { [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE }, [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:38:37.073Z] npm WARN EBADENGINE } [2022-12-14T14:38:40.356Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-12-14T14:38:40.923Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-12-14T14:38:40.923Z] 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 [2022-12-14T14:38:40.923Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-12-14T14:38:41.181Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-12-14T14:38:41.438Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-12-14T14:38:41.695Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-12-14T14:38:42.638Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-12-14T14:38:42.895Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-12-14T14:38:44.794Z] 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 [2022-12-14T14:38:44.794Z] npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2022-12-14T14:38:45.728Z] 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. [2022-12-14T14:38:46.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. [2022-12-14T14:38:46.862Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-12-14T14:38:46.862Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-12-14T14:38:47.121Z] 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. [2022-12-14T14:38:47.379Z] 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. [2022-12-14T14:38:48.315Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-12-14T14:38:50.216Z] 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. [2022-12-14T14:38:53.576Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-121205 in /w/workspace/edgexfoundry_edgex-ui-go_PR-584 [Pipeline] { [Pipeline] ws [2022-12-14T14:38:53.616Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-12-14T14:38:53.697Z] The recommended git tool is: git [2022-12-14T14:38:58.372Z] [2022-12-14T14:38:58.372Z] added 1492 packages, and audited 1493 packages in 21s [2022-12-14T14:38:58.372Z] [2022-12-14T14:38:58.372Z] 93 packages are looking for funding [2022-12-14T14:38:58.372Z] run `npm fund` for details [2022-12-14T14:38:58.372Z] [2022-12-14T14:38:58.372Z] 20 vulnerabilities (1 low, 5 moderate, 9 high, 5 critical) [2022-12-14T14:38:58.372Z] [2022-12-14T14:38:58.372Z] To address issues that do not require attention, run: [2022-12-14T14:38:58.372Z] npm audit fix [2022-12-14T14:38:58.372Z] [2022-12-14T14:38:58.372Z] To address all issues (including breaking changes), run: [2022-12-14T14:38:58.372Z] npm audit fix --force [2022-12-14T14:38:58.372Z] [2022-12-14T14:38:58.372Z] Run `npm audit` for details. [2022-12-14T14:38:58.511Z] using credential edgex-jenkins-ssh [2022-12-14T14:38:58.528Z] Cloning the remote Git repository [2022-12-14T14:38:58.571Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-12-14T14:38:58.656Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-12-14T14:38:58.801Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-12-14T14:38:58.802Z] > git --version # timeout=10 [2022-12-14T14:38:58.823Z] > git --version # 'git version 2.25.1' [2022-12-14T14:38:58.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-14T14:38:58.899Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-14T14:39:02.582Z] 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 [2022-12-14T14:39:03.170Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-12-14T14:39:03.210Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-14T14:39:04.604Z] Merging remotes/origin/main commit 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 into PR head commit f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [2022-12-14T14:39:05.113Z] - Generating browser application bundles (phase: setup)... [2022-12-14T14:39:05.164Z] Merge succeeded, producing f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [2022-12-14T14:39:05.165Z] Checking out Revision f9e971e5c7f115aba8be833c13e7ddf8c1445a3b (PR-584) [2022-12-14T14:39:04.027Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-12-14T14:39:04.070Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-12-14T14:39:04.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-14T14:39:04.086Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-12-14T14:39:04.619Z] > git config core.sparsecheckout # timeout=10 [2022-12-14T14:39:04.644Z] > git checkout -f f9e971e5c7f115aba8be833c13e7ddf8c1445a3b # timeout=10 [2022-12-14T14:39:05.050Z] > git remote # timeout=10 [2022-12-14T14:39:05.073Z] > git config --get remote.origin.url # timeout=10 [2022-12-14T14:39:05.102Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-14T14:39:05.117Z] > git merge 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 # timeout=10 [2022-12-14T14:39:05.145Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-14T14:39:05.171Z] > git config core.sparsecheckout # timeout=10 [2022-12-14T14:39:05.185Z] > git checkout -f f9e971e5c7f115aba8be833c13e7ddf8c1445a3b # timeout=10 [2022-12-14T14:39:06.134Z] Commit message: "chore(deps): Bump express from 4.17.1 to 4.18.2 in /web" [2022-12-14T14:39:06.188Z] > git --version # timeout=10 [2022-12-14T14:39:06.202Z] > git --version # 'git version 2.25.1' [2022-12-14T14:39:06.226Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-14T14:39:07.414Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-12-14T14:39:07.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-14T14:39:07.414Z] Dload Upload Total Spent Left Speed [2022-12-14T14:39:07.414Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 74567 0 --:--:-- --:--:-- --:--:-- 74567 [Pipeline] sh [2022-12-14T14:39:08.033Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-12-14T14:39:08.396Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-12-14T14:39:08.396Z] + sudo tee /etc/docker/daemon.new [2022-12-14T14:39:08.396Z] { [2022-12-14T14:39:08.396Z] "registry-mirrors": [ [2022-12-14T14:39:08.396Z] "https://nexus3.edgexfoundry.org:10001" [2022-12-14T14:39:08.396Z] ], [2022-12-14T14:39:08.396Z] "bip": "10.250.0.254/24", [2022-12-14T14:39:08.396Z] "hosts": [ [2022-12-14T14:39:08.396Z] "tcp://0.0.0.0:5555", [2022-12-14T14:39:08.396Z] "unix:///var/run/docker.sock" [2022-12-14T14:39:08.396Z] ], [2022-12-14T14:39:08.396Z] "mtu": 1458, [2022-12-14T14:39:08.396Z] "selinux-enabled": true, [2022-12-14T14:39:08.396Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-12-14T14:39:08.396Z] } [Pipeline] sh [2022-12-14T14:39:08.748Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-12-14T14:39:09.099Z] + sudo service docker restart [2022-12-14T14:39:09.300Z] Compiling @angular/core : es2015 as esm2015 [2022-12-14T14:39:09.300Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-12-14T14:39:12.579Z] Compiling @angular/common : es2015 as esm2015 [2022-12-14T14:39:12.579Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-12-14T14:39:13.145Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-12-14T14:39:13.145Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-12-14T14:39:13.710Z] Compiling @angular/common/http : es2015 as esm2015 [2022-12-14T14:39:13.710Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-12-14T14:39:13.967Z] Compiling @angular/router : es2015 as esm2015 [2022-12-14T14:39:13.967Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-12-14T14:39:14.224Z] Compiling @angular/forms : es2015 as esm2015 [2022-12-14T14:39:14.224Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-12-14T14:39:14.482Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-12-14T14:39:16.382Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-12-14T14:39:22.946Z] 14 12 2022 14:39:21.704:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-12-14T14:39:22.946Z] 14 12 2022 14:39:21.706:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-12-14T14:39:22.946Z] 14 12 2022 14:39:21.709:INFO [launcher]: Starting browser ChromeHeadless [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-14T14:39:27.429Z] provisioning config files... [2022-12-14T14:39:27.458Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config15113037798813462098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:39:27.844Z] ---> docker-login.sh [2022-12-14T14:39:27.844Z] nexus3.edgexfoundry.org:10001 [2022-12-14T14:39:28.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:39:28.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:39:28.436Z] Configure a credential helper to remove this warning. See [2022-12-14T14:39:28.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:39:28.436Z] [2022-12-14T14:39:28.436Z] Login Succeeded [2022-12-14T14:39:28.436Z] nexus3.edgexfoundry.org:10002 [2022-12-14T14:39:28.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:39:28.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:39:28.709Z] Configure a credential helper to remove this warning. See [2022-12-14T14:39:28.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:39:28.709Z] [2022-12-14T14:39:28.709Z] Login Succeeded [2022-12-14T14:39:28.709Z] nexus3.edgexfoundry.org:10003 [2022-12-14T14:39:28.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:39:29.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:39:29.247Z] Configure a credential helper to remove this warning. See [2022-12-14T14:39:29.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:39:29.247Z] [2022-12-14T14:39:29.247Z] Login Succeeded [2022-12-14T14:39:29.247Z] nexus3.edgexfoundry.org:10004 [2022-12-14T14:39:29.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:39:29.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:39:29.520Z] Configure a credential helper to remove this warning. See [2022-12-14T14:39:29.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:39:29.520Z] [2022-12-14T14:39:29.520Z] Login Succeeded [2022-12-14T14:39:29.520Z] docker.io [2022-12-14T14:39:29.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T14:39:30.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T14:39:30.054Z] Configure a credential helper to remove this warning. See [2022-12-14T14:39:30.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T14:39:30.054Z] [2022-12-14T14:39:30.054Z] Login Succeeded [2022-12-14T14:39:30.054Z] ---> docker-login.sh ends [Pipeline] } [2022-12-14T14:39:30.086Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-14T14:39:30.405Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T14:39:30.441Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T14:39:30.479Z] ========================================================= [2022-12-14T14:39:30.479Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-12-14T14:39:30.479Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:39:30.975Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-12-14T14:39:31.940Z] Sending build context to Docker daemon 28.77MB [2022-12-14T14:39:31.940Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-12-14T14:39:31.940Z] Step 2/16 : FROM ${BASE} AS builder [2022-12-14T14:39:31.940Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-12-14T14:39:32.210Z] 9b18e9b68314: Pulling fs layer [2022-12-14T14:39:32.210Z] 35d82f9e3411: Pulling fs layer [2022-12-14T14:39:32.210Z] e16973657156: Pulling fs layer [2022-12-14T14:39:32.210Z] fc693d55d65f: Pulling fs layer [2022-12-14T14:39:32.210Z] 7e9fc2657dce: Pulling fs layer [2022-12-14T14:39:32.210Z] dda99020689f: Pulling fs layer [2022-12-14T14:39:32.210Z] db1c61fa0a46: Pulling fs layer [2022-12-14T14:39:32.210Z] 891c053d2c06: Pulling fs layer [2022-12-14T14:39:32.210Z] 7e9fc2657dce: Waiting [2022-12-14T14:39:32.210Z] dda99020689f: Waiting [2022-12-14T14:39:32.210Z] fc693d55d65f: Waiting [2022-12-14T14:39:32.210Z] db1c61fa0a46: Waiting [2022-12-14T14:39:32.210Z] 891c053d2c06: Waiting [2022-12-14T14:39:32.210Z] e16973657156: Verifying Checksum [2022-12-14T14:39:32.210Z] e16973657156: Download complete [2022-12-14T14:39:32.210Z] 35d82f9e3411: Verifying Checksum [2022-12-14T14:39:32.210Z] 35d82f9e3411: Download complete [2022-12-14T14:39:32.210Z] 7e9fc2657dce: Verifying Checksum [2022-12-14T14:39:32.210Z] 7e9fc2657dce: Download complete [2022-12-14T14:39:32.210Z] dda99020689f: Verifying Checksum [2022-12-14T14:39:32.210Z] dda99020689f: Download complete [2022-12-14T14:39:32.210Z] 9b18e9b68314: Verifying Checksum [2022-12-14T14:39:32.210Z] 9b18e9b68314: Download complete [2022-12-14T14:39:32.920Z] ✔ Browser application bundle generation complete. [2022-12-14T14:39:32.920Z] 14 12 2022 14:39:32.635:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket q_tcRiRM-eBkH-puAAAB with id 68065576 [2022-12-14T14:39:33.195Z] 9b18e9b68314: Pull complete [2022-12-14T14:39:33.195Z] 891c053d2c06: Verifying Checksum [2022-12-14T14:39:33.195Z] 891c053d2c06: Download complete [2022-12-14T14:39:33.784Z] 35d82f9e3411: Pull complete [2022-12-14T14:39:33.784Z] e16973657156: Pull complete [2022-12-14T14:39:34.372Z] db1c61fa0a46: Verifying Checksum [2022-12-14T14:39:34.372Z] db1c61fa0a46: Download complete [2022-12-14T14:39:34.958Z] fc693d55d65f: Verifying Checksum [2022-12-14T14:39:34.958Z] fc693d55d65f: Download complete [2022-12-14T14:39:35.450Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-12-14T14:39:35.708Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.16 secs) [2022-12-14T14:39:35.708Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.166 secs) [2022-12-14T14:39:35.708Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.171 secs) [2022-12-14T14:39:35.966Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.409 secs) [2022-12-14T14:39:36.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.447 secs) [2022-12-14T14:39:36.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.488 secs) [2022-12-14T14:39:36.224Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.492 secs) [2022-12-14T14:39:36.225Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.498 secs) [2022-12-14T14:39:36.225Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.5 secs) [2022-12-14T14:39:36.225Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.503 secs) [2022-12-14T14:39:36.225Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.506 secs) [2022-12-14T14:39:36.225Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.6 secs) [2022-12-14T14:39:36.225Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.617 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.636 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.651 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.697 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.7 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.702 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.715 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.739 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.742 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.746 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.75 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.756 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.763 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.768 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.769 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.772 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.775 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.777 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.8 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.806 secs) [2022-12-14T14:39:36.482Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.81 secs) [2022-12-14T14:39:36.741Z] WARN: ' [2022-12-14T14:39:36.741Z] It looks like you're using ngModel on the same form field as formControlName. [2022-12-14T14:39:36.741Z] Support for using the ngModel input property and ngModelChange event with [2022-12-14T14:39:36.741Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-12-14T14:39:36.741Z] in a future version of Angular. [2022-12-14T14:39:36.741Z] [2022-12-14T14:39:36.741Z] For more information on this, see our API docs here: [2022-12-14T14:39:36.741Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-12-14T14:39:36.741Z] ' [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.81 secs) [2022-12-14T14:39:36.741Z] WARN: ' [2022-12-14T14:39:36.741Z] It looks like you're using ngModel on the same form field as formControlName. [2022-12-14T14:39:36.741Z] Support for using the ngModel input property and ngModelChange event with [2022-12-14T14:39:36.741Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-12-14T14:39:36.741Z] in a future version of Angular. [2022-12-14T14:39:36.741Z] [2022-12-14T14:39:36.741Z] For more information on this, see our API docs here: [2022-12-14T14:39:36.741Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-12-14T14:39:36.741Z] ' [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.84 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.844 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.849 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.871 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.875 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.878 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.881 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.92 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.928 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.94 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.953 secs) [2022-12-14T14:39:36.741Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.986 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.996 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 1.002 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 1.004 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 1.006 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 1.01 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.018 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.021 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.024 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.034 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.036 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.037 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.046 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.072 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.083 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.089 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.094 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.097 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.103 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.116 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.132 secs) [2022-12-14T14:39:36.999Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.148 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.166 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.172 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.175 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.18 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.192 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.196 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.208 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.23 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.238 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.245 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.254 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.261 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.282 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.285 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.287 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.317 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.331 secs) [2022-12-14T14:39:37.258Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.343 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.355 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.357 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.36 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.363 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.391 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.402 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.416 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.425 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.44 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.452 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.46 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.468 secs) [2022-12-14T14:39:37.516Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.475 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.499 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.507 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.525 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.53 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.538 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.563 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.581 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.584 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.588 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.601 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.649 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.656 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.663 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.666 secs) [2022-12-14T14:39:37.775Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.67 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.687 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.696 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.705 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.707 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.74 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.755 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.781 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.792 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.796 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.799 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.802 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.821 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.832 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.84 secs) [2022-12-14T14:39:38.034Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.847 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 1.856 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 1.861 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 1.87 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 1.879 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 1.885 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 1.902 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 1.91 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 1.914 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 1.934 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 1.947 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 1.962 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 1.971 secs) [2022-12-14T14:39:38.294Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 1.983 secs) [2022-12-14T14:39:38.553Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2 secs) [2022-12-14T14:39:38.553Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.011 secs) [2022-12-14T14:39:38.553Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.027 secs) [2022-12-14T14:39:38.553Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.046 secs) [2022-12-14T14:39:38.553Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.055 secs) [2022-12-14T14:39:38.553Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.062 secs) [2022-12-14T14:39:38.553Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.073 secs) [2022-12-14T14:39:38.553Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.076 secs) [2022-12-14T14:39:38.553Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.082 secs) [2022-12-14T14:39:38.811Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.111 secs / 2.082 secs) [2022-12-14T14:39:38.811Z] TOTAL: 149 SUCCESS [2022-12-14T14:39:38.811Z] ✔ Browser application bundle generation complete. [2022-12-14T14:39:39.068Z] [2022-12-14T14:39:39.069Z] =============================== Coverage summary =============================== [2022-12-14T14:39:39.069Z] Statements : 40.92% ( 1465/3580 ) [2022-12-14T14:39:39.069Z] Branches : 12.03% ( 111/923 ) [2022-12-14T14:39:39.069Z] Functions : 33.13% ( 430/1298 ) [2022-12-14T14:39:39.069Z] Lines : 38.85% ( 1316/3387 ) [2022-12-14T14:39:39.069Z] ================================================================================ [2022-12-14T14:39:39.326Z] ✔ Browser application bundle generation complete. [2022-12-14T14:39:39.584Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-584/web' [Pipeline] echo [2022-12-14T14:39:39.620Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-14T14:39:39.648Z] $ docker stop --time=1 89a33baf248f249dd2c4766badaa2e0a7d2d194e4b63ef05c0849ea0580d9915 [2022-12-14T14:39:40.944Z] $ docker rm -f 89a33baf248f249dd2c4766badaa2e0a7d2d194e4b63ef05c0849ea0580d9915 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-14T14:39:41.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-14T14:39:42.028Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-12-14T14:39:42.714Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-14T14:39:43.274Z] + ls -al . [2022-12-14T14:39:43.274Z] total 188 [2022-12-14T14:39:43.274Z] drwxrwxr-x 14 jenkins jenkins 4096 Dec 14 14:37 . [2022-12-14T14:39:43.274Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:36 .. [2022-12-14T14:39:43.274Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:36 .blubracket [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 18 Dec 14 14:36 .dockerignore [2022-12-14T14:39:43.274Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 14:37 .git [2022-12-14T14:39:43.274Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:36 .github [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 185 Dec 14 14:36 .gitignore [2022-12-14T14:39:43.274Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 14 14:37 .semver [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 4856 Dec 14 14:36 Attribution.txt [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 17205 Dec 14 14:36 CHANGELOG.md [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 3959 Dec 14 14:36 CONTRIBUTING.md [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 1847 Dec 14 14:36 Dockerfile [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 652 Dec 14 14:36 Jenkinsfile [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 11357 Dec 14 14:36 LICENSE [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 2124 Dec 14 14:36 Makefile [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 4558 Dec 14 14:36 README.md [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 14 14:37 VERSION [2022-12-14T14:39:43.274Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:36 assets [2022-12-14T14:39:43.274Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:36 bin [2022-12-14T14:39:43.274Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:36 cmd [2022-12-14T14:39:43.274Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 14 14:37 coverage.out [2022-12-14T14:39:43.274Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:36 docs [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 3110 Dec 14 14:36 go.mod [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 43888 Dec 14 14:36 go.sum [2022-12-14T14:39:43.274Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 14:36 internal [2022-12-14T14:39:43.274Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:36 snap [2022-12-14T14:39:43.274Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:36 testing [2022-12-14T14:39:43.274Z] -rw-rw-r-- 1 jenkins jenkins 155 Dec 14 14:36 version.go [2022-12-14T14:39:43.274Z] drwxrwxr-x 6 jenkins jenkins 4096 Dec 14 14:38 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:39:43.677Z] + 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=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b --label arch=amd64 --label version=0.0.0 . [2022-12-14T14:39:43.937Z] Sending build context to Docker daemon 48.34MB [2022-12-14T14:39:43.937Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-12-14T14:39:43.937Z] Step 2/26 : FROM ${BASE} AS builder [2022-12-14T14:39:43.937Z] ---> 0885abb0528d [2022-12-14T14:39:43.937Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-12-14T14:39:44.195Z] ---> Running in 0a51d30fdea2 [2022-12-14T14:39:44.454Z] Removing intermediate container 0a51d30fdea2 [2022-12-14T14:39:44.454Z] ---> be113b15306d [2022-12-14T14:39:44.454Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-12-14T14:39:44.454Z] ---> Running in 0ab5a74100a5 [2022-12-14T14:39:44.454Z] Removing intermediate container 0ab5a74100a5 [2022-12-14T14:39:44.454Z] ---> 0f37aaafb4b7 [2022-12-14T14:39:44.454Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-12-14T14:39:44.454Z] ---> Running in c3f46d907506 [2022-12-14T14:39:44.454Z] Removing intermediate container c3f46d907506 [2022-12-14T14:39:44.454Z] ---> 4a10b5c3a85a [2022-12-14T14:39:44.454Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-12-14T14:39:44.712Z] ---> Running in 68e24e13dae8 [2022-12-14T14:39:44.712Z] Removing intermediate container 68e24e13dae8 [2022-12-14T14:39:44.712Z] ---> 74301d4107d9 [2022-12-14T14:39:44.712Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-12-14T14:39:44.712Z] ---> Running in b9a0928209d3 [2022-12-14T14:39:44.712Z] Removing intermediate container b9a0928209d3 [2022-12-14T14:39:44.712Z] ---> c8995f42a816 [2022-12-14T14:39:44.712Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-12-14T14:39:45.648Z] ---> 98abff3704e7 [2022-12-14T14:39:45.648Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-12-14T14:39:45.648Z] ---> Running in 129e7cf21164 [2022-12-14T14:39:46.216Z] Removing intermediate container 129e7cf21164 [2022-12-14T14:39:46.216Z] ---> 4ee2f566747f [2022-12-14T14:39:46.216Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-14T14:39:46.216Z] ---> Running in 50154e9cf26c [2022-12-14T14:39:46.477Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-14T14:39:46.736Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-14T14:39:47.281Z] fc693d55d65f: Pull complete [2022-12-14T14:39:47.282Z] 7e9fc2657dce: Pull complete [2022-12-14T14:39:47.282Z] dda99020689f: Pull complete [2022-12-14T14:39:47.672Z] OK: 211 MiB in 51 packages [2022-12-14T14:39:47.672Z] Removing intermediate container 50154e9cf26c [2022-12-14T14:39:47.672Z] ---> 60172faf95dc [2022-12-14T14:39:47.672Z] Step 11/26 : ENV GO111MODULE=on [2022-12-14T14:39:47.930Z] ---> Running in 4b42564d8e62 [2022-12-14T14:39:47.930Z] Removing intermediate container 4b42564d8e62 [2022-12-14T14:39:47.930Z] ---> cf31fd09df12 [2022-12-14T14:39:47.930Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-12-14T14:39:47.930Z] ---> Running in 8fcdb0e347b3 [2022-12-14T14:39:47.930Z] Removing intermediate container 8fcdb0e347b3 [2022-12-14T14:39:47.930Z] ---> 7b67a4c5021a [2022-12-14T14:39:47.930Z] Step 13/26 : COPY go.mod vendor* ./ [2022-12-14T14:39:48.188Z] ---> d515f6768e8a [2022-12-14T14:39:48.188Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-14T14:39:48.188Z] ---> Running in d29d27a0e94d [2022-12-14T14:39:48.754Z] Removing intermediate container d29d27a0e94d [2022-12-14T14:39:48.754Z] ---> b6336905e335 [2022-12-14T14:39:48.754Z] Step 15/26 : COPY . . [2022-12-14T14:39:50.127Z] ---> 61c469633525 [2022-12-14T14:39:50.127Z] Step 16/26 : RUN ${MAKE} [2022-12-14T14:39:50.127Z] ---> Running in 3d5b6cadfad3 [2022-12-14T14:39:50.386Z] 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 [2022-12-14T14:39:54.006Z] db1c61fa0a46: Pull complete [2022-12-14T14:39:55.002Z] 891c053d2c06: Pull complete [2022-12-14T14:39:55.002Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2022-12-14T14:39:55.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-12-14T14:39:55.271Z] ---> f96f9c87975a [2022-12-14T14:39:55.271Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-12-14T14:39:57.215Z] ---> Running in 72e0d2fcb5eb [2022-12-14T14:39:57.483Z] Removing intermediate container 72e0d2fcb5eb [2022-12-14T14:39:57.483Z] ---> 50b453d3c57c [2022-12-14T14:39:57.483Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-12-14T14:39:57.750Z] ---> Running in 04a3ac740b55 [2022-12-14T14:39:58.017Z] Removing intermediate container 04a3ac740b55 [2022-12-14T14:39:58.017Z] ---> 6bd69538eb8b [2022-12-14T14:39:58.017Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-12-14T14:39:58.017Z] ---> Running in 8e98d2d0976c [2022-12-14T14:39:58.284Z] Removing intermediate container 8e98d2d0976c [2022-12-14T14:39:58.284Z] ---> eb3822793b07 [2022-12-14T14:39:58.284Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-12-14T14:39:58.284Z] ---> Running in 8bfb41c1e5df [2022-12-14T14:39:58.864Z] Removing intermediate container 8bfb41c1e5df [2022-12-14T14:39:58.864Z] ---> bcc5a4d51a18 [2022-12-14T14:39:58.864Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-12-14T14:39:58.864Z] ---> Running in e473b70c7f5d [2022-12-14T14:39:59.132Z] Removing intermediate container e473b70c7f5d [2022-12-14T14:39:59.132Z] ---> e8c4c3398d06 [2022-12-14T14:39:59.132Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-12-14T14:39:59.398Z] latest: Pulling from library/docker [2022-12-14T14:39:59.666Z] 261da4162673: Pulling fs layer [2022-12-14T14:39:59.666Z] 0eb5dec0c1f5: Pulling fs layer [2022-12-14T14:39:59.666Z] f90e06f20731: Pulling fs layer [2022-12-14T14:39:59.666Z] 2f45adca8867: Pulling fs layer [2022-12-14T14:39:59.666Z] 3d61cddf01dd: Pulling fs layer [2022-12-14T14:39:59.666Z] f24c9ba3ddce: Pulling fs layer [2022-12-14T14:39:59.666Z] 0e7deb8a233d: Pulling fs layer [2022-12-14T14:39:59.666Z] 1447d85b5ea1: Pulling fs layer [2022-12-14T14:39:59.666Z] 2f45adca8867: Waiting [2022-12-14T14:39:59.666Z] 3d61cddf01dd: Waiting [2022-12-14T14:39:59.666Z] f24c9ba3ddce: Waiting [2022-12-14T14:39:59.666Z] 0e7deb8a233d: Waiting [2022-12-14T14:39:59.666Z] 1447d85b5ea1: Waiting [2022-12-14T14:39:59.936Z] 261da4162673: Verifying Checksum [2022-12-14T14:39:59.936Z] 261da4162673: Download complete [2022-12-14T14:39:59.936Z] 0eb5dec0c1f5: Verifying Checksum [2022-12-14T14:39:59.936Z] 0eb5dec0c1f5: Download complete [2022-12-14T14:40:00.204Z] f90e06f20731: Verifying Checksum [2022-12-14T14:40:00.204Z] f90e06f20731: Download complete [2022-12-14T14:40:00.470Z] 2f45adca8867: Verifying Checksum [2022-12-14T14:40:00.470Z] 2f45adca8867: Download complete [2022-12-14T14:40:00.470Z] f24c9ba3ddce: Download complete [2022-12-14T14:40:00.470Z] 3d61cddf01dd: Verifying Checksum [2022-12-14T14:40:00.470Z] 3d61cddf01dd: Download complete [2022-12-14T14:40:00.470Z] 1447d85b5ea1: Verifying Checksum [2022-12-14T14:40:00.470Z] 1447d85b5ea1: Download complete [2022-12-14T14:40:00.470Z] 0e7deb8a233d: Verifying Checksum [2022-12-14T14:40:00.470Z] 0e7deb8a233d: Download complete [2022-12-14T14:40:00.470Z] 261da4162673: Pull complete [2022-12-14T14:40:01.052Z] 0eb5dec0c1f5: Pull complete [2022-12-14T14:40:02.018Z] f90e06f20731: Pull complete [2022-12-14T14:40:02.593Z] Removing intermediate container 3d5b6cadfad3 [2022-12-14T14:40:02.594Z] ---> 7aaed574c1a7 [2022-12-14T14:40:02.594Z] Step 17/26 : FROM alpine:3.14 [2022-12-14T14:40:02.594Z] 3.14: Pulling from library/alpine [2022-12-14T14:40:02.594Z] c7ed990a2339: Pulling fs layer [2022-12-14T14:40:02.594Z] c7ed990a2339: Verifying Checksum [2022-12-14T14:40:02.594Z] c7ed990a2339: Download complete [2022-12-14T14:40:02.594Z] c7ed990a2339: Pull complete [2022-12-14T14:40:02.594Z] Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a [2022-12-14T14:40:02.594Z] Status: Downloaded newer image for alpine:3.14 [2022-12-14T14:40:02.594Z] ---> dd53f409bf0b [2022-12-14T14:40:02.594Z] Step 18/26 : EXPOSE 4000 [2022-12-14T14:40:02.594Z] ---> Running in f607f00ed38c [2022-12-14T14:40:02.594Z] Removing intermediate container f607f00ed38c [2022-12-14T14:40:02.594Z] ---> 4d976bf2b489 [2022-12-14T14:40:02.594Z] Step 19/26 : 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 [2022-12-14T14:40:02.982Z] 2f45adca8867: Pull complete [2022-12-14T14:40:03.528Z] ---> d22cd4601419 [2022-12-14T14:40:03.528Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-12-14T14:40:03.528Z] ---> b91a26937876 [2022-12-14T14:40:03.528Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-12-14T14:40:03.528Z] ---> 0c9d28791e01 [2022-12-14T14:40:03.528Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-12-14T14:40:03.528Z] ---> Running in 8dea589526f5 [2022-12-14T14:40:03.787Z] Removing intermediate container 8dea589526f5 [2022-12-14T14:40:03.787Z] ---> 0007c49a1e89 [2022-12-14T14:40:03.787Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-12-14T14:40:03.787Z] ---> Running in 557b471f3273 [2022-12-14T14:40:03.787Z] Removing intermediate container 557b471f3273 [2022-12-14T14:40:03.787Z] ---> 1e31b8ae63df [2022-12-14T14:40:03.787Z] Step 24/26 : LABEL arch=amd64 [2022-12-14T14:40:03.787Z] ---> Running in 0d7b75b6b0d5 [2022-12-14T14:40:03.787Z] Removing intermediate container 0d7b75b6b0d5 [2022-12-14T14:40:03.787Z] ---> e056dd54139a [2022-12-14T14:40:03.787Z] Step 25/26 : LABEL git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [2022-12-14T14:40:03.787Z] ---> Running in 1f017072e3cb [2022-12-14T14:40:04.046Z] Removing intermediate container 1f017072e3cb [2022-12-14T14:40:04.046Z] ---> 2b1a7d4b5caf [2022-12-14T14:40:04.046Z] Step 26/26 : LABEL version=0.0.0 [2022-12-14T14:40:04.046Z] ---> Running in 9087f8880209 [2022-12-14T14:40:04.046Z] Removing intermediate container 9087f8880209 [2022-12-14T14:40:04.046Z] ---> 9dbcf2a34f40 [2022-12-14T14:40:04.046Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-14T14:40:04.046Z] Successfully built 9dbcf2a34f40 [2022-12-14T14:40:04.046Z] 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 [2022-12-14T14:40:04.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-14T14:40:04.925Z] [2022-12-14T14:40:04.925Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-14T14:40:04.932Z] 3d61cddf01dd: Pull complete [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:40:05.201Z] f24c9ba3ddce: Pull complete [2022-12-14T14:40:05.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-14T14:40:05.328Z] latest: Pulling from edgex-lftools-log-publisher [2022-12-14T14:40:05.328Z] 5eb5b503b376: Pulling fs layer [2022-12-14T14:40:05.328Z] 5c69ac0246d0: Pulling fs layer [2022-12-14T14:40:05.328Z] ec43610c2a17: Pulling fs layer [2022-12-14T14:40:05.328Z] 3a2ae6a8a46f: Pulling fs layer [2022-12-14T14:40:05.328Z] 33b1e0a273af: Pulling fs layer [2022-12-14T14:40:05.328Z] 5d3b04190fa2: Pulling fs layer [2022-12-14T14:40:05.328Z] 2f39f015ded8: Pulling fs layer [2022-12-14T14:40:05.328Z] 3a2ae6a8a46f: Waiting [2022-12-14T14:40:05.328Z] 33b1e0a273af: Waiting [2022-12-14T14:40:05.328Z] 5d3b04190fa2: Waiting [2022-12-14T14:40:05.328Z] 2f39f015ded8: Waiting [2022-12-14T14:40:05.328Z] 5c69ac0246d0: Verifying Checksum [2022-12-14T14:40:05.328Z] 5c69ac0246d0: Download complete [2022-12-14T14:40:05.328Z] 3a2ae6a8a46f: Verifying Checksum [2022-12-14T14:40:05.328Z] 3a2ae6a8a46f: Download complete [2022-12-14T14:40:05.328Z] 33b1e0a273af: Verifying Checksum [2022-12-14T14:40:05.328Z] 33b1e0a273af: Download complete [2022-12-14T14:40:05.328Z] ec43610c2a17: Verifying Checksum [2022-12-14T14:40:05.328Z] ec43610c2a17: Download complete [2022-12-14T14:40:05.328Z] 5d3b04190fa2: Verifying Checksum [2022-12-14T14:40:05.328Z] 5d3b04190fa2: Download complete [2022-12-14T14:40:05.474Z] 0e7deb8a233d: Pull complete [2022-12-14T14:40:05.586Z] 5eb5b503b376: Verifying Checksum [2022-12-14T14:40:05.586Z] 5eb5b503b376: Download complete [2022-12-14T14:40:05.743Z] 1447d85b5ea1: Pull complete [2022-12-14T14:40:05.743Z] Digest: sha256:812ff1098c97878ae26ca8e0423e00aa157596a8b28d4bd52c120c4d087e8ae1 [2022-12-14T14:40:05.743Z] Status: Downloaded newer image for docker:latest [2022-12-14T14:40:06.152Z] 2f39f015ded8: Download complete [2022-12-14T14:40:06.718Z] 5eb5b503b376: Pull complete [2022-12-14T14:40:06.975Z] 5c69ac0246d0: Pull complete [2022-12-14T14:40:07.233Z] ec43610c2a17: Pull complete [2022-12-14T14:40:07.233Z] 3a2ae6a8a46f: Pull complete [2022-12-14T14:40:07.490Z] 33b1e0a273af: Pull complete [2022-12-14T14:40:07.490Z] 5d3b04190fa2: Pull complete [2022-12-14T14:40:08.411Z] ---> 74865f2fe970 [2022-12-14T14:40:08.411Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-12-14T14:40:08.411Z] ---> Running in 1b8eca8105f5 [2022-12-14T14:40:09.848Z] Removing intermediate container 1b8eca8105f5 [2022-12-14T14:40:09.848Z] ---> 95ac57d58a42 [2022-12-14T14:40:09.848Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-14T14:40:09.848Z] ---> Running in ebf3ccaa3623 [2022-12-14T14:40:10.810Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-14T14:40:11.394Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-14T14:40:11.675Z] 2f39f015ded8: Pull complete [2022-12-14T14:40:11.675Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-12-14T14:40:11.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-14T14:40:11.675Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T14:40:11.903Z] prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container [2022-12-14T14:40:11.933Z] $ 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-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@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 [2022-12-14T14:40:12.822Z] OK: 221 MiB in 51 packages [2022-12-14T14:40:13.409Z] Removing intermediate container ebf3ccaa3623 [2022-12-14T14:40:13.409Z] ---> ef9a7c03485e [2022-12-14T14:40:13.409Z] Step 11/16 : ENV GO111MODULE=on [2022-12-14T14:40:13.679Z] ---> Running in 649ad5578b73 [2022-12-14T14:40:13.946Z] Removing intermediate container 649ad5578b73 [2022-12-14T14:40:13.947Z] ---> 63bab8bcaed3 [2022-12-14T14:40:13.947Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-12-14T14:40:13.947Z] ---> Running in a8bfafadfdce [2022-12-14T14:40:14.215Z] Removing intermediate container a8bfafadfdce [2022-12-14T14:40:14.215Z] ---> 5169c553de8b [2022-12-14T14:40:14.215Z] Step 13/16 : COPY go.mod vendor* ./ [2022-12-14T14:40:14.451Z] $ docker top 31564642ff7f214b0c4a603de05083c59324467c5f255f40657566e8377e163e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:40:14.809Z] ---> cd5be0aa2501 [2022-12-14T14:40:14.809Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-14T14:40:14.809Z] ---> Running in 06ad261a8516 [2022-12-14T14:40:14.993Z] ---> job-cost.sh [2022-12-14T14:40:14.993Z] lf-activate-venv: SKIPPING [2022-12-14T14:40:14.993Z] INFO: No Stack... [2022-12-14T14:40:15.252Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-14T14:40:15.510Z] INFO: Archiving Costs [Pipeline] sh [2022-12-14T14:40:15.827Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives/cost.csv [2022-12-14T14:40:15.827Z] + cut -d, -f6 [Pipeline] lock [2022-12-14T14:40:15.872Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [2022-12-14T14:40:15.876Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] did not exist. Created. [2022-12-14T14:40:15.877Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-14T14:40:16.281Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-12-14T14:40:16.679Z] Stashed 1 file(s) [Pipeline] } [2022-12-14T14:40:16.696Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-14T14:40:16.775Z] $ docker stop --time=1 31564642ff7f214b0c4a603de05083c59324467c5f255f40657566e8377e163e [2022-12-14T14:40:18.040Z] $ docker rm -f 31564642ff7f214b0c4a603de05083c59324467c5f255f40657566e8377e163e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-14T14:41:11.218Z] Removing intermediate container 06ad261a8516 [2022-12-14T14:41:11.218Z] ---> 71c513708ce1 [2022-12-14T14:41:11.218Z] Step 15/16 : COPY . . [2022-12-14T14:41:11.218Z] ---> 8bae5361b1d1 [2022-12-14T14:41:11.218Z] Step 16/16 : RUN ${MAKE} [2022-12-14T14:41:11.218Z] ---> Running in b7869f11200f [2022-12-14T14:41:11.218Z] noop [2022-12-14T14:41:11.218Z] Removing intermediate container b7869f11200f [2022-12-14T14:41:11.218Z] ---> 3768fbddae60 [2022-12-14T14:41:11.218Z] Successfully built 3768fbddae60 [2022-12-14T14:41:11.218Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:41:11.711Z] + docker inspect -f . ci-base-image-arm64 [2022-12-14T14:41:11.711Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T14:41:11.963Z] prd-ubuntu20.04-docker-arm64-4c-16g-121205 does not seem to be running inside a container [2022-12-14T14:41:12.034Z] $ 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 ******** ci-base-image-arm64 cat [2022-12-14T14:41:13.199Z] $ docker top 05652b7af165a0ff8714d6da40a932f88f9012750d80308561251fde89ce7e37 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T14:41:14.069Z] + go version [2022-12-14T14:41:14.069Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-12-14T14:41:14.107Z] $ docker stop --time=1 05652b7af165a0ff8714d6da40a932f88f9012750d80308561251fde89ce7e37 [2022-12-14T14:41:15.728Z] $ docker rm -f 05652b7af165a0ff8714d6da40a932f88f9012750d80308561251fde89ce7e37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:41:16.578Z] + docker inspect -f . ci-base-image-arm64 [2022-12-14T14:41:16.578Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T14:41:16.827Z] prd-ubuntu20.04-docker-arm64-4c-16g-121205 does not seem to be running inside a container [2022-12-14T14:41:16.895Z] $ 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 ******** ci-base-image-arm64 cat [2022-12-14T14:41:18.081Z] $ docker top 60f7bb0107ed5e2e4de45acd682e93da770fb781105ada71b676214003ea4858 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T14:41:18.651Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2022-12-14T14:41:19.033Z] + make test [2022-12-14T14:41:19.301Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-12-14T14:41:20.716Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-12-14T14:42:42.346Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-12-14T14:42:42.346Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-12-14T14:42:42.346Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-12-14T14:42:42.346Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-12-14T14:42:42.346Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-12-14T14:42:42.346Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-12-14T14:42:42.346Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-12-14T14:42:42.346Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-12-14T14:42:42.346Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-12-14T14:42:50.550Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-14T14:42:50.550Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-14T14:42:50.550Z] ./bin/test-attribution-txt.sh [2022-12-14T14:42:50.550Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-12-14T14:42:50.550Z] make -C web test [2022-12-14T14:42:50.550Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-12-14T14:42:50.550Z] make[1]: tput: No such file or directory [2022-12-14T14:42:50.550Z] make[1]: tput: No such file or directory [2022-12-14T14:42:50.550Z] warning: generating ./VERSION [2022-12-14T14:42:50.550Z] echo "0.0.0" > VERSION [2022-12-14T14:42:50.550Z] docker build \ [2022-12-14T14:42:50.550Z] -f Dockerfile \ [2022-12-14T14:42:50.550Z] --build-arg USER=1000 \ [2022-12-14T14:42:50.550Z] \ [2022-12-14T14:42:50.550Z] --label "git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b" \ [2022-12-14T14:42:50.550Z] -t edgexfoundry/edgex-web-ui:f9e971e5c7f115aba8be833c13e7ddf8c1445a3b \ [2022-12-14T14:42:50.550Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-12-14T14:42:50.550Z] . [2022-12-14T14:42:51.139Z] Sending build context to Docker daemon 3.281MB [2022-12-14T14:42:51.139Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-12-14T14:42:51.404Z] 16.17-alpine3.15: Pulling from library/node [2022-12-14T14:42:51.672Z] 47517142f6ba: Pulling fs layer [2022-12-14T14:42:51.672Z] 5f8c4bfa009b: Pulling fs layer [2022-12-14T14:42:51.672Z] f7079c9c4ba1: Pulling fs layer [2022-12-14T14:42:51.672Z] aba105e6f55a: Pulling fs layer [2022-12-14T14:42:51.672Z] 47517142f6ba: Download complete [2022-12-14T14:42:51.939Z] aba105e6f55a: Verifying Checksum [2022-12-14T14:42:51.939Z] aba105e6f55a: Download complete [2022-12-14T14:42:51.939Z] f7079c9c4ba1: Verifying Checksum [2022-12-14T14:42:51.939Z] f7079c9c4ba1: Download complete [2022-12-14T14:42:52.205Z] 47517142f6ba: Pull complete [2022-12-14T14:42:54.151Z] 5f8c4bfa009b: Verifying Checksum [2022-12-14T14:42:54.152Z] 5f8c4bfa009b: Download complete [2022-12-14T14:42:59.507Z] 5f8c4bfa009b: Pull complete [2022-12-14T14:42:59.507Z] f7079c9c4ba1: Pull complete [2022-12-14T14:42:59.777Z] aba105e6f55a: Pull complete [2022-12-14T14:42:59.777Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-12-14T14:42:59.777Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-12-14T14:42:59.777Z] ---> bf1b8b58d215 [2022-12-14T14:42:59.777Z] Step 2/10 : RUN apk add --no-cache chromium [2022-12-14T14:43:00.361Z] ---> Running in f5e2971e4852 [2022-12-14T14:43:01.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-12-14T14:43:01.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-12-14T14:43:02.555Z] (1/128) Installing libxau (1.0.9-r0) [2022-12-14T14:43:02.555Z] (2/128) Installing libmd (1.0.3-r0) [2022-12-14T14:43:02.555Z] (3/128) Installing libbsd (0.11.3-r1) [2022-12-14T14:43:02.555Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-12-14T14:43:02.555Z] (5/128) Installing libxcb (1.14-r2) [2022-12-14T14:43:02.555Z] (6/128) Installing libx11 (1.7.3.1-r0) [2022-12-14T14:43:02.823Z] (7/128) Installing libxext (1.3.4-r0) [2022-12-14T14:43:02.823Z] (8/128) Installing libice (1.0.10-r0) [2022-12-14T14:43:02.823Z] (9/128) Installing libuuid (2.37.4-r0) [2022-12-14T14:43:02.823Z] (10/128) Installing libsm (1.2.3-r0) [2022-12-14T14:43:02.823Z] (11/128) Installing libxt (1.2.1-r0) [2022-12-14T14:43:02.823Z] (12/128) Installing libxmu (1.1.3-r0) [2022-12-14T14:43:02.823Z] (13/128) Installing xset (1.2.4-r0) [2022-12-14T14:43:02.823Z] (14/128) Installing xprop (1.2.5-r0) [2022-12-14T14:43:02.823Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-12-14T14:43:02.823Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-12-14T14:43:02.823Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-12-14T14:43:02.823Z] (18/128) Installing libffi (3.4.2-r1) [2022-12-14T14:43:02.823Z] (19/128) Installing libintl (0.21-r0) [2022-12-14T14:43:02.823Z] (20/128) Installing libblkid (2.37.4-r0) [2022-12-14T14:43:03.092Z] (21/128) Installing libmount (2.37.4-r0) [2022-12-14T14:43:03.092Z] (22/128) Installing pcre (8.45-r1) [2022-12-14T14:43:03.092Z] (23/128) Installing glib (2.70.1-r0) [2022-12-14T14:43:03.359Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-12-14T14:43:03.359Z] (25/128) Installing libxml2 (2.9.14-r2) [2022-12-14T14:43:03.359Z] (26/128) Installing shared-mime-info (2.1-r1) [2022-12-14T14:43:03.359Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-12-14T14:43:03.626Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-12-14T14:43:03.626Z] (29/128) Installing libpng (1.6.37-r1) [2022-12-14T14:43:03.626Z] (30/128) Installing libwebp (1.2.2-r0) [2022-12-14T14:43:03.626Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-12-14T14:43:03.626Z] (32/128) Installing tiff (4.4.0-r0) [2022-12-14T14:43:03.626Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-12-14T14:43:03.626Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-12-14T14:43:03.626Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-12-14T14:43:03.626Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-12-14T14:43:03.626Z] (37/128) Installing libxrender (0.9.10-r3) [2022-12-14T14:43:03.626Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-12-14T14:43:03.626Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-12-14T14:43:03.626Z] (40/128) Installing libxi (1.8-r0) [2022-12-14T14:43:03.626Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-12-14T14:43:03.892Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-12-14T14:43:03.892Z] (43/128) Installing atk (2.36.0-r0) [2022-12-14T14:43:03.892Z] (44/128) Installing libxtst (1.2.3-r3) [2022-12-14T14:43:03.892Z] (45/128) Installing dbus-libs (1.12.24-r0) [2022-12-14T14:43:03.892Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-12-14T14:43:03.892Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-12-14T14:43:03.892Z] (48/128) Installing expat (2.5.0-r0) [2022-12-14T14:43:03.892Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-12-14T14:43:03.892Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-12-14T14:43:03.892Z] (51/128) Installing freetype (2.11.1-r2) [2022-12-14T14:43:03.892Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-12-14T14:43:03.892Z] (53/128) Installing pixman (0.40.0-r4) [2022-12-14T14:43:03.892Z] (54/128) Installing cairo (1.16.0-r5) [2022-12-14T14:43:04.160Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-12-14T14:43:04.160Z] (56/128) Installing avahi-libs (0.8-r5) [2022-12-14T14:43:04.160Z] (57/128) Installing gmp (6.2.1-r1) [2022-12-14T14:43:04.160Z] (58/128) Installing nettle (3.7.3-r0) [2022-12-14T14:43:04.160Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-12-14T14:43:04.160Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-12-14T14:43:04.160Z] (61/128) Installing libunistring (0.9.10-r1) [2022-12-14T14:43:04.160Z] (62/128) Installing gnutls (3.7.1-r1) [2022-12-14T14:43:04.160Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-12-14T14:43:04.160Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-12-14T14:43:04.160Z] (65/128) Installing fribidi (1.0.11-r0) [2022-12-14T14:43:04.160Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-12-14T14:43:04.428Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-12-14T14:43:04.428Z] (68/128) Installing libxft (2.3.4-r0) [2022-12-14T14:43:04.428Z] (69/128) Installing pango (1.48.10-r0) [2022-12-14T14:43:04.428Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-12-14T14:43:04.428Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-12-14T14:43:04.428Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-12-14T14:43:04.428Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-12-14T14:43:04.696Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-12-14T14:43:04.696Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-12-14T14:43:04.964Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-12-14T14:43:04.964Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-12-14T14:43:05.230Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-12-14T14:43:05.230Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-12-14T14:43:05.230Z] Executing ttf-opensans-1.10-r1.post-install [2022-12-14T14:43:07.814Z] (79/128) Installing libogg (1.3.5-r0) [2022-12-14T14:43:07.814Z] (80/128) Installing flac (1.3.4-r0) [2022-12-14T14:43:07.814Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-12-14T14:43:07.814Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-12-14T14:43:07.814Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-12-14T14:43:07.814Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-12-14T14:43:07.814Z] (85/128) Installing libass (0.15.2-r0) [2022-12-14T14:43:07.814Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-12-14T14:43:07.814Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-12-14T14:43:08.083Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-12-14T14:43:08.083Z] (89/128) Installing lame (3.100-r0) [2022-12-14T14:43:08.083Z] (90/128) Installing opus (1.3.1-r1) [2022-12-14T14:43:08.083Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-12-14T14:43:08.083Z] (92/128) Installing soxr (0.1.3-r2) [2022-12-14T14:43:08.083Z] (93/128) Installing libsrt (1.4.2-r1) [2022-12-14T14:43:08.083Z] (94/128) Installing libssh (0.9.6-r1) [2022-12-14T14:43:08.083Z] (95/128) Installing libtheora (1.1.1-r16) [2022-12-14T14:43:08.083Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-12-14T14:43:08.083Z] (97/128) Installing libdrm (2.4.109-r0) [2022-12-14T14:43:08.083Z] (98/128) Installing libva (2.13.0-r0) [2022-12-14T14:43:08.083Z] (99/128) Installing libvdpau (1.4-r0) [2022-12-14T14:43:08.083Z] (100/128) Installing vidstab (1.1.0-r1) [2022-12-14T14:43:08.083Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-12-14T14:43:08.351Z] (102/128) Installing libvpx (1.10.0-r0) [2022-12-14T14:43:08.351Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-12-14T14:43:08.351Z] (104/128) Installing x264-libs (20210613-r0) [2022-12-14T14:43:08.351Z] (105/128) Installing x265-libs (3.5-r0) [2022-12-14T14:43:08.351Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-12-14T14:43:08.351Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-12-14T14:43:08.938Z] (108/128) Installing libevent (2.1.12-r4) [2022-12-14T14:43:08.938Z] (109/128) Installing mesa (21.2.6-r0) [2022-12-14T14:43:08.938Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-12-14T14:43:08.938Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-12-14T14:43:08.938Z] (112/128) Installing lcms2 (2.12-r1) [2022-12-14T14:43:08.938Z] (113/128) Installing nspr (4.32-r0) [2022-12-14T14:43:08.938Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-12-14T14:43:08.938Z] (115/128) Installing nss (3.78.1-r0) [2022-12-14T14:43:09.206Z] (116/128) Installing libasyncns (0.8-r1) [2022-12-14T14:43:09.206Z] (117/128) Installing libltdl (2.4.6-r7) [2022-12-14T14:43:09.206Z] (118/128) Installing orc (0.4.32-r0) [2022-12-14T14:43:09.206Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-12-14T14:43:09.206Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-12-14T14:43:09.206Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-12-14T14:43:09.206Z] (122/128) Installing libpulse (15.0-r2) [2022-12-14T14:43:09.472Z] (123/128) Installing re2 (2021.11.01-r0) [2022-12-14T14:43:09.472Z] (124/128) Installing snappy (1.1.9-r1) [2022-12-14T14:43:09.472Z] (125/128) Installing libgpg-error (1.42-r1) [2022-12-14T14:43:09.472Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-12-14T14:43:09.472Z] (127/128) Installing libxslt (1.1.35-r0) [2022-12-14T14:43:09.472Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-12-14T14:43:13.778Z] Executing busybox-1.34.1-r7.trigger [2022-12-14T14:43:13.778Z] Executing glib-2.70.1-r0.trigger [2022-12-14T14:43:13.778Z] Executing shared-mime-info-2.1-r1.trigger [2022-12-14T14:43:19.141Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-12-14T14:43:19.141Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-12-14T14:43:19.141Z] Executing fontconfig-2.13.1-r4.trigger [2022-12-14T14:43:19.141Z] Executing mkfontscale-1.2.1-r1.trigger [2022-12-14T14:43:19.141Z] OK: 275 MiB in 144 packages [2022-12-14T14:43:27.342Z] Removing intermediate container f5e2971e4852 [2022-12-14T14:43:27.342Z] ---> 82587493fb49 [2022-12-14T14:43:27.342Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-12-14T14:43:27.608Z] ---> Running in 7b4585d119d1 [2022-12-14T14:43:27.876Z] Removing intermediate container 7b4585d119d1 [2022-12-14T14:43:27.876Z] ---> 1f8dde505d5a [2022-12-14T14:43:27.876Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-12-14T14:43:27.876Z] ---> Running in a059eb8a1461 [2022-12-14T14:43:28.148Z] Removing intermediate container a059eb8a1461 [2022-12-14T14:43:28.148Z] ---> f1fb58c48bf6 [2022-12-14T14:43:28.148Z] Step 5/10 : RUN npm install -g npm [2022-12-14T14:43:28.148Z] ---> Running in 54cbc43bf1d3 [2022-12-14T14:43:54.834Z] [2022-12-14T14:43:54.834Z] removed 8 packages, changed 80 packages, and audited 232 packages in 23s [2022-12-14T14:43:54.834Z] [2022-12-14T14:43:54.834Z] 14 packages are looking for funding [2022-12-14T14:43:54.834Z] run `npm fund` for details [2022-12-14T14:43:54.834Z] [2022-12-14T14:43:54.834Z] found 0 vulnerabilities [2022-12-14T14:43:59.094Z] Removing intermediate container 54cbc43bf1d3 [2022-12-14T14:43:59.094Z] ---> 1cf153170d39 [2022-12-14T14:43:59.094Z] Step 6/10 : ARG USER=1000 [2022-12-14T14:43:59.094Z] ---> Running in 304655a67955 [2022-12-14T14:43:59.094Z] Removing intermediate container 304655a67955 [2022-12-14T14:43:59.094Z] ---> 707027216f13 [2022-12-14T14:43:59.094Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-12-14T14:43:59.094Z] ---> Running in f74cdb787f6b [2022-12-14T14:44:01.042Z] Removing intermediate container f74cdb787f6b [2022-12-14T14:44:01.042Z] ---> c70457e3c1fa [2022-12-14T14:44:01.042Z] Step 8/10 : USER $USER:$USER [2022-12-14T14:44:01.042Z] ---> Running in 1d93d1356276 [2022-12-14T14:44:01.310Z] Removing intermediate container 1d93d1356276 [2022-12-14T14:44:01.310Z] ---> 27aa97ffd94f [2022-12-14T14:44:01.310Z] Step 9/10 : WORKDIR /app [2022-12-14T14:44:01.310Z] ---> Running in c759f3d391f0 [2022-12-14T14:44:01.579Z] Removing intermediate container c759f3d391f0 [2022-12-14T14:44:01.579Z] ---> 6e59147358a4 [2022-12-14T14:44:01.579Z] Step 10/10 : LABEL git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [2022-12-14T14:44:01.846Z] ---> Running in 98f67a5e213c [2022-12-14T14:44:02.115Z] Removing intermediate container 98f67a5e213c [2022-12-14T14:44:02.115Z] ---> d4af68d76ddc [2022-12-14T14:44:02.115Z] Successfully built d4af68d76ddc [2022-12-14T14:44:02.115Z] Successfully tagged edgexfoundry/edgex-web-ui:f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [2022-12-14T14:44:02.115Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-12-14T14:44:02.115Z] touch edgex-web-ui.imagebuilt [2022-12-14T14:44:02.385Z] mkdir -p node_modules coverage [2022-12-14T14:44:02.385Z] chown "1000:1000" node_modules coverage package-lock.json [2022-12-14T14:44:02.385Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE required: { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE }, [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE required: { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE }, [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE required: { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE }, [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE required: { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE }, [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE required: { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE }, [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE required: { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE }, [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE required: { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE }, [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE required: { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE }, [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE Unsupported engine { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE required: { [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE }, [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '9.2.0' } [2022-12-14T14:44:17.383Z] npm WARN EBADENGINE } [2022-12-14T14:44:49.593Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-12-14T14:44:49.593Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-12-14T14:44:49.593Z] 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 [2022-12-14T14:44:49.593Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-12-14T14:44:49.593Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-12-14T14:44:52.936Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-12-14T14:44:59.568Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-12-14T14:44:59.569Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-12-14T14:45:00.531Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-12-14T14:45:22.775Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-12-14T14:45:22.775Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-12-14T14:45:22.775Z] 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. [2022-12-14T14:45:25.390Z] 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. [2022-12-14T14:45:26.799Z] 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. [2022-12-14T14:45:29.386Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-12-14T14:45:41.676Z] 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 [2022-12-14T14:45:42.256Z] 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 [2022-12-14T14:45:57.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. [2022-12-14T14:46:19.281Z] 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. [2022-12-14T14:46:58.130Z] [2022-12-14T14:46:58.130Z] added 1489 packages, and audited 1490 packages in 3m [2022-12-14T14:46:58.130Z] [2022-12-14T14:46:58.130Z] 93 packages are looking for funding [2022-12-14T14:46:58.130Z] run `npm fund` for details [2022-12-14T14:46:58.130Z] [2022-12-14T14:46:58.130Z] 20 vulnerabilities (1 low, 5 moderate, 9 high, 5 critical) [2022-12-14T14:46:58.130Z] [2022-12-14T14:46:58.130Z] To address issues that do not require attention, run: [2022-12-14T14:46:58.130Z] npm audit fix [2022-12-14T14:46:58.130Z] [2022-12-14T14:46:58.130Z] To address all issues (including breaking changes), run: [2022-12-14T14:46:58.130Z] npm audit fix --force [2022-12-14T14:46:58.130Z] [2022-12-14T14:46:58.130Z] Run `npm audit` for details. [2022-12-14T14:46:58.130Z] 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 [2022-12-14T14:47:13.116Z] - Generating browser application bundles (phase: setup)... [2022-12-14T14:47:45.311Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-12-14T14:47:45.311Z] Compiling @angular/core : es2015 as esm2015 [2022-12-14T14:48:11.971Z] Compiling @angular/common : es2015 as esm2015 [2022-12-14T14:48:11.971Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-12-14T14:48:14.544Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-12-14T14:48:14.544Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-12-14T14:48:18.800Z] Compiling @angular/router : es2015 as esm2015 [2022-12-14T14:48:19.383Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-12-14T14:48:24.719Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-12-14T14:48:26.123Z] Compiling @angular/common/http : es2015 as esm2015 [2022-12-14T14:48:26.123Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-12-14T14:48:30.368Z] Compiling @angular/forms : es2015 as esm2015 [2022-12-14T14:48:32.330Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-12-14T14:48:32.330Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-12-14T14:49:28.701Z] 14 12 2022 14:49:25.306:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-12-14T14:49:28.701Z] 14 12 2022 14:49:25.321:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-12-14T14:49:28.701Z] 14 12 2022 14:49:25.350:INFO [launcher]: Starting browser ChromeHeadless [2022-12-14T14:50:36.601Z] 14 12 2022 14:50:28.709:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-12-14T14:50:36.601Z] 14 12 2022 14:50:33.751:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-12-14T14:51:08.784Z] 14 12 2022 14:51:04.679:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-12-14T14:51:23.740Z] ✔ Browser application bundle generation complete. [2022-12-14T14:51:23.740Z] 14 12 2022 14:51:22.542:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket CddvskBsIZ0yd3gHAAAB with id 23152226 [2022-12-14T14:51:38.703Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-12-14T14:51:39.284Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.597 secs) [2022-12-14T14:51:39.863Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 1.039 secs) [2022-12-14T14:51:39.863Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.085 secs) [2022-12-14T14:51:40.128Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 1.366 secs) [2022-12-14T14:51:40.393Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 1.442 secs) [2022-12-14T14:51:40.393Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.534 secs) [2022-12-14T14:51:40.658Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.816 secs) [2022-12-14T14:51:40.922Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.845 secs) [2022-12-14T14:51:40.922Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.897 secs) [2022-12-14T14:51:40.922Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 1.912 secs) [2022-12-14T14:51:41.187Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 1.989 secs) [2022-12-14T14:51:41.187Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 2.093 secs) [2022-12-14T14:51:41.187Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 2.143 secs) [2022-12-14T14:51:41.452Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 2.209 secs) [2022-12-14T14:51:41.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 2.451 secs) [2022-12-14T14:51:41.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 2.474 secs) [2022-12-14T14:51:41.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 2.486 secs) [2022-12-14T14:51:41.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 2.512 secs) [2022-12-14T14:51:41.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 2.529 secs) [2022-12-14T14:51:41.980Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 2.684 secs) [2022-12-14T14:51:41.980Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 2.744 secs) [2022-12-14T14:51:42.245Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 2.857 secs) [2022-12-14T14:51:42.511Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 3.134 secs) [2022-12-14T14:51:42.776Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 3.387 secs) [2022-12-14T14:51:42.776Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 3.419 secs) [2022-12-14T14:51:43.041Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 3.439 secs) [2022-12-14T14:51:43.041Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 3.602 secs) [2022-12-14T14:51:43.041Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 3.638 secs) [2022-12-14T14:51:43.306Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 3.75 secs) [2022-12-14T14:51:43.306Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 3.778 secs) [2022-12-14T14:51:43.306Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 3.805 secs) [2022-12-14T14:51:43.306Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 3.832 secs) [2022-12-14T14:51:43.573Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 4.011 secs) [2022-12-14T14:51:43.838Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 4.086 secs) [2022-12-14T14:51:44.103Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.319 secs) [2022-12-14T14:51:44.103Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.377 secs) [2022-12-14T14:51:44.367Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 4.454 secs) [2022-12-14T14:51:44.367Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 4.49 secs) [2022-12-14T14:51:44.367Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 4.636 secs) [2022-12-14T14:51:44.632Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 4.75 secs) [2022-12-14T14:51:44.897Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 4.916 secs) [2022-12-14T14:51:44.897Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 4.964 secs) [2022-12-14T14:51:45.162Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.008 secs) [2022-12-14T14:51:45.162Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.036 secs) [2022-12-14T14:51:45.162Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.057 secs) [2022-12-14T14:51:45.162Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 5.07 secs) [2022-12-14T14:51:45.431Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 5.315 secs) [2022-12-14T14:51:45.695Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 5.571 secs) [2022-12-14T14:51:45.695Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 5.604 secs) [2022-12-14T14:51:45.960Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 5.642 secs) [2022-12-14T14:51:45.960Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 5.659 secs) [2022-12-14T14:51:46.225Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 5.868 secs) [2022-12-14T14:51:46.225Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 5.975 secs) [2022-12-14T14:51:46.489Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.04 secs) [2022-12-14T14:51:46.489Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.1 secs) [2022-12-14T14:51:46.754Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.294 secs) [2022-12-14T14:51:46.754Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.318 secs) [2022-12-14T14:51:46.754Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.328 secs) [2022-12-14T14:51:46.754Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.373 secs) [2022-12-14T14:51:47.070Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 6.413 secs) [2022-12-14T14:51:47.070Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 6.431 secs) [2022-12-14T14:51:47.070Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 6.45 secs) [2022-12-14T14:51:47.070Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 6.472 secs) [2022-12-14T14:51:47.070Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 6.604 secs) [2022-12-14T14:51:47.347Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 6.659 secs) [2022-12-14T14:51:47.347Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 6.675 secs) [2022-12-14T14:51:47.347Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 6.709 secs) [2022-12-14T14:51:47.347Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 6.785 secs) [2022-12-14T14:51:47.632Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 6.842 secs) [2022-12-14T14:51:47.632Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 6.893 secs) [2022-12-14T14:51:47.632Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 6.909 secs) [2022-12-14T14:51:47.632Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 6.922 secs) [2022-12-14T14:51:47.907Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 7.083 secs) [2022-12-14T14:51:47.907Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 7.146 secs) [2022-12-14T14:51:48.174Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 7.232 secs) [2022-12-14T14:51:48.174Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 7.391 secs) [2022-12-14T14:51:48.449Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 7.471 secs) [2022-12-14T14:51:48.449Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 7.515 secs) [2022-12-14T14:51:48.449Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 7.559 secs) [2022-12-14T14:51:49.040Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 7.91 secs) [2022-12-14T14:51:49.040Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 8.047 secs) [2022-12-14T14:51:49.314Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 8.13 secs) [2022-12-14T14:51:49.314Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 8.163 secs) [2022-12-14T14:51:49.582Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 8.5 secs) [2022-12-14T14:51:49.850Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 8.68 secs) [2022-12-14T14:51:50.121Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 8.889 secs) [2022-12-14T14:51:50.400Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.028 secs) [2022-12-14T14:51:50.400Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.061 secs) [2022-12-14T14:51:50.400Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.088 secs) [2022-12-14T14:51:50.400Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 9.201 secs) [2022-12-14T14:51:50.666Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.268 secs) [2022-12-14T14:51:50.934Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 9.487 secs) [2022-12-14T14:51:51.199Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 9.663 secs) [2022-12-14T14:51:51.467Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 9.793 secs) [2022-12-14T14:51:51.467Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 9.823 secs) [2022-12-14T14:51:51.467Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 9.904 secs) [2022-12-14T14:51:51.732Z] WARN: ' [2022-12-14T14:51:51.732Z] It looks like you're using ngModel on the same form field as formControlName. [2022-12-14T14:51:51.732Z] Support for using the ngModel input property and ngModelChange event with [2022-12-14T14:51:51.732Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-12-14T14:51:51.732Z] in a future version of Angular. [2022-12-14T14:51:51.732Z] [2022-12-14T14:51:51.732Z] For more information on this, see our API docs here: [2022-12-14T14:51:51.732Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-12-14T14:51:51.732Z] ' [2022-12-14T14:51:51.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 9.904 secs) [2022-12-14T14:51:51.732Z] WARN: ' [2022-12-14T14:51:51.732Z] It looks like you're using ngModel on the same form field as formControlName. [2022-12-14T14:51:51.732Z] Support for using the ngModel input property and ngModelChange event with [2022-12-14T14:51:51.732Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-12-14T14:51:51.732Z] in a future version of Angular. [2022-12-14T14:51:51.732Z] [2022-12-14T14:51:51.732Z] For more information on this, see our API docs here: [2022-12-14T14:51:51.732Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-12-14T14:51:51.732Z] ' [2022-12-14T14:51:51.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.076 secs) [2022-12-14T14:51:52.000Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.207 secs) [2022-12-14T14:51:52.000Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.274 secs) [2022-12-14T14:51:52.000Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.293 secs) [2022-12-14T14:51:52.000Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.303 secs) [2022-12-14T14:51:52.000Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.317 secs) [2022-12-14T14:51:52.266Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.408 secs) [2022-12-14T14:51:52.531Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 10.556 secs) [2022-12-14T14:51:52.531Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 10.619 secs) [2022-12-14T14:51:52.531Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 10.688 secs) [2022-12-14T14:51:52.799Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 10.743 secs) [2022-12-14T14:51:52.799Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 10.838 secs) [2022-12-14T14:51:53.064Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 11.087 secs) [2022-12-14T14:51:53.328Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 11.198 secs) [2022-12-14T14:51:53.328Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 11.25 secs) [2022-12-14T14:51:53.594Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.324 secs) [2022-12-14T14:51:53.594Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.345 secs) [2022-12-14T14:51:53.594Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.354 secs) [2022-12-14T14:51:53.860Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.515 secs) [2022-12-14T14:51:53.860Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.57 secs) [2022-12-14T14:51:53.860Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.617 secs) [2022-12-14T14:51:53.860Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.628 secs) [2022-12-14T14:51:53.860Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.641 secs) [2022-12-14T14:51:54.126Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.711 secs) [2022-12-14T14:51:54.126Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 11.727 secs) [2022-12-14T14:51:54.126Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 11.742 secs) [2022-12-14T14:51:54.126Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 11.752 secs) [2022-12-14T14:51:54.126Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 11.825 secs) [2022-12-14T14:51:54.394Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 11.883 secs) [2022-12-14T14:51:54.661Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.233 secs) [2022-12-14T14:51:54.928Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.304 secs) [2022-12-14T14:51:55.513Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.837 secs) [2022-12-14T14:51:55.513Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.889 secs) [2022-12-14T14:51:55.779Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.976 secs) [2022-12-14T14:51:55.779Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 13.023 secs) [2022-12-14T14:51:55.779Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 13.1 secs) [2022-12-14T14:51:55.779Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 13.134 secs) [2022-12-14T14:51:56.045Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 13.191 secs) [2022-12-14T14:51:56.045Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 13.227 secs) [2022-12-14T14:51:56.045Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.266 secs) [2022-12-14T14:51:56.045Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.279 secs) [2022-12-14T14:51:56.311Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.291 secs) [2022-12-14T14:51:56.311Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.306 secs) [2022-12-14T14:51:56.311Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.317 secs) [2022-12-14T14:51:56.311Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.406 secs) [2022-12-14T14:51:56.311Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.466 secs) [2022-12-14T14:51:56.578Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.485 secs) [2022-12-14T14:51:56.578Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.496 secs) [2022-12-14T14:51:56.578Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.627 secs) [2022-12-14T14:51:56.846Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.817 secs) [2022-12-14T14:51:56.846Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.862 secs) [2022-12-14T14:51:57.113Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.878 secs) [2022-12-14T14:51:57.113Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.886 secs) [2022-12-14T14:51:57.694Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.275 secs / 13.886 secs) [2022-12-14T14:51:57.964Z] TOTAL: 149 SUCCESS [2022-12-14T14:51:57.964Z] ✔ Browser application bundle generation complete. [2022-12-14T14:52:01.293Z] [2022-12-14T14:52:01.293Z] =============================== Coverage summary =============================== [2022-12-14T14:52:01.293Z] Statements : 40.95% ( 1466/3580 ) [2022-12-14T14:52:01.293Z] Branches : 12.03% ( 111/923 ) [2022-12-14T14:52:01.293Z] Functions : 33.2% ( 431/1298 ) [2022-12-14T14:52:01.293Z] Lines : 38.88% ( 1317/3387 ) [2022-12-14T14:52:01.293Z] ================================================================================ [2022-12-14T14:52:01.293Z] 14 12 2022 14:52:00.887:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-12-14T14:52:01.872Z] ✔ Browser application bundle generation complete. [2022-12-14T14:52:02.827Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-12-14T14:52:02.863Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-14T14:52:02.887Z] $ docker stop --time=1 60f7bb0107ed5e2e4de45acd682e93da770fb781105ada71b676214003ea4858 [2022-12-14T14:52:04.543Z] $ docker rm -f 60f7bb0107ed5e2e4de45acd682e93da770fb781105ada71b676214003ea4858 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-14T14:52:05.448Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-14T14:52:08.047Z] Warning: overwriting stash ‘coverage-report’ [2022-12-14T14:52:13.051Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-14T14:52:13.653Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-14T14:52:16.552Z] + ls -al . [2022-12-14T14:52:16.552Z] total 184 [2022-12-14T14:52:16.552Z] drwxrwxr-x 13 jenkins jenkins 4096 Dec 14 14:41 . [2022-12-14T14:52:16.552Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:38 .. [2022-12-14T14:52:16.552Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:39 .blubracket [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 18 Dec 14 14:39 .dockerignore [2022-12-14T14:52:16.552Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 14:39 .git [2022-12-14T14:52:16.552Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:39 .github [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 185 Dec 14 14:39 .gitignore [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 4856 Dec 14 14:39 Attribution.txt [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 17205 Dec 14 14:39 CHANGELOG.md [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 3959 Dec 14 14:39 CONTRIBUTING.md [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 1847 Dec 14 14:39 Dockerfile [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 652 Dec 14 14:39 Jenkinsfile [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 11357 Dec 14 14:39 LICENSE [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 2124 Dec 14 14:39 Makefile [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 4558 Dec 14 14:39 README.md [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 14 14:37 VERSION [2022-12-14T14:52:16.552Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:39 assets [2022-12-14T14:52:16.552Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:39 bin [2022-12-14T14:52:16.552Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 14:39 cmd [2022-12-14T14:52:16.552Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 14 14:41 coverage.out [2022-12-14T14:52:16.552Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 14:39 docs [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 3110 Dec 14 14:39 go.mod [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 43888 Dec 14 14:39 go.sum [2022-12-14T14:52:16.552Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 14:39 internal [2022-12-14T14:52:16.552Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:39 snap [2022-12-14T14:52:16.552Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 14:39 testing [2022-12-14T14:52:16.552Z] -rw-rw-r-- 1 jenkins jenkins 155 Dec 14 14:39 version.go [2022-12-14T14:52:16.552Z] drwxrwxr-x 6 jenkins jenkins 4096 Dec 14 14:44 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:52:16.964Z] + 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=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b --label arch=arm64 --label version=0.0.0 . [2022-12-14T14:52:17.920Z] Sending build context to Docker daemon 31.52MB [2022-12-14T14:52:17.920Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-12-14T14:52:17.920Z] Step 2/26 : FROM ${BASE} AS builder [2022-12-14T14:52:17.920Z] ---> 3768fbddae60 [2022-12-14T14:52:17.920Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-12-14T14:52:18.885Z] ---> Running in 3a30f699c193 [2022-12-14T14:52:19.151Z] Removing intermediate container 3a30f699c193 [2022-12-14T14:52:19.151Z] ---> 4605c0028a17 [2022-12-14T14:52:19.151Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-12-14T14:52:19.414Z] ---> Running in 9499c28eea56 [2022-12-14T14:52:19.678Z] Removing intermediate container 9499c28eea56 [2022-12-14T14:52:19.678Z] ---> a1e1842c19b7 [2022-12-14T14:52:19.678Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-12-14T14:52:19.678Z] ---> Running in 4a4eb2c43b3e [2022-12-14T14:52:19.942Z] Removing intermediate container 4a4eb2c43b3e [2022-12-14T14:52:19.942Z] ---> d0feda2ab58b [2022-12-14T14:52:19.942Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-12-14T14:52:19.942Z] ---> Running in bd26a06f9b44 [2022-12-14T14:52:20.206Z] Removing intermediate container bd26a06f9b44 [2022-12-14T14:52:20.206Z] ---> f7513495c825 [2022-12-14T14:52:20.206Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-12-14T14:52:20.206Z] ---> Running in 80c8cccf1c47 [2022-12-14T14:52:20.471Z] Removing intermediate container 80c8cccf1c47 [2022-12-14T14:52:20.471Z] ---> fda607f1b566 [2022-12-14T14:52:20.471Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-12-14T14:52:22.403Z] ---> effdf62f725f [2022-12-14T14:52:22.403Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-12-14T14:52:22.403Z] ---> Running in c6698a954c32 [2022-12-14T14:52:23.818Z] Removing intermediate container c6698a954c32 [2022-12-14T14:52:23.818Z] ---> 75d001155d3a [2022-12-14T14:52:23.818Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-14T14:52:23.818Z] ---> Running in d3bf0bd399da [2022-12-14T14:52:24.775Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-14T14:52:25.353Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-14T14:52:26.754Z] OK: 221 MiB in 51 packages [2022-12-14T14:52:27.333Z] Removing intermediate container d3bf0bd399da [2022-12-14T14:52:27.333Z] ---> 3d087f5b74f7 [2022-12-14T14:52:27.333Z] Step 11/26 : ENV GO111MODULE=on [2022-12-14T14:52:27.600Z] ---> Running in 6f58bb524969 [2022-12-14T14:52:27.867Z] Removing intermediate container 6f58bb524969 [2022-12-14T14:52:27.867Z] ---> 3d2ed056fd4a [2022-12-14T14:52:27.867Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-12-14T14:52:27.867Z] ---> Running in 45f0e9110649 [2022-12-14T14:52:28.134Z] Removing intermediate container 45f0e9110649 [2022-12-14T14:52:28.134Z] ---> eda492d7c366 [2022-12-14T14:52:28.134Z] Step 13/26 : COPY go.mod vendor* ./ [2022-12-14T14:52:28.717Z] ---> 2fa6df4d0fca [2022-12-14T14:52:28.717Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-14T14:52:28.717Z] ---> Running in f520a37d2a7a [2022-12-14T14:52:30.661Z] Removing intermediate container f520a37d2a7a [2022-12-14T14:52:30.661Z] ---> aca80ed86891 [2022-12-14T14:52:30.661Z] Step 15/26 : COPY . . [2022-12-14T14:52:34.902Z] ---> 70fdebaf90c1 [2022-12-14T14:52:34.902Z] Step 16/26 : RUN ${MAKE} [2022-12-14T14:52:34.902Z] ---> Running in b494adf51639 [2022-12-14T14:52:35.862Z] 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 [2022-12-14T14:53:43.711Z] Removing intermediate container b494adf51639 [2022-12-14T14:53:43.711Z] ---> 56bd2b720362 [2022-12-14T14:53:43.711Z] Step 17/26 : FROM alpine:3.14 [2022-12-14T14:53:43.711Z] 3.14: Pulling from library/alpine [2022-12-14T14:53:43.711Z] 90cda3b7c325: Pulling fs layer [2022-12-14T14:53:43.711Z] 90cda3b7c325: Verifying Checksum [2022-12-14T14:53:43.711Z] 90cda3b7c325: Download complete [2022-12-14T14:53:43.711Z] 90cda3b7c325: Pull complete [2022-12-14T14:53:43.711Z] Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a [2022-12-14T14:53:43.711Z] Status: Downloaded newer image for alpine:3.14 [2022-12-14T14:53:43.711Z] ---> 275902a1839d [2022-12-14T14:53:43.711Z] Step 18/26 : EXPOSE 4000 [2022-12-14T14:53:43.711Z] ---> Running in 8ce244aa3b73 [2022-12-14T14:53:43.711Z] Removing intermediate container 8ce244aa3b73 [2022-12-14T14:53:43.711Z] ---> 46549bc905ce [2022-12-14T14:53:43.711Z] Step 19/26 : 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 [2022-12-14T14:53:45.648Z] ---> 251d52cf3c68 [2022-12-14T14:53:45.648Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-12-14T14:53:45.648Z] ---> b15f6c47c30f [2022-12-14T14:53:45.648Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-12-14T14:53:46.233Z] ---> 5cc6caf1323f [2022-12-14T14:53:46.233Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-12-14T14:53:46.233Z] ---> Running in af40eb509263 [2022-12-14T14:53:46.499Z] Removing intermediate container af40eb509263 [2022-12-14T14:53:46.499Z] ---> dbd145d9d2cc [2022-12-14T14:53:46.499Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-12-14T14:53:46.768Z] ---> Running in 27bc2382388c [2022-12-14T14:53:46.768Z] Removing intermediate container 27bc2382388c [2022-12-14T14:53:46.768Z] ---> a1ec11699d47 [2022-12-14T14:53:46.768Z] Step 24/26 : LABEL arch=arm64 [2022-12-14T14:53:47.035Z] ---> Running in 214bbfca26fd [2022-12-14T14:53:47.300Z] Removing intermediate container 214bbfca26fd [2022-12-14T14:53:47.300Z] ---> 85e6afef1b48 [2022-12-14T14:53:47.300Z] Step 25/26 : LABEL git_sha=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [2022-12-14T14:53:47.300Z] ---> Running in b3ee4f92c997 [2022-12-14T14:53:47.565Z] Removing intermediate container b3ee4f92c997 [2022-12-14T14:53:47.565Z] ---> 0ba58f05ef80 [2022-12-14T14:53:47.565Z] Step 26/26 : LABEL version=0.0.0 [2022-12-14T14:53:47.565Z] ---> Running in 8b7e8c8a2603 [2022-12-14T14:53:47.831Z] Removing intermediate container 8b7e8c8a2603 [2022-12-14T14:53:47.831Z] ---> 845963797049 [2022-12-14T14:53:47.831Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-14T14:53:48.095Z] Successfully built 845963797049 [2022-12-14T14:53:48.095Z] 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 [2022-12-14T14:53:48.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-14T14:53:48.914Z] [2022-12-14T14:53:48.914Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:53:49.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-14T14:53:49.308Z] arm64: Pulling from edgex-lftools-log-publisher [2022-12-14T14:53:49.308Z] 8998bd30e6a1: Pulling fs layer [2022-12-14T14:53:49.308Z] 04944245beec: Pulling fs layer [2022-12-14T14:53:49.308Z] 699f458cf7ca: Pulling fs layer [2022-12-14T14:53:49.308Z] 765212b225bb: Pulling fs layer [2022-12-14T14:53:49.308Z] f23df028b6ca: Pulling fs layer [2022-12-14T14:53:49.308Z] d65c8cfc05b1: Pulling fs layer [2022-12-14T14:53:49.308Z] 2437ff75d9bd: Pulling fs layer [2022-12-14T14:53:49.308Z] f23df028b6ca: Waiting [2022-12-14T14:53:49.308Z] 2437ff75d9bd: Waiting [2022-12-14T14:53:49.308Z] d65c8cfc05b1: Waiting [2022-12-14T14:53:49.308Z] 765212b225bb: Waiting [2022-12-14T14:53:49.576Z] 04944245beec: Verifying Checksum [2022-12-14T14:53:49.576Z] 04944245beec: Download complete [2022-12-14T14:53:49.576Z] 765212b225bb: Download complete [2022-12-14T14:53:49.576Z] f23df028b6ca: Verifying Checksum [2022-12-14T14:53:49.576Z] f23df028b6ca: Download complete [2022-12-14T14:53:49.576Z] d65c8cfc05b1: Verifying Checksum [2022-12-14T14:53:49.576Z] d65c8cfc05b1: Download complete [2022-12-14T14:53:49.576Z] 699f458cf7ca: Verifying Checksum [2022-12-14T14:53:49.576Z] 699f458cf7ca: Download complete [2022-12-14T14:53:50.160Z] 8998bd30e6a1: Verifying Checksum [2022-12-14T14:53:50.160Z] 8998bd30e6a1: Download complete [2022-12-14T14:53:52.104Z] 2437ff75d9bd: Verifying Checksum [2022-12-14T14:53:52.104Z] 2437ff75d9bd: Download complete [2022-12-14T14:53:54.039Z] 8998bd30e6a1: Pull complete [2022-12-14T14:53:54.305Z] 04944245beec: Pull complete [2022-12-14T14:53:55.706Z] 699f458cf7ca: Pull complete [2022-12-14T14:53:55.706Z] 765212b225bb: Pull complete [2022-12-14T14:53:56.665Z] f23df028b6ca: Pull complete [2022-12-14T14:53:56.665Z] d65c8cfc05b1: Pull complete [2022-12-14T14:54:11.766Z] 2437ff75d9bd: Pull complete [2022-12-14T14:54:11.766Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-12-14T14:54:11.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-14T14:54:11.766Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T14:54:12.063Z] prd-ubuntu20.04-docker-arm64-4c-16g-121205 does not seem to be running inside a container [2022-12-14T14:54:12.120Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-12-14T14:54:14.825Z] $ docker top ff1d7753ac1a7c93e46f25b2a666b2bc46239b554df13651f65b346781494880 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:54:15.715Z] ---> job-cost.sh [2022-12-14T14:54:15.715Z] lf-activate-venv: SKIPPING [2022-12-14T14:54:15.715Z] INFO: No Stack... [2022-12-14T14:54:16.296Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-12-14T14:54:16.876Z] INFO: Archiving Costs [Pipeline] sh [2022-12-14T14:54:17.214Z] + cut -d, -f6 [2022-12-14T14:54:17.214Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2022-12-14T14:54:17.296Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [2022-12-14T14:54:17.300Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] did not exist. Created. [2022-12-14T14:54:17.300Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-14T14:54:17.705Z] /w/workspace/edgex-ui-go/1@tmp/durable-45f85a68/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-12-14T14:54:18.059Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-12-14T14:54:18.095Z] Warning: overwriting stash ‘stack-cost’ [2022-12-14T14:54:22.911Z] Stashed 1 file(s) [Pipeline] } [2022-12-14T14:54:22.926Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-584-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-14T14:54:22.992Z] $ docker stop --time=1 ff1d7753ac1a7c93e46f25b2a666b2bc46239b554df13651f65b346781494880 [2022-12-14T14:54:24.619Z] $ docker rm -f ff1d7753ac1a7c93e46f25b2a666b2bc46239b554df13651f65b346781494880 [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 [2022-12-14T14:54:25.603Z] provisioning config files... [2022-12-14T14:54:25.611Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/config14081156322762794691tmp [Pipeline] { [Pipeline] sh [2022-12-14T14:54:25.954Z] + set +x [2022-12-14T14:54:25.954Z] + bash -s -- [2022-12-14T14:54:25.954Z] + curl -s https://codecov.io/bash [2022-12-14T14:54:25.954Z] [2022-12-14T14:54:25.954Z] _____ _ [2022-12-14T14:54:25.954Z] / ____| | | [2022-12-14T14:54:25.954Z] | | ___ __| | ___ ___ _____ __ [2022-12-14T14:54:25.954Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-12-14T14:54:25.954Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-12-14T14:54:25.954Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-12-14T14:54:25.954Z] Bash-1.0.6 [2022-12-14T14:54:25.954Z] [2022-12-14T14:54:25.954Z] [2022-12-14T14:54:25.954Z] ==> git version 2.25.1 found [2022-12-14T14:54:25.954Z] ==> 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 [2022-12-14T14:54:25.954Z] Release-Date: 2020-01-08 [2022-12-14T14:54:25.954Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-12-14T14:54:25.954Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-12-14T14:54:25.954Z] ==> Jenkins CI detected. [2022-12-14T14:54:25.954Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-584 [2022-12-14T14:54:25.954Z] project root: . [2022-12-14T14:54:25.954Z] --> token set from env [2022-12-14T14:54:25.954Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-12-14T14:54:25.954Z] ==> Running gcov in . (disable via -X gcov) [2022-12-14T14:54:26.213Z] ==> Python coveragepy not found [2022-12-14T14:54:26.213Z] ==> Searching for coverage reports in: [2022-12-14T14:54:26.213Z] + . [2022-12-14T14:54:26.213Z] -> Found 1 reports [2022-12-14T14:54:26.213Z] ==> Detecting git/mercurial file structure [2022-12-14T14:54:26.213Z] ==> Reading reports [2022-12-14T14:54:26.213Z] + ./coverage.out bytes=10 [2022-12-14T14:54:26.213Z] ==> Appending adjustments [2022-12-14T14:54:26.213Z] https://docs.codecov.io/docs/fixing-reports [2022-12-14T14:54:26.778Z] + Found adjustments [2022-12-14T14:54:26.778Z] ==> Gzipping contents [2022-12-14T14:54:27.037Z] 12K /tmp/codecov.IF59VJ.gz [2022-12-14T14:54:27.037Z] ==> Uploading reports [2022-12-14T14:54:27.037Z] url: https://codecov.io [2022-12-14T14:54:27.037Z] query: branch=PR-584&commit=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-584%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2022-12-14T14:54:27.037Z] -> Pinging Codecov [2022-12-14T14:54:27.037Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-584&commit=f9e971e5c7f115aba8be833c13e7ddf8c1445a3b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-584%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2022-12-14T14:54:27.295Z] -> Uploading to [2022-12-14T14:54:27.295Z] https://storage.googleapis.com/codecov/v4/raw/2022-12-14/FB506323287CE973F263BFD2A0EB1F37/f9e971e5c7f115aba8be833c13e7ddf8c1445a3b/d83bb523-dc9f-4fd9-afc3-31e7a480de81.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221214T145427Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=151bf7adf10c127144dc48a1bd18ffcb825ebd2c62d2489e87a4031dc990ff88 [2022-12-14T14:54:27.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-14T14:54:27.295Z] Dload Upload Total Spent Left Speed [2022-12-14T14:54:27.554Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 42449 --:--:-- --:--:-- --:--:-- 42449 [2022-12-14T14:54:27.554Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/f9e971e5c7f115aba8be833c13e7ddf8c1445a3b [Pipeline] } [2022-12-14T14:54:27.579Z] 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 [2022-12-14T14:54:29.372Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives ] [2022-12-14T14:54:29.372Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives [2022-12-14T14:54:29.372Z] total 16 [2022-12-14T14:54:29.372Z] drwxr-xr-x 3 root root 4096 Dec 14 14:40 . [2022-12-14T14:54:29.372Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 14 14:40 .. [2022-12-14T14:54:29.372Z] drwxr-xr-x 2 root root 4096 Dec 14 14:40 cost [2022-12-14T14:54:29.372Z] -rw-r--r-- 1 root root 83 Dec 14 14:40 cost.csv [2022-12-14T14:54:29.372Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives [2022-12-14T14:54:29.372Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives [2022-12-14T14:54:29.372Z] total 16 [2022-12-14T14:54:29.372Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 14 14:40 . [2022-12-14T14:54:29.372Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 14 14:40 .. [2022-12-14T14:54:29.372Z] drwxr-xr-x 2 jenkins jenkins 4096 Dec 14 14:40 cost [2022-12-14T14:54:29.372Z] -rw-r--r-- 1 jenkins jenkins 83 Dec 14 14:40 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:54:29.703Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:54:30.593Z] ---> package-listing.sh [2022-12-14T14:54:30.593Z] ++ facter osfamily [2022-12-14T14:54:30.593Z] ++ tr '[:upper:]' '[:lower:]' [2022-12-14T14:54:30.852Z] + OS_FAMILY=debian [2022-12-14T14:54:30.852Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-584 [2022-12-14T14:54:30.852Z] + START_PACKAGES=/tmp/packages_start.txt [2022-12-14T14:54:30.852Z] + END_PACKAGES=/tmp/packages_end.txt [2022-12-14T14:54:30.852Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-12-14T14:54:30.852Z] + PACKAGES=/tmp/packages_start.txt [2022-12-14T14:54:30.852Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-584 ']' [2022-12-14T14:54:30.852Z] + PACKAGES=/tmp/packages_end.txt [2022-12-14T14:54:30.852Z] + case "${OS_FAMILY}" in [2022-12-14T14:54:30.852Z] + dpkg -l [2022-12-14T14:54:30.852Z] + grep '^ii' [2022-12-14T14:54:30.852Z] + '[' -f /tmp/packages_start.txt ']' [2022-12-14T14:54:30.852Z] + '[' -f /tmp/packages_end.txt ']' [2022-12-14T14:54:30.852Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-12-14T14:54:30.852Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-584 ']' [2022-12-14T14:54:30.852Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives/ [2022-12-14T14:54:30.852Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-584/archives/ [Pipeline] echo [2022-12-14T14:54:30.888Z] 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-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-12-14T14:54:31.179Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T14:54:31.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-14T14:54:31.804Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T14:54:31.940Z] prd-ubuntu20.04-docker-8c-8g-121204 does not seem to be running inside a container [2022-12-14T14:54:31.973Z] $ 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-584/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-584 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584:/w/workspace/edgexfoundry_edgex-ui-go_PR-584:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-12-14T14:54:32.175Z] $ docker top 1c652a4854eea7f409bd7eb99652b32aa419c0e234693cb20f0433895098eebc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T14:54:32.543Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-12-14T14:54:32.854Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-12-14T14:54:33.166Z] + ls /var/log/sa-host [2022-12-14T14:54:33.167Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-14T14:54:33.364Z] provisioning config files... [2022-12-14T14:54:33.375Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-584@tmp/config241464133072773711tmp [Pipeline] { [Pipeline] echo [2022-12-14T14:54:33.421Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:54:33.731Z] ---> create-netrc.sh [Pipeline] } [2022-12-14T14:54:33.761Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:54:34.181Z] ---> python-tools-install.sh [Pipeline] echo [2022-12-14T14:54:34.224Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:54:34.533Z] ---> sudo-logs.sh [2022-12-14T14:54:34.533Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-12-14T14:54:34.614Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:54:34.930Z] ---> job-cost.sh [2022-12-14T14:54:34.930Z] lf-activate-venv: SKIPPING [2022-12-14T14:54:34.930Z] DEBUG: total: 0.2199999988079071 [2022-12-14T14:54:34.930Z] INFO: Retrieving Stack Cost... [2022-12-14T14:54:35.497Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-14T14:54:35.756Z] INFO: Archiving Costs [Pipeline] echo [2022-12-14T14:54:35.787Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T14:54:36.098Z] ---> logs-deploy.sh [2022-12-14T14:54:36.099Z] lf-activate-venv: SKIPPING [2022-12-14T14:54:36.099Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-584/1 [2022-12-14T14:54:36.099Z] INFO: archiving workspace using pattern(s): [2022-12-14T14:54:37.033Z] Archives upload complete. [2022-12-14T14:54:37.033Z] INFO: archiving logs to Nexus [2022-12-14T14:54:37.665Z] ---> uname -a: [2022-12-14T14:54:37.665Z] Linux prd-ubuntu20-04-docker-8c-8g-121204 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-12-14T14:54:37.665Z] [2022-12-14T14:54:37.665Z]