Pull request #569 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1016fbe2505b68d08a31a200d2ea13be5836663d+01e75f4ff34d7bc238fd802f39f9b0d41ae32e68 (65d4179ef71a60f01d12caa0439b39a236380c2e) 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-ssh16706897875178077150.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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh13672933402410058640.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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-569/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-569/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11126706193920507889.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-569/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10893185010278727814.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 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh2108659034691133106.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-569/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-569/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9296916807659192270.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 6c1167a966ce7273a24629bf6583a1975ad218c3 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 ‘prd-centos7-blackbox-4c-2g-117564’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-117805’ is offline ‘prd-ubuntu20.04-docker-8c-8g-117808’ is offline Running on prd-ubuntu20.04-docker-8c-8g-117809 in /w/workspace/edgexfoundry_edgex-ui-go_PR-569 [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-569 # 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 > 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/569/head:refs/remotes/origin/PR-569 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 01e75f4ff34d7bc238fd802f39f9b0d41ae32e68 into PR head commit 1016fbe2505b68d08a31a200d2ea13be5836663d Merge succeeded, producing 1016fbe2505b68d08a31a200d2ea13be5836663d Checking out Revision 1016fbe2505b68d08a31a200d2ea13be5836663d (PR-569) Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 1016fbe2505b68d08a31a200d2ea13be5836663d # 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 01e75f4ff34d7bc238fd802f39f9b0d41ae32e68 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1016fbe2505b68d08a31a200d2ea13be5836663d # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-11-02T04:06:33.761Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-11-02T04:06:33.930Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-11-02T04:06:34.039Z] ========================================================= [2022-11-02T04:06:34.040Z] EdgeX Global Pipelines Version Info [2022-11-02T04:06:34.040Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:06:34.832Z] ------------------- [2022-11-02T04:06:34.832Z] stable info: [2022-11-02T04:06:34.832Z] ------------------- [2022-11-02T04:06:34.832Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-11-02T04:06:34.832Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T04:06:34.832Z] Message: update stable to v1.0.243 [2022-11-02T04:06:35.412Z] ------------------- [2022-11-02T04:06:35.412Z] experimental info: [2022-11-02T04:06:35.412Z] ------------------- [2022-11-02T04:06:35.412Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-11-02T04:06:35.412Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T04:06:35.412Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-11-02T04:06:35.719Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-11-02T04:06:35.765Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-11-02T04:06:35.810Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-11-02T04:06:35.859Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-11-02T04:06:35.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-11-02T04:06:35.947Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-11-02T04:06:35.992Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-11-02T04:06:36.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-11-02T04:06:36.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-11-02T04:06:36.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-11-02T04:06:36.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-11-02T04:06:36.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-11-02T04:06:36.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-11-02T04:06:36.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-11-02T04:06:36.338Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-11-02T04:06:36.381Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-11-02T04:06:36.440Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-11-02T04:06:36.482Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-11-02T04:06:36.522Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-11-02T04:06:36.562Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-11-02T04:06:36.608Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-11-02T04:06:36.651Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-11-02T04:06:36.697Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-11-02T04:06:36.739Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-11-02T04:06:36.783Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-11-02T04:06:36.827Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-11-02T04:06:36.880Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-11-02T04:06:36.926Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-569 [Pipeline] echo [2022-11-02T04:06:36.967Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-569 [Pipeline] echo [2022-11-02T04:06:37.009Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-569 [Pipeline] echo [2022-11-02T04:06:37.053Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1016fbe2505b68d08a31a200d2ea13be5836663d [Pipeline] echo [2022-11-02T04:06:37.101Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1016fbe [Pipeline] echo [2022-11-02T04:06:37.146Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T04:06:37.280Z] provisioning config files... [2022-11-02T04:06:37.323Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp/config11531593037354501556tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:06:37.670Z] ---> docker-login.sh [2022-11-02T04:06:37.670Z] nexus3.edgexfoundry.org:10001 [2022-11-02T04:06:37.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:37.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:37.935Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:37.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:37.935Z] [2022-11-02T04:06:37.935Z] Login Succeeded [2022-11-02T04:06:37.935Z] nexus3.edgexfoundry.org:10002 [2022-11-02T04:06:37.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:38.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:38.195Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:38.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:38.195Z] [2022-11-02T04:06:38.195Z] Login Succeeded [2022-11-02T04:06:38.195Z] nexus3.edgexfoundry.org:10003 [2022-11-02T04:06:38.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:38.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:38.195Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:38.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:38.195Z] [2022-11-02T04:06:38.195Z] Login Succeeded [2022-11-02T04:06:38.195Z] nexus3.edgexfoundry.org:10004 [2022-11-02T04:06:38.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:38.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:38.456Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:38.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:38.456Z] [2022-11-02T04:06:38.456Z] Login Succeeded [2022-11-02T04:06:38.456Z] docker.io [2022-11-02T04:06:38.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:38.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:38.717Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:38.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:38.717Z] [2022-11-02T04:06:38.717Z] Login Succeeded [2022-11-02T04:06:38.717Z] ---> docker-login.sh ends [Pipeline] } [2022-11-02T04:06:38.749Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-11-02T04:06:39.514Z] + git rev-list -1 --merges 1016fbe2505b68d08a31a200d2ea13be5836663d~1..1016fbe2505b68d08a31a200d2ea13be5836663d [Pipeline] echo [2022-11-02T04:06:39.556Z] -----------> git rev-list -1 --merges 1016fbe2505b68d08a31a200d2ea13be5836663d~1..1016fbe2505b68d08a31a200d2ea13be5836663d 1016fbe2505b68d08a31a200d2ea13be5836663d [false] [Pipeline] sh [2022-11-02T04:06:39.883Z] + git log --format=format:%s -1 1016fbe2505b68d08a31a200d2ea13be5836663d [Pipeline] echo [2022-11-02T04:06:39.913Z] ========================================================= [2022-11-02T04:06:39.913Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-11-02T04:06:39.913Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-02T04:06:40.362Z] + git log --format=format:%s -1 1016fbe2505b68d08a31a200d2ea13be5836663d [Pipeline] echo [2022-11-02T04:06:40.397Z] [semverPrep] GIT_COMMIT: 1016fbe2505b68d08a31a200d2ea13be5836663d, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo [2022-11-02T04:06:40.431Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-11-02T04:06:40.806Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-11-02T04:06:40.806Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-11-02T04:06:40.806Z] + [ -e /tmp/ssh_known_hosts ] [2022-11-02T04:06:40.806Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-11-02T04:06:40.806Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-11-02T04:06:40.806Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-11-02T04:06:40.806Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:06:41.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T04:06:41.226Z] [2022-11-02T04:06:41.226Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:06:41.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T04:06:41.606Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-11-02T04:06:41.606Z] b85a868b505f: Pulling fs layer [2022-11-02T04:06:41.606Z] e2be974225ed: Pulling fs layer [2022-11-02T04:06:41.606Z] 339a4e72a1f5: Pulling fs layer [2022-11-02T04:06:41.606Z] 988bab9f4d93: Pulling fs layer [2022-11-02T04:06:41.606Z] 1469e6f7b9e6: Pulling fs layer [2022-11-02T04:06:41.606Z] eaf3925da568: Pulling fs layer [2022-11-02T04:06:41.606Z] bab4dde63d76: Pulling fs layer [2022-11-02T04:06:41.606Z] bde34c3a00c8: Pulling fs layer [2022-11-02T04:06:41.606Z] b352a97aabf1: Pulling fs layer [2022-11-02T04:06:41.606Z] 4872d77fe225: Pulling fs layer [2022-11-02T04:06:41.606Z] 5851b861e8e6: Pulling fs layer [2022-11-02T04:06:41.606Z] bab4dde63d76: Waiting [2022-11-02T04:06:41.606Z] bde34c3a00c8: Waiting [2022-11-02T04:06:41.606Z] b352a97aabf1: Waiting [2022-11-02T04:06:41.606Z] 4872d77fe225: Waiting [2022-11-02T04:06:41.606Z] 5851b861e8e6: Waiting [2022-11-02T04:06:41.606Z] 988bab9f4d93: Waiting [2022-11-02T04:06:41.606Z] 1469e6f7b9e6: Waiting [2022-11-02T04:06:41.606Z] eaf3925da568: Waiting [2022-11-02T04:06:41.606Z] e2be974225ed: Download complete [2022-11-02T04:06:41.606Z] 988bab9f4d93: Download complete [2022-11-02T04:06:41.865Z] 1469e6f7b9e6: Verifying Checksum [2022-11-02T04:06:41.865Z] 1469e6f7b9e6: Download complete [2022-11-02T04:06:41.865Z] eaf3925da568: Verifying Checksum [2022-11-02T04:06:41.865Z] eaf3925da568: Download complete [2022-11-02T04:06:41.865Z] 339a4e72a1f5: Verifying Checksum [2022-11-02T04:06:41.865Z] 339a4e72a1f5: Download complete [2022-11-02T04:06:41.865Z] bde34c3a00c8: Verifying Checksum [2022-11-02T04:06:41.865Z] bde34c3a00c8: Download complete [2022-11-02T04:06:41.865Z] b352a97aabf1: Download complete [2022-11-02T04:06:41.865Z] 4872d77fe225: Download complete [2022-11-02T04:06:41.865Z] b85a868b505f: Verifying Checksum [2022-11-02T04:06:41.865Z] 5851b861e8e6: Download complete [2022-11-02T04:06:42.125Z] bab4dde63d76: Verifying Checksum [2022-11-02T04:06:42.125Z] bab4dde63d76: Download complete [2022-11-02T04:06:43.067Z] b85a868b505f: Pull complete [2022-11-02T04:06:43.326Z] e2be974225ed: Pull complete [2022-11-02T04:06:43.585Z] 339a4e72a1f5: Pull complete [2022-11-02T04:06:43.585Z] 988bab9f4d93: Pull complete [2022-11-02T04:06:43.843Z] 1469e6f7b9e6: Pull complete [2022-11-02T04:06:44.101Z] eaf3925da568: Pull complete [2022-11-02T04:06:46.014Z] bab4dde63d76: Pull complete [2022-11-02T04:06:46.014Z] bde34c3a00c8: Pull complete [2022-11-02T04:06:46.014Z] b352a97aabf1: Pull complete [2022-11-02T04:06:46.014Z] 4872d77fe225: Pull complete [2022-11-02T04:06:46.014Z] 5851b861e8e6: Pull complete [2022-11-02T04:06:46.014Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-11-02T04:06:46.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T04:06:46.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T04:06:46.229Z] prd-ubuntu20.04-docker-8c-8g-117809 does not seem to be running inside a container [2022-11-02T04:06:46.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-569 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569:/w/workspace/edgexfoundry_edgex-ui-go_PR-569:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-569@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-11-02T04:06:50.140Z] $ docker top 2ea4f061f98ac6fd17d9fdef4f9df2b82a7fdb83b8484ddee063a03081a3e627 -eo pid,comm [2022-11-02T04:06:50.197Z] 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-11-02T04:06:50.197Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-11-02T04:06:50.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-02T04:06:50.340Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-02T04:06:50.454Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-02T04:06:50.456Z] $ docker exec 2ea4f061f98ac6fd17d9fdef4f9df2b82a7fdb83b8484ddee063a03081a3e627 ssh-agent [2022-11-02T04:06:50.565Z] SSH_AUTH_SOCK=/tmp/ssh-XHTZEOjky0dQ/agent.32 [2022-11-02T04:06:50.565Z] SSH_AGENT_PID=38 [2022-11-02T04:06:50.571Z] Running ssh-add (command line suppressed) [2022-11-02T04:06:50.674Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp/private_key_6794346837744899486.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp/private_key_6794346837744899486.key) [2022-11-02T04:06:50.690Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-02T04:06:51.019Z] + git tag --points-at HEAD [Pipeline] } [2022-11-02T04:06:51.044Z] $ docker exec --env ******** --env ******** 2ea4f061f98ac6fd17d9fdef4f9df2b82a7fdb83b8484ddee063a03081a3e627 ssh-agent -k [2022-11-02T04:06:51.154Z] unset SSH_AUTH_SOCK; [2022-11-02T04:06:51.154Z] unset SSH_AGENT_PID; [2022-11-02T04:06:51.154Z] echo Agent pid 38 killed; [2022-11-02T04:06:51.164Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-11-02T04:06:51.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-02T04:06:51.255Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-02T04:06:51.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-02T04:06:51.367Z] $ docker exec 2ea4f061f98ac6fd17d9fdef4f9df2b82a7fdb83b8484ddee063a03081a3e627 ssh-agent [2022-11-02T04:06:51.490Z] SSH_AUTH_SOCK=/tmp/ssh-ZmGlF3hUN7Qa/agent.70 [2022-11-02T04:06:51.490Z] SSH_AGENT_PID=76 [2022-11-02T04:06:51.495Z] Running ssh-add (command line suppressed) [2022-11-02T04:06:51.601Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp/private_key_6392558772485411908.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp/private_key_6392558772485411908.key) [2022-11-02T04:06:51.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-02T04:06:51.943Z] + git semver init [2022-11-02T04:06:52.205Z] 2022-11-02 04:06:52,130 [run_init] DEBUG init version:0.0.0 force:False [2022-11-02T04:06:52.205Z] 2022-11-02 04:06:52,131 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-569/.semver [2022-11-02T04:06:52.205Z] 2022-11-02 04:06:52,132 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-569/.semver [2022-11-02T04:06:52.205Z] 2022-11-02 04:06:52,132 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-569/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-569, universal_newlines=False, shell=None, istream=None) [2022-11-02T04:06:54.112Z] 2022-11-02 04:06:53,685 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-569/.git/info/exclude [2022-11-02T04:06:54.112Z] 2022-11-02 04:06:53,686 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-569/.semver/PR-569 with force:False [2022-11-02T04:06:54.112Z] 2022-11-02 04:06:53,686 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-569/.semver/PR-569 [2022-11-02T04:06:54.112Z] 2022-11-02 04:06:53,690 [execute] INFO git cat-file --batch-check [2022-11-02T04:06:54.113Z] 2022-11-02 04:06:53,691 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-569/.semver, universal_newlines=False, shell=None, istream=) [2022-11-02T04:06:54.113Z] 2022-11-02 04:06:53,697 [execute] INFO git cat-file --batch [2022-11-02T04:06:54.113Z] 2022-11-02 04:06:53,698 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-569/.semver, universal_newlines=False, shell=None, istream=) [2022-11-02T04:06:54.113Z] 2022-11-02 04:06:53,702 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-569/.semver/PR-569 [2022-11-02T04:06:54.113Z] 0.0.0 [Pipeline] } [2022-11-02T04:06:54.136Z] $ docker exec --env ******** --env ******** 2ea4f061f98ac6fd17d9fdef4f9df2b82a7fdb83b8484ddee063a03081a3e627 ssh-agent -k [2022-11-02T04:06:54.228Z] unset SSH_AUTH_SOCK; [2022-11-02T04:06:54.228Z] unset SSH_AGENT_PID; [2022-11-02T04:06:54.228Z] echo Agent pid 76 killed; [2022-11-02T04:06:54.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-11-02T04:06:54.674Z] + git semver [Pipeline] } [2022-11-02T04:06:54.957Z] $ docker stop --time=1 2ea4f061f98ac6fd17d9fdef4f9df2b82a7fdb83b8484ddee063a03081a3e627 [2022-11-02T04:06:56.242Z] $ docker rm -f 2ea4f061f98ac6fd17d9fdef4f9df2b82a7fdb83b8484ddee063a03081a3e627 [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T04:06:56.719Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-11-02T04:06:56.959Z] Stashed 1 file(s) [Pipeline] echo [2022-11-02T04:06:56.978Z] [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-11-02T04:06:57.622Z] provisioning config files... [2022-11-02T04:06:57.629Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp/config12313372961092643191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:06:57.982Z] ---> docker-login.sh [2022-11-02T04:06:57.982Z] nexus3.edgexfoundry.org:10001 [2022-11-02T04:06:57.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:57.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:57.982Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:57.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:57.982Z] [2022-11-02T04:06:57.982Z] Login Succeeded [2022-11-02T04:06:57.982Z] nexus3.edgexfoundry.org:10002 [2022-11-02T04:06:57.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:57.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:57.982Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:57.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:57.982Z] [2022-11-02T04:06:57.982Z] Login Succeeded [2022-11-02T04:06:57.982Z] nexus3.edgexfoundry.org:10003 [2022-11-02T04:06:58.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:58.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:58.241Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:58.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:58.241Z] [2022-11-02T04:06:58.241Z] Login Succeeded [2022-11-02T04:06:58.241Z] nexus3.edgexfoundry.org:10004 [2022-11-02T04:06:58.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:58.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:58.241Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:58.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:58.241Z] [2022-11-02T04:06:58.241Z] Login Succeeded [2022-11-02T04:06:58.241Z] docker.io [2022-11-02T04:06:58.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:06:58.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:06:58.760Z] Configure a credential helper to remove this warning. See [2022-11-02T04:06:58.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:06:58.760Z] [2022-11-02T04:06:58.760Z] Login Succeeded [2022-11-02T04:06:58.760Z] ---> docker-login.sh ends [Pipeline] } [2022-11-02T04:06:58.787Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-11-02T04:06:58.993Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T04:06:59.038Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T04:06:59.077Z] ========================================================= [2022-11-02T04:06:59.078Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-11-02T04:06:59.078Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:06:59.544Z] + 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-11-02T04:06:59.809Z] Sending build context to Docker daemon 45.55MB [2022-11-02T04:06:59.809Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-11-02T04:06:59.809Z] Step 2/16 : FROM ${BASE} AS builder [2022-11-02T04:06:59.809Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-11-02T04:06:59.809Z] 213ec9aee27d: Pulling fs layer [2022-11-02T04:06:59.809Z] 4583459ba037: Pulling fs layer [2022-11-02T04:06:59.809Z] 93c1e223e6f2: Pulling fs layer [2022-11-02T04:06:59.809Z] 53926ce57604: Pulling fs layer [2022-11-02T04:06:59.809Z] 21b2b0c7a3f4: Pulling fs layer [2022-11-02T04:06:59.809Z] 30f14e443154: Pulling fs layer [2022-11-02T04:06:59.809Z] 801331c1e519: Pulling fs layer [2022-11-02T04:06:59.809Z] 99cc6dd402b0: Pulling fs layer [2022-11-02T04:06:59.809Z] 7d9ed39f4882: Pulling fs layer [2022-11-02T04:06:59.809Z] 53926ce57604: Waiting [2022-11-02T04:06:59.809Z] 21b2b0c7a3f4: Waiting [2022-11-02T04:06:59.809Z] 99cc6dd402b0: Waiting [2022-11-02T04:06:59.809Z] 7d9ed39f4882: Waiting [2022-11-02T04:06:59.809Z] 801331c1e519: Waiting [2022-11-02T04:06:59.809Z] 30f14e443154: Waiting [2022-11-02T04:06:59.809Z] 93c1e223e6f2: Download complete [2022-11-02T04:06:59.809Z] 4583459ba037: Download complete [2022-11-02T04:07:00.079Z] 21b2b0c7a3f4: Verifying Checksum [2022-11-02T04:07:00.079Z] 21b2b0c7a3f4: Download complete [2022-11-02T04:07:00.079Z] 30f14e443154: Download complete [2022-11-02T04:07:00.079Z] 213ec9aee27d: Verifying Checksum [2022-11-02T04:07:00.079Z] 213ec9aee27d: Download complete [2022-11-02T04:07:00.079Z] 801331c1e519: Download complete [2022-11-02T04:07:00.079Z] 213ec9aee27d: Pull complete [2022-11-02T04:07:00.356Z] 4583459ba037: Pull complete [2022-11-02T04:07:00.356Z] 93c1e223e6f2: Pull complete [2022-11-02T04:07:00.931Z] 7d9ed39f4882: Verifying Checksum [2022-11-02T04:07:00.931Z] 7d9ed39f4882: Download complete [2022-11-02T04:07:01.190Z] 99cc6dd402b0: Verifying Checksum [2022-11-02T04:07:01.190Z] 99cc6dd402b0: Download complete [2022-11-02T04:07:01.447Z] 53926ce57604: Verifying Checksum [2022-11-02T04:07:01.447Z] 53926ce57604: Download complete [2022-11-02T04:07:05.655Z] 53926ce57604: Pull complete [2022-11-02T04:07:05.655Z] 21b2b0c7a3f4: Pull complete [2022-11-02T04:07:05.655Z] 30f14e443154: Pull complete [2022-11-02T04:07:05.655Z] 801331c1e519: Pull complete [2022-11-02T04:07:07.564Z] 99cc6dd402b0: Pull complete [2022-11-02T04:07:08.501Z] 7d9ed39f4882: Pull complete [2022-11-02T04:07:08.501Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-11-02T04:07:08.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T04:07:08.501Z] ---> 1dedd983c030 [2022-11-02T04:07:08.501Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-11-02T04:07:12.438Z] Still waiting to schedule task [2022-11-02T04:07:12.438Z] ‘prd-centos7-blackbox-4c-2g-117564’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-11-02T04:07:12.438Z] ‘prd-centos7-builder-2c-1g-117801’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-11-02T04:07:12.438Z] ‘prd-ubuntu20.04-docker-8c-8g-117800’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-11-02T04:07:12.438Z] ‘prd-ubuntu20.04-docker-8c-8g-117811’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-11-02T04:07:12.438Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-117814’ is offline [2022-11-02T04:07:16.630Z] ---> Running in 97d3665f9b7a [2022-11-02T04:07:16.630Z] Removing intermediate container 97d3665f9b7a [2022-11-02T04:07:16.630Z] ---> 0ee2fa71fdbb [2022-11-02T04:07:16.630Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-11-02T04:07:16.892Z] ---> Running in 652c75542f3e [2022-11-02T04:07:17.151Z] Removing intermediate container 652c75542f3e [2022-11-02T04:07:17.151Z] ---> c226342d2475 [2022-11-02T04:07:17.151Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-11-02T04:07:17.410Z] ---> Running in 5c36ada9cc26 [2022-11-02T04:07:17.669Z] Removing intermediate container 5c36ada9cc26 [2022-11-02T04:07:17.669Z] ---> c6d2ba9fdd8e [2022-11-02T04:07:17.669Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-11-02T04:07:17.669Z] ---> Running in 2d9d58935063 [2022-11-02T04:07:18.237Z] Removing intermediate container 2d9d58935063 [2022-11-02T04:07:18.237Z] ---> fb0faa39c841 [2022-11-02T04:07:18.237Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-11-02T04:07:18.237Z] ---> Running in 7c3bf9cc727c [2022-11-02T04:07:18.498Z] Removing intermediate container 7c3bf9cc727c [2022-11-02T04:07:18.498Z] ---> f34023a5d751 [2022-11-02T04:07:18.498Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-11-02T04:07:19.067Z] latest: Pulling from library/docker [2022-11-02T04:07:19.067Z] 213ec9aee27d: Already exists [2022-11-02T04:07:19.067Z] 7b0dd730a5c3: Pulling fs layer [2022-11-02T04:07:19.067Z] 4b90f8029a36: Pulling fs layer [2022-11-02T04:07:19.067Z] a89466c712af: Pulling fs layer [2022-11-02T04:07:19.067Z] 9c6a0a734fa9: Pulling fs layer [2022-11-02T04:07:19.067Z] beeedf2bf9bb: Pulling fs layer [2022-11-02T04:07:19.067Z] 3bc3016a9123: Pulling fs layer [2022-11-02T04:07:19.067Z] 45d434503156: Pulling fs layer [2022-11-02T04:07:19.067Z] 539e1dfa3993: Pulling fs layer [2022-11-02T04:07:19.067Z] 45d434503156: Waiting [2022-11-02T04:07:19.067Z] beeedf2bf9bb: Waiting [2022-11-02T04:07:19.067Z] 9c6a0a734fa9: Waiting [2022-11-02T04:07:19.067Z] 3bc3016a9123: Waiting [2022-11-02T04:07:19.327Z] 4b90f8029a36: Verifying Checksum [2022-11-02T04:07:19.327Z] 4b90f8029a36: Download complete [2022-11-02T04:07:19.327Z] 7b0dd730a5c3: Verifying Checksum [2022-11-02T04:07:19.327Z] 7b0dd730a5c3: Download complete [2022-11-02T04:07:19.327Z] 7b0dd730a5c3: Pull complete [2022-11-02T04:07:19.586Z] 4b90f8029a36: Pull complete [2022-11-02T04:07:19.844Z] beeedf2bf9bb: Verifying Checksum [2022-11-02T04:07:19.844Z] beeedf2bf9bb: Download complete [2022-11-02T04:07:19.844Z] a89466c712af: Download complete [2022-11-02T04:07:19.844Z] 3bc3016a9123: Verifying Checksum [2022-11-02T04:07:19.844Z] 3bc3016a9123: Download complete [2022-11-02T04:07:19.844Z] 45d434503156: Verifying Checksum [2022-11-02T04:07:19.844Z] 45d434503156: Download complete [2022-11-02T04:07:20.104Z] 539e1dfa3993: Verifying Checksum [2022-11-02T04:07:20.104Z] 539e1dfa3993: Download complete [2022-11-02T04:07:20.104Z] a89466c712af: Pull complete [2022-11-02T04:07:20.670Z] 9c6a0a734fa9: Verifying Checksum [2022-11-02T04:07:20.670Z] 9c6a0a734fa9: Download complete [2022-11-02T04:07:20.928Z] 9c6a0a734fa9: Pull complete [2022-11-02T04:07:21.191Z] beeedf2bf9bb: Pull complete [2022-11-02T04:07:21.191Z] 3bc3016a9123: Pull complete [2022-11-02T04:07:21.449Z] 45d434503156: Pull complete [2022-11-02T04:07:21.449Z] 539e1dfa3993: Pull complete [2022-11-02T04:07:21.449Z] Digest: sha256:0e3e7e2033cf7779ab6985e24ad18d6ec415c9dd944acef5ca56119a3a0dda2e [2022-11-02T04:07:21.449Z] Status: Downloaded newer image for docker:latest [2022-11-02T04:07:23.363Z] ---> 955510ad2bb4 [2022-11-02T04:07:23.364Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-11-02T04:07:23.622Z] ---> Running in 773ae04f94b4 [2022-11-02T04:07:23.913Z] Removing intermediate container 773ae04f94b4 [2022-11-02T04:07:23.913Z] ---> f10629f97230 [2022-11-02T04:07:23.913Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-11-02T04:07:24.173Z] ---> Running in 4d20c5f4b3d5 [2022-11-02T04:07:24.173Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T04:07:24.743Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T04:07:25.343Z] OK: 211 MiB in 51 packages [2022-11-02T04:07:25.607Z] Removing intermediate container 4d20c5f4b3d5 [2022-11-02T04:07:25.607Z] ---> fa9f76f5e9f6 [2022-11-02T04:07:25.607Z] Step 11/16 : ENV GO111MODULE=on [2022-11-02T04:07:25.607Z] ---> Running in ab0c98d91640 [2022-11-02T04:07:25.865Z] Removing intermediate container ab0c98d91640 [2022-11-02T04:07:25.865Z] ---> 0850fb23f149 [2022-11-02T04:07:25.865Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-11-02T04:07:25.865Z] ---> Running in ea39faf56b4d [2022-11-02T04:07:25.865Z] Removing intermediate container ea39faf56b4d [2022-11-02T04:07:25.865Z] ---> 89b3170733bd [2022-11-02T04:07:25.865Z] Step 13/16 : COPY go.mod vendor* ./ [2022-11-02T04:07:26.125Z] ---> 07b4ec5895ff [2022-11-02T04:07:26.125Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T04:07:26.125Z] ---> Running in 295c375f013e [2022-11-02T04:07:52.730Z] Removing intermediate container 295c375f013e [2022-11-02T04:07:52.730Z] ---> 1ed4151ae18f [2022-11-02T04:07:52.730Z] Step 15/16 : COPY . . [2022-11-02T04:07:52.730Z] ---> d3c7a4b11b67 [2022-11-02T04:07:52.730Z] Step 16/16 : RUN ${MAKE} [2022-11-02T04:07:52.730Z] ---> Running in 169658f2c2de [2022-11-02T04:07:52.730Z] noop [2022-11-02T04:07:52.730Z] Removing intermediate container 169658f2c2de [2022-11-02T04:07:52.730Z] ---> ff31798f6ca5 [2022-11-02T04:07:52.988Z] Successfully built ff31798f6ca5 [2022-11-02T04:07:52.988Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:07:53.442Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-02T04:07:53.442Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T04:07:53.586Z] prd-ubuntu20.04-docker-8c-8g-117809 does not seem to be running inside a container [2022-11-02T04:07:53.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-569 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569:/w/workspace/edgexfoundry_edgex-ui-go_PR-569:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-569@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-11-02T04:07:53.934Z] $ docker top 73b1646216f7f55e6251421078ba293262915f4beaf22b769673e6f5cddfa5ba -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T04:07:54.325Z] + go version [2022-11-02T04:07:54.325Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-11-02T04:07:54.352Z] $ docker stop --time=1 73b1646216f7f55e6251421078ba293262915f4beaf22b769673e6f5cddfa5ba [2022-11-02T04:07:55.627Z] $ docker rm -f 73b1646216f7f55e6251421078ba293262915f4beaf22b769673e6f5cddfa5ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:07:56.342Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-02T04:07:56.342Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T04:07:56.501Z] prd-ubuntu20.04-docker-8c-8g-117809 does not seem to be running inside a container [2022-11-02T04:07:56.538Z] $ 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-569 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569:/w/workspace/edgexfoundry_edgex-ui-go_PR-569:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-569@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-11-02T04:07:56.867Z] $ docker top 7237ad0b4e1c3208e1417814650a10e72d7d0589b5f595e5f0532d470d260c9f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T04:07:57.250Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-569 [Pipeline] fileExists [Pipeline] sh [2022-11-02T04:07:57.659Z] + make test [2022-11-02T04:07:57.659Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-11-02T04:07:57.957Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-11-02T04:08:06.153Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-11-02T04:08:06.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-11-02T04:08:06.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-11-02T04:08:06.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-11-02T04:08:06.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-11-02T04:08:06.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-11-02T04:08:06.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-11-02T04:08:06.153Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-11-02T04:08:06.153Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-11-02T04:08:08.676Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-02T04:08:08.676Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-02T04:08:08.676Z] ./bin/test-attribution-txt.sh [2022-11-02T04:08:08.676Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-11-02T04:08:08.676Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-11-02T04:08:08.677Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-11-02T04:08:08.677Z] make -C web test [2022-11-02T04:08:08.677Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-569/web' [2022-11-02T04:08:08.677Z] make[1]: tput: No such file or directory [2022-11-02T04:08:08.677Z] make[1]: tput: No such file or directory [2022-11-02T04:08:08.677Z] warning: generating ./VERSION [2022-11-02T04:08:08.677Z] echo "0.0.0" > VERSION [2022-11-02T04:08:08.677Z] docker build \ [2022-11-02T04:08:08.677Z] -f Dockerfile \ [2022-11-02T04:08:08.677Z] --build-arg USER=1000 \ [2022-11-02T04:08:08.677Z] \ [2022-11-02T04:08:08.677Z] --label "git_sha=1016fbe2505b68d08a31a200d2ea13be5836663d" \ [2022-11-02T04:08:08.677Z] -t edgexfoundry/edgex-web-ui:1016fbe2505b68d08a31a200d2ea13be5836663d \ [2022-11-02T04:08:08.677Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-11-02T04:08:08.677Z] . [2022-11-02T04:08:08.941Z] Sending build context to Docker daemon 3.269MB [2022-11-02T04:08:08.941Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-11-02T04:08:08.941Z] 16.17-alpine3.15: Pulling from library/node [2022-11-02T04:08:08.941Z] 9621f1afde84: Pulling fs layer [2022-11-02T04:08:08.941Z] c6f70ee39829: Pulling fs layer [2022-11-02T04:08:08.941Z] 56892a8094a2: Pulling fs layer [2022-11-02T04:08:08.941Z] 58dd87906ef0: Pulling fs layer [2022-11-02T04:08:08.941Z] 9621f1afde84: Verifying Checksum [2022-11-02T04:08:08.941Z] 9621f1afde84: Download complete [2022-11-02T04:08:08.941Z] 56892a8094a2: Download complete [2022-11-02T04:08:08.941Z] 58dd87906ef0: Verifying Checksum [2022-11-02T04:08:08.941Z] 58dd87906ef0: Download complete [2022-11-02T04:08:09.200Z] 9621f1afde84: Pull complete [2022-11-02T04:08:09.200Z] c6f70ee39829: Verifying Checksum [2022-11-02T04:08:09.200Z] c6f70ee39829: Download complete [2022-11-02T04:08:10.575Z] c6f70ee39829: Pull complete [2022-11-02T04:08:10.575Z] 56892a8094a2: Pull complete [2022-11-02T04:08:10.575Z] 58dd87906ef0: Pull complete [2022-11-02T04:08:10.575Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-11-02T04:08:10.575Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-11-02T04:08:10.575Z] ---> b69703f70c3d [2022-11-02T04:08:10.575Z] Step 2/10 : RUN apk add --no-cache chromium [2022-11-02T04:08:13.865Z] ---> Running in 5c6b57fc9fa4 [2022-11-02T04:08:13.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T04:08:13.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T04:08:13.865Z] (1/129) Installing libxau (1.0.9-r0) [2022-11-02T04:08:13.865Z] (2/129) Installing libmd (1.0.3-r0) [2022-11-02T04:08:13.865Z] (3/129) Installing libbsd (0.11.3-r1) [2022-11-02T04:08:13.865Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-11-02T04:08:13.865Z] (5/129) Installing libxcb (1.14-r2) [2022-11-02T04:08:13.865Z] (6/129) Installing libx11 (1.7.3.1-r0) [2022-11-02T04:08:13.865Z] (7/129) Installing libxext (1.3.4-r0) [2022-11-02T04:08:13.865Z] (8/129) Installing libice (1.0.10-r0) [2022-11-02T04:08:13.865Z] (9/129) Installing libuuid (2.37.4-r0) [2022-11-02T04:08:13.865Z] (10/129) Installing libsm (1.2.3-r0) [2022-11-02T04:08:13.865Z] (11/129) Installing libxt (1.2.1-r0) [2022-11-02T04:08:13.865Z] (12/129) Installing libxmu (1.1.3-r0) [2022-11-02T04:08:13.865Z] (13/129) Installing xset (1.2.4-r0) [2022-11-02T04:08:13.865Z] (14/129) Installing xprop (1.2.5-r0) [2022-11-02T04:08:13.865Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-11-02T04:08:13.865Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-11-02T04:08:13.865Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-11-02T04:08:13.865Z] (18/129) Installing libffi (3.4.2-r1) [2022-11-02T04:08:13.866Z] (19/129) Installing libintl (0.21-r0) [2022-11-02T04:08:13.866Z] (20/129) Installing libblkid (2.37.4-r0) [2022-11-02T04:08:13.866Z] (21/129) Installing libmount (2.37.4-r0) [2022-11-02T04:08:13.866Z] (22/129) Installing pcre (8.45-r1) [2022-11-02T04:08:14.125Z] (23/129) Installing glib (2.70.1-r0) [2022-11-02T04:08:14.125Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-11-02T04:08:14.125Z] (25/129) Installing libxml2 (2.9.14-r2) [2022-11-02T04:08:14.125Z] (26/129) Installing shared-mime-info (2.1-r1) [2022-11-02T04:08:14.125Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-11-02T04:08:14.125Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-11-02T04:08:14.125Z] (29/129) Installing libpng (1.6.37-r1) [2022-11-02T04:08:14.125Z] (30/129) Installing libwebp (1.2.2-r0) [2022-11-02T04:08:14.125Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-11-02T04:08:14.125Z] (32/129) Installing tiff (4.4.0-r0) [2022-11-02T04:08:14.125Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-11-02T04:08:14.125Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-11-02T04:08:14.125Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-11-02T04:08:14.125Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-11-02T04:08:14.125Z] (37/129) Installing libxrender (0.9.10-r3) [2022-11-02T04:08:14.125Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-11-02T04:08:14.125Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-11-02T04:08:14.125Z] (40/129) Installing libxi (1.8-r0) [2022-11-02T04:08:14.125Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-11-02T04:08:14.125Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-11-02T04:08:14.125Z] (43/129) Installing atk (2.36.0-r0) [2022-11-02T04:08:14.125Z] (44/129) Installing libxtst (1.2.3-r3) [2022-11-02T04:08:14.125Z] (45/129) Installing dbus-libs (1.12.24-r0) [2022-11-02T04:08:14.125Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-11-02T04:08:14.125Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-11-02T04:08:14.383Z] (48/129) Installing expat (2.5.0-r0) [2022-11-02T04:08:14.383Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-11-02T04:08:14.383Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-11-02T04:08:14.383Z] (51/129) Installing freetype (2.11.1-r2) [2022-11-02T04:08:14.383Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-11-02T04:08:14.383Z] (53/129) Installing pixman (0.40.0-r3) [2022-11-02T04:08:14.383Z] (54/129) Installing cairo (1.16.0-r5) [2022-11-02T04:08:14.383Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-11-02T04:08:14.383Z] (56/129) Installing avahi-libs (0.8-r5) [2022-11-02T04:08:14.383Z] (57/129) Installing gmp (6.2.1-r1) [2022-11-02T04:08:14.383Z] (58/129) Installing nettle (3.7.3-r0) [2022-11-02T04:08:14.383Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-11-02T04:08:14.383Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-11-02T04:08:14.383Z] (61/129) Installing libunistring (0.9.10-r1) [2022-11-02T04:08:14.383Z] (62/129) Installing gnutls (3.7.1-r1) [2022-11-02T04:08:14.383Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-11-02T04:08:14.383Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-11-02T04:08:14.383Z] (65/129) Installing fribidi (1.0.11-r0) [2022-11-02T04:08:14.383Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-11-02T04:08:14.383Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-11-02T04:08:14.383Z] (68/129) Installing libxft (2.3.4-r0) [2022-11-02T04:08:14.383Z] (69/129) Installing pango (1.48.10-r0) [2022-11-02T04:08:14.383Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-11-02T04:08:14.383Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-11-02T04:08:14.383Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-11-02T04:08:14.383Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-11-02T04:08:14.383Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-11-02T04:08:14.644Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-11-02T04:08:14.644Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-11-02T04:08:14.644Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-11-02T04:08:14.644Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-11-02T04:08:14.644Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-11-02T04:08:14.644Z] Executing ttf-opensans-1.10-r1.post-install [2022-11-02T04:08:16.552Z] (79/129) Installing libogg (1.3.5-r0) [2022-11-02T04:08:16.552Z] (80/129) Installing flac (1.3.4-r0) [2022-11-02T04:08:16.810Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-11-02T04:08:16.810Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-11-02T04:08:16.810Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-11-02T04:08:16.810Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-11-02T04:08:16.810Z] (85/129) Installing libass (0.15.2-r0) [2022-11-02T04:08:16.810Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-11-02T04:08:16.810Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-11-02T04:08:16.810Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-11-02T04:08:16.810Z] (89/129) Installing lame (3.100-r0) [2022-11-02T04:08:16.810Z] (90/129) Installing opus (1.3.1-r1) [2022-11-02T04:08:16.810Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-11-02T04:08:16.810Z] (92/129) Installing soxr (0.1.3-r2) [2022-11-02T04:08:16.810Z] (93/129) Installing libsrt (1.4.2-r1) [2022-11-02T04:08:16.810Z] (94/129) Installing libssh (0.9.6-r1) [2022-11-02T04:08:16.810Z] (95/129) Installing libtheora (1.1.1-r16) [2022-11-02T04:08:16.810Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-11-02T04:08:16.810Z] (97/129) Installing libpciaccess (0.16-r0) [2022-11-02T04:08:16.810Z] (98/129) Installing libdrm (2.4.109-r0) [2022-11-02T04:08:16.810Z] (99/129) Installing libva (2.13.0-r0) [2022-11-02T04:08:16.810Z] (100/129) Installing libvdpau (1.4-r0) [2022-11-02T04:08:16.810Z] (101/129) Installing vidstab (1.1.0-r1) [2022-11-02T04:08:17.068Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-11-02T04:08:17.068Z] (103/129) Installing libvpx (1.10.0-r0) [2022-11-02T04:08:17.068Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-11-02T04:08:17.068Z] (105/129) Installing x264-libs (20210613-r0) [2022-11-02T04:08:17.068Z] (106/129) Installing x265-libs (3.5-r0) [2022-11-02T04:08:17.068Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-11-02T04:08:17.068Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-11-02T04:08:17.068Z] (109/129) Installing libevent (2.1.12-r4) [2022-11-02T04:08:17.068Z] (110/129) Installing mesa (21.2.6-r0) [2022-11-02T04:08:17.068Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-11-02T04:08:17.327Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-11-02T04:08:17.327Z] (113/129) Installing lcms2 (2.12-r1) [2022-11-02T04:08:17.327Z] (114/129) Installing nspr (4.32-r0) [2022-11-02T04:08:17.327Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-11-02T04:08:17.327Z] (116/129) Installing nss (3.78.1-r0) [2022-11-02T04:08:17.327Z] (117/129) Installing libasyncns (0.8-r1) [2022-11-02T04:08:17.327Z] (118/129) Installing libltdl (2.4.6-r7) [2022-11-02T04:08:17.327Z] (119/129) Installing orc (0.4.32-r0) [2022-11-02T04:08:17.327Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-11-02T04:08:17.327Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-11-02T04:08:17.327Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-11-02T04:08:17.327Z] (123/129) Installing libpulse (15.0-r2) [2022-11-02T04:08:17.327Z] (124/129) Installing re2 (2021.11.01-r0) [2022-11-02T04:08:17.327Z] (125/129) Installing snappy (1.1.9-r1) [2022-11-02T04:08:17.327Z] (126/129) Installing libgpg-error (1.42-r1) [2022-11-02T04:08:17.327Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-11-02T04:08:17.327Z] (128/129) Installing libxslt (1.1.35-r0) [2022-11-02T04:08:17.327Z] (129/129) Installing chromium (99.0.4844.84-r0) [2022-11-02T04:08:18.264Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T04:08:18.264Z] Executing glib-2.70.1-r0.trigger [2022-11-02T04:08:18.264Z] Executing shared-mime-info-2.1-r1.trigger [2022-11-02T04:08:20.165Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-11-02T04:08:20.165Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-11-02T04:08:20.165Z] Executing fontconfig-2.13.1-r4.trigger [2022-11-02T04:08:20.165Z] Executing mkfontscale-1.2.1-r1.trigger [2022-11-02T04:08:20.165Z] OK: 286 MiB in 145 packages [2022-11-02T04:08:26.851Z] Removing intermediate container 5c6b57fc9fa4 [2022-11-02T04:08:26.851Z] ---> 10c20a49623f [2022-11-02T04:08:26.851Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-11-02T04:08:26.851Z] ---> Running in cea02a6f1256 [2022-11-02T04:08:26.851Z] Removing intermediate container cea02a6f1256 [2022-11-02T04:08:26.851Z] ---> b82f16d6266c [2022-11-02T04:08:26.851Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-11-02T04:08:26.851Z] ---> Running in 7fb331ead951 [2022-11-02T04:08:26.851Z] Removing intermediate container 7fb331ead951 [2022-11-02T04:08:26.851Z] ---> 4b7ce24d758c [2022-11-02T04:08:26.851Z] Step 5/10 : RUN npm install -g npm [2022-11-02T04:08:26.851Z] ---> Running in 5675c600251c [2022-11-02T04:08:33.423Z] [2022-11-02T04:08:33.423Z] changed 54 packages, and audited 212 packages in 5s [2022-11-02T04:08:33.423Z] [2022-11-02T04:08:33.423Z] 11 packages are looking for funding [2022-11-02T04:08:33.423Z] run `npm fund` for details [2022-11-02T04:08:33.423Z] [2022-11-02T04:08:33.423Z] found 0 vulnerabilities [2022-11-02T04:08:33.994Z] Removing intermediate container 5675c600251c [2022-11-02T04:08:33.994Z] ---> 174bdc48e138 [2022-11-02T04:08:33.994Z] Step 6/10 : ARG USER=1000 [2022-11-02T04:08:33.994Z] ---> Running in 0f9747138599 [2022-11-02T04:08:33.994Z] Removing intermediate container 0f9747138599 [2022-11-02T04:08:33.994Z] ---> a2c625e67aca [2022-11-02T04:08:33.994Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-11-02T04:08:33.994Z] ---> Running in c6d093372505 [2022-11-02T04:08:34.933Z] Removing intermediate container c6d093372505 [2022-11-02T04:08:34.933Z] ---> 1a5f12262799 [2022-11-02T04:08:34.933Z] Step 8/10 : USER $USER:$USER [2022-11-02T04:08:34.933Z] ---> Running in 0d65e16bca0f [2022-11-02T04:08:34.933Z] Removing intermediate container 0d65e16bca0f [2022-11-02T04:08:34.933Z] ---> 8fcc2a1654cf [2022-11-02T04:08:34.933Z] Step 9/10 : WORKDIR /app [2022-11-02T04:08:34.933Z] ---> Running in 77c6521d90e0 [2022-11-02T04:08:34.933Z] Removing intermediate container 77c6521d90e0 [2022-11-02T04:08:34.933Z] ---> f9f5be45fec5 [2022-11-02T04:08:34.933Z] Step 10/10 : LABEL git_sha=1016fbe2505b68d08a31a200d2ea13be5836663d [2022-11-02T04:08:34.933Z] ---> Running in bc2b6fd61492 [2022-11-02T04:08:34.933Z] Removing intermediate container bc2b6fd61492 [2022-11-02T04:08:34.933Z] ---> f82eee92ab12 [2022-11-02T04:08:34.933Z] Successfully built f82eee92ab12 [2022-11-02T04:08:34.933Z] Successfully tagged edgexfoundry/edgex-web-ui:1016fbe2505b68d08a31a200d2ea13be5836663d [2022-11-02T04:08:34.933Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-11-02T04:08:34.933Z] touch edgex-web-ui.imagebuilt [2022-11-02T04:08:34.933Z] mkdir -p node_modules coverage [2022-11-02T04:08:34.933Z] chown "1000:1000" node_modules coverage package-lock.json [2022-11-02T04:08:34.933Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE required: { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE }, [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE required: { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE }, [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE required: { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE }, [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE required: { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE }, [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE required: { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE }, [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE required: { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE }, [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE required: { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE }, [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE required: { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE }, [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE required: { [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE }, [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:08:36.858Z] npm WARN EBADENGINE } [2022-11-02T04:08:42.130Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-11-02T04:08:42.130Z] 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-11-02T04:08:42.130Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-11-02T04:08:42.130Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-11-02T04:08:42.130Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-11-02T04:08:42.388Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-11-02T04:08:42.954Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-11-02T04:08:43.972Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-11-02T04:08:43.973Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-11-02T04:08:48.186Z] 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-11-02T04:08:48.186Z] 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-11-02T04:08:48.186Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-11-02T04:08:48.186Z] 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-11-02T04:08:48.444Z] 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-11-02T04:08:49.013Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-11-02T04:08:49.272Z] 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-11-02T04:08:50.205Z] 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-11-02T04:08:52.110Z] 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-11-02T04:08:54.638Z] 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-11-02T04:08:59.970Z] [2022-11-02T04:08:59.970Z] added 1478 packages, and audited 1479 packages in 24s [2022-11-02T04:08:59.970Z] [2022-11-02T04:08:59.970Z] 90 packages are looking for funding [2022-11-02T04:08:59.970Z] run `npm fund` for details [2022-11-02T04:08:59.970Z] [2022-11-02T04:08:59.970Z] 15 vulnerabilities (3 moderate, 9 high, 3 critical) [2022-11-02T04:08:59.970Z] [2022-11-02T04:08:59.970Z] To address issues that do not require attention, run: [2022-11-02T04:08:59.970Z] npm audit fix [2022-11-02T04:08:59.970Z] [2022-11-02T04:08:59.970Z] To address all issues (including breaking changes), run: [2022-11-02T04:08:59.970Z] npm audit fix --force [2022-11-02T04:08:59.970Z] [2022-11-02T04:08:59.970Z] Run `npm audit` for details. [2022-11-02T04:09:09.961Z] 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-11-02T04:09:11.335Z] - Generating browser application bundles (phase: setup)... [2022-11-02T04:09:16.628Z] Compiling @angular/core : es2015 as esm2015 [2022-11-02T04:09:16.628Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-11-02T04:09:19.908Z] Compiling @angular/common : es2015 as esm2015 [2022-11-02T04:09:19.908Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-11-02T04:09:20.474Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-11-02T04:09:20.474Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-11-02T04:09:21.038Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-11-02T04:09:21.038Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-11-02T04:09:21.603Z] Compiling @angular/router : es2015 as esm2015 [2022-11-02T04:09:21.603Z] Compiling @angular/common/http : es2015 as esm2015 [2022-11-02T04:09:21.603Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-11-02T04:09:21.860Z] Compiling @angular/forms : es2015 as esm2015 [2022-11-02T04:09:22.117Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-11-02T04:09:24.034Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-11-02T04:09:30.620Z] 02 11 2022 04:09:29.930:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-11-02T04:09:30.621Z] 02 11 2022 04:09:29.933:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-11-02T04:09:30.621Z] 02 11 2022 04:09:29.936:INFO [launcher]: Starting browser ChromeHeadless [2022-11-02T04:09:42.828Z] ✔ Browser application bundle generation complete. [2022-11-02T04:09:42.828Z] 02 11 2022 04:09:42.529:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket mCZxVChOfTP0HVJoAAAB with id 89339673 [2022-11-02T04:09:46.110Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-11-02T04:09:46.110Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.061 secs) [2022-11-02T04:09:46.110Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.129 secs) [2022-11-02T04:09:46.110Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.327 secs) [2022-11-02T04:09:46.110Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.367 secs) [2022-11-02T04:09:46.110Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.379 secs) [2022-11-02T04:09:46.110Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.385 secs) [2022-11-02T04:09:46.110Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.421 secs) [2022-11-02T04:09:46.110Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.462 secs) [2022-11-02T04:09:46.368Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.485 secs) [2022-11-02T04:09:46.368Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.533 secs) [2022-11-02T04:09:46.368Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.548 secs) [2022-11-02T04:09:46.368Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.564 secs) [2022-11-02T04:09:46.368Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.58 secs) [2022-11-02T04:09:46.368Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.601 secs) [2022-11-02T04:09:46.368Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.614 secs) [2022-11-02T04:09:46.627Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.709 secs) [2022-11-02T04:09:46.627Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.722 secs) [2022-11-02T04:09:46.627Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.729 secs) [2022-11-02T04:09:46.627Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.772 secs) [2022-11-02T04:09:46.627Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.789 secs) [2022-11-02T04:09:46.627Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.797 secs) [2022-11-02T04:09:46.627Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.826 secs) [2022-11-02T04:09:46.627Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.853 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.872 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.878 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.886 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.905 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.919 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.927 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.943 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.993 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 1.001 secs) [2022-11-02T04:09:46.886Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 1.008 secs) [2022-11-02T04:09:47.145Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 1.054 secs) [2022-11-02T04:09:47.145Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 1.068 secs) [2022-11-02T04:09:47.145Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 1.105 secs) [2022-11-02T04:09:47.145Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 1.127 secs) [2022-11-02T04:09:47.145Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 1.141 secs) [2022-11-02T04:09:47.145Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 1.191 secs) [2022-11-02T04:09:47.145Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 1.202 secs) [2022-11-02T04:09:47.145Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 1.226 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 1.234 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 1.246 secs) [2022-11-02T04:09:47.406Z] WARN: ' [2022-11-02T04:09:47.406Z] It looks like you're using ngModel on the same form field as formControlName. [2022-11-02T04:09:47.406Z] Support for using the ngModel input property and ngModelChange event with [2022-11-02T04:09:47.406Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-11-02T04:09:47.406Z] in a future version of Angular. [2022-11-02T04:09:47.406Z] [2022-11-02T04:09:47.406Z] For more information on this, see our API docs here: [2022-11-02T04:09:47.406Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-11-02T04:09:47.406Z] ' [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 1.246 secs) [2022-11-02T04:09:47.406Z] WARN: ' [2022-11-02T04:09:47.406Z] It looks like you're using ngModel on the same form field as formControlName. [2022-11-02T04:09:47.406Z] Support for using the ngModel input property and ngModelChange event with [2022-11-02T04:09:47.406Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-11-02T04:09:47.406Z] in a future version of Angular. [2022-11-02T04:09:47.406Z] [2022-11-02T04:09:47.406Z] For more information on this, see our API docs here: [2022-11-02T04:09:47.406Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-11-02T04:09:47.406Z] ' [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 1.268 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 1.293 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 1.301 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 1.315 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 1.318 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 1.322 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 1.352 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.39 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.398 secs) [2022-11-02T04:09:47.406Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.406 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.414 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.419 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.43 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.441 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.443 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.444 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.472 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.482 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.487 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.493 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.496 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.498 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.501 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.527 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.552 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.561 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.572 secs) [2022-11-02T04:09:47.664Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.578 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.586 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.609 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.619 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.624 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.627 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.644 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.647 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.653 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.656 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.657 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.69 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.699 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.706 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.726 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.729 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.733 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.735 secs) [2022-11-02T04:09:47.923Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.744 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.769 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.779 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.787 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.791 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.792 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.796 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.801 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.825 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.829 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.832 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.837 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.844 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.856 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.869 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.872 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.881 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.906 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.91 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.912 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.914 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.928 secs) [2022-11-02T04:09:48.181Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.932 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.938 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.963 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.972 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.975 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.977 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.98 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.998 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 2.009 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 2.02 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 2.024 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 2.026 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 2.048 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 2.056 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 2.064 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 2.067 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 2.07 secs) [2022-11-02T04:09:48.441Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 2.081 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 2.097 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 2.118 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 2.128 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 2.132 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 2.145 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 2.152 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 2.157 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 2.161 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 2.18 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 2.191 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.26 secs) [2022-11-02T04:09:48.698Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.268 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.276 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.282 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.286 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.288 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.29 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.293 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.305 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.311 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.324 secs) [2022-11-02T04:09:48.956Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.422 secs / 2.324 secs) [2022-11-02T04:09:48.956Z] TOTAL: 149 SUCCESS [2022-11-02T04:09:48.956Z] ✔ Browser application bundle generation complete. [2022-11-02T04:09:49.525Z] [2022-11-02T04:09:49.525Z] =============================== Coverage summary =============================== [2022-11-02T04:09:49.525Z] Statements : 40.87% ( 1463/3580 ) [2022-11-02T04:09:49.525Z] Branches : 12.03% ( 111/923 ) [2022-11-02T04:09:49.525Z] Functions : 33.13% ( 430/1298 ) [2022-11-02T04:09:49.525Z] Lines : 38.8% ( 1314/3387 ) [2022-11-02T04:09:49.525Z] ================================================================================ [2022-11-02T04:09:49.525Z] ✔ Browser application bundle generation complete. [2022-11-02T04:09:50.097Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-569/web' [Pipeline] echo [2022-11-02T04:09:50.138Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-11-02T04:09:50.170Z] $ docker stop --time=1 7237ad0b4e1c3208e1417814650a10e72d7d0589b5f595e5f0532d470d260c9f [2022-11-02T04:09:51.582Z] $ docker rm -f 7237ad0b4e1c3208e1417814650a10e72d7d0589b5f595e5f0532d470d260c9f [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T04:09:52.059Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-11-02T04:09:52.854Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-11-02T04:09:53.584Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-11-02T04:09:54.467Z] + ls -al . [2022-11-02T04:09:54.467Z] total 184 [2022-11-02T04:09:54.467Z] drwxrwxr-x 14 jenkins jenkins 4096 Nov 2 04:07 . [2022-11-02T04:09:54.467Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:06 .. [2022-11-02T04:09:54.467Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:06 .blubracket [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 18 Nov 2 04:06 .dockerignore [2022-11-02T04:09:54.467Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 04:06 .git [2022-11-02T04:09:54.467Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:06 .github [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 185 Nov 2 04:06 .gitignore [2022-11-02T04:09:54.467Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 2 04:06 .semver [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 4856 Nov 2 04:06 Attribution.txt [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 14570 Nov 2 04:06 CHANGELOG.md [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 2 04:06 CONTRIBUTING.md [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 1847 Nov 2 04:06 Dockerfile [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 2 04:06 Jenkinsfile [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 2 04:06 LICENSE [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 2124 Nov 2 04:06 Makefile [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 4558 Nov 2 04:06 README.md [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 2 04:06 VERSION [2022-11-02T04:09:54.467Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:06 assets [2022-11-02T04:09:54.467Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:06 bin [2022-11-02T04:09:54.467Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:06 cmd [2022-11-02T04:09:54.467Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 2 04:07 coverage.out [2022-11-02T04:09:54.467Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:06 docs [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 3152 Nov 2 04:06 go.mod [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 43972 Nov 2 04:06 go.sum [2022-11-02T04:09:54.467Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 04:06 internal [2022-11-02T04:09:54.467Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:06 snap [2022-11-02T04:09:54.467Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:06 testing [2022-11-02T04:09:54.467Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 2 04:06 version.go [2022-11-02T04:09:54.467Z] drwxrwxr-x 6 jenkins jenkins 4096 Nov 2 04:08 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:09:54.856Z] + 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=1016fbe2505b68d08a31a200d2ea13be5836663d --label arch=amd64 --label version=0.0.0 . [2022-11-02T04:09:55.117Z] Sending build context to Docker daemon 48.3MB [2022-11-02T04:09:55.117Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-11-02T04:09:55.117Z] Step 2/26 : FROM ${BASE} AS builder [2022-11-02T04:09:55.117Z] ---> ff31798f6ca5 [2022-11-02T04:09:55.117Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-11-02T04:09:56.538Z] ---> Running in 5464c22a2a2c [2022-11-02T04:09:56.538Z] Removing intermediate container 5464c22a2a2c [2022-11-02T04:09:56.538Z] ---> 8d6c6e41557c [2022-11-02T04:09:56.538Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-11-02T04:09:56.538Z] ---> Running in 8295a86f46c1 [2022-11-02T04:09:56.538Z] Removing intermediate container 8295a86f46c1 [2022-11-02T04:09:56.538Z] ---> 588e0d649e55 [2022-11-02T04:09:56.538Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-11-02T04:09:56.538Z] ---> Running in d1e93b1e65f9 [2022-11-02T04:09:56.538Z] Removing intermediate container d1e93b1e65f9 [2022-11-02T04:09:56.538Z] ---> a578e4a1e066 [2022-11-02T04:09:56.538Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-11-02T04:09:56.538Z] ---> Running in 65b5489c3e2b [2022-11-02T04:09:56.538Z] Removing intermediate container 65b5489c3e2b [2022-11-02T04:09:56.538Z] ---> ab80bf06ed8b [2022-11-02T04:09:56.538Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-11-02T04:09:56.538Z] ---> Running in 3ae38261fe95 [2022-11-02T04:09:56.800Z] Removing intermediate container 3ae38261fe95 [2022-11-02T04:09:56.800Z] ---> d8b16479fc8d [2022-11-02T04:09:56.800Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-11-02T04:09:58.181Z] ---> 330bcb8acbf4 [2022-11-02T04:09:58.181Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-11-02T04:09:58.181Z] ---> Running in de5ac3a4749b [2022-11-02T04:09:58.440Z] Removing intermediate container de5ac3a4749b [2022-11-02T04:09:58.440Z] ---> ff283e46eec3 [2022-11-02T04:09:58.440Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-11-02T04:09:58.440Z] ---> Running in e985e25991bf [2022-11-02T04:09:58.698Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T04:09:59.264Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T04:09:59.830Z] OK: 211 MiB in 51 packages [2022-11-02T04:10:00.089Z] Removing intermediate container e985e25991bf [2022-11-02T04:10:00.089Z] ---> 6adbd905afc4 [2022-11-02T04:10:00.089Z] Step 11/26 : ENV GO111MODULE=on [2022-11-02T04:10:00.089Z] ---> Running in 8fbcaf44a160 [2022-11-02T04:10:00.347Z] Removing intermediate container 8fbcaf44a160 [2022-11-02T04:10:00.347Z] ---> fdc861efebc0 [2022-11-02T04:10:00.347Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-11-02T04:10:00.347Z] ---> Running in 3eef461db04b [2022-11-02T04:10:00.347Z] Removing intermediate container 3eef461db04b [2022-11-02T04:10:00.347Z] ---> 1b03f914bba8 [2022-11-02T04:10:00.347Z] Step 13/26 : COPY go.mod vendor* ./ [2022-11-02T04:10:00.606Z] ---> da089e3798ee [2022-11-02T04:10:00.606Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T04:10:00.606Z] ---> Running in 3d4aff22a031 [2022-11-02T04:10:01.177Z] Removing intermediate container 3d4aff22a031 [2022-11-02T04:10:01.177Z] ---> 88e2969d86fb [2022-11-02T04:10:01.177Z] Step 15/26 : COPY . . [2022-11-02T04:10:03.698Z] ---> 8b912f5a69e3 [2022-11-02T04:10:03.698Z] Step 16/26 : RUN ${MAKE} [2022-11-02T04:10:03.698Z] ---> Running in e185b5ebc153 [2022-11-02T04:10:03.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-11-02T04:10:07.979Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-117823 in /w/workspace/edgexfoundry_edgex-ui-go_PR-569 [Pipeline] { [Pipeline] ws [2022-11-02T04:10:08.027Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-11-02T04:10:08.112Z] The recommended git tool is: git [2022-11-02T04:10:16.338Z] using credential edgex-jenkins-ssh [2022-11-02T04:10:16.367Z] Cloning the remote Git repository [2022-11-02T04:10:16.440Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-11-02T04:10:16.552Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-11-02T04:10:16.771Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-11-02T04:10:16.772Z] > git --version # timeout=10 [2022-11-02T04:10:16.808Z] > git --version # 'git version 2.25.1' [2022-11-02T04:10:16.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T04:10:16.877Z] Verifying host key using known hosts file [2022-11-02T04:10:17.184Z] 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-11-02T04:10:17.203Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-02T04:10:18.569Z] Removing intermediate container e185b5ebc153 [2022-11-02T04:10:18.569Z] ---> ba7ed22ba7c1 [2022-11-02T04:10:18.569Z] Step 17/26 : FROM alpine:3.14 [2022-11-02T04:10:18.569Z] 3.14: Pulling from library/alpine [2022-11-02T04:10:18.569Z] c7ed990a2339: Pulling fs layer [2022-11-02T04:10:18.569Z] c7ed990a2339: Download complete [2022-11-02T04:10:18.569Z] c7ed990a2339: Pull complete [2022-11-02T04:10:18.569Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-11-02T04:10:18.569Z] Status: Downloaded newer image for alpine:3.14 [2022-11-02T04:10:18.569Z] ---> dd53f409bf0b [2022-11-02T04:10:18.569Z] Step 18/26 : EXPOSE 4000 [2022-11-02T04:10:18.569Z] ---> Running in 760e09043745 [2022-11-02T04:10:18.569Z] Removing intermediate container 760e09043745 [2022-11-02T04:10:18.569Z] ---> 5796b6bef992 [2022-11-02T04:10:18.569Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-11-02T04:10:18.834Z] ---> 5e8392c348a8 [2022-11-02T04:10:18.834Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-11-02T04:10:19.094Z] ---> 4ac9fa01fc5e [2022-11-02T04:10:19.094Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-11-02T04:10:19.094Z] ---> 9aa6ac2397f4 [2022-11-02T04:10:19.094Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-11-02T04:10:19.353Z] ---> Running in 17e656ed3159 [2022-11-02T04:10:19.353Z] Removing intermediate container 17e656ed3159 [2022-11-02T04:10:19.353Z] ---> 24146438f709 [2022-11-02T04:10:19.353Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-11-02T04:10:19.353Z] ---> Running in 914db6a98944 [2022-11-02T04:10:19.353Z] Removing intermediate container 914db6a98944 [2022-11-02T04:10:19.353Z] ---> 79b782d118a8 [2022-11-02T04:10:19.353Z] Step 24/26 : LABEL arch=amd64 [2022-11-02T04:10:19.353Z] ---> Running in 453aa7d08d81 [2022-11-02T04:10:19.611Z] Removing intermediate container 453aa7d08d81 [2022-11-02T04:10:19.611Z] ---> 80da6a3f718b [2022-11-02T04:10:19.611Z] Step 25/26 : LABEL git_sha=1016fbe2505b68d08a31a200d2ea13be5836663d [2022-11-02T04:10:19.611Z] ---> Running in 6ca6a769a0a3 [2022-11-02T04:10:19.611Z] Removing intermediate container 6ca6a769a0a3 [2022-11-02T04:10:19.611Z] ---> f132ec954e2d [2022-11-02T04:10:19.611Z] Step 26/26 : LABEL version=0.0.0 [2022-11-02T04:10:19.611Z] ---> Running in a6e7928218e1 [2022-11-02T04:10:19.611Z] Removing intermediate container a6e7928218e1 [2022-11-02T04:10:19.611Z] ---> 609b7bd77752 [2022-11-02T04:10:19.611Z] [Warning] One or more build-args [ARCH] were not consumed [2022-11-02T04:10:19.869Z] Successfully built 609b7bd77752 [2022-11-02T04:10:19.869Z] 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-11-02T04:10:20.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T04:10:20.707Z] [2022-11-02T04:10:20.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:10:21.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T04:10:21.089Z] latest: Pulling from edgex-lftools-log-publisher [2022-11-02T04:10:21.089Z] 5eb5b503b376: Pulling fs layer [2022-11-02T04:10:21.089Z] 5c69ac0246d0: Pulling fs layer [2022-11-02T04:10:21.089Z] ec43610c2a17: Pulling fs layer [2022-11-02T04:10:21.089Z] 3a2ae6a8a46f: Pulling fs layer [2022-11-02T04:10:21.089Z] 33b1e0a273af: Pulling fs layer [2022-11-02T04:10:21.089Z] 5d3b04190fa2: Pulling fs layer [2022-11-02T04:10:21.089Z] 2f39f015ded8: Pulling fs layer [2022-11-02T04:10:21.089Z] 3a2ae6a8a46f: Waiting [2022-11-02T04:10:21.089Z] 2f39f015ded8: Waiting [2022-11-02T04:10:21.089Z] 33b1e0a273af: Waiting [2022-11-02T04:10:21.089Z] 5d3b04190fa2: Waiting [2022-11-02T04:10:21.089Z] 5c69ac0246d0: Verifying Checksum [2022-11-02T04:10:21.089Z] 5c69ac0246d0: Download complete [2022-11-02T04:10:21.089Z] 3a2ae6a8a46f: Verifying Checksum [2022-11-02T04:10:21.089Z] 3a2ae6a8a46f: Download complete [2022-11-02T04:10:21.089Z] 33b1e0a273af: Verifying Checksum [2022-11-02T04:10:21.089Z] 33b1e0a273af: Download complete [2022-11-02T04:10:21.089Z] 5d3b04190fa2: Verifying Checksum [2022-11-02T04:10:21.089Z] 5d3b04190fa2: Download complete [2022-11-02T04:10:21.351Z] ec43610c2a17: Verifying Checksum [2022-11-02T04:10:21.351Z] ec43610c2a17: Download complete [2022-11-02T04:10:21.351Z] 5eb5b503b376: Verifying Checksum [2022-11-02T04:10:21.351Z] 5eb5b503b376: Download complete [2022-11-02T04:10:21.919Z] 2f39f015ded8: Verifying Checksum [2022-11-02T04:10:21.919Z] 2f39f015ded8: Download complete [2022-11-02T04:10:22.852Z] 5eb5b503b376: Pull complete [2022-11-02T04:10:22.852Z] 5c69ac0246d0: Pull complete [2022-11-02T04:10:23.115Z] ec43610c2a17: Pull complete [2022-11-02T04:10:23.374Z] 3a2ae6a8a46f: Pull complete [2022-11-02T04:10:23.374Z] 33b1e0a273af: Pull complete [2022-11-02T04:10:23.635Z] 5d3b04190fa2: Pull complete [2022-11-02T04:10:25.281Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-11-02T04:10:25.317Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-02T04:10:27.436Z] Merging remotes/origin/main commit 01e75f4ff34d7bc238fd802f39f9b0d41ae32e68 into PR head commit 1016fbe2505b68d08a31a200d2ea13be5836663d [2022-11-02T04:10:27.828Z] 2f39f015ded8: Pull complete [2022-11-02T04:10:27.828Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-11-02T04:10:27.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T04:10:28.087Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [2022-11-02T04:10:28.160Z] Merge succeeded, producing 1016fbe2505b68d08a31a200d2ea13be5836663d [2022-11-02T04:10:28.161Z] Checking out Revision 1016fbe2505b68d08a31a200d2ea13be5836663d (PR-569) [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T04:10:28.313Z] prd-ubuntu20.04-docker-8c-8g-117809 does not seem to be running inside a container [2022-11-02T04:10:28.347Z] $ 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-569 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569:/w/workspace/edgexfoundry_edgex-ui-go_PR-569:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-569@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-11-02T04:10:26.674Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-11-02T04:10:26.732Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-11-02T04:10:26.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T04:10:26.747Z] Verifying host key using known hosts file [2022-11-02T04:10:26.756Z] 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-11-02T04:10:26.777Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/569/head:refs/remotes/origin/PR-569 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-11-02T04:10:27.462Z] > git config core.sparsecheckout # timeout=10 [2022-11-02T04:10:27.484Z] > git checkout -f 1016fbe2505b68d08a31a200d2ea13be5836663d # timeout=10 [2022-11-02T04:10:28.022Z] > git remote # timeout=10 [2022-11-02T04:10:28.046Z] > git config --get remote.origin.url # timeout=10 [2022-11-02T04:10:28.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T04:10:28.082Z] Verifying host key using known hosts file [2022-11-02T04:10:28.088Z] 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-11-02T04:10:28.102Z] > git merge 01e75f4ff34d7bc238fd802f39f9b0d41ae32e68 # timeout=10 [2022-11-02T04:10:28.136Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-11-02T04:10:28.171Z] > git config core.sparsecheckout # timeout=10 [2022-11-02T04:10:28.194Z] > git checkout -f 1016fbe2505b68d08a31a200d2ea13be5836663d # timeout=10 [2022-11-02T04:10:29.760Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [2022-11-02T04:10:29.840Z] > git --version # timeout=10 [2022-11-02T04:10:29.855Z] > git --version # 'git version 2.25.1' [2022-11-02T04:10:29.886Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T04:10:30.222Z] [2022-11-02T04:10:30.222Z] GitHub has been notified of this commit’s build result [2022-11-02T04:10:30.222Z] [2022-11-02T04:10:34.051Z] $ docker top 25f9b18440e68d1620b92d0f4d1e6aada21d7996e14e4c45f2f199c090205467 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-02T04:10:34.484Z] ---> job-cost.sh [2022-11-02T04:10:34.484Z] lf-activate-venv: SKIPPING [2022-11-02T04:10:34.484Z] INFO: No Stack... [2022-11-02T04:10:34.747Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-11-02T04:10:35.005Z] INFO: Archiving Costs [Pipeline] sh [2022-11-02T04:10:35.115Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-11-02T04:10:35.115Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-02T04:10:35.115Z] Dload Upload Total Spent Left Speed [2022-11-02T04:10:35.115Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 157k 0 --:--:-- --:--:-- --:--:-- 159k [2022-11-02T04:10:35.318Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-569/archives/cost.csv [2022-11-02T04:10:35.319Z] + cut -d, -f6 [Pipeline] lock [2022-11-02T04:10:35.366Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-569-1-stack-cost] [2022-11-02T04:10:35.371Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-569-1-stack-cost] did not exist. Created. [2022-11-02T04:10:35.371Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-569-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] sh [2022-11-02T04:10:35.764Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-11-02T04:10:35.910Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-11-02T04:10:36.185Z] Stashed 1 file(s) [Pipeline] } [2022-11-02T04:10:36.203Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-569-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-11-02T04:10:36.282Z] $ docker stop --time=1 25f9b18440e68d1620b92d0f4d1e6aada21d7996e14e4c45f2f199c090205467 [2022-11-02T04:10:36.296Z] + sudo tee /etc/docker/daemon.new [2022-11-02T04:10:36.296Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-11-02T04:10:36.296Z] { [2022-11-02T04:10:36.296Z] "registry-mirrors": [ [2022-11-02T04:10:36.296Z] "https://nexus3.edgexfoundry.org:10001" [2022-11-02T04:10:36.296Z] ], [2022-11-02T04:10:36.296Z] "bip": "10.250.0.254/24", [2022-11-02T04:10:36.296Z] "hosts": [ [2022-11-02T04:10:36.296Z] "tcp://0.0.0.0:5555", [2022-11-02T04:10:36.296Z] "unix:///var/run/docker.sock" [2022-11-02T04:10:36.296Z] ], [2022-11-02T04:10:36.296Z] "mtu": 1458, [2022-11-02T04:10:36.296Z] "selinux-enabled": true, [2022-11-02T04:10:36.296Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-11-02T04:10:36.296Z] } [2022-11-02T04:10:37.599Z] $ docker rm -f 25f9b18440e68d1620b92d0f4d1e6aada21d7996e14e4c45f2f199c090205467 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-11-02T04:10:38.155Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-11-02T04:10:38.545Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T04:10:56.981Z] provisioning config files... [2022-11-02T04:10:57.023Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1508174437931686315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:10:57.465Z] ---> docker-login.sh [2022-11-02T04:10:57.465Z] nexus3.edgexfoundry.org:10001 [2022-11-02T04:10:58.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:10:58.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:10:58.341Z] Configure a credential helper to remove this warning. See [2022-11-02T04:10:58.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:10:58.341Z] [2022-11-02T04:10:58.341Z] Login Succeeded [2022-11-02T04:10:58.341Z] nexus3.edgexfoundry.org:10002 [2022-11-02T04:10:58.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:10:58.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:10:58.621Z] Configure a credential helper to remove this warning. See [2022-11-02T04:10:58.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:10:58.621Z] [2022-11-02T04:10:58.621Z] Login Succeeded [2022-11-02T04:10:58.621Z] nexus3.edgexfoundry.org:10003 [2022-11-02T04:10:58.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:10:59.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:10:59.176Z] Configure a credential helper to remove this warning. See [2022-11-02T04:10:59.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:10:59.176Z] [2022-11-02T04:10:59.176Z] Login Succeeded [2022-11-02T04:10:59.176Z] nexus3.edgexfoundry.org:10004 [2022-11-02T04:10:59.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:10:59.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:10:59.731Z] Configure a credential helper to remove this warning. See [2022-11-02T04:10:59.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:10:59.731Z] [2022-11-02T04:10:59.731Z] Login Succeeded [2022-11-02T04:10:59.731Z] docker.io [2022-11-02T04:11:00.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T04:11:00.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T04:11:00.321Z] Configure a credential helper to remove this warning. See [2022-11-02T04:11:00.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T04:11:00.321Z] [2022-11-02T04:11:00.321Z] Login Succeeded [2022-11-02T04:11:00.321Z] ---> docker-login.sh ends [Pipeline] } [2022-11-02T04:11:00.352Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-11-02T04:11:00.709Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T04:11:00.740Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T04:11:00.776Z] ========================================================= [2022-11-02T04:11:00.776Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-11-02T04:11:00.776Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:11:01.333Z] + 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-11-02T04:11:02.335Z] Sending build context to Docker daemon 28.75MB [2022-11-02T04:11:02.631Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-11-02T04:11:02.631Z] Step 2/16 : FROM ${BASE} AS builder [2022-11-02T04:11:02.631Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-11-02T04:11:02.631Z] 9b18e9b68314: Pulling fs layer [2022-11-02T04:11:02.631Z] d32db5db7311: Pulling fs layer [2022-11-02T04:11:02.631Z] d0c4b47475fc: Pulling fs layer [2022-11-02T04:11:02.631Z] 5831b945b038: Pulling fs layer [2022-11-02T04:11:02.631Z] 86bbec2aaacd: Pulling fs layer [2022-11-02T04:11:02.631Z] e10730c5d714: Pulling fs layer [2022-11-02T04:11:02.631Z] 5dd5c2283517: Pulling fs layer [2022-11-02T04:11:02.631Z] d5ac0230b979: Pulling fs layer [2022-11-02T04:11:02.631Z] 5dd5c2283517: Waiting [2022-11-02T04:11:02.631Z] 5831b945b038: Waiting [2022-11-02T04:11:02.631Z] 86bbec2aaacd: Waiting [2022-11-02T04:11:02.631Z] e10730c5d714: Waiting [2022-11-02T04:11:02.631Z] d5ac0230b979: Waiting [2022-11-02T04:11:02.631Z] d0c4b47475fc: Download complete [2022-11-02T04:11:02.916Z] d32db5db7311: Verifying Checksum [2022-11-02T04:11:02.916Z] d32db5db7311: Download complete [2022-11-02T04:11:02.916Z] 86bbec2aaacd: Verifying Checksum [2022-11-02T04:11:02.916Z] 86bbec2aaacd: Download complete [2022-11-02T04:11:02.916Z] e10730c5d714: Verifying Checksum [2022-11-02T04:11:02.916Z] e10730c5d714: Download complete [2022-11-02T04:11:02.916Z] 9b18e9b68314: Verifying Checksum [2022-11-02T04:11:02.916Z] 9b18e9b68314: Download complete [2022-11-02T04:11:03.922Z] 9b18e9b68314: Pull complete [2022-11-02T04:11:04.558Z] d5ac0230b979: Verifying Checksum [2022-11-02T04:11:04.558Z] d5ac0230b979: Download complete [2022-11-02T04:11:04.558Z] d32db5db7311: Pull complete [2022-11-02T04:11:04.852Z] d0c4b47475fc: Pull complete [2022-11-02T04:11:06.315Z] 5dd5c2283517: Download complete [2022-11-02T04:11:07.293Z] 5831b945b038: Verifying Checksum [2022-11-02T04:11:07.293Z] 5831b945b038: Download complete [2022-11-02T04:11:22.464Z] 5831b945b038: Pull complete [2022-11-02T04:11:22.464Z] 86bbec2aaacd: Pull complete [2022-11-02T04:11:22.464Z] e10730c5d714: Pull complete [2022-11-02T04:11:27.875Z] 5dd5c2283517: Pull complete [2022-11-02T04:11:29.326Z] d5ac0230b979: Pull complete [2022-11-02T04:11:29.326Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-11-02T04:11:29.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T04:11:29.326Z] ---> 59b3b1a385d4 [2022-11-02T04:11:29.326Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-11-02T04:11:31.971Z] ---> Running in 59f4299ef94a [2022-11-02T04:11:32.247Z] Removing intermediate container 59f4299ef94a [2022-11-02T04:11:32.247Z] ---> 5d7cade7e2f6 [2022-11-02T04:11:32.247Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-11-02T04:11:32.247Z] ---> Running in d29a90697e86 [2022-11-02T04:11:32.843Z] Removing intermediate container d29a90697e86 [2022-11-02T04:11:32.843Z] ---> 985ce6f5dfe1 [2022-11-02T04:11:32.843Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-11-02T04:11:32.843Z] ---> Running in e81ab6954c20 [2022-11-02T04:11:33.443Z] Removing intermediate container e81ab6954c20 [2022-11-02T04:11:33.443Z] ---> f4c841e7d655 [2022-11-02T04:11:33.443Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-11-02T04:11:33.443Z] ---> Running in 3724821c2563 [2022-11-02T04:11:33.720Z] Removing intermediate container 3724821c2563 [2022-11-02T04:11:33.720Z] ---> 0aa58025c6c5 [2022-11-02T04:11:33.720Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-11-02T04:11:33.994Z] ---> Running in ff177cb8e6c2 [2022-11-02T04:11:34.265Z] Removing intermediate container ff177cb8e6c2 [2022-11-02T04:11:34.265Z] ---> f633bb88aca2 [2022-11-02T04:11:34.265Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-11-02T04:11:35.247Z] latest: Pulling from library/docker [2022-11-02T04:11:35.247Z] 9b18e9b68314: Already exists [2022-11-02T04:11:35.247Z] e5833820420a: Pulling fs layer [2022-11-02T04:11:35.247Z] 79069699b830: Pulling fs layer [2022-11-02T04:11:35.247Z] 444a66d86b54: Pulling fs layer [2022-11-02T04:11:35.247Z] af8c662400c0: Pulling fs layer [2022-11-02T04:11:35.247Z] 7851778f47af: Pulling fs layer [2022-11-02T04:11:35.247Z] 969048075247: Pulling fs layer [2022-11-02T04:11:35.247Z] 9d9d268b6129: Pulling fs layer [2022-11-02T04:11:35.247Z] 71d72239e8c8: Pulling fs layer [2022-11-02T04:11:35.247Z] af8c662400c0: Waiting [2022-11-02T04:11:35.247Z] 7851778f47af: Waiting [2022-11-02T04:11:35.247Z] 9d9d268b6129: Waiting [2022-11-02T04:11:35.247Z] 71d72239e8c8: Waiting [2022-11-02T04:11:35.530Z] 79069699b830: Verifying Checksum [2022-11-02T04:11:35.530Z] 79069699b830: Download complete [2022-11-02T04:11:35.530Z] e5833820420a: Download complete [2022-11-02T04:11:35.841Z] 444a66d86b54: Verifying Checksum [2022-11-02T04:11:35.841Z] 444a66d86b54: Download complete [2022-11-02T04:11:36.442Z] 7851778f47af: Verifying Checksum [2022-11-02T04:11:36.442Z] 7851778f47af: Download complete [2022-11-02T04:11:36.442Z] e5833820420a: Pull complete [2022-11-02T04:11:36.442Z] af8c662400c0: Verifying Checksum [2022-11-02T04:11:36.442Z] af8c662400c0: Download complete [2022-11-02T04:11:36.442Z] 9d9d268b6129: Download complete [2022-11-02T04:11:36.442Z] 71d72239e8c8: Verifying Checksum [2022-11-02T04:11:36.442Z] 71d72239e8c8: Download complete [2022-11-02T04:11:36.714Z] 79069699b830: Pull complete [2022-11-02T04:11:36.988Z] 969048075247: Verifying Checksum [2022-11-02T04:11:36.988Z] 969048075247: Download complete [2022-11-02T04:11:37.581Z] 444a66d86b54: Pull complete [2022-11-02T04:11:38.584Z] af8c662400c0: Pull complete [2022-11-02T04:11:40.024Z] 7851778f47af: Pull complete [2022-11-02T04:11:40.298Z] 969048075247: Pull complete [2022-11-02T04:11:40.572Z] 9d9d268b6129: Pull complete [2022-11-02T04:11:40.850Z] 71d72239e8c8: Pull complete [2022-11-02T04:11:41.124Z] Digest: sha256:0e3e7e2033cf7779ab6985e24ad18d6ec415c9dd944acef5ca56119a3a0dda2e [2022-11-02T04:11:41.124Z] Status: Downloaded newer image for docker:latest [2022-11-02T04:11:43.744Z] ---> 2a72ed866224 [2022-11-02T04:11:43.744Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-11-02T04:11:43.744Z] ---> Running in 3c6f7320efe8 [2022-11-02T04:11:46.355Z] Removing intermediate container 3c6f7320efe8 [2022-11-02T04:11:46.355Z] ---> 156c9b1cafcc [2022-11-02T04:11:46.355Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-11-02T04:11:46.355Z] ---> Running in dbb6665bc517 [2022-11-02T04:11:47.338Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T04:11:47.938Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T04:11:49.912Z] OK: 221 MiB in 51 packages [2022-11-02T04:11:50.897Z] Removing intermediate container dbb6665bc517 [2022-11-02T04:11:50.897Z] ---> 3edfbd9a6d99 [2022-11-02T04:11:50.897Z] Step 11/16 : ENV GO111MODULE=on [2022-11-02T04:11:50.897Z] ---> Running in 7c3139f852a3 [2022-11-02T04:11:51.496Z] Removing intermediate container 7c3139f852a3 [2022-11-02T04:11:51.496Z] ---> b20c5dde1509 [2022-11-02T04:11:51.496Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-11-02T04:11:51.496Z] ---> Running in 3dfd81fa7fc6 [2022-11-02T04:11:52.094Z] Removing intermediate container 3dfd81fa7fc6 [2022-11-02T04:11:52.094Z] ---> 5a4a29bc8614 [2022-11-02T04:11:52.094Z] Step 13/16 : COPY go.mod vendor* ./ [2022-11-02T04:11:52.697Z] ---> cc59e73b5ca6 [2022-11-02T04:11:52.697Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T04:11:52.697Z] ---> Running in af4f98598141 [2022-11-02T04:13:00.759Z] Removing intermediate container af4f98598141 [2022-11-02T04:13:00.759Z] ---> 3ddf8235bb1c [2022-11-02T04:13:00.759Z] Step 15/16 : COPY . . [2022-11-02T04:13:00.759Z] ---> 6acb6425d0c9 [2022-11-02T04:13:00.759Z] Step 16/16 : RUN ${MAKE} [2022-11-02T04:13:00.759Z] ---> Running in 035b1b53b5bb [2022-11-02T04:13:00.759Z] noop [2022-11-02T04:13:00.759Z] Removing intermediate container 035b1b53b5bb [2022-11-02T04:13:00.759Z] ---> 03d5d59abe2e [2022-11-02T04:13:00.759Z] Successfully built 03d5d59abe2e [2022-11-02T04:13:00.759Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:13:01.282Z] + docker inspect -f . ci-base-image-arm64 [2022-11-02T04:13:01.282Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T04:13:01.614Z] prd-ubuntu20.04-docker-arm64-4c-16g-117823 does not seem to be running inside a container [2022-11-02T04:13:01.716Z] $ 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-11-02T04:13:03.312Z] $ docker top b43a050d8450eb0454b6b29e17ea164aec74daf2cdf43a1ea3001cb5fa738f4d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T04:13:04.291Z] + go version [2022-11-02T04:13:04.291Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-11-02T04:13:04.331Z] $ docker stop --time=1 b43a050d8450eb0454b6b29e17ea164aec74daf2cdf43a1ea3001cb5fa738f4d [2022-11-02T04:13:06.551Z] $ docker rm -f b43a050d8450eb0454b6b29e17ea164aec74daf2cdf43a1ea3001cb5fa738f4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:13:07.479Z] + docker inspect -f . ci-base-image-arm64 [2022-11-02T04:13:07.479Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T04:13:07.774Z] prd-ubuntu20.04-docker-arm64-4c-16g-117823 does not seem to be running inside a container [2022-11-02T04:13:07.869Z] $ 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-11-02T04:13:09.372Z] $ docker top 0497fc25b6eb1f45fdcf4e33565baf1864e01a9d062c38ecc393385f264d49eb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T04:13:10.318Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2022-11-02T04:13:11.070Z] + make test [2022-11-02T04:13:11.071Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-11-02T04:13:13.061Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-11-02T04:15:19.909Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-11-02T04:15:19.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-11-02T04:15:19.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-11-02T04:15:19.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-11-02T04:15:19.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-11-02T04:15:19.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-11-02T04:15:19.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-11-02T04:15:19.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-11-02T04:15:19.909Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-11-02T04:15:52.261Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-02T04:15:52.261Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-02T04:15:52.261Z] ./bin/test-attribution-txt.sh [2022-11-02T04:15:52.261Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-11-02T04:15:52.261Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-11-02T04:15:52.262Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-11-02T04:15:52.262Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-11-02T04:15:52.262Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-11-02T04:15:52.262Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-11-02T04:15:52.262Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-11-02T04:15:52.262Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-11-02T04:15:52.262Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-11-02T04:15:52.262Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-11-02T04:15:52.262Z] make -C web test [2022-11-02T04:15:52.262Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-11-02T04:15:52.262Z] make[1]: tput: No such file or directory [2022-11-02T04:15:52.262Z] make[1]: tput: No such file or directory [2022-11-02T04:15:52.262Z] warning: generating ./VERSION [2022-11-02T04:15:52.262Z] echo "0.0.0" > VERSION [2022-11-02T04:15:52.262Z] docker build \ [2022-11-02T04:15:52.262Z] -f Dockerfile \ [2022-11-02T04:15:52.262Z] --build-arg USER=1000 \ [2022-11-02T04:15:52.262Z] \ [2022-11-02T04:15:52.262Z] --label "git_sha=1016fbe2505b68d08a31a200d2ea13be5836663d" \ [2022-11-02T04:15:52.262Z] -t edgexfoundry/edgex-web-ui:1016fbe2505b68d08a31a200d2ea13be5836663d \ [2022-11-02T04:15:52.262Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-11-02T04:15:52.262Z] . [2022-11-02T04:15:52.262Z] Sending build context to Docker daemon 3.269MB [2022-11-02T04:15:52.262Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-11-02T04:15:52.262Z] 16.17-alpine3.15: Pulling from library/node [2022-11-02T04:15:52.262Z] 47517142f6ba: Pulling fs layer [2022-11-02T04:15:52.262Z] 5f8c4bfa009b: Pulling fs layer [2022-11-02T04:15:52.262Z] f7079c9c4ba1: Pulling fs layer [2022-11-02T04:15:52.262Z] aba105e6f55a: Pulling fs layer [2022-11-02T04:15:52.262Z] f7079c9c4ba1: Verifying Checksum [2022-11-02T04:15:52.262Z] 47517142f6ba: Verifying Checksum [2022-11-02T04:15:52.262Z] 47517142f6ba: Download complete [2022-11-02T04:15:52.262Z] f7079c9c4ba1: Download complete [2022-11-02T04:15:52.262Z] aba105e6f55a: Verifying Checksum [2022-11-02T04:15:52.262Z] aba105e6f55a: Download complete [2022-11-02T04:15:52.262Z] 47517142f6ba: Pull complete [2022-11-02T04:15:52.533Z] 5f8c4bfa009b: Verifying Checksum [2022-11-02T04:15:52.533Z] 5f8c4bfa009b: Download complete [2022-11-02T04:15:56.829Z] 5f8c4bfa009b: Pull complete [2022-11-02T04:15:57.425Z] f7079c9c4ba1: Pull complete [2022-11-02T04:15:57.706Z] aba105e6f55a: Pull complete [2022-11-02T04:15:57.707Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-11-02T04:15:57.707Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-11-02T04:15:57.707Z] ---> bf1b8b58d215 [2022-11-02T04:15:57.707Z] Step 2/10 : RUN apk add --no-cache chromium [2022-11-02T04:15:58.302Z] ---> Running in d9588d6ef124 [2022-11-02T04:15:59.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T04:15:59.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T04:16:01.176Z] (1/128) Installing libxau (1.0.9-r0) [2022-11-02T04:16:01.176Z] (2/128) Installing libmd (1.0.3-r0) [2022-11-02T04:16:01.176Z] (3/128) Installing libbsd (0.11.3-r1) [2022-11-02T04:16:01.176Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-11-02T04:16:01.176Z] (5/128) Installing libxcb (1.14-r2) [2022-11-02T04:16:01.176Z] (6/128) Installing libx11 (1.7.3.1-r0) [2022-11-02T04:16:01.451Z] (7/128) Installing libxext (1.3.4-r0) [2022-11-02T04:16:01.451Z] (8/128) Installing libice (1.0.10-r0) [2022-11-02T04:16:01.451Z] (9/128) Installing libuuid (2.37.4-r0) [2022-11-02T04:16:01.451Z] (10/128) Installing libsm (1.2.3-r0) [2022-11-02T04:16:01.451Z] (11/128) Installing libxt (1.2.1-r0) [2022-11-02T04:16:01.451Z] (12/128) Installing libxmu (1.1.3-r0) [2022-11-02T04:16:01.451Z] (13/128) Installing xset (1.2.4-r0) [2022-11-02T04:16:01.451Z] (14/128) Installing xprop (1.2.5-r0) [2022-11-02T04:16:01.451Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-11-02T04:16:01.451Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-11-02T04:16:01.451Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-11-02T04:16:01.725Z] (18/128) Installing libffi (3.4.2-r1) [2022-11-02T04:16:01.725Z] (19/128) Installing libintl (0.21-r0) [2022-11-02T04:16:01.725Z] (20/128) Installing libblkid (2.37.4-r0) [2022-11-02T04:16:01.725Z] (21/128) Installing libmount (2.37.4-r0) [2022-11-02T04:16:01.725Z] (22/128) Installing pcre (8.45-r1) [2022-11-02T04:16:01.725Z] (23/128) Installing glib (2.70.1-r0) [2022-11-02T04:16:01.725Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-11-02T04:16:01.725Z] (25/128) Installing libxml2 (2.9.14-r2) [2022-11-02T04:16:01.725Z] (26/128) Installing shared-mime-info (2.1-r1) [2022-11-02T04:16:02.000Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-11-02T04:16:02.000Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-11-02T04:16:02.000Z] (29/128) Installing libpng (1.6.37-r1) [2022-11-02T04:16:02.000Z] (30/128) Installing libwebp (1.2.2-r0) [2022-11-02T04:16:02.000Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-11-02T04:16:02.000Z] (32/128) Installing tiff (4.4.0-r0) [2022-11-02T04:16:02.000Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-11-02T04:16:02.277Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-11-02T04:16:02.277Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-11-02T04:16:02.277Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-11-02T04:16:02.277Z] (37/128) Installing libxrender (0.9.10-r3) [2022-11-02T04:16:02.277Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-11-02T04:16:02.277Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-11-02T04:16:02.277Z] (40/128) Installing libxi (1.8-r0) [2022-11-02T04:16:02.277Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-11-02T04:16:02.277Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-11-02T04:16:02.277Z] (43/128) Installing atk (2.36.0-r0) [2022-11-02T04:16:02.277Z] (44/128) Installing libxtst (1.2.3-r3) [2022-11-02T04:16:02.277Z] (45/128) Installing dbus-libs (1.12.24-r0) [2022-11-02T04:16:02.277Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-11-02T04:16:02.277Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-11-02T04:16:02.277Z] (48/128) Installing expat (2.5.0-r0) [2022-11-02T04:16:02.277Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-11-02T04:16:02.277Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-11-02T04:16:02.277Z] (51/128) Installing freetype (2.11.1-r2) [2022-11-02T04:16:02.277Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-11-02T04:16:02.550Z] (53/128) Installing pixman (0.40.0-r3) [2022-11-02T04:16:02.550Z] (54/128) Installing cairo (1.16.0-r5) [2022-11-02T04:16:02.550Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-11-02T04:16:02.550Z] (56/128) Installing avahi-libs (0.8-r5) [2022-11-02T04:16:02.550Z] (57/128) Installing gmp (6.2.1-r1) [2022-11-02T04:16:02.550Z] (58/128) Installing nettle (3.7.3-r0) [2022-11-02T04:16:02.550Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-11-02T04:16:02.550Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-11-02T04:16:02.550Z] (61/128) Installing libunistring (0.9.10-r1) [2022-11-02T04:16:02.550Z] (62/128) Installing gnutls (3.7.1-r1) [2022-11-02T04:16:02.823Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-11-02T04:16:02.823Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-11-02T04:16:02.823Z] (65/128) Installing fribidi (1.0.11-r0) [2022-11-02T04:16:02.823Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-11-02T04:16:02.823Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-11-02T04:16:02.823Z] (68/128) Installing libxft (2.3.4-r0) [2022-11-02T04:16:02.823Z] (69/128) Installing pango (1.48.10-r0) [2022-11-02T04:16:02.823Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-11-02T04:16:02.823Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-11-02T04:16:02.823Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-11-02T04:16:02.823Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-11-02T04:16:03.099Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-11-02T04:16:03.099Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-11-02T04:16:03.371Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-11-02T04:16:03.647Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-11-02T04:16:03.647Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-11-02T04:16:03.647Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-11-02T04:16:03.647Z] Executing ttf-opensans-1.10-r1.post-install [2022-11-02T04:16:06.259Z] (79/128) Installing libogg (1.3.5-r0) [2022-11-02T04:16:06.259Z] (80/128) Installing flac (1.3.4-r0) [2022-11-02T04:16:06.259Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-11-02T04:16:06.259Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-11-02T04:16:06.259Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-11-02T04:16:06.259Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-11-02T04:16:06.259Z] (85/128) Installing libass (0.15.2-r0) [2022-11-02T04:16:06.259Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-11-02T04:16:06.259Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-11-02T04:16:06.259Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-11-02T04:16:06.259Z] (89/128) Installing lame (3.100-r0) [2022-11-02T04:16:06.259Z] (90/128) Installing opus (1.3.1-r1) [2022-11-02T04:16:06.259Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-11-02T04:16:06.259Z] (92/128) Installing soxr (0.1.3-r2) [2022-11-02T04:16:06.259Z] (93/128) Installing libsrt (1.4.2-r1) [2022-11-02T04:16:06.259Z] (94/128) Installing libssh (0.9.6-r1) [2022-11-02T04:16:06.259Z] (95/128) Installing libtheora (1.1.1-r16) [2022-11-02T04:16:06.259Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-11-02T04:16:06.259Z] (97/128) Installing libdrm (2.4.109-r0) [2022-11-02T04:16:06.259Z] (98/128) Installing libva (2.13.0-r0) [2022-11-02T04:16:06.259Z] (99/128) Installing libvdpau (1.4-r0) [2022-11-02T04:16:06.532Z] (100/128) Installing vidstab (1.1.0-r1) [2022-11-02T04:16:06.532Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-11-02T04:16:06.532Z] (102/128) Installing libvpx (1.10.0-r0) [2022-11-02T04:16:06.532Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-11-02T04:16:06.532Z] (104/128) Installing x264-libs (20210613-r0) [2022-11-02T04:16:06.532Z] (105/128) Installing x265-libs (3.5-r0) [2022-11-02T04:16:06.532Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-11-02T04:16:06.532Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-11-02T04:16:07.127Z] (108/128) Installing libevent (2.1.12-r4) [2022-11-02T04:16:07.127Z] (109/128) Installing mesa (21.2.6-r0) [2022-11-02T04:16:07.127Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-11-02T04:16:07.127Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-11-02T04:16:07.127Z] (112/128) Installing lcms2 (2.12-r1) [2022-11-02T04:16:07.398Z] (113/128) Installing nspr (4.32-r0) [2022-11-02T04:16:07.398Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-11-02T04:16:07.398Z] (115/128) Installing nss (3.78.1-r0) [2022-11-02T04:16:07.398Z] (116/128) Installing libasyncns (0.8-r1) [2022-11-02T04:16:07.398Z] (117/128) Installing libltdl (2.4.6-r7) [2022-11-02T04:16:07.398Z] (118/128) Installing orc (0.4.32-r0) [2022-11-02T04:16:07.398Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-11-02T04:16:07.398Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-11-02T04:16:07.398Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-11-02T04:16:07.398Z] (122/128) Installing libpulse (15.0-r2) [2022-11-02T04:16:07.675Z] (123/128) Installing re2 (2021.11.01-r0) [2022-11-02T04:16:07.675Z] (124/128) Installing snappy (1.1.9-r1) [2022-11-02T04:16:07.675Z] (125/128) Installing libgpg-error (1.42-r1) [2022-11-02T04:16:07.675Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-11-02T04:16:07.675Z] (127/128) Installing libxslt (1.1.35-r0) [2022-11-02T04:16:07.675Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-11-02T04:16:13.084Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T04:16:13.084Z] Executing glib-2.70.1-r0.trigger [2022-11-02T04:16:13.084Z] Executing shared-mime-info-2.1-r1.trigger [2022-11-02T04:16:19.795Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-11-02T04:16:19.795Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-11-02T04:16:19.795Z] Executing fontconfig-2.13.1-r4.trigger [2022-11-02T04:16:19.795Z] Executing mkfontscale-1.2.1-r1.trigger [2022-11-02T04:16:19.795Z] OK: 275 MiB in 144 packages [2022-11-02T04:16:29.940Z] Removing intermediate container d9588d6ef124 [2022-11-02T04:16:29.940Z] ---> 5c8e5b0d3e59 [2022-11-02T04:16:29.940Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-11-02T04:16:29.940Z] ---> Running in 160c7edc4a2c [2022-11-02T04:16:29.940Z] Removing intermediate container 160c7edc4a2c [2022-11-02T04:16:29.940Z] ---> d168d6c37ca8 [2022-11-02T04:16:29.940Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-11-02T04:16:29.940Z] ---> Running in 792e3e0e803b [2022-11-02T04:16:30.218Z] Removing intermediate container 792e3e0e803b [2022-11-02T04:16:30.218Z] ---> 04dae749e92f [2022-11-02T04:16:30.218Z] Step 5/10 : RUN npm install -g npm [2022-11-02T04:16:30.218Z] ---> Running in 2db0bcc09e1a [2022-11-02T04:17:09.188Z] [2022-11-02T04:17:09.188Z] changed 54 packages, and audited 212 packages in 32s [2022-11-02T04:17:09.188Z] [2022-11-02T04:17:09.188Z] 11 packages are looking for funding [2022-11-02T04:17:09.188Z] run `npm fund` for details [2022-11-02T04:17:09.188Z] [2022-11-02T04:17:09.188Z] found 0 vulnerabilities [2022-11-02T04:17:10.160Z] Removing intermediate container 2db0bcc09e1a [2022-11-02T04:17:10.160Z] ---> f1d8d72c8558 [2022-11-02T04:17:10.160Z] Step 6/10 : ARG USER=1000 [2022-11-02T04:17:10.433Z] ---> Running in 5726156e29de [2022-11-02T04:17:10.707Z] Removing intermediate container 5726156e29de [2022-11-02T04:17:10.707Z] ---> 28244d6f464a [2022-11-02T04:17:10.707Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-11-02T04:17:10.707Z] ---> Running in 330b2c9ac606 [2022-11-02T04:17:13.323Z] Removing intermediate container 330b2c9ac606 [2022-11-02T04:17:13.323Z] ---> 6d8c22920f34 [2022-11-02T04:17:13.323Z] Step 8/10 : USER $USER:$USER [2022-11-02T04:17:13.323Z] ---> Running in b0e2f143663c [2022-11-02T04:17:13.323Z] Removing intermediate container b0e2f143663c [2022-11-02T04:17:13.323Z] ---> e157a5aba5bf [2022-11-02T04:17:13.323Z] Step 9/10 : WORKDIR /app [2022-11-02T04:17:13.323Z] ---> Running in 534caf48e2f4 [2022-11-02T04:17:13.913Z] Removing intermediate container 534caf48e2f4 [2022-11-02T04:17:13.913Z] ---> d5f7014fe738 [2022-11-02T04:17:13.913Z] Step 10/10 : LABEL git_sha=1016fbe2505b68d08a31a200d2ea13be5836663d [2022-11-02T04:17:13.913Z] ---> Running in 8a1938399c8c [2022-11-02T04:17:14.182Z] Removing intermediate container 8a1938399c8c [2022-11-02T04:17:14.182Z] ---> 1827d0576e2f [2022-11-02T04:17:14.456Z] Successfully built 1827d0576e2f [2022-11-02T04:17:14.456Z] Successfully tagged edgexfoundry/edgex-web-ui:1016fbe2505b68d08a31a200d2ea13be5836663d [2022-11-02T04:17:14.456Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-11-02T04:17:14.456Z] touch edgex-web-ui.imagebuilt [2022-11-02T04:17:14.456Z] mkdir -p node_modules coverage [2022-11-02T04:17:14.456Z] chown "1000:1000" node_modules coverage package-lock.json [2022-11-02T04:17:14.456Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE required: { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE }, [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE required: { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE }, [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE required: { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE }, [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE required: { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE }, [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE required: { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE }, [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE required: { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE }, [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE required: { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE }, [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE required: { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE }, [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE Unsupported engine { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE required: { [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE }, [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-11-02T04:17:32.719Z] npm WARN EBADENGINE } [2022-11-02T04:18:29.210Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-11-02T04:18:29.210Z] 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-11-02T04:18:29.210Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-11-02T04:18:29.210Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-11-02T04:18:29.210Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-11-02T04:18:29.210Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-11-02T04:18:39.323Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-11-02T04:18:39.910Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-11-02T04:18:46.610Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-11-02T04:19:08.743Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-11-02T04:19:08.743Z] 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-11-02T04:19:08.743Z] 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-11-02T04:19:14.120Z] 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-11-02T04:19:15.094Z] 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-11-02T04:19:17.055Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-11-02T04:19:35.427Z] 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-11-02T04:19:35.427Z] 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-11-02T04:19:57.656Z] 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-11-02T04:20:24.370Z] 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-11-02T04:21:11.247Z] [2022-11-02T04:21:11.247Z] added 1475 packages, and audited 1476 packages in 4m [2022-11-02T04:21:11.247Z] [2022-11-02T04:21:11.247Z] 90 packages are looking for funding [2022-11-02T04:21:11.247Z] run `npm fund` for details [2022-11-02T04:21:11.247Z] [2022-11-02T04:21:11.247Z] 15 vulnerabilities (3 moderate, 9 high, 3 critical) [2022-11-02T04:21:11.247Z] [2022-11-02T04:21:11.247Z] To address issues that do not require attention, run: [2022-11-02T04:21:11.247Z] npm audit fix [2022-11-02T04:21:11.247Z] [2022-11-02T04:21:11.247Z] To address all issues (including breaking changes), run: [2022-11-02T04:21:11.247Z] npm audit fix --force [2022-11-02T04:21:11.247Z] [2022-11-02T04:21:11.247Z] Run `npm audit` for details. [2022-11-02T04:21:12.222Z] 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-11-02T04:21:34.312Z] - Generating browser application bundles (phase: setup)... [2022-11-02T04:22:13.209Z] Compiling @angular/core : es2015 as esm2015 [2022-11-02T04:22:13.209Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-11-02T04:22:45.453Z] Compiling @angular/common : es2015 as esm2015 [2022-11-02T04:22:45.453Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-11-02T04:22:52.132Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-11-02T04:22:52.132Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-11-02T04:22:57.478Z] Compiling @angular/router : es2015 as esm2015 [2022-11-02T04:22:57.750Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-11-02T04:23:04.403Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-11-02T04:23:05.813Z] Compiling @angular/common/http : es2015 as esm2015 [2022-11-02T04:23:05.813Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-11-02T04:23:10.071Z] Compiling @angular/forms : es2015 as esm2015 [2022-11-02T04:23:10.342Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-11-02T04:23:10.614Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-11-02T04:24:18.492Z] 02 11 2022 04:24:18.290:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-11-02T04:24:18.492Z] 02 11 2022 04:24:18.305:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-11-02T04:24:18.492Z] 02 11 2022 04:24:18.336:INFO [launcher]: Starting browser ChromeHeadless [2022-11-02T04:25:40.113Z] 02 11 2022 04:25:33.629:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-11-02T04:25:40.380Z] 02 11 2022 04:25:40.161:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-11-02T04:26:48.236Z] ✔ Browser application bundle generation complete. [2022-11-02T04:26:48.236Z] 02 11 2022 04:26:40.198:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-11-02T04:26:48.236Z] 02 11 2022 04:26:40.345:INFO [launcher]: Trying to start ChromeHeadless again (2/2). [2022-11-02T04:26:48.236Z] 02 11 2022 04:26:42.082:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket gD9PhJwaUXYWKbqJAAAB with id 83706955 [2022-11-02T04:27:00.533Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-11-02T04:27:01.120Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.507 secs) [2022-11-02T04:27:01.386Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.571 secs) [2022-11-02T04:27:01.386Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 0.593 secs) [2022-11-02T04:27:01.386Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 0.634 secs) [2022-11-02T04:27:01.386Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 0.697 secs) [2022-11-02T04:27:01.386Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 0.743 secs) [2022-11-02T04:27:01.653Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 0.777 secs) [2022-11-02T04:27:01.654Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 0.802 secs) [2022-11-02T04:27:02.236Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.406 secs) [2022-11-02T04:27:02.820Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 1.841 secs) [2022-11-02T04:27:02.820Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 1.863 secs) [2022-11-02T04:27:02.820Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 1.884 secs) [2022-11-02T04:27:02.820Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 1.906 secs) [2022-11-02T04:27:03.408Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 2.353 secs) [2022-11-02T04:27:03.408Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 2.421 secs) [2022-11-02T04:27:03.408Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 2.453 secs) [2022-11-02T04:27:03.677Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 2.473 secs) [2022-11-02T04:27:03.677Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 2.486 secs) [2022-11-02T04:27:03.677Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 2.553 secs) [2022-11-02T04:27:03.946Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 2.736 secs) [2022-11-02T04:27:03.946Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 2.755 secs) [2022-11-02T04:27:03.946Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 2.772 secs) [2022-11-02T04:27:03.946Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 2.827 secs) [2022-11-02T04:27:04.214Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 2.874 secs) [2022-11-02T04:27:04.214Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 2.954 secs) [2022-11-02T04:27:04.214Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 2.976 secs) [2022-11-02T04:27:04.214Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 2.988 secs) [2022-11-02T04:27:04.799Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 3.328 secs) [2022-11-02T04:27:05.070Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 3.626 secs) [2022-11-02T04:27:05.656Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 3.972 secs) [2022-11-02T04:27:05.656Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 4.022 secs) [2022-11-02T04:27:05.656Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 4.039 secs) [2022-11-02T04:27:05.656Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 4.049 secs) [2022-11-02T04:27:05.656Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 4.13 secs) [2022-11-02T04:27:05.923Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.22 secs) [2022-11-02T04:27:05.923Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.33 secs) [2022-11-02T04:27:06.190Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 4.395 secs) [2022-11-02T04:27:06.190Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 4.492 secs) [2022-11-02T04:27:06.458Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 4.805 secs) [2022-11-02T04:27:06.724Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 4.882 secs) [2022-11-02T04:27:06.995Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.094 secs) [2022-11-02T04:27:06.995Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.165 secs) [2022-11-02T04:27:07.263Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.272 secs) [2022-11-02T04:27:07.263Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.304 secs) [2022-11-02T04:27:07.532Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.446 secs) [2022-11-02T04:27:07.802Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 5.68 secs) [2022-11-02T04:27:08.069Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 5.787 secs) [2022-11-02T04:27:08.069Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 5.867 secs) [2022-11-02T04:27:08.337Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.019 secs) [2022-11-02T04:27:08.337Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.086 secs) [2022-11-02T04:27:08.603Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.369 secs) [2022-11-02T04:27:08.869Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.46 secs) [2022-11-02T04:27:09.134Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.601 secs) [2022-11-02T04:27:09.134Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.678 secs) [2022-11-02T04:27:09.403Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.73 secs) [2022-11-02T04:27:09.669Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 7.195 secs) [2022-11-02T04:27:09.941Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 7.351 secs) [2022-11-02T04:27:09.941Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 7.375 secs) [2022-11-02T04:27:10.220Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 7.585 secs) [2022-11-02T04:27:10.489Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 7.658 secs) [2022-11-02T04:27:10.756Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.835 secs) [2022-11-02T04:27:10.756Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.908 secs) [2022-11-02T04:27:10.756Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.97 secs) [2022-11-02T04:27:11.031Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 8.05 secs) [2022-11-02T04:27:11.295Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 8.332 secs) [2022-11-02T04:27:11.295Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 8.358 secs) [2022-11-02T04:27:11.560Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 8.406 secs) [2022-11-02T04:27:11.825Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 8.701 secs) [2022-11-02T04:27:12.093Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 8.834 secs) [2022-11-02T04:27:12.093Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 8.889 secs) [2022-11-02T04:27:12.093Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 8.914 secs) [2022-11-02T04:27:12.093Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 8.928 secs) [2022-11-02T04:27:12.360Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.988 secs) [2022-11-02T04:27:12.360Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 9.015 secs) [2022-11-02T04:27:12.360Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 9.038 secs) [2022-11-02T04:27:12.360Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 9.068 secs) [2022-11-02T04:27:12.626Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 9.351 secs) [2022-11-02T04:27:12.892Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 9.426 secs) [2022-11-02T04:27:12.892Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 9.458 secs) [2022-11-02T04:27:12.892Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 9.491 secs) [2022-11-02T04:27:13.848Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 10.193 secs) [2022-11-02T04:27:13.848Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 10.293 secs) [2022-11-02T04:27:13.848Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 10.357 secs) [2022-11-02T04:27:14.114Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 10.408 secs) [2022-11-02T04:27:14.114Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 10.433 secs) [2022-11-02T04:27:14.114Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 10.445 secs) [2022-11-02T04:27:14.114Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 10.556 secs) [2022-11-02T04:27:14.380Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 10.722 secs) [2022-11-02T04:27:14.647Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 10.793 secs) [2022-11-02T04:27:14.647Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 10.94 secs) [2022-11-02T04:27:14.914Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 11.02 secs) [2022-11-02T04:27:15.181Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 11.315 secs) [2022-11-02T04:27:15.448Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 11.469 secs) [2022-11-02T04:27:15.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 11.537 secs) [2022-11-02T04:27:15.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 11.566 secs) [2022-11-02T04:27:15.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 11.578 secs) [2022-11-02T04:27:15.716Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 11.632 secs) [2022-11-02T04:27:15.983Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 11.686 secs) [2022-11-02T04:27:15.983Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 11.834 secs) [2022-11-02T04:27:16.250Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 11.931 secs) [2022-11-02T04:27:16.830Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 12.325 secs) [2022-11-02T04:27:16.830Z] WARN: ' [2022-11-02T04:27:16.830Z] It looks like you're using ngModel on the same form field as formControlName. [2022-11-02T04:27:16.830Z] Support for using the ngModel input property and ngModelChange event with [2022-11-02T04:27:16.830Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-11-02T04:27:16.830Z] in a future version of Angular. [2022-11-02T04:27:16.830Z] [2022-11-02T04:27:16.830Z] For more information on this, see our API docs here: [2022-11-02T04:27:16.830Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-11-02T04:27:16.830Z] ' [2022-11-02T04:27:16.830Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 12.325 secs) [2022-11-02T04:27:16.830Z] WARN: ' [2022-11-02T04:27:16.830Z] It looks like you're using ngModel on the same form field as formControlName. [2022-11-02T04:27:16.830Z] Support for using the ngModel input property and ngModelChange event with [2022-11-02T04:27:16.830Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-11-02T04:27:16.830Z] in a future version of Angular. [2022-11-02T04:27:16.830Z] [2022-11-02T04:27:16.830Z] For more information on this, see our API docs here: [2022-11-02T04:27:16.830Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-11-02T04:27:16.830Z] ' [2022-11-02T04:27:16.830Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 12.495 secs) [2022-11-02T04:27:17.097Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 12.623 secs) [2022-11-02T04:27:17.097Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 12.705 secs) [2022-11-02T04:27:17.681Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 12.973 secs) [2022-11-02T04:27:17.681Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 13.018 secs) [2022-11-02T04:27:17.681Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 13.097 secs) [2022-11-02T04:27:17.947Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 13.144 secs) [2022-11-02T04:27:17.947Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 13.195 secs) [2022-11-02T04:27:17.947Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 13.213 secs) [2022-11-02T04:27:17.947Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 13.274 secs) [2022-11-02T04:27:18.213Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 13.477 secs) [2022-11-02T04:27:18.482Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 13.599 secs) [2022-11-02T04:27:18.482Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 13.649 secs) [2022-11-02T04:27:18.749Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 13.856 secs) [2022-11-02T04:27:19.015Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 14.095 secs) [2022-11-02T04:27:19.281Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 14.194 secs) [2022-11-02T04:27:19.281Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 14.225 secs) [2022-11-02T04:27:19.281Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 14.254 secs) [2022-11-02T04:27:19.281Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 14.281 secs) [2022-11-02T04:27:19.547Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 14.453 secs) [2022-11-02T04:27:19.547Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 14.501 secs) [2022-11-02T04:27:19.814Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 14.551 secs) [2022-11-02T04:27:19.814Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 14.574 secs) [2022-11-02T04:27:19.814Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 14.658 secs) [2022-11-02T04:27:20.080Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 14.8 secs) [2022-11-02T04:27:20.081Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 14.834 secs) [2022-11-02T04:27:20.348Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 14.927 secs) [2022-11-02T04:27:20.348Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 14.979 secs) [2022-11-02T04:27:20.348Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 14.999 secs) [2022-11-02T04:27:20.348Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 15.072 secs) [2022-11-02T04:27:20.615Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 15.202 secs) [2022-11-02T04:27:20.615Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 15.243 secs) [2022-11-02T04:27:20.881Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 15.274 secs) [2022-11-02T04:27:20.881Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 15.304 secs) [2022-11-02T04:27:20.881Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 15.356 secs) [2022-11-02T04:27:20.881Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 15.439 secs) [2022-11-02T04:27:21.150Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 15.563 secs) [2022-11-02T04:27:21.150Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 15.615 secs) [2022-11-02T04:27:21.417Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 15.658 secs) [2022-11-02T04:27:21.417Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 15.754 secs) [2022-11-02T04:27:21.417Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 15.783 secs) [2022-11-02T04:27:21.685Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 15.815 secs) [2022-11-02T04:27:21.685Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 15.843 secs) [2022-11-02T04:27:21.685Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 15.986 secs) [2022-11-02T04:27:21.953Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 16.084 secs) [2022-11-02T04:27:21.953Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 16.122 secs) [2022-11-02T04:27:22.218Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 16.141 secs) [2022-11-02T04:27:22.218Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 16.315 secs) [2022-11-02T04:27:23.627Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (23.015 secs / 16.315 secs) [2022-11-02T04:27:23.627Z] TOTAL: 149 SUCCESS [2022-11-02T04:27:23.627Z] ✔ Browser application bundle generation complete. [2022-11-02T04:27:28.966Z] [2022-11-02T04:27:28.966Z] =============================== Coverage summary =============================== [2022-11-02T04:27:28.966Z] Statements : 40.98% ( 1467/3580 ) [2022-11-02T04:27:28.966Z] Branches : 12.03% ( 111/923 ) [2022-11-02T04:27:28.966Z] Functions : 33.28% ( 432/1298 ) [2022-11-02T04:27:28.966Z] Lines : 38.91% ( 1318/3387 ) [2022-11-02T04:27:28.966Z] ================================================================================ [2022-11-02T04:27:28.966Z] 02 11 2022 04:27:28.602:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-11-02T04:27:29.927Z] ✔ Browser application bundle generation complete. [2022-11-02T04:27:30.905Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-11-02T04:27:30.943Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-11-02T04:27:30.976Z] $ docker stop --time=1 0497fc25b6eb1f45fdcf4e33565baf1864e01a9d062c38ecc393385f264d49eb [2022-11-02T04:27:32.728Z] $ docker rm -f 0497fc25b6eb1f45fdcf4e33565baf1864e01a9d062c38ecc393385f264d49eb [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T04:27:33.735Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-11-02T04:27:37.111Z] Warning: overwriting stash ‘coverage-report’ [2022-11-02T04:27:42.776Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-02T04:27:43.436Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-11-02T04:27:46.439Z] + ls -al . [2022-11-02T04:27:46.439Z] total 180 [2022-11-02T04:27:46.439Z] drwxrwxr-x 13 jenkins jenkins 4096 Nov 2 04:13 . [2022-11-02T04:27:46.439Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:10 .. [2022-11-02T04:27:46.439Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:10 .blubracket [2022-11-02T04:27:46.439Z] -rw-rw-r-- 1 jenkins jenkins 18 Nov 2 04:10 .dockerignore [2022-11-02T04:27:46.439Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 04:10 .git [2022-11-02T04:27:46.439Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:10 .github [2022-11-02T04:27:46.439Z] -rw-rw-r-- 1 jenkins jenkins 185 Nov 2 04:10 .gitignore [2022-11-02T04:27:46.439Z] -rw-rw-r-- 1 jenkins jenkins 4856 Nov 2 04:10 Attribution.txt [2022-11-02T04:27:46.439Z] -rw-rw-r-- 1 jenkins jenkins 14570 Nov 2 04:10 CHANGELOG.md [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 2 04:10 CONTRIBUTING.md [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 1847 Nov 2 04:10 Dockerfile [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 2 04:10 Jenkinsfile [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 2 04:10 LICENSE [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 2124 Nov 2 04:10 Makefile [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 4558 Nov 2 04:10 README.md [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 2 04:06 VERSION [2022-11-02T04:27:46.440Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:10 assets [2022-11-02T04:27:46.440Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:10 bin [2022-11-02T04:27:46.440Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:10 cmd [2022-11-02T04:27:46.440Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 2 04:13 coverage.out [2022-11-02T04:27:46.440Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:10 docs [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 3152 Nov 2 04:10 go.mod [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 43972 Nov 2 04:10 go.sum [2022-11-02T04:27:46.440Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 04:10 internal [2022-11-02T04:27:46.440Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:10 snap [2022-11-02T04:27:46.440Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:10 testing [2022-11-02T04:27:46.440Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 2 04:10 version.go [2022-11-02T04:27:46.440Z] drwxrwxr-x 6 jenkins jenkins 4096 Nov 2 04:17 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:27:46.879Z] + 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=1016fbe2505b68d08a31a200d2ea13be5836663d --label arch=arm64 --label version=0.0.0 . [2022-11-02T04:27:48.318Z] Sending build context to Docker daemon 31.5MB [2022-11-02T04:27:48.318Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-11-02T04:27:48.318Z] Step 2/26 : FROM ${BASE} AS builder [2022-11-02T04:27:48.318Z] ---> 03d5d59abe2e [2022-11-02T04:27:48.318Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-11-02T04:27:49.280Z] ---> Running in 9d3190fc3bfe [2022-11-02T04:27:49.547Z] Removing intermediate container 9d3190fc3bfe [2022-11-02T04:27:49.547Z] ---> 81bbb2a8d270 [2022-11-02T04:27:49.547Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-11-02T04:27:49.547Z] ---> Running in 0ce7714e9872 [2022-11-02T04:27:49.814Z] Removing intermediate container 0ce7714e9872 [2022-11-02T04:27:49.814Z] ---> 6db3ff21df9a [2022-11-02T04:27:49.814Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-11-02T04:27:50.081Z] ---> Running in 1c3459de3213 [2022-11-02T04:27:50.348Z] Removing intermediate container 1c3459de3213 [2022-11-02T04:27:50.348Z] ---> d805a075c14e [2022-11-02T04:27:50.348Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-11-02T04:27:50.348Z] ---> Running in fb2b03788df2 [2022-11-02T04:27:50.616Z] Removing intermediate container fb2b03788df2 [2022-11-02T04:27:50.616Z] ---> cdd4dcb48d0f [2022-11-02T04:27:50.616Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-11-02T04:27:50.885Z] ---> Running in 32398382cf95 [2022-11-02T04:27:51.151Z] Removing intermediate container 32398382cf95 [2022-11-02T04:27:51.151Z] ---> 8ae1579e432c [2022-11-02T04:27:51.151Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-11-02T04:27:53.092Z] ---> 84cced07e000 [2022-11-02T04:27:53.092Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-11-02T04:27:53.092Z] ---> Running in b9fbf1f2ab37 [2022-11-02T04:27:55.039Z] Removing intermediate container b9fbf1f2ab37 [2022-11-02T04:27:55.039Z] ---> f53d7d343f0a [2022-11-02T04:27:55.039Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-11-02T04:27:55.039Z] ---> Running in d18af37fb1e2 [2022-11-02T04:27:55.999Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T04:27:56.581Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T04:27:57.992Z] OK: 221 MiB in 51 packages [2022-11-02T04:27:58.952Z] Removing intermediate container d18af37fb1e2 [2022-11-02T04:27:58.952Z] ---> 66b43f9c4cd6 [2022-11-02T04:27:58.952Z] Step 11/26 : ENV GO111MODULE=on [2022-11-02T04:27:58.952Z] ---> Running in 686b365839cf [2022-11-02T04:27:59.218Z] Removing intermediate container 686b365839cf [2022-11-02T04:27:59.218Z] ---> 31eb4529ece9 [2022-11-02T04:27:59.218Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-11-02T04:27:59.485Z] ---> Running in 6e64eeda6de2 [2022-11-02T04:27:59.753Z] Removing intermediate container 6e64eeda6de2 [2022-11-02T04:27:59.753Z] ---> 43c7bffc3c2a [2022-11-02T04:27:59.753Z] Step 13/26 : COPY go.mod vendor* ./ [2022-11-02T04:28:00.341Z] ---> 39991e434654 [2022-11-02T04:28:00.341Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T04:28:00.341Z] ---> Running in b31e3185b028 [2022-11-02T04:28:02.925Z] Removing intermediate container b31e3185b028 [2022-11-02T04:28:02.925Z] ---> ce4050cd1280 [2022-11-02T04:28:02.925Z] Step 15/26 : COPY . . [2022-11-02T04:28:07.180Z] ---> 7b84bbe4cd39 [2022-11-02T04:28:07.180Z] Step 16/26 : RUN ${MAKE} [2022-11-02T04:28:07.180Z] ---> Running in 7f3108e0d09c [2022-11-02T04:28:08.141Z] 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-11-02T04:29:29.832Z] Removing intermediate container 7f3108e0d09c [2022-11-02T04:29:29.832Z] ---> 332b9b8a2b1b [2022-11-02T04:29:29.832Z] Step 17/26 : FROM alpine:3.14 [2022-11-02T04:29:29.832Z] 3.14: Pulling from library/alpine [2022-11-02T04:29:29.832Z] 90cda3b7c325: Pulling fs layer [2022-11-02T04:29:29.832Z] 90cda3b7c325: Verifying Checksum [2022-11-02T04:29:29.832Z] 90cda3b7c325: Download complete [2022-11-02T04:29:29.832Z] 90cda3b7c325: Pull complete [2022-11-02T04:29:29.832Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-11-02T04:29:29.832Z] Status: Downloaded newer image for alpine:3.14 [2022-11-02T04:29:29.832Z] ---> 376ba31ae3da [2022-11-02T04:29:29.832Z] Step 18/26 : EXPOSE 4000 [2022-11-02T04:29:29.832Z] ---> Running in 9382fa655fd2 [2022-11-02T04:29:29.832Z] Removing intermediate container 9382fa655fd2 [2022-11-02T04:29:29.832Z] ---> 89c7a6176349 [2022-11-02T04:29:29.832Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-11-02T04:29:31.239Z] ---> d6a52c8b2203 [2022-11-02T04:29:31.239Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-11-02T04:29:31.823Z] ---> 8b140f8b0cc0 [2022-11-02T04:29:31.823Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-11-02T04:29:32.090Z] ---> 58ce2604e0fb [2022-11-02T04:29:32.090Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-11-02T04:29:32.357Z] ---> Running in 905a463f3b8d [2022-11-02T04:29:32.624Z] Removing intermediate container 905a463f3b8d [2022-11-02T04:29:32.624Z] ---> dbe4d4d4d834 [2022-11-02T04:29:32.624Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-11-02T04:29:32.624Z] ---> Running in e0fd61b1a536 [2022-11-02T04:29:32.892Z] Removing intermediate container e0fd61b1a536 [2022-11-02T04:29:32.892Z] ---> d5a727b4cd76 [2022-11-02T04:29:32.892Z] Step 24/26 : LABEL arch=arm64 [2022-11-02T04:29:33.163Z] ---> Running in dcb2dcfa6c51 [2022-11-02T04:29:33.431Z] Removing intermediate container dcb2dcfa6c51 [2022-11-02T04:29:33.431Z] ---> bc79fdb6cc32 [2022-11-02T04:29:33.431Z] Step 25/26 : LABEL git_sha=1016fbe2505b68d08a31a200d2ea13be5836663d [2022-11-02T04:29:33.431Z] ---> Running in a89902708289 [2022-11-02T04:29:33.699Z] Removing intermediate container a89902708289 [2022-11-02T04:29:33.699Z] ---> 5d28df2d0cf5 [2022-11-02T04:29:33.699Z] Step 26/26 : LABEL version=0.0.0 [2022-11-02T04:29:33.699Z] ---> Running in 412ad1dfa3bb [2022-11-02T04:29:34.282Z] Removing intermediate container 412ad1dfa3bb [2022-11-02T04:29:34.282Z] ---> 5fff9efb3385 [2022-11-02T04:29:34.282Z] [Warning] One or more build-args [ARCH] were not consumed [2022-11-02T04:29:34.282Z] Successfully built 5fff9efb3385 [2022-11-02T04:29:34.282Z] 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-11-02T04:29:35.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T04:29:35.073Z] [2022-11-02T04:29:35.073Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:29:35.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T04:29:35.479Z] arm64: Pulling from edgex-lftools-log-publisher [2022-11-02T04:29:35.749Z] 8998bd30e6a1: Pulling fs layer [2022-11-02T04:29:35.749Z] 04944245beec: Pulling fs layer [2022-11-02T04:29:35.749Z] 699f458cf7ca: Pulling fs layer [2022-11-02T04:29:35.749Z] 765212b225bb: Pulling fs layer [2022-11-02T04:29:35.749Z] f23df028b6ca: Pulling fs layer [2022-11-02T04:29:35.749Z] d65c8cfc05b1: Pulling fs layer [2022-11-02T04:29:35.749Z] 2437ff75d9bd: Pulling fs layer [2022-11-02T04:29:35.749Z] 765212b225bb: Waiting [2022-11-02T04:29:35.749Z] f23df028b6ca: Waiting [2022-11-02T04:29:35.749Z] d65c8cfc05b1: Waiting [2022-11-02T04:29:35.749Z] 2437ff75d9bd: Waiting [2022-11-02T04:29:35.749Z] 04944245beec: Verifying Checksum [2022-11-02T04:29:35.749Z] 04944245beec: Download complete [2022-11-02T04:29:35.749Z] 765212b225bb: Verifying Checksum [2022-11-02T04:29:35.749Z] 765212b225bb: Download complete [2022-11-02T04:29:35.749Z] f23df028b6ca: Verifying Checksum [2022-11-02T04:29:35.749Z] f23df028b6ca: Download complete [2022-11-02T04:29:36.016Z] d65c8cfc05b1: Verifying Checksum [2022-11-02T04:29:36.016Z] d65c8cfc05b1: Download complete [2022-11-02T04:29:36.016Z] 699f458cf7ca: Verifying Checksum [2022-11-02T04:29:36.016Z] 699f458cf7ca: Download complete [2022-11-02T04:29:36.285Z] 8998bd30e6a1: Verifying Checksum [2022-11-02T04:29:36.285Z] 8998bd30e6a1: Download complete [2022-11-02T04:29:38.860Z] 2437ff75d9bd: Verifying Checksum [2022-11-02T04:29:38.860Z] 2437ff75d9bd: Download complete [2022-11-02T04:29:40.261Z] 8998bd30e6a1: Pull complete [2022-11-02T04:29:40.526Z] 04944245beec: Pull complete [2022-11-02T04:29:41.932Z] 699f458cf7ca: Pull complete [2022-11-02T04:29:41.932Z] 765212b225bb: Pull complete [2022-11-02T04:29:42.892Z] f23df028b6ca: Pull complete [2022-11-02T04:29:42.892Z] d65c8cfc05b1: Pull complete [2022-11-02T04:29:57.874Z] 2437ff75d9bd: Pull complete [2022-11-02T04:29:57.874Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-11-02T04:29:57.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T04:29:57.874Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T04:29:58.195Z] prd-ubuntu20.04-docker-arm64-4c-16g-117823 does not seem to be running inside a container [2022-11-02T04:29:58.263Z] $ 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-11-02T04:30:01.126Z] $ docker top efd1c36da1ba1ad7fe58c6e37f6f9bccdbb6137ca7e57bca659c7e532bbf953c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:30:02.011Z] ---> job-cost.sh [2022-11-02T04:30:02.011Z] lf-activate-venv: SKIPPING [2022-11-02T04:30:02.011Z] INFO: No Stack... [2022-11-02T04:30:02.277Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-11-02T04:30:03.231Z] INFO: Archiving Costs [Pipeline] sh [2022-11-02T04:30:03.890Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-11-02T04:30:03.890Z] + cut -d, -f6 [Pipeline] lock [2022-11-02T04:30:03.972Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-569-1-stack-cost] [2022-11-02T04:30:03.975Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-569-1-stack-cost] did not exist. Created. [2022-11-02T04:30:03.975Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-569-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-11-02T04:30:04.701Z] /w/workspace/edgex-ui-go/1@tmp/durable-15913d4d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-11-02T04:30:05.378Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-11-02T04:30:05.412Z] Warning: overwriting stash ‘stack-cost’ [2022-11-02T04:30:10.137Z] Stashed 1 file(s) [Pipeline] } [2022-11-02T04:30:10.157Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-569-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-11-02T04:30:10.244Z] $ docker stop --time=1 efd1c36da1ba1ad7fe58c6e37f6f9bccdbb6137ca7e57bca659c7e532bbf953c [2022-11-02T04:30:11.951Z] $ docker rm -f efd1c36da1ba1ad7fe58c6e37f6f9bccdbb6137ca7e57bca659c7e532bbf953c [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-11-02T04:30:12.985Z] provisioning config files... [2022-11-02T04:30:12.992Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp/config7904365399819118771tmp [Pipeline] { [Pipeline] sh [2022-11-02T04:30:13.326Z] + set +x [2022-11-02T04:30:13.326Z] + curl -s https://codecov.io/bash [2022-11-02T04:30:13.326Z] + bash -s -- [2022-11-02T04:30:13.326Z] [2022-11-02T04:30:13.326Z] _____ _ [2022-11-02T04:30:13.326Z] / ____| | | [2022-11-02T04:30:13.326Z] | | ___ __| | ___ ___ _____ __ [2022-11-02T04:30:13.326Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-11-02T04:30:13.326Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-11-02T04:30:13.326Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-11-02T04:30:13.326Z] Bash-1.0.6 [2022-11-02T04:30:13.326Z] [2022-11-02T04:30:13.326Z] [2022-11-02T04:30:13.326Z] ==> git version 2.25.1 found [2022-11-02T04:30:13.326Z] ==> 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-11-02T04:30:13.326Z] Release-Date: 2020-01-08 [2022-11-02T04:30:13.326Z] 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-11-02T04:30:13.326Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-11-02T04:30:13.326Z] ==> Jenkins CI detected. [2022-11-02T04:30:13.326Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-569 [2022-11-02T04:30:13.326Z] project root: . [2022-11-02T04:30:13.326Z] --> token set from env [2022-11-02T04:30:13.326Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-11-02T04:30:13.326Z] ==> Running gcov in . (disable via -X gcov) [2022-11-02T04:30:13.586Z] ==> Python coveragepy not found [2022-11-02T04:30:13.586Z] ==> Searching for coverage reports in: [2022-11-02T04:30:13.586Z] + . [2022-11-02T04:30:13.586Z] -> Found 1 reports [2022-11-02T04:30:13.586Z] ==> Detecting git/mercurial file structure [2022-11-02T04:30:13.586Z] ==> Reading reports [2022-11-02T04:30:13.586Z] + ./coverage.out bytes=10 [2022-11-02T04:30:13.586Z] ==> Appending adjustments [2022-11-02T04:30:13.586Z] https://docs.codecov.io/docs/fixing-reports [2022-11-02T04:30:14.155Z] + Found adjustments [2022-11-02T04:30:14.155Z] ==> Gzipping contents [2022-11-02T04:30:14.155Z] 12K /tmp/codecov.3iq4n9.gz [2022-11-02T04:30:14.415Z] ==> Uploading reports [2022-11-02T04:30:14.415Z] url: https://codecov.io [2022-11-02T04:30:14.415Z] query: branch=PR-569&commit=1016fbe2505b68d08a31a200d2ea13be5836663d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-569%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=569&job=&cmd_args= [2022-11-02T04:30:14.415Z] -> Pinging Codecov [2022-11-02T04:30:14.415Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-569&commit=1016fbe2505b68d08a31a200d2ea13be5836663d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-569%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=569&job=&cmd_args= [2022-11-02T04:30:14.675Z] -> Uploading to [2022-11-02T04:30:14.675Z] https://storage.googleapis.com/codecov/v4/raw/2022-11-02/FB506323287CE973F263BFD2A0EB1F37/1016fbe2505b68d08a31a200d2ea13be5836663d/cf20571d-7176-4f85-b695-931af770f6d8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221102%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221102T043014Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81f8f33735b5df5e8ed2812d15e95bd9981f9a6f2136219f9dd2fbb8a116c780 [2022-11-02T04:30:14.675Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-02T04:30:14.675Z] Dload Upload Total Spent Left Speed [2022-11-02T04:30:14.935Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 43920 --:--:-- --:--:-- --:--:-- 43704 100 8872 0 0 100 8872 0 37277 --:--:-- --:--:-- --:--:-- 37121 [2022-11-02T04:30:14.935Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/1016fbe2505b68d08a31a200d2ea13be5836663d [Pipeline] } [2022-11-02T04:30:14.965Z] 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-11-02T04:30:16.707Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-569/archives ] [2022-11-02T04:30:16.707Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-569/archives [2022-11-02T04:30:16.707Z] total 16 [2022-11-02T04:30:16.708Z] drwxr-xr-x 3 root root 4096 Nov 2 04:10 . [2022-11-02T04:30:16.708Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 2 04:10 .. [2022-11-02T04:30:16.708Z] drwxr-xr-x 2 root root 4096 Nov 2 04:10 cost [2022-11-02T04:30:16.708Z] -rw-r--r-- 1 root root 83 Nov 2 04:10 cost.csv [2022-11-02T04:30:16.708Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-569/archives [2022-11-02T04:30:16.708Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-569/archives [2022-11-02T04:30:16.708Z] total 16 [2022-11-02T04:30:16.708Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 2 04:10 . [2022-11-02T04:30:16.708Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 2 04:10 .. [2022-11-02T04:30:16.708Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 2 04:10 cost [2022-11-02T04:30:16.708Z] -rw-r--r-- 1 jenkins jenkins 83 Nov 2 04:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:30:17.046Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:30:17.939Z] ---> package-listing.sh [2022-11-02T04:30:17.939Z] ++ facter osfamily [2022-11-02T04:30:17.939Z] ++ tr '[:upper:]' '[:lower:]' [2022-11-02T04:30:18.198Z] + OS_FAMILY=debian [2022-11-02T04:30:18.198Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-569 [2022-11-02T04:30:18.198Z] + START_PACKAGES=/tmp/packages_start.txt [2022-11-02T04:30:18.198Z] + END_PACKAGES=/tmp/packages_end.txt [2022-11-02T04:30:18.198Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-11-02T04:30:18.198Z] + PACKAGES=/tmp/packages_start.txt [2022-11-02T04:30:18.198Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-569 ']' [2022-11-02T04:30:18.198Z] + PACKAGES=/tmp/packages_end.txt [2022-11-02T04:30:18.198Z] + case "${OS_FAMILY}" in [2022-11-02T04:30:18.198Z] + dpkg -l [2022-11-02T04:30:18.198Z] + grep '^ii' [2022-11-02T04:30:18.198Z] + '[' -f /tmp/packages_start.txt ']' [2022-11-02T04:30:18.198Z] + '[' -f /tmp/packages_end.txt ']' [2022-11-02T04:30:18.198Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-11-02T04:30:18.198Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-569 ']' [2022-11-02T04:30:18.198Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-569/archives/ [2022-11-02T04:30:18.198Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-569/archives/ [Pipeline] echo [2022-11-02T04:30:18.231Z] 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-569/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-11-02T04:30:18.527Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T04:30:19.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T04:30:19.157Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T04:30:19.295Z] prd-ubuntu20.04-docker-8c-8g-117809 does not seem to be running inside a container [2022-11-02T04:30:19.325Z] $ 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-569/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-569 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569:/w/workspace/edgexfoundry_edgex-ui-go_PR-569:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-569@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-11-02T04:30:19.543Z] $ docker top dd6f3ec04466b3bcdbc92e32ba5f42587e281b59ab1656e3e14f5aae575a6bb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T04:30:19.928Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-11-02T04:30:20.240Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-11-02T04:30:20.553Z] + ls /var/log/sa-host [2022-11-02T04:30:20.553Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T04:30:20.681Z] provisioning config files... [2022-11-02T04:30:20.689Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-569@tmp/config11572016647555209630tmp [Pipeline] { [Pipeline] echo [2022-11-02T04:30:20.743Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:30:21.059Z] ---> create-netrc.sh [Pipeline] } [2022-11-02T04:30:21.088Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:30:21.474Z] ---> python-tools-install.sh [Pipeline] echo [2022-11-02T04:30:21.506Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:30:21.815Z] ---> sudo-logs.sh [2022-11-02T04:30:21.815Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-11-02T04:30:21.899Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:30:22.209Z] ---> job-cost.sh [2022-11-02T04:30:22.209Z] lf-activate-venv: SKIPPING [2022-11-02T04:30:22.209Z] DEBUG: total: 0.2199999988079071 [2022-11-02T04:30:22.209Z] INFO: Retrieving Stack Cost... [2022-11-02T04:30:22.776Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-11-02T04:30:23.036Z] INFO: Archiving Costs [Pipeline] echo [2022-11-02T04:30:23.069Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T04:30:23.381Z] ---> logs-deploy.sh [2022-11-02T04:30:23.381Z] lf-activate-venv: SKIPPING [2022-11-02T04:30:23.381Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-569/1 [2022-11-02T04:30:23.381Z] INFO: archiving workspace using pattern(s): [2022-11-02T04:30:24.318Z] Archives upload complete. [2022-11-02T04:30:24.578Z] INFO: archiving logs to Nexus