Pull request #556 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fb11956e9b43ee4028775c1a4fa1b4de32ff29b3+7068460caebfd9ea6dab23a48856cc5898547cee (75e899d2342c2d50bcc374b304b293c488f718f0) 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-ssh3526900264998525700.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh8003090506904076308.key Verifying host key using known hosts file > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-556/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-556/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1670530341423208610.key Verifying host key using known hosts file > 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-556/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18184514521786999689.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh7469252632972138815.key Verifying host key using known hosts file > 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-556/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-556/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5087632601844921085.key Verifying host key using known hosts file > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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 on ‘prd-ubuntu20.04-docker-8c-8g-7637’ Running on prd-ubuntu20.04-docker-8c-8g-7639 in /w/workspace/edgexfoundry_edgex-ui-go_PR-556 [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-556 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7068460caebfd9ea6dab23a48856cc5898547cee into PR head commit fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 Merge succeeded, producing fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 Checking out Revision fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 (PR-556) Commit message: "chore(deps): Bump ansi-regex, ansi-regex and ansi-regex in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 7068460caebfd9ea6dab23a48856cc5898547cee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-11T09:16:26.671Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-11T09:16:26.844Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-11T09:16:26.932Z] ========================================================= [2022-10-11T09:16:26.932Z] EdgeX Global Pipelines Version Info [2022-10-11T09:16:26.932Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:16:27.679Z] ------------------- [2022-10-11T09:16:27.679Z] stable info: [2022-10-11T09:16:27.679Z] ------------------- [2022-10-11T09:16:27.679Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-11T09:16:27.679Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-11T09:16:27.679Z] Message: update stable to v1.0.239 [2022-10-11T09:16:28.248Z] ------------------- [2022-10-11T09:16:28.248Z] experimental info: [2022-10-11T09:16:28.248Z] ------------------- [2022-10-11T09:16:28.248Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-11T09:16:28.248Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-11T09:16:28.248Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-11T09:16:28.561Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-10-11T09:16:28.602Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-10-11T09:16:28.643Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-11T09:16:28.682Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-11T09:16:28.727Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-11T09:16:28.768Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-11T09:16:28.810Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-11T09:16:28.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-11T09:16:28.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-11T09:16:28.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-11T09:16:28.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-11T09:16:29.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-10-11T09:16:29.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-11T09:16:29.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-11T09:16:29.147Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-11T09:16:29.197Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-11T09:16:29.241Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-11T09:16:29.291Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-11T09:16:29.333Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-11T09:16:29.378Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-11T09:16:29.417Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-11T09:16:29.457Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-11T09:16:29.504Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-11T09:16:29.547Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-11T09:16:29.589Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-11T09:16:29.625Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-11T09:16:29.666Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-11T09:16:29.701Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-556 [Pipeline] echo [2022-10-11T09:16:29.739Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-556 [Pipeline] echo [2022-10-11T09:16:29.775Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-556 [Pipeline] echo [2022-10-11T09:16:29.810Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] echo [2022-10-11T09:16:29.853Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb11956 [Pipeline] echo [2022-10-11T09:16:29.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-11T09:16:29.988Z] provisioning config files... [2022-10-11T09:16:30.007Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/config11696303751260338035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:16:30.341Z] ---> docker-login.sh [2022-10-11T09:16:30.341Z] nexus3.edgexfoundry.org:10001 [2022-10-11T09:16:30.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:30.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:30.600Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:30.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:30.600Z] [2022-10-11T09:16:30.600Z] Login Succeeded [2022-10-11T09:16:30.600Z] nexus3.edgexfoundry.org:10002 [2022-10-11T09:16:30.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:30.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:30.869Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:30.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:30.869Z] [2022-10-11T09:16:30.869Z] Login Succeeded [2022-10-11T09:16:30.869Z] nexus3.edgexfoundry.org:10003 [2022-10-11T09:16:30.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:30.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:30.869Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:30.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:30.869Z] [2022-10-11T09:16:30.869Z] Login Succeeded [2022-10-11T09:16:30.869Z] nexus3.edgexfoundry.org:10004 [2022-10-11T09:16:30.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:31.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:31.142Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:31.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:31.142Z] [2022-10-11T09:16:31.142Z] Login Succeeded [2022-10-11T09:16:31.142Z] docker.io [2022-10-11T09:16:31.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:31.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:31.404Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:31.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:31.404Z] [2022-10-11T09:16:31.404Z] Login Succeeded [2022-10-11T09:16:31.404Z] ---> docker-login.sh ends [Pipeline] } [2022-10-11T09:16:31.433Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-11T09:16:32.091Z] + git rev-list -1 --merges fb11956e9b43ee4028775c1a4fa1b4de32ff29b3~1..fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] echo [2022-10-11T09:16:32.137Z] -----------> git rev-list -1 --merges fb11956e9b43ee4028775c1a4fa1b4de32ff29b3~1..fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [false] [Pipeline] sh [2022-10-11T09:16:32.446Z] + git log --format=format:%s -1 fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] echo [2022-10-11T09:16:32.483Z] ========================================================= [2022-10-11T09:16:32.483Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-11T09:16:32.483Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-11T09:16:32.913Z] + git log --format=format:%s -1 fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] echo [2022-10-11T09:16:32.946Z] [semverPrep] GIT_COMMIT: fb11956e9b43ee4028775c1a4fa1b4de32ff29b3, Commit Message: chore(deps): Bump ansi-regex, ansi-regex and ansi-regex in /web [Pipeline] echo [2022-10-11T09:16:32.973Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-11T09:16:33.345Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-11T09:16:33.345Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-11T09:16:33.345Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-11T09:16:33.345Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-11T09:16:33.345Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-11T09:16:33.345Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-11T09:16:33.345Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:16:33.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-11T09:16:33.769Z] [2022-10-11T09:16:33.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:16:34.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-11T09:16:34.137Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-11T09:16:34.137Z] b85a868b505f: Pulling fs layer [2022-10-11T09:16:34.137Z] e2be974225ed: Pulling fs layer [2022-10-11T09:16:34.137Z] 339a4e72a1f5: Pulling fs layer [2022-10-11T09:16:34.137Z] 988bab9f4d93: Pulling fs layer [2022-10-11T09:16:34.137Z] 1469e6f7b9e6: Pulling fs layer [2022-10-11T09:16:34.137Z] eaf3925da568: Pulling fs layer [2022-10-11T09:16:34.137Z] bab4dde63d76: Pulling fs layer [2022-10-11T09:16:34.137Z] bde34c3a00c8: Pulling fs layer [2022-10-11T09:16:34.137Z] b352a97aabf1: Pulling fs layer [2022-10-11T09:16:34.137Z] 4872d77fe225: Pulling fs layer [2022-10-11T09:16:34.137Z] 5851b861e8e6: Pulling fs layer [2022-10-11T09:16:34.137Z] bab4dde63d76: Waiting [2022-10-11T09:16:34.137Z] bde34c3a00c8: Waiting [2022-10-11T09:16:34.137Z] b352a97aabf1: Waiting [2022-10-11T09:16:34.137Z] 988bab9f4d93: Waiting [2022-10-11T09:16:34.137Z] 5851b861e8e6: Waiting [2022-10-11T09:16:34.137Z] eaf3925da568: Waiting [2022-10-11T09:16:34.137Z] 4872d77fe225: Waiting [2022-10-11T09:16:34.137Z] e2be974225ed: Verifying Checksum [2022-10-11T09:16:34.137Z] e2be974225ed: Download complete [2022-10-11T09:16:34.137Z] 988bab9f4d93: Download complete [2022-10-11T09:16:34.399Z] 1469e6f7b9e6: Verifying Checksum [2022-10-11T09:16:34.399Z] 1469e6f7b9e6: Download complete [2022-10-11T09:16:34.399Z] 339a4e72a1f5: Download complete [2022-10-11T09:16:34.399Z] eaf3925da568: Verifying Checksum [2022-10-11T09:16:34.399Z] eaf3925da568: Download complete [2022-10-11T09:16:34.399Z] bde34c3a00c8: Verifying Checksum [2022-10-11T09:16:34.399Z] bde34c3a00c8: Download complete [2022-10-11T09:16:34.399Z] b352a97aabf1: Download complete [2022-10-11T09:16:34.399Z] 4872d77fe225: Verifying Checksum [2022-10-11T09:16:34.399Z] 4872d77fe225: Download complete [2022-10-11T09:16:34.399Z] 5851b861e8e6: Verifying Checksum [2022-10-11T09:16:34.399Z] 5851b861e8e6: Download complete [2022-10-11T09:16:34.399Z] b85a868b505f: Download complete [2022-10-11T09:16:34.661Z] bab4dde63d76: Verifying Checksum [2022-10-11T09:16:34.661Z] bab4dde63d76: Download complete [2022-10-11T09:16:36.037Z] b85a868b505f: Pull complete [2022-10-11T09:16:36.037Z] e2be974225ed: Pull complete [2022-10-11T09:16:36.296Z] 339a4e72a1f5: Pull complete [2022-10-11T09:16:36.555Z] 988bab9f4d93: Pull complete [2022-10-11T09:16:36.814Z] 1469e6f7b9e6: Pull complete [2022-10-11T09:16:36.814Z] eaf3925da568: Pull complete [2022-10-11T09:16:38.712Z] bab4dde63d76: Pull complete [2022-10-11T09:16:38.712Z] bde34c3a00c8: Pull complete [2022-10-11T09:16:38.712Z] b352a97aabf1: Pull complete [2022-10-11T09:16:38.712Z] 4872d77fe225: Pull complete [2022-10-11T09:16:38.970Z] 5851b861e8e6: Pull complete [2022-10-11T09:16:38.970Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-11T09:16:38.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-11T09:16:38.970Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-11T09:16:39.176Z] prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container [2022-10-11T09:16:39.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@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-10-11T09:16:41.035Z] $ docker top 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d -eo pid,comm [2022-10-11T09:16:41.094Z] 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-10-11T09:16:41.094Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-11T09:16:41.213Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-11T09:16:41.213Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-11T09:16:41.324Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-11T09:16:41.326Z] $ docker exec 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d ssh-agent [2022-10-11T09:16:41.436Z] SSH_AUTH_SOCK=/tmp/ssh-o1wmvXy77h8r/agent.33 [2022-10-11T09:16:41.436Z] SSH_AGENT_PID=39 [2022-10-11T09:16:41.442Z] Running ssh-add (command line suppressed) [2022-10-11T09:16:41.549Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/private_key_15922254614030554713.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/private_key_15922254614030554713.key) [2022-10-11T09:16:41.568Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-11T09:16:41.897Z] + git tag --points-at HEAD [Pipeline] } [2022-10-11T09:16:41.918Z] $ docker exec --env ******** --env ******** 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d ssh-agent -k [2022-10-11T09:16:42.023Z] unset SSH_AUTH_SOCK; [2022-10-11T09:16:42.023Z] unset SSH_AGENT_PID; [2022-10-11T09:16:42.023Z] echo Agent pid 39 killed; [2022-10-11T09:16:42.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-11T09:16:42.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-11T09:16:42.126Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-11T09:16:42.240Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-11T09:16:42.241Z] $ docker exec 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d ssh-agent [2022-10-11T09:16:42.349Z] SSH_AUTH_SOCK=/tmp/ssh-rANpn9sSVuWS/agent.71 [2022-10-11T09:16:42.349Z] SSH_AGENT_PID=77 [2022-10-11T09:16:42.354Z] Running ssh-add (command line suppressed) [2022-10-11T09:16:42.475Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/private_key_9357148835568887822.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/private_key_9357148835568887822.key) [2022-10-11T09:16:42.493Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-11T09:16:42.818Z] + git semver init [2022-10-11T09:16:43.077Z] 2022-10-11 09:16:42,993 [run_init] DEBUG init version:0.0.0 force:False [2022-10-11T09:16:43.077Z] 2022-10-11 09:16:42,994 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver [2022-10-11T09:16:43.077Z] 2022-10-11 09:16:42,994 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver [2022-10-11T09:16:43.077Z] 2022-10-11 09:16:42,995 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-556, universal_newlines=False, shell=None, istream=None) [2022-10-11T09:16:44.461Z] 2022-10-11 09:16:44,356 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.git/info/exclude [2022-10-11T09:16:44.461Z] 2022-10-11 09:16:44,358 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver/PR-556 with force:False [2022-10-11T09:16:44.461Z] 2022-10-11 09:16:44,358 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver/PR-556 [2022-10-11T09:16:44.461Z] 2022-10-11 09:16:44,361 [execute] INFO git cat-file --batch-check [2022-10-11T09:16:44.461Z] 2022-10-11 09:16:44,361 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver, universal_newlines=False, shell=None, istream=) [2022-10-11T09:16:44.461Z] 2022-10-11 09:16:44,366 [execute] INFO git cat-file --batch [2022-10-11T09:16:44.461Z] 2022-10-11 09:16:44,366 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver, universal_newlines=False, shell=None, istream=) [2022-10-11T09:16:44.461Z] 2022-10-11 09:16:44,370 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver/PR-556 [2022-10-11T09:16:44.461Z] 0.0.0 [Pipeline] } [2022-10-11T09:16:44.493Z] $ docker exec --env ******** --env ******** 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d ssh-agent -k [2022-10-11T09:16:44.607Z] unset SSH_AUTH_SOCK; [2022-10-11T09:16:44.608Z] unset SSH_AGENT_PID; [2022-10-11T09:16:44.608Z] echo Agent pid 77 killed; [2022-10-11T09:16:44.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-11T09:16:45.050Z] + git semver [Pipeline] } [2022-10-11T09:16:45.334Z] $ docker stop --time=1 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d [2022-10-11T09:16:46.645Z] $ docker rm -f 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-11T09:16:47.061Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-11T09:16:47.325Z] Stashed 1 file(s) [Pipeline] echo [2022-10-11T09:16:47.344Z] [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-10-11T09:16:47.925Z] provisioning config files... [2022-10-11T09:16:47.935Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/config210419344857704797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:16:48.276Z] ---> docker-login.sh [2022-10-11T09:16:48.276Z] nexus3.edgexfoundry.org:10001 [2022-10-11T09:16:48.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:48.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:48.276Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:48.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:48.276Z] [2022-10-11T09:16:48.276Z] Login Succeeded [2022-10-11T09:16:48.276Z] nexus3.edgexfoundry.org:10002 [2022-10-11T09:16:48.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:48.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:48.276Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:48.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:48.276Z] [2022-10-11T09:16:48.276Z] Login Succeeded [2022-10-11T09:16:48.276Z] nexus3.edgexfoundry.org:10003 [2022-10-11T09:16:48.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:48.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:48.535Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:48.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:48.535Z] [2022-10-11T09:16:48.535Z] Login Succeeded [2022-10-11T09:16:48.535Z] nexus3.edgexfoundry.org:10004 [2022-10-11T09:16:48.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:48.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:48.535Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:48.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:48.535Z] [2022-10-11T09:16:48.535Z] Login Succeeded [2022-10-11T09:16:48.535Z] docker.io [2022-10-11T09:16:48.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:16:49.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:16:49.056Z] Configure a credential helper to remove this warning. See [2022-10-11T09:16:49.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:16:49.056Z] [2022-10-11T09:16:49.056Z] Login Succeeded [2022-10-11T09:16:49.056Z] ---> docker-login.sh ends [Pipeline] } [2022-10-11T09:16:49.090Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-11T09:16:49.284Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-11T09:16:49.313Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-11T09:16:49.342Z] ========================================================= [2022-10-11T09:16:49.342Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-11T09:16:49.342Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:16:49.788Z] + 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-10-11T09:16:50.049Z] Sending build context to Docker daemon 45.96MB [2022-10-11T09:16:50.049Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-11T09:16:50.049Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-11T09:16:50.049Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-11T09:16:50.049Z] 213ec9aee27d: Pulling fs layer [2022-10-11T09:16:50.049Z] 4583459ba037: Pulling fs layer [2022-10-11T09:16:50.049Z] 93c1e223e6f2: Pulling fs layer [2022-10-11T09:16:50.049Z] 53926ce57604: Pulling fs layer [2022-10-11T09:16:50.049Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-11T09:16:50.049Z] 30f14e443154: Pulling fs layer [2022-10-11T09:16:50.049Z] 801331c1e519: Pulling fs layer [2022-10-11T09:16:50.049Z] 99cc6dd402b0: Pulling fs layer [2022-10-11T09:16:50.049Z] 7d9ed39f4882: Pulling fs layer [2022-10-11T09:16:50.049Z] 53926ce57604: Waiting [2022-10-11T09:16:50.049Z] 21b2b0c7a3f4: Waiting [2022-10-11T09:16:50.049Z] 30f14e443154: Waiting [2022-10-11T09:16:50.049Z] 801331c1e519: Waiting [2022-10-11T09:16:50.049Z] 99cc6dd402b0: Waiting [2022-10-11T09:16:50.049Z] 7d9ed39f4882: Waiting [2022-10-11T09:16:50.049Z] 93c1e223e6f2: Verifying Checksum [2022-10-11T09:16:50.049Z] 93c1e223e6f2: Download complete [2022-10-11T09:16:50.049Z] 4583459ba037: Download complete [2022-10-11T09:16:50.049Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-11T09:16:50.049Z] 21b2b0c7a3f4: Download complete [2022-10-11T09:16:50.049Z] 30f14e443154: Verifying Checksum [2022-10-11T09:16:50.049Z] 30f14e443154: Download complete [2022-10-11T09:16:50.049Z] 213ec9aee27d: Download complete [2022-10-11T09:16:50.049Z] 801331c1e519: Download complete [2022-10-11T09:16:50.327Z] 213ec9aee27d: Pull complete [2022-10-11T09:16:50.327Z] 4583459ba037: Pull complete [2022-10-11T09:16:50.605Z] 93c1e223e6f2: Pull complete [2022-10-11T09:16:51.194Z] 7d9ed39f4882: Verifying Checksum [2022-10-11T09:16:51.194Z] 7d9ed39f4882: Download complete [2022-10-11T09:16:51.194Z] 99cc6dd402b0: Verifying Checksum [2022-10-11T09:16:51.194Z] 99cc6dd402b0: Download complete [2022-10-11T09:16:51.452Z] 53926ce57604: Verifying Checksum [2022-10-11T09:16:51.452Z] 53926ce57604: Download complete [2022-10-11T09:16:55.633Z] 53926ce57604: Pull complete [2022-10-11T09:16:55.633Z] 21b2b0c7a3f4: Pull complete [2022-10-11T09:16:55.633Z] 30f14e443154: Pull complete [2022-10-11T09:16:55.633Z] 801331c1e519: Pull complete [2022-10-11T09:16:57.529Z] 99cc6dd402b0: Pull complete [2022-10-11T09:16:58.096Z] 7d9ed39f4882: Pull complete [2022-10-11T09:16:58.096Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-11T09:16:58.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-11T09:16:58.096Z] ---> 1dedd983c030 [2022-10-11T09:16:58.096Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-11T09:17:00.629Z] ---> Running in 65eab2be25f3 [2022-10-11T09:17:00.629Z] Removing intermediate container 65eab2be25f3 [2022-10-11T09:17:00.629Z] ---> 8e11dab7bfd8 [2022-10-11T09:17:00.629Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-11T09:17:00.629Z] ---> Running in 977a285f17d6 [2022-10-11T09:17:00.629Z] Removing intermediate container 977a285f17d6 [2022-10-11T09:17:00.629Z] ---> cf51d76b4011 [2022-10-11T09:17:00.629Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-11T09:17:00.887Z] ---> Running in 1426ad866975 [2022-10-11T09:17:00.887Z] Removing intermediate container 1426ad866975 [2022-10-11T09:17:00.887Z] ---> f24c8dc4b7bb [2022-10-11T09:17:00.887Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-11T09:17:00.887Z] ---> Running in 125b421903bc [2022-10-11T09:17:00.887Z] Removing intermediate container 125b421903bc [2022-10-11T09:17:00.887Z] ---> 6cc964b94a5b [2022-10-11T09:17:00.887Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-11T09:17:00.887Z] ---> Running in b72b4b716677 [2022-10-11T09:17:01.147Z] Removing intermediate container b72b4b716677 [2022-10-11T09:17:01.147Z] ---> 68523021de23 [2022-10-11T09:17:01.147Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-11T09:17:01.714Z] latest: Pulling from library/docker [2022-10-11T09:17:01.714Z] 213ec9aee27d: Already exists [2022-10-11T09:17:01.714Z] 7b0dd730a5c3: Pulling fs layer [2022-10-11T09:17:01.714Z] 4b90f8029a36: Pulling fs layer [2022-10-11T09:17:01.714Z] b2204c289e68: Pulling fs layer [2022-10-11T09:17:01.714Z] a75dcb107a37: Pulling fs layer [2022-10-11T09:17:01.714Z] 3a173a06c313: Pulling fs layer [2022-10-11T09:17:01.714Z] 44f3a1cb7a3f: Pulling fs layer [2022-10-11T09:17:01.714Z] a7d2f4b1d0b5: Pulling fs layer [2022-10-11T09:17:01.714Z] cd2ccc3f5575: Pulling fs layer [2022-10-11T09:17:01.714Z] 3a173a06c313: Waiting [2022-10-11T09:17:01.714Z] a75dcb107a37: Waiting [2022-10-11T09:17:01.714Z] 44f3a1cb7a3f: Waiting [2022-10-11T09:17:01.714Z] a7d2f4b1d0b5: Waiting [2022-10-11T09:17:01.973Z] 4b90f8029a36: Verifying Checksum [2022-10-11T09:17:01.973Z] 4b90f8029a36: Download complete [2022-10-11T09:17:01.973Z] 7b0dd730a5c3: Verifying Checksum [2022-10-11T09:17:01.973Z] 7b0dd730a5c3: Download complete [2022-10-11T09:17:02.238Z] 7b0dd730a5c3: Pull complete [2022-10-11T09:17:02.238Z] 4b90f8029a36: Pull complete [2022-10-11T09:17:02.496Z] a75dcb107a37: Verifying Checksum [2022-10-11T09:17:02.496Z] a75dcb107a37: Download complete [2022-10-11T09:17:02.496Z] 3a173a06c313: Verifying Checksum [2022-10-11T09:17:02.496Z] 3a173a06c313: Download complete [2022-10-11T09:17:02.496Z] b2204c289e68: Verifying Checksum [2022-10-11T09:17:02.496Z] b2204c289e68: Download complete [2022-10-11T09:17:02.496Z] 44f3a1cb7a3f: Verifying Checksum [2022-10-11T09:17:02.496Z] 44f3a1cb7a3f: Download complete [2022-10-11T09:17:02.496Z] a7d2f4b1d0b5: Verifying Checksum [2022-10-11T09:17:02.496Z] a7d2f4b1d0b5: Download complete [2022-10-11T09:17:02.496Z] cd2ccc3f5575: Verifying Checksum [2022-10-11T09:17:02.496Z] cd2ccc3f5575: Download complete [2022-10-11T09:17:02.750Z] Still waiting to schedule task [2022-10-11T09:17:02.750Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7638’ [2022-10-11T09:17:02.754Z] b2204c289e68: Pull complete [2022-10-11T09:17:03.327Z] a75dcb107a37: Pull complete [2022-10-11T09:17:03.589Z] 3a173a06c313: Pull complete [2022-10-11T09:17:03.589Z] 44f3a1cb7a3f: Pull complete [2022-10-11T09:17:03.589Z] a7d2f4b1d0b5: Pull complete [2022-10-11T09:17:03.589Z] cd2ccc3f5575: Pull complete [2022-10-11T09:17:03.589Z] Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe [2022-10-11T09:17:03.589Z] Status: Downloaded newer image for docker:latest [2022-10-11T09:17:04.965Z] ---> 4fc7959c6a55 [2022-10-11T09:17:04.965Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-11T09:17:05.224Z] ---> Running in 6314b5597667 [2022-10-11T09:17:05.790Z] Removing intermediate container 6314b5597667 [2022-10-11T09:17:05.790Z] ---> 8d0deede243a [2022-10-11T09:17:05.790Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-11T09:17:05.790Z] ---> Running in f196a796c2a1 [2022-10-11T09:17:06.048Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-11T09:17:06.983Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-11T09:17:07.242Z] OK: 211 MiB in 51 packages [2022-10-11T09:17:07.809Z] Removing intermediate container f196a796c2a1 [2022-10-11T09:17:07.809Z] ---> e11590461cde [2022-10-11T09:17:07.809Z] Step 11/16 : ENV GO111MODULE=on [2022-10-11T09:17:07.809Z] ---> Running in 596a7078b8d2 [2022-10-11T09:17:07.809Z] Removing intermediate container 596a7078b8d2 [2022-10-11T09:17:07.809Z] ---> df64e1aa9489 [2022-10-11T09:17:07.809Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-11T09:17:07.809Z] ---> Running in 17644c18a3ff [2022-10-11T09:17:07.809Z] Removing intermediate container 17644c18a3ff [2022-10-11T09:17:07.809Z] ---> 023bb0e8302d [2022-10-11T09:17:07.809Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-11T09:17:08.068Z] ---> 5b3c93b27851 [2022-10-11T09:17:08.069Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-11T09:17:08.069Z] ---> Running in 2478057342b0 [2022-10-11T09:17:26.163Z] Removing intermediate container 2478057342b0 [2022-10-11T09:17:26.163Z] ---> 08bd7fa8d23b [2022-10-11T09:17:26.163Z] Step 15/16 : COPY . . [2022-10-11T09:17:26.163Z] ---> bc3757c20f08 [2022-10-11T09:17:26.163Z] Step 16/16 : RUN ${MAKE} [2022-10-11T09:17:26.163Z] ---> Running in 498fe2e9a9c9 [2022-10-11T09:17:26.163Z] noop [2022-10-11T09:17:26.163Z] Removing intermediate container 498fe2e9a9c9 [2022-10-11T09:17:26.163Z] ---> 121c461b8bb3 [2022-10-11T09:17:26.163Z] Successfully built 121c461b8bb3 [2022-10-11T09:17:26.163Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:17:26.594Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-11T09:17:26.594Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-11T09:17:26.729Z] prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container [2022-10-11T09:17:26.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@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-10-11T09:17:27.098Z] $ docker top dc2227909c4d00eb02613a130deac3b5308e43a880cad753c1656574511ecabf -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-11T09:17:27.482Z] + go version [2022-10-11T09:17:27.482Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-11T09:17:27.514Z] $ docker stop --time=1 dc2227909c4d00eb02613a130deac3b5308e43a880cad753c1656574511ecabf [2022-10-11T09:17:28.815Z] $ docker rm -f dc2227909c4d00eb02613a130deac3b5308e43a880cad753c1656574511ecabf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:17:29.498Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-11T09:17:29.498Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-11T09:17:29.632Z] prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container [2022-10-11T09:17:29.659Z] $ 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-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@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-10-11T09:17:30.017Z] $ docker top fbebaf8f94ba45eec0a97614e770df22b1294fbfad4cab40289ab2d154e1d75b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-11T09:17:30.418Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-556 [Pipeline] fileExists [Pipeline] sh [2022-10-11T09:17:30.790Z] + make test [2022-10-11T09:17:30.790Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-11T09:17:31.048Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-11T09:17:39.153Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-11T09:17:39.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-11T09:17:39.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-11T09:17:39.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-11T09:17:39.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-11T09:17:39.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-11T09:17:39.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-11T09:17:39.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-11T09:17:39.153Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-11T09:17:42.435Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-11T09:17:42.435Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-11T09:17:42.435Z] ./bin/test-attribution-txt.sh [2022-10-11T09:17:42.435Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-11T09:17:42.435Z] make -C web test [2022-10-11T09:17:42.435Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-556/web' [2022-10-11T09:17:42.435Z] make[1]: tput: No such file or directory [2022-10-11T09:17:42.435Z] make[1]: tput: No such file or directory [2022-10-11T09:17:42.435Z] warning: generating ./VERSION [2022-10-11T09:17:42.435Z] echo "0.0.0" > VERSION [2022-10-11T09:17:42.435Z] docker build \ [2022-10-11T09:17:42.435Z] -f Dockerfile \ [2022-10-11T09:17:42.435Z] --build-arg USER=1000 \ [2022-10-11T09:17:42.435Z] \ [2022-10-11T09:17:42.435Z] --label "git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3" \ [2022-10-11T09:17:42.435Z] -t edgexfoundry/edgex-web-ui:fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 \ [2022-10-11T09:17:42.435Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-11T09:17:42.435Z] . [2022-10-11T09:17:42.435Z] Sending build context to Docker daemon 3.27MB [2022-10-11T09:17:42.435Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-11T09:17:42.435Z] 16.17-alpine3.15: Pulling from library/node [2022-10-11T09:17:42.435Z] 9621f1afde84: Pulling fs layer [2022-10-11T09:17:42.435Z] c6f70ee39829: Pulling fs layer [2022-10-11T09:17:42.435Z] 56892a8094a2: Pulling fs layer [2022-10-11T09:17:42.435Z] 58dd87906ef0: Pulling fs layer [2022-10-11T09:17:42.435Z] 56892a8094a2: Verifying Checksum [2022-10-11T09:17:42.435Z] 56892a8094a2: Download complete [2022-10-11T09:17:42.435Z] 9621f1afde84: Verifying Checksum [2022-10-11T09:17:42.435Z] 58dd87906ef0: Download complete [2022-10-11T09:17:42.435Z] 9621f1afde84: Download complete [2022-10-11T09:17:42.435Z] 9621f1afde84: Pull complete [2022-10-11T09:17:42.695Z] c6f70ee39829: Verifying Checksum [2022-10-11T09:17:42.695Z] c6f70ee39829: Download complete [2022-10-11T09:17:43.629Z] c6f70ee39829: Pull complete [2022-10-11T09:17:43.629Z] 56892a8094a2: Pull complete [2022-10-11T09:17:43.896Z] 58dd87906ef0: Pull complete [2022-10-11T09:17:43.896Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-11T09:17:43.896Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-11T09:17:43.896Z] ---> b69703f70c3d [2022-10-11T09:17:43.896Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-11T09:17:44.829Z] ---> Running in 43bf70404553 [2022-10-11T09:17:45.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-11T09:17:45.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-11T09:17:45.345Z] (1/129) Installing libxau (1.0.9-r0) [2022-10-11T09:17:45.345Z] (2/129) Installing libmd (1.0.3-r0) [2022-10-11T09:17:45.345Z] (3/129) Installing libbsd (0.11.3-r1) [2022-10-11T09:17:45.345Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-10-11T09:17:45.345Z] (5/129) Installing libxcb (1.14-r2) [2022-10-11T09:17:45.345Z] (6/129) Installing libx11 (1.7.3.1-r0) [2022-10-11T09:17:45.345Z] (7/129) Installing libxext (1.3.4-r0) [2022-10-11T09:17:45.345Z] (8/129) Installing libice (1.0.10-r0) [2022-10-11T09:17:45.345Z] (9/129) Installing libuuid (2.37.4-r0) [2022-10-11T09:17:45.345Z] (10/129) Installing libsm (1.2.3-r0) [2022-10-11T09:17:45.345Z] (11/129) Installing libxt (1.2.1-r0) [2022-10-11T09:17:45.345Z] (12/129) Installing libxmu (1.1.3-r0) [2022-10-11T09:17:45.345Z] (13/129) Installing xset (1.2.4-r0) [2022-10-11T09:17:45.345Z] (14/129) Installing xprop (1.2.5-r0) [2022-10-11T09:17:45.345Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-10-11T09:17:45.345Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-11T09:17:45.345Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-10-11T09:17:45.345Z] (18/129) Installing libffi (3.4.2-r1) [2022-10-11T09:17:45.345Z] (19/129) Installing libintl (0.21-r0) [2022-10-11T09:17:45.345Z] (20/129) Installing libblkid (2.37.4-r0) [2022-10-11T09:17:45.345Z] (21/129) Installing libmount (2.37.4-r0) [2022-10-11T09:17:45.603Z] (22/129) Installing pcre (8.45-r1) [2022-10-11T09:17:45.603Z] (23/129) Installing glib (2.70.1-r0) [2022-10-11T09:17:45.603Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-10-11T09:17:45.603Z] (25/129) Installing libxml2 (2.9.14-r1) [2022-10-11T09:17:45.603Z] (26/129) Installing shared-mime-info (2.1-r1) [2022-10-11T09:17:45.603Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-10-11T09:17:45.603Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-10-11T09:17:45.603Z] (29/129) Installing libpng (1.6.37-r1) [2022-10-11T09:17:45.603Z] (30/129) Installing libwebp (1.2.2-r0) [2022-10-11T09:17:45.603Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-10-11T09:17:45.603Z] (32/129) Installing tiff (4.4.0-r0) [2022-10-11T09:17:45.603Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-10-11T09:17:45.603Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-11T09:17:45.603Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-10-11T09:17:45.603Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-10-11T09:17:45.603Z] (37/129) Installing libxrender (0.9.10-r3) [2022-10-11T09:17:45.603Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-10-11T09:17:45.603Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-10-11T09:17:45.603Z] (40/129) Installing libxi (1.8-r0) [2022-10-11T09:17:45.603Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-10-11T09:17:45.603Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-10-11T09:17:45.603Z] (43/129) Installing atk (2.36.0-r0) [2022-10-11T09:17:45.603Z] (44/129) Installing libxtst (1.2.3-r3) [2022-10-11T09:17:45.603Z] (45/129) Installing dbus-libs (1.12.24-r0) [2022-10-11T09:17:45.603Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-10-11T09:17:45.603Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-10-11T09:17:45.603Z] (48/129) Installing expat (2.4.9-r0) [2022-10-11T09:17:45.603Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-10-11T09:17:45.861Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-10-11T09:17:45.861Z] (51/129) Installing freetype (2.11.1-r2) [2022-10-11T09:17:45.861Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-10-11T09:17:45.861Z] (53/129) Installing pixman (0.40.0-r3) [2022-10-11T09:17:45.861Z] (54/129) Installing cairo (1.16.0-r5) [2022-10-11T09:17:45.861Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-10-11T09:17:45.861Z] (56/129) Installing avahi-libs (0.8-r5) [2022-10-11T09:17:45.861Z] (57/129) Installing gmp (6.2.1-r1) [2022-10-11T09:17:45.861Z] (58/129) Installing nettle (3.7.3-r0) [2022-10-11T09:17:45.861Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-10-11T09:17:45.861Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-10-11T09:17:45.861Z] (61/129) Installing libunistring (0.9.10-r1) [2022-10-11T09:17:45.861Z] (62/129) Installing gnutls (3.7.1-r1) [2022-10-11T09:17:45.861Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-10-11T09:17:45.861Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-10-11T09:17:45.861Z] (65/129) Installing fribidi (1.0.11-r0) [2022-10-11T09:17:45.861Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-10-11T09:17:45.861Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-10-11T09:17:45.861Z] (68/129) Installing libxft (2.3.4-r0) [2022-10-11T09:17:45.861Z] (69/129) Installing pango (1.48.10-r0) [2022-10-11T09:17:45.861Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-10-11T09:17:45.861Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-11T09:17:45.861Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-10-11T09:17:45.861Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-10-11T09:17:45.861Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-10-11T09:17:45.861Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-10-11T09:17:46.120Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-11T09:17:46.120Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-10-11T09:17:46.120Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-10-11T09:17:46.120Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-10-11T09:17:46.120Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-11T09:17:48.157Z] (79/129) Installing libogg (1.3.5-r0) [2022-10-11T09:17:48.157Z] (80/129) Installing flac (1.3.4-r0) [2022-10-11T09:17:48.157Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-10-11T09:17:48.158Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-10-11T09:17:48.158Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-10-11T09:17:48.158Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-10-11T09:17:48.158Z] (85/129) Installing libass (0.15.2-r0) [2022-10-11T09:17:48.158Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-10-11T09:17:48.158Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-11T09:17:48.158Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-11T09:17:48.158Z] (89/129) Installing lame (3.100-r0) [2022-10-11T09:17:48.158Z] (90/129) Installing opus (1.3.1-r1) [2022-10-11T09:17:48.158Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-10-11T09:17:48.158Z] (92/129) Installing soxr (0.1.3-r2) [2022-10-11T09:17:48.158Z] (93/129) Installing libsrt (1.4.2-r1) [2022-10-11T09:17:48.158Z] (94/129) Installing libssh (0.9.6-r1) [2022-10-11T09:17:48.433Z] (95/129) Installing libtheora (1.1.1-r16) [2022-10-11T09:17:48.433Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-10-11T09:17:48.433Z] (97/129) Installing libpciaccess (0.16-r0) [2022-10-11T09:17:48.433Z] (98/129) Installing libdrm (2.4.109-r0) [2022-10-11T09:17:48.433Z] (99/129) Installing libva (2.13.0-r0) [2022-10-11T09:17:48.433Z] (100/129) Installing libvdpau (1.4-r0) [2022-10-11T09:17:48.433Z] (101/129) Installing vidstab (1.1.0-r1) [2022-10-11T09:17:48.433Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-10-11T09:17:48.433Z] (103/129) Installing libvpx (1.10.0-r0) [2022-10-11T09:17:48.433Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-10-11T09:17:48.433Z] (105/129) Installing x264-libs (20210613-r0) [2022-10-11T09:17:48.433Z] (106/129) Installing x265-libs (3.5-r0) [2022-10-11T09:17:48.433Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-10-11T09:17:48.433Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-10-11T09:17:48.433Z] (109/129) Installing libevent (2.1.12-r4) [2022-10-11T09:17:48.713Z] (110/129) Installing mesa (21.2.6-r0) [2022-10-11T09:17:48.713Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-10-11T09:17:48.713Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-10-11T09:17:48.713Z] (113/129) Installing lcms2 (2.12-r1) [2022-10-11T09:17:48.713Z] (114/129) Installing nspr (4.32-r0) [2022-10-11T09:17:48.713Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-10-11T09:17:48.713Z] (116/129) Installing nss (3.78.1-r0) [2022-10-11T09:17:48.713Z] (117/129) Installing libasyncns (0.8-r1) [2022-10-11T09:17:48.713Z] (118/129) Installing libltdl (2.4.6-r7) [2022-10-11T09:17:48.713Z] (119/129) Installing orc (0.4.32-r0) [2022-10-11T09:17:48.713Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-10-11T09:17:48.713Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-10-11T09:17:48.713Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-10-11T09:17:48.713Z] (123/129) Installing libpulse (15.0-r2) [2022-10-11T09:17:48.713Z] (124/129) Installing re2 (2021.11.01-r0) [2022-10-11T09:17:48.713Z] (125/129) Installing snappy (1.1.9-r1) [2022-10-11T09:17:48.713Z] (126/129) Installing libgpg-error (1.42-r1) [2022-10-11T09:17:48.713Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-10-11T09:17:48.713Z] (128/129) Installing libxslt (1.1.35-r0) [2022-10-11T09:17:48.713Z] (129/129) Installing chromium (99.0.4844.84-r0) [2022-10-11T09:17:49.655Z] Executing busybox-1.34.1-r7.trigger [2022-10-11T09:17:49.655Z] Executing glib-2.70.1-r0.trigger [2022-10-11T09:17:49.655Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-11T09:17:51.558Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-11T09:17:51.558Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-11T09:17:51.558Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-11T09:17:51.558Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-11T09:17:51.558Z] OK: 286 MiB in 145 packages [2022-10-11T09:17:55.752Z] Removing intermediate container 43bf70404553 [2022-10-11T09:17:55.752Z] ---> e0c6201fb20a [2022-10-11T09:17:55.752Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-11T09:17:56.010Z] ---> Running in 2a00cc5bc929 [2022-10-11T09:17:56.010Z] Removing intermediate container 2a00cc5bc929 [2022-10-11T09:17:56.010Z] ---> ae81ab377808 [2022-10-11T09:17:56.010Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-11T09:17:56.011Z] ---> Running in e70c9294f9aa [2022-10-11T09:17:56.011Z] Removing intermediate container e70c9294f9aa [2022-10-11T09:17:56.011Z] ---> c8face1f7e6f [2022-10-11T09:17:56.011Z] Step 5/10 : RUN npm install -g npm [2022-10-11T09:17:56.011Z] ---> Running in ff66e09d112d [2022-10-11T09:18:02.574Z] [2022-10-11T09:18:02.574Z] changed 54 packages, and audited 212 packages in 5s [2022-10-11T09:18:02.574Z] [2022-10-11T09:18:02.574Z] 11 packages are looking for funding [2022-10-11T09:18:02.574Z] run `npm fund` for details [2022-10-11T09:18:02.574Z] [2022-10-11T09:18:02.574Z] found 0 vulnerabilities [2022-10-11T09:18:02.831Z] Removing intermediate container ff66e09d112d [2022-10-11T09:18:02.831Z] ---> 50a434310ebf [2022-10-11T09:18:02.831Z] Step 6/10 : ARG USER=1000 [2022-10-11T09:18:02.831Z] ---> Running in f837abac2385 [2022-10-11T09:18:03.089Z] Removing intermediate container f837abac2385 [2022-10-11T09:18:03.089Z] ---> 73c8d23d65f5 [2022-10-11T09:18:03.089Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-11T09:18:03.089Z] ---> Running in 7b2c29d3ddf5 [2022-10-11T09:18:03.655Z] Removing intermediate container 7b2c29d3ddf5 [2022-10-11T09:18:03.655Z] ---> 38690cc07f70 [2022-10-11T09:18:03.655Z] Step 8/10 : USER $USER:$USER [2022-10-11T09:18:03.655Z] ---> Running in debc8e038ab2 [2022-10-11T09:18:03.655Z] Removing intermediate container debc8e038ab2 [2022-10-11T09:18:03.655Z] ---> 453fed3442eb [2022-10-11T09:18:03.655Z] Step 9/10 : WORKDIR /app [2022-10-11T09:18:03.655Z] ---> Running in 29f45faf40a6 [2022-10-11T09:18:03.655Z] Removing intermediate container 29f45faf40a6 [2022-10-11T09:18:03.655Z] ---> 8bed2c1bb900 [2022-10-11T09:18:03.655Z] Step 10/10 : LABEL git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [2022-10-11T09:18:03.655Z] ---> Running in 97ad122ad13e [2022-10-11T09:18:03.913Z] Removing intermediate container 97ad122ad13e [2022-10-11T09:18:03.913Z] ---> 0688837878a2 [2022-10-11T09:18:03.913Z] Successfully built 0688837878a2 [2022-10-11T09:18:03.913Z] Successfully tagged edgexfoundry/edgex-web-ui:fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [2022-10-11T09:18:03.913Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-11T09:18:03.913Z] touch edgex-web-ui.imagebuilt [2022-10-11T09:18:03.913Z] mkdir -p node_modules coverage [2022-10-11T09:18:03.913Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-11T09:18:03.913Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE required: { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE }, [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE required: { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE }, [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE required: { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE }, [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE required: { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE }, [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE required: { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE }, [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE required: { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE }, [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE required: { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE }, [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE required: { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE }, [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE required: { [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE }, [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:18:05.304Z] npm WARN EBADENGINE } [2022-10-11T09:18:09.491Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-11T09:18:09.749Z] 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-10-11T09:18:10.007Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-11T09:18:10.007Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-11T09:18:10.267Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-11T09:18:10.267Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-11T09:18:10.833Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-11T09:18:11.796Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-11T09:18:11.796Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-11T09:18:14.325Z] 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-10-11T09:18:14.325Z] 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-10-11T09:18:14.325Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-11T09:18:14.897Z] 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-10-11T09:18:14.897Z] 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-10-11T09:18:15.463Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-11T09:18:15.722Z] 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-10-11T09:18:16.288Z] 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-10-11T09:18:18.186Z] 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-10-11T09:18:20.090Z] 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-10-11T09:18:24.283Z] [2022-10-11T09:18:24.283Z] added 1478 packages, and audited 1479 packages in 20s [2022-10-11T09:18:24.283Z] [2022-10-11T09:18:24.283Z] 90 packages are looking for funding [2022-10-11T09:18:24.283Z] run `npm fund` for details [2022-10-11T09:18:24.283Z] [2022-10-11T09:18:24.283Z] 12 vulnerabilities (3 moderate, 7 high, 2 critical) [2022-10-11T09:18:24.283Z] [2022-10-11T09:18:24.283Z] To address issues that do not require attention, run: [2022-10-11T09:18:24.283Z] npm audit fix [2022-10-11T09:18:24.283Z] [2022-10-11T09:18:24.283Z] To address all issues (including breaking changes), run: [2022-10-11T09:18:24.283Z] npm audit fix --force [2022-10-11T09:18:24.283Z] [2022-10-11T09:18:24.283Z] Run `npm audit` for details. [2022-10-11T09:18:28.467Z] 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-10-11T09:18:30.992Z] - Generating browser application bundles (phase: setup)... [2022-10-11T09:18:35.177Z] Compiling @angular/core : es2015 as esm2015 [2022-10-11T09:18:35.177Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-11T09:18:38.474Z] Compiling @angular/common : es2015 as esm2015 [2022-10-11T09:18:38.474Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-11T09:18:39.040Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-11T09:18:39.040Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-11T09:18:39.298Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-11T09:18:39.298Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-11T09:18:39.557Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-11T09:18:39.814Z] Compiling @angular/router : es2015 as esm2015 [2022-10-11T09:18:39.814Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-11T09:18:40.072Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-11T09:18:40.072Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-11T09:18:41.972Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-11T09:18:48.528Z] 11 10 2022 09:18:47.351:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-11T09:18:48.528Z] 11 10 2022 09:18:47.353:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-11T09:18:48.528Z] 11 10 2022 09:18:47.361:INFO [launcher]: Starting browser ChromeHeadless [2022-10-11T09:18:58.496Z] ✔ Browser application bundle generation complete. [2022-10-11T09:18:58.496Z] 11 10 2022 09:18:58.457:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket bUYw6HqvswurMOPgAAAB with id 65955797 [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.097 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.118 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.173 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.184 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.243 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.248 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.252 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.255 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.274 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.316 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.329 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.383 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.393 secs) [2022-10-11T09:19:01.772Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.411 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.42 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.437 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.452 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.457 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.461 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.464 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.477 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.484 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.507 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.515 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.551 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.558 secs) [2022-10-11T09:19:02.031Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.607 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.615 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.634 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.647 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.652 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.682 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.692 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.702 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.708 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.716 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.721 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.732 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.739 secs) [2022-10-11T09:19:02.289Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.75 secs) [2022-10-11T09:19:02.290Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.781 secs) [2022-10-11T09:19:02.290Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.79 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.796 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.812 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.825 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.837 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 0.841 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 0.846 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 0.848 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 0.859 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 0.892 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 0.899 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 0.906 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 0.916 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 0.936 secs) [2022-10-11T09:19:02.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 0.946 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.045 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.054 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.058 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.061 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.067 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.085 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.087 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.091 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.121 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.129 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.132 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.137 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.14 secs) [2022-10-11T09:19:02.806Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.159 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.178 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.186 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.194 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.2 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.209 secs) [2022-10-11T09:19:03.065Z] WARN: ' [2022-10-11T09:19:03.065Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-11T09:19:03.065Z] Support for using the ngModel input property and ngModelChange event with [2022-10-11T09:19:03.065Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-11T09:19:03.065Z] in a future version of Angular. [2022-10-11T09:19:03.065Z] [2022-10-11T09:19:03.065Z] For more information on this, see our API docs here: [2022-10-11T09:19:03.065Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-11T09:19:03.065Z] ' [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.209 secs) [2022-10-11T09:19:03.065Z] WARN: ' [2022-10-11T09:19:03.065Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-11T09:19:03.065Z] Support for using the ngModel input property and ngModelChange event with [2022-10-11T09:19:03.065Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-11T09:19:03.065Z] in a future version of Angular. [2022-10-11T09:19:03.065Z] [2022-10-11T09:19:03.065Z] For more information on this, see our API docs here: [2022-10-11T09:19:03.065Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-11T09:19:03.065Z] ' [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.23 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.235 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.238 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.242 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.244 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.245 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.247 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.26 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.269 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.279 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.298 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.302 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.305 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.309 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.314 secs) [2022-10-11T09:19:03.065Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.365 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.371 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.373 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.393 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.408 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.435 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.457 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.462 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.469 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.474 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.475 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.476 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.493 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.506 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.508 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.511 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.515 secs) [2022-10-11T09:19:03.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.528 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.559 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.569 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.6 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.611 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.613 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.615 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.624 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.634 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.64 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.652 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.678 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.681 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.683 secs) [2022-10-11T09:19:03.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.696 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.71 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.715 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.717 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.739 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.75 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 1.753 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 1.759 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 1.765 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 1.788 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 1.793 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 1.795 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 1.798 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 1.8 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 1.806 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 1.819 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 1.852 secs) [2022-10-11T09:19:03.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 1.86 secs) [2022-10-11T09:19:04.098Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 1.883 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 1.895 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 1.919 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 1.932 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 1.936 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 1.946 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 1.948 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 1.951 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 1.953 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 1.954 secs) [2022-10-11T09:19:04.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (2.819 secs / 1.954 secs) [2022-10-11T09:19:04.099Z] TOTAL: 149 SUCCESS [2022-10-11T09:19:04.099Z] ✔ Browser application bundle generation complete. [2022-10-11T09:19:04.663Z] [2022-10-11T09:19:04.663Z] =============================== Coverage summary =============================== [2022-10-11T09:19:04.663Z] Statements : 40.95% ( 1466/3580 ) [2022-10-11T09:19:04.663Z] Branches : 12.03% ( 111/923 ) [2022-10-11T09:19:04.663Z] Functions : 33.2% ( 431/1298 ) [2022-10-11T09:19:04.663Z] Lines : 38.88% ( 1317/3387 ) [2022-10-11T09:19:04.663Z] ================================================================================ [2022-10-11T09:19:04.663Z] ✔ Browser application bundle generation complete. [2022-10-11T09:19:05.229Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-556/web' [Pipeline] echo [2022-10-11T09:19:05.264Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-11T09:19:05.297Z] $ docker stop --time=1 fbebaf8f94ba45eec0a97614e770df22b1294fbfad4cab40289ab2d154e1d75b [2022-10-11T09:19:06.559Z] $ docker rm -f fbebaf8f94ba45eec0a97614e770df22b1294fbfad4cab40289ab2d154e1d75b [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-11T09:19:06.995Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-11T09:19:07.657Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-11T09:19:08.234Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-11T09:19:08.791Z] + ls -al . [2022-10-11T09:19:08.791Z] total 176 [2022-10-11T09:19:08.791Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 11 09:17 . [2022-10-11T09:19:08.791Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:16 .. [2022-10-11T09:19:08.791Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:16 .blubracket [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 11 09:16 .dockerignore [2022-10-11T09:19:08.791Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 09:16 .git [2022-10-11T09:19:08.791Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:16 .github [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 11 09:16 .gitignore [2022-10-11T09:19:08.791Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 11 09:16 .semver [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 11 09:16 Attribution.txt [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 11 09:16 CHANGELOG.md [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 11 09:16 CONTRIBUTING.md [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 1669 Oct 11 09:16 Dockerfile [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 11 09:16 Jenkinsfile [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 11 09:16 LICENSE [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 11 09:16 Makefile [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 11 09:16 README.md [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 11 09:16 VERSION [2022-10-11T09:19:08.791Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:16 assets [2022-10-11T09:19:08.791Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:16 bin [2022-10-11T09:19:08.791Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:16 cmd [2022-10-11T09:19:08.791Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 11 09:17 coverage.out [2022-10-11T09:19:08.791Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:16 docs [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 3012 Oct 11 09:16 go.mod [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 35759 Oct 11 09:16 go.sum [2022-10-11T09:19:08.791Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 09:16 internal [2022-10-11T09:19:08.791Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:16 snap [2022-10-11T09:19:08.791Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:16 testing [2022-10-11T09:19:08.791Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 11 09:16 version.go [2022-10-11T09:19:08.791Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 11 09:18 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:19:09.178Z] + 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=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 --label arch=amd64 --label version=0.0.0 . [2022-10-11T09:19:09.437Z] Sending build context to Docker daemon 48.71MB [2022-10-11T09:19:09.437Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-10-11T09:19:09.437Z] Step 2/24 : FROM ${BASE} AS builder [2022-10-11T09:19:09.437Z] ---> 121c461b8bb3 [2022-10-11T09:19:09.437Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-11T09:19:09.694Z] ---> Running in ce16f22b7303 [2022-10-11T09:19:09.952Z] Removing intermediate container ce16f22b7303 [2022-10-11T09:19:09.952Z] ---> db51111046d3 [2022-10-11T09:19:09.952Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2022-10-11T09:19:09.952Z] ---> Running in 8d5cdb204639 [2022-10-11T09:19:09.952Z] Removing intermediate container 8d5cdb204639 [2022-10-11T09:19:09.952Z] ---> f46e066185f2 [2022-10-11T09:19:09.952Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-10-11T09:19:09.952Z] ---> Running in f1425f3bbdfa [2022-10-11T09:19:09.952Z] Removing intermediate container f1425f3bbdfa [2022-10-11T09:19:09.952Z] ---> cc9cf0b2f3bf [2022-10-11T09:19:09.952Z] Step 6/24 : LABEL Name=edgex-ui-go [2022-10-11T09:19:10.210Z] ---> Running in 138980f09dce [2022-10-11T09:19:10.210Z] Removing intermediate container 138980f09dce [2022-10-11T09:19:10.210Z] ---> ddf36fda52e1 [2022-10-11T09:19:10.210Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-11T09:19:10.210Z] ---> Running in 202017d66a9b [2022-10-11T09:19:10.210Z] Removing intermediate container 202017d66a9b [2022-10-11T09:19:10.210Z] ---> f88744daa875 [2022-10-11T09:19:10.210Z] Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-11T09:19:11.144Z] ---> 5b2d4b17abff [2022-10-11T09:19:11.144Z] Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-11T09:19:11.144Z] ---> Running in 371e6543b393 [2022-10-11T09:19:11.403Z] Removing intermediate container 371e6543b393 [2022-10-11T09:19:11.403Z] ---> bc9aa9108408 [2022-10-11T09:19:11.403Z] Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-11T09:19:11.403Z] ---> Running in 1e74fdf7d4ac [2022-10-11T09:19:11.660Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-11T09:19:12.594Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-11T09:19:12.852Z] OK: 211 MiB in 51 packages [2022-10-11T09:19:13.111Z] Removing intermediate container 1e74fdf7d4ac [2022-10-11T09:19:13.111Z] ---> e783adba7d31 [2022-10-11T09:19:13.111Z] Step 11/24 : ENV GO111MODULE=on [2022-10-11T09:19:13.111Z] ---> Running in ed2484e99bab [2022-10-11T09:19:13.369Z] Removing intermediate container ed2484e99bab [2022-10-11T09:19:13.369Z] ---> bdb929a24204 [2022-10-11T09:19:13.369Z] Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-11T09:19:13.369Z] ---> Running in 475b334bd078 [2022-10-11T09:19:13.370Z] Removing intermediate container 475b334bd078 [2022-10-11T09:19:13.370Z] ---> b9b2bb8fbe3b [2022-10-11T09:19:13.370Z] Step 13/24 : COPY go.mod vendor* ./ [2022-10-11T09:19:13.370Z] ---> f50d58596e11 [2022-10-11T09:19:13.370Z] Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-11T09:19:13.626Z] ---> Running in 74637fec728c [2022-10-11T09:19:14.189Z] Removing intermediate container 74637fec728c [2022-10-11T09:19:14.189Z] ---> 53724babea8e [2022-10-11T09:19:14.189Z] Step 15/24 : COPY . . [2022-10-11T09:19:15.562Z] ---> 1dc5958bd2de [2022-10-11T09:19:15.562Z] Step 16/24 : RUN ${MAKE} [2022-10-11T09:19:15.562Z] ---> Running in ef9070135537 [2022-10-11T09:19:15.819Z] 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-10-11T09:19:25.862Z] Removing intermediate container ef9070135537 [2022-10-11T09:19:25.862Z] ---> d0befe6bc162 [2022-10-11T09:19:25.862Z] Step 17/24 : FROM alpine:3.14 [2022-10-11T09:19:26.427Z] 3.14: Pulling from library/alpine [2022-10-11T09:19:26.427Z] c7ed990a2339: Pulling fs layer [2022-10-11T09:19:26.686Z] c7ed990a2339: Verifying Checksum [2022-10-11T09:19:26.686Z] c7ed990a2339: Download complete [2022-10-11T09:19:26.944Z] c7ed990a2339: Pull complete [2022-10-11T09:19:26.944Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-11T09:19:26.944Z] Status: Downloaded newer image for alpine:3.14 [2022-10-11T09:19:26.944Z] ---> dd53f409bf0b [2022-10-11T09:19:26.944Z] Step 18/24 : EXPOSE 4000 [2022-10-11T09:19:26.944Z] ---> Running in 82f621760779 [2022-10-11T09:19:26.944Z] Removing intermediate container 82f621760779 [2022-10-11T09:19:26.944Z] ---> 45311c097c35 [2022-10-11T09:19:26.944Z] Step 19/24 : 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-10-11T09:19:27.878Z] ---> d8ef13884703 [2022-10-11T09:19:27.878Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-11T09:19:27.878Z] ---> Running in be0626225dee [2022-10-11T09:19:27.878Z] Removing intermediate container be0626225dee [2022-10-11T09:19:27.878Z] ---> 08bdb9fa594f [2022-10-11T09:19:27.878Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-11T09:19:27.878Z] ---> Running in c4900c3d10aa [2022-10-11T09:19:27.878Z] Removing intermediate container c4900c3d10aa [2022-10-11T09:19:27.878Z] ---> fe619a612c02 [2022-10-11T09:19:27.878Z] Step 22/24 : LABEL arch=amd64 [2022-10-11T09:19:27.878Z] ---> Running in 373b6cd8e011 [2022-10-11T09:19:27.878Z] Removing intermediate container 373b6cd8e011 [2022-10-11T09:19:27.878Z] ---> 8a2aa1dd60f6 [2022-10-11T09:19:27.878Z] Step 23/24 : LABEL git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [2022-10-11T09:19:28.137Z] ---> Running in 2c812030f18e [2022-10-11T09:19:28.137Z] Removing intermediate container 2c812030f18e [2022-10-11T09:19:28.137Z] ---> 5794b598f9f4 [2022-10-11T09:19:28.137Z] Step 24/24 : LABEL version=0.0.0 [2022-10-11T09:19:28.137Z] ---> Running in 63a58adbffb5 [2022-10-11T09:19:28.137Z] Removing intermediate container 63a58adbffb5 [2022-10-11T09:19:28.137Z] ---> 7ab8f142ff60 [2022-10-11T09:19:28.137Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-11T09:19:28.137Z] Successfully built 7ab8f142ff60 [2022-10-11T09:19:28.137Z] 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-10-11T09:19:28.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-11T09:19:28.992Z] [2022-10-11T09:19:28.992Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:19:29.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-11T09:19:29.359Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-11T09:19:29.359Z] 5eb5b503b376: Pulling fs layer [2022-10-11T09:19:29.359Z] 5c69ac0246d0: Pulling fs layer [2022-10-11T09:19:29.359Z] ec43610c2a17: Pulling fs layer [2022-10-11T09:19:29.359Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-11T09:19:29.359Z] 3a2ae6a8a46f: Waiting [2022-10-11T09:19:29.359Z] 33b1e0a273af: Pulling fs layer [2022-10-11T09:19:29.359Z] 5d3b04190fa2: Pulling fs layer [2022-10-11T09:19:29.359Z] 33b1e0a273af: Waiting [2022-10-11T09:19:29.359Z] 5d3b04190fa2: Waiting [2022-10-11T09:19:29.359Z] 2f39f015ded8: Pulling fs layer [2022-10-11T09:19:29.359Z] 2f39f015ded8: Waiting [2022-10-11T09:19:29.359Z] 5c69ac0246d0: Verifying Checksum [2022-10-11T09:19:29.359Z] 5c69ac0246d0: Download complete [2022-10-11T09:19:29.359Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-11T09:19:29.359Z] 3a2ae6a8a46f: Download complete [2022-10-11T09:19:29.617Z] 33b1e0a273af: Verifying Checksum [2022-10-11T09:19:29.617Z] 33b1e0a273af: Download complete [2022-10-11T09:19:29.617Z] 5d3b04190fa2: Verifying Checksum [2022-10-11T09:19:29.617Z] 5d3b04190fa2: Download complete [2022-10-11T09:19:29.617Z] ec43610c2a17: Download complete [2022-10-11T09:19:29.617Z] 5eb5b503b376: Verifying Checksum [2022-10-11T09:19:29.617Z] 5eb5b503b376: Download complete [2022-10-11T09:19:30.182Z] 2f39f015ded8: Download complete [2022-10-11T09:19:30.747Z] 5eb5b503b376: Pull complete [2022-10-11T09:19:30.747Z] 5c69ac0246d0: Pull complete [2022-10-11T09:19:31.310Z] ec43610c2a17: Pull complete [2022-10-11T09:19:31.310Z] 3a2ae6a8a46f: Pull complete [2022-10-11T09:19:31.310Z] 33b1e0a273af: Pull complete [2022-10-11T09:19:31.567Z] 5d3b04190fa2: Pull complete [2022-10-11T09:19:35.754Z] 2f39f015ded8: Pull complete [2022-10-11T09:19:35.754Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-11T09:19:35.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-11T09:19:35.754Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-11T09:19:35.979Z] prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container [2022-10-11T09:19:36.005Z] $ 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-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@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-10-11T09:19:38.477Z] $ docker top a8bb80f1acfaea54c6b703e0e50a507fd34a0ed7655289cd8be9ce11201abf6c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:19:38.942Z] ---> job-cost.sh [2022-10-11T09:19:38.942Z] lf-activate-venv: SKIPPING [2022-10-11T09:19:38.942Z] INFO: No Stack... [2022-10-11T09:19:39.201Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-11T09:19:39.772Z] INFO: Archiving Costs [Pipeline] sh [2022-10-11T09:19:40.086Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives/cost.csv [2022-10-11T09:19:40.086Z] + cut -d, -f6 [Pipeline] lock [2022-10-11T09:19:40.127Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [2022-10-11T09:19:40.132Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] did not exist. Created. [2022-10-11T09:19:40.132Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-11T09:19:40.515Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-11T09:19:40.904Z] Stashed 1 file(s) [Pipeline] } [2022-10-11T09:19:40.922Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-11T09:19:40.995Z] $ docker stop --time=1 a8bb80f1acfaea54c6b703e0e50a507fd34a0ed7655289cd8be9ce11201abf6c [2022-10-11T09:19:42.187Z] $ docker rm -f a8bb80f1acfaea54c6b703e0e50a507fd34a0ed7655289cd8be9ce11201abf6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-11T09:20:01.902Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7640 in /w/workspace/edgexfoundry_edgex-ui-go_PR-556 [Pipeline] { [Pipeline] ws [2022-10-11T09:20:01.944Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-10-11T09:20:02.024Z] The recommended git tool is: git [2022-10-11T09:20:07.229Z] using credential edgex-jenkins-ssh [2022-10-11T09:20:07.246Z] Cloning the remote Git repository [2022-10-11T09:20:07.281Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-11T09:20:07.357Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-10-11T09:20:07.510Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-11T09:20:07.511Z] > git --version # timeout=10 [2022-10-11T09:20:07.542Z] > git --version # 'git version 2.25.1' [2022-10-11T09:20:07.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-11T09:20:07.602Z] Verifying host key using known hosts file [2022-10-11T09:20:07.813Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-11T09:20:07.827Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-11T09:20:11.059Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-11T09:20:11.090Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-11T09:20:12.056Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-11T09:20:12.100Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-11T09:20:12.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-11T09:20:12.106Z] Verifying host key using known hosts file [2022-10-11T09:20:12.113Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-11T09:20:12.127Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-11T09:20:12.670Z] Merging remotes/origin/main commit 7068460caebfd9ea6dab23a48856cc5898547cee into PR head commit fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [2022-10-11T09:20:13.240Z] Merge succeeded, producing fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [2022-10-11T09:20:13.241Z] Checking out Revision fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 (PR-556) [2022-10-11T09:20:12.685Z] > git config core.sparsecheckout # timeout=10 [2022-10-11T09:20:12.702Z] > git checkout -f fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 # timeout=10 [2022-10-11T09:20:13.133Z] > git remote # timeout=10 [2022-10-11T09:20:13.153Z] > git config --get remote.origin.url # timeout=10 [2022-10-11T09:20:13.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-11T09:20:13.176Z] Verifying host key using known hosts file [2022-10-11T09:20:13.179Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-11T09:20:13.189Z] > git merge 7068460caebfd9ea6dab23a48856cc5898547cee # timeout=10 [2022-10-11T09:20:13.219Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-11T09:20:13.246Z] > git config core.sparsecheckout # timeout=10 [2022-10-11T09:20:13.261Z] > git checkout -f fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 # timeout=10 [2022-10-11T09:20:13.845Z] Commit message: "chore(deps): Bump ansi-regex, ansi-regex and ansi-regex in /web" [2022-10-11T09:20:13.897Z] > git --version # timeout=10 [2022-10-11T09:20:13.911Z] > git --version # 'git version 2.25.1' [2022-10-11T09:20:13.933Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-11T09:20:15.059Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-11T09:20:15.059Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-11T09:20:15.059Z] Dload Upload Total Spent Left Speed [2022-10-11T09:20:15.059Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 227k 0 --:--:-- --:--:-- --:--:-- 227k [Pipeline] sh [2022-10-11T09:20:15.708Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-11T09:20:16.053Z] + sudo tee /etc/docker/daemon.new [2022-10-11T09:20:16.053Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-11T09:20:16.053Z] { [2022-10-11T09:20:16.053Z] "registry-mirrors": [ [2022-10-11T09:20:16.053Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-11T09:20:16.053Z] ], [2022-10-11T09:20:16.053Z] "bip": "10.250.0.254/24", [2022-10-11T09:20:16.053Z] "hosts": [ [2022-10-11T09:20:16.053Z] "tcp://0.0.0.0:5555", [2022-10-11T09:20:16.053Z] "unix:///var/run/docker.sock" [2022-10-11T09:20:16.053Z] ], [2022-10-11T09:20:16.053Z] "mtu": 1458, [2022-10-11T09:20:16.053Z] "selinux-enabled": true, [2022-10-11T09:20:16.053Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-11T09:20:16.053Z] } [Pipeline] sh [2022-10-11T09:20:16.402Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-11T09:20:16.747Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-11T09:20:35.074Z] provisioning config files... [2022-10-11T09:20:35.100Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config9692990866915678257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:20:35.489Z] ---> docker-login.sh [2022-10-11T09:20:35.489Z] nexus3.edgexfoundry.org:10001 [2022-10-11T09:20:36.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:20:36.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:20:36.076Z] Configure a credential helper to remove this warning. See [2022-10-11T09:20:36.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:20:36.076Z] [2022-10-11T09:20:36.076Z] Login Succeeded [2022-10-11T09:20:36.076Z] nexus3.edgexfoundry.org:10002 [2022-10-11T09:20:36.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:20:36.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:20:36.614Z] Configure a credential helper to remove this warning. See [2022-10-11T09:20:36.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:20:36.614Z] [2022-10-11T09:20:36.614Z] Login Succeeded [2022-10-11T09:20:36.614Z] nexus3.edgexfoundry.org:10003 [2022-10-11T09:20:36.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:20:36.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:20:36.885Z] Configure a credential helper to remove this warning. See [2022-10-11T09:20:36.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:20:36.885Z] [2022-10-11T09:20:36.885Z] Login Succeeded [2022-10-11T09:20:36.885Z] nexus3.edgexfoundry.org:10004 [2022-10-11T09:20:37.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:20:37.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:20:37.157Z] Configure a credential helper to remove this warning. See [2022-10-11T09:20:37.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:20:37.157Z] [2022-10-11T09:20:37.157Z] Login Succeeded [2022-10-11T09:20:37.157Z] docker.io [2022-10-11T09:20:37.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-11T09:20:38.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-11T09:20:38.013Z] Configure a credential helper to remove this warning. See [2022-10-11T09:20:38.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-11T09:20:38.013Z] [2022-10-11T09:20:38.013Z] Login Succeeded [2022-10-11T09:20:38.013Z] ---> docker-login.sh ends [Pipeline] } [2022-10-11T09:20:38.042Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-11T09:20:38.313Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-11T09:20:38.352Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-11T09:20:38.381Z] ========================================================= [2022-10-11T09:20:38.381Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-11T09:20:38.381Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:20:38.875Z] + 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-10-11T09:20:39.854Z] Sending build context to Docker daemon 28.94MB [2022-10-11T09:20:39.854Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-11T09:20:39.854Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-11T09:20:40.126Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-11T09:20:40.126Z] 9b18e9b68314: Pulling fs layer [2022-10-11T09:20:40.126Z] d32db5db7311: Pulling fs layer [2022-10-11T09:20:40.126Z] d0c4b47475fc: Pulling fs layer [2022-10-11T09:20:40.126Z] 5831b945b038: Pulling fs layer [2022-10-11T09:20:40.126Z] 86bbec2aaacd: Pulling fs layer [2022-10-11T09:20:40.126Z] e10730c5d714: Pulling fs layer [2022-10-11T09:20:40.126Z] 5dd5c2283517: Pulling fs layer [2022-10-11T09:20:40.126Z] d5ac0230b979: Pulling fs layer [2022-10-11T09:20:40.126Z] 86bbec2aaacd: Waiting [2022-10-11T09:20:40.126Z] e10730c5d714: Waiting [2022-10-11T09:20:40.126Z] 5dd5c2283517: Waiting [2022-10-11T09:20:40.126Z] d5ac0230b979: Waiting [2022-10-11T09:20:40.126Z] d0c4b47475fc: Verifying Checksum [2022-10-11T09:20:40.126Z] d0c4b47475fc: Download complete [2022-10-11T09:20:40.126Z] d32db5db7311: Verifying Checksum [2022-10-11T09:20:40.126Z] d32db5db7311: Download complete [2022-10-11T09:20:40.126Z] 86bbec2aaacd: Verifying Checksum [2022-10-11T09:20:40.126Z] 86bbec2aaacd: Download complete [2022-10-11T09:20:40.126Z] e10730c5d714: Download complete [2022-10-11T09:20:40.126Z] 9b18e9b68314: Verifying Checksum [2022-10-11T09:20:40.126Z] 9b18e9b68314: Download complete [2022-10-11T09:20:41.117Z] 9b18e9b68314: Pull complete [2022-10-11T09:20:41.117Z] d5ac0230b979: Verifying Checksum [2022-10-11T09:20:41.117Z] d5ac0230b979: Download complete [2022-10-11T09:20:41.707Z] d32db5db7311: Pull complete [2022-10-11T09:20:41.985Z] d0c4b47475fc: Pull complete [2022-10-11T09:20:42.587Z] 5dd5c2283517: Verifying Checksum [2022-10-11T09:20:42.587Z] 5dd5c2283517: Download complete [2022-10-11T09:20:43.177Z] 5831b945b038: Verifying Checksum [2022-10-11T09:20:43.177Z] 5831b945b038: Download complete [2022-10-11T09:20:55.496Z] 5831b945b038: Pull complete [2022-10-11T09:20:55.496Z] 86bbec2aaacd: Pull complete [2022-10-11T09:20:55.768Z] e10730c5d714: Pull complete [2022-10-11T09:21:02.436Z] 5dd5c2283517: Pull complete [2022-10-11T09:21:04.397Z] d5ac0230b979: Pull complete [2022-10-11T09:21:04.397Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-11T09:21:04.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-11T09:21:04.397Z] ---> 59b3b1a385d4 [2022-10-11T09:21:04.397Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-11T09:21:05.832Z] ---> Running in 9ccdba8cc0f4 [2022-10-11T09:21:06.418Z] Removing intermediate container 9ccdba8cc0f4 [2022-10-11T09:21:06.418Z] ---> 4ff43b87e321 [2022-10-11T09:21:06.418Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-11T09:21:06.418Z] ---> Running in 1a586ba606cf [2022-10-11T09:21:06.687Z] Removing intermediate container 1a586ba606cf [2022-10-11T09:21:06.687Z] ---> f5ad142a2614 [2022-10-11T09:21:06.687Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-11T09:21:06.687Z] ---> Running in 1cb01d022031 [2022-10-11T09:21:06.955Z] Removing intermediate container 1cb01d022031 [2022-10-11T09:21:06.955Z] ---> 266b212baa0a [2022-10-11T09:21:06.955Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-11T09:21:07.225Z] ---> Running in 27c53cff71b5 [2022-10-11T09:21:07.492Z] Removing intermediate container 27c53cff71b5 [2022-10-11T09:21:07.492Z] ---> 4a3a57d4b788 [2022-10-11T09:21:07.492Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-11T09:21:07.492Z] ---> Running in 5de3c94c5205 [2022-10-11T09:21:07.759Z] Removing intermediate container 5de3c94c5205 [2022-10-11T09:21:07.759Z] ---> 1496ec289a6b [2022-10-11T09:21:07.759Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-11T09:21:08.343Z] latest: Pulling from library/docker [2022-10-11T09:21:08.609Z] 9b18e9b68314: Already exists [2022-10-11T09:21:08.609Z] c21cba7d4ed2: Pulling fs layer [2022-10-11T09:21:08.609Z] 63dea5e92710: Pulling fs layer [2022-10-11T09:21:08.609Z] 9d2c8901bb3f: Pulling fs layer [2022-10-11T09:21:08.609Z] 617bdaf04ff9: Pulling fs layer [2022-10-11T09:21:08.609Z] 905797b402e1: Pulling fs layer [2022-10-11T09:21:08.609Z] 4200b31db3e1: Pulling fs layer [2022-10-11T09:21:08.609Z] 0f100482841c: Pulling fs layer [2022-10-11T09:21:08.609Z] 34a7cc51cc60: Pulling fs layer [2022-10-11T09:21:08.609Z] 617bdaf04ff9: Waiting [2022-10-11T09:21:08.609Z] 905797b402e1: Waiting [2022-10-11T09:21:08.609Z] 0f100482841c: Waiting [2022-10-11T09:21:08.609Z] 34a7cc51cc60: Waiting [2022-10-11T09:21:08.609Z] 4200b31db3e1: Waiting [2022-10-11T09:21:08.879Z] 63dea5e92710: Download complete [2022-10-11T09:21:08.879Z] c21cba7d4ed2: Verifying Checksum [2022-10-11T09:21:08.879Z] c21cba7d4ed2: Download complete [2022-10-11T09:21:09.148Z] 9d2c8901bb3f: Verifying Checksum [2022-10-11T09:21:09.148Z] 9d2c8901bb3f: Download complete [2022-10-11T09:21:09.415Z] 4200b31db3e1: Verifying Checksum [2022-10-11T09:21:09.415Z] 4200b31db3e1: Download complete [2022-10-11T09:21:09.415Z] 905797b402e1: Verifying Checksum [2022-10-11T09:21:09.415Z] 905797b402e1: Download complete [2022-10-11T09:21:09.415Z] 617bdaf04ff9: Verifying Checksum [2022-10-11T09:21:09.415Z] 617bdaf04ff9: Download complete [2022-10-11T09:21:09.415Z] 0f100482841c: Verifying Checksum [2022-10-11T09:21:09.415Z] 0f100482841c: Download complete [2022-10-11T09:21:09.682Z] 34a7cc51cc60: Verifying Checksum [2022-10-11T09:21:09.682Z] 34a7cc51cc60: Download complete [2022-10-11T09:21:09.682Z] c21cba7d4ed2: Pull complete [2022-10-11T09:21:09.950Z] 63dea5e92710: Pull complete [2022-10-11T09:21:10.925Z] 9d2c8901bb3f: Pull complete [2022-10-11T09:21:11.892Z] 617bdaf04ff9: Pull complete [2022-10-11T09:21:12.851Z] 905797b402e1: Pull complete [2022-10-11T09:21:13.119Z] 4200b31db3e1: Pull complete [2022-10-11T09:21:13.387Z] 0f100482841c: Pull complete [2022-10-11T09:21:13.654Z] 34a7cc51cc60: Pull complete [2022-10-11T09:21:13.654Z] Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe [2022-10-11T09:21:13.654Z] Status: Downloaded newer image for docker:latest [2022-10-11T09:21:16.238Z] ---> 30b461b68092 [2022-10-11T09:21:16.238Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-11T09:21:16.238Z] ---> Running in 926bbd5adf3d [2022-10-11T09:21:18.184Z] Removing intermediate container 926bbd5adf3d [2022-10-11T09:21:18.184Z] ---> 1b2b8ea09404 [2022-10-11T09:21:18.184Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-11T09:21:18.184Z] ---> Running in f01cca4ffaf1 [2022-10-11T09:21:18.772Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-11T09:21:19.736Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-11T09:21:20.697Z] OK: 221 MiB in 51 packages [2022-10-11T09:21:21.659Z] Removing intermediate container f01cca4ffaf1 [2022-10-11T09:21:21.659Z] ---> 9c48d8ad02ff [2022-10-11T09:21:21.659Z] Step 11/16 : ENV GO111MODULE=on [2022-10-11T09:21:21.659Z] ---> Running in 0612d8a02dcd [2022-10-11T09:21:21.926Z] Removing intermediate container 0612d8a02dcd [2022-10-11T09:21:21.926Z] ---> 0322c8e31800 [2022-10-11T09:21:21.926Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-11T09:21:21.926Z] ---> Running in 1aeaafc5f3f5 [2022-10-11T09:21:22.193Z] Removing intermediate container 1aeaafc5f3f5 [2022-10-11T09:21:22.193Z] ---> 19d2c3fb18ee [2022-10-11T09:21:22.193Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-11T09:21:22.781Z] ---> bef64ecd6bcb [2022-10-11T09:21:22.781Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-11T09:21:22.781Z] ---> Running in efcfd1e83bd1 [2022-10-11T09:22:09.634Z] Removing intermediate container efcfd1e83bd1 [2022-10-11T09:22:09.634Z] ---> f620e505bf36 [2022-10-11T09:22:09.634Z] Step 15/16 : COPY . . [2022-10-11T09:22:10.592Z] ---> 25e3564c6860 [2022-10-11T09:22:10.592Z] Step 16/16 : RUN ${MAKE} [2022-10-11T09:22:10.592Z] ---> Running in cd3d385253f8 [2022-10-11T09:22:11.566Z] noop [2022-10-11T09:22:12.154Z] Removing intermediate container cd3d385253f8 [2022-10-11T09:22:12.154Z] ---> be2daf791af7 [2022-10-11T09:22:12.420Z] Successfully built be2daf791af7 [2022-10-11T09:22:12.420Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:22:12.883Z] + docker inspect -f . ci-base-image-arm64 [2022-10-11T09:22:12.883Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-11T09:22:13.116Z] prd-ubuntu20.04-docker-arm64-4c-16g-7640 does not seem to be running inside a container [2022-10-11T09:22:13.186Z] $ 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-10-11T09:22:14.295Z] $ docker top a677ec9547892797476567428d4c0761f63bc4f6e13af2ac59853d52893c384a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-11T09:22:15.136Z] + go version [2022-10-11T09:22:15.136Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-11T09:22:15.178Z] $ docker stop --time=1 a677ec9547892797476567428d4c0761f63bc4f6e13af2ac59853d52893c384a [2022-10-11T09:22:16.736Z] $ docker rm -f a677ec9547892797476567428d4c0761f63bc4f6e13af2ac59853d52893c384a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:22:17.547Z] + docker inspect -f . ci-base-image-arm64 [2022-10-11T09:22:17.547Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-11T09:22:17.777Z] prd-ubuntu20.04-docker-arm64-4c-16g-7640 does not seem to be running inside a container [2022-10-11T09:22:17.844Z] $ 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-10-11T09:22:18.882Z] $ docker top 50b623b9680cfd94e89b6383455c371e504e87172483772fe7918e22caecff16 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-11T09:22:19.415Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-11T09:22:19.797Z] + make test [2022-10-11T09:22:19.797Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-11T09:22:21.739Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-11T09:23:30.809Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-11T09:23:30.809Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-11T09:23:30.809Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-11T09:23:30.809Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-11T09:23:30.809Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-11T09:23:30.809Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-11T09:23:30.809Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-11T09:23:30.809Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-11T09:23:30.809Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-11T09:23:49.028Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-11T09:23:49.028Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-11T09:23:49.028Z] ./bin/test-attribution-txt.sh [2022-10-11T09:23:49.028Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-11T09:23:49.028Z] make -C web test [2022-10-11T09:23:49.028Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-10-11T09:23:49.028Z] make[1]: tput: No such file or directory [2022-10-11T09:23:49.028Z] make[1]: tput: No such file or directory [2022-10-11T09:23:49.028Z] warning: generating ./VERSION [2022-10-11T09:23:49.028Z] echo "0.0.0" > VERSION [2022-10-11T09:23:49.028Z] docker build \ [2022-10-11T09:23:49.028Z] -f Dockerfile \ [2022-10-11T09:23:49.028Z] --build-arg USER=1000 \ [2022-10-11T09:23:49.028Z] \ [2022-10-11T09:23:49.028Z] --label "git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3" \ [2022-10-11T09:23:49.028Z] -t edgexfoundry/edgex-web-ui:fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 \ [2022-10-11T09:23:49.028Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-11T09:23:49.028Z] . [2022-10-11T09:23:49.028Z] Sending build context to Docker daemon 3.27MB [2022-10-11T09:23:49.028Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-11T09:23:49.295Z] 16.17-alpine3.15: Pulling from library/node [2022-10-11T09:23:49.295Z] 47517142f6ba: Pulling fs layer [2022-10-11T09:23:49.295Z] 5f8c4bfa009b: Pulling fs layer [2022-10-11T09:23:49.295Z] f7079c9c4ba1: Pulling fs layer [2022-10-11T09:23:49.295Z] aba105e6f55a: Pulling fs layer [2022-10-11T09:23:49.295Z] aba105e6f55a: Waiting [2022-10-11T09:23:49.295Z] 47517142f6ba: Verifying Checksum [2022-10-11T09:23:49.295Z] 47517142f6ba: Download complete [2022-10-11T09:23:49.295Z] f7079c9c4ba1: Verifying Checksum [2022-10-11T09:23:49.295Z] f7079c9c4ba1: Download complete [2022-10-11T09:23:49.295Z] aba105e6f55a: Verifying Checksum [2022-10-11T09:23:49.295Z] aba105e6f55a: Download complete [2022-10-11T09:23:49.877Z] 47517142f6ba: Pull complete [2022-10-11T09:23:50.142Z] 5f8c4bfa009b: Download complete [2022-10-11T09:23:53.479Z] 5f8c4bfa009b: Pull complete [2022-10-11T09:23:53.479Z] f7079c9c4ba1: Pull complete [2022-10-11T09:23:53.745Z] aba105e6f55a: Pull complete [2022-10-11T09:23:53.745Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-11T09:23:53.745Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-11T09:23:53.745Z] ---> bf1b8b58d215 [2022-10-11T09:23:53.745Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-11T09:23:54.337Z] ---> Running in 0c9d24cef82f [2022-10-11T09:23:55.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-11T09:23:55.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-11T09:23:56.530Z] (1/128) Installing libxau (1.0.9-r0) [2022-10-11T09:23:56.530Z] (2/128) Installing libmd (1.0.3-r0) [2022-10-11T09:23:56.530Z] (3/128) Installing libbsd (0.11.3-r1) [2022-10-11T09:23:56.530Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-10-11T09:23:56.530Z] (5/128) Installing libxcb (1.14-r2) [2022-10-11T09:23:56.530Z] (6/128) Installing libx11 (1.7.3.1-r0) [2022-10-11T09:23:56.530Z] (7/128) Installing libxext (1.3.4-r0) [2022-10-11T09:23:56.530Z] (8/128) Installing libice (1.0.10-r0) [2022-10-11T09:23:56.530Z] (9/128) Installing libuuid (2.37.4-r0) [2022-10-11T09:23:56.530Z] (10/128) Installing libsm (1.2.3-r0) [2022-10-11T09:23:56.530Z] (11/128) Installing libxt (1.2.1-r0) [2022-10-11T09:23:56.530Z] (12/128) Installing libxmu (1.1.3-r0) [2022-10-11T09:23:56.530Z] (13/128) Installing xset (1.2.4-r0) [2022-10-11T09:23:56.530Z] (14/128) Installing xprop (1.2.5-r0) [2022-10-11T09:23:56.530Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-10-11T09:23:56.530Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-11T09:23:56.796Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-10-11T09:23:56.796Z] (18/128) Installing libffi (3.4.2-r1) [2022-10-11T09:23:56.796Z] (19/128) Installing libintl (0.21-r0) [2022-10-11T09:23:56.796Z] (20/128) Installing libblkid (2.37.4-r0) [2022-10-11T09:23:56.796Z] (21/128) Installing libmount (2.37.4-r0) [2022-10-11T09:23:56.796Z] (22/128) Installing pcre (8.45-r1) [2022-10-11T09:23:56.796Z] (23/128) Installing glib (2.70.1-r0) [2022-10-11T09:23:56.796Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-10-11T09:23:56.796Z] (25/128) Installing libxml2 (2.9.14-r1) [2022-10-11T09:23:56.796Z] (26/128) Installing shared-mime-info (2.1-r1) [2022-10-11T09:23:56.796Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-10-11T09:23:57.062Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-10-11T09:23:57.062Z] (29/128) Installing libpng (1.6.37-r1) [2022-10-11T09:23:57.062Z] (30/128) Installing libwebp (1.2.2-r0) [2022-10-11T09:23:57.062Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-10-11T09:23:57.062Z] (32/128) Installing tiff (4.4.0-r0) [2022-10-11T09:23:57.062Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-10-11T09:23:57.062Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-11T09:23:57.062Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-10-11T09:23:57.062Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-10-11T09:23:57.062Z] (37/128) Installing libxrender (0.9.10-r3) [2022-10-11T09:23:57.062Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-10-11T09:23:57.062Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-10-11T09:23:57.062Z] (40/128) Installing libxi (1.8-r0) [2022-10-11T09:23:57.062Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-10-11T09:23:57.062Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-10-11T09:23:57.062Z] (43/128) Installing atk (2.36.0-r0) [2022-10-11T09:23:57.062Z] (44/128) Installing libxtst (1.2.3-r3) [2022-10-11T09:23:57.062Z] (45/128) Installing dbus-libs (1.12.24-r0) [2022-10-11T09:23:57.062Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-10-11T09:23:57.329Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-10-11T09:23:57.329Z] (48/128) Installing expat (2.4.9-r0) [2022-10-11T09:23:57.329Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-10-11T09:23:57.329Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-10-11T09:23:57.329Z] (51/128) Installing freetype (2.11.1-r2) [2022-10-11T09:23:57.329Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-10-11T09:23:57.329Z] (53/128) Installing pixman (0.40.0-r3) [2022-10-11T09:23:57.329Z] (54/128) Installing cairo (1.16.0-r5) [2022-10-11T09:23:57.329Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-10-11T09:23:57.329Z] (56/128) Installing avahi-libs (0.8-r5) [2022-10-11T09:23:57.329Z] (57/128) Installing gmp (6.2.1-r1) [2022-10-11T09:23:57.329Z] (58/128) Installing nettle (3.7.3-r0) [2022-10-11T09:23:57.329Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-10-11T09:23:57.329Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-10-11T09:23:57.329Z] (61/128) Installing libunistring (0.9.10-r1) [2022-10-11T09:23:57.596Z] (62/128) Installing gnutls (3.7.1-r1) [2022-10-11T09:23:57.596Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-10-11T09:23:57.596Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-10-11T09:23:57.596Z] (65/128) Installing fribidi (1.0.11-r0) [2022-10-11T09:23:57.596Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-10-11T09:23:57.596Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-10-11T09:23:57.596Z] (68/128) Installing libxft (2.3.4-r0) [2022-10-11T09:23:57.596Z] (69/128) Installing pango (1.48.10-r0) [2022-10-11T09:23:57.596Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-10-11T09:23:57.596Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-11T09:23:57.596Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-10-11T09:23:57.596Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-10-11T09:23:57.862Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-10-11T09:23:57.862Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-10-11T09:23:58.128Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-11T09:23:58.128Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-10-11T09:23:58.128Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-10-11T09:23:58.128Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-10-11T09:23:58.394Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-11T09:24:00.332Z] (79/128) Installing libogg (1.3.5-r0) [2022-10-11T09:24:00.332Z] (80/128) Installing flac (1.3.4-r0) [2022-10-11T09:24:00.332Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-10-11T09:24:00.598Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-10-11T09:24:00.598Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-10-11T09:24:00.599Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-10-11T09:24:00.599Z] (85/128) Installing libass (0.15.2-r0) [2022-10-11T09:24:00.599Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-10-11T09:24:00.599Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-11T09:24:00.599Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-11T09:24:00.599Z] (89/128) Installing lame (3.100-r0) [2022-10-11T09:24:00.599Z] (90/128) Installing opus (1.3.1-r1) [2022-10-11T09:24:00.599Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-10-11T09:24:00.867Z] (92/128) Installing soxr (0.1.3-r2) [2022-10-11T09:24:00.867Z] (93/128) Installing libsrt (1.4.2-r1) [2022-10-11T09:24:00.867Z] (94/128) Installing libssh (0.9.6-r1) [2022-10-11T09:24:00.867Z] (95/128) Installing libtheora (1.1.1-r16) [2022-10-11T09:24:00.867Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-10-11T09:24:00.867Z] (97/128) Installing libdrm (2.4.109-r0) [2022-10-11T09:24:00.867Z] (98/128) Installing libva (2.13.0-r0) [2022-10-11T09:24:00.867Z] (99/128) Installing libvdpau (1.4-r0) [2022-10-11T09:24:00.867Z] (100/128) Installing vidstab (1.1.0-r1) [2022-10-11T09:24:00.867Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-10-11T09:24:00.867Z] (102/128) Installing libvpx (1.10.0-r0) [2022-10-11T09:24:00.867Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-10-11T09:24:00.867Z] (104/128) Installing x264-libs (20210613-r0) [2022-10-11T09:24:01.134Z] (105/128) Installing x265-libs (3.5-r0) [2022-10-11T09:24:01.134Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-10-11T09:24:01.134Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-10-11T09:24:01.721Z] (108/128) Installing libevent (2.1.12-r4) [2022-10-11T09:24:01.721Z] (109/128) Installing mesa (21.2.6-r0) [2022-10-11T09:24:01.721Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-10-11T09:24:01.721Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-10-11T09:24:01.721Z] (112/128) Installing lcms2 (2.12-r1) [2022-10-11T09:24:01.721Z] (113/128) Installing nspr (4.32-r0) [2022-10-11T09:24:01.721Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-10-11T09:24:01.721Z] (115/128) Installing nss (3.78.1-r0) [2022-10-11T09:24:01.721Z] (116/128) Installing libasyncns (0.8-r1) [2022-10-11T09:24:01.721Z] (117/128) Installing libltdl (2.4.6-r7) [2022-10-11T09:24:01.721Z] (118/128) Installing orc (0.4.32-r0) [2022-10-11T09:24:01.721Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-10-11T09:24:01.721Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-10-11T09:24:01.721Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-10-11T09:24:01.721Z] (122/128) Installing libpulse (15.0-r2) [2022-10-11T09:24:01.991Z] (123/128) Installing re2 (2021.11.01-r0) [2022-10-11T09:24:01.991Z] (124/128) Installing snappy (1.1.9-r1) [2022-10-11T09:24:01.991Z] (125/128) Installing libgpg-error (1.42-r1) [2022-10-11T09:24:01.991Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-10-11T09:24:01.991Z] (127/128) Installing libxslt (1.1.35-r0) [2022-10-11T09:24:01.991Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-10-11T09:24:06.257Z] Executing busybox-1.34.1-r7.trigger [2022-10-11T09:24:06.257Z] Executing glib-2.70.1-r0.trigger [2022-10-11T09:24:06.257Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-11T09:24:10.519Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-11T09:24:10.519Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-11T09:24:10.519Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-11T09:24:10.519Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-11T09:24:10.519Z] OK: 275 MiB in 144 packages [2022-10-11T09:24:18.743Z] Removing intermediate container 0c9d24cef82f [2022-10-11T09:24:18.743Z] ---> 2c01bd8ee412 [2022-10-11T09:24:18.743Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-11T09:24:19.327Z] ---> Running in 5874216e1741 [2022-10-11T09:24:19.594Z] Removing intermediate container 5874216e1741 [2022-10-11T09:24:19.594Z] ---> 611e769c0aac [2022-10-11T09:24:19.594Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-11T09:24:19.594Z] ---> Running in 33d368e3b1d7 [2022-10-11T09:24:20.190Z] Removing intermediate container 33d368e3b1d7 [2022-10-11T09:24:20.190Z] ---> d049a367871b [2022-10-11T09:24:20.190Z] Step 5/10 : RUN npm install -g npm [2022-10-11T09:24:20.190Z] ---> Running in a5d73758bdd8 [2022-10-11T09:24:46.941Z] [2022-10-11T09:24:46.941Z] changed 54 packages, and audited 212 packages in 23s [2022-10-11T09:24:46.941Z] [2022-10-11T09:24:46.941Z] 11 packages are looking for funding [2022-10-11T09:24:46.941Z] run `npm fund` for details [2022-10-11T09:24:46.941Z] [2022-10-11T09:24:46.941Z] found 0 vulnerabilities [2022-10-11T09:24:50.287Z] Removing intermediate container a5d73758bdd8 [2022-10-11T09:24:50.287Z] ---> 90bbc70af29e [2022-10-11T09:24:50.287Z] Step 6/10 : ARG USER=1000 [2022-10-11T09:24:50.557Z] ---> Running in 77dfed596490 [2022-10-11T09:24:51.142Z] Removing intermediate container 77dfed596490 [2022-10-11T09:24:51.142Z] ---> 4bf59ecdaf93 [2022-10-11T09:24:51.142Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-11T09:24:51.142Z] ---> Running in 8d6b5556d456 [2022-10-11T09:24:53.113Z] Removing intermediate container 8d6b5556d456 [2022-10-11T09:24:53.113Z] ---> c08b5b8194a4 [2022-10-11T09:24:53.113Z] Step 8/10 : USER $USER:$USER [2022-10-11T09:24:53.113Z] ---> Running in b29388b369d5 [2022-10-11T09:24:53.385Z] Removing intermediate container b29388b369d5 [2022-10-11T09:24:53.385Z] ---> 3cd061db152a [2022-10-11T09:24:53.385Z] Step 9/10 : WORKDIR /app [2022-10-11T09:24:53.385Z] ---> Running in 0d15f76f99ac [2022-10-11T09:24:53.654Z] Removing intermediate container 0d15f76f99ac [2022-10-11T09:24:53.654Z] ---> 50d044777ff7 [2022-10-11T09:24:53.654Z] Step 10/10 : LABEL git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [2022-10-11T09:24:53.928Z] ---> Running in aa53f9e55da5 [2022-10-11T09:24:54.197Z] Removing intermediate container aa53f9e55da5 [2022-10-11T09:24:54.197Z] ---> d968786bff7b [2022-10-11T09:24:54.197Z] Successfully built d968786bff7b [2022-10-11T09:24:54.463Z] Successfully tagged edgexfoundry/edgex-web-ui:fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [2022-10-11T09:24:54.463Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-11T09:24:54.463Z] touch edgex-web-ui.imagebuilt [2022-10-11T09:24:54.463Z] mkdir -p node_modules coverage [2022-10-11T09:24:54.463Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-11T09:24:54.463Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE required: { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE }, [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE required: { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE }, [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE required: { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE }, [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE required: { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE }, [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE required: { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE }, [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE required: { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE }, [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE required: { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE }, [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE required: { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE }, [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE Unsupported engine { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE required: { [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE }, [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-11T09:25:06.776Z] npm WARN EBADENGINE } [2022-10-11T09:25:45.662Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-11T09:25:45.662Z] 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-10-11T09:25:45.928Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-11T09:25:46.518Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-11T09:25:47.476Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-11T09:25:48.885Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-11T09:25:58.973Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-11T09:25:58.973Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-11T09:25:59.242Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-11T09:26:21.387Z] 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-10-11T09:26:21.387Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-11T09:26:21.387Z] 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-10-11T09:26:24.746Z] 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-10-11T09:26:25.725Z] 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-10-11T09:26:27.127Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-11T09:26:39.422Z] 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-10-11T09:26:41.373Z] 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-10-11T09:26:56.357Z] 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-10-11T09:27:18.413Z] 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-10-11T09:27:50.627Z] [2022-10-11T09:27:50.627Z] added 1475 packages, and audited 1476 packages in 3m [2022-10-11T09:27:50.627Z] [2022-10-11T09:27:50.627Z] 90 packages are looking for funding [2022-10-11T09:27:50.627Z] run `npm fund` for details [2022-10-11T09:27:50.627Z] [2022-10-11T09:27:50.627Z] 12 vulnerabilities (3 moderate, 7 high, 2 critical) [2022-10-11T09:27:50.627Z] [2022-10-11T09:27:50.627Z] To address issues that do not require attention, run: [2022-10-11T09:27:50.627Z] npm audit fix [2022-10-11T09:27:50.627Z] [2022-10-11T09:27:50.627Z] To address all issues (including breaking changes), run: [2022-10-11T09:27:50.627Z] npm audit fix --force [2022-10-11T09:27:50.627Z] [2022-10-11T09:27:50.627Z] Run `npm audit` for details. [2022-10-11T09:27:53.215Z] 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-10-11T09:28:08.205Z] - Generating browser application bundles (phase: setup)... [2022-10-11T09:28:40.423Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-11T09:28:40.423Z] Compiling @angular/core : es2015 as esm2015 [2022-10-11T09:29:12.661Z] Compiling @angular/common : es2015 as esm2015 [2022-10-11T09:29:12.661Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-11T09:29:14.603Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-11T09:29:14.603Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-11T09:29:18.869Z] Compiling @angular/router : es2015 as esm2015 [2022-10-11T09:29:19.461Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-11T09:29:24.816Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-11T09:29:26.225Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-11T09:29:26.225Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-11T09:29:30.474Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-11T09:29:31.436Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-11T09:29:31.436Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-11T09:30:39.312Z] 11 10 2022 09:30:30.153:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-11T09:30:39.312Z] 11 10 2022 09:30:30.167:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-11T09:30:39.312Z] 11 10 2022 09:30:30.194:INFO [launcher]: Starting browser ChromeHeadless [2022-10-11T09:31:47.160Z] 11 10 2022 09:31:36.122:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-10-11T09:32:19.367Z] 11 10 2022 09:32:17.345:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-10-11T09:32:41.411Z] ✔ Browser application bundle generation complete. [2022-10-11T09:32:41.411Z] 11 10 2022 09:32:39.314:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket pfmFZitcY-BeUzEzAAAB with id 7769589 [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.797 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.914 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.125 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 1.165 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 1.209 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.229 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.243 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.268 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.291 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 1.631 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 1.671 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 1.683 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 1.737 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 1.894 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 1.921 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 1.934 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 1.955 secs) [2022-10-11T09:32:59.608Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 1.972 secs) [2022-10-11T09:32:59.874Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 2.003 secs) [2022-10-11T09:33:00.141Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 2.267 secs) [2022-10-11T09:33:00.477Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 2.57 secs) [2022-10-11T09:33:00.477Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 2.682 secs) [2022-10-11T09:33:00.477Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 2.706 secs) [2022-10-11T09:33:00.762Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 2.775 secs) [2022-10-11T09:33:00.762Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 2.799 secs) [2022-10-11T09:33:00.762Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 2.815 secs) [2022-10-11T09:33:00.762Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 2.925 secs) [2022-10-11T09:33:01.050Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 3.014 secs) [2022-10-11T09:33:01.325Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 3.306 secs) [2022-10-11T09:33:01.607Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 3.476 secs) [2022-10-11T09:33:01.893Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 3.728 secs) [2022-10-11T09:33:01.893Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 3.787 secs) [2022-10-11T09:33:02.170Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 3.941 secs) [2022-10-11T09:33:02.170Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 3.96 secs) [2022-10-11T09:33:02.444Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.09 secs) [2022-10-11T09:33:02.444Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.149 secs) [2022-10-11T09:33:02.715Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 4.234 secs) [2022-10-11T09:33:02.715Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 4.286 secs) [2022-10-11T09:33:02.715Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 4.35 secs) [2022-10-11T09:33:03.309Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 4.828 secs) [2022-10-11T09:33:03.573Z] WARN: ' [2022-10-11T09:33:03.573Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-11T09:33:03.573Z] Support for using the ngModel input property and ngModelChange event with [2022-10-11T09:33:03.573Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-11T09:33:03.573Z] in a future version of Angular. [2022-10-11T09:33:03.573Z] [2022-10-11T09:33:03.573Z] For more information on this, see our API docs here: [2022-10-11T09:33:03.573Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-11T09:33:03.573Z] ' [2022-10-11T09:33:03.573Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 4.828 secs) [2022-10-11T09:33:03.573Z] WARN: ' [2022-10-11T09:33:03.573Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-11T09:33:03.573Z] Support for using the ngModel input property and ngModelChange event with [2022-10-11T09:33:03.573Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-11T09:33:03.573Z] in a future version of Angular. [2022-10-11T09:33:03.573Z] [2022-10-11T09:33:03.573Z] For more information on this, see our API docs here: [2022-10-11T09:33:03.573Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-11T09:33:03.573Z] ' [2022-10-11T09:33:03.573Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.009 secs) [2022-10-11T09:33:03.573Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.045 secs) [2022-10-11T09:33:03.838Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.096 secs) [2022-10-11T09:33:03.838Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.257 secs) [2022-10-11T09:33:04.103Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.315 secs) [2022-10-11T09:33:04.103Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 5.371 secs) [2022-10-11T09:33:04.103Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 5.387 secs) [2022-10-11T09:33:04.103Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 5.398 secs) [2022-10-11T09:33:04.368Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 5.718 secs) [2022-10-11T09:33:04.950Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 5.917 secs) [2022-10-11T09:33:04.950Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.015 secs) [2022-10-11T09:33:05.218Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.098 secs) [2022-10-11T09:33:05.801Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.577 secs) [2022-10-11T09:33:05.801Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.628 secs) [2022-10-11T09:33:05.801Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.643 secs) [2022-10-11T09:33:05.801Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.655 secs) [2022-10-11T09:33:06.072Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.752 secs) [2022-10-11T09:33:06.072Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.77 secs) [2022-10-11T09:33:06.072Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.78 secs) [2022-10-11T09:33:06.072Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 6.932 secs) [2022-10-11T09:33:06.338Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.137 secs) [2022-10-11T09:33:06.604Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.202 secs) [2022-10-11T09:33:06.604Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.286 secs) [2022-10-11T09:33:06.871Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.342 secs) [2022-10-11T09:33:06.871Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.459 secs) [2022-10-11T09:33:07.137Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.533 secs) [2022-10-11T09:33:07.137Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.676 secs) [2022-10-11T09:33:07.403Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.741 secs) [2022-10-11T09:33:07.403Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 7.797 secs) [2022-10-11T09:33:07.403Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 7.849 secs) [2022-10-11T09:33:07.668Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 7.922 secs) [2022-10-11T09:33:08.248Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 8.455 secs) [2022-10-11T09:33:08.248Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.486 secs) [2022-10-11T09:33:08.248Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.504 secs) [2022-10-11T09:33:08.513Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.633 secs) [2022-10-11T09:33:08.513Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.751 secs) [2022-10-11T09:33:08.776Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.802 secs) [2022-10-11T09:33:08.776Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.926 secs) [2022-10-11T09:33:09.042Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.989 secs) [2022-10-11T09:33:09.042Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 9.075 secs) [2022-10-11T09:33:09.042Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 9.108 secs) [2022-10-11T09:33:09.309Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 9.148 secs) [2022-10-11T09:33:09.309Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 9.177 secs) [2022-10-11T09:33:09.309Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.251 secs) [2022-10-11T09:33:09.309Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 9.302 secs) [2022-10-11T09:33:09.309Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 9.324 secs) [2022-10-11T09:33:09.574Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.343 secs) [2022-10-11T09:33:09.574Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.362 secs) [2022-10-11T09:33:09.574Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.548 secs) [2022-10-11T09:33:09.839Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 9.599 secs) [2022-10-11T09:33:09.839Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.705 secs) [2022-10-11T09:33:10.106Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 9.75 secs) [2022-10-11T09:33:10.106Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 9.779 secs) [2022-10-11T09:33:10.106Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 9.898 secs) [2022-10-11T09:33:10.371Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 9.951 secs) [2022-10-11T09:33:10.371Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 9.974 secs) [2022-10-11T09:33:10.371Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.088 secs) [2022-10-11T09:33:10.635Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.115 secs) [2022-10-11T09:33:10.635Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.139 secs) [2022-10-11T09:33:10.635Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.158 secs) [2022-10-11T09:33:10.635Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.166 secs) [2022-10-11T09:33:10.635Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.178 secs) [2022-10-11T09:33:10.635Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.284 secs) [2022-10-11T09:33:10.901Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 10.435 secs) [2022-10-11T09:33:10.901Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 10.465 secs) [2022-10-11T09:33:11.169Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 10.678 secs) [2022-10-11T09:33:11.437Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 10.781 secs) [2022-10-11T09:33:11.437Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 10.811 secs) [2022-10-11T09:33:11.437Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 10.84 secs) [2022-10-11T09:33:11.437Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 10.876 secs) [2022-10-11T09:33:11.703Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 10.921 secs) [2022-10-11T09:33:11.703Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 10.951 secs) [2022-10-11T09:33:11.703Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.005 secs) [2022-10-11T09:33:11.703Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.039 secs) [2022-10-11T09:33:11.969Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.069 secs) [2022-10-11T09:33:11.969Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.155 secs) [2022-10-11T09:33:11.969Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.202 secs) [2022-10-11T09:33:12.234Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.264 secs) [2022-10-11T09:33:12.501Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.451 secs) [2022-10-11T09:33:12.501Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.521 secs) [2022-10-11T09:33:12.767Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 11.657 secs) [2022-10-11T09:33:12.767Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 11.745 secs) [2022-10-11T09:33:13.033Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 11.999 secs) [2022-10-11T09:33:13.300Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 12.049 secs) [2022-10-11T09:33:13.300Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.093 secs) [2022-10-11T09:33:13.565Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.252 secs) [2022-10-11T09:33:13.565Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.29 secs) [2022-10-11T09:33:13.566Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.314 secs) [2022-10-11T09:33:13.566Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.359 secs) [2022-10-11T09:33:13.832Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.423 secs) [2022-10-11T09:33:13.832Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 12.503 secs) [2022-10-11T09:33:13.832Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 12.541 secs) [2022-10-11T09:33:14.099Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 12.689 secs) [2022-10-11T09:33:14.365Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 12.745 secs) [2022-10-11T09:33:14.365Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 12.8 secs) [2022-10-11T09:33:14.365Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 12.82 secs) [2022-10-11T09:33:14.631Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 12.943 secs) [2022-10-11T09:33:14.631Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 12.955 secs) [2022-10-11T09:33:14.631Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 12.997 secs) [2022-10-11T09:33:14.631Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.019 secs) [2022-10-11T09:33:14.896Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.05 secs) [2022-10-11T09:33:14.896Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.066 secs) [2022-10-11T09:33:14.896Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.129 secs) [2022-10-11T09:33:14.896Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.182 secs) [2022-10-11T09:33:15.162Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.207 secs) [2022-10-11T09:33:15.162Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.408 secs) [2022-10-11T09:33:15.428Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.603 secs) [2022-10-11T09:33:15.694Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.629 secs) [2022-10-11T09:33:15.694Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.741 secs) [2022-10-11T09:33:16.653Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.377 secs / 13.741 secs) [2022-10-11T09:33:16.653Z] TOTAL: 149 SUCCESS [2022-10-11T09:33:16.653Z] ✔ Browser application bundle generation complete. [2022-10-11T09:33:19.986Z] [2022-10-11T09:33:19.986Z] =============================== Coverage summary =============================== [2022-10-11T09:33:19.986Z] Statements : 40.98% ( 1467/3580 ) [2022-10-11T09:33:19.986Z] Branches : 12.03% ( 111/923 ) [2022-10-11T09:33:19.986Z] Functions : 33.28% ( 432/1298 ) [2022-10-11T09:33:19.986Z] Lines : 38.91% ( 1318/3387 ) [2022-10-11T09:33:19.986Z] ================================================================================ [2022-10-11T09:33:19.986Z] 11 10 2022 09:33:19.661:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-11T09:33:20.942Z] ✔ Browser application bundle generation complete. [2022-10-11T09:33:21.526Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-10-11T09:33:21.563Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-11T09:33:21.607Z] $ docker stop --time=1 50b623b9680cfd94e89b6383455c371e504e87172483772fe7918e22caecff16 [2022-10-11T09:33:23.253Z] $ docker rm -f 50b623b9680cfd94e89b6383455c371e504e87172483772fe7918e22caecff16 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-11T09:33:24.138Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-11T09:33:26.746Z] Warning: overwriting stash ‘coverage-report’ [2022-10-11T09:33:31.714Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-11T09:33:32.335Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-11T09:33:35.230Z] + ls -al . [2022-10-11T09:33:35.230Z] total 172 [2022-10-11T09:33:35.230Z] drwxrwxr-x 13 jenkins jenkins 4096 Oct 11 09:22 . [2022-10-11T09:33:35.230Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:20 .. [2022-10-11T09:33:35.230Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:20 .blubracket [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 11 09:20 .dockerignore [2022-10-11T09:33:35.230Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 09:20 .git [2022-10-11T09:33:35.230Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:20 .github [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 11 09:20 .gitignore [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 11 09:20 Attribution.txt [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 11 09:20 CHANGELOG.md [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 11 09:20 CONTRIBUTING.md [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 1669 Oct 11 09:20 Dockerfile [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 11 09:20 Jenkinsfile [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 11 09:20 LICENSE [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 11 09:20 Makefile [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 11 09:20 README.md [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 11 09:16 VERSION [2022-10-11T09:33:35.230Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:20 assets [2022-10-11T09:33:35.230Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:20 bin [2022-10-11T09:33:35.230Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:20 cmd [2022-10-11T09:33:35.230Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 11 09:22 coverage.out [2022-10-11T09:33:35.230Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:20 docs [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 3012 Oct 11 09:20 go.mod [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 35759 Oct 11 09:20 go.sum [2022-10-11T09:33:35.230Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 09:20 internal [2022-10-11T09:33:35.230Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:20 snap [2022-10-11T09:33:35.230Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:20 testing [2022-10-11T09:33:35.230Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 11 09:20 version.go [2022-10-11T09:33:35.230Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 11 09:24 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:33:35.635Z] + 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=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 --label arch=arm64 --label version=0.0.0 . [2022-10-11T09:33:37.292Z] Sending build context to Docker daemon 31.69MB [2022-10-11T09:33:37.292Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-10-11T09:33:37.292Z] Step 2/24 : FROM ${BASE} AS builder [2022-10-11T09:33:37.292Z] ---> be2daf791af7 [2022-10-11T09:33:37.292Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-11T09:33:37.876Z] ---> Running in d6d3895c5f9a [2022-10-11T09:33:38.142Z] Removing intermediate container d6d3895c5f9a [2022-10-11T09:33:38.142Z] ---> 2699e3a5ee06 [2022-10-11T09:33:38.142Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2022-10-11T09:33:38.142Z] ---> Running in 8e85fcacf508 [2022-10-11T09:33:38.408Z] Removing intermediate container 8e85fcacf508 [2022-10-11T09:33:38.408Z] ---> cb5a7375ac67 [2022-10-11T09:33:38.408Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-10-11T09:33:38.408Z] ---> Running in 58cb2326bea7 [2022-10-11T09:33:38.673Z] Removing intermediate container 58cb2326bea7 [2022-10-11T09:33:38.673Z] ---> 19092e0331aa [2022-10-11T09:33:38.673Z] Step 6/24 : LABEL Name=edgex-ui-go [2022-10-11T09:33:38.939Z] ---> Running in 287597a34102 [2022-10-11T09:33:39.205Z] Removing intermediate container 287597a34102 [2022-10-11T09:33:39.205Z] ---> ff9c4bc47d0f [2022-10-11T09:33:39.205Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-11T09:33:39.205Z] ---> Running in 5be198836ce9 [2022-10-11T09:33:39.472Z] Removing intermediate container 5be198836ce9 [2022-10-11T09:33:39.472Z] ---> b2b6fa191d7e [2022-10-11T09:33:39.472Z] Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-11T09:33:41.421Z] ---> 1c785973983d [2022-10-11T09:33:41.421Z] Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-11T09:33:41.421Z] ---> Running in d659df910a5f [2022-10-11T09:33:43.364Z] Removing intermediate container d659df910a5f [2022-10-11T09:33:43.364Z] ---> a799309c4198 [2022-10-11T09:33:43.364Z] Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-11T09:33:43.364Z] ---> Running in 6a57aa48b66e [2022-10-11T09:33:43.942Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-11T09:33:44.895Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-11T09:33:45.858Z] OK: 221 MiB in 51 packages [2022-10-11T09:33:46.816Z] Removing intermediate container 6a57aa48b66e [2022-10-11T09:33:46.816Z] ---> f5d78047731d [2022-10-11T09:33:46.816Z] Step 11/24 : ENV GO111MODULE=on [2022-10-11T09:33:46.816Z] ---> Running in ac1054eed10b [2022-10-11T09:33:47.082Z] Removing intermediate container ac1054eed10b [2022-10-11T09:33:47.082Z] ---> 0e8a99b1b13c [2022-10-11T09:33:47.082Z] Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-11T09:33:47.082Z] ---> Running in c330b37ddc86 [2022-10-11T09:33:47.347Z] Removing intermediate container c330b37ddc86 [2022-10-11T09:33:47.347Z] ---> f0db31ddfa29 [2022-10-11T09:33:47.347Z] Step 13/24 : COPY go.mod vendor* ./ [2022-10-11T09:33:47.928Z] ---> b397a5f67727 [2022-10-11T09:33:47.928Z] Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-11T09:33:47.928Z] ---> Running in 453089fa56e3 [2022-10-11T09:33:49.872Z] Removing intermediate container 453089fa56e3 [2022-10-11T09:33:49.872Z] ---> 6175c5e98097 [2022-10-11T09:33:49.872Z] Step 15/24 : COPY . . [2022-10-11T09:33:54.116Z] ---> 893b5d60a4fe [2022-10-11T09:33:54.116Z] Step 16/24 : RUN ${MAKE} [2022-10-11T09:33:54.116Z] ---> Running in 41e63e1f428b [2022-10-11T09:33:54.698Z] 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-10-11T09:35:02.516Z] Removing intermediate container 41e63e1f428b [2022-10-11T09:35:02.516Z] ---> 0fd84500ee31 [2022-10-11T09:35:02.516Z] Step 17/24 : FROM alpine:3.14 [2022-10-11T09:35:02.516Z] 3.14: Pulling from library/alpine [2022-10-11T09:35:02.516Z] 90cda3b7c325: Pulling fs layer [2022-10-11T09:35:02.516Z] 90cda3b7c325: Download complete [2022-10-11T09:35:02.516Z] 90cda3b7c325: Pull complete [2022-10-11T09:35:02.516Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-11T09:35:02.516Z] Status: Downloaded newer image for alpine:3.14 [2022-10-11T09:35:02.516Z] ---> 376ba31ae3da [2022-10-11T09:35:02.516Z] Step 18/24 : EXPOSE 4000 [2022-10-11T09:35:02.516Z] ---> Running in c1c7656a1f51 [2022-10-11T09:35:02.516Z] Removing intermediate container c1c7656a1f51 [2022-10-11T09:35:02.516Z] ---> 2f32b678f088 [2022-10-11T09:35:02.516Z] Step 19/24 : 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-10-11T09:35:03.473Z] ---> ae2321e2a04d [2022-10-11T09:35:03.473Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-11T09:35:03.473Z] ---> Running in c87b961f2904 [2022-10-11T09:35:03.739Z] Removing intermediate container c87b961f2904 [2022-10-11T09:35:03.739Z] ---> 7ba252e93b39 [2022-10-11T09:35:03.739Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-11T09:35:04.006Z] ---> Running in 074c3f3b55f1 [2022-10-11T09:35:04.273Z] Removing intermediate container 074c3f3b55f1 [2022-10-11T09:35:04.273Z] ---> 1e01f461d566 [2022-10-11T09:35:04.273Z] Step 22/24 : LABEL arch=arm64 [2022-10-11T09:35:04.273Z] ---> Running in 0010e4459a98 [2022-10-11T09:35:04.539Z] Removing intermediate container 0010e4459a98 [2022-10-11T09:35:04.539Z] ---> 96ae5fdfab77 [2022-10-11T09:35:04.539Z] Step 23/24 : LABEL git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [2022-10-11T09:35:04.539Z] ---> Running in c5a6341525fe [2022-10-11T09:35:04.805Z] Removing intermediate container c5a6341525fe [2022-10-11T09:35:04.805Z] ---> 3e1bb09c21b8 [2022-10-11T09:35:04.805Z] Step 24/24 : LABEL version=0.0.0 [2022-10-11T09:35:04.805Z] ---> Running in 2fb79e47dfce [2022-10-11T09:35:05.070Z] Removing intermediate container 2fb79e47dfce [2022-10-11T09:35:05.070Z] ---> 146d8e4691aa [2022-10-11T09:35:05.070Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-11T09:35:05.334Z] Successfully built 146d8e4691aa [2022-10-11T09:35:05.334Z] 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-10-11T09:35:06.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-11T09:35:06.138Z] [2022-10-11T09:35:06.138Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:35:06.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-11T09:35:06.540Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-11T09:35:06.540Z] 8998bd30e6a1: Pulling fs layer [2022-10-11T09:35:06.540Z] 04944245beec: Pulling fs layer [2022-10-11T09:35:06.540Z] 699f458cf7ca: Pulling fs layer [2022-10-11T09:35:06.540Z] 765212b225bb: Pulling fs layer [2022-10-11T09:35:06.540Z] f23df028b6ca: Pulling fs layer [2022-10-11T09:35:06.540Z] d65c8cfc05b1: Pulling fs layer [2022-10-11T09:35:06.540Z] 2437ff75d9bd: Pulling fs layer [2022-10-11T09:35:06.540Z] f23df028b6ca: Waiting [2022-10-11T09:35:06.540Z] d65c8cfc05b1: Waiting [2022-10-11T09:35:06.540Z] 2437ff75d9bd: Waiting [2022-10-11T09:35:06.540Z] 765212b225bb: Waiting [2022-10-11T09:35:06.810Z] 04944245beec: Verifying Checksum [2022-10-11T09:35:06.810Z] 04944245beec: Download complete [2022-10-11T09:35:06.810Z] 765212b225bb: Verifying Checksum [2022-10-11T09:35:06.810Z] 765212b225bb: Download complete [2022-10-11T09:35:06.810Z] f23df028b6ca: Verifying Checksum [2022-10-11T09:35:06.810Z] f23df028b6ca: Download complete [2022-10-11T09:35:06.810Z] d65c8cfc05b1: Verifying Checksum [2022-10-11T09:35:06.810Z] d65c8cfc05b1: Download complete [2022-10-11T09:35:06.810Z] 699f458cf7ca: Verifying Checksum [2022-10-11T09:35:06.810Z] 699f458cf7ca: Download complete [2022-10-11T09:35:07.393Z] 8998bd30e6a1: Verifying Checksum [2022-10-11T09:35:07.393Z] 8998bd30e6a1: Download complete [2022-10-11T09:35:09.332Z] 2437ff75d9bd: Verifying Checksum [2022-10-11T09:35:09.332Z] 2437ff75d9bd: Download complete [2022-10-11T09:35:11.271Z] 8998bd30e6a1: Pull complete [2022-10-11T09:35:11.850Z] 04944245beec: Pull complete [2022-10-11T09:35:12.804Z] 699f458cf7ca: Pull complete [2022-10-11T09:35:13.069Z] 765212b225bb: Pull complete [2022-10-11T09:35:14.026Z] f23df028b6ca: Pull complete [2022-10-11T09:35:14.026Z] d65c8cfc05b1: Pull complete [2022-10-11T09:35:29.001Z] 2437ff75d9bd: Pull complete [2022-10-11T09:35:29.001Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-11T09:35:29.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-11T09:35:29.001Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-11T09:35:29.301Z] prd-ubuntu20.04-docker-arm64-4c-16g-7640 does not seem to be running inside a container [2022-10-11T09:35:29.376Z] $ 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-10-11T09:35:32.084Z] $ docker top c58f8d1c7920ea8ba0702e06f736278528be6b2baf0e21d778e852958458a5d7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:35:32.956Z] ---> job-cost.sh [2022-10-11T09:35:32.956Z] lf-activate-venv: SKIPPING [2022-10-11T09:35:32.956Z] INFO: No Stack... [2022-10-11T09:35:33.536Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-11T09:35:34.117Z] INFO: Archiving Costs [Pipeline] sh [2022-10-11T09:35:34.769Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-10-11T09:35:34.769Z] + cut -d, -f6 [Pipeline] lock [2022-10-11T09:35:34.848Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [2022-10-11T09:35:34.853Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] did not exist. Created. [2022-10-11T09:35:34.853Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-11T09:35:35.256Z] /w/workspace/edgex-ui-go/1@tmp/durable-f576e840/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-11T09:35:35.604Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-11T09:35:35.640Z] Warning: overwriting stash ‘stack-cost’ [2022-10-11T09:35:40.267Z] Stashed 1 file(s) [Pipeline] } [2022-10-11T09:35:40.285Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-11T09:35:40.387Z] $ docker stop --time=1 c58f8d1c7920ea8ba0702e06f736278528be6b2baf0e21d778e852958458a5d7 [2022-10-11T09:35:42.059Z] $ docker rm -f c58f8d1c7920ea8ba0702e06f736278528be6b2baf0e21d778e852958458a5d7 [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-10-11T09:35:42.957Z] provisioning config files... [2022-10-11T09:35:42.964Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/config452314428016261632tmp [Pipeline] { [Pipeline] sh [2022-10-11T09:35:43.299Z] + set +x [2022-10-11T09:35:43.299Z] + bash -s -- [2022-10-11T09:35:43.299Z] + curl -s https://codecov.io/bash [2022-10-11T09:35:43.299Z] [2022-10-11T09:35:43.299Z] _____ _ [2022-10-11T09:35:43.299Z] / ____| | | [2022-10-11T09:35:43.299Z] | | ___ __| | ___ ___ _____ __ [2022-10-11T09:35:43.299Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-11T09:35:43.299Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-11T09:35:43.299Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-11T09:35:43.299Z] Bash-1.0.6 [2022-10-11T09:35:43.299Z] [2022-10-11T09:35:43.299Z] [2022-10-11T09:35:43.299Z] ==> git version 2.25.1 found [2022-10-11T09:35:43.299Z] ==> 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-10-11T09:35:43.299Z] Release-Date: 2020-01-08 [2022-10-11T09:35:43.299Z] 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-10-11T09:35:43.299Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-11T09:35:43.299Z] ==> Jenkins CI detected. [2022-10-11T09:35:43.299Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-556 [2022-10-11T09:35:43.299Z] project root: . [2022-10-11T09:35:43.299Z] --> token set from env [2022-10-11T09:35:43.299Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-11T09:35:43.299Z] ==> Running gcov in . (disable via -X gcov) [2022-10-11T09:35:43.557Z] ==> Python coveragepy not found [2022-10-11T09:35:43.557Z] ==> Searching for coverage reports in: [2022-10-11T09:35:43.557Z] + . [2022-10-11T09:35:43.557Z] -> Found 1 reports [2022-10-11T09:35:43.557Z] ==> Detecting git/mercurial file structure [2022-10-11T09:35:43.557Z] ==> Reading reports [2022-10-11T09:35:43.557Z] + ./coverage.out bytes=10 [2022-10-11T09:35:43.557Z] ==> Appending adjustments [2022-10-11T09:35:43.557Z] https://docs.codecov.io/docs/fixing-reports [2022-10-11T09:35:44.124Z] + Found adjustments [2022-10-11T09:35:44.124Z] ==> Gzipping contents [2022-10-11T09:35:44.124Z] 12K /tmp/codecov.p54wbE.gz [2022-10-11T09:35:44.124Z] ==> Uploading reports [2022-10-11T09:35:44.124Z] url: https://codecov.io [2022-10-11T09:35:44.124Z] query: branch=PR-556&commit=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-556%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=556&job=&cmd_args= [2022-10-11T09:35:44.124Z] -> Pinging Codecov [2022-10-11T09:35:44.124Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-556&commit=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-556%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=556&job=&cmd_args= [2022-10-11T09:35:44.383Z] -> Uploading to [2022-10-11T09:35:44.383Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-11/FB506323287CE973F263BFD2A0EB1F37/fb11956e9b43ee4028775c1a4fa1b4de32ff29b3/0db58cc5-98c4-4db2-b14f-ea023539e4f7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221011%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221011T093544Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7bec5a0d1b27673e0eabd8b652c5ddfcf6d3f202fafdde37398ee62d6e402b8b [2022-10-11T09:35:44.384Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-11T09:35:44.384Z] Dload Upload Total Spent Left Speed [2022-10-11T09:35:44.643Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 36661 --:--:-- --:--:-- --:--:-- 36510 100 8872 0 0 100 8872 0 36661 --:--:-- --:--:-- --:--:-- 36510 [2022-10-11T09:35:44.643Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] } [2022-10-11T09:35:44.670Z] 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-10-11T09:35:46.502Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives ] [2022-10-11T09:35:46.502Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives [2022-10-11T09:35:46.502Z] total 16 [2022-10-11T09:35:46.502Z] drwxr-xr-x 3 root root 4096 Oct 11 09:19 . [2022-10-11T09:35:46.502Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 11 09:19 .. [2022-10-11T09:35:46.502Z] drwxr-xr-x 2 root root 4096 Oct 11 09:19 cost [2022-10-11T09:35:46.502Z] -rw-r--r-- 1 root root 83 Oct 11 09:19 cost.csv [2022-10-11T09:35:46.502Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives [2022-10-11T09:35:46.502Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives [2022-10-11T09:35:46.502Z] total 16 [2022-10-11T09:35:46.502Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 11 09:19 . [2022-10-11T09:35:46.502Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 11 09:19 .. [2022-10-11T09:35:46.502Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 11 09:19 cost [2022-10-11T09:35:46.502Z] -rw-r--r-- 1 jenkins jenkins 83 Oct 11 09:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:35:46.825Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:35:47.707Z] ---> package-listing.sh [2022-10-11T09:35:47.707Z] ++ facter osfamily [2022-10-11T09:35:47.707Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-11T09:35:47.968Z] + OS_FAMILY=debian [2022-10-11T09:35:47.968Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-556 [2022-10-11T09:35:47.968Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-11T09:35:47.968Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-11T09:35:47.968Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-11T09:35:47.968Z] + PACKAGES=/tmp/packages_start.txt [2022-10-11T09:35:47.968Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-556 ']' [2022-10-11T09:35:47.968Z] + PACKAGES=/tmp/packages_end.txt [2022-10-11T09:35:47.968Z] + case "${OS_FAMILY}" in [2022-10-11T09:35:47.968Z] + dpkg -l [2022-10-11T09:35:47.968Z] + grep '^ii' [2022-10-11T09:35:47.968Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-11T09:35:47.968Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-11T09:35:47.968Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-11T09:35:47.968Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-556 ']' [2022-10-11T09:35:47.968Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives/ [2022-10-11T09:35:47.968Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives/ [Pipeline] echo [2022-10-11T09:35:47.999Z] 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-556/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-11T09:35:48.290Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-11T09:35:48.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-11T09:35:48.909Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-11T09:35:49.040Z] prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container [2022-10-11T09:35:49.075Z] $ 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-556/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-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@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-10-11T09:35:49.257Z] $ docker top fa8ca00d2cb54004b9ab0d1ffc350415c8328d6e3d32ad9a5a34e167968f638a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-11T09:35:49.631Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-11T09:35:49.951Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-11T09:35:50.255Z] + ls /var/log/sa-host [2022-10-11T09:35:50.256Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-11T09:35:50.388Z] provisioning config files... [2022-10-11T09:35:50.395Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/config17210113739739816896tmp [Pipeline] { [Pipeline] echo [2022-10-11T09:35:50.448Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:35:50.763Z] ---> create-netrc.sh [Pipeline] } [2022-10-11T09:35:50.795Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:35:51.195Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-11T09:35:51.228Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:35:51.536Z] ---> sudo-logs.sh [2022-10-11T09:35:51.536Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-11T09:35:51.618Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:35:51.928Z] ---> job-cost.sh [2022-10-11T09:35:51.928Z] lf-activate-venv: SKIPPING [2022-10-11T09:35:51.928Z] DEBUG: total: 0.2199999988079071 [2022-10-11T09:35:51.928Z] INFO: Retrieving Stack Cost... [2022-10-11T09:35:52.185Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-11T09:35:52.751Z] INFO: Archiving Costs [Pipeline] echo [2022-10-11T09:35:52.785Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-11T09:35:53.091Z] ---> logs-deploy.sh [2022-10-11T09:35:53.091Z] lf-activate-venv: SKIPPING [2022-10-11T09:35:53.091Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-556/1 [2022-10-11T09:35:53.091Z] INFO: archiving workspace using pattern(s): [2022-10-11T09:35:54.032Z] Archives upload complete. [2022-10-11T09:35:54.291Z] INFO: archiving logs to Nexus