Pull request #560 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7841e9c365b796ed341a70e11ef327e85088e564+a62889a0a610a23dc1087e46dd3b3342a727a958 (4225af6673ecbfb710bcdc062416c12b4952de9c) 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-ssh18208870416362830154.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-ssh5896324033717886902.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-560/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-560/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1533601599076913495.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-560/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3223119114133766694.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-ssh17022172315465185017.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-560/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-560/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13425398505013802414.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8664 in /w/workspace/edgexfoundry_edgex-ui-go_PR-560 [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-560 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit a62889a0a610a23dc1087e46dd3b3342a727a958 into PR head commit 7841e9c365b796ed341a70e11ef327e85088e564 Merge succeeded, producing 7841e9c365b796ed341a70e11ef327e85088e564 Checking out Revision 7841e9c365b796ed341a70e11ef327e85088e564 (PR-560) Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > 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/560/head:refs/remotes/origin/PR-560 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7841e9c365b796ed341a70e11ef327e85088e564 # 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 a62889a0a610a23dc1087e46dd3b3342a727a958 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7841e9c365b796ed341a70e11ef327e85088e564 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-20T04:09:24.941Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-20T04:09:25.114Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-20T04:09:25.220Z] ========================================================= [2022-10-20T04:09:25.221Z] EdgeX Global Pipelines Version Info [2022-10-20T04:09:25.221Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:09:25.969Z] ------------------- [2022-10-20T04:09:25.969Z] stable info: [2022-10-20T04:09:25.969Z] ------------------- [2022-10-20T04:09:25.969Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-20T04:09:25.969Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-20T04:09:25.969Z] Message: update stable to v1.0.243 [2022-10-20T04:09:26.537Z] ------------------- [2022-10-20T04:09:26.537Z] experimental info: [2022-10-20T04:09:26.537Z] ------------------- [2022-10-20T04:09:26.537Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-20T04:09:26.537Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-20T04:09:26.537Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-20T04:09:26.831Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-10-20T04:09:26.876Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-10-20T04:09:26.914Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-20T04:09:26.951Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-20T04:09:26.991Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-20T04:09:27.030Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-20T04:09:27.073Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-20T04:09:27.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-20T04:09:27.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-20T04:09:27.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-20T04:09:27.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-20T04:09:27.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-10-20T04:09:27.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-20T04:09:27.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-20T04:09:27.401Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-20T04:09:27.441Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-20T04:09:27.485Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-20T04:09:27.520Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-20T04:09:27.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-20T04:09:27.601Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-20T04:09:27.640Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-20T04:09:27.677Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-20T04:09:27.724Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-20T04:09:27.766Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-20T04:09:27.810Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-20T04:09:27.856Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-20T04:09:27.900Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-20T04:09:27.941Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-560 [Pipeline] echo [2022-10-20T04:09:27.987Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-560 [Pipeline] echo [2022-10-20T04:09:28.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-560 [Pipeline] echo [2022-10-20T04:09:28.075Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7841e9c365b796ed341a70e11ef327e85088e564 [Pipeline] echo [2022-10-20T04:09:28.120Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7841e9c [Pipeline] echo [2022-10-20T04:09:28.162Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-20T04:09:28.278Z] provisioning config files... [2022-10-20T04:09:28.297Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp/config260246725783556419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:09:28.636Z] ---> docker-login.sh [2022-10-20T04:09:28.636Z] nexus3.edgexfoundry.org:10001 [2022-10-20T04:09:28.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:28.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:28.896Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:28.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:28.896Z] [2022-10-20T04:09:28.896Z] Login Succeeded [2022-10-20T04:09:28.896Z] nexus3.edgexfoundry.org:10002 [2022-10-20T04:09:28.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:29.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:29.156Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:29.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:29.156Z] [2022-10-20T04:09:29.156Z] Login Succeeded [2022-10-20T04:09:29.156Z] nexus3.edgexfoundry.org:10003 [2022-10-20T04:09:29.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:29.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:29.156Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:29.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:29.156Z] [2022-10-20T04:09:29.156Z] Login Succeeded [2022-10-20T04:09:29.156Z] nexus3.edgexfoundry.org:10004 [2022-10-20T04:09:29.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:29.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:29.156Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:29.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:29.156Z] [2022-10-20T04:09:29.156Z] Login Succeeded [2022-10-20T04:09:29.156Z] docker.io [2022-10-20T04:09:29.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:29.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:29.676Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:29.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:29.676Z] [2022-10-20T04:09:29.676Z] Login Succeeded [2022-10-20T04:09:29.676Z] ---> docker-login.sh ends [Pipeline] } [2022-10-20T04:09:29.705Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-20T04:09:30.331Z] + git rev-list -1 --merges 7841e9c365b796ed341a70e11ef327e85088e564~1..7841e9c365b796ed341a70e11ef327e85088e564 [Pipeline] echo [2022-10-20T04:09:30.373Z] -----------> git rev-list -1 --merges 7841e9c365b796ed341a70e11ef327e85088e564~1..7841e9c365b796ed341a70e11ef327e85088e564 7841e9c365b796ed341a70e11ef327e85088e564 [false] [Pipeline] sh [2022-10-20T04:09:30.678Z] + git log --format=format:%s -1 7841e9c365b796ed341a70e11ef327e85088e564 [Pipeline] echo [2022-10-20T04:09:30.713Z] ========================================================= [2022-10-20T04:09:30.713Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-20T04:09:30.713Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-20T04:09:31.159Z] + git log --format=format:%s -1 7841e9c365b796ed341a70e11ef327e85088e564 [Pipeline] echo [2022-10-20T04:09:31.191Z] [semverPrep] GIT_COMMIT: 7841e9c365b796ed341a70e11ef327e85088e564, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-10-20T04:09:31.221Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-20T04:09:31.596Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-20T04:09:31.596Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-20T04:09:31.597Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-20T04:09:31.597Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-20T04:09:31.597Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-20T04:09:31.597Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-20T04:09:31.597Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:09:32.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-20T04:09:32.021Z] [2022-10-20T04:09:32.021Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:09:32.397Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-20T04:09:32.397Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-20T04:09:32.397Z] b85a868b505f: Pulling fs layer [2022-10-20T04:09:32.397Z] e2be974225ed: Pulling fs layer [2022-10-20T04:09:32.397Z] 339a4e72a1f5: Pulling fs layer [2022-10-20T04:09:32.397Z] 988bab9f4d93: Pulling fs layer [2022-10-20T04:09:32.397Z] 1469e6f7b9e6: Pulling fs layer [2022-10-20T04:09:32.397Z] eaf3925da568: Pulling fs layer [2022-10-20T04:09:32.397Z] bab4dde63d76: Pulling fs layer [2022-10-20T04:09:32.397Z] bde34c3a00c8: Pulling fs layer [2022-10-20T04:09:32.397Z] b352a97aabf1: Pulling fs layer [2022-10-20T04:09:32.397Z] 4872d77fe225: Pulling fs layer [2022-10-20T04:09:32.397Z] 5851b861e8e6: Pulling fs layer [2022-10-20T04:09:32.397Z] 988bab9f4d93: Waiting [2022-10-20T04:09:32.397Z] bab4dde63d76: Waiting [2022-10-20T04:09:32.397Z] 1469e6f7b9e6: Waiting [2022-10-20T04:09:32.397Z] eaf3925da568: Waiting [2022-10-20T04:09:32.397Z] 4872d77fe225: Waiting [2022-10-20T04:09:32.397Z] bde34c3a00c8: Waiting [2022-10-20T04:09:32.397Z] b352a97aabf1: Waiting [2022-10-20T04:09:32.397Z] 5851b861e8e6: Waiting [2022-10-20T04:09:32.397Z] e2be974225ed: Verifying Checksum [2022-10-20T04:09:32.397Z] e2be974225ed: Download complete [2022-10-20T04:09:32.397Z] 988bab9f4d93: Verifying Checksum [2022-10-20T04:09:32.397Z] 988bab9f4d93: Download complete [2022-10-20T04:09:32.658Z] 1469e6f7b9e6: Verifying Checksum [2022-10-20T04:09:32.658Z] 1469e6f7b9e6: Download complete [2022-10-20T04:09:32.658Z] eaf3925da568: Verifying Checksum [2022-10-20T04:09:32.658Z] eaf3925da568: Download complete [2022-10-20T04:09:32.658Z] 339a4e72a1f5: Verifying Checksum [2022-10-20T04:09:32.658Z] 339a4e72a1f5: Download complete [2022-10-20T04:09:32.658Z] bde34c3a00c8: Verifying Checksum [2022-10-20T04:09:32.658Z] bde34c3a00c8: Download complete [2022-10-20T04:09:32.658Z] b352a97aabf1: Verifying Checksum [2022-10-20T04:09:32.658Z] b352a97aabf1: Download complete [2022-10-20T04:09:32.658Z] 4872d77fe225: Verifying Checksum [2022-10-20T04:09:32.658Z] 4872d77fe225: Download complete [2022-10-20T04:09:32.658Z] 5851b861e8e6: Verifying Checksum [2022-10-20T04:09:32.658Z] 5851b861e8e6: Download complete [2022-10-20T04:09:32.658Z] b85a868b505f: Verifying Checksum [2022-10-20T04:09:32.658Z] b85a868b505f: Download complete [2022-10-20T04:09:32.919Z] bab4dde63d76: Download complete [2022-10-20T04:09:34.835Z] b85a868b505f: Pull complete [2022-10-20T04:09:34.835Z] e2be974225ed: Pull complete [2022-10-20T04:09:35.095Z] 339a4e72a1f5: Pull complete [2022-10-20T04:09:35.356Z] 988bab9f4d93: Pull complete [2022-10-20T04:09:35.620Z] 1469e6f7b9e6: Pull complete [2022-10-20T04:09:35.620Z] eaf3925da568: Pull complete [2022-10-20T04:09:37.527Z] bab4dde63d76: Pull complete [2022-10-20T04:09:37.788Z] bde34c3a00c8: Pull complete [2022-10-20T04:09:37.788Z] b352a97aabf1: Pull complete [2022-10-20T04:09:38.052Z] 4872d77fe225: Pull complete [2022-10-20T04:09:38.052Z] 5851b861e8e6: Pull complete [2022-10-20T04:09:38.052Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-20T04:09:38.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-20T04:09:38.052Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T04:09:38.286Z] prd-ubuntu20.04-docker-8c-8g-8664 does not seem to be running inside a container [2022-10-20T04:09:38.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-560 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560:/w/workspace/edgexfoundry_edgex-ui-go_PR-560:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-20T04:09:39.846Z] $ docker top a92a5848e5e457b9e0dacc6e0a0e37dd025d5a201d21e55700f47076e975f6a5 -eo pid,comm [2022-10-20T04:09:39.899Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-10-20T04:09:39.899Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-20T04:09:40.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-20T04:09:40.039Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-20T04:09:40.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-20T04:09:40.174Z] $ docker exec a92a5848e5e457b9e0dacc6e0a0e37dd025d5a201d21e55700f47076e975f6a5 ssh-agent [2022-10-20T04:09:40.290Z] SSH_AUTH_SOCK=/tmp/ssh-LrRV8Sx23SuE/agent.32 [2022-10-20T04:09:40.290Z] SSH_AGENT_PID=38 [2022-10-20T04:09:40.296Z] Running ssh-add (command line suppressed) [2022-10-20T04:09:40.404Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp/private_key_18194225152885372500.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp/private_key_18194225152885372500.key) [2022-10-20T04:09:40.420Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-20T04:09:40.757Z] + git tag --points-at HEAD [Pipeline] } [2022-10-20T04:09:40.786Z] $ docker exec --env ******** --env ******** a92a5848e5e457b9e0dacc6e0a0e37dd025d5a201d21e55700f47076e975f6a5 ssh-agent -k [2022-10-20T04:09:40.883Z] unset SSH_AUTH_SOCK; [2022-10-20T04:09:40.884Z] unset SSH_AGENT_PID; [2022-10-20T04:09:40.884Z] echo Agent pid 38 killed; [2022-10-20T04:09:40.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-20T04:09:40.986Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-20T04:09:40.986Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-20T04:09:41.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-20T04:09:41.110Z] $ docker exec a92a5848e5e457b9e0dacc6e0a0e37dd025d5a201d21e55700f47076e975f6a5 ssh-agent [2022-10-20T04:09:41.229Z] SSH_AUTH_SOCK=/tmp/ssh-9qetx46IYleq/agent.70 [2022-10-20T04:09:41.229Z] SSH_AGENT_PID=76 [2022-10-20T04:09:41.234Z] Running ssh-add (command line suppressed) [2022-10-20T04:09:41.336Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp/private_key_7556273323319065613.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp/private_key_7556273323319065613.key) [2022-10-20T04:09:41.348Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-20T04:09:41.685Z] + git semver init [2022-10-20T04:09:41.945Z] 2022-10-20 04:09:41,855 [run_init] DEBUG init version:0.0.0 force:False [2022-10-20T04:09:41.945Z] 2022-10-20 04:09:41,856 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-560/.semver [2022-10-20T04:09:41.945Z] 2022-10-20 04:09:41,857 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-560/.semver [2022-10-20T04:09:41.945Z] 2022-10-20 04:09:41,857 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-560/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-560, universal_newlines=False, shell=None, istream=None) [2022-10-20T04:09:44.963Z] 2022-10-20 04:09:44,337 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-560/.git/info/exclude [2022-10-20T04:09:44.963Z] 2022-10-20 04:09:44,337 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-560/.semver/PR-560 with force:False [2022-10-20T04:09:44.963Z] 2022-10-20 04:09:44,337 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-560/.semver/PR-560 [2022-10-20T04:09:44.963Z] 2022-10-20 04:09:44,340 [execute] INFO git cat-file --batch-check [2022-10-20T04:09:44.963Z] 2022-10-20 04:09:44,340 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-560/.semver, universal_newlines=False, shell=None, istream=) [2022-10-20T04:09:44.963Z] 2022-10-20 04:09:44,346 [execute] INFO git cat-file --batch [2022-10-20T04:09:44.963Z] 2022-10-20 04:09:44,347 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-560/.semver, universal_newlines=False, shell=None, istream=) [2022-10-20T04:09:44.963Z] 2022-10-20 04:09:44,351 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-560/.semver/PR-560 [2022-10-20T04:09:44.963Z] 0.0.0 [Pipeline] } [2022-10-20T04:09:44.996Z] $ docker exec --env ******** --env ******** a92a5848e5e457b9e0dacc6e0a0e37dd025d5a201d21e55700f47076e975f6a5 ssh-agent -k [2022-10-20T04:09:45.107Z] unset SSH_AUTH_SOCK; [2022-10-20T04:09:45.107Z] unset SSH_AGENT_PID; [2022-10-20T04:09:45.108Z] echo Agent pid 76 killed; [2022-10-20T04:09:45.117Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-20T04:09:45.537Z] + git semver [Pipeline] } [2022-10-20T04:09:45.828Z] $ docker stop --time=1 a92a5848e5e457b9e0dacc6e0a0e37dd025d5a201d21e55700f47076e975f6a5 [2022-10-20T04:09:47.188Z] $ docker rm -f a92a5848e5e457b9e0dacc6e0a0e37dd025d5a201d21e55700f47076e975f6a5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-20T04:09:47.591Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-20T04:09:47.841Z] Stashed 1 file(s) [Pipeline] echo [2022-10-20T04:09:47.859Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-20T04:09:48.432Z] provisioning config files... [2022-10-20T04:09:48.442Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp/config17120809467414712284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:09:48.783Z] ---> docker-login.sh [2022-10-20T04:09:48.783Z] nexus3.edgexfoundry.org:10001 [2022-10-20T04:09:48.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:49.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:49.043Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:49.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:49.043Z] [2022-10-20T04:09:49.043Z] Login Succeeded [2022-10-20T04:09:49.043Z] nexus3.edgexfoundry.org:10002 [2022-10-20T04:09:49.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:49.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:49.043Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:49.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:49.043Z] [2022-10-20T04:09:49.043Z] Login Succeeded [2022-10-20T04:09:49.043Z] nexus3.edgexfoundry.org:10003 [2022-10-20T04:09:49.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:49.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:49.303Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:49.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:49.303Z] [2022-10-20T04:09:49.303Z] Login Succeeded [2022-10-20T04:09:49.303Z] nexus3.edgexfoundry.org:10004 [2022-10-20T04:09:49.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:49.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:49.303Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:49.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:49.303Z] [2022-10-20T04:09:49.303Z] Login Succeeded [2022-10-20T04:09:49.303Z] docker.io [2022-10-20T04:09:49.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:09:49.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:09:49.871Z] Configure a credential helper to remove this warning. See [2022-10-20T04:09:49.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:09:49.871Z] [2022-10-20T04:09:49.871Z] Login Succeeded [2022-10-20T04:09:49.871Z] ---> docker-login.sh ends [Pipeline] } [2022-10-20T04:09:49.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-20T04:09:50.072Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-20T04:09:50.106Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-20T04:09:50.137Z] ========================================================= [2022-10-20T04:09:50.138Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-20T04:09:50.138Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:09:50.615Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-20T04:09:50.876Z] Sending build context to Docker daemon 45.44MB [2022-10-20T04:09:50.876Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-20T04:09:50.876Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-20T04:09:50.876Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-20T04:09:50.876Z] 213ec9aee27d: Pulling fs layer [2022-10-20T04:09:50.876Z] 4583459ba037: Pulling fs layer [2022-10-20T04:09:50.876Z] 93c1e223e6f2: Pulling fs layer [2022-10-20T04:09:50.876Z] 53926ce57604: Pulling fs layer [2022-10-20T04:09:50.876Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-20T04:09:50.876Z] 30f14e443154: Pulling fs layer [2022-10-20T04:09:50.876Z] 801331c1e519: Pulling fs layer [2022-10-20T04:09:50.876Z] 99cc6dd402b0: Pulling fs layer [2022-10-20T04:09:50.876Z] 7d9ed39f4882: Pulling fs layer [2022-10-20T04:09:50.876Z] 30f14e443154: Waiting [2022-10-20T04:09:50.876Z] 801331c1e519: Waiting [2022-10-20T04:09:50.876Z] 99cc6dd402b0: Waiting [2022-10-20T04:09:50.876Z] 7d9ed39f4882: Waiting [2022-10-20T04:09:50.876Z] 21b2b0c7a3f4: Waiting [2022-10-20T04:09:50.876Z] 53926ce57604: Waiting [2022-10-20T04:09:50.876Z] 93c1e223e6f2: Download complete [2022-10-20T04:09:50.876Z] 4583459ba037: Download complete [2022-10-20T04:09:50.876Z] 21b2b0c7a3f4: Download complete [2022-10-20T04:09:51.138Z] 30f14e443154: Verifying Checksum [2022-10-20T04:09:51.138Z] 30f14e443154: Download complete [2022-10-20T04:09:51.138Z] 213ec9aee27d: Verifying Checksum [2022-10-20T04:09:51.138Z] 213ec9aee27d: Download complete [2022-10-20T04:09:51.138Z] 801331c1e519: Download complete [2022-10-20T04:09:51.138Z] 213ec9aee27d: Pull complete [2022-10-20T04:09:51.399Z] 4583459ba037: Pull complete [2022-10-20T04:09:51.399Z] 93c1e223e6f2: Pull complete [2022-10-20T04:09:51.660Z] 7d9ed39f4882: Verifying Checksum [2022-10-20T04:09:51.660Z] 7d9ed39f4882: Download complete [2022-10-20T04:09:51.660Z] 99cc6dd402b0: Verifying Checksum [2022-10-20T04:09:51.660Z] 99cc6dd402b0: Download complete [2022-10-20T04:09:51.918Z] 53926ce57604: Verifying Checksum [2022-10-20T04:09:51.918Z] 53926ce57604: Download complete [2022-10-20T04:09:56.121Z] 53926ce57604: Pull complete [2022-10-20T04:09:56.121Z] 21b2b0c7a3f4: Pull complete [2022-10-20T04:09:56.121Z] 30f14e443154: Pull complete [2022-10-20T04:09:56.121Z] 801331c1e519: Pull complete [2022-10-20T04:09:58.676Z] 99cc6dd402b0: Pull complete [2022-10-20T04:09:58.935Z] 7d9ed39f4882: Pull complete [2022-10-20T04:09:58.935Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-20T04:09:59.194Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-20T04:09:59.194Z] ---> 1dedd983c030 [2022-10-20T04:09:59.194Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-20T04:10:01.098Z] ---> Running in 64024f02865f [2022-10-20T04:10:01.098Z] Removing intermediate container 64024f02865f [2022-10-20T04:10:01.098Z] ---> c70c2813eccd [2022-10-20T04:10:01.098Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-20T04:10:01.098Z] ---> Running in 4ce98a55d282 [2022-10-20T04:10:01.356Z] Removing intermediate container 4ce98a55d282 [2022-10-20T04:10:01.356Z] ---> 4a5d8b9a14ba [2022-10-20T04:10:01.356Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-20T04:10:01.356Z] ---> Running in 125da71e351d [2022-10-20T04:10:01.356Z] Removing intermediate container 125da71e351d [2022-10-20T04:10:01.356Z] ---> 0306f28997cf [2022-10-20T04:10:01.356Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-20T04:10:01.356Z] ---> Running in 4224c95cedf2 [2022-10-20T04:10:01.616Z] Removing intermediate container 4224c95cedf2 [2022-10-20T04:10:01.616Z] ---> 09ce610afd68 [2022-10-20T04:10:01.616Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-20T04:10:01.616Z] ---> Running in 2836ccfbc651 [2022-10-20T04:10:01.616Z] Removing intermediate container 2836ccfbc651 [2022-10-20T04:10:01.616Z] ---> 72d36ab307f7 [2022-10-20T04:10:01.616Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-20T04:10:02.567Z] latest: Pulling from library/docker [2022-10-20T04:10:02.567Z] 213ec9aee27d: Already exists [2022-10-20T04:10:02.567Z] 7b0dd730a5c3: Pulling fs layer [2022-10-20T04:10:02.567Z] 4b90f8029a36: Pulling fs layer [2022-10-20T04:10:02.567Z] bea6d6d58c11: Pulling fs layer [2022-10-20T04:10:02.567Z] b28b21e97172: Pulling fs layer [2022-10-20T04:10:02.567Z] fd102b8fb384: Pulling fs layer [2022-10-20T04:10:02.567Z] b28b21e97172: Waiting [2022-10-20T04:10:02.567Z] 9eb1d0209852: Pulling fs layer [2022-10-20T04:10:02.567Z] d3ef7050c453: Pulling fs layer [2022-10-20T04:10:02.567Z] fd102b8fb384: Waiting [2022-10-20T04:10:02.567Z] 9eb1d0209852: Waiting [2022-10-20T04:10:02.567Z] fb4cbd776d56: Pulling fs layer [2022-10-20T04:10:02.567Z] d3ef7050c453: Waiting [2022-10-20T04:10:02.831Z] 4b90f8029a36: Verifying Checksum [2022-10-20T04:10:02.831Z] 4b90f8029a36: Download complete [2022-10-20T04:10:02.831Z] 7b0dd730a5c3: Verifying Checksum [2022-10-20T04:10:02.831Z] bea6d6d58c11: Verifying Checksum [2022-10-20T04:10:02.831Z] bea6d6d58c11: Download complete [2022-10-20T04:10:03.107Z] 7b0dd730a5c3: Pull complete [2022-10-20T04:10:03.107Z] 4b90f8029a36: Pull complete [2022-10-20T04:10:03.107Z] 9eb1d0209852: Verifying Checksum [2022-10-20T04:10:03.107Z] 9eb1d0209852: Download complete [2022-10-20T04:10:03.107Z] b28b21e97172: Verifying Checksum [2022-10-20T04:10:03.107Z] b28b21e97172: Download complete [2022-10-20T04:10:03.107Z] fd102b8fb384: Verifying Checksum [2022-10-20T04:10:03.107Z] fd102b8fb384: Download complete [2022-10-20T04:10:03.107Z] fb4cbd776d56: Verifying Checksum [2022-10-20T04:10:03.107Z] fb4cbd776d56: Download complete [2022-10-20T04:10:03.107Z] d3ef7050c453: Verifying Checksum [2022-10-20T04:10:03.107Z] d3ef7050c453: Download complete [2022-10-20T04:10:03.268Z] Still waiting to schedule task [2022-10-20T04:10:03.268Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-20T04:10:03.365Z] bea6d6d58c11: Pull complete [2022-10-20T04:10:03.931Z] b28b21e97172: Pull complete [2022-10-20T04:10:04.193Z] fd102b8fb384: Pull complete [2022-10-20T04:10:04.193Z] 9eb1d0209852: Pull complete [2022-10-20T04:10:04.193Z] d3ef7050c453: Pull complete [2022-10-20T04:10:04.453Z] fb4cbd776d56: Pull complete [2022-10-20T04:10:04.453Z] Digest: sha256:b39aa91b8a31462d6e86da84762891f6d2ac5657d34d9bf86fd1d0bd7b60e0d8 [2022-10-20T04:10:04.453Z] Status: Downloaded newer image for docker:latest [2022-10-20T04:10:05.417Z] ---> c41c3645b5ce [2022-10-20T04:10:05.417Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-20T04:10:05.677Z] ---> Running in 0e05da18db56 [2022-10-20T04:10:06.250Z] Removing intermediate container 0e05da18db56 [2022-10-20T04:10:06.250Z] ---> c3f0acd8ad1b [2022-10-20T04:10:06.250Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-20T04:10:06.250Z] ---> Running in f76e0562f811 [2022-10-20T04:10:06.511Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-20T04:10:07.449Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-20T04:10:07.708Z] OK: 211 MiB in 51 packages [2022-10-20T04:10:08.281Z] Removing intermediate container f76e0562f811 [2022-10-20T04:10:08.281Z] ---> 48c258ca136c [2022-10-20T04:10:08.281Z] Step 11/16 : ENV GO111MODULE=on [2022-10-20T04:10:08.281Z] ---> Running in 123f7eabe59f [2022-10-20T04:10:08.281Z] Removing intermediate container 123f7eabe59f [2022-10-20T04:10:08.281Z] ---> 8c3314120a76 [2022-10-20T04:10:08.281Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-20T04:10:08.281Z] ---> Running in ece541eb1bd6 [2022-10-20T04:10:08.541Z] Removing intermediate container ece541eb1bd6 [2022-10-20T04:10:08.541Z] ---> d7f5193b1d3c [2022-10-20T04:10:08.541Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-20T04:10:08.541Z] ---> 5cbe5d606df5 [2022-10-20T04:10:08.541Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-20T04:10:08.801Z] ---> Running in 81fff295c7f4 [2022-10-20T04:10:23.694Z] Removing intermediate container 81fff295c7f4 [2022-10-20T04:10:23.694Z] ---> 3138ae040815 [2022-10-20T04:10:23.694Z] Step 15/16 : COPY . . [2022-10-20T04:10:23.694Z] ---> 3cf7a97ee3bb [2022-10-20T04:10:23.694Z] Step 16/16 : RUN ${MAKE} [2022-10-20T04:10:23.694Z] ---> Running in c86b1e010a86 [2022-10-20T04:10:23.694Z] noop [2022-10-20T04:10:24.263Z] Removing intermediate container c86b1e010a86 [2022-10-20T04:10:24.263Z] ---> 6891bb0bf44b [2022-10-20T04:10:24.263Z] Successfully built 6891bb0bf44b [2022-10-20T04:10:24.263Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:10:24.732Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-20T04:10:24.732Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T04:10:24.888Z] prd-ubuntu20.04-docker-8c-8g-8664 does not seem to be running inside a container [2022-10-20T04:10:24.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-560 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560:/w/workspace/edgexfoundry_edgex-ui-go_PR-560:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-20T04:10:25.320Z] $ docker top 7f7e79765316f688dbb383bed7942803f9393bafe5ac7e86b4360f1b28ff4490 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T04:10:25.716Z] + go version [2022-10-20T04:10:25.716Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-20T04:10:25.753Z] $ docker stop --time=1 7f7e79765316f688dbb383bed7942803f9393bafe5ac7e86b4360f1b28ff4490 [2022-10-20T04:10:27.051Z] $ docker rm -f 7f7e79765316f688dbb383bed7942803f9393bafe5ac7e86b4360f1b28ff4490 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:10:27.770Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-20T04:10:27.770Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T04:10:27.909Z] prd-ubuntu20.04-docker-8c-8g-8664 does not seem to be running inside a container [2022-10-20T04:10:27.947Z] $ 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-560 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560:/w/workspace/edgexfoundry_edgex-ui-go_PR-560:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-20T04:10:28.316Z] $ docker top d706d614d01413a6c63d42188802d45855418dc18be4d63ea720bbf5e3b651c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T04:10:28.703Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-560 [Pipeline] fileExists [Pipeline] sh [2022-10-20T04:10:29.049Z] + make test [2022-10-20T04:10:29.049Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-20T04:10:29.306Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-20T04:10:37.412Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-20T04:10:37.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-20T04:10:37.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-20T04:10:37.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-20T04:10:37.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-20T04:10:37.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-20T04:10:37.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-20T04:10:37.412Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-20T04:10:37.412Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-20T04:10:40.695Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-20T04:10:40.695Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-20T04:10:40.695Z] ./bin/test-attribution-txt.sh [2022-10-20T04:10:40.695Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-20T04:10:40.695Z] make -C web test [2022-10-20T04:10:40.695Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-560/web' [2022-10-20T04:10:40.695Z] make[1]: tput: No such file or directory [2022-10-20T04:10:40.695Z] make[1]: tput: No such file or directory [2022-10-20T04:10:40.695Z] warning: generating ./VERSION [2022-10-20T04:10:40.695Z] echo "0.0.0" > VERSION [2022-10-20T04:10:40.695Z] docker build \ [2022-10-20T04:10:40.695Z] -f Dockerfile \ [2022-10-20T04:10:40.695Z] --build-arg USER=1000 \ [2022-10-20T04:10:40.695Z] \ [2022-10-20T04:10:40.695Z] --label "git_sha=7841e9c365b796ed341a70e11ef327e85088e564" \ [2022-10-20T04:10:40.695Z] -t edgexfoundry/edgex-web-ui:7841e9c365b796ed341a70e11ef327e85088e564 \ [2022-10-20T04:10:40.695Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-20T04:10:40.695Z] . [2022-10-20T04:10:40.695Z] Sending build context to Docker daemon 3.269MB [2022-10-20T04:10:40.695Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-20T04:10:40.695Z] 16.17-alpine3.15: Pulling from library/node [2022-10-20T04:10:41.264Z] 9621f1afde84: Pulling fs layer [2022-10-20T04:10:41.264Z] c6f70ee39829: Pulling fs layer [2022-10-20T04:10:41.264Z] 56892a8094a2: Pulling fs layer [2022-10-20T04:10:41.264Z] 58dd87906ef0: Pulling fs layer [2022-10-20T04:10:41.264Z] 58dd87906ef0: Waiting [2022-10-20T04:10:41.528Z] 56892a8094a2: Verifying Checksum [2022-10-20T04:10:41.528Z] 56892a8094a2: Download complete [2022-10-20T04:10:41.528Z] 9621f1afde84: Verifying Checksum [2022-10-20T04:10:41.528Z] 9621f1afde84: Download complete [2022-10-20T04:10:41.528Z] 58dd87906ef0: Verifying Checksum [2022-10-20T04:10:41.528Z] 58dd87906ef0: Download complete [2022-10-20T04:10:41.787Z] 9621f1afde84: Pull complete [2022-10-20T04:10:42.355Z] c6f70ee39829: Verifying Checksum [2022-10-20T04:10:42.355Z] c6f70ee39829: Download complete [2022-10-20T04:10:43.729Z] c6f70ee39829: Pull complete [2022-10-20T04:10:43.729Z] 56892a8094a2: Pull complete [2022-10-20T04:10:43.729Z] 58dd87906ef0: Pull complete [2022-10-20T04:10:43.729Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-20T04:10:43.729Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-20T04:10:43.729Z] ---> b69703f70c3d [2022-10-20T04:10:43.729Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-20T04:10:44.297Z] ---> Running in 3d2bfe5ab842 [2022-10-20T04:10:44.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-20T04:10:44.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-20T04:10:44.816Z] (1/129) Installing libxau (1.0.9-r0) [2022-10-20T04:10:44.816Z] (2/129) Installing libmd (1.0.3-r0) [2022-10-20T04:10:44.816Z] (3/129) Installing libbsd (0.11.3-r1) [2022-10-20T04:10:44.816Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-10-20T04:10:45.076Z] (5/129) Installing libxcb (1.14-r2) [2022-10-20T04:10:45.076Z] (6/129) Installing libx11 (1.7.3.1-r0) [2022-10-20T04:10:45.076Z] (7/129) Installing libxext (1.3.4-r0) [2022-10-20T04:10:45.076Z] (8/129) Installing libice (1.0.10-r0) [2022-10-20T04:10:45.076Z] (9/129) Installing libuuid (2.37.4-r0) [2022-10-20T04:10:45.076Z] (10/129) Installing libsm (1.2.3-r0) [2022-10-20T04:10:45.076Z] (11/129) Installing libxt (1.2.1-r0) [2022-10-20T04:10:45.076Z] (12/129) Installing libxmu (1.1.3-r0) [2022-10-20T04:10:45.076Z] (13/129) Installing xset (1.2.4-r0) [2022-10-20T04:10:45.076Z] (14/129) Installing xprop (1.2.5-r0) [2022-10-20T04:10:45.076Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-10-20T04:10:45.076Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-20T04:10:45.076Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-10-20T04:10:45.076Z] (18/129) Installing libffi (3.4.2-r1) [2022-10-20T04:10:45.076Z] (19/129) Installing libintl (0.21-r0) [2022-10-20T04:10:45.076Z] (20/129) Installing libblkid (2.37.4-r0) [2022-10-20T04:10:45.076Z] (21/129) Installing libmount (2.37.4-r0) [2022-10-20T04:10:45.076Z] (22/129) Installing pcre (8.45-r1) [2022-10-20T04:10:45.076Z] (23/129) Installing glib (2.70.1-r0) [2022-10-20T04:10:45.076Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-10-20T04:10:45.076Z] (25/129) Installing libxml2 (2.9.14-r2) [2022-10-20T04:10:45.336Z] (26/129) Installing shared-mime-info (2.1-r1) [2022-10-20T04:10:45.336Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-10-20T04:10:45.336Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-10-20T04:10:45.336Z] (29/129) Installing libpng (1.6.37-r1) [2022-10-20T04:10:45.336Z] (30/129) Installing libwebp (1.2.2-r0) [2022-10-20T04:10:45.336Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-10-20T04:10:45.336Z] (32/129) Installing tiff (4.4.0-r0) [2022-10-20T04:10:45.336Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-10-20T04:10:45.336Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-20T04:10:45.336Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-10-20T04:10:45.336Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-10-20T04:10:45.336Z] (37/129) Installing libxrender (0.9.10-r3) [2022-10-20T04:10:45.336Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-10-20T04:10:45.336Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-10-20T04:10:45.336Z] (40/129) Installing libxi (1.8-r0) [2022-10-20T04:10:45.336Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-10-20T04:10:45.336Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-10-20T04:10:45.336Z] (43/129) Installing atk (2.36.0-r0) [2022-10-20T04:10:45.336Z] (44/129) Installing libxtst (1.2.3-r3) [2022-10-20T04:10:45.336Z] (45/129) Installing dbus-libs (1.12.24-r0) [2022-10-20T04:10:45.336Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-10-20T04:10:45.336Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-10-20T04:10:45.336Z] (48/129) Installing expat (2.4.9-r0) [2022-10-20T04:10:45.336Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-10-20T04:10:45.336Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-10-20T04:10:45.336Z] (51/129) Installing freetype (2.11.1-r2) [2022-10-20T04:10:45.336Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-10-20T04:10:45.336Z] (53/129) Installing pixman (0.40.0-r3) [2022-10-20T04:10:45.336Z] (54/129) Installing cairo (1.16.0-r5) [2022-10-20T04:10:45.598Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-10-20T04:10:45.598Z] (56/129) Installing avahi-libs (0.8-r5) [2022-10-20T04:10:45.598Z] (57/129) Installing gmp (6.2.1-r1) [2022-10-20T04:10:45.598Z] (58/129) Installing nettle (3.7.3-r0) [2022-10-20T04:10:45.598Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-10-20T04:10:45.598Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-10-20T04:10:45.598Z] (61/129) Installing libunistring (0.9.10-r1) [2022-10-20T04:10:45.598Z] (62/129) Installing gnutls (3.7.1-r1) [2022-10-20T04:10:45.598Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-10-20T04:10:45.598Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-10-20T04:10:45.598Z] (65/129) Installing fribidi (1.0.11-r0) [2022-10-20T04:10:45.598Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-10-20T04:10:45.598Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-10-20T04:10:45.598Z] (68/129) Installing libxft (2.3.4-r0) [2022-10-20T04:10:45.598Z] (69/129) Installing pango (1.48.10-r0) [2022-10-20T04:10:45.598Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-10-20T04:10:45.598Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-20T04:10:45.598Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-10-20T04:10:45.598Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-10-20T04:10:45.598Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-10-20T04:10:45.598Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-10-20T04:10:45.857Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-20T04:10:45.857Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-10-20T04:10:45.857Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-10-20T04:10:45.857Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-10-20T04:10:45.857Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-20T04:10:47.764Z] (79/129) Installing libogg (1.3.5-r0) [2022-10-20T04:10:47.764Z] (80/129) Installing flac (1.3.4-r0) [2022-10-20T04:10:47.764Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-10-20T04:10:47.764Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-10-20T04:10:47.764Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-10-20T04:10:48.023Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-10-20T04:10:48.023Z] (85/129) Installing libass (0.15.2-r0) [2022-10-20T04:10:48.023Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-10-20T04:10:48.023Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-20T04:10:48.023Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-20T04:10:48.023Z] (89/129) Installing lame (3.100-r0) [2022-10-20T04:10:48.023Z] (90/129) Installing opus (1.3.1-r1) [2022-10-20T04:10:48.023Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-10-20T04:10:48.023Z] (92/129) Installing soxr (0.1.3-r2) [2022-10-20T04:10:48.023Z] (93/129) Installing libsrt (1.4.2-r1) [2022-10-20T04:10:48.023Z] (94/129) Installing libssh (0.9.6-r1) [2022-10-20T04:10:48.023Z] (95/129) Installing libtheora (1.1.1-r16) [2022-10-20T04:10:48.023Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-10-20T04:10:48.023Z] (97/129) Installing libpciaccess (0.16-r0) [2022-10-20T04:10:48.023Z] (98/129) Installing libdrm (2.4.109-r0) [2022-10-20T04:10:48.023Z] (99/129) Installing libva (2.13.0-r0) [2022-10-20T04:10:48.023Z] (100/129) Installing libvdpau (1.4-r0) [2022-10-20T04:10:48.023Z] (101/129) Installing vidstab (1.1.0-r1) [2022-10-20T04:10:48.023Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-10-20T04:10:48.023Z] (103/129) Installing libvpx (1.10.0-r0) [2022-10-20T04:10:48.023Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-10-20T04:10:48.023Z] (105/129) Installing x264-libs (20210613-r0) [2022-10-20T04:10:48.285Z] (106/129) Installing x265-libs (3.5-r0) [2022-10-20T04:10:48.285Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-10-20T04:10:48.285Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-10-20T04:10:48.285Z] (109/129) Installing libevent (2.1.12-r4) [2022-10-20T04:10:48.285Z] (110/129) Installing mesa (21.2.6-r0) [2022-10-20T04:10:48.285Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-10-20T04:10:48.285Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-10-20T04:10:48.285Z] (113/129) Installing lcms2 (2.12-r1) [2022-10-20T04:10:48.285Z] (114/129) Installing nspr (4.32-r0) [2022-10-20T04:10:48.285Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-10-20T04:10:48.584Z] (116/129) Installing nss (3.78.1-r0) [2022-10-20T04:10:48.584Z] (117/129) Installing libasyncns (0.8-r1) [2022-10-20T04:10:48.584Z] (118/129) Installing libltdl (2.4.6-r7) [2022-10-20T04:10:48.584Z] (119/129) Installing orc (0.4.32-r0) [2022-10-20T04:10:48.584Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-10-20T04:10:48.584Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-10-20T04:10:48.584Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-10-20T04:10:48.584Z] (123/129) Installing libpulse (15.0-r2) [2022-10-20T04:10:48.584Z] (124/129) Installing re2 (2021.11.01-r0) [2022-10-20T04:10:48.584Z] (125/129) Installing snappy (1.1.9-r1) [2022-10-20T04:10:48.584Z] (126/129) Installing libgpg-error (1.42-r1) [2022-10-20T04:10:48.584Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-10-20T04:10:48.584Z] (128/129) Installing libxslt (1.1.35-r0) [2022-10-20T04:10:48.584Z] (129/129) Installing chromium (99.0.4844.84-r0) [2022-10-20T04:10:49.575Z] Executing busybox-1.34.1-r7.trigger [2022-10-20T04:10:49.575Z] Executing glib-2.70.1-r0.trigger [2022-10-20T04:10:49.575Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-20T04:10:51.513Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-20T04:10:51.513Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-20T04:10:51.513Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-20T04:10:51.513Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-20T04:10:51.513Z] OK: 286 MiB in 145 packages [2022-10-20T04:10:55.695Z] Removing intermediate container 3d2bfe5ab842 [2022-10-20T04:10:55.695Z] ---> 95739f7239fb [2022-10-20T04:10:55.695Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-20T04:10:55.695Z] ---> Running in 99f05626bd46 [2022-10-20T04:10:55.695Z] Removing intermediate container 99f05626bd46 [2022-10-20T04:10:55.695Z] ---> 7b2a40a26489 [2022-10-20T04:10:55.695Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-20T04:10:55.695Z] ---> Running in adc7093b64ea [2022-10-20T04:10:55.695Z] Removing intermediate container adc7093b64ea [2022-10-20T04:10:55.695Z] ---> 774746af4ae4 [2022-10-20T04:10:55.695Z] Step 5/10 : RUN npm install -g npm [2022-10-20T04:10:55.695Z] ---> Running in a23f5e69582a [2022-10-20T04:11:02.267Z] [2022-10-20T04:11:02.267Z] changed 54 packages, and audited 212 packages in 6s [2022-10-20T04:11:02.267Z] [2022-10-20T04:11:02.267Z] 11 packages are looking for funding [2022-10-20T04:11:02.268Z] run `npm fund` for details [2022-10-20T04:11:02.268Z] [2022-10-20T04:11:02.268Z] found 0 vulnerabilities [2022-10-20T04:11:02.836Z] Removing intermediate container a23f5e69582a [2022-10-20T04:11:02.836Z] ---> f81ecf4e7ace [2022-10-20T04:11:02.836Z] Step 6/10 : ARG USER=1000 [2022-10-20T04:11:02.836Z] ---> Running in daeabe955f6b [2022-10-20T04:11:03.099Z] Removing intermediate container daeabe955f6b [2022-10-20T04:11:03.099Z] ---> 2f792f68cd45 [2022-10-20T04:11:03.099Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-20T04:11:03.099Z] ---> Running in d8d01f3fa85b [2022-10-20T04:11:03.674Z] Removing intermediate container d8d01f3fa85b [2022-10-20T04:11:03.674Z] ---> 2c367abdae1f [2022-10-20T04:11:03.674Z] Step 8/10 : USER $USER:$USER [2022-10-20T04:11:03.674Z] ---> Running in c17a42cd0548 [2022-10-20T04:11:03.674Z] Removing intermediate container c17a42cd0548 [2022-10-20T04:11:03.674Z] ---> d507aebd16f3 [2022-10-20T04:11:03.674Z] Step 9/10 : WORKDIR /app [2022-10-20T04:11:03.674Z] ---> Running in 11d9151389a7 [2022-10-20T04:11:03.938Z] Removing intermediate container 11d9151389a7 [2022-10-20T04:11:03.938Z] ---> fac492f6610f [2022-10-20T04:11:03.938Z] Step 10/10 : LABEL git_sha=7841e9c365b796ed341a70e11ef327e85088e564 [2022-10-20T04:11:03.938Z] ---> Running in 3e86752c21d4 [2022-10-20T04:11:03.938Z] Removing intermediate container 3e86752c21d4 [2022-10-20T04:11:03.938Z] ---> a79254d9261e [2022-10-20T04:11:03.938Z] Successfully built a79254d9261e [2022-10-20T04:11:03.938Z] Successfully tagged edgexfoundry/edgex-web-ui:7841e9c365b796ed341a70e11ef327e85088e564 [2022-10-20T04:11:03.938Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-20T04:11:03.938Z] touch edgex-web-ui.imagebuilt [2022-10-20T04:11:03.938Z] mkdir -p node_modules coverage [2022-10-20T04:11:03.938Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-20T04:11:03.938Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE required: { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE }, [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE required: { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE }, [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE required: { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE }, [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE required: { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE }, [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE required: { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE }, [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE required: { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE }, [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE required: { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE }, [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE required: { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE }, [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE required: { [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE }, [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:11:05.841Z] npm WARN EBADENGINE } [2022-10-20T04:11:11.137Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-20T04:11:11.137Z] npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility [2022-10-20T04:11:11.137Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-20T04:11:11.137Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-20T04:11:11.394Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-20T04:11:11.654Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-20T04:11:12.589Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-20T04:11:13.159Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-20T04:11:13.159Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-20T04:11:15.688Z] npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular [2022-10-20T04:11:15.688Z] npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2022-10-20T04:11:15.946Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-20T04:11:16.204Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-10-20T04:11:16.768Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-20T04:11:16.768Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-20T04:11:17.027Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-20T04:11:18.404Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-20T04:11:19.364Z] npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [2022-10-20T04:11:22.652Z] npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. [2022-10-20T04:11:34.866Z] [2022-10-20T04:11:34.866Z] added 1478 packages, and audited 1479 packages in 29s [2022-10-20T04:11:34.866Z] [2022-10-20T04:11:34.866Z] 90 packages are looking for funding [2022-10-20T04:11:34.866Z] run `npm fund` for details [2022-10-20T04:11:34.866Z] [2022-10-20T04:11:34.866Z] 13 vulnerabilities (3 moderate, 8 high, 2 critical) [2022-10-20T04:11:34.866Z] [2022-10-20T04:11:34.866Z] To address issues that do not require attention, run: [2022-10-20T04:11:34.866Z] npm audit fix [2022-10-20T04:11:34.866Z] [2022-10-20T04:11:34.866Z] To address all issues (including breaking changes), run: [2022-10-20T04:11:34.866Z] npm audit fix --force [2022-10-20T04:11:34.866Z] [2022-10-20T04:11:34.866Z] Run `npm audit` for details. [2022-10-20T04:11:36.768Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox [2022-10-20T04:11:39.312Z] - Generating browser application bundles (phase: setup)... [2022-10-20T04:11:43.504Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-20T04:11:43.504Z] Compiling @angular/core : es2015 as esm2015 [2022-10-20T04:11:46.798Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-20T04:11:46.798Z] Compiling @angular/common : es2015 as esm2015 [2022-10-20T04:11:47.366Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-20T04:11:47.366Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-20T04:11:47.930Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-20T04:11:47.930Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-20T04:11:48.188Z] Compiling @angular/router : es2015 as esm2015 [2022-10-20T04:11:48.447Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-20T04:11:48.447Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-20T04:11:48.705Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-20T04:11:48.963Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-20T04:11:50.882Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-20T04:11:57.446Z] 20 10 2022 04:11:56.897:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-20T04:11:57.446Z] 20 10 2022 04:11:56.899:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-20T04:11:57.446Z] 20 10 2022 04:11:56.902:INFO [launcher]: Starting browser ChromeHeadless [2022-10-20T04:12:09.651Z] ✔ Browser application bundle generation complete. [2022-10-20T04:12:09.651Z] 20 10 2022 04:12:08.781:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket uS-wWUBNU_dfvoH_AAAB with id 12710420 [2022-10-20T04:12:11.551Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-20T04:12:11.809Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.032 secs) [2022-10-20T04:12:11.809Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.066 secs) [2022-10-20T04:12:11.809Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.08 secs) [2022-10-20T04:12:11.809Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.115 secs) [2022-10-20T04:12:11.809Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.141 secs) [2022-10-20T04:12:12.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.219 secs) [2022-10-20T04:12:12.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.258 secs) [2022-10-20T04:12:12.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.283 secs) [2022-10-20T04:12:12.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.29 secs) [2022-10-20T04:12:12.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.334 secs) [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.365 secs) [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.409 secs) [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.417 secs) [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.431 secs) [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.442 secs) [2022-10-20T04:12:12.325Z] WARN: ' [2022-10-20T04:12:12.325Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-20T04:12:12.325Z] Support for using the ngModel input property and ngModelChange event with [2022-10-20T04:12:12.325Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-20T04:12:12.325Z] in a future version of Angular. [2022-10-20T04:12:12.325Z] [2022-10-20T04:12:12.325Z] For more information on this, see our API docs here: [2022-10-20T04:12:12.325Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-20T04:12:12.325Z] ' [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.442 secs) [2022-10-20T04:12:12.325Z] WARN: ' [2022-10-20T04:12:12.325Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-20T04:12:12.325Z] Support for using the ngModel input property and ngModelChange event with [2022-10-20T04:12:12.325Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-20T04:12:12.325Z] in a future version of Angular. [2022-10-20T04:12:12.325Z] [2022-10-20T04:12:12.325Z] For more information on this, see our API docs here: [2022-10-20T04:12:12.325Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-20T04:12:12.325Z] ' [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.481 secs) [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.487 secs) [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.536 secs) [2022-10-20T04:12:12.325Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.544 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.563 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.571 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.585 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.587 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.604 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.616 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.619 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.646 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.656 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.668 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.684 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.702 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.706 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.709 secs) [2022-10-20T04:12:12.584Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.712 secs) [2022-10-20T04:12:12.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.743 secs) [2022-10-20T04:12:12.841Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.749 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.76 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.763 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.77 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.782 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.808 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.815 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.826 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.832 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.859 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.884 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 0.895 secs) [2022-10-20T04:12:12.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 0.902 secs) [2022-10-20T04:12:13.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 0.914 secs) [2022-10-20T04:12:13.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 1.017 secs) [2022-10-20T04:12:13.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.029 secs) [2022-10-20T04:12:13.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.032 secs) [2022-10-20T04:12:13.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.039 secs) [2022-10-20T04:12:13.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.041 secs) [2022-10-20T04:12:13.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.088 secs) [2022-10-20T04:12:13.099Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.103 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.128 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.16 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.168 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.174 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.215 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.22 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.221 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.223 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.225 secs) [2022-10-20T04:12:13.358Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.232 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.283 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.291 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.298 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.3 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.302 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.307 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.313 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.321 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.324 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.325 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.354 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.361 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.371 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.393 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.401 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.411 secs) [2022-10-20T04:12:13.616Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.431 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.445 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.451 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.471 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.482 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.505 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.511 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.515 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.518 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.522 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.526 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.538 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.548 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.58 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.586 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.589 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.609 secs) [2022-10-20T04:12:13.874Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.618 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.621 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.629 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.633 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.641 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.644 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.649 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.657 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.671 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.675 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.681 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.703 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.74 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.744 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.745 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.76 secs) [2022-10-20T04:12:14.132Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.765 secs) [2022-10-20T04:12:14.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.779 secs) [2022-10-20T04:12:14.133Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.796 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.807 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.817 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.843 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.857 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.876 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.889 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.899 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.902 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.904 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 1.912 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 1.931 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 1.941 secs) [2022-10-20T04:12:14.390Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 1.962 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 1.974 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 1.978 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 1.983 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 2.006 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 2.014 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 2.021 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 2.051 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.058 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.059 secs) [2022-10-20T04:12:14.648Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.065 secs) [2022-10-20T04:12:14.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.067 secs) [2022-10-20T04:12:14.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.069 secs) [2022-10-20T04:12:14.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.079 secs) [2022-10-20T04:12:14.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.082 secs) [2022-10-20T04:12:14.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.083 secs) [2022-10-20T04:12:14.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.086 secs) [2022-10-20T04:12:14.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.087 secs) [2022-10-20T04:12:14.649Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.088 secs) [2022-10-20T04:12:14.906Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.143 secs / 2.088 secs) [2022-10-20T04:12:14.906Z] TOTAL: 149 SUCCESS [2022-10-20T04:12:14.906Z] ✔ Browser application bundle generation complete. [2022-10-20T04:12:15.162Z] [2022-10-20T04:12:15.162Z] =============================== Coverage summary =============================== [2022-10-20T04:12:15.162Z] Statements : 40.98% ( 1467/3580 ) [2022-10-20T04:12:15.162Z] Branches : 12.03% ( 111/923 ) [2022-10-20T04:12:15.162Z] Functions : 33.28% ( 432/1298 ) [2022-10-20T04:12:15.162Z] Lines : 38.91% ( 1318/3387 ) [2022-10-20T04:12:15.162Z] ================================================================================ [2022-10-20T04:12:15.420Z] ✔ Browser application bundle generation complete. [2022-10-20T04:12:15.680Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-560/web' [Pipeline] echo [2022-10-20T04:12:15.714Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-20T04:12:15.737Z] $ docker stop --time=1 d706d614d01413a6c63d42188802d45855418dc18be4d63ea720bbf5e3b651c6 [2022-10-20T04:12:17.095Z] $ docker rm -f d706d614d01413a6c63d42188802d45855418dc18be4d63ea720bbf5e3b651c6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-20T04:12:17.542Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-20T04:12:18.188Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-20T04:12:18.812Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-20T04:12:19.370Z] + ls -al . [2022-10-20T04:12:19.370Z] total 176 [2022-10-20T04:12:19.370Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 20 04:10 . [2022-10-20T04:12:19.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 04:09 .. [2022-10-20T04:12:19.370Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 04:09 .blubracket [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 20 04:09 .dockerignore [2022-10-20T04:12:19.370Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 04:09 .git [2022-10-20T04:12:19.370Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 04:09 .github [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 20 04:09 .gitignore [2022-10-20T04:12:19.370Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 04:09 .semver [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 20 04:09 Attribution.txt [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 20 04:09 CHANGELOG.md [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 20 04:09 CONTRIBUTING.md [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 1847 Oct 20 04:09 Dockerfile [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 20 04:09 Jenkinsfile [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 20 04:09 LICENSE [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 20 04:09 Makefile [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 20 04:09 README.md [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 20 04:09 VERSION [2022-10-20T04:12:19.370Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 04:09 assets [2022-10-20T04:12:19.370Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 04:09 bin [2022-10-20T04:12:19.370Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 04:09 cmd [2022-10-20T04:12:19.370Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 20 04:10 coverage.out [2022-10-20T04:12:19.370Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 04:09 docs [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 3012 Oct 20 04:09 go.mod [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 35759 Oct 20 04:09 go.sum [2022-10-20T04:12:19.370Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 04:09 internal [2022-10-20T04:12:19.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 04:09 snap [2022-10-20T04:12:19.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 04:09 testing [2022-10-20T04:12:19.370Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 20 04:09 version.go [2022-10-20T04:12:19.370Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 20 04:11 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:12:19.765Z] + 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=7841e9c365b796ed341a70e11ef327e85088e564 --label arch=amd64 --label version=0.0.0 . [2022-10-20T04:12:20.025Z] Sending build context to Docker daemon 48.19MB [2022-10-20T04:12:20.025Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-10-20T04:12:20.025Z] Step 2/26 : FROM ${BASE} AS builder [2022-10-20T04:12:20.025Z] ---> 6891bb0bf44b [2022-10-20T04:12:20.025Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-20T04:12:20.287Z] ---> Running in 5a7c3bf1bfd8 [2022-10-20T04:12:20.287Z] Removing intermediate container 5a7c3bf1bfd8 [2022-10-20T04:12:20.287Z] ---> 1a82d24ee5ed [2022-10-20T04:12:20.287Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-10-20T04:12:20.546Z] ---> Running in 22f334eb91af [2022-10-20T04:12:20.546Z] Removing intermediate container 22f334eb91af [2022-10-20T04:12:20.546Z] ---> e7ce1e05e0de [2022-10-20T04:12:20.546Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-10-20T04:12:20.546Z] ---> Running in f9244e642ffd [2022-10-20T04:12:20.805Z] Removing intermediate container f9244e642ffd [2022-10-20T04:12:20.805Z] ---> 69f38b741f8b [2022-10-20T04:12:20.805Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-10-20T04:12:20.805Z] ---> Running in ca9dbada5839 [2022-10-20T04:12:20.805Z] Removing intermediate container ca9dbada5839 [2022-10-20T04:12:20.805Z] ---> 16be89d95588 [2022-10-20T04:12:20.805Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-20T04:12:20.805Z] ---> Running in 2d9cefaaee8e [2022-10-20T04:12:21.063Z] Removing intermediate container 2d9cefaaee8e [2022-10-20T04:12:21.063Z] ---> 86458ef816a9 [2022-10-20T04:12:21.063Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-20T04:12:21.632Z] ---> 7ab86467ea72 [2022-10-20T04:12:21.632Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-20T04:12:21.632Z] ---> Running in f134bada9b24 [2022-10-20T04:12:22.215Z] Removing intermediate container f134bada9b24 [2022-10-20T04:12:22.215Z] ---> c074453462af [2022-10-20T04:12:22.215Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-20T04:12:22.476Z] ---> Running in 571bec2dbd26 [2022-10-20T04:12:22.736Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-20T04:12:24.120Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-20T04:12:24.689Z] OK: 211 MiB in 51 packages [2022-10-20T04:12:24.948Z] Removing intermediate container 571bec2dbd26 [2022-10-20T04:12:24.948Z] ---> 180534c9fd6e [2022-10-20T04:12:24.948Z] Step 11/26 : ENV GO111MODULE=on [2022-10-20T04:12:24.948Z] ---> Running in 91857d55b27e [2022-10-20T04:12:25.207Z] Removing intermediate container 91857d55b27e [2022-10-20T04:12:25.207Z] ---> 16e4fbe6186e [2022-10-20T04:12:25.207Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-20T04:12:25.207Z] ---> Running in 8de51ae9b15f [2022-10-20T04:12:25.207Z] Removing intermediate container 8de51ae9b15f [2022-10-20T04:12:25.207Z] ---> 8a30cae6d60a [2022-10-20T04:12:25.207Z] Step 13/26 : COPY go.mod vendor* ./ [2022-10-20T04:12:25.466Z] ---> 0faa4fcb04df [2022-10-20T04:12:25.466Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-20T04:12:25.466Z] ---> Running in 319c59ddf1a9 [2022-10-20T04:12:26.034Z] Removing intermediate container 319c59ddf1a9 [2022-10-20T04:12:26.034Z] ---> f0912c250f36 [2022-10-20T04:12:26.034Z] Step 15/26 : COPY . . [2022-10-20T04:12:27.410Z] ---> 596e00dcae2a [2022-10-20T04:12:27.410Z] Step 16/26 : RUN ${MAKE} [2022-10-20T04:12:27.410Z] ---> Running in a7963b036937 [2022-10-20T04:12:27.669Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-10-20T04:12:39.868Z] Removing intermediate container a7963b036937 [2022-10-20T04:12:39.868Z] ---> bea380b2eafd [2022-10-20T04:12:39.868Z] Step 17/26 : FROM alpine:3.14 [2022-10-20T04:12:39.868Z] 3.14: Pulling from library/alpine [2022-10-20T04:12:39.868Z] c7ed990a2339: Pulling fs layer [2022-10-20T04:12:39.868Z] c7ed990a2339: Verifying Checksum [2022-10-20T04:12:39.868Z] c7ed990a2339: Download complete [2022-10-20T04:12:39.868Z] c7ed990a2339: Pull complete [2022-10-20T04:12:39.868Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-20T04:12:39.868Z] Status: Downloaded newer image for alpine:3.14 [2022-10-20T04:12:39.868Z] ---> dd53f409bf0b [2022-10-20T04:12:39.868Z] Step 18/26 : EXPOSE 4000 [2022-10-20T04:12:39.868Z] ---> Running in b14e03678252 [2022-10-20T04:12:39.868Z] Removing intermediate container b14e03678252 [2022-10-20T04:12:39.868Z] ---> 5a1299151352 [2022-10-20T04:12:39.868Z] 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-10-20T04:12:40.125Z] ---> dff2da6f2d99 [2022-10-20T04:12:40.125Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-10-20T04:12:40.125Z] ---> 196c7f3a02a0 [2022-10-20T04:12:40.125Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-10-20T04:12:40.383Z] ---> 9935691a5e6a [2022-10-20T04:12:40.383Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-20T04:12:40.383Z] ---> Running in 56949282eb83 [2022-10-20T04:12:40.383Z] Removing intermediate container 56949282eb83 [2022-10-20T04:12:40.383Z] ---> b24b88f78f2c [2022-10-20T04:12:40.383Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-20T04:12:40.642Z] ---> Running in 1ee857478901 [2022-10-20T04:12:40.642Z] Removing intermediate container 1ee857478901 [2022-10-20T04:12:40.642Z] ---> e10d4e459af3 [2022-10-20T04:12:40.642Z] Step 24/26 : LABEL arch=amd64 [2022-10-20T04:12:40.642Z] ---> Running in 44dcd37cdb5e [2022-10-20T04:12:40.642Z] Removing intermediate container 44dcd37cdb5e [2022-10-20T04:12:40.642Z] ---> 7f3cc05808f8 [2022-10-20T04:12:40.642Z] Step 25/26 : LABEL git_sha=7841e9c365b796ed341a70e11ef327e85088e564 [2022-10-20T04:12:40.905Z] ---> Running in 38e1bb802dc4 [2022-10-20T04:12:40.905Z] Removing intermediate container 38e1bb802dc4 [2022-10-20T04:12:40.905Z] ---> 50d4d50a1327 [2022-10-20T04:12:40.905Z] Step 26/26 : LABEL version=0.0.0 [2022-10-20T04:12:40.905Z] ---> Running in 5c08d48e4f8d [2022-10-20T04:12:41.164Z] Removing intermediate container 5c08d48e4f8d [2022-10-20T04:12:41.164Z] ---> cc11f55d338f [2022-10-20T04:12:41.164Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-20T04:12:41.164Z] Successfully built cc11f55d338f [2022-10-20T04:12:41.164Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:12:41.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-20T04:12:41.961Z] [2022-10-20T04:12:41.961Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:12:42.329Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-20T04:12:42.329Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-20T04:12:42.329Z] 5eb5b503b376: Pulling fs layer [2022-10-20T04:12:42.329Z] 5c69ac0246d0: Pulling fs layer [2022-10-20T04:12:42.329Z] ec43610c2a17: Pulling fs layer [2022-10-20T04:12:42.329Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-20T04:12:42.329Z] 33b1e0a273af: Pulling fs layer [2022-10-20T04:12:42.329Z] 5d3b04190fa2: Pulling fs layer [2022-10-20T04:12:42.329Z] 2f39f015ded8: Pulling fs layer [2022-10-20T04:12:42.329Z] 3a2ae6a8a46f: Waiting [2022-10-20T04:12:42.329Z] 33b1e0a273af: Waiting [2022-10-20T04:12:42.329Z] 5d3b04190fa2: Waiting [2022-10-20T04:12:42.329Z] 2f39f015ded8: Waiting [2022-10-20T04:12:42.329Z] 5c69ac0246d0: Download complete [2022-10-20T04:12:42.329Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-20T04:12:42.329Z] 3a2ae6a8a46f: Download complete [2022-10-20T04:12:42.329Z] 33b1e0a273af: Download complete [2022-10-20T04:12:42.590Z] 5d3b04190fa2: Verifying Checksum [2022-10-20T04:12:42.590Z] 5d3b04190fa2: Download complete [2022-10-20T04:12:42.590Z] ec43610c2a17: Verifying Checksum [2022-10-20T04:12:42.590Z] ec43610c2a17: Download complete [2022-10-20T04:12:42.590Z] 5eb5b503b376: Verifying Checksum [2022-10-20T04:12:42.590Z] 5eb5b503b376: Download complete [2022-10-20T04:12:43.157Z] 2f39f015ded8: Download complete [2022-10-20T04:12:43.722Z] 5eb5b503b376: Pull complete [2022-10-20T04:12:43.722Z] 5c69ac0246d0: Pull complete [2022-10-20T04:12:44.287Z] ec43610c2a17: Pull complete [2022-10-20T04:12:44.287Z] 3a2ae6a8a46f: Pull complete [2022-10-20T04:12:44.543Z] 33b1e0a273af: Pull complete [2022-10-20T04:12:44.543Z] 5d3b04190fa2: Pull complete [2022-10-20T04:12:48.730Z] 2f39f015ded8: Pull complete [2022-10-20T04:12:48.730Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-20T04:12:48.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-20T04:12:48.730Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T04:12:48.930Z] prd-ubuntu20.04-docker-8c-8g-8664 does not seem to be running inside a container [2022-10-20T04:12:48.940Z] $ 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-560 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560:/w/workspace/edgexfoundry_edgex-ui-go_PR-560:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-20T04:12:50.882Z] $ docker top bd82b4642a61c24cc8596fdb3fc4eb69b6458dfa93a995ff13fe64fd1da8be68 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:12:51.327Z] ---> job-cost.sh [2022-10-20T04:12:51.327Z] lf-activate-venv: SKIPPING [2022-10-20T04:12:51.327Z] INFO: No Stack... [2022-10-20T04:12:51.586Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-20T04:12:52.153Z] INFO: Archiving Costs [Pipeline] sh [2022-10-20T04:12:52.462Z] + cat+ /w/workspace/edgexfoundry_edgex-ui-go_PR-560/archives/cost.csv [2022-10-20T04:12:52.462Z] cut -d, -f6 [Pipeline] lock [2022-10-20T04:12:52.501Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-560-1-stack-cost] [2022-10-20T04:12:52.506Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-560-1-stack-cost] did not exist. Created. [2022-10-20T04:12:52.506Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-560-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-20T04:12:52.897Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-20T04:12:53.329Z] Stashed 1 file(s) [Pipeline] } [2022-10-20T04:12:53.350Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-560-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-20T04:12:53.413Z] $ docker stop --time=1 bd82b4642a61c24cc8596fdb3fc4eb69b6458dfa93a995ff13fe64fd1da8be68 [2022-10-20T04:12:54.752Z] $ docker rm -f bd82b4642a61c24cc8596fdb3fc4eb69b6458dfa93a995ff13fe64fd1da8be68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-20T04:13:41.707Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8665 in /w/workspace/edgexfoundry_edgex-ui-go_PR-560 [Pipeline] { [Pipeline] ws [2022-10-20T04:13:41.740Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-10-20T04:13:41.806Z] The recommended git tool is: git [2022-10-20T04:13:47.765Z] using credential edgex-jenkins-ssh [2022-10-20T04:13:47.782Z] Cloning the remote Git repository [2022-10-20T04:13:47.829Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-20T04:13:47.910Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-10-20T04:13:48.071Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-20T04:13:48.072Z] > git --version # timeout=10 [2022-10-20T04:13:48.104Z] > git --version # 'git version 2.25.1' [2022-10-20T04:13:48.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-20T04:13:48.163Z] Verifying host key using known hosts file [2022-10-20T04:13:48.375Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-20T04:13:48.393Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-20T04:13:51.462Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-20T04:13:51.486Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-20T04:13:53.036Z] Merging remotes/origin/main commit a62889a0a610a23dc1087e46dd3b3342a727a958 into PR head commit 7841e9c365b796ed341a70e11ef327e85088e564 [2022-10-20T04:13:52.409Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-20T04:13:52.457Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-20T04:13:52.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-20T04:13:52.464Z] Verifying host key using known hosts file [2022-10-20T04:13:52.471Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-20T04:13:52.482Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/560/head:refs/remotes/origin/PR-560 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-20T04:13:53.056Z] > git config core.sparsecheckout # timeout=10 [2022-10-20T04:13:53.075Z] > git checkout -f 7841e9c365b796ed341a70e11ef327e85088e564 # timeout=10 [2022-10-20T04:13:53.478Z] > git remote # timeout=10 [2022-10-20T04:13:53.498Z] > git config --get remote.origin.url # timeout=10 [2022-10-20T04:13:53.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-20T04:13:53.524Z] Verifying host key using known hosts file [2022-10-20T04:13:53.531Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-20T04:13:53.546Z] > git merge a62889a0a610a23dc1087e46dd3b3342a727a958 # timeout=10 [2022-10-20T04:13:53.597Z] Merge succeeded, producing 7841e9c365b796ed341a70e11ef327e85088e564 [2022-10-20T04:13:53.597Z] Checking out Revision 7841e9c365b796ed341a70e11ef327e85088e564 (PR-560) [2022-10-20T04:13:54.638Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-20T04:13:54.690Z] > git --version # timeout=10 [2022-10-20T04:13:54.707Z] > git --version # 'git version 2.25.1' [2022-10-20T04:13:54.734Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-20T04:13:53.578Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-20T04:13:53.603Z] > git config core.sparsecheckout # timeout=10 [2022-10-20T04:13:53.630Z] > git checkout -f 7841e9c365b796ed341a70e11ef327e85088e564 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-20T04:13:55.922Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-20T04:13:55.922Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-20T04:13:55.922Z] Dload Upload Total Spent Left Speed [2022-10-20T04:13:55.922Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 94 12602 94 11884 0 0 88686 0 --:--:-- --:--:-- --:--:-- 88686 100 12602 100 12602 0 0 93348 0 --:--:-- --:--:-- --:--:-- 92661 [Pipeline] sh [2022-10-20T04:13:56.538Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-20T04:13:56.894Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2022-10-20T04:13:56.894Z] /etc/docker/daemon.new [2022-10-20T04:13:56.894Z] { [2022-10-20T04:13:56.894Z] "registry-mirrors": [ [2022-10-20T04:13:56.894Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-20T04:13:56.894Z] ], [2022-10-20T04:13:56.894Z] "bip": "10.250.0.254/24", [2022-10-20T04:13:56.894Z] "hosts": [ [2022-10-20T04:13:56.894Z] "tcp://0.0.0.0:5555", [2022-10-20T04:13:56.894Z] "unix:///var/run/docker.sock" [2022-10-20T04:13:56.894Z] ], [2022-10-20T04:13:56.894Z] "mtu": 1458, [2022-10-20T04:13:56.894Z] "selinux-enabled": true, [2022-10-20T04:13:56.894Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-20T04:13:56.894Z] } [Pipeline] sh [2022-10-20T04:13:57.248Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-20T04:13:57.603Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-20T04:14:15.944Z] provisioning config files... [2022-10-20T04:14:15.972Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1199386125310092176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:14:16.376Z] ---> docker-login.sh [2022-10-20T04:14:16.376Z] nexus3.edgexfoundry.org:10001 [2022-10-20T04:14:16.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:14:16.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:14:16.963Z] Configure a credential helper to remove this warning. See [2022-10-20T04:14:16.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:14:16.963Z] [2022-10-20T04:14:16.963Z] Login Succeeded [2022-10-20T04:14:16.963Z] nexus3.edgexfoundry.org:10002 [2022-10-20T04:14:17.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:14:17.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:14:17.231Z] Configure a credential helper to remove this warning. See [2022-10-20T04:14:17.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:14:17.231Z] [2022-10-20T04:14:17.231Z] Login Succeeded [2022-10-20T04:14:17.231Z] nexus3.edgexfoundry.org:10003 [2022-10-20T04:14:17.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:14:17.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:14:17.774Z] Configure a credential helper to remove this warning. See [2022-10-20T04:14:17.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:14:17.774Z] [2022-10-20T04:14:17.774Z] Login Succeeded [2022-10-20T04:14:17.774Z] nexus3.edgexfoundry.org:10004 [2022-10-20T04:14:18.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:14:18.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:14:18.045Z] Configure a credential helper to remove this warning. See [2022-10-20T04:14:18.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:14:18.045Z] [2022-10-20T04:14:18.045Z] Login Succeeded [2022-10-20T04:14:18.045Z] docker.io [2022-10-20T04:14:18.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-20T04:14:18.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-20T04:14:18.582Z] Configure a credential helper to remove this warning. See [2022-10-20T04:14:18.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-20T04:14:18.582Z] [2022-10-20T04:14:18.582Z] Login Succeeded [2022-10-20T04:14:18.850Z] ---> docker-login.sh ends [Pipeline] } [2022-10-20T04:14:18.882Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-20T04:14:19.171Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-20T04:14:19.207Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-20T04:14:19.236Z] ========================================================= [2022-10-20T04:14:19.236Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-20T04:14:19.236Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:14:19.722Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-20T04:14:20.686Z] Sending build context to Docker daemon 28.68MB [2022-10-20T04:14:20.686Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-20T04:14:20.686Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-20T04:14:20.686Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-20T04:14:20.686Z] 9b18e9b68314: Pulling fs layer [2022-10-20T04:14:20.686Z] d32db5db7311: Pulling fs layer [2022-10-20T04:14:20.686Z] d0c4b47475fc: Pulling fs layer [2022-10-20T04:14:20.686Z] 5831b945b038: Pulling fs layer [2022-10-20T04:14:20.686Z] 86bbec2aaacd: Pulling fs layer [2022-10-20T04:14:20.686Z] e10730c5d714: Pulling fs layer [2022-10-20T04:14:20.686Z] 5dd5c2283517: Pulling fs layer [2022-10-20T04:14:20.686Z] d5ac0230b979: Pulling fs layer [2022-10-20T04:14:20.686Z] d5ac0230b979: Waiting [2022-10-20T04:14:20.686Z] 5831b945b038: Waiting [2022-10-20T04:14:20.686Z] 86bbec2aaacd: Waiting [2022-10-20T04:14:20.686Z] e10730c5d714: Waiting [2022-10-20T04:14:20.686Z] 5dd5c2283517: Waiting [2022-10-20T04:14:20.964Z] d0c4b47475fc: Verifying Checksum [2022-10-20T04:14:20.964Z] d0c4b47475fc: Download complete [2022-10-20T04:14:20.964Z] d32db5db7311: Verifying Checksum [2022-10-20T04:14:20.964Z] d32db5db7311: Download complete [2022-10-20T04:14:20.964Z] 86bbec2aaacd: Verifying Checksum [2022-10-20T04:14:20.964Z] 86bbec2aaacd: Download complete [2022-10-20T04:14:20.964Z] e10730c5d714: Verifying Checksum [2022-10-20T04:14:20.964Z] e10730c5d714: Download complete [2022-10-20T04:14:20.964Z] 9b18e9b68314: Verifying Checksum [2022-10-20T04:14:21.949Z] 9b18e9b68314: Pull complete [2022-10-20T04:14:21.949Z] d5ac0230b979: Verifying Checksum [2022-10-20T04:14:21.949Z] d5ac0230b979: Download complete [2022-10-20T04:14:23.386Z] 5dd5c2283517: Verifying Checksum [2022-10-20T04:14:23.386Z] 5dd5c2283517: Download complete [2022-10-20T04:14:23.658Z] d32db5db7311: Pull complete [2022-10-20T04:14:23.929Z] 5831b945b038: Verifying Checksum [2022-10-20T04:14:23.929Z] 5831b945b038: Download complete [2022-10-20T04:14:23.929Z] d0c4b47475fc: Pull complete [2022-10-20T04:14:36.366Z] 5831b945b038: Pull complete [2022-10-20T04:14:36.366Z] 86bbec2aaacd: Pull complete [2022-10-20T04:14:36.637Z] e10730c5d714: Pull complete [2022-10-20T04:14:43.291Z] 5dd5c2283517: Pull complete [2022-10-20T04:14:44.704Z] d5ac0230b979: Pull complete [2022-10-20T04:14:44.704Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-20T04:14:44.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-20T04:14:44.704Z] ---> 59b3b1a385d4 [2022-10-20T04:14:44.704Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-20T04:14:46.663Z] ---> Running in 75090d2be4d0 [2022-10-20T04:14:46.932Z] Removing intermediate container 75090d2be4d0 [2022-10-20T04:14:46.932Z] ---> 5d80e4848c06 [2022-10-20T04:14:46.932Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-20T04:14:46.932Z] ---> Running in 626c00a6d47a [2022-10-20T04:14:47.214Z] Removing intermediate container 626c00a6d47a [2022-10-20T04:14:47.214Z] ---> 6fe1f74d8a9b [2022-10-20T04:14:47.214Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-20T04:14:47.485Z] ---> Running in 00c998f88c43 [2022-10-20T04:14:47.754Z] Removing intermediate container 00c998f88c43 [2022-10-20T04:14:47.754Z] ---> 588f9fd71c66 [2022-10-20T04:14:47.754Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-20T04:14:47.754Z] ---> Running in 25f63c435105 [2022-10-20T04:14:48.022Z] Removing intermediate container 25f63c435105 [2022-10-20T04:14:48.022Z] ---> 39817f616255 [2022-10-20T04:14:48.022Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-20T04:14:48.289Z] ---> Running in 6817dc711193 [2022-10-20T04:14:48.562Z] Removing intermediate container 6817dc711193 [2022-10-20T04:14:48.562Z] ---> 5fe8cfb5a3ca [2022-10-20T04:14:48.562Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-20T04:14:49.144Z] latest: Pulling from library/docker [2022-10-20T04:14:49.144Z] 9b18e9b68314: Already exists [2022-10-20T04:14:49.144Z] c21cba7d4ed2: Pulling fs layer [2022-10-20T04:14:49.144Z] 63dea5e92710: Pulling fs layer [2022-10-20T04:14:49.144Z] 885b6baa568c: Pulling fs layer [2022-10-20T04:14:49.144Z] 0f96f7352224: Pulling fs layer [2022-10-20T04:14:49.144Z] 679d89bc3e35: Pulling fs layer [2022-10-20T04:14:49.144Z] 11f76eab2d11: Pulling fs layer [2022-10-20T04:14:49.144Z] f399f04d60e9: Pulling fs layer [2022-10-20T04:14:49.144Z] 10c95374dc09: Pulling fs layer [2022-10-20T04:14:49.144Z] 11f76eab2d11: Waiting [2022-10-20T04:14:49.144Z] 0f96f7352224: Waiting [2022-10-20T04:14:49.144Z] 679d89bc3e35: Waiting [2022-10-20T04:14:49.144Z] f399f04d60e9: Waiting [2022-10-20T04:14:49.144Z] 10c95374dc09: Waiting [2022-10-20T04:14:49.412Z] c21cba7d4ed2: Download complete [2022-10-20T04:14:49.412Z] 63dea5e92710: Verifying Checksum [2022-10-20T04:14:49.412Z] 63dea5e92710: Download complete [2022-10-20T04:14:49.688Z] 885b6baa568c: Verifying Checksum [2022-10-20T04:14:49.688Z] 885b6baa568c: Download complete [2022-10-20T04:14:49.956Z] 11f76eab2d11: Verifying Checksum [2022-10-20T04:14:49.957Z] 11f76eab2d11: Download complete [2022-10-20T04:14:49.957Z] 0f96f7352224: Verifying Checksum [2022-10-20T04:14:49.957Z] 0f96f7352224: Download complete [2022-10-20T04:14:49.957Z] 679d89bc3e35: Verifying Checksum [2022-10-20T04:14:49.957Z] 679d89bc3e35: Download complete [2022-10-20T04:14:50.222Z] c21cba7d4ed2: Pull complete [2022-10-20T04:14:50.222Z] f399f04d60e9: Download complete [2022-10-20T04:14:50.222Z] 10c95374dc09: Verifying Checksum [2022-10-20T04:14:50.222Z] 10c95374dc09: Download complete [2022-10-20T04:14:50.508Z] 63dea5e92710: Pull complete [2022-10-20T04:14:51.470Z] 885b6baa568c: Pull complete [2022-10-20T04:14:52.056Z] 0f96f7352224: Pull complete [2022-10-20T04:14:53.031Z] 679d89bc3e35: Pull complete [2022-10-20T04:14:53.300Z] 11f76eab2d11: Pull complete [2022-10-20T04:14:53.569Z] f399f04d60e9: Pull complete [2022-10-20T04:14:53.569Z] 10c95374dc09: Pull complete [2022-10-20T04:14:53.837Z] Digest: sha256:b39aa91b8a31462d6e86da84762891f6d2ac5657d34d9bf86fd1d0bd7b60e0d8 [2022-10-20T04:14:53.837Z] Status: Downloaded newer image for docker:latest [2022-10-20T04:14:56.428Z] ---> 1565a91aeb5e [2022-10-20T04:14:56.428Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-20T04:14:56.428Z] ---> Running in 8652262a4b3d [2022-10-20T04:14:57.840Z] Removing intermediate container 8652262a4b3d [2022-10-20T04:14:57.840Z] ---> 2109ff791f36 [2022-10-20T04:14:57.840Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-20T04:14:57.840Z] ---> Running in 6c81d90dcf2c [2022-10-20T04:14:58.808Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-20T04:14:59.772Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-20T04:15:00.739Z] OK: 221 MiB in 51 packages [2022-10-20T04:15:01.707Z] Removing intermediate container 6c81d90dcf2c [2022-10-20T04:15:01.707Z] ---> ccdf43b533fe [2022-10-20T04:15:01.707Z] Step 11/16 : ENV GO111MODULE=on [2022-10-20T04:15:01.707Z] ---> Running in c56f014ef1a0 [2022-10-20T04:15:01.980Z] Removing intermediate container c56f014ef1a0 [2022-10-20T04:15:01.980Z] ---> 711cb1a55298 [2022-10-20T04:15:01.980Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-20T04:15:01.980Z] ---> Running in 5b8466637413 [2022-10-20T04:15:02.257Z] Removing intermediate container 5b8466637413 [2022-10-20T04:15:02.257Z] ---> e5bf29d0bea5 [2022-10-20T04:15:02.257Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-20T04:15:02.850Z] ---> 532a644dc45b [2022-10-20T04:15:02.850Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-20T04:15:02.850Z] ---> Running in 90371cb2f7ab [2022-10-20T04:15:49.699Z] Removing intermediate container 90371cb2f7ab [2022-10-20T04:15:49.699Z] ---> 68798779ba60 [2022-10-20T04:15:49.699Z] Step 15/16 : COPY . . [2022-10-20T04:15:49.699Z] ---> 7e5dac0ee2f8 [2022-10-20T04:15:49.699Z] Step 16/16 : RUN ${MAKE} [2022-10-20T04:15:49.699Z] ---> Running in b8949ab2997a [2022-10-20T04:15:49.699Z] noop [2022-10-20T04:15:49.699Z] Removing intermediate container b8949ab2997a [2022-10-20T04:15:49.699Z] ---> 553463a506a6 [2022-10-20T04:15:49.700Z] Successfully built 553463a506a6 [2022-10-20T04:15:49.700Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:15:50.170Z] + docker inspect -f . ci-base-image-arm64 [2022-10-20T04:15:50.170Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T04:15:50.418Z] prd-ubuntu20.04-docker-arm64-4c-16g-8665 does not seem to be running inside a container [2022-10-20T04:15:50.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-20T04:15:51.551Z] $ docker top dd6dcb01bd8b37773efd945c4b9e11b2966d6bdfcb4b2f73e67b776fb0deb959 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T04:15:52.418Z] + go version [2022-10-20T04:15:52.418Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-20T04:15:52.442Z] $ docker stop --time=1 dd6dcb01bd8b37773efd945c4b9e11b2966d6bdfcb4b2f73e67b776fb0deb959 [2022-10-20T04:15:54.015Z] $ docker rm -f dd6dcb01bd8b37773efd945c4b9e11b2966d6bdfcb4b2f73e67b776fb0deb959 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:15:54.858Z] + docker inspect -f . ci-base-image-arm64 [2022-10-20T04:15:54.858Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T04:15:55.099Z] prd-ubuntu20.04-docker-arm64-4c-16g-8665 does not seem to be running inside a container [2022-10-20T04:15:55.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-20T04:15:56.277Z] $ docker top 5ca4c365a5e91eb93684e695e19c10b2f07e209ecdf6f35d8118ad9caa932b5e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T04:15:57.153Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-20T04:15:57.548Z] + make test [2022-10-20T04:15:57.548Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-20T04:15:59.488Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-20T04:17:21.167Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-20T04:17:21.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-20T04:17:21.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-20T04:17:21.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-20T04:17:21.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-20T04:17:21.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-20T04:17:21.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-20T04:17:21.167Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-20T04:17:21.167Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-20T04:17:36.162Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-20T04:17:36.162Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-20T04:17:36.162Z] ./bin/test-attribution-txt.sh [2022-10-20T04:17:36.162Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-20T04:17:36.162Z] make -C web test [2022-10-20T04:17:36.162Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-10-20T04:17:36.162Z] make[1]: tput: No such file or directory [2022-10-20T04:17:36.162Z] make[1]: tput: No such file or directory [2022-10-20T04:17:36.162Z] warning: generating ./VERSION [2022-10-20T04:17:36.162Z] echo "0.0.0" > VERSION [2022-10-20T04:17:36.162Z] docker build \ [2022-10-20T04:17:36.162Z] -f Dockerfile \ [2022-10-20T04:17:36.162Z] --build-arg USER=1000 \ [2022-10-20T04:17:36.162Z] \ [2022-10-20T04:17:36.162Z] --label "git_sha=7841e9c365b796ed341a70e11ef327e85088e564" \ [2022-10-20T04:17:36.162Z] -t edgexfoundry/edgex-web-ui:7841e9c365b796ed341a70e11ef327e85088e564 \ [2022-10-20T04:17:36.162Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-20T04:17:36.162Z] . [2022-10-20T04:17:36.162Z] Sending build context to Docker daemon 3.269MB [2022-10-20T04:17:36.162Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-20T04:17:36.162Z] 16.17-alpine3.15: Pulling from library/node [2022-10-20T04:17:36.162Z] 47517142f6ba: Pulling fs layer [2022-10-20T04:17:36.162Z] 5f8c4bfa009b: Pulling fs layer [2022-10-20T04:17:36.162Z] f7079c9c4ba1: Pulling fs layer [2022-10-20T04:17:36.162Z] aba105e6f55a: Pulling fs layer [2022-10-20T04:17:36.162Z] 47517142f6ba: Verifying Checksum [2022-10-20T04:17:36.162Z] 47517142f6ba: Download complete [2022-10-20T04:17:36.162Z] aba105e6f55a: Verifying Checksum [2022-10-20T04:17:36.162Z] aba105e6f55a: Download complete [2022-10-20T04:17:36.162Z] f7079c9c4ba1: Download complete [2022-10-20T04:17:36.430Z] 47517142f6ba: Pull complete [2022-10-20T04:17:37.388Z] 5f8c4bfa009b: Verifying Checksum [2022-10-20T04:17:37.388Z] 5f8c4bfa009b: Download complete [2022-10-20T04:17:41.644Z] 5f8c4bfa009b: Pull complete [2022-10-20T04:17:41.644Z] f7079c9c4ba1: Pull complete [2022-10-20T04:17:41.644Z] aba105e6f55a: Pull complete [2022-10-20T04:17:41.644Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-20T04:17:41.644Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-20T04:17:41.644Z] ---> bf1b8b58d215 [2022-10-20T04:17:41.644Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-20T04:17:41.913Z] ---> Running in 05855c035445 [2022-10-20T04:17:42.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-20T04:17:43.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-20T04:17:44.053Z] (1/128) Installing libxau (1.0.9-r0) [2022-10-20T04:17:44.053Z] (2/128) Installing libmd (1.0.3-r0) [2022-10-20T04:17:44.322Z] (3/128) Installing libbsd (0.11.3-r1) [2022-10-20T04:17:44.322Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-10-20T04:17:44.322Z] (5/128) Installing libxcb (1.14-r2) [2022-10-20T04:17:44.322Z] (6/128) Installing libx11 (1.7.3.1-r0) [2022-10-20T04:17:44.322Z] (7/128) Installing libxext (1.3.4-r0) [2022-10-20T04:17:44.322Z] (8/128) Installing libice (1.0.10-r0) [2022-10-20T04:17:44.322Z] (9/128) Installing libuuid (2.37.4-r0) [2022-10-20T04:17:44.322Z] (10/128) Installing libsm (1.2.3-r0) [2022-10-20T04:17:44.322Z] (11/128) Installing libxt (1.2.1-r0) [2022-10-20T04:17:44.322Z] (12/128) Installing libxmu (1.1.3-r0) [2022-10-20T04:17:44.591Z] (13/128) Installing xset (1.2.4-r0) [2022-10-20T04:17:44.591Z] (14/128) Installing xprop (1.2.5-r0) [2022-10-20T04:17:44.591Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-10-20T04:17:44.591Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-20T04:17:44.591Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-10-20T04:17:44.591Z] (18/128) Installing libffi (3.4.2-r1) [2022-10-20T04:17:44.591Z] (19/128) Installing libintl (0.21-r0) [2022-10-20T04:17:44.591Z] (20/128) Installing libblkid (2.37.4-r0) [2022-10-20T04:17:44.591Z] (21/128) Installing libmount (2.37.4-r0) [2022-10-20T04:17:44.591Z] (22/128) Installing pcre (8.45-r1) [2022-10-20T04:17:44.591Z] (23/128) Installing glib (2.70.1-r0) [2022-10-20T04:17:44.591Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-10-20T04:17:44.591Z] (25/128) Installing libxml2 (2.9.14-r2) [2022-10-20T04:17:44.591Z] (26/128) Installing shared-mime-info (2.1-r1) [2022-10-20T04:17:44.866Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-10-20T04:17:44.866Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-10-20T04:17:44.866Z] (29/128) Installing libpng (1.6.37-r1) [2022-10-20T04:17:44.866Z] (30/128) Installing libwebp (1.2.2-r0) [2022-10-20T04:17:44.866Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-10-20T04:17:44.866Z] (32/128) Installing tiff (4.4.0-r0) [2022-10-20T04:17:44.866Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-10-20T04:17:44.866Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-20T04:17:44.866Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-10-20T04:17:44.866Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-10-20T04:17:44.866Z] (37/128) Installing libxrender (0.9.10-r3) [2022-10-20T04:17:44.866Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-10-20T04:17:45.134Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-10-20T04:17:45.134Z] (40/128) Installing libxi (1.8-r0) [2022-10-20T04:17:45.134Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-10-20T04:17:45.134Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-10-20T04:17:45.134Z] (43/128) Installing atk (2.36.0-r0) [2022-10-20T04:17:45.134Z] (44/128) Installing libxtst (1.2.3-r3) [2022-10-20T04:17:45.134Z] (45/128) Installing dbus-libs (1.12.24-r0) [2022-10-20T04:17:45.134Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-10-20T04:17:45.134Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-10-20T04:17:45.134Z] (48/128) Installing expat (2.4.9-r0) [2022-10-20T04:17:45.134Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-10-20T04:17:45.134Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-10-20T04:17:45.134Z] (51/128) Installing freetype (2.11.1-r2) [2022-10-20T04:17:45.134Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-10-20T04:17:45.134Z] (53/128) Installing pixman (0.40.0-r3) [2022-10-20T04:17:45.134Z] (54/128) Installing cairo (1.16.0-r5) [2022-10-20T04:17:45.134Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-10-20T04:17:45.407Z] (56/128) Installing avahi-libs (0.8-r5) [2022-10-20T04:17:45.407Z] (57/128) Installing gmp (6.2.1-r1) [2022-10-20T04:17:45.407Z] (58/128) Installing nettle (3.7.3-r0) [2022-10-20T04:17:45.407Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-10-20T04:17:45.407Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-10-20T04:17:45.407Z] (61/128) Installing libunistring (0.9.10-r1) [2022-10-20T04:17:45.407Z] (62/128) Installing gnutls (3.7.1-r1) [2022-10-20T04:17:45.676Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-10-20T04:17:45.676Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-10-20T04:17:45.676Z] (65/128) Installing fribidi (1.0.11-r0) [2022-10-20T04:17:45.676Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-10-20T04:17:45.676Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-10-20T04:17:45.676Z] (68/128) Installing libxft (2.3.4-r0) [2022-10-20T04:17:45.676Z] (69/128) Installing pango (1.48.10-r0) [2022-10-20T04:17:45.676Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-10-20T04:17:45.676Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-20T04:17:45.676Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-10-20T04:17:45.676Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-10-20T04:17:45.944Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-10-20T04:17:45.944Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-10-20T04:17:46.210Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-20T04:17:46.210Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-10-20T04:17:46.210Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-10-20T04:17:46.210Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-10-20T04:17:46.210Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-20T04:17:48.794Z] (79/128) Installing libogg (1.3.5-r0) [2022-10-20T04:17:48.794Z] (80/128) Installing flac (1.3.4-r0) [2022-10-20T04:17:48.794Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-10-20T04:17:48.794Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-10-20T04:17:48.794Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-10-20T04:17:48.794Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-10-20T04:17:48.794Z] (85/128) Installing libass (0.15.2-r0) [2022-10-20T04:17:48.794Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-10-20T04:17:48.794Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-20T04:17:48.794Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-20T04:17:48.794Z] (89/128) Installing lame (3.100-r0) [2022-10-20T04:17:48.794Z] (90/128) Installing opus (1.3.1-r1) [2022-10-20T04:17:48.794Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-10-20T04:17:48.794Z] (92/128) Installing soxr (0.1.3-r2) [2022-10-20T04:17:48.794Z] (93/128) Installing libsrt (1.4.2-r1) [2022-10-20T04:17:48.794Z] (94/128) Installing libssh (0.9.6-r1) [2022-10-20T04:17:48.794Z] (95/128) Installing libtheora (1.1.1-r16) [2022-10-20T04:17:48.794Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-10-20T04:17:48.794Z] (97/128) Installing libdrm (2.4.109-r0) [2022-10-20T04:17:48.794Z] (98/128) Installing libva (2.13.0-r0) [2022-10-20T04:17:48.794Z] (99/128) Installing libvdpau (1.4-r0) [2022-10-20T04:17:48.794Z] (100/128) Installing vidstab (1.1.0-r1) [2022-10-20T04:17:48.794Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-10-20T04:17:48.794Z] (102/128) Installing libvpx (1.10.0-r0) [2022-10-20T04:17:49.060Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-10-20T04:17:49.060Z] (104/128) Installing x264-libs (20210613-r0) [2022-10-20T04:17:49.060Z] (105/128) Installing x265-libs (3.5-r0) [2022-10-20T04:17:49.060Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-10-20T04:17:49.060Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-10-20T04:17:49.645Z] (108/128) Installing libevent (2.1.12-r4) [2022-10-20T04:17:49.645Z] (109/128) Installing mesa (21.2.6-r0) [2022-10-20T04:17:49.645Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-10-20T04:17:49.645Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-10-20T04:17:49.645Z] (112/128) Installing lcms2 (2.12-r1) [2022-10-20T04:17:49.645Z] (113/128) Installing nspr (4.32-r0) [2022-10-20T04:17:49.645Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-10-20T04:17:49.645Z] (115/128) Installing nss (3.78.1-r0) [2022-10-20T04:17:49.645Z] (116/128) Installing libasyncns (0.8-r1) [2022-10-20T04:17:49.645Z] (117/128) Installing libltdl (2.4.6-r7) [2022-10-20T04:17:49.645Z] (118/128) Installing orc (0.4.32-r0) [2022-10-20T04:17:49.645Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-10-20T04:17:49.914Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-10-20T04:17:49.914Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-10-20T04:17:49.914Z] (122/128) Installing libpulse (15.0-r2) [2022-10-20T04:17:49.914Z] (123/128) Installing re2 (2021.11.01-r0) [2022-10-20T04:17:49.914Z] (124/128) Installing snappy (1.1.9-r1) [2022-10-20T04:17:49.914Z] (125/128) Installing libgpg-error (1.42-r1) [2022-10-20T04:17:49.914Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-10-20T04:17:49.914Z] (127/128) Installing libxslt (1.1.35-r0) [2022-10-20T04:17:49.914Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-10-20T04:17:54.171Z] Executing busybox-1.34.1-r7.trigger [2022-10-20T04:17:54.171Z] Executing glib-2.70.1-r0.trigger [2022-10-20T04:17:54.171Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-20T04:17:58.489Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-20T04:17:58.489Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-20T04:17:58.760Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-20T04:17:58.760Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-20T04:17:58.760Z] OK: 275 MiB in 144 packages [2022-10-20T04:18:08.845Z] Removing intermediate container 05855c035445 [2022-10-20T04:18:08.845Z] ---> d65fec211d6b [2022-10-20T04:18:08.845Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-20T04:18:08.845Z] ---> Running in 9efa118f6482 [2022-10-20T04:18:08.845Z] Removing intermediate container 9efa118f6482 [2022-10-20T04:18:08.845Z] ---> 095b0340e79e [2022-10-20T04:18:08.845Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-20T04:18:08.845Z] ---> Running in e95e15c52389 [2022-10-20T04:18:08.845Z] Removing intermediate container e95e15c52389 [2022-10-20T04:18:08.845Z] ---> d37b2d17fc2c [2022-10-20T04:18:08.845Z] Step 5/10 : RUN npm install -g npm [2022-10-20T04:18:08.845Z] ---> Running in 89e98631167d [2022-10-20T04:18:35.532Z] [2022-10-20T04:18:35.532Z] changed 54 packages, and audited 212 packages in 21s [2022-10-20T04:18:35.532Z] [2022-10-20T04:18:35.532Z] 11 packages are looking for funding [2022-10-20T04:18:35.532Z] run `npm fund` for details [2022-10-20T04:18:35.532Z] [2022-10-20T04:18:35.532Z] found 0 vulnerabilities [2022-10-20T04:18:36.115Z] Removing intermediate container 89e98631167d [2022-10-20T04:18:36.115Z] ---> cb0ff621c8e5 [2022-10-20T04:18:36.115Z] Step 6/10 : ARG USER=1000 [2022-10-20T04:18:36.115Z] ---> Running in 35638346f7a9 [2022-10-20T04:18:36.387Z] Removing intermediate container 35638346f7a9 [2022-10-20T04:18:36.387Z] ---> 26d5315704e5 [2022-10-20T04:18:36.387Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-20T04:18:36.657Z] ---> Running in 4622f628dca8 [2022-10-20T04:18:38.604Z] Removing intermediate container 4622f628dca8 [2022-10-20T04:18:38.604Z] ---> acf96c79596c [2022-10-20T04:18:38.604Z] Step 8/10 : USER $USER:$USER [2022-10-20T04:18:38.604Z] ---> Running in dd1378bb3fc5 [2022-10-20T04:18:38.873Z] Removing intermediate container dd1378bb3fc5 [2022-10-20T04:18:38.873Z] ---> 951154b0f010 [2022-10-20T04:18:38.873Z] Step 9/10 : WORKDIR /app [2022-10-20T04:18:38.873Z] ---> Running in ecacf8bfb322 [2022-10-20T04:18:39.461Z] Removing intermediate container ecacf8bfb322 [2022-10-20T04:18:39.461Z] ---> 90363cb4522a [2022-10-20T04:18:39.461Z] Step 10/10 : LABEL git_sha=7841e9c365b796ed341a70e11ef327e85088e564 [2022-10-20T04:18:39.461Z] ---> Running in 46709fc3787c [2022-10-20T04:18:39.732Z] Removing intermediate container 46709fc3787c [2022-10-20T04:18:39.732Z] ---> 5ab68ef548cc [2022-10-20T04:18:39.732Z] Successfully built 5ab68ef548cc [2022-10-20T04:18:40.003Z] Successfully tagged edgexfoundry/edgex-web-ui:7841e9c365b796ed341a70e11ef327e85088e564 [2022-10-20T04:18:40.003Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-20T04:18:40.003Z] touch edgex-web-ui.imagebuilt [2022-10-20T04:18:40.003Z] mkdir -p node_modules coverage [2022-10-20T04:18:40.003Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-20T04:18:40.003Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE required: { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE }, [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE required: { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE }, [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE required: { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE }, [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE required: { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE }, [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE required: { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE }, [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE required: { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE }, [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE required: { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE }, [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE required: { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE }, [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE Unsupported engine { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE required: { [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE }, [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-20T04:18:52.326Z] npm WARN EBADENGINE } [2022-10-20T04:19:24.552Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-20T04:19:25.132Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-20T04:19:25.132Z] npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility [2022-10-20T04:19:26.540Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-20T04:19:27.122Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-20T04:19:28.082Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-20T04:19:36.423Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-20T04:19:37.412Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-20T04:19:38.004Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-20T04:19:56.195Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2022-10-20T04:19:56.195Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-20T04:19:56.463Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-20T04:20:00.712Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-20T04:20:02.654Z] npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. [2022-10-20T04:20:04.592Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-20T04:20:14.659Z] npm WARN deprecated protractor@7.0.0: We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular [2022-10-20T04:20:15.618Z] npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2022-10-20T04:20:30.608Z] npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [2022-10-20T04:20:48.800Z] npm WARN deprecated core-js@3.16.0: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. [2022-10-20T04:21:21.017Z] [2022-10-20T04:21:21.018Z] added 1475 packages, and audited 1476 packages in 3m [2022-10-20T04:21:21.018Z] [2022-10-20T04:21:21.018Z] 90 packages are looking for funding [2022-10-20T04:21:21.018Z] run `npm fund` for details [2022-10-20T04:21:21.018Z] [2022-10-20T04:21:21.018Z] 13 vulnerabilities (3 moderate, 8 high, 2 critical) [2022-10-20T04:21:21.018Z] [2022-10-20T04:21:21.018Z] To address issues that do not require attention, run: [2022-10-20T04:21:21.018Z] npm audit fix [2022-10-20T04:21:21.018Z] [2022-10-20T04:21:21.018Z] To address all issues (including breaking changes), run: [2022-10-20T04:21:21.018Z] npm audit fix --force [2022-10-20T04:21:21.018Z] [2022-10-20T04:21:21.018Z] Run `npm audit` for details. [2022-10-20T04:21:22.953Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev ng test --code-coverage --watch false --browsers ChromeHeadlessNoSandbox [2022-10-20T04:21:37.934Z] - Generating browser application bundles (phase: setup)... [2022-10-20T04:22:10.146Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-20T04:22:10.146Z] Compiling @angular/core : es2015 as esm2015 [2022-10-20T04:22:36.839Z] Compiling @angular/common : es2015 as esm2015 [2022-10-20T04:22:36.839Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-20T04:22:40.177Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-20T04:22:40.177Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-20T04:22:44.439Z] Compiling @angular/router : es2015 as esm2015 [2022-10-20T04:22:44.706Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-20T04:22:50.062Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-20T04:22:51.487Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-20T04:22:51.487Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-20T04:22:55.743Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-20T04:22:55.743Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-20T04:22:56.008Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-20T04:23:52.391Z] 20 10 2022 04:23:50.026:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-20T04:23:52.391Z] 20 10 2022 04:23:50.042:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-20T04:23:52.391Z] 20 10 2022 04:23:50.072:INFO [launcher]: Starting browser ChromeHeadless [2022-10-20T04:25:13.994Z] 20 10 2022 04:25:05.895:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-10-20T04:25:24.048Z] 20 10 2022 04:25:22.658:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-10-20T04:25:42.228Z] ✔ Browser application bundle generation complete. [2022-10-20T04:25:42.496Z] 20 10 2022 04:25:42.364:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket WLcn-CGeZkYo-xCuAAAB with id 73831441 [2022-10-20T04:26:00.691Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-20T04:26:00.691Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.843 secs) [2022-10-20T04:26:00.691Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 1.079 secs) [2022-10-20T04:26:00.691Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.128 secs) [2022-10-20T04:26:00.691Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 1.53 secs) [2022-10-20T04:26:00.691Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 1.661 secs) [2022-10-20T04:26:00.962Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.706 secs) [2022-10-20T04:26:00.962Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.844 secs) [2022-10-20T04:26:01.231Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.988 secs) [2022-10-20T04:26:01.231Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 2.099 secs) [2022-10-20T04:26:01.814Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 2.347 secs) [2022-10-20T04:26:01.814Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 2.45 secs) [2022-10-20T04:26:02.079Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 2.809 secs) [2022-10-20T04:26:02.348Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 2.851 secs) [2022-10-20T04:26:02.929Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 3.402 secs) [2022-10-20T04:26:03.194Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 3.596 secs) [2022-10-20T04:26:03.194Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 3.655 secs) [2022-10-20T04:26:03.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 3.703 secs) [2022-10-20T04:26:03.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 3.839 secs) [2022-10-20T04:26:03.731Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 4.012 secs) [2022-10-20T04:26:03.731Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 4.11 secs) [2022-10-20T04:26:03.998Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 4.2 secs) [2022-10-20T04:26:04.263Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 4.451 secs) [2022-10-20T04:26:04.263Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 4.491 secs) [2022-10-20T04:26:04.263Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 4.502 secs) [2022-10-20T04:26:04.531Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 4.553 secs) [2022-10-20T04:26:04.531Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 4.648 secs) [2022-10-20T04:26:04.531Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 4.677 secs) [2022-10-20T04:26:04.531Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 4.7 secs) [2022-10-20T04:26:04.531Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 4.725 secs) [2022-10-20T04:26:04.796Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 4.755 secs) [2022-10-20T04:26:04.797Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 4.772 secs) [2022-10-20T04:26:04.797Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 4.825 secs) [2022-10-20T04:26:05.062Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 4.974 secs) [2022-10-20T04:26:05.062Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 5.031 secs) [2022-10-20T04:26:05.062Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 5.121 secs) [2022-10-20T04:26:05.328Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 5.169 secs) [2022-10-20T04:26:05.328Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 5.361 secs) [2022-10-20T04:26:05.594Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 5.436 secs) [2022-10-20T04:26:05.594Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 5.49 secs) [2022-10-20T04:26:05.859Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 5.671 secs) [2022-10-20T04:26:05.860Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.711 secs) [2022-10-20T04:26:05.860Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.724 secs) [2022-10-20T04:26:06.127Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.744 secs) [2022-10-20T04:26:06.393Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 6.142 secs) [2022-10-20T04:26:06.659Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 6.207 secs) [2022-10-20T04:26:06.659Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 6.371 secs) [2022-10-20T04:26:06.924Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 6.412 secs) [2022-10-20T04:26:06.924Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 6.517 secs) [2022-10-20T04:26:06.924Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.579 secs) [2022-10-20T04:26:07.190Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.597 secs) [2022-10-20T04:26:07.190Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.823 secs) [2022-10-20T04:26:07.456Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.88 secs) [2022-10-20T04:26:07.456Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.936 secs) [2022-10-20T04:26:07.456Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.988 secs) [2022-10-20T04:26:07.723Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 7.006 secs) [2022-10-20T04:26:07.723Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 7.032 secs) [2022-10-20T04:26:08.304Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 7.529 secs) [2022-10-20T04:26:08.304Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 7.588 secs) [2022-10-20T04:26:08.304Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 7.699 secs) [2022-10-20T04:26:08.570Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 7.767 secs) [2022-10-20T04:26:08.570Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.782 secs) [2022-10-20T04:26:08.570Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.793 secs) [2022-10-20T04:26:08.570Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.841 secs) [2022-10-20T04:26:08.889Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.918 secs) [2022-10-20T04:26:08.889Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 8.134 secs) [2022-10-20T04:26:09.170Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 8.158 secs) [2022-10-20T04:26:09.170Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 8.201 secs) [2022-10-20T04:26:09.170Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 8.226 secs) [2022-10-20T04:26:09.440Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 8.383 secs) [2022-10-20T04:26:09.440Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 8.397 secs) [2022-10-20T04:26:09.440Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 8.406 secs) [2022-10-20T04:26:09.718Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 8.558 secs) [2022-10-20T04:26:09.718Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.632 secs) [2022-10-20T04:26:09.998Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.751 secs) [2022-10-20T04:26:10.278Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.814 secs) [2022-10-20T04:26:10.278Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.889 secs) [2022-10-20T04:26:10.279Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.933 secs) [2022-10-20T04:26:10.279Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.958 secs) [2022-10-20T04:26:10.548Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 9.062 secs) [2022-10-20T04:26:10.548Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 9.086 secs) [2022-10-20T04:26:10.548Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 9.122 secs) [2022-10-20T04:26:10.548Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 9.147 secs) [2022-10-20T04:26:10.825Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 9.165 secs) [2022-10-20T04:26:10.825Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.183 secs) [2022-10-20T04:26:10.825Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 9.199 secs) [2022-10-20T04:26:10.825Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 9.212 secs) [2022-10-20T04:26:10.825Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.233 secs) [2022-10-20T04:26:10.825Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.317 secs) [2022-10-20T04:26:11.099Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.451 secs) [2022-10-20T04:26:11.099Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 9.526 secs) [2022-10-20T04:26:11.386Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.581 secs) [2022-10-20T04:26:11.386Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 9.672 secs) [2022-10-20T04:26:11.666Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 9.761 secs) [2022-10-20T04:26:11.666Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 9.819 secs) [2022-10-20T04:26:11.934Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 10.004 secs) [2022-10-20T04:26:12.199Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 10.228 secs) [2022-10-20T04:26:12.199Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.294 secs) [2022-10-20T04:26:12.199Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.328 secs) [2022-10-20T04:26:12.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.357 secs) [2022-10-20T04:26:12.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.393 secs) [2022-10-20T04:26:12.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.453 secs) [2022-10-20T04:26:12.466Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.476 secs) [2022-10-20T04:26:12.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.485 secs) [2022-10-20T04:26:12.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 10.508 secs) [2022-10-20T04:26:12.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 10.53 secs) [2022-10-20T04:26:12.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 10.551 secs) [2022-10-20T04:26:12.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 10.572 secs) [2022-10-20T04:26:12.732Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 10.598 secs) [2022-10-20T04:26:12.997Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 10.749 secs) [2022-10-20T04:26:12.997Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 10.859 secs) [2022-10-20T04:26:13.263Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 11.039 secs) [2022-10-20T04:26:13.529Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.137 secs) [2022-10-20T04:26:13.529Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.166 secs) [2022-10-20T04:26:13.794Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.336 secs) [2022-10-20T04:26:13.794Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.388 secs) [2022-10-20T04:26:14.058Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.567 secs) [2022-10-20T04:26:14.323Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.757 secs) [2022-10-20T04:26:14.323Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.778 secs) [2022-10-20T04:26:14.590Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.798 secs) [2022-10-20T04:26:14.590Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.813 secs) [2022-10-20T04:26:14.590Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 11.857 secs) [2022-10-20T04:26:14.590Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 11.879 secs) [2022-10-20T04:26:14.590Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 11.892 secs) [2022-10-20T04:26:14.590Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 11.93 secs) [2022-10-20T04:26:14.856Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.181 secs) [2022-10-20T04:26:15.121Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.308 secs) [2022-10-20T04:26:15.388Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.492 secs) [2022-10-20T04:26:15.652Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.614 secs) [2022-10-20T04:26:15.652Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.67 secs) [2022-10-20T04:26:15.917Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.797 secs) [2022-10-20T04:26:15.917Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 12.854 secs) [2022-10-20T04:26:15.917Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 12.868 secs) [2022-10-20T04:26:15.917Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 12.88 secs) [2022-10-20T04:26:15.917Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 12.896 secs) [2022-10-20T04:26:15.917Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 12.906 secs) [2022-10-20T04:26:16.183Z] WARN: ' [2022-10-20T04:26:16.183Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-20T04:26:16.183Z] Support for using the ngModel input property and ngModelChange event with [2022-10-20T04:26:16.183Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-20T04:26:16.183Z] in a future version of Angular. [2022-10-20T04:26:16.183Z] [2022-10-20T04:26:16.183Z] For more information on this, see our API docs here: [2022-10-20T04:26:16.183Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-20T04:26:16.183Z] ' [2022-10-20T04:26:16.183Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 12.906 secs) [2022-10-20T04:26:16.183Z] WARN: ' [2022-10-20T04:26:16.183Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-20T04:26:16.183Z] Support for using the ngModel input property and ngModelChange event with [2022-10-20T04:26:16.183Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-20T04:26:16.183Z] in a future version of Angular. [2022-10-20T04:26:16.183Z] [2022-10-20T04:26:16.183Z] For more information on this, see our API docs here: [2022-10-20T04:26:16.183Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-20T04:26:16.183Z] ' [2022-10-20T04:26:16.183Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 13.038 secs) [2022-10-20T04:26:16.183Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 13.056 secs) [2022-10-20T04:26:16.183Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 13.07 secs) [2022-10-20T04:26:16.183Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.081 secs) [2022-10-20T04:26:16.183Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.093 secs) [2022-10-20T04:26:16.449Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.133 secs) [2022-10-20T04:26:16.449Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.185 secs) [2022-10-20T04:26:16.449Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.2 secs) [2022-10-20T04:26:16.449Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.212 secs) [2022-10-20T04:26:16.713Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.293 secs) [2022-10-20T04:26:16.713Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.356 secs) [2022-10-20T04:26:16.713Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.408 secs) [2022-10-20T04:26:16.979Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.55 secs) [2022-10-20T04:26:17.244Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.6 secs) [2022-10-20T04:26:17.823Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.138 secs / 13.6 secs) [2022-10-20T04:26:17.823Z] TOTAL: 149 SUCCESS [2022-10-20T04:26:18.091Z] ✔ Browser application bundle generation complete. [2022-10-20T04:26:21.427Z] [2022-10-20T04:26:21.427Z] =============================== Coverage summary =============================== [2022-10-20T04:26:21.427Z] Statements : 40.98% ( 1467/3580 ) [2022-10-20T04:26:21.427Z] Branches : 12.03% ( 111/923 ) [2022-10-20T04:26:21.427Z] Functions : 33.28% ( 432/1298 ) [2022-10-20T04:26:21.427Z] Lines : 38.91% ( 1318/3387 ) [2022-10-20T04:26:21.427Z] ================================================================================ [2022-10-20T04:26:21.428Z] 20 10 2022 04:26:21.098:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-20T04:26:22.382Z] ✔ Browser application bundle generation complete. [2022-10-20T04:26:23.341Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-10-20T04:26:23.381Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-20T04:26:23.364Z] $ docker stop --time=1 5ca4c365a5e91eb93684e695e19c10b2f07e209ecdf6f35d8118ad9caa932b5e [2022-10-20T04:26:24.996Z] $ docker rm -f 5ca4c365a5e91eb93684e695e19c10b2f07e209ecdf6f35d8118ad9caa932b5e [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-20T04:26:25.920Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-20T04:26:28.520Z] Warning: overwriting stash ‘coverage-report’ [2022-10-20T04:26:33.504Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-20T04:26:34.074Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-20T04:26:36.970Z] + ls -al . [2022-10-20T04:26:36.970Z] total 172 [2022-10-20T04:26:36.970Z] drwxrwxr-x 13 jenkins jenkins 4096 Oct 20 04:15 . [2022-10-20T04:26:36.970Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 04:13 .. [2022-10-20T04:26:36.970Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 04:13 .blubracket [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 20 04:13 .dockerignore [2022-10-20T04:26:36.970Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 04:13 .git [2022-10-20T04:26:36.970Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 04:13 .github [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 20 04:13 .gitignore [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 20 04:13 Attribution.txt [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 20 04:13 CHANGELOG.md [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 20 04:13 CONTRIBUTING.md [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 1847 Oct 20 04:13 Dockerfile [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 20 04:13 Jenkinsfile [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 20 04:13 LICENSE [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 20 04:13 Makefile [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 4398 Oct 20 04:13 README.md [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 20 04:09 VERSION [2022-10-20T04:26:36.970Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 04:13 assets [2022-10-20T04:26:36.970Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 04:13 bin [2022-10-20T04:26:36.970Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 04:13 cmd [2022-10-20T04:26:36.970Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 20 04:15 coverage.out [2022-10-20T04:26:36.970Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 04:13 docs [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 3012 Oct 20 04:13 go.mod [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 35759 Oct 20 04:13 go.sum [2022-10-20T04:26:36.970Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 04:13 internal [2022-10-20T04:26:36.970Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 04:13 snap [2022-10-20T04:26:36.970Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 04:13 testing [2022-10-20T04:26:36.970Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 20 04:13 version.go [2022-10-20T04:26:36.970Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 20 04:18 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:26:37.378Z] + 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=7841e9c365b796ed341a70e11ef327e85088e564 --label arch=arm64 --label version=0.0.0 . [2022-10-20T04:26:38.337Z] Sending build context to Docker daemon 31.43MB [2022-10-20T04:26:38.337Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-10-20T04:26:38.337Z] Step 2/26 : FROM ${BASE} AS builder [2022-10-20T04:26:38.337Z] ---> 553463a506a6 [2022-10-20T04:26:38.337Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-20T04:26:39.287Z] ---> Running in e45f1203126e [2022-10-20T04:26:39.552Z] Removing intermediate container e45f1203126e [2022-10-20T04:26:39.552Z] ---> 4c8f4e695c80 [2022-10-20T04:26:39.552Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-10-20T04:26:39.552Z] ---> Running in 659e4c896e42 [2022-10-20T04:26:39.818Z] Removing intermediate container 659e4c896e42 [2022-10-20T04:26:39.818Z] ---> 4c1e9254c0b8 [2022-10-20T04:26:39.818Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-10-20T04:26:39.818Z] ---> Running in 7a724508ccf4 [2022-10-20T04:26:40.084Z] Removing intermediate container 7a724508ccf4 [2022-10-20T04:26:40.084Z] ---> 7ce51fe9bd5e [2022-10-20T04:26:40.084Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-10-20T04:26:40.350Z] ---> Running in 0843a3d0facd [2022-10-20T04:26:40.615Z] Removing intermediate container 0843a3d0facd [2022-10-20T04:26:40.615Z] ---> 1a4285879ceb [2022-10-20T04:26:40.615Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-20T04:26:40.615Z] ---> Running in dda27142215b [2022-10-20T04:26:40.880Z] Removing intermediate container dda27142215b [2022-10-20T04:26:40.880Z] ---> 760d419249aa [2022-10-20T04:26:40.880Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-20T04:26:42.816Z] ---> c6d1233e8a2d [2022-10-20T04:26:42.816Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-20T04:26:42.816Z] ---> Running in 86aadc9df131 [2022-10-20T04:26:44.222Z] Removing intermediate container 86aadc9df131 [2022-10-20T04:26:44.222Z] ---> 1665706d8598 [2022-10-20T04:26:44.222Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-20T04:26:44.222Z] ---> Running in 435bb8781f16 [2022-10-20T04:26:44.801Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-20T04:26:45.752Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-20T04:26:46.705Z] OK: 221 MiB in 51 packages [2022-10-20T04:26:47.289Z] Removing intermediate container 435bb8781f16 [2022-10-20T04:26:47.289Z] ---> b9272bfb42d3 [2022-10-20T04:26:47.289Z] Step 11/26 : ENV GO111MODULE=on [2022-10-20T04:26:47.557Z] ---> Running in 0919d00e844e [2022-10-20T04:26:47.821Z] Removing intermediate container 0919d00e844e [2022-10-20T04:26:47.821Z] ---> 0dd1e79e619b [2022-10-20T04:26:47.821Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-20T04:26:47.821Z] ---> Running in ccb46325f903 [2022-10-20T04:26:48.087Z] Removing intermediate container ccb46325f903 [2022-10-20T04:26:48.087Z] ---> 39033ba54192 [2022-10-20T04:26:48.087Z] Step 13/26 : COPY go.mod vendor* ./ [2022-10-20T04:26:48.671Z] ---> 355b90ac8497 [2022-10-20T04:26:48.671Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-20T04:26:48.671Z] ---> Running in d707c8673add [2022-10-20T04:26:50.610Z] Removing intermediate container d707c8673add [2022-10-20T04:26:50.610Z] ---> 8608f9a18a42 [2022-10-20T04:26:50.610Z] Step 15/26 : COPY . . [2022-10-20T04:26:54.860Z] ---> f40f5f57c6cd [2022-10-20T04:26:54.860Z] Step 16/26 : RUN ${MAKE} [2022-10-20T04:26:54.860Z] ---> Running in 385d7011e2ec [2022-10-20T04:26:55.127Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-10-20T04:28:02.953Z] Removing intermediate container 385d7011e2ec [2022-10-20T04:28:02.953Z] ---> e6cd799e4f68 [2022-10-20T04:28:02.953Z] Step 17/26 : FROM alpine:3.14 [2022-10-20T04:28:02.953Z] 3.14: Pulling from library/alpine [2022-10-20T04:28:02.953Z] 90cda3b7c325: Pulling fs layer [2022-10-20T04:28:02.954Z] 90cda3b7c325: Verifying Checksum [2022-10-20T04:28:02.954Z] 90cda3b7c325: Download complete [2022-10-20T04:28:02.954Z] 90cda3b7c325: Pull complete [2022-10-20T04:28:02.954Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-20T04:28:02.954Z] Status: Downloaded newer image for alpine:3.14 [2022-10-20T04:28:02.954Z] ---> 376ba31ae3da [2022-10-20T04:28:02.954Z] Step 18/26 : EXPOSE 4000 [2022-10-20T04:28:02.954Z] ---> Running in 0fee0ce9ba78 [2022-10-20T04:28:02.954Z] Removing intermediate container 0fee0ce9ba78 [2022-10-20T04:28:02.954Z] ---> 4fabf30ccccc [2022-10-20T04:28:02.954Z] 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-10-20T04:28:02.954Z] ---> a088fed07f6e [2022-10-20T04:28:02.954Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-10-20T04:28:03.913Z] ---> 6fc16c209579 [2022-10-20T04:28:03.913Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-10-20T04:28:04.180Z] ---> 158b2d68bb92 [2022-10-20T04:28:04.180Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-20T04:28:04.180Z] ---> Running in 900e941b5bee [2022-10-20T04:28:04.449Z] Removing intermediate container 900e941b5bee [2022-10-20T04:28:04.449Z] ---> 4ea2861f8855 [2022-10-20T04:28:04.449Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-20T04:28:04.722Z] ---> Running in bc09002fe465 [2022-10-20T04:28:04.990Z] Removing intermediate container bc09002fe465 [2022-10-20T04:28:04.990Z] ---> 0797c7f4fff9 [2022-10-20T04:28:04.990Z] Step 24/26 : LABEL arch=arm64 [2022-10-20T04:28:04.990Z] ---> Running in 281c55c632fc [2022-10-20T04:28:05.257Z] Removing intermediate container 281c55c632fc [2022-10-20T04:28:05.257Z] ---> b0bfe6d3aa5a [2022-10-20T04:28:05.257Z] Step 25/26 : LABEL git_sha=7841e9c365b796ed341a70e11ef327e85088e564 [2022-10-20T04:28:05.257Z] ---> Running in da300540c342 [2022-10-20T04:28:05.521Z] Removing intermediate container da300540c342 [2022-10-20T04:28:05.521Z] ---> 1dcd079fd492 [2022-10-20T04:28:05.521Z] Step 26/26 : LABEL version=0.0.0 [2022-10-20T04:28:05.521Z] ---> Running in 95372089efa4 [2022-10-20T04:28:05.787Z] Removing intermediate container 95372089efa4 [2022-10-20T04:28:05.787Z] ---> 7ffc9d0c0cca [2022-10-20T04:28:05.787Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-20T04:28:06.052Z] Successfully built 7ffc9d0c0cca [2022-10-20T04:28:06.052Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:28:06.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-20T04:28:06.850Z] [2022-10-20T04:28:06.850Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:28:07.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-20T04:28:07.248Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-20T04:28:07.248Z] 8998bd30e6a1: Pulling fs layer [2022-10-20T04:28:07.248Z] 04944245beec: Pulling fs layer [2022-10-20T04:28:07.249Z] 699f458cf7ca: Pulling fs layer [2022-10-20T04:28:07.249Z] 765212b225bb: Pulling fs layer [2022-10-20T04:28:07.249Z] f23df028b6ca: Pulling fs layer [2022-10-20T04:28:07.249Z] d65c8cfc05b1: Pulling fs layer [2022-10-20T04:28:07.249Z] 2437ff75d9bd: Pulling fs layer [2022-10-20T04:28:07.249Z] 765212b225bb: Waiting [2022-10-20T04:28:07.249Z] f23df028b6ca: Waiting [2022-10-20T04:28:07.249Z] d65c8cfc05b1: Waiting [2022-10-20T04:28:07.249Z] 2437ff75d9bd: Waiting [2022-10-20T04:28:07.514Z] 04944245beec: Verifying Checksum [2022-10-20T04:28:07.514Z] 04944245beec: Download complete [2022-10-20T04:28:07.514Z] 765212b225bb: Verifying Checksum [2022-10-20T04:28:07.514Z] 765212b225bb: Download complete [2022-10-20T04:28:07.514Z] f23df028b6ca: Verifying Checksum [2022-10-20T04:28:07.514Z] f23df028b6ca: Download complete [2022-10-20T04:28:07.514Z] d65c8cfc05b1: Verifying Checksum [2022-10-20T04:28:07.514Z] d65c8cfc05b1: Download complete [2022-10-20T04:28:07.779Z] 699f458cf7ca: Verifying Checksum [2022-10-20T04:28:07.779Z] 699f458cf7ca: Download complete [2022-10-20T04:28:08.047Z] 8998bd30e6a1: Download complete [2022-10-20T04:28:09.987Z] 2437ff75d9bd: Verifying Checksum [2022-10-20T04:28:11.928Z] 8998bd30e6a1: Pull complete [2022-10-20T04:28:12.195Z] 04944245beec: Pull complete [2022-10-20T04:28:13.600Z] 699f458cf7ca: Pull complete [2022-10-20T04:28:13.867Z] 765212b225bb: Pull complete [2022-10-20T04:28:14.452Z] f23df028b6ca: Pull complete [2022-10-20T04:28:14.719Z] d65c8cfc05b1: Pull complete [2022-10-20T04:28:29.693Z] 2437ff75d9bd: Pull complete [2022-10-20T04:28:29.693Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-20T04:28:29.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-20T04:28:29.693Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T04:28:30.010Z] prd-ubuntu20.04-docker-arm64-4c-16g-8665 does not seem to be running inside a container [2022-10-20T04:28:30.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-20T04:28:32.796Z] $ docker top 243f779c5d25440084d34840fc920bbcbbd856ea1f7931fa2631f7c5a1453f92 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:28:33.749Z] ---> job-cost.sh [2022-10-20T04:28:33.749Z] lf-activate-venv: SKIPPING [2022-10-20T04:28:33.749Z] INFO: No Stack... [2022-10-20T04:28:34.015Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-20T04:28:34.970Z] INFO: Archiving Costs [Pipeline] sh [2022-10-20T04:28:35.310Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-10-20T04:28:35.310Z] + cut -d, -f6 [Pipeline] lock [2022-10-20T04:28:35.390Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-560-1-stack-cost] [2022-10-20T04:28:35.396Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-560-1-stack-cost] did not exist. Created. [2022-10-20T04:28:35.396Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-560-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-20T04:28:35.798Z] /w/workspace/edgex-ui-go/1@tmp/durable-aa059486/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-20T04:28:36.467Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-20T04:28:36.504Z] Warning: overwriting stash ‘stack-cost’ [2022-10-20T04:28:41.223Z] Stashed 1 file(s) [Pipeline] } [2022-10-20T04:28:41.240Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-560-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-20T04:28:41.269Z] $ docker stop --time=1 243f779c5d25440084d34840fc920bbcbbd856ea1f7931fa2631f7c5a1453f92 [2022-10-20T04:28:42.941Z] $ docker rm -f 243f779c5d25440084d34840fc920bbcbbd856ea1f7931fa2631f7c5a1453f92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-10-20T04:28:43.957Z] provisioning config files... [2022-10-20T04:28:43.965Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp/config7889167146471782122tmp [Pipeline] { [Pipeline] sh [2022-10-20T04:28:44.298Z] + set +x [2022-10-20T04:28:44.298Z] + curl -s https://codecov.io/bash [2022-10-20T04:28:44.298Z] + bash -s -- [2022-10-20T04:28:44.298Z] [2022-10-20T04:28:44.298Z] _____ _ [2022-10-20T04:28:44.298Z] / ____| | | [2022-10-20T04:28:44.298Z] | | ___ __| | ___ ___ _____ __ [2022-10-20T04:28:44.298Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-20T04:28:44.299Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-20T04:28:44.299Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-20T04:28:44.299Z] Bash-1.0.6 [2022-10-20T04:28:44.299Z] [2022-10-20T04:28:44.299Z] [2022-10-20T04:28:44.299Z] ==> git version 2.25.1 found [2022-10-20T04:28:44.299Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-10-20T04:28:44.299Z] Release-Date: 2020-01-08 [2022-10-20T04:28:44.299Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-20T04:28:44.299Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-20T04:28:44.299Z] ==> Jenkins CI detected. [2022-10-20T04:28:44.299Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-560 [2022-10-20T04:28:44.299Z] project root: . [2022-10-20T04:28:44.299Z] --> token set from env [2022-10-20T04:28:44.299Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-20T04:28:44.299Z] ==> Running gcov in . (disable via -X gcov) [2022-10-20T04:28:44.558Z] ==> Python coveragepy not found [2022-10-20T04:28:44.558Z] ==> Searching for coverage reports in: [2022-10-20T04:28:44.558Z] + . [2022-10-20T04:28:44.558Z] -> Found 1 reports [2022-10-20T04:28:44.558Z] ==> Detecting git/mercurial file structure [2022-10-20T04:28:44.558Z] ==> Reading reports [2022-10-20T04:28:44.558Z] + ./coverage.out bytes=10 [2022-10-20T04:28:44.558Z] ==> Appending adjustments [2022-10-20T04:28:44.558Z] https://docs.codecov.io/docs/fixing-reports [2022-10-20T04:28:45.494Z] + Found adjustments [2022-10-20T04:28:45.494Z] ==> Gzipping contents [2022-10-20T04:28:45.494Z] 12K /tmp/codecov.GJUT0K.gz [2022-10-20T04:28:45.494Z] ==> Uploading reports [2022-10-20T04:28:45.494Z] url: https://codecov.io [2022-10-20T04:28:45.494Z] query: branch=PR-560&commit=7841e9c365b796ed341a70e11ef327e85088e564&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-560%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=560&job=&cmd_args= [2022-10-20T04:28:45.494Z] -> Pinging Codecov [2022-10-20T04:28:45.494Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-560&commit=7841e9c365b796ed341a70e11ef327e85088e564&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-560%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=560&job=&cmd_args= [2022-10-20T04:28:45.753Z] -> Uploading to [2022-10-20T04:28:45.753Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-20/FB506323287CE973F263BFD2A0EB1F37/7841e9c365b796ed341a70e11ef327e85088e564/12f6c0ea-bed8-4040-ba68-11e6df7ebfc0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221020%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221020T042845Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8f1843b5dff096d52a41d8760faf82c8eb247f4b51b9c0793ea66d81e91ea0e3 [2022-10-20T04:28:45.753Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-20T04:28:45.753Z] Dload Upload Total Spent Left Speed [2022-10-20T04:28:46.012Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 35630 --:--:-- --:--:-- --:--:-- 35630 [2022-10-20T04:28:46.012Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/7841e9c365b796ed341a70e11ef327e85088e564 [Pipeline] } [2022-10-20T04:28:46.040Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-10-20T04:28:47.674Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-560/archives ] [2022-10-20T04:28:47.674Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-560/archives [2022-10-20T04:28:47.674Z] total 16 [2022-10-20T04:28:47.674Z] drwxr-xr-x 3 root root 4096 Oct 20 04:12 . [2022-10-20T04:28:47.674Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 20 04:12 .. [2022-10-20T04:28:47.674Z] drwxr-xr-x 2 root root 4096 Oct 20 04:12 cost [2022-10-20T04:28:47.674Z] -rw-r--r-- 1 root root 83 Oct 20 04:12 cost.csv [2022-10-20T04:28:47.674Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-560/archives [2022-10-20T04:28:47.674Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-560/archives [2022-10-20T04:28:47.674Z] total 16 [2022-10-20T04:28:47.674Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 04:12 . [2022-10-20T04:28:47.674Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 20 04:12 .. [2022-10-20T04:28:47.674Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 20 04:12 cost [2022-10-20T04:28:47.674Z] -rw-r--r-- 1 jenkins jenkins 83 Oct 20 04:12 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:28:47.994Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:28:48.881Z] ---> package-listing.sh [2022-10-20T04:28:48.881Z] ++ facter osfamily [2022-10-20T04:28:48.881Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-20T04:28:49.141Z] + OS_FAMILY=debian [2022-10-20T04:28:49.141Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-560 [2022-10-20T04:28:49.141Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-20T04:28:49.141Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-20T04:28:49.141Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-20T04:28:49.141Z] + PACKAGES=/tmp/packages_start.txt [2022-10-20T04:28:49.141Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-560 ']' [2022-10-20T04:28:49.141Z] + PACKAGES=/tmp/packages_end.txt [2022-10-20T04:28:49.141Z] + case "${OS_FAMILY}" in [2022-10-20T04:28:49.141Z] + dpkg -l [2022-10-20T04:28:49.141Z] + grep '^ii' [2022-10-20T04:28:49.141Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-20T04:28:49.141Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-20T04:28:49.141Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-20T04:28:49.141Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-560 ']' [2022-10-20T04:28:49.141Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-560/archives/ [2022-10-20T04:28:49.141Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-560/archives/ [Pipeline] echo [2022-10-20T04:28:49.178Z] 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-560/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-20T04:28:49.470Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-20T04:28:50.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-20T04:28:50.106Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-20T04:28:50.246Z] prd-ubuntu20.04-docker-8c-8g-8664 does not seem to be running inside a container [2022-10-20T04:28:50.249Z] $ 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-560/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-560 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560:/w/workspace/edgexfoundry_edgex-ui-go_PR-560:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-20T04:28:50.459Z] $ docker top 90b2cee64b8499de8128656be1f8b2acaa6ca908ce7b1042901cedba12f7b91b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-20T04:28:50.871Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-20T04:28:51.178Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-20T04:28:51.486Z] + ls /var/log/sa-host [2022-10-20T04:28:51.486Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-20T04:28:51.613Z] provisioning config files... [2022-10-20T04:28:51.622Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-560@tmp/config12965111951154778777tmp [Pipeline] { [Pipeline] echo [2022-10-20T04:28:51.674Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:28:51.984Z] ---> create-netrc.sh [Pipeline] } [2022-10-20T04:28:52.010Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:28:52.399Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-20T04:28:52.432Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:28:52.746Z] ---> sudo-logs.sh [2022-10-20T04:28:52.747Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-20T04:28:52.830Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:28:53.134Z] ---> job-cost.sh [2022-10-20T04:28:53.134Z] lf-activate-venv: SKIPPING [2022-10-20T04:28:53.134Z] DEBUG: total: 0.2199999988079071 [2022-10-20T04:28:53.134Z] INFO: Retrieving Stack Cost... [2022-10-20T04:28:54.072Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-20T04:28:54.331Z] INFO: Archiving Costs [Pipeline] echo [2022-10-20T04:28:54.364Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-20T04:28:54.675Z] ---> logs-deploy.sh [2022-10-20T04:28:54.675Z] lf-activate-venv: SKIPPING [2022-10-20T04:28:54.675Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-560/1 [2022-10-20T04:28:54.675Z] INFO: archiving workspace using pattern(s): [2022-10-20T04:28:55.615Z] Archives upload complete. [2022-10-20T04:28:55.615Z] INFO: archiving logs to Nexus