Pull request #568 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fe61ebb937c44b67c29e3a76bbad5dd8f908c740+e14961ab0b8184a268f9b1ec7e31faff01efae52 (2aac9985c1637f573a818021284d9b95b54c0d39) 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-ssh1750019342547412687.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-ssh4226864697256453038.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-568/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-568/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12832786138076400172.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-568/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15001646029698290630.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-ssh10008370815054560596.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-568/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-568/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17573211734369520374.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-117413 in /w/workspace/edgexfoundry_edgex-ui-go_PR-568 [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-568 # 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 e14961ab0b8184a268f9b1ec7e31faff01efae52 into PR head commit fe61ebb937c44b67c29e3a76bbad5dd8f908c740 Merge succeeded, producing fe61ebb937c44b67c29e3a76bbad5dd8f908c740 Checking out Revision fe61ebb937c44b67c29e3a76bbad5dd8f908c740 (PR-568) 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/568/head:refs/remotes/origin/PR-568 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe61ebb937c44b67c29e3a76bbad5dd8f908c740 # 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 e14961ab0b8184a268f9b1ec7e31faff01efae52 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe61ebb937c44b67c29e3a76bbad5dd8f908c740 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-27T04:07:21.799Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-27T04:07:21.972Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-27T04:07:22.063Z] ========================================================= [2022-10-27T04:07:22.063Z] EdgeX Global Pipelines Version Info [2022-10-27T04:07:22.063Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:07:22.787Z] ------------------- [2022-10-27T04:07:22.787Z] stable info: [2022-10-27T04:07:22.787Z] ------------------- [2022-10-27T04:07:22.787Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-27T04:07:22.787Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-27T04:07:22.787Z] Message: update stable to v1.0.243 [2022-10-27T04:07:23.357Z] ------------------- [2022-10-27T04:07:23.357Z] experimental info: [2022-10-27T04:07:23.357Z] ------------------- [2022-10-27T04:07:23.357Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-27T04:07:23.357Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-27T04:07:23.357Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-27T04:07:23.657Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-10-27T04:07:23.698Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-10-27T04:07:23.741Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-27T04:07:23.786Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-27T04:07:23.830Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-27T04:07:23.870Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-27T04:07:23.913Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-27T04:07:23.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-27T04:07:23.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-27T04:07:24.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-27T04:07:24.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-27T04:07:24.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-10-27T04:07:24.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-27T04:07:24.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-27T04:07:24.263Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-27T04:07:24.303Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-27T04:07:24.347Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-27T04:07:24.387Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-27T04:07:24.428Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-27T04:07:24.464Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-27T04:07:24.506Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-27T04:07:24.549Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-27T04:07:24.596Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-27T04:07:24.637Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-27T04:07:24.681Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-27T04:07:24.720Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-27T04:07:24.764Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-27T04:07:24.807Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-568 [Pipeline] echo [2022-10-27T04:07:24.852Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-568 [Pipeline] echo [2022-10-27T04:07:24.890Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-568 [Pipeline] echo [2022-10-27T04:07:24.933Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [Pipeline] echo [2022-10-27T04:07:24.975Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe61ebb [Pipeline] echo [2022-10-27T04:07:25.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-27T04:07:25.131Z] provisioning config files... [2022-10-27T04:07:25.153Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp/config10276021676641039616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:07:25.496Z] ---> docker-login.sh [2022-10-27T04:07:25.496Z] nexus3.edgexfoundry.org:10001 [2022-10-27T04:07:25.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:26.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:26.017Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:26.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:26.017Z] [2022-10-27T04:07:26.017Z] Login Succeeded [2022-10-27T04:07:26.017Z] nexus3.edgexfoundry.org:10002 [2022-10-27T04:07:26.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:26.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:26.017Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:26.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:26.017Z] [2022-10-27T04:07:26.017Z] Login Succeeded [2022-10-27T04:07:26.017Z] nexus3.edgexfoundry.org:10003 [2022-10-27T04:07:26.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:26.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:26.278Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:26.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:26.278Z] [2022-10-27T04:07:26.278Z] Login Succeeded [2022-10-27T04:07:26.278Z] nexus3.edgexfoundry.org:10004 [2022-10-27T04:07:26.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:26.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:26.278Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:26.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:26.278Z] [2022-10-27T04:07:26.278Z] Login Succeeded [2022-10-27T04:07:26.278Z] docker.io [2022-10-27T04:07:26.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:26.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:26.798Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:26.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:26.798Z] [2022-10-27T04:07:26.798Z] Login Succeeded [2022-10-27T04:07:26.798Z] ---> docker-login.sh ends [Pipeline] } [2022-10-27T04:07:26.825Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-27T04:07:27.482Z] + git rev-list -1 --merges fe61ebb937c44b67c29e3a76bbad5dd8f908c740~1..fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [Pipeline] echo [2022-10-27T04:07:27.534Z] -----------> git rev-list -1 --merges fe61ebb937c44b67c29e3a76bbad5dd8f908c740~1..fe61ebb937c44b67c29e3a76bbad5dd8f908c740 fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [false] [Pipeline] sh [2022-10-27T04:07:27.847Z] + git log --format=format:%s -1 fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [Pipeline] echo [2022-10-27T04:07:27.884Z] ========================================================= [2022-10-27T04:07:27.884Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-27T04:07:27.884Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-27T04:07:28.337Z] + git log --format=format:%s -1 fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [Pipeline] echo [2022-10-27T04:07:28.367Z] [semverPrep] GIT_COMMIT: fe61ebb937c44b67c29e3a76bbad5dd8f908c740, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-10-27T04:07:28.397Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-27T04:07:28.805Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-27T04:07:28.805Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-27T04:07:28.805Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-27T04:07:28.805Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-27T04:07:28.805Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-27T04:07:28.805Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-27T04:07:28.805Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:07:29.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-27T04:07:29.311Z] [2022-10-27T04:07:29.311Z] 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-27T04:07:29.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-27T04:07:29.692Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-27T04:07:29.692Z] b85a868b505f: Pulling fs layer [2022-10-27T04:07:29.692Z] e2be974225ed: Pulling fs layer [2022-10-27T04:07:29.692Z] 339a4e72a1f5: Pulling fs layer [2022-10-27T04:07:29.692Z] 988bab9f4d93: Pulling fs layer [2022-10-27T04:07:29.692Z] 1469e6f7b9e6: Pulling fs layer [2022-10-27T04:07:29.692Z] eaf3925da568: Pulling fs layer [2022-10-27T04:07:29.692Z] bab4dde63d76: Pulling fs layer [2022-10-27T04:07:29.692Z] bde34c3a00c8: Pulling fs layer [2022-10-27T04:07:29.692Z] b352a97aabf1: Pulling fs layer [2022-10-27T04:07:29.692Z] 4872d77fe225: Pulling fs layer [2022-10-27T04:07:29.692Z] 5851b861e8e6: Pulling fs layer [2022-10-27T04:07:29.692Z] 988bab9f4d93: Waiting [2022-10-27T04:07:29.692Z] 1469e6f7b9e6: Waiting [2022-10-27T04:07:29.692Z] eaf3925da568: Waiting [2022-10-27T04:07:29.692Z] bab4dde63d76: Waiting [2022-10-27T04:07:29.692Z] bde34c3a00c8: Waiting [2022-10-27T04:07:29.692Z] b352a97aabf1: Waiting [2022-10-27T04:07:29.692Z] 4872d77fe225: Waiting [2022-10-27T04:07:29.692Z] 5851b861e8e6: Waiting [2022-10-27T04:07:29.692Z] e2be974225ed: Verifying Checksum [2022-10-27T04:07:29.692Z] e2be974225ed: Download complete [2022-10-27T04:07:29.692Z] 988bab9f4d93: Verifying Checksum [2022-10-27T04:07:29.692Z] 988bab9f4d93: Download complete [2022-10-27T04:07:29.955Z] 1469e6f7b9e6: Verifying Checksum [2022-10-27T04:07:29.955Z] 1469e6f7b9e6: Download complete [2022-10-27T04:07:29.955Z] 339a4e72a1f5: Verifying Checksum [2022-10-27T04:07:29.955Z] 339a4e72a1f5: Download complete [2022-10-27T04:07:29.955Z] eaf3925da568: Verifying Checksum [2022-10-27T04:07:29.955Z] eaf3925da568: Download complete [2022-10-27T04:07:29.955Z] bde34c3a00c8: Verifying Checksum [2022-10-27T04:07:29.955Z] bde34c3a00c8: Download complete [2022-10-27T04:07:29.955Z] b352a97aabf1: Download complete [2022-10-27T04:07:29.955Z] 4872d77fe225: Verifying Checksum [2022-10-27T04:07:29.955Z] 4872d77fe225: Download complete [2022-10-27T04:07:29.955Z] 5851b861e8e6: Verifying Checksum [2022-10-27T04:07:29.955Z] 5851b861e8e6: Download complete [2022-10-27T04:07:29.955Z] b85a868b505f: Verifying Checksum [2022-10-27T04:07:29.955Z] b85a868b505f: Download complete [2022-10-27T04:07:30.215Z] bab4dde63d76: Verifying Checksum [2022-10-27T04:07:30.215Z] bab4dde63d76: Download complete [2022-10-27T04:07:31.155Z] b85a868b505f: Pull complete [2022-10-27T04:07:31.415Z] e2be974225ed: Pull complete [2022-10-27T04:07:31.674Z] 339a4e72a1f5: Pull complete [2022-10-27T04:07:31.932Z] 988bab9f4d93: Pull complete [2022-10-27T04:07:32.190Z] 1469e6f7b9e6: Pull complete [2022-10-27T04:07:32.190Z] eaf3925da568: Pull complete [2022-10-27T04:07:33.567Z] bab4dde63d76: Pull complete [2022-10-27T04:07:33.826Z] bde34c3a00c8: Pull complete [2022-10-27T04:07:33.826Z] b352a97aabf1: Pull complete [2022-10-27T04:07:33.827Z] 4872d77fe225: Pull complete [2022-10-27T04:07:34.086Z] 5851b861e8e6: Pull complete [2022-10-27T04:07:34.086Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-27T04:07:34.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-27T04:07:34.086Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-27T04:07:34.297Z] prd-ubuntu20.04-docker-8c-8g-117413 does not seem to be running inside a container [2022-10-27T04:07:34.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-568 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568:/w/workspace/edgexfoundry_edgex-ui-go_PR-568:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-568@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-27T04:07:35.603Z] $ docker top 3122dacf36383e5227fbbbcb96fbe9f720ee0c5bc4b355397d3037aa0ce53c90 -eo pid,comm [2022-10-27T04:07:35.657Z] 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-27T04:07:35.657Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-27T04:07:35.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-27T04:07:35.782Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-27T04:07:35.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-27T04:07:35.899Z] $ docker exec 3122dacf36383e5227fbbbcb96fbe9f720ee0c5bc4b355397d3037aa0ce53c90 ssh-agent [2022-10-27T04:07:36.024Z] SSH_AUTH_SOCK=/tmp/ssh-ZtyfGM7p00BI/agent.33 [2022-10-27T04:07:36.024Z] SSH_AGENT_PID=39 [2022-10-27T04:07:36.031Z] Running ssh-add (command line suppressed) [2022-10-27T04:07:36.140Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp/private_key_6054534565364512432.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp/private_key_6054534565364512432.key) [2022-10-27T04:07:36.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-27T04:07:36.483Z] + git tag --points-at HEAD [Pipeline] } [2022-10-27T04:07:36.513Z] $ docker exec --env ******** --env ******** 3122dacf36383e5227fbbbcb96fbe9f720ee0c5bc4b355397d3037aa0ce53c90 ssh-agent -k [2022-10-27T04:07:36.616Z] unset SSH_AUTH_SOCK; [2022-10-27T04:07:36.616Z] unset SSH_AGENT_PID; [2022-10-27T04:07:36.616Z] echo Agent pid 39 killed; [2022-10-27T04:07:36.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-27T04:07:36.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-27T04:07:36.706Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-27T04:07:36.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-27T04:07:36.829Z] $ docker exec 3122dacf36383e5227fbbbcb96fbe9f720ee0c5bc4b355397d3037aa0ce53c90 ssh-agent [2022-10-27T04:07:36.941Z] SSH_AUTH_SOCK=/tmp/ssh-uV5lix3KwUqr/agent.71 [2022-10-27T04:07:36.941Z] SSH_AGENT_PID=77 [2022-10-27T04:07:36.946Z] Running ssh-add (command line suppressed) [2022-10-27T04:07:37.053Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp/private_key_18181607551959164434.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp/private_key_18181607551959164434.key) [2022-10-27T04:07:37.069Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-27T04:07:37.405Z] + git semver init [2022-10-27T04:07:37.666Z] 2022-10-27 04:07:37,590 [run_init] DEBUG init version:0.0.0 force:False [2022-10-27T04:07:37.666Z] 2022-10-27 04:07:37,591 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-568/.semver [2022-10-27T04:07:37.666Z] 2022-10-27 04:07:37,592 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-568/.semver [2022-10-27T04:07:37.666Z] 2022-10-27 04:07:37,592 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-568/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-568, universal_newlines=False, shell=None, istream=None) [2022-10-27T04:07:39.046Z] 2022-10-27 04:07:39,042 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-568/.git/info/exclude [2022-10-27T04:07:39.046Z] 2022-10-27 04:07:39,043 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-568/.semver/PR-568 with force:False [2022-10-27T04:07:39.046Z] 2022-10-27 04:07:39,043 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-568/.semver/PR-568 [2022-10-27T04:07:39.307Z] 2022-10-27 04:07:39,048 [execute] INFO git cat-file --batch-check [2022-10-27T04:07:39.307Z] 2022-10-27 04:07:39,049 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-568/.semver, universal_newlines=False, shell=None, istream=) [2022-10-27T04:07:39.307Z] 2022-10-27 04:07:39,056 [execute] INFO git cat-file --batch [2022-10-27T04:07:39.307Z] 2022-10-27 04:07:39,056 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-568/.semver, universal_newlines=False, shell=None, istream=) [2022-10-27T04:07:39.307Z] 2022-10-27 04:07:39,062 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-568/.semver/PR-568 [2022-10-27T04:07:39.307Z] 0.0.0 [Pipeline] } [2022-10-27T04:07:39.335Z] $ docker exec --env ******** --env ******** 3122dacf36383e5227fbbbcb96fbe9f720ee0c5bc4b355397d3037aa0ce53c90 ssh-agent -k [2022-10-27T04:07:39.439Z] unset SSH_AUTH_SOCK; [2022-10-27T04:07:39.440Z] unset SSH_AGENT_PID; [2022-10-27T04:07:39.440Z] echo Agent pid 77 killed; [2022-10-27T04:07:39.449Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-27T04:07:39.876Z] + git semver [Pipeline] } [2022-10-27T04:07:40.160Z] $ docker stop --time=1 3122dacf36383e5227fbbbcb96fbe9f720ee0c5bc4b355397d3037aa0ce53c90 [2022-10-27T04:07:41.487Z] $ docker rm -f 3122dacf36383e5227fbbbcb96fbe9f720ee0c5bc4b355397d3037aa0ce53c90 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-27T04:07:41.893Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-27T04:07:42.129Z] Stashed 1 file(s) [Pipeline] echo [2022-10-27T04:07:42.147Z] [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-27T04:07:42.731Z] provisioning config files... [2022-10-27T04:07:42.742Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp/config10911587295324691430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:07:43.095Z] ---> docker-login.sh [2022-10-27T04:07:43.095Z] nexus3.edgexfoundry.org:10001 [2022-10-27T04:07:43.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:43.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:43.095Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:43.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:43.095Z] [2022-10-27T04:07:43.095Z] Login Succeeded [2022-10-27T04:07:43.095Z] nexus3.edgexfoundry.org:10002 [2022-10-27T04:07:43.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:43.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:43.095Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:43.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:43.095Z] [2022-10-27T04:07:43.095Z] Login Succeeded [2022-10-27T04:07:43.095Z] nexus3.edgexfoundry.org:10003 [2022-10-27T04:07:43.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:43.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:43.354Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:43.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:43.354Z] [2022-10-27T04:07:43.354Z] Login Succeeded [2022-10-27T04:07:43.354Z] nexus3.edgexfoundry.org:10004 [2022-10-27T04:07:43.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:43.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:43.354Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:43.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:43.354Z] [2022-10-27T04:07:43.354Z] Login Succeeded [2022-10-27T04:07:43.354Z] docker.io [2022-10-27T04:07:43.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:07:43.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:07:43.874Z] Configure a credential helper to remove this warning. See [2022-10-27T04:07:43.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:07:43.874Z] [2022-10-27T04:07:43.874Z] Login Succeeded [2022-10-27T04:07:43.874Z] ---> docker-login.sh ends [Pipeline] } [2022-10-27T04:07:43.900Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-27T04:07:44.092Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-27T04:07:44.127Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-27T04:07:44.160Z] ========================================================= [2022-10-27T04:07:44.160Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-27T04:07:44.160Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:07:44.646Z] + 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-27T04:07:44.904Z] Sending build context to Docker daemon 45.52MB [2022-10-27T04:07:44.904Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-27T04:07:44.904Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-27T04:07:44.904Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-27T04:07:44.904Z] 213ec9aee27d: Pulling fs layer [2022-10-27T04:07:44.904Z] 4583459ba037: Pulling fs layer [2022-10-27T04:07:44.904Z] 93c1e223e6f2: Pulling fs layer [2022-10-27T04:07:44.904Z] 53926ce57604: Pulling fs layer [2022-10-27T04:07:44.904Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-27T04:07:44.904Z] 30f14e443154: Pulling fs layer [2022-10-27T04:07:44.904Z] 21b2b0c7a3f4: Waiting [2022-10-27T04:07:44.904Z] 801331c1e519: Pulling fs layer [2022-10-27T04:07:44.904Z] 99cc6dd402b0: Pulling fs layer [2022-10-27T04:07:44.904Z] 7d9ed39f4882: Pulling fs layer [2022-10-27T04:07:44.904Z] 30f14e443154: Waiting [2022-10-27T04:07:44.904Z] 99cc6dd402b0: Waiting [2022-10-27T04:07:44.904Z] 801331c1e519: Waiting [2022-10-27T04:07:44.904Z] 93c1e223e6f2: Verifying Checksum [2022-10-27T04:07:44.904Z] 93c1e223e6f2: Download complete [2022-10-27T04:07:44.904Z] 4583459ba037: Download complete [2022-10-27T04:07:44.904Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-27T04:07:44.904Z] 21b2b0c7a3f4: Download complete [2022-10-27T04:07:45.163Z] 30f14e443154: Verifying Checksum [2022-10-27T04:07:45.163Z] 30f14e443154: Download complete [2022-10-27T04:07:45.163Z] 213ec9aee27d: Download complete [2022-10-27T04:07:45.163Z] 213ec9aee27d: Pull complete [2022-10-27T04:07:45.422Z] 4583459ba037: Pull complete [2022-10-27T04:07:45.422Z] 93c1e223e6f2: Pull complete [2022-10-27T04:07:45.422Z] 7d9ed39f4882: Verifying Checksum [2022-10-27T04:07:45.422Z] 7d9ed39f4882: Download complete [2022-10-27T04:07:45.987Z] 99cc6dd402b0: Download complete [2022-10-27T04:07:45.987Z] 53926ce57604: Verifying Checksum [2022-10-27T04:07:45.987Z] 53926ce57604: Download complete [2022-10-27T04:07:50.170Z] 53926ce57604: Pull complete [2022-10-27T04:07:50.170Z] 21b2b0c7a3f4: Pull complete [2022-10-27T04:07:50.170Z] 30f14e443154: Pull complete [2022-10-27T04:07:50.170Z] 801331c1e519: Pull complete [2022-10-27T04:07:52.066Z] 99cc6dd402b0: Pull complete [2022-10-27T04:07:52.633Z] 7d9ed39f4882: Pull complete [2022-10-27T04:07:52.633Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-27T04:07:52.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-27T04:07:52.633Z] ---> 1dedd983c030 [2022-10-27T04:07:52.633Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-27T04:07:54.538Z] ---> Running in 59ddb76786d7 [2022-10-27T04:07:54.538Z] Removing intermediate container 59ddb76786d7 [2022-10-27T04:07:54.538Z] ---> d814d785915f [2022-10-27T04:07:54.538Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-27T04:07:54.538Z] ---> Running in 98b5eaf58edc [2022-10-27T04:07:54.538Z] Removing intermediate container 98b5eaf58edc [2022-10-27T04:07:54.538Z] ---> b43094d9b248 [2022-10-27T04:07:54.538Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-27T04:07:54.538Z] ---> Running in 7ecac4d1abc2 [2022-10-27T04:07:54.538Z] Removing intermediate container 7ecac4d1abc2 [2022-10-27T04:07:54.538Z] ---> e0c1418366a3 [2022-10-27T04:07:54.538Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-27T04:07:54.538Z] ---> Running in 2f7015cb5516 [2022-10-27T04:07:54.538Z] Removing intermediate container 2f7015cb5516 [2022-10-27T04:07:54.538Z] ---> 8472a98017b9 [2022-10-27T04:07:54.538Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-27T04:07:54.538Z] ---> Running in f1bb18886a5a [2022-10-27T04:07:54.796Z] Removing intermediate container f1bb18886a5a [2022-10-27T04:07:54.796Z] ---> b73f19f955ee [2022-10-27T04:07:54.796Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-27T04:07:55.363Z] latest: Pulling from library/docker [2022-10-27T04:07:55.363Z] 213ec9aee27d: Already exists [2022-10-27T04:07:55.623Z] 7b0dd730a5c3: Pulling fs layer [2022-10-27T04:07:55.623Z] 4b90f8029a36: Pulling fs layer [2022-10-27T04:07:55.623Z] a89466c712af: Pulling fs layer [2022-10-27T04:07:55.623Z] 9c6a0a734fa9: Pulling fs layer [2022-10-27T04:07:55.623Z] beeedf2bf9bb: Pulling fs layer [2022-10-27T04:07:55.623Z] 3bc3016a9123: Pulling fs layer [2022-10-27T04:07:55.623Z] 45d434503156: Pulling fs layer [2022-10-27T04:07:55.623Z] 539e1dfa3993: Pulling fs layer [2022-10-27T04:07:55.623Z] 9c6a0a734fa9: Waiting [2022-10-27T04:07:55.623Z] beeedf2bf9bb: Waiting [2022-10-27T04:07:55.623Z] 3bc3016a9123: Waiting [2022-10-27T04:07:55.623Z] 539e1dfa3993: Waiting [2022-10-27T04:07:55.623Z] 45d434503156: Waiting [2022-10-27T04:07:55.623Z] 4b90f8029a36: Verifying Checksum [2022-10-27T04:07:55.623Z] 4b90f8029a36: Download complete [2022-10-27T04:07:55.623Z] 7b0dd730a5c3: Verifying Checksum [2022-10-27T04:07:55.623Z] 7b0dd730a5c3: Download complete [2022-10-27T04:07:55.881Z] a89466c712af: Download complete [2022-10-27T04:07:55.881Z] 7b0dd730a5c3: Pull complete [2022-10-27T04:07:55.881Z] 4b90f8029a36: Pull complete [2022-10-27T04:07:55.881Z] 3bc3016a9123: Verifying Checksum [2022-10-27T04:07:55.881Z] 3bc3016a9123: Download complete [2022-10-27T04:07:55.881Z] 9c6a0a734fa9: Verifying Checksum [2022-10-27T04:07:55.881Z] 9c6a0a734fa9: Download complete [2022-10-27T04:07:56.141Z] beeedf2bf9bb: Verifying Checksum [2022-10-27T04:07:56.141Z] beeedf2bf9bb: Download complete [2022-10-27T04:07:56.141Z] 45d434503156: Verifying Checksum [2022-10-27T04:07:56.141Z] 45d434503156: Download complete [2022-10-27T04:07:56.141Z] 539e1dfa3993: Verifying Checksum [2022-10-27T04:07:56.141Z] 539e1dfa3993: Download complete [2022-10-27T04:07:56.400Z] a89466c712af: Pull complete [2022-10-27T04:07:56.662Z] 9c6a0a734fa9: Pull complete [2022-10-27T04:07:56.921Z] beeedf2bf9bb: Pull complete [2022-10-27T04:07:57.181Z] 3bc3016a9123: Pull complete [2022-10-27T04:07:57.181Z] 45d434503156: Pull complete [2022-10-27T04:07:57.181Z] 539e1dfa3993: Pull complete [2022-10-27T04:07:57.181Z] Digest: sha256:0e3e7e2033cf7779ab6985e24ad18d6ec415c9dd944acef5ca56119a3a0dda2e [2022-10-27T04:07:57.181Z] Status: Downloaded newer image for docker:latest [2022-10-27T04:07:57.563Z] Still waiting to schedule task [2022-10-27T04:07:57.563Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-27T04:07:58.118Z] ---> cc23eacac3cd [2022-10-27T04:07:58.118Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-27T04:07:58.118Z] ---> Running in 0cb1772ad67a [2022-10-27T04:07:58.685Z] Removing intermediate container 0cb1772ad67a [2022-10-27T04:07:58.685Z] ---> 49b861e4cd2c [2022-10-27T04:07:58.685Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-27T04:07:58.685Z] ---> Running in bb7260abd1e9 [2022-10-27T04:07:58.947Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-27T04:07:59.513Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-27T04:08:00.083Z] OK: 211 MiB in 51 packages [2022-10-27T04:08:00.651Z] Removing intermediate container bb7260abd1e9 [2022-10-27T04:08:00.651Z] ---> 608d56d4fd27 [2022-10-27T04:08:00.651Z] Step 11/16 : ENV GO111MODULE=on [2022-10-27T04:08:00.651Z] ---> Running in 8b189de46919 [2022-10-27T04:08:00.651Z] Removing intermediate container 8b189de46919 [2022-10-27T04:08:00.651Z] ---> 78ad9335e53d [2022-10-27T04:08:00.651Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-27T04:08:00.651Z] ---> Running in 29031a11b3cc [2022-10-27T04:08:00.651Z] Removing intermediate container 29031a11b3cc [2022-10-27T04:08:00.651Z] ---> 68764bc75877 [2022-10-27T04:08:00.651Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-27T04:08:00.911Z] ---> 45b2d1989c65 [2022-10-27T04:08:00.911Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-27T04:08:00.911Z] ---> Running in bca35c5b5f44 [2022-10-27T04:08:22.849Z] Removing intermediate container bca35c5b5f44 [2022-10-27T04:08:22.849Z] ---> c73b30c98a86 [2022-10-27T04:08:22.849Z] Step 15/16 : COPY . . [2022-10-27T04:08:22.849Z] ---> 24886a65c72e [2022-10-27T04:08:22.849Z] Step 16/16 : RUN ${MAKE} [2022-10-27T04:08:22.849Z] ---> Running in d6e48fa402ba [2022-10-27T04:08:22.849Z] noop [2022-10-27T04:08:22.849Z] Removing intermediate container d6e48fa402ba [2022-10-27T04:08:22.849Z] ---> 104b77555945 [2022-10-27T04:08:22.849Z] Successfully built 104b77555945 [2022-10-27T04:08:22.849Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:08:23.302Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-27T04:08:23.302Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-27T04:08:23.440Z] prd-ubuntu20.04-docker-8c-8g-117413 does not seem to be running inside a container [2022-10-27T04:08:23.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-568 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568:/w/workspace/edgexfoundry_edgex-ui-go_PR-568:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-568@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 ******** ci-base-image-x86_64 cat [2022-10-27T04:08:23.806Z] $ docker top 990e9b0b27215ff3e59840ec42b05a2226cc0ed89382dde116ad3acfe96bc398 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-27T04:08:24.194Z] + go version [2022-10-27T04:08:24.194Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-27T04:08:24.227Z] $ docker stop --time=1 990e9b0b27215ff3e59840ec42b05a2226cc0ed89382dde116ad3acfe96bc398 [2022-10-27T04:08:25.484Z] $ docker rm -f 990e9b0b27215ff3e59840ec42b05a2226cc0ed89382dde116ad3acfe96bc398 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:08:26.186Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-27T04:08:26.186Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-27T04:08:26.336Z] prd-ubuntu20.04-docker-8c-8g-117413 does not seem to be running inside a container [2022-10-27T04:08:26.366Z] $ 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-568 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568:/w/workspace/edgexfoundry_edgex-ui-go_PR-568:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-568@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 ******** ci-base-image-x86_64 cat [2022-10-27T04:08:26.684Z] $ docker top acfa5a1853ca8926c638e154f1c027930ddd67d81a53330c032f29fe2bc67e71 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-27T04:08:27.070Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-568 [Pipeline] fileExists [Pipeline] sh [2022-10-27T04:08:27.424Z] + make test [2022-10-27T04:08:27.424Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-27T04:08:27.682Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-27T04:08:35.795Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-27T04:08:35.795Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-27T04:08:35.795Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-27T04:08:35.795Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-27T04:08:35.795Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-27T04:08:35.795Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-27T04:08:35.795Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-27T04:08:35.795Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-27T04:08:35.795Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-27T04:08:39.079Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-27T04:08:39.079Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-27T04:08:39.079Z] ./bin/test-attribution-txt.sh [2022-10-27T04:08:39.079Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-27T04:08:39.079Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-27T04:08:39.079Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-27T04:08:39.079Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-27T04:08:39.080Z] make -C web test [2022-10-27T04:08:39.080Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-568/web' [2022-10-27T04:08:39.080Z] make[1]: tput: No such file or directory [2022-10-27T04:08:39.080Z] make[1]: tput: No such file or directory [2022-10-27T04:08:39.080Z] warning: generating ./VERSION [2022-10-27T04:08:39.080Z] echo "0.0.0" > VERSION [2022-10-27T04:08:39.080Z] docker build \ [2022-10-27T04:08:39.080Z] -f Dockerfile \ [2022-10-27T04:08:39.080Z] --build-arg USER=1000 \ [2022-10-27T04:08:39.080Z] \ [2022-10-27T04:08:39.080Z] --label "git_sha=fe61ebb937c44b67c29e3a76bbad5dd8f908c740" \ [2022-10-27T04:08:39.080Z] -t edgexfoundry/edgex-web-ui:fe61ebb937c44b67c29e3a76bbad5dd8f908c740 \ [2022-10-27T04:08:39.080Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-27T04:08:39.080Z] . [2022-10-27T04:08:39.080Z] Sending build context to Docker daemon 3.269MB [2022-10-27T04:08:39.080Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-27T04:08:39.080Z] 16.17-alpine3.15: Pulling from library/node [2022-10-27T04:08:39.339Z] 9621f1afde84: Pulling fs layer [2022-10-27T04:08:39.339Z] c6f70ee39829: Pulling fs layer [2022-10-27T04:08:39.339Z] 56892a8094a2: Pulling fs layer [2022-10-27T04:08:39.339Z] 58dd87906ef0: Pulling fs layer [2022-10-27T04:08:39.339Z] 58dd87906ef0: Waiting [2022-10-27T04:08:39.906Z] 9621f1afde84: Verifying Checksum [2022-10-27T04:08:39.906Z] 58dd87906ef0: Verifying Checksum [2022-10-27T04:08:39.906Z] 9621f1afde84: Pull complete [2022-10-27T04:08:39.906Z] 56892a8094a2: Verifying Checksum [2022-10-27T04:08:39.906Z] 56892a8094a2: Download complete [2022-10-27T04:08:41.283Z] c6f70ee39829: Verifying Checksum [2022-10-27T04:08:41.283Z] c6f70ee39829: Download complete [2022-10-27T04:08:42.215Z] c6f70ee39829: Pull complete [2022-10-27T04:08:42.474Z] 56892a8094a2: Pull complete [2022-10-27T04:08:42.474Z] 58dd87906ef0: Pull complete [2022-10-27T04:08:42.474Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-27T04:08:42.474Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-27T04:08:42.474Z] ---> b69703f70c3d [2022-10-27T04:08:42.474Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-27T04:08:43.043Z] ---> Running in bf62977667f0 [2022-10-27T04:08:43.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-27T04:08:43.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-27T04:08:43.561Z] (1/129) Installing libxau (1.0.9-r0) [2022-10-27T04:08:43.561Z] (2/129) Installing libmd (1.0.3-r0) [2022-10-27T04:08:43.561Z] (3/129) Installing libbsd (0.11.3-r1) [2022-10-27T04:08:43.561Z] (4/129) Installing libxdmcp (1.1.3-r0) [2022-10-27T04:08:43.561Z] (5/129) Installing libxcb (1.14-r2) [2022-10-27T04:08:43.561Z] (6/129) Installing libx11 (1.7.3.1-r0) [2022-10-27T04:08:43.561Z] (7/129) Installing libxext (1.3.4-r0) [2022-10-27T04:08:43.561Z] (8/129) Installing libice (1.0.10-r0) [2022-10-27T04:08:43.561Z] (9/129) Installing libuuid (2.37.4-r0) [2022-10-27T04:08:43.561Z] (10/129) Installing libsm (1.2.3-r0) [2022-10-27T04:08:43.561Z] (11/129) Installing libxt (1.2.1-r0) [2022-10-27T04:08:43.561Z] (12/129) Installing libxmu (1.1.3-r0) [2022-10-27T04:08:43.561Z] (13/129) Installing xset (1.2.4-r0) [2022-10-27T04:08:43.561Z] (14/129) Installing xprop (1.2.5-r0) [2022-10-27T04:08:43.561Z] (15/129) Installing xdg-utils (1.1.3-r0) [2022-10-27T04:08:43.561Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-27T04:08:43.820Z] (17/129) Installing pkgconf (1.8.0-r0) [2022-10-27T04:08:43.820Z] (18/129) Installing libffi (3.4.2-r1) [2022-10-27T04:08:43.820Z] (19/129) Installing libintl (0.21-r0) [2022-10-27T04:08:43.820Z] (20/129) Installing libblkid (2.37.4-r0) [2022-10-27T04:08:43.820Z] (21/129) Installing libmount (2.37.4-r0) [2022-10-27T04:08:43.820Z] (22/129) Installing pcre (8.45-r1) [2022-10-27T04:08:43.820Z] (23/129) Installing glib (2.70.1-r0) [2022-10-27T04:08:43.820Z] (24/129) Installing xz-libs (5.2.5-r1) [2022-10-27T04:08:43.820Z] (25/129) Installing libxml2 (2.9.14-r2) [2022-10-27T04:08:43.820Z] (26/129) Installing shared-mime-info (2.1-r1) [2022-10-27T04:08:43.820Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2022-10-27T04:08:43.820Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2022-10-27T04:08:43.820Z] (29/129) Installing libpng (1.6.37-r1) [2022-10-27T04:08:43.820Z] (30/129) Installing libwebp (1.2.2-r0) [2022-10-27T04:08:43.820Z] (31/129) Installing zstd-libs (1.5.0-r0) [2022-10-27T04:08:43.820Z] (32/129) Installing tiff (4.4.0-r0) [2022-10-27T04:08:43.820Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2022-10-27T04:08:43.820Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-27T04:08:43.820Z] (35/129) Installing libxcomposite (0.4.5-r0) [2022-10-27T04:08:43.820Z] (36/129) Installing libxfixes (6.0.0-r0) [2022-10-27T04:08:43.820Z] (37/129) Installing libxrender (0.9.10-r3) [2022-10-27T04:08:43.820Z] (38/129) Installing libxcursor (1.2.0-r0) [2022-10-27T04:08:43.820Z] (39/129) Installing libxdamage (1.1.5-r1) [2022-10-27T04:08:43.820Z] (40/129) Installing libxi (1.8-r0) [2022-10-27T04:08:43.820Z] (41/129) Installing libxinerama (1.1.4-r1) [2022-10-27T04:08:43.820Z] (42/129) Installing libxrandr (1.5.2-r1) [2022-10-27T04:08:43.820Z] (43/129) Installing atk (2.36.0-r0) [2022-10-27T04:08:43.820Z] (44/129) Installing libxtst (1.2.3-r3) [2022-10-27T04:08:43.820Z] (45/129) Installing dbus-libs (1.12.24-r0) [2022-10-27T04:08:43.820Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2022-10-27T04:08:43.820Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2022-10-27T04:08:44.078Z] (48/129) Installing expat (2.5.0-r0) [2022-10-27T04:08:44.078Z] (49/129) Installing brotli-libs (1.0.9-r5) [2022-10-27T04:08:44.078Z] (50/129) Installing libbz2 (1.0.8-r1) [2022-10-27T04:08:44.078Z] (51/129) Installing freetype (2.11.1-r2) [2022-10-27T04:08:44.078Z] (52/129) Installing fontconfig (2.13.1-r4) [2022-10-27T04:08:44.078Z] (53/129) Installing pixman (0.40.0-r3) [2022-10-27T04:08:44.078Z] (54/129) Installing cairo (1.16.0-r5) [2022-10-27T04:08:44.078Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2022-10-27T04:08:44.078Z] (56/129) Installing avahi-libs (0.8-r5) [2022-10-27T04:08:44.078Z] (57/129) Installing gmp (6.2.1-r1) [2022-10-27T04:08:44.078Z] (58/129) Installing nettle (3.7.3-r0) [2022-10-27T04:08:44.078Z] (59/129) Installing p11-kit (0.24.0-r1) [2022-10-27T04:08:44.078Z] (60/129) Installing libtasn1 (4.18.0-r0) [2022-10-27T04:08:44.078Z] (61/129) Installing libunistring (0.9.10-r1) [2022-10-27T04:08:44.337Z] (62/129) Installing gnutls (3.7.1-r1) [2022-10-27T04:08:44.337Z] (63/129) Installing cups-libs (2.3.3-r6) [2022-10-27T04:08:44.337Z] (64/129) Installing libepoxy (1.5.9-r0) [2022-10-27T04:08:44.337Z] (65/129) Installing fribidi (1.0.11-r0) [2022-10-27T04:08:44.337Z] (66/129) Installing graphite2 (1.3.14-r0) [2022-10-27T04:08:44.337Z] (67/129) Installing harfbuzz (3.0.0-r2) [2022-10-27T04:08:44.337Z] (68/129) Installing libxft (2.3.4-r0) [2022-10-27T04:08:44.337Z] (69/129) Installing pango (1.48.10-r0) [2022-10-27T04:08:44.337Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2022-10-27T04:08:44.337Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-27T04:08:44.337Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2022-10-27T04:08:44.337Z] (73/129) Installing xkeyboard-config (2.34-r0) [2022-10-27T04:08:44.337Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2022-10-27T04:08:44.337Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2022-10-27T04:08:44.337Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-27T04:08:44.337Z] (76/129) Installing libfontenc (1.1.4-r0) [2022-10-27T04:08:44.633Z] (77/129) Installing mkfontscale (1.2.1-r1) [2022-10-27T04:08:44.633Z] (78/129) Installing ttf-opensans (1.10-r1) [2022-10-27T04:08:44.633Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-27T04:08:46.615Z] (79/129) Installing libogg (1.3.5-r0) [2022-10-27T04:08:46.615Z] (80/129) Installing flac (1.3.4-r0) [2022-10-27T04:08:46.615Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2022-10-27T04:08:46.615Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2022-10-27T04:08:46.615Z] (83/129) Installing sdl2 (2.0.16-r4) [2022-10-27T04:08:46.615Z] (84/129) Installing aom-libs (3.2.0-r0) [2022-10-27T04:08:46.615Z] (85/129) Installing libass (0.15.2-r0) [2022-10-27T04:08:46.615Z] (86/129) Installing libdav1d (0.9.2-r0) [2022-10-27T04:08:46.615Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-27T04:08:46.615Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-27T04:08:46.615Z] (89/129) Installing lame (3.100-r0) [2022-10-27T04:08:46.615Z] (90/129) Installing opus (1.3.1-r1) [2022-10-27T04:08:46.615Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2022-10-27T04:08:46.615Z] (92/129) Installing soxr (0.1.3-r2) [2022-10-27T04:08:46.615Z] (93/129) Installing libsrt (1.4.2-r1) [2022-10-27T04:08:46.615Z] (94/129) Installing libssh (0.9.6-r1) [2022-10-27T04:08:46.615Z] (95/129) Installing libtheora (1.1.1-r16) [2022-10-27T04:08:46.615Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2022-10-27T04:08:46.880Z] (97/129) Installing libpciaccess (0.16-r0) [2022-10-27T04:08:46.880Z] (98/129) Installing libdrm (2.4.109-r0) [2022-10-27T04:08:46.880Z] (99/129) Installing libva (2.13.0-r0) [2022-10-27T04:08:46.880Z] (100/129) Installing libvdpau (1.4-r0) [2022-10-27T04:08:46.880Z] (101/129) Installing vidstab (1.1.0-r1) [2022-10-27T04:08:46.880Z] (102/129) Installing libvorbis (1.3.7-r0) [2022-10-27T04:08:46.880Z] (103/129) Installing libvpx (1.10.0-r0) [2022-10-27T04:08:46.880Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2022-10-27T04:08:46.880Z] (105/129) Installing x264-libs (20210613-r0) [2022-10-27T04:08:46.880Z] (106/129) Installing x265-libs (3.5-r0) [2022-10-27T04:08:46.880Z] (107/129) Installing xvidcore (1.3.7-r1) [2022-10-27T04:08:46.880Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2022-10-27T04:08:47.141Z] (109/129) Installing libevent (2.1.12-r4) [2022-10-27T04:08:47.141Z] (110/129) Installing mesa (21.2.6-r0) [2022-10-27T04:08:47.141Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2022-10-27T04:08:47.141Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2022-10-27T04:08:47.141Z] (113/129) Installing lcms2 (2.12-r1) [2022-10-27T04:08:47.141Z] (114/129) Installing nspr (4.32-r0) [2022-10-27T04:08:47.141Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2022-10-27T04:08:47.141Z] (116/129) Installing nss (3.78.1-r0) [2022-10-27T04:08:47.141Z] (117/129) Installing libasyncns (0.8-r1) [2022-10-27T04:08:47.141Z] (118/129) Installing libltdl (2.4.6-r7) [2022-10-27T04:08:47.141Z] (119/129) Installing orc (0.4.32-r0) [2022-10-27T04:08:47.141Z] (120/129) Installing libsndfile (1.0.31-r1) [2022-10-27T04:08:47.141Z] (121/129) Installing speexdsp (1.2.0-r0) [2022-10-27T04:08:47.141Z] (122/129) Installing tdb-libs (1.4.5-r0) [2022-10-27T04:08:47.141Z] (123/129) Installing libpulse (15.0-r2) [2022-10-27T04:08:47.141Z] (124/129) Installing re2 (2021.11.01-r0) [2022-10-27T04:08:47.141Z] (125/129) Installing snappy (1.1.9-r1) [2022-10-27T04:08:47.141Z] (126/129) Installing libgpg-error (1.42-r1) [2022-10-27T04:08:47.141Z] (127/129) Installing libgcrypt (1.9.4-r0) [2022-10-27T04:08:47.141Z] (128/129) Installing libxslt (1.1.35-r0) [2022-10-27T04:08:47.141Z] (129/129) Installing chromium (99.0.4844.84-r0) [2022-10-27T04:08:48.525Z] Executing busybox-1.34.1-r7.trigger [2022-10-27T04:08:48.525Z] Executing glib-2.70.1-r0.trigger [2022-10-27T04:08:48.525Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-27T04:08:49.908Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-27T04:08:49.908Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-27T04:08:50.167Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-27T04:08:50.167Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-27T04:08:50.167Z] OK: 286 MiB in 145 packages [2022-10-27T04:08:53.464Z] Removing intermediate container bf62977667f0 [2022-10-27T04:08:53.464Z] ---> 3d0fb63513b2 [2022-10-27T04:08:53.464Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-27T04:08:53.464Z] ---> Running in 09a9c08711d9 [2022-10-27T04:08:53.726Z] Removing intermediate container 09a9c08711d9 [2022-10-27T04:08:53.726Z] ---> 82ea3b73dabc [2022-10-27T04:08:53.726Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-27T04:08:53.726Z] ---> Running in f1c5894f3126 [2022-10-27T04:08:53.726Z] Removing intermediate container f1c5894f3126 [2022-10-27T04:08:53.726Z] ---> 670f78931cff [2022-10-27T04:08:53.726Z] Step 5/10 : RUN npm install -g npm [2022-10-27T04:08:53.726Z] ---> Running in 7642177c617f [2022-10-27T04:09:00.298Z] [2022-10-27T04:09:00.298Z] changed 54 packages, and audited 212 packages in 5s [2022-10-27T04:09:00.298Z] [2022-10-27T04:09:00.298Z] 11 packages are looking for funding [2022-10-27T04:09:00.298Z] run `npm fund` for details [2022-10-27T04:09:00.298Z] [2022-10-27T04:09:00.298Z] found 0 vulnerabilities [2022-10-27T04:09:00.557Z] Removing intermediate container 7642177c617f [2022-10-27T04:09:00.557Z] ---> 40705260fe17 [2022-10-27T04:09:00.557Z] Step 6/10 : ARG USER=1000 [2022-10-27T04:09:00.557Z] ---> Running in 4eb7c8f13c20 [2022-10-27T04:09:00.557Z] Removing intermediate container 4eb7c8f13c20 [2022-10-27T04:09:00.557Z] ---> 62f0d5afbbe1 [2022-10-27T04:09:00.557Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-27T04:09:00.557Z] ---> Running in 8043f885c1ed [2022-10-27T04:09:01.125Z] Removing intermediate container 8043f885c1ed [2022-10-27T04:09:01.125Z] ---> 2f2ebf9f324c [2022-10-27T04:09:01.125Z] Step 8/10 : USER $USER:$USER [2022-10-27T04:09:01.125Z] ---> Running in ac978c8803e5 [2022-10-27T04:09:01.384Z] Removing intermediate container ac978c8803e5 [2022-10-27T04:09:01.384Z] ---> 7b307ef5442a [2022-10-27T04:09:01.384Z] Step 9/10 : WORKDIR /app [2022-10-27T04:09:01.384Z] ---> Running in d963773f7085 [2022-10-27T04:09:01.384Z] Removing intermediate container d963773f7085 [2022-10-27T04:09:01.384Z] ---> db14517d35c9 [2022-10-27T04:09:01.384Z] Step 10/10 : LABEL git_sha=fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [2022-10-27T04:09:01.384Z] ---> Running in 07ded053fc0d [2022-10-27T04:09:01.384Z] Removing intermediate container 07ded053fc0d [2022-10-27T04:09:01.384Z] ---> 6f9833c58b10 [2022-10-27T04:09:01.384Z] Successfully built 6f9833c58b10 [2022-10-27T04:09:01.384Z] Successfully tagged edgexfoundry/edgex-web-ui:fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [2022-10-27T04:09:01.384Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-27T04:09:01.384Z] touch edgex-web-ui.imagebuilt [2022-10-27T04:09:01.384Z] mkdir -p node_modules coverage [2022-10-27T04:09:01.384Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-27T04:09:01.384Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE required: { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE }, [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE required: { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE }, [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE required: { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE }, [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE required: { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE }, [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE required: { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE }, [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE required: { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE }, [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE required: { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE }, [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE required: { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE }, [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE required: { [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE }, [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:09:03.287Z] npm WARN EBADENGINE } [2022-10-27T04:09:08.557Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-27T04:09:08.557Z] 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-27T04:09:08.557Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-27T04:09:08.557Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-27T04:09:08.557Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-27T04:09:08.557Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-27T04:09:09.492Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-27T04:09:10.059Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-27T04:09:10.059Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-27T04:09:11.963Z] 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-27T04:09:11.963Z] 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-27T04:09:13.340Z] 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-27T04:09:13.598Z] 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-27T04:09:13.598Z] 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-27T04:09:13.855Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-27T04:09:14.113Z] 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-27T04:09:14.113Z] 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-27T04:09:15.049Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-27T04:09:19.233Z] 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-27T04:09:23.126Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-117414 in /w/workspace/edgexfoundry_edgex-ui-go_PR-568 [Pipeline] { [Pipeline] ws [2022-10-27T04:09:23.170Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-10-27T04:09:23.247Z] The recommended git tool is: git [2022-10-27T04:09:23.413Z] [2022-10-27T04:09:23.413Z] added 1478 packages, and audited 1479 packages in 21s [2022-10-27T04:09:23.413Z] [2022-10-27T04:09:23.413Z] 90 packages are looking for funding [2022-10-27T04:09:23.413Z] run `npm fund` for details [2022-10-27T04:09:23.413Z] [2022-10-27T04:09:23.413Z] 14 vulnerabilities (3 moderate, 9 high, 2 critical) [2022-10-27T04:09:23.413Z] [2022-10-27T04:09:23.413Z] To address issues that do not require attention, run: [2022-10-27T04:09:23.413Z] npm audit fix [2022-10-27T04:09:23.413Z] [2022-10-27T04:09:23.413Z] To address all issues (including breaking changes), run: [2022-10-27T04:09:23.413Z] npm audit fix --force [2022-10-27T04:09:23.413Z] [2022-10-27T04:09:23.413Z] Run `npm audit` for details. [2022-10-27T04:09:25.947Z] 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-27T04:09:28.101Z] using credential edgex-jenkins-ssh [2022-10-27T04:09:28.117Z] Cloning the remote Git repository [2022-10-27T04:09:28.158Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-27T04:09:28.481Z] - Generating browser application bundles (phase: setup)... [2022-10-27T04:09:28.232Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-10-27T04:09:28.353Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-27T04:09:28.354Z] > git --version # timeout=10 [2022-10-27T04:09:28.381Z] > git --version # 'git version 2.25.1' [2022-10-27T04:09:28.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-27T04:09:28.424Z] Verifying host key using known hosts file [2022-10-27T04:09:28.584Z] 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-27T04:09:28.596Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-27T04:09:31.554Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-27T04:09:31.582Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-27T04:09:32.674Z] Compiling @angular/core : es2015 as esm2015 [2022-10-27T04:09:32.674Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-27T04:09:33.085Z] Merging remotes/origin/main commit e14961ab0b8184a268f9b1ec7e31faff01efae52 into PR head commit fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [2022-10-27T04:09:32.469Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-10-27T04:09:32.514Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-10-27T04:09:32.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-27T04:09:32.519Z] Verifying host key using known hosts file [2022-10-27T04:09:32.526Z] 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-27T04:09:32.542Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/568/head:refs/remotes/origin/PR-568 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-27T04:09:33.103Z] > git config core.sparsecheckout # timeout=10 [2022-10-27T04:09:33.118Z] > git checkout -f fe61ebb937c44b67c29e3a76bbad5dd8f908c740 # timeout=10 [2022-10-27T04:09:33.611Z] Merge succeeded, producing fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [2022-10-27T04:09:33.612Z] Checking out Revision fe61ebb937c44b67c29e3a76bbad5dd8f908c740 (PR-568) [2022-10-27T04:09:34.521Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-27T04:09:34.574Z] > git --version # timeout=10 [2022-10-27T04:09:34.585Z] > git --version # 'git version 2.25.1' [2022-10-27T04:09:34.599Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-27T04:09:33.508Z] > git remote # timeout=10 [2022-10-27T04:09:33.529Z] > git config --get remote.origin.url # timeout=10 [2022-10-27T04:09:33.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-27T04:09:33.551Z] Verifying host key using known hosts file [2022-10-27T04:09:33.554Z] 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-27T04:09:33.563Z] > git merge e14961ab0b8184a268f9b1ec7e31faff01efae52 # timeout=10 [2022-10-27T04:09:33.593Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-27T04:09:33.615Z] > git config core.sparsecheckout # timeout=10 [2022-10-27T04:09:33.637Z] > git checkout -f fe61ebb937c44b67c29e3a76bbad5dd8f908c740 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-27T04:09:35.757Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-27T04:09:35.757Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-27T04:09:35.757Z] Dload Upload Total Spent Left Speed [2022-10-27T04:09:35.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [2022-10-27T04:09:35.955Z] Compiling @angular/common : es2015 as esm2015 [2022-10-27T04:09:35.955Z] Compiling @angular/core/testing : es2015 as esm2015 [Pipeline] sh [2022-10-27T04:09:36.362Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-27T04:09:36.521Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-27T04:09:36.521Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-27T04:09:36.700Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-27T04:09:36.700Z] + sudo tee /etc/docker/daemon.new [2022-10-27T04:09:36.700Z] { [2022-10-27T04:09:36.700Z] "registry-mirrors": [ [2022-10-27T04:09:36.700Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-27T04:09:36.700Z] ], [2022-10-27T04:09:36.700Z] "bip": "10.250.0.254/24", [2022-10-27T04:09:36.700Z] "hosts": [ [2022-10-27T04:09:36.700Z] "tcp://0.0.0.0:5555", [2022-10-27T04:09:36.700Z] "unix:///var/run/docker.sock" [2022-10-27T04:09:36.700Z] ], [2022-10-27T04:09:36.700Z] "mtu": 1458, [2022-10-27T04:09:36.700Z] "selinux-enabled": true, [2022-10-27T04:09:36.700Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-27T04:09:36.700Z] } [Pipeline] sh [2022-10-27T04:09:36.778Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-27T04:09:37.036Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-27T04:09:37.053Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-27T04:09:37.294Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-27T04:09:37.294Z] Compiling @angular/router : es2015 as esm2015 [2022-10-27T04:09:37.294Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-27T04:09:37.389Z] + sudo service docker restart [2022-10-27T04:09:37.551Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-27T04:09:37.809Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-27T04:09:39.710Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-27T04:09:44.974Z] 27 10 2022 04:09:44.837:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-27T04:09:44.974Z] 27 10 2022 04:09:44.839:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-27T04:09:44.974Z] 27 10 2022 04:09:44.842:INFO [launcher]: Starting browser ChromeHeadless [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-27T04:09:55.707Z] provisioning config files... [2022-10-27T04:09:55.730Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5939906825735021060tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:09:56.119Z] ---> docker-login.sh [2022-10-27T04:09:56.119Z] nexus3.edgexfoundry.org:10001 [2022-10-27T04:09:56.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:09:56.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:09:56.708Z] Configure a credential helper to remove this warning. See [2022-10-27T04:09:56.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:09:56.708Z] [2022-10-27T04:09:56.708Z] Login Succeeded [2022-10-27T04:09:56.979Z] nexus3.edgexfoundry.org:10002 [2022-10-27T04:09:56.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:09:57.173Z] ✔ Browser application bundle generation complete. [2022-10-27T04:09:57.173Z] 27 10 2022 04:09:55.649:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket TkiKx5finErMwSnYAAAB with id 27459742 [2022-10-27T04:09:57.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:09:57.257Z] Configure a credential helper to remove this warning. See [2022-10-27T04:09:57.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:09:57.257Z] [2022-10-27T04:09:57.257Z] Login Succeeded [2022-10-27T04:09:57.257Z] nexus3.edgexfoundry.org:10003 [2022-10-27T04:09:57.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:09:57.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:09:57.532Z] Configure a credential helper to remove this warning. See [2022-10-27T04:09:57.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:09:57.532Z] [2022-10-27T04:09:57.532Z] Login Succeeded [2022-10-27T04:09:57.532Z] nexus3.edgexfoundry.org:10004 [2022-10-27T04:09:57.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:09:57.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:09:57.804Z] Configure a credential helper to remove this warning. See [2022-10-27T04:09:57.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:09:57.804Z] [2022-10-27T04:09:57.804Z] Login Succeeded [2022-10-27T04:09:57.804Z] docker.io [2022-10-27T04:09:58.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27T04:09:58.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-27T04:09:58.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.03 secs) [2022-10-27T04:09:58.548Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.159 secs) [2022-10-27T04:09:58.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-27T04:09:58.659Z] Configure a credential helper to remove this warning. See [2022-10-27T04:09:58.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-27T04:09:58.659Z] [2022-10-27T04:09:58.659Z] Login Succeeded [2022-10-27T04:09:58.659Z] ---> docker-login.sh ends [Pipeline] } [2022-10-27T04:09:58.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-10-27T04:09:58.808Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.235 secs) [2022-10-27T04:09:58.808Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.257 secs) [2022-10-27T04:09:58.808Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.271 secs) [2022-10-27T04:09:58.808Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.277 secs) [2022-10-27T04:09:58.808Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.281 secs) [2022-10-27T04:09:58.808Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.286 secs) [2022-10-27T04:09:58.808Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.358 secs) [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-27T04:09:59.002Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-27T04:09:59.043Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.363 secs) [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.38 secs) [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.4 secs) [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.418 secs) [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.423 secs) [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.427 secs) [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.45 secs) [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.462 secs) [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.497 secs) [2022-10-27T04:09:59.067Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.514 secs) [Pipeline] echo [2022-10-27T04:09:59.079Z] ========================================================= [2022-10-27T04:09:59.079Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-27T04:09:59.079Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.536 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.54 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.544 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.546 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.548 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.555 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.571 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.575 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.585 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.627 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.639 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.647 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.698 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.701 secs) [2022-10-27T04:09:59.324Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.704 secs) [2022-10-27T04:09:59.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.73 secs) [2022-10-27T04:09:59.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.734 secs) [2022-10-27T04:09:59.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.736 secs) [2022-10-27T04:09:59.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.819 secs) [2022-10-27T04:09:59.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.841 secs) [2022-10-27T04:09:59.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.85 secs) [2022-10-27T04:09:59.583Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.892 secs) [2022-10-27T04:09:59.618Z] + 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-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.919 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.921 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.959 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.962 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.98 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 0.982 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 0.986 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 0.989 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 0.999 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 1.036 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 1.041 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 1.043 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 1.044 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 1.053 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 1.069 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.083 secs) [2022-10-27T04:09:59.842Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.096 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.103 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.127 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.148 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.158 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.165 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.191 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.195 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.198 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.214 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.231 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.238 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.245 secs) [2022-10-27T04:10:00.101Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.264 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.277 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.285 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.295 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.3 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.31 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.313 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.316 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.318 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.319 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.338 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.345 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.35 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.378 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.387 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.394 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.411 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.417 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.419 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.43 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.433 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.436 secs) [2022-10-27T04:10:00.359Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.442 secs) [2022-10-27T04:10:00.598Z] Sending build context to Docker daemon 28.73MB [2022-10-27T04:10:00.598Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2022-10-27T04:10:00.598Z] Step 2/16 : FROM ${BASE} AS builder [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.457 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.461 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.466 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.473 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.48 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.485 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.491 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.51 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.523 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.538 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.545 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.559 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.563 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.569 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.591 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.599 secs) [2022-10-27T04:10:00.619Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.611 secs) [2022-10-27T04:10:00.877Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-27T04:10:00.877Z] 9b18e9b68314: Pulling fs layer [2022-10-27T04:10:00.877Z] d32db5db7311: Pulling fs layer [2022-10-27T04:10:00.877Z] d0c4b47475fc: Pulling fs layer [2022-10-27T04:10:00.877Z] 5831b945b038: Pulling fs layer [2022-10-27T04:10:00.877Z] 86bbec2aaacd: Pulling fs layer [2022-10-27T04:10:00.877Z] e10730c5d714: Pulling fs layer [2022-10-27T04:10:00.877Z] 5dd5c2283517: Pulling fs layer [2022-10-27T04:10:00.877Z] d5ac0230b979: Pulling fs layer [2022-10-27T04:10:00.877Z] e10730c5d714: Waiting [2022-10-27T04:10:00.877Z] 5dd5c2283517: Waiting [2022-10-27T04:10:00.877Z] d5ac0230b979: Waiting [2022-10-27T04:10:00.877Z] 5831b945b038: Waiting [2022-10-27T04:10:00.877Z] 86bbec2aaacd: Waiting [2022-10-27T04:10:00.877Z] d0c4b47475fc: Verifying Checksum [2022-10-27T04:10:00.877Z] d0c4b47475fc: Download complete [2022-10-27T04:10:00.877Z] d32db5db7311: Verifying Checksum [2022-10-27T04:10:00.877Z] d32db5db7311: Download complete [2022-10-27T04:10:00.877Z] 86bbec2aaacd: Verifying Checksum [2022-10-27T04:10:00.877Z] 86bbec2aaacd: Download complete [2022-10-27T04:10:00.877Z] e10730c5d714: Download complete [2022-10-27T04:10:00.877Z] 9b18e9b68314: Verifying Checksum [2022-10-27T04:10:00.877Z] 9b18e9b68314: Download complete [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.638 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.646 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.654 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.665 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.672 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.716 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.727 secs) [2022-10-27T04:10:00.877Z] WARN: ' [2022-10-27T04:10:00.877Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-27T04:10:00.877Z] Support for using the ngModel input property and ngModelChange event with [2022-10-27T04:10:00.877Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-27T04:10:00.877Z] in a future version of Angular. [2022-10-27T04:10:00.877Z] [2022-10-27T04:10:00.877Z] For more information on this, see our API docs here: [2022-10-27T04:10:00.877Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-27T04:10:00.877Z] ' [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.727 secs) [2022-10-27T04:10:00.877Z] WARN: ' [2022-10-27T04:10:00.877Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-27T04:10:00.877Z] Support for using the ngModel input property and ngModelChange event with [2022-10-27T04:10:00.877Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-27T04:10:00.877Z] in a future version of Angular. [2022-10-27T04:10:00.877Z] [2022-10-27T04:10:00.877Z] For more information on this, see our API docs here: [2022-10-27T04:10:00.877Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-27T04:10:00.877Z] ' [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.744 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.766 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.775 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.792 secs) [2022-10-27T04:10:00.877Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.801 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.807 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.814 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.847 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.874 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.884 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 1.887 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 1.899 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 1.938 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 1.951 secs) [2022-10-27T04:10:01.136Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 1.962 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 1.974 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 1.978 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 1.981 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 1.983 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 1.992 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 1.999 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 2.002 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 2.009 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 2.041 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 2.05 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 2.054 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 2.055 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 2.065 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 2.068 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 2.071 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 2.073 secs) [2022-10-27T04:10:01.396Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 2.074 secs) [2022-10-27T04:10:01.655Z] Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (3.094 secs / 2.074 secs) [2022-10-27T04:10:01.655Z] TOTAL: 149 SUCCESS [2022-10-27T04:10:01.655Z] ✔ Browser application bundle generation complete. [2022-10-27T04:10:01.848Z] 9b18e9b68314: Pull complete [2022-10-27T04:10:01.848Z] d5ac0230b979: Verifying Checksum [2022-10-27T04:10:01.848Z] d5ac0230b979: Download complete [2022-10-27T04:10:01.917Z] [2022-10-27T04:10:01.917Z] =============================== Coverage summary =============================== [2022-10-27T04:10:01.917Z] Statements : 40.98% ( 1467/3580 ) [2022-10-27T04:10:01.917Z] Branches : 12.03% ( 111/923 ) [2022-10-27T04:10:01.917Z] Functions : 33.28% ( 432/1298 ) [2022-10-27T04:10:01.917Z] Lines : 38.91% ( 1318/3387 ) [2022-10-27T04:10:01.917Z] ================================================================================ [2022-10-27T04:10:02.176Z] ✔ Browser application bundle generation complete. [2022-10-27T04:10:02.433Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-568/web' [2022-10-27T04:10:02.438Z] d32db5db7311: Pull complete [Pipeline] echo [2022-10-27T04:10:02.487Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-27T04:10:02.515Z] $ docker stop --time=1 acfa5a1853ca8926c638e154f1c027930ddd67d81a53330c032f29fe2bc67e71 [2022-10-27T04:10:02.711Z] d0c4b47475fc: Pull complete [2022-10-27T04:10:02.977Z] 5dd5c2283517: Download complete [2022-10-27T04:10:03.793Z] $ docker rm -f acfa5a1853ca8926c638e154f1c027930ddd67d81a53330c032f29fe2bc67e71 [2022-10-27T04:10:03.947Z] 5831b945b038: Verifying Checksum [2022-10-27T04:10:03.947Z] 5831b945b038: Download complete [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-27T04:10:04.273Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-27T04:10:04.961Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-27T04:10:05.692Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-27T04:10:06.003Z] + ls -al . [2022-10-27T04:10:06.003Z] total 184 [2022-10-27T04:10:06.003Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 27 04:08 . [2022-10-27T04:10:06.003Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 04:07 .. [2022-10-27T04:10:06.003Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 04:07 .blubracket [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 27 04:07 .dockerignore [2022-10-27T04:10:06.003Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 04:07 .git [2022-10-27T04:10:06.003Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 04:07 .github [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 27 04:07 .gitignore [2022-10-27T04:10:06.003Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 27 04:07 .semver [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 27 04:07 Attribution.txt [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 27 04:07 CHANGELOG.md [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 27 04:07 CONTRIBUTING.md [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 1847 Oct 27 04:07 Dockerfile [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 27 04:07 Jenkinsfile [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 27 04:07 LICENSE [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 27 04:07 Makefile [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 4558 Oct 27 04:07 README.md [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 27 04:07 VERSION [2022-10-27T04:10:06.003Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 04:07 assets [2022-10-27T04:10:06.003Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 04:07 bin [2022-10-27T04:10:06.003Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 04:07 cmd [2022-10-27T04:10:06.003Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 27 04:08 coverage.out [2022-10-27T04:10:06.003Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 04:07 docs [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 3152 Oct 27 04:07 go.mod [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 43972 Oct 27 04:07 go.sum [2022-10-27T04:10:06.003Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 04:07 internal [2022-10-27T04:10:06.003Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 04:07 snap [2022-10-27T04:10:06.003Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 04:07 testing [2022-10-27T04:10:06.003Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 27 04:07 version.go [2022-10-27T04:10:06.003Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 27 04:09 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:10:06.400Z] + 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=fe61ebb937c44b67c29e3a76bbad5dd8f908c740 --label arch=amd64 --label version=0.0.0 . [2022-10-27T04:10:06.662Z] Sending build context to Docker daemon 48.27MB [2022-10-27T04:10:06.662Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-10-27T04:10:06.662Z] Step 2/26 : FROM ${BASE} AS builder [2022-10-27T04:10:06.662Z] ---> 104b77555945 [2022-10-27T04:10:06.662Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-27T04:10:06.924Z] ---> Running in f0816b37eeea [2022-10-27T04:10:06.924Z] Removing intermediate container f0816b37eeea [2022-10-27T04:10:06.924Z] ---> 5465d2e4e491 [2022-10-27T04:10:06.924Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-10-27T04:10:06.924Z] ---> Running in 69227d17a4c7 [2022-10-27T04:10:06.924Z] Removing intermediate container 69227d17a4c7 [2022-10-27T04:10:06.924Z] ---> f9da3814505f [2022-10-27T04:10:06.924Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-10-27T04:10:06.924Z] ---> Running in 1befcd41cb66 [2022-10-27T04:10:06.924Z] Removing intermediate container 1befcd41cb66 [2022-10-27T04:10:06.924Z] ---> 31610ebb2049 [2022-10-27T04:10:06.924Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-10-27T04:10:07.182Z] ---> Running in 5bcc4d482795 [2022-10-27T04:10:07.183Z] Removing intermediate container 5bcc4d482795 [2022-10-27T04:10:07.183Z] ---> c9fc86958207 [2022-10-27T04:10:07.183Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-27T04:10:07.183Z] ---> Running in 34935c1cc68a [2022-10-27T04:10:07.183Z] Removing intermediate container 34935c1cc68a [2022-10-27T04:10:07.183Z] ---> b335a585c254 [2022-10-27T04:10:07.183Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-27T04:10:07.755Z] ---> 90f25ca5187d [2022-10-27T04:10:07.755Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-27T04:10:07.755Z] ---> Running in 955c3860aafa [2022-10-27T04:10:08.322Z] Removing intermediate container 955c3860aafa [2022-10-27T04:10:08.322Z] ---> 6878f7729bf0 [2022-10-27T04:10:08.322Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-27T04:10:08.322Z] ---> Running in 875d3bbfd265 [2022-10-27T04:10:08.582Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-27T04:10:09.147Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-27T04:10:09.712Z] OK: 211 MiB in 51 packages [2022-10-27T04:10:09.970Z] Removing intermediate container 875d3bbfd265 [2022-10-27T04:10:09.970Z] ---> 0d774d614001 [2022-10-27T04:10:09.970Z] Step 11/26 : ENV GO111MODULE=on [2022-10-27T04:10:09.970Z] ---> Running in f2ce9bf4aba6 [2022-10-27T04:10:09.970Z] Removing intermediate container f2ce9bf4aba6 [2022-10-27T04:10:09.970Z] ---> 57342f2fbeed [2022-10-27T04:10:09.970Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-27T04:10:09.970Z] ---> Running in f639afc1a595 [2022-10-27T04:10:10.228Z] Removing intermediate container f639afc1a595 [2022-10-27T04:10:10.228Z] ---> 1eba3c509ed5 [2022-10-27T04:10:10.228Z] Step 13/26 : COPY go.mod vendor* ./ [2022-10-27T04:10:10.228Z] ---> 66c01b2b975c [2022-10-27T04:10:10.228Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-27T04:10:10.228Z] ---> Running in 958aee63e421 [2022-10-27T04:10:10.794Z] Removing intermediate container 958aee63e421 [2022-10-27T04:10:10.794Z] ---> 5dde1d4c2453 [2022-10-27T04:10:10.794Z] Step 15/26 : COPY . . [2022-10-27T04:10:12.170Z] ---> 2449298d4d29 [2022-10-27T04:10:12.170Z] Step 16/26 : RUN ${MAKE} [2022-10-27T04:10:12.170Z] ---> Running in 3d67f7b845c3 [2022-10-27T04:10:12.170Z] 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-27T04:10:16.191Z] 5831b945b038: Pull complete [2022-10-27T04:10:16.191Z] 86bbec2aaacd: Pull complete [2022-10-27T04:10:16.191Z] e10730c5d714: Pull complete [2022-10-27T04:10:22.136Z] Removing intermediate container 3d67f7b845c3 [2022-10-27T04:10:22.136Z] ---> d3f4d48fb16c [2022-10-27T04:10:22.136Z] Step 17/26 : FROM alpine:3.14 [2022-10-27T04:10:22.395Z] 3.14: Pulling from library/alpine [2022-10-27T04:10:22.654Z] c7ed990a2339: Pulling fs layer [2022-10-27T04:10:22.912Z] c7ed990a2339: Verifying Checksum [2022-10-27T04:10:22.912Z] c7ed990a2339: Download complete [2022-10-27T04:10:22.912Z] c7ed990a2339: Pull complete [2022-10-27T04:10:22.912Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-27T04:10:22.912Z] Status: Downloaded newer image for alpine:3.14 [2022-10-27T04:10:22.912Z] ---> dd53f409bf0b [2022-10-27T04:10:22.912Z] Step 18/26 : EXPOSE 4000 [2022-10-27T04:10:22.912Z] ---> Running in 345f611c5621 [2022-10-27T04:10:22.968Z] 5dd5c2283517: Pull complete [2022-10-27T04:10:23.169Z] Removing intermediate container 345f611c5621 [2022-10-27T04:10:23.169Z] ---> 4017bc205d92 [2022-10-27T04:10:23.169Z] 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-27T04:10:23.737Z] ---> 1a19e38ff024 [2022-10-27T04:10:23.737Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-10-27T04:10:23.737Z] ---> 226d278ede6a [2022-10-27T04:10:23.737Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-10-27T04:10:23.737Z] ---> 7cfb8b6f12ec [2022-10-27T04:10:23.738Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-27T04:10:23.738Z] ---> Running in 39a1ae2ef524 [2022-10-27T04:10:23.927Z] d5ac0230b979: Pull complete [2022-10-27T04:10:23.927Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-27T04:10:23.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-27T04:10:23.927Z] ---> 59b3b1a385d4 [2022-10-27T04:10:23.927Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-27T04:10:23.995Z] Removing intermediate container 39a1ae2ef524 [2022-10-27T04:10:23.995Z] ---> 6a8c64f357be [2022-10-27T04:10:23.995Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-27T04:10:23.995Z] ---> Running in 0a5538a8701e [2022-10-27T04:10:23.995Z] Removing intermediate container 0a5538a8701e [2022-10-27T04:10:23.995Z] ---> c4ad77d48be0 [2022-10-27T04:10:23.995Z] Step 24/26 : LABEL arch=amd64 [2022-10-27T04:10:23.995Z] ---> Running in 1ccacd2b8058 [2022-10-27T04:10:24.261Z] Removing intermediate container 1ccacd2b8058 [2022-10-27T04:10:24.261Z] ---> d152d3762d04 [2022-10-27T04:10:24.261Z] Step 25/26 : LABEL git_sha=fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [2022-10-27T04:10:24.262Z] ---> Running in 98a8a060551c [2022-10-27T04:10:24.262Z] Removing intermediate container 98a8a060551c [2022-10-27T04:10:24.262Z] ---> 175ed1ef351d [2022-10-27T04:10:24.262Z] Step 26/26 : LABEL version=0.0.0 [2022-10-27T04:10:24.262Z] ---> Running in 653f70b857d3 [2022-10-27T04:10:24.262Z] Removing intermediate container 653f70b857d3 [2022-10-27T04:10:24.262Z] ---> 40b1c403045d [2022-10-27T04:10:24.262Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-27T04:10:24.262Z] Successfully built 40b1c403045d [2022-10-27T04:10:24.262Z] 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-27T04:10:25.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-27T04:10:25.194Z] [2022-10-27T04:10:25.194Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:10:25.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-27T04:10:25.603Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-27T04:10:25.603Z] 5eb5b503b376: Pulling fs layer [2022-10-27T04:10:25.603Z] 5c69ac0246d0: Pulling fs layer [2022-10-27T04:10:25.603Z] ec43610c2a17: Pulling fs layer [2022-10-27T04:10:25.603Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-27T04:10:25.603Z] 33b1e0a273af: Pulling fs layer [2022-10-27T04:10:25.603Z] 5d3b04190fa2: Pulling fs layer [2022-10-27T04:10:25.603Z] 2f39f015ded8: Pulling fs layer [2022-10-27T04:10:25.603Z] 3a2ae6a8a46f: Waiting [2022-10-27T04:10:25.603Z] 33b1e0a273af: Waiting [2022-10-27T04:10:25.603Z] 5d3b04190fa2: Waiting [2022-10-27T04:10:25.603Z] 2f39f015ded8: Waiting [2022-10-27T04:10:25.603Z] 5c69ac0246d0: Verifying Checksum [2022-10-27T04:10:25.603Z] 5c69ac0246d0: Download complete [2022-10-27T04:10:25.603Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-27T04:10:25.603Z] 3a2ae6a8a46f: Download complete [2022-10-27T04:10:25.603Z] 33b1e0a273af: Verifying Checksum [2022-10-27T04:10:25.603Z] 33b1e0a273af: Download complete [2022-10-27T04:10:25.864Z] 5d3b04190fa2: Download complete [2022-10-27T04:10:25.864Z] ec43610c2a17: Verifying Checksum [2022-10-27T04:10:25.864Z] ec43610c2a17: Download complete [2022-10-27T04:10:25.864Z] 5eb5b503b376: Verifying Checksum [2022-10-27T04:10:25.864Z] 5eb5b503b376: Download complete [2022-10-27T04:10:25.889Z] ---> Running in 8174a0798e24 [2022-10-27T04:10:26.158Z] Removing intermediate container 8174a0798e24 [2022-10-27T04:10:26.158Z] ---> 0ca7af9ce183 [2022-10-27T04:10:26.158Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2022-10-27T04:10:26.158Z] ---> Running in d1a406a47f8d [2022-10-27T04:10:26.425Z] Removing intermediate container d1a406a47f8d [2022-10-27T04:10:26.425Z] ---> 7e143f759f80 [2022-10-27T04:10:26.425Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2022-10-27T04:10:26.432Z] 2f39f015ded8: Download complete [2022-10-27T04:10:26.692Z] ---> Running in 9b8f48cdec56 [2022-10-27T04:10:26.959Z] Removing intermediate container 9b8f48cdec56 [2022-10-27T04:10:26.959Z] ---> ee5eb30c94ea [2022-10-27T04:10:26.959Z] Step 6/16 : LABEL Name=edgex-ui-go [2022-10-27T04:10:26.959Z] ---> Running in f5f4886e1400 [2022-10-27T04:10:26.997Z] 5eb5b503b376: Pull complete [2022-10-27T04:10:26.997Z] 5c69ac0246d0: Pull complete [2022-10-27T04:10:27.231Z] Removing intermediate container f5f4886e1400 [2022-10-27T04:10:27.231Z] ---> c50238996b5a [2022-10-27T04:10:27.231Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-27T04:10:27.231Z] ---> Running in 144585d330a8 [2022-10-27T04:10:27.256Z] ec43610c2a17: Pull complete [2022-10-27T04:10:27.505Z] Removing intermediate container 144585d330a8 [2022-10-27T04:10:27.505Z] ---> a3cf872d2f58 [2022-10-27T04:10:27.505Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-27T04:10:27.516Z] 3a2ae6a8a46f: Pull complete [2022-10-27T04:10:27.516Z] 33b1e0a273af: Pull complete [2022-10-27T04:10:27.773Z] 5d3b04190fa2: Pull complete [2022-10-27T04:10:28.086Z] latest: Pulling from library/docker [2022-10-27T04:10:28.352Z] 9b18e9b68314: Already exists [2022-10-27T04:10:28.352Z] e5833820420a: Pulling fs layer [2022-10-27T04:10:28.352Z] 79069699b830: Pulling fs layer [2022-10-27T04:10:28.352Z] 444a66d86b54: Pulling fs layer [2022-10-27T04:10:28.352Z] af8c662400c0: Pulling fs layer [2022-10-27T04:10:28.352Z] 7851778f47af: Pulling fs layer [2022-10-27T04:10:28.352Z] af8c662400c0: Waiting [2022-10-27T04:10:28.352Z] 969048075247: Pulling fs layer [2022-10-27T04:10:28.352Z] 7851778f47af: Waiting [2022-10-27T04:10:28.352Z] 9d9d268b6129: Pulling fs layer [2022-10-27T04:10:28.352Z] 71d72239e8c8: Pulling fs layer [2022-10-27T04:10:28.352Z] 9d9d268b6129: Waiting [2022-10-27T04:10:28.352Z] 71d72239e8c8: Waiting [2022-10-27T04:10:28.352Z] 969048075247: Waiting [2022-10-27T04:10:28.619Z] 79069699b830: Download complete [2022-10-27T04:10:28.619Z] e5833820420a: Verifying Checksum [2022-10-27T04:10:28.619Z] e5833820420a: Download complete [2022-10-27T04:10:28.889Z] 444a66d86b54: Download complete [2022-10-27T04:10:29.162Z] 969048075247: Verifying Checksum [2022-10-27T04:10:29.162Z] 969048075247: Download complete [2022-10-27T04:10:29.162Z] af8c662400c0: Verifying Checksum [2022-10-27T04:10:29.162Z] af8c662400c0: Download complete [2022-10-27T04:10:29.162Z] 7851778f47af: Verifying Checksum [2022-10-27T04:10:29.162Z] 7851778f47af: Download complete [2022-10-27T04:10:29.162Z] 9d9d268b6129: Download complete [2022-10-27T04:10:29.430Z] 71d72239e8c8: Verifying Checksum [2022-10-27T04:10:29.430Z] 71d72239e8c8: Download complete [2022-10-27T04:10:29.430Z] e5833820420a: Pull complete [2022-10-27T04:10:29.701Z] 79069699b830: Pull complete [2022-10-27T04:10:31.959Z] 2f39f015ded8: Pull complete [2022-10-27T04:10:31.959Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-27T04:10:31.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-27T04:10:31.959Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-27T04:10:32.187Z] prd-ubuntu20.04-docker-8c-8g-117413 does not seem to be running inside a container [2022-10-27T04:10:32.212Z] $ 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-568 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568:/w/workspace/edgexfoundry_edgex-ui-go_PR-568:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-568@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-27T04:10:32.283Z] 444a66d86b54: Pull complete [2022-10-27T04:10:32.866Z] af8c662400c0: Pull complete [2022-10-27T04:10:33.436Z] $ docker top fc45291632b42906780b767bc79d38bd769c1f9afd6ba82e9d99c81fd29b930d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:10:33.827Z] 7851778f47af: Pull complete [2022-10-27T04:10:33.958Z] ---> job-cost.sh [2022-10-27T04:10:33.959Z] lf-activate-venv: SKIPPING [2022-10-27T04:10:33.959Z] INFO: No Stack... [2022-10-27T04:10:34.094Z] 969048075247: Pull complete [2022-10-27T04:10:34.362Z] 9d9d268b6129: Pull complete [2022-10-27T04:10:34.362Z] 71d72239e8c8: Pull complete [2022-10-27T04:10:34.532Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-27T04:10:34.651Z] Digest: sha256:0e3e7e2033cf7779ab6985e24ad18d6ec415c9dd944acef5ca56119a3a0dda2e [2022-10-27T04:10:34.651Z] Status: Downloaded newer image for docker:latest [2022-10-27T04:10:34.790Z] INFO: Archiving Costs [Pipeline] sh [2022-10-27T04:10:35.115Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-568/archives/cost.csv [2022-10-27T04:10:35.115Z] + cut -d, -f6 [Pipeline] lock [2022-10-27T04:10:35.157Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-568-1-stack-cost] [2022-10-27T04:10:35.161Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-568-1-stack-cost] did not exist. Created. [2022-10-27T04:10:35.161Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-568-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-27T04:10:35.546Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-27T04:10:35.964Z] Stashed 1 file(s) [Pipeline] } [2022-10-27T04:10:35.981Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-568-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-27T04:10:36.051Z] $ docker stop --time=1 fc45291632b42906780b767bc79d38bd769c1f9afd6ba82e9d99c81fd29b930d [2022-10-27T04:10:36.610Z] ---> be89cb673aa3 [2022-10-27T04:10:36.610Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-27T04:10:36.877Z] ---> Running in 1bcb69409355 [2022-10-27T04:10:37.255Z] $ docker rm -f fc45291632b42906780b767bc79d38bd769c1f9afd6ba82e9d99c81fd29b930d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-27T04:10:38.825Z] Removing intermediate container 1bcb69409355 [2022-10-27T04:10:38.825Z] ---> 174905a7e512 [2022-10-27T04:10:38.825Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-27T04:10:38.825Z] ---> Running in bce6a5c63516 [2022-10-27T04:10:39.412Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-27T04:10:39.992Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-27T04:10:41.404Z] OK: 221 MiB in 51 packages [2022-10-27T04:10:41.991Z] Removing intermediate container bce6a5c63516 [2022-10-27T04:10:41.991Z] ---> 4dbba0fdd32c [2022-10-27T04:10:41.991Z] Step 11/16 : ENV GO111MODULE=on [2022-10-27T04:10:42.260Z] ---> Running in e6a4971adbba [2022-10-27T04:10:42.527Z] Removing intermediate container e6a4971adbba [2022-10-27T04:10:42.527Z] ---> dd81be046c77 [2022-10-27T04:10:42.527Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-27T04:10:42.527Z] ---> Running in 75ca11e16a05 [2022-10-27T04:10:42.794Z] Removing intermediate container 75ca11e16a05 [2022-10-27T04:10:42.794Z] ---> 026f653cb231 [2022-10-27T04:10:42.794Z] Step 13/16 : COPY go.mod vendor* ./ [2022-10-27T04:10:44.200Z] ---> 8d65cb9a69d5 [2022-10-27T04:10:44.200Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-27T04:10:44.472Z] ---> Running in f2d3e727e7ba [2022-10-27T04:11:40.896Z] Removing intermediate container f2d3e727e7ba [2022-10-27T04:11:40.896Z] ---> 8e9cfa7bbc53 [2022-10-27T04:11:40.896Z] Step 15/16 : COPY . . [2022-10-27T04:11:40.897Z] ---> 9281f02c68b8 [2022-10-27T04:11:40.897Z] Step 16/16 : RUN ${MAKE} [2022-10-27T04:11:40.897Z] ---> Running in 09acb3609064 [2022-10-27T04:11:40.897Z] noop [2022-10-27T04:11:40.897Z] Removing intermediate container 09acb3609064 [2022-10-27T04:11:40.897Z] ---> 6751af3a91b1 [2022-10-27T04:11:40.897Z] Successfully built 6751af3a91b1 [2022-10-27T04:11:40.897Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:11:41.370Z] + docker inspect -f . ci-base-image-arm64 [2022-10-27T04:11:41.370Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-27T04:11:41.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-117414 does not seem to be running inside a container [2022-10-27T04:11:41.665Z] $ 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-27T04:11:42.756Z] $ docker top 1cd72fa08394fdc44945f8b8bc08cc68bef0b330261bd9ae556312e7e4ef49b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-27T04:11:43.624Z] + go version [2022-10-27T04:11:43.624Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-27T04:11:43.657Z] $ docker stop --time=1 1cd72fa08394fdc44945f8b8bc08cc68bef0b330261bd9ae556312e7e4ef49b9 [2022-10-27T04:11:45.257Z] $ docker rm -f 1cd72fa08394fdc44945f8b8bc08cc68bef0b330261bd9ae556312e7e4ef49b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:11:46.072Z] + docker inspect -f . ci-base-image-arm64 [2022-10-27T04:11:46.072Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-27T04:11:46.315Z] prd-ubuntu20.04-docker-arm64-4c-16g-117414 does not seem to be running inside a container [2022-10-27T04:11:46.373Z] $ 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-27T04:11:47.474Z] $ docker top 58649f071eb59d73ecbf97d4b3f65eabf32b4c8ccfa2939b06ecd2115416d483 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-27T04:11:48.024Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-27T04:11:48.400Z] + make test [2022-10-27T04:11:48.401Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2022-10-27T04:11:50.345Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-10-27T04:12:58.189Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-10-27T04:12:58.190Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-10-27T04:12:58.190Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-10-27T04:12:58.190Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2022-10-27T04:12:58.190Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2022-10-27T04:12:58.190Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-10-27T04:12:58.190Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-10-27T04:12:58.190Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2022-10-27T04:12:58.464Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2022-10-27T04:13:20.526Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-27T04:13:20.526Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-27T04:13:20.526Z] ./bin/test-attribution-txt.sh [2022-10-27T04:13:20.526Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2022-10-27T04:13:20.526Z] make -C web test [2022-10-27T04:13:20.526Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2022-10-27T04:13:20.526Z] make[1]: tput: No such file or directory [2022-10-27T04:13:20.526Z] make[1]: tput: No such file or directory [2022-10-27T04:13:20.526Z] warning: generating ./VERSION [2022-10-27T04:13:20.526Z] echo "0.0.0" > VERSION [2022-10-27T04:13:20.526Z] docker build \ [2022-10-27T04:13:20.526Z] -f Dockerfile \ [2022-10-27T04:13:20.526Z] --build-arg USER=1000 \ [2022-10-27T04:13:20.526Z] \ [2022-10-27T04:13:20.526Z] --label "git_sha=fe61ebb937c44b67c29e3a76bbad5dd8f908c740" \ [2022-10-27T04:13:20.526Z] -t edgexfoundry/edgex-web-ui:fe61ebb937c44b67c29e3a76bbad5dd8f908c740 \ [2022-10-27T04:13:20.526Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2022-10-27T04:13:20.526Z] . [2022-10-27T04:13:20.526Z] Sending build context to Docker daemon 3.269MB [2022-10-27T04:13:20.526Z] Step 1/10 : FROM node:16.17-alpine3.15 [2022-10-27T04:13:20.526Z] 16.17-alpine3.15: Pulling from library/node [2022-10-27T04:13:20.526Z] 47517142f6ba: Pulling fs layer [2022-10-27T04:13:20.526Z] 5f8c4bfa009b: Pulling fs layer [2022-10-27T04:13:20.526Z] f7079c9c4ba1: Pulling fs layer [2022-10-27T04:13:20.526Z] aba105e6f55a: Pulling fs layer [2022-10-27T04:13:20.526Z] aba105e6f55a: Waiting [2022-10-27T04:13:20.526Z] 47517142f6ba: Verifying Checksum [2022-10-27T04:13:20.526Z] 47517142f6ba: Download complete [2022-10-27T04:13:20.526Z] f7079c9c4ba1: Verifying Checksum [2022-10-27T04:13:20.526Z] f7079c9c4ba1: Download complete [2022-10-27T04:13:20.526Z] aba105e6f55a: Verifying Checksum [2022-10-27T04:13:20.526Z] aba105e6f55a: Download complete [2022-10-27T04:13:20.526Z] 47517142f6ba: Pull complete [2022-10-27T04:13:23.862Z] 5f8c4bfa009b: Verifying Checksum [2022-10-27T04:13:23.862Z] 5f8c4bfa009b: Download complete [2022-10-27T04:13:27.208Z] 5f8c4bfa009b: Pull complete [2022-10-27T04:13:27.208Z] f7079c9c4ba1: Pull complete [2022-10-27T04:13:27.476Z] aba105e6f55a: Pull complete [2022-10-27T04:13:27.476Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2022-10-27T04:13:27.476Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2022-10-27T04:13:27.476Z] ---> bf1b8b58d215 [2022-10-27T04:13:27.476Z] Step 2/10 : RUN apk add --no-cache chromium [2022-10-27T04:13:28.084Z] ---> Running in 74b2d952a6cf [2022-10-27T04:13:29.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-27T04:13:29.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-27T04:13:30.010Z] (1/128) Installing libxau (1.0.9-r0) [2022-10-27T04:13:30.010Z] (2/128) Installing libmd (1.0.3-r0) [2022-10-27T04:13:30.010Z] (3/128) Installing libbsd (0.11.3-r1) [2022-10-27T04:13:30.010Z] (4/128) Installing libxdmcp (1.1.3-r0) [2022-10-27T04:13:30.010Z] (5/128) Installing libxcb (1.14-r2) [2022-10-27T04:13:30.010Z] (6/128) Installing libx11 (1.7.3.1-r0) [2022-10-27T04:13:30.278Z] (7/128) Installing libxext (1.3.4-r0) [2022-10-27T04:13:30.278Z] (8/128) Installing libice (1.0.10-r0) [2022-10-27T04:13:30.278Z] (9/128) Installing libuuid (2.37.4-r0) [2022-10-27T04:13:30.278Z] (10/128) Installing libsm (1.2.3-r0) [2022-10-27T04:13:30.278Z] (11/128) Installing libxt (1.2.1-r0) [2022-10-27T04:13:30.278Z] (12/128) Installing libxmu (1.1.3-r0) [2022-10-27T04:13:30.278Z] (13/128) Installing xset (1.2.4-r0) [2022-10-27T04:13:30.278Z] (14/128) Installing xprop (1.2.5-r0) [2022-10-27T04:13:30.278Z] (15/128) Installing xdg-utils (1.1.3-r0) [2022-10-27T04:13:30.278Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2022-10-27T04:13:30.278Z] (17/128) Installing pkgconf (1.8.0-r0) [2022-10-27T04:13:30.278Z] (18/128) Installing libffi (3.4.2-r1) [2022-10-27T04:13:30.278Z] (19/128) Installing libintl (0.21-r0) [2022-10-27T04:13:30.278Z] (20/128) Installing libblkid (2.37.4-r0) [2022-10-27T04:13:30.278Z] (21/128) Installing libmount (2.37.4-r0) [2022-10-27T04:13:30.278Z] (22/128) Installing pcre (8.45-r1) [2022-10-27T04:13:30.546Z] (23/128) Installing glib (2.70.1-r0) [2022-10-27T04:13:30.546Z] (24/128) Installing xz-libs (5.2.5-r1) [2022-10-27T04:13:30.546Z] (25/128) Installing libxml2 (2.9.14-r2) [2022-10-27T04:13:30.546Z] (26/128) Installing shared-mime-info (2.1-r1) [2022-10-27T04:13:30.546Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2022-10-27T04:13:30.546Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2022-10-27T04:13:30.814Z] (29/128) Installing libpng (1.6.37-r1) [2022-10-27T04:13:30.814Z] (30/128) Installing libwebp (1.2.2-r0) [2022-10-27T04:13:30.814Z] (31/128) Installing zstd-libs (1.5.0-r0) [2022-10-27T04:13:30.814Z] (32/128) Installing tiff (4.4.0-r0) [2022-10-27T04:13:30.814Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2022-10-27T04:13:30.814Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2022-10-27T04:13:30.814Z] (35/128) Installing libxcomposite (0.4.5-r0) [2022-10-27T04:13:30.814Z] (36/128) Installing libxfixes (6.0.0-r0) [2022-10-27T04:13:30.814Z] (37/128) Installing libxrender (0.9.10-r3) [2022-10-27T04:13:30.814Z] (38/128) Installing libxcursor (1.2.0-r0) [2022-10-27T04:13:30.814Z] (39/128) Installing libxdamage (1.1.5-r1) [2022-10-27T04:13:30.814Z] (40/128) Installing libxi (1.8-r0) [2022-10-27T04:13:30.814Z] (41/128) Installing libxinerama (1.1.4-r1) [2022-10-27T04:13:30.814Z] (42/128) Installing libxrandr (1.5.2-r1) [2022-10-27T04:13:30.814Z] (43/128) Installing atk (2.36.0-r0) [2022-10-27T04:13:30.814Z] (44/128) Installing libxtst (1.2.3-r3) [2022-10-27T04:13:30.814Z] (45/128) Installing dbus-libs (1.12.24-r0) [2022-10-27T04:13:30.814Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2022-10-27T04:13:30.814Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2022-10-27T04:13:30.814Z] (48/128) Installing expat (2.5.0-r0) [2022-10-27T04:13:31.083Z] (49/128) Installing brotli-libs (1.0.9-r5) [2022-10-27T04:13:31.083Z] (50/128) Installing libbz2 (1.0.8-r1) [2022-10-27T04:13:31.083Z] (51/128) Installing freetype (2.11.1-r2) [2022-10-27T04:13:31.083Z] (52/128) Installing fontconfig (2.13.1-r4) [2022-10-27T04:13:31.083Z] (53/128) Installing pixman (0.40.0-r3) [2022-10-27T04:13:31.083Z] (54/128) Installing cairo (1.16.0-r5) [2022-10-27T04:13:31.083Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2022-10-27T04:13:31.083Z] (56/128) Installing avahi-libs (0.8-r5) [2022-10-27T04:13:31.083Z] (57/128) Installing gmp (6.2.1-r1) [2022-10-27T04:13:31.083Z] (58/128) Installing nettle (3.7.3-r0) [2022-10-27T04:13:31.083Z] (59/128) Installing p11-kit (0.24.0-r1) [2022-10-27T04:13:31.083Z] (60/128) Installing libtasn1 (4.18.0-r0) [2022-10-27T04:13:31.083Z] (61/128) Installing libunistring (0.9.10-r1) [2022-10-27T04:13:31.352Z] (62/128) Installing gnutls (3.7.1-r1) [2022-10-27T04:13:31.352Z] (63/128) Installing cups-libs (2.3.3-r6) [2022-10-27T04:13:31.352Z] (64/128) Installing libepoxy (1.5.9-r0) [2022-10-27T04:13:31.352Z] (65/128) Installing fribidi (1.0.11-r0) [2022-10-27T04:13:31.352Z] (66/128) Installing graphite2 (1.3.14-r0) [2022-10-27T04:13:31.352Z] (67/128) Installing harfbuzz (3.0.0-r2) [2022-10-27T04:13:31.352Z] (68/128) Installing libxft (2.3.4-r0) [2022-10-27T04:13:31.352Z] (69/128) Installing pango (1.48.10-r0) [2022-10-27T04:13:31.352Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2022-10-27T04:13:31.352Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2022-10-27T04:13:31.352Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2022-10-27T04:13:31.352Z] (73/128) Installing xkeyboard-config (2.34-r0) [2022-10-27T04:13:31.619Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2022-10-27T04:13:31.619Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2022-10-27T04:13:31.888Z] Executing gtk+3.0-3.24.30-r0.post-install [2022-10-27T04:13:31.888Z] (76/128) Installing libfontenc (1.1.4-r0) [2022-10-27T04:13:31.888Z] (77/128) Installing mkfontscale (1.2.1-r1) [2022-10-27T04:13:31.888Z] (78/128) Installing ttf-opensans (1.10-r1) [2022-10-27T04:13:32.156Z] Executing ttf-opensans-1.10-r1.post-install [2022-10-27T04:13:34.105Z] (79/128) Installing libogg (1.3.5-r0) [2022-10-27T04:13:34.105Z] (80/128) Installing flac (1.3.4-r0) [2022-10-27T04:13:34.105Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2022-10-27T04:13:34.373Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2022-10-27T04:13:34.373Z] (83/128) Installing sdl2 (2.0.16-r4) [2022-10-27T04:13:34.373Z] (84/128) Installing aom-libs (3.2.0-r0) [2022-10-27T04:13:34.373Z] (85/128) Installing libass (0.15.2-r0) [2022-10-27T04:13:34.373Z] (86/128) Installing libdav1d (0.9.2-r0) [2022-10-27T04:13:34.373Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-10-27T04:13:34.373Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2022-10-27T04:13:34.373Z] (89/128) Installing lame (3.100-r0) [2022-10-27T04:13:34.373Z] (90/128) Installing opus (1.3.1-r1) [2022-10-27T04:13:34.373Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2022-10-27T04:13:34.373Z] (92/128) Installing soxr (0.1.3-r2) [2022-10-27T04:13:34.640Z] (93/128) Installing libsrt (1.4.2-r1) [2022-10-27T04:13:34.640Z] (94/128) Installing libssh (0.9.6-r1) [2022-10-27T04:13:34.640Z] (95/128) Installing libtheora (1.1.1-r16) [2022-10-27T04:13:34.640Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2022-10-27T04:13:34.640Z] (97/128) Installing libdrm (2.4.109-r0) [2022-10-27T04:13:34.640Z] (98/128) Installing libva (2.13.0-r0) [2022-10-27T04:13:34.640Z] (99/128) Installing libvdpau (1.4-r0) [2022-10-27T04:13:34.640Z] (100/128) Installing vidstab (1.1.0-r1) [2022-10-27T04:13:34.640Z] (101/128) Installing libvorbis (1.3.7-r0) [2022-10-27T04:13:34.640Z] (102/128) Installing libvpx (1.10.0-r0) [2022-10-27T04:13:34.640Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2022-10-27T04:13:34.907Z] (104/128) Installing x264-libs (20210613-r0) [2022-10-27T04:13:34.907Z] (105/128) Installing x265-libs (3.5-r0) [2022-10-27T04:13:34.907Z] (106/128) Installing xvidcore (1.3.7-r1) [2022-10-27T04:13:34.907Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2022-10-27T04:13:35.489Z] (108/128) Installing libevent (2.1.12-r4) [2022-10-27T04:13:35.489Z] (109/128) Installing mesa (21.2.6-r0) [2022-10-27T04:13:35.489Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2022-10-27T04:13:35.489Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2022-10-27T04:13:35.489Z] (112/128) Installing lcms2 (2.12-r1) [2022-10-27T04:13:35.489Z] (113/128) Installing nspr (4.32-r0) [2022-10-27T04:13:35.489Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2022-10-27T04:13:35.489Z] (115/128) Installing nss (3.78.1-r0) [2022-10-27T04:13:35.489Z] (116/128) Installing libasyncns (0.8-r1) [2022-10-27T04:13:35.489Z] (117/128) Installing libltdl (2.4.6-r7) [2022-10-27T04:13:35.489Z] (118/128) Installing orc (0.4.32-r0) [2022-10-27T04:13:35.489Z] (119/128) Installing libsndfile (1.0.31-r1) [2022-10-27T04:13:35.489Z] (120/128) Installing speexdsp (1.2.0-r0) [2022-10-27T04:13:35.489Z] (121/128) Installing tdb-libs (1.4.5-r0) [2022-10-27T04:13:35.489Z] (122/128) Installing libpulse (15.0-r2) [2022-10-27T04:13:35.758Z] (123/128) Installing re2 (2021.11.01-r0) [2022-10-27T04:13:35.758Z] (124/128) Installing snappy (1.1.9-r1) [2022-10-27T04:13:35.758Z] (125/128) Installing libgpg-error (1.42-r1) [2022-10-27T04:13:35.758Z] (126/128) Installing libgcrypt (1.9.4-r0) [2022-10-27T04:13:35.758Z] (127/128) Installing libxslt (1.1.35-r0) [2022-10-27T04:13:35.758Z] (128/128) Installing chromium (99.0.4844.84-r0) [2022-10-27T04:13:40.018Z] Executing busybox-1.34.1-r7.trigger [2022-10-27T04:13:40.018Z] Executing glib-2.70.1-r0.trigger [2022-10-27T04:13:40.018Z] Executing shared-mime-info-2.1-r1.trigger [2022-10-27T04:13:45.367Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2022-10-27T04:13:45.367Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2022-10-27T04:13:45.367Z] Executing fontconfig-2.13.1-r4.trigger [2022-10-27T04:13:45.367Z] Executing mkfontscale-1.2.1-r1.trigger [2022-10-27T04:13:45.367Z] OK: 275 MiB in 144 packages [2022-10-27T04:13:55.465Z] Removing intermediate container 74b2d952a6cf [2022-10-27T04:13:55.465Z] ---> 02c997550d0e [2022-10-27T04:13:55.465Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2022-10-27T04:13:55.465Z] ---> Running in c665de9c118e [2022-10-27T04:13:55.465Z] Removing intermediate container c665de9c118e [2022-10-27T04:13:55.465Z] ---> 210a87f6f40d [2022-10-27T04:13:55.465Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2022-10-27T04:13:55.465Z] ---> Running in ec6713c3d69f [2022-10-27T04:13:55.465Z] Removing intermediate container ec6713c3d69f [2022-10-27T04:13:55.465Z] ---> a519af24988b [2022-10-27T04:13:55.465Z] Step 5/10 : RUN npm install -g npm [2022-10-27T04:13:55.465Z] ---> Running in 672f0f400024 [2022-10-27T04:14:22.142Z] [2022-10-27T04:14:22.142Z] changed 54 packages, and audited 212 packages in 23s [2022-10-27T04:14:22.142Z] [2022-10-27T04:14:22.142Z] 11 packages are looking for funding [2022-10-27T04:14:22.142Z] run `npm fund` for details [2022-10-27T04:14:22.142Z] [2022-10-27T04:14:22.142Z] found 0 vulnerabilities [2022-10-27T04:14:25.499Z] Removing intermediate container 672f0f400024 [2022-10-27T04:14:25.499Z] ---> f0c3130ab5c7 [2022-10-27T04:14:25.499Z] Step 6/10 : ARG USER=1000 [2022-10-27T04:14:25.499Z] ---> Running in e58722eec0f5 [2022-10-27T04:14:25.499Z] Removing intermediate container e58722eec0f5 [2022-10-27T04:14:25.499Z] ---> fdcbbbeae012 [2022-10-27T04:14:25.499Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2022-10-27T04:14:25.499Z] ---> Running in b9146cac122c [2022-10-27T04:14:28.849Z] Removing intermediate container b9146cac122c [2022-10-27T04:14:28.849Z] ---> 4788bbeb8d42 [2022-10-27T04:14:28.849Z] Step 8/10 : USER $USER:$USER [2022-10-27T04:14:28.849Z] ---> Running in fe620530545c [2022-10-27T04:14:28.849Z] Removing intermediate container fe620530545c [2022-10-27T04:14:28.849Z] ---> 9b17e6afca4d [2022-10-27T04:14:28.849Z] Step 9/10 : WORKDIR /app [2022-10-27T04:14:28.849Z] ---> Running in effb46fbe2d7 [2022-10-27T04:14:29.118Z] Removing intermediate container effb46fbe2d7 [2022-10-27T04:14:29.118Z] ---> f793d3f8edcd [2022-10-27T04:14:29.118Z] Step 10/10 : LABEL git_sha=fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [2022-10-27T04:14:29.118Z] ---> Running in 86723743eee3 [2022-10-27T04:14:30.529Z] Removing intermediate container 86723743eee3 [2022-10-27T04:14:30.529Z] ---> 0fe618d3aeb0 [2022-10-27T04:14:30.529Z] Successfully built 0fe618d3aeb0 [2022-10-27T04:14:30.529Z] Successfully tagged edgexfoundry/edgex-web-ui:fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [2022-10-27T04:14:30.529Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2022-10-27T04:14:30.529Z] touch edgex-web-ui.imagebuilt [2022-10-27T04:14:30.798Z] mkdir -p node_modules coverage [2022-10-27T04:14:30.798Z] chown "1000:1000" node_modules coverage package-lock.json [2022-10-27T04:14:30.798Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE required: { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE }, [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE required: { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE }, [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE required: { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE }, [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE required: { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE }, [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE required: { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE }, [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE required: { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE }, [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE required: { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE }, [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE required: { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE }, [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE Unsupported engine { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE required: { [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE }, [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } [2022-10-27T04:14:43.104Z] npm WARN EBADENGINE } [2022-10-27T04:15:21.983Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2022-10-27T04:15:22.965Z] 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-27T04:15:22.965Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2022-10-27T04:15:24.392Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-27T04:15:25.373Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2022-10-27T04:15:26.336Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2022-10-27T04:15:36.396Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2022-10-27T04:15:36.396Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2022-10-27T04:15:37.356Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2022-10-27T04:16:04.041Z] 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-27T04:16:04.041Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-27T04:16:04.041Z] 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-27T04:16:05.982Z] 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-27T04:16:07.922Z] 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-27T04:16:09.863Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2022-10-27T04:16:12.444Z] 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-27T04:16:17.782Z] 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-27T04:16:35.995Z] 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-27T04:16:58.070Z] 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-27T04:17:36.938Z] [2022-10-27T04:17:36.938Z] added 1475 packages, and audited 1476 packages in 3m [2022-10-27T04:17:36.938Z] [2022-10-27T04:17:36.938Z] 90 packages are looking for funding [2022-10-27T04:17:36.938Z] run `npm fund` for details [2022-10-27T04:17:36.938Z] [2022-10-27T04:17:36.938Z] 14 vulnerabilities (3 moderate, 9 high, 2 critical) [2022-10-27T04:17:36.938Z] [2022-10-27T04:17:36.938Z] To address issues that do not require attention, run: [2022-10-27T04:17:36.938Z] npm audit fix [2022-10-27T04:17:36.938Z] [2022-10-27T04:17:36.938Z] To address all issues (including breaking changes), run: [2022-10-27T04:17:36.938Z] npm audit fix --force [2022-10-27T04:17:36.938Z] [2022-10-27T04:17:36.938Z] Run `npm audit` for details. [2022-10-27T04:17:38.897Z] 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-27T04:17:57.122Z] - Generating browser application bundles (phase: setup)... [2022-10-27T04:18:29.349Z] Compiling @angular/core : es2015 as esm2015 [2022-10-27T04:18:29.349Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2022-10-27T04:19:01.575Z] Compiling @angular/common : es2015 as esm2015 [2022-10-27T04:19:01.575Z] Compiling @angular/core/testing : es2015 as esm2015 [2022-10-27T04:19:06.934Z] Compiling @angular/platform-browser : es2015 as esm2015 [2022-10-27T04:19:06.934Z] Compiling @angular/common/testing : es2015 as esm2015 [2022-10-27T04:19:12.318Z] Compiling @angular/router : es2015 as esm2015 [2022-10-27T04:19:12.318Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2022-10-27T04:19:17.663Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2022-10-27T04:19:19.608Z] Compiling @angular/common/http : es2015 as esm2015 [2022-10-27T04:19:19.608Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2022-10-27T04:19:23.856Z] Compiling @angular/forms : es2015 as esm2015 [2022-10-27T04:19:24.124Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2022-10-27T04:19:24.706Z] Compiling @angular/router/testing : es2015 as esm2015 [2022-10-27T04:20:32.593Z] 27 10 2022 04:20:24.957:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2022-10-27T04:20:32.593Z] 27 10 2022 04:20:24.971:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2022-10-27T04:20:32.593Z] 27 10 2022 04:20:24.999:INFO [launcher]: Starting browser ChromeHeadless [2022-10-27T04:21:40.449Z] 27 10 2022 04:21:31.435:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2022-10-27T04:22:19.297Z] 27 10 2022 04:22:13.003:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2022-10-27T04:22:37.504Z] ✔ Browser application bundle generation complete. [2022-10-27T04:22:37.504Z] 27 10 2022 04:22:35.704:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket Lr-NNVn0zPJ2ewNIAAAB with id 49340754 [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.228 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.256 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 0.289 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 0.303 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 0.327 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 0.345 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 0.955 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.012 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.038 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 1.636 secs) [2022-10-27T04:22:55.702Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 1.693 secs) [2022-10-27T04:22:55.969Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 1.9 secs) [2022-10-27T04:22:55.969Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 1.927 secs) [2022-10-27T04:22:56.236Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 2.189 secs) [2022-10-27T04:22:56.505Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 2.443 secs) [2022-10-27T04:22:56.773Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 2.464 secs) [2022-10-27T04:22:56.773Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 2.474 secs) [2022-10-27T04:22:56.773Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 2.537 secs) [2022-10-27T04:22:56.773Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 2.569 secs) [2022-10-27T04:22:56.773Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 2.634 secs) [2022-10-27T04:22:57.040Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 2.741 secs) [2022-10-27T04:22:57.040Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 2.764 secs) [2022-10-27T04:22:57.308Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 3.011 secs) [2022-10-27T04:22:57.575Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 3.155 secs) [2022-10-27T04:22:57.842Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 3.316 secs) [2022-10-27T04:22:57.842Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 3.409 secs) [2022-10-27T04:22:58.108Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 3.7 secs) [2022-10-27T04:22:58.373Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 3.863 secs) [2022-10-27T04:22:58.640Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 3.929 secs) [2022-10-27T04:22:58.640Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 3.988 secs) [2022-10-27T04:22:58.640Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 4.076 secs) [2022-10-27T04:22:58.906Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 4.281 secs) [2022-10-27T04:22:58.906Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 4.309 secs) [2022-10-27T04:22:59.173Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 4.368 secs) [2022-10-27T04:22:59.440Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.606 secs) [2022-10-27T04:22:59.440Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.664 secs) [2022-10-27T04:22:59.440Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 4.69 secs) [2022-10-27T04:22:59.709Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 4.735 secs) [2022-10-27T04:22:59.709Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 4.759 secs) [2022-10-27T04:22:59.978Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 4.953 secs) [2022-10-27T04:22:59.978Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.081 secs) [2022-10-27T04:23:00.245Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.121 secs) [2022-10-27T04:23:00.245Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.152 secs) [2022-10-27T04:23:00.511Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.419 secs) [2022-10-27T04:23:00.777Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.573 secs) [2022-10-27T04:23:00.777Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 5.646 secs) [2022-10-27T04:23:01.044Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 5.811 secs) [2022-10-27T04:23:01.310Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 6.08 secs) [2022-10-27T04:23:01.310Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 6.097 secs) [2022-10-27T04:23:01.310Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 6.11 secs) [2022-10-27T04:23:01.310Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.135 secs) [2022-10-27T04:23:01.577Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.151 secs) [2022-10-27T04:23:01.577Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.169 secs) [2022-10-27T04:23:01.577Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.327 secs) [2022-10-27T04:23:01.846Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.386 secs) [2022-10-27T04:23:01.846Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.541 secs) [2022-10-27T04:23:02.113Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.608 secs) [2022-10-27T04:23:02.113Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.64 secs) [2022-10-27T04:23:02.113Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.694 secs) [2022-10-27T04:23:02.113Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 6.739 secs) [2022-10-27T04:23:02.379Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 6.763 secs) [2022-10-27T04:23:02.379Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 6.948 secs) [2022-10-27T04:23:02.645Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.006 secs) [2022-10-27T04:23:02.645Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.099 secs) [2022-10-27T04:23:02.911Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.16 secs) [2022-10-27T04:23:02.911Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.288 secs) [2022-10-27T04:23:03.177Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.362 secs) [2022-10-27T04:23:03.177Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.391 secs) [2022-10-27T04:23:03.177Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 7.404 secs) [2022-10-27T04:23:03.445Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 7.561 secs) [2022-10-27T04:23:03.445Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 7.607 secs) [2022-10-27T04:23:03.445Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 7.649 secs) [2022-10-27T04:23:03.710Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 7.87 secs) [2022-10-27T04:23:03.986Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 7.908 secs) [2022-10-27T04:23:03.986Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 7.956 secs) [2022-10-27T04:23:03.986Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 7.969 secs) [2022-10-27T04:23:03.986Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 7.981 secs) [2022-10-27T04:23:03.986Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.01 secs) [2022-10-27T04:23:04.257Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.217 secs) [2022-10-27T04:23:04.528Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 8.279 secs) [2022-10-27T04:23:04.528Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 8.331 secs) [2022-10-27T04:23:04.528Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 8.377 secs) [2022-10-27T04:23:04.799Z] WARN: ' [2022-10-27T04:23:04.799Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-27T04:23:04.799Z] Support for using the ngModel input property and ngModelChange event with [2022-10-27T04:23:04.799Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-27T04:23:04.799Z] in a future version of Angular. [2022-10-27T04:23:04.799Z] [2022-10-27T04:23:04.799Z] For more information on this, see our API docs here: [2022-10-27T04:23:04.799Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-27T04:23:04.799Z] ' [2022-10-27T04:23:04.799Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 8.377 secs) [2022-10-27T04:23:04.799Z] WARN: ' [2022-10-27T04:23:04.799Z] It looks like you're using ngModel on the same form field as formControlName. [2022-10-27T04:23:04.799Z] Support for using the ngModel input property and ngModelChange event with [2022-10-27T04:23:04.799Z] reactive form directives has been deprecated in Angular v6 and will be removed [2022-10-27T04:23:04.799Z] in a future version of Angular. [2022-10-27T04:23:04.799Z] [2022-10-27T04:23:04.799Z] For more information on this, see our API docs here: [2022-10-27T04:23:04.799Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2022-10-27T04:23:04.799Z] ' [2022-10-27T04:23:04.799Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 8.529 secs) [2022-10-27T04:23:04.799Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 8.603 secs) [2022-10-27T04:23:04.799Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 8.649 secs) [2022-10-27T04:23:05.066Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 8.667 secs) [2022-10-27T04:23:05.066Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 8.677 secs) [2022-10-27T04:23:05.066Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 8.773 secs) [2022-10-27T04:23:05.333Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 8.836 secs) [2022-10-27T04:23:05.334Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 8.933 secs) [2022-10-27T04:23:05.334Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 8.966 secs) [2022-10-27T04:23:05.334Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 8.996 secs) [2022-10-27T04:23:05.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 9.031 secs) [2022-10-27T04:23:05.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 9.059 secs) [2022-10-27T04:23:05.599Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 9.185 secs) [2022-10-27T04:23:05.865Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 9.274 secs) [2022-10-27T04:23:05.865Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 9.377 secs) [2022-10-27T04:23:05.865Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 9.396 secs) [2022-10-27T04:23:06.131Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 9.468 secs) [2022-10-27T04:23:06.131Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 9.486 secs) [2022-10-27T04:23:06.397Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 9.614 secs) [2022-10-27T04:23:06.397Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 9.753 secs) [2022-10-27T04:23:06.979Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.068 secs) [2022-10-27T04:23:06.979Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 10.182 secs) [2022-10-27T04:23:07.558Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 10.683 secs) [2022-10-27T04:23:07.826Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 10.766 secs) [2022-10-27T04:23:07.826Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 10.801 secs) [2022-10-27T04:23:07.826Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 10.844 secs) [2022-10-27T04:23:07.826Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 10.862 secs) [2022-10-27T04:23:07.826Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 10.88 secs) [2022-10-27T04:23:07.826Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 10.906 secs) [2022-10-27T04:23:08.093Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 11.044 secs) [2022-10-27T04:23:08.093Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.104 secs) [2022-10-27T04:23:08.359Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.163 secs) [2022-10-27T04:23:08.359Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.21 secs) [2022-10-27T04:23:08.627Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.259 secs) [2022-10-27T04:23:08.627Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.441 secs) [2022-10-27T04:23:08.895Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.565 secs) [2022-10-27T04:23:08.895Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.586 secs) [2022-10-27T04:23:08.895Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.6 secs) [2022-10-27T04:23:08.895Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 11.631 secs) [2022-10-27T04:23:09.478Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 11.962 secs) [2022-10-27T04:23:09.478Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 12.019 secs) [2022-10-27T04:23:09.478Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 12.08 secs) [2022-10-27T04:23:09.743Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.116 secs) [2022-10-27T04:23:09.743Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.187 secs) [2022-10-27T04:23:09.743Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.296 secs) [2022-10-27T04:23:10.010Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.377 secs) [2022-10-27T04:23:10.279Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.598 secs) [2022-10-27T04:23:10.279Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.644 secs) [2022-10-27T04:23:10.279Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 12.689 secs) [2022-10-27T04:23:10.548Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 12.711 secs) [2022-10-27T04:23:10.548Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 12.74 secs) [2022-10-27T04:23:10.548Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 12.802 secs) [2022-10-27T04:23:10.548Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 12.851 secs) [2022-10-27T04:23:10.819Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 12.947 secs) [2022-10-27T04:23:10.820Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 12.964 secs) [2022-10-27T04:23:10.820Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 12.985 secs) [2022-10-27T04:23:11.086Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 13.15 secs) [2022-10-27T04:23:11.086Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.226 secs) [2022-10-27T04:23:11.353Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.258 secs) [2022-10-27T04:23:11.353Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.283 secs) [2022-10-27T04:23:11.621Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.596 secs) [2022-10-27T04:23:11.621Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.615 secs) [2022-10-27T04:23:11.887Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.679 secs) [2022-10-27T04:23:11.887Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.751 secs) [2022-10-27T04:23:11.887Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.764 secs) [2022-10-27T04:23:12.154Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.837 secs) [2022-10-27T04:23:12.154Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.856 secs) [2022-10-27T04:23:13.114Z] Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.438 secs / 13.856 secs) [2022-10-27T04:23:13.114Z] TOTAL: 149 SUCCESS [2022-10-27T04:23:13.114Z] ✔ Browser application bundle generation complete. [2022-10-27T04:23:17.362Z] [2022-10-27T04:23:17.362Z] =============================== Coverage summary =============================== [2022-10-27T04:23:17.362Z] Statements : 40.98% ( 1467/3580 ) [2022-10-27T04:23:17.362Z] Branches : 12.03% ( 111/923 ) [2022-10-27T04:23:17.362Z] Functions : 33.28% ( 432/1298 ) [2022-10-27T04:23:17.362Z] Lines : 38.91% ( 1318/3387 ) [2022-10-27T04:23:17.362Z] ================================================================================ [2022-10-27T04:23:17.362Z] 27 10 2022 04:23:16.584:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2022-10-27T04:23:17.627Z] ✔ Browser application bundle generation complete. [2022-10-27T04:23:18.583Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo [2022-10-27T04:23:18.622Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-27T04:23:18.646Z] $ docker stop --time=1 58649f071eb59d73ecbf97d4b3f65eabf32b4c8ccfa2939b06ecd2115416d483 [2022-10-27T04:23:20.353Z] $ docker rm -f 58649f071eb59d73ecbf97d4b3f65eabf32b4c8ccfa2939b06ecd2115416d483 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-27T04:23:21.293Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-27T04:23:24.659Z] Warning: overwriting stash ‘coverage-report’ [2022-10-27T04:23:29.848Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-27T04:23:30.455Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-27T04:23:33.373Z] + ls -al . [2022-10-27T04:23:33.373Z] total 180 [2022-10-27T04:23:33.373Z] drwxrwxr-x 13 jenkins jenkins 4096 Oct 27 04:11 . [2022-10-27T04:23:33.373Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 04:09 .. [2022-10-27T04:23:33.373Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 04:09 .blubracket [2022-10-27T04:23:33.373Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 27 04:09 .dockerignore [2022-10-27T04:23:33.373Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 04:09 .git [2022-10-27T04:23:33.373Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 04:09 .github [2022-10-27T04:23:33.373Z] -rw-rw-r-- 1 jenkins jenkins 185 Oct 27 04:09 .gitignore [2022-10-27T04:23:33.373Z] -rw-rw-r-- 1 jenkins jenkins 4856 Oct 27 04:09 Attribution.txt [2022-10-27T04:23:33.373Z] -rw-rw-r-- 1 jenkins jenkins 14570 Oct 27 04:09 CHANGELOG.md [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 27 04:09 CONTRIBUTING.md [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 1847 Oct 27 04:09 Dockerfile [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 27 04:09 Jenkinsfile [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 27 04:09 LICENSE [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 2124 Oct 27 04:09 Makefile [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 4558 Oct 27 04:09 README.md [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 27 04:07 VERSION [2022-10-27T04:23:33.374Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 04:09 assets [2022-10-27T04:23:33.374Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 04:09 bin [2022-10-27T04:23:33.374Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 27 04:09 cmd [2022-10-27T04:23:33.374Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 27 04:11 coverage.out [2022-10-27T04:23:33.374Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 04:09 docs [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 3152 Oct 27 04:09 go.mod [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 43972 Oct 27 04:09 go.sum [2022-10-27T04:23:33.374Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 04:09 internal [2022-10-27T04:23:33.374Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 04:09 snap [2022-10-27T04:23:33.374Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 04:09 testing [2022-10-27T04:23:33.374Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 27 04:09 version.go [2022-10-27T04:23:33.374Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 27 04:14 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:23:33.808Z] + 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=fe61ebb937c44b67c29e3a76bbad5dd8f908c740 --label arch=arm64 --label version=0.0.0 . [2022-10-27T04:23:35.478Z] Sending build context to Docker daemon 31.48MB [2022-10-27T04:23:35.478Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-10-27T04:23:35.478Z] Step 2/26 : FROM ${BASE} AS builder [2022-10-27T04:23:35.478Z] ---> 6751af3a91b1 [2022-10-27T04:23:35.478Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-10-27T04:23:36.061Z] ---> Running in 86c24b0b3437 [2022-10-27T04:23:36.329Z] Removing intermediate container 86c24b0b3437 [2022-10-27T04:23:36.329Z] ---> 98f287952db3 [2022-10-27T04:23:36.329Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2022-10-27T04:23:36.329Z] ---> Running in 4c5f19c834ee [2022-10-27T04:23:36.595Z] Removing intermediate container 4c5f19c834ee [2022-10-27T04:23:36.595Z] ---> 5d81a5d7783e [2022-10-27T04:23:36.595Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-10-27T04:23:36.596Z] ---> Running in 9f996005dbea [2022-10-27T04:23:36.862Z] Removing intermediate container 9f996005dbea [2022-10-27T04:23:36.862Z] ---> de7b338f7dca [2022-10-27T04:23:36.862Z] Step 6/26 : LABEL Name=edgex-ui-go [2022-10-27T04:23:37.128Z] ---> Running in 37b7fa053ca3 [2022-10-27T04:23:37.396Z] Removing intermediate container 37b7fa053ca3 [2022-10-27T04:23:37.396Z] ---> 488c8d94eef8 [2022-10-27T04:23:37.396Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2022-10-27T04:23:37.396Z] ---> Running in 7b3c771f34c7 [2022-10-27T04:23:37.663Z] Removing intermediate container 7b3c771f34c7 [2022-10-27T04:23:37.663Z] ---> a43b7ad3f0cf [2022-10-27T04:23:37.663Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2022-10-27T04:23:39.631Z] ---> 1daaefdf1243 [2022-10-27T04:23:39.631Z] Step 9/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-27T04:23:39.631Z] ---> Running in 6fe5b9919da1 [2022-10-27T04:23:41.575Z] Removing intermediate container 6fe5b9919da1 [2022-10-27T04:23:41.575Z] ---> b2b222e93ec2 [2022-10-27T04:23:41.575Z] Step 10/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-27T04:23:41.575Z] ---> Running in bdc94ab8ccc4 [2022-10-27T04:23:42.535Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-27T04:23:43.118Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-27T04:23:44.534Z] OK: 221 MiB in 51 packages [2022-10-27T04:23:45.120Z] Removing intermediate container bdc94ab8ccc4 [2022-10-27T04:23:45.120Z] ---> 2f1f4b1b2be3 [2022-10-27T04:23:45.120Z] Step 11/26 : ENV GO111MODULE=on [2022-10-27T04:23:45.120Z] ---> Running in 837e2c4eac7f [2022-10-27T04:23:45.389Z] Removing intermediate container 837e2c4eac7f [2022-10-27T04:23:45.389Z] ---> e8edb6c9f09e [2022-10-27T04:23:45.389Z] Step 12/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-10-27T04:23:45.389Z] ---> Running in 0807134c8ea6 [2022-10-27T04:23:45.658Z] Removing intermediate container 0807134c8ea6 [2022-10-27T04:23:45.658Z] ---> 0c411901af13 [2022-10-27T04:23:45.658Z] Step 13/26 : COPY go.mod vendor* ./ [2022-10-27T04:23:46.245Z] ---> 9b381b7a10dd [2022-10-27T04:23:46.245Z] Step 14/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-27T04:23:46.512Z] ---> Running in 0a373d25d2e9 [2022-10-27T04:23:48.457Z] Removing intermediate container 0a373d25d2e9 [2022-10-27T04:23:48.457Z] ---> 403b795227a4 [2022-10-27T04:23:48.457Z] Step 15/26 : COPY . . [2022-10-27T04:23:52.704Z] ---> 40ceebc5b448 [2022-10-27T04:23:52.704Z] Step 16/26 : RUN ${MAKE} [2022-10-27T04:23:52.704Z] ---> Running in 4a189aa9134f [2022-10-27T04:23:53.664Z] 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-27T04:25:15.301Z] Removing intermediate container 4a189aa9134f [2022-10-27T04:25:15.301Z] ---> 7f177e26b7de [2022-10-27T04:25:15.301Z] Step 17/26 : FROM alpine:3.14 [2022-10-27T04:25:15.301Z] 3.14: Pulling from library/alpine [2022-10-27T04:25:15.301Z] 90cda3b7c325: Pulling fs layer [2022-10-27T04:25:15.301Z] 90cda3b7c325: Download complete [2022-10-27T04:25:15.301Z] 90cda3b7c325: Pull complete [2022-10-27T04:25:15.301Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-27T04:25:15.301Z] Status: Downloaded newer image for alpine:3.14 [2022-10-27T04:25:15.301Z] ---> 376ba31ae3da [2022-10-27T04:25:15.301Z] Step 18/26 : EXPOSE 4000 [2022-10-27T04:25:15.301Z] ---> Running in 3033efd60ffd [2022-10-27T04:25:15.301Z] Removing intermediate container 3033efd60ffd [2022-10-27T04:25:15.301Z] ---> 8d952fe26373 [2022-10-27T04:25:15.301Z] 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-27T04:25:15.301Z] ---> 7e812f8c793d [2022-10-27T04:25:15.301Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2022-10-27T04:25:15.301Z] ---> 602bc8a92405 [2022-10-27T04:25:15.301Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2022-10-27T04:25:15.301Z] ---> c75828e22d60 [2022-10-27T04:25:15.301Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-10-27T04:25:15.301Z] ---> Running in 4b74b4074193 [2022-10-27T04:25:15.301Z] Removing intermediate container 4b74b4074193 [2022-10-27T04:25:15.301Z] ---> 3741565f44f9 [2022-10-27T04:25:15.301Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] [2022-10-27T04:25:15.301Z] ---> Running in 531544fc7df1 [2022-10-27T04:25:15.301Z] Removing intermediate container 531544fc7df1 [2022-10-27T04:25:15.301Z] ---> 744ec211be8c [2022-10-27T04:25:15.301Z] Step 24/26 : LABEL arch=arm64 [2022-10-27T04:25:15.301Z] ---> Running in d7849ca83b38 [2022-10-27T04:25:15.301Z] Removing intermediate container d7849ca83b38 [2022-10-27T04:25:15.301Z] ---> bc407552cc33 [2022-10-27T04:25:15.301Z] Step 25/26 : LABEL git_sha=fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [2022-10-27T04:25:15.301Z] ---> Running in 08fc54ab1712 [2022-10-27T04:25:15.301Z] Removing intermediate container 08fc54ab1712 [2022-10-27T04:25:15.301Z] ---> 9543a5af687e [2022-10-27T04:25:15.301Z] Step 26/26 : LABEL version=0.0.0 [2022-10-27T04:25:15.301Z] ---> Running in ee94ba6fed6e [2022-10-27T04:25:15.301Z] Removing intermediate container ee94ba6fed6e [2022-10-27T04:25:15.301Z] ---> 8696124111f7 [2022-10-27T04:25:15.301Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-27T04:25:15.301Z] Successfully built 8696124111f7 [2022-10-27T04:25:15.301Z] 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-27T04:25:16.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-27T04:25:16.077Z] [2022-10-27T04:25:16.077Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:25:16.472Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-27T04:25:16.472Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-27T04:25:16.472Z] 8998bd30e6a1: Pulling fs layer [2022-10-27T04:25:16.472Z] 04944245beec: Pulling fs layer [2022-10-27T04:25:16.472Z] 699f458cf7ca: Pulling fs layer [2022-10-27T04:25:16.472Z] 765212b225bb: Pulling fs layer [2022-10-27T04:25:16.472Z] f23df028b6ca: Pulling fs layer [2022-10-27T04:25:16.472Z] d65c8cfc05b1: Pulling fs layer [2022-10-27T04:25:16.472Z] 2437ff75d9bd: Pulling fs layer [2022-10-27T04:25:16.472Z] 765212b225bb: Waiting [2022-10-27T04:25:16.472Z] f23df028b6ca: Waiting [2022-10-27T04:25:16.472Z] 2437ff75d9bd: Waiting [2022-10-27T04:25:16.472Z] d65c8cfc05b1: Waiting [2022-10-27T04:25:16.743Z] 04944245beec: Verifying Checksum [2022-10-27T04:25:16.743Z] 04944245beec: Download complete [2022-10-27T04:25:16.743Z] f23df028b6ca: Verifying Checksum [2022-10-27T04:25:16.743Z] f23df028b6ca: Download complete [2022-10-27T04:25:16.743Z] d65c8cfc05b1: Verifying Checksum [2022-10-27T04:25:16.743Z] d65c8cfc05b1: Download complete [2022-10-27T04:25:17.012Z] 699f458cf7ca: Verifying Checksum [2022-10-27T04:25:17.013Z] 699f458cf7ca: Download complete [2022-10-27T04:25:17.280Z] 8998bd30e6a1: Verifying Checksum [2022-10-27T04:25:17.280Z] 8998bd30e6a1: Download complete [2022-10-27T04:25:19.870Z] 2437ff75d9bd: Verifying Checksum [2022-10-27T04:25:19.870Z] 2437ff75d9bd: Download complete [2022-10-27T04:25:21.811Z] 8998bd30e6a1: Pull complete [2022-10-27T04:25:21.811Z] 04944245beec: Pull complete [2022-10-27T04:25:23.222Z] 699f458cf7ca: Pull complete [2022-10-27T04:25:23.487Z] 765212b225bb: Pull complete [2022-10-27T04:25:24.069Z] f23df028b6ca: Pull complete [2022-10-27T04:25:24.337Z] d65c8cfc05b1: Pull complete [2022-10-27T04:25:39.319Z] 2437ff75d9bd: Pull complete [2022-10-27T04:25:39.319Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-27T04:25:39.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-27T04:25:39.319Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-27T04:25:39.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-117414 does not seem to be running inside a container [2022-10-27T04:25:39.661Z] $ 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-27T04:25:42.425Z] $ docker top 3722911e7ec4be5c07eb5e39dc518dcf38b566d9521a4d7149d53572af433d38 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:25:43.328Z] ---> job-cost.sh [2022-10-27T04:25:43.329Z] lf-activate-venv: SKIPPING [2022-10-27T04:25:43.329Z] INFO: No Stack... [2022-10-27T04:25:43.597Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-27T04:25:44.550Z] INFO: Archiving Costs [Pipeline] sh [2022-10-27T04:25:45.200Z] + + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-10-27T04:25:45.200Z] cut -d, -f6 [Pipeline] lock [2022-10-27T04:25:45.252Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-568-1-stack-cost] [2022-10-27T04:25:45.257Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-568-1-stack-cost] did not exist. Created. [2022-10-27T04:25:45.257Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-568-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-27T04:25:45.669Z] /w/workspace/edgex-ui-go/1@tmp/durable-0e88cb2e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-27T04:25:46.596Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-27T04:25:46.633Z] Warning: overwriting stash ‘stack-cost’ [2022-10-27T04:25:51.518Z] Stashed 1 file(s) [Pipeline] } [2022-10-27T04:25:51.534Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-568-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-27T04:25:51.600Z] $ docker stop --time=1 3722911e7ec4be5c07eb5e39dc518dcf38b566d9521a4d7149d53572af433d38 [2022-10-27T04:25:53.294Z] $ docker rm -f 3722911e7ec4be5c07eb5e39dc518dcf38b566d9521a4d7149d53572af433d38 [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-27T04:25:54.264Z] provisioning config files... [2022-10-27T04:25:54.274Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp/config2075259880908976618tmp [Pipeline] { [Pipeline] sh [2022-10-27T04:25:54.615Z] + set +x [2022-10-27T04:25:54.615Z] + curl -s https://codecov.io/bash [2022-10-27T04:25:54.615Z] + bash -s -- [2022-10-27T04:25:54.615Z] [2022-10-27T04:25:54.615Z] _____ _ [2022-10-27T04:25:54.615Z] / ____| | | [2022-10-27T04:25:54.615Z] | | ___ __| | ___ ___ _____ __ [2022-10-27T04:25:54.615Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-27T04:25:54.615Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-27T04:25:54.615Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-27T04:25:54.615Z] Bash-1.0.6 [2022-10-27T04:25:54.615Z] [2022-10-27T04:25:54.615Z] [2022-10-27T04:25:54.615Z] ==> git version 2.25.1 found [2022-10-27T04:25:54.615Z] ==> 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-27T04:25:54.615Z] Release-Date: 2020-01-08 [2022-10-27T04:25:54.615Z] 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-27T04:25:54.615Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-27T04:25:54.615Z] ==> Jenkins CI detected. [2022-10-27T04:25:54.615Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-568 [2022-10-27T04:25:54.615Z] project root: . [2022-10-27T04:25:54.615Z] --> token set from env [2022-10-27T04:25:54.615Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-27T04:25:54.615Z] ==> Running gcov in . (disable via -X gcov) [2022-10-27T04:25:54.615Z] ==> Python coveragepy not found [2022-10-27T04:25:54.615Z] ==> Searching for coverage reports in: [2022-10-27T04:25:54.615Z] + . [2022-10-27T04:25:54.873Z] -> Found 1 reports [2022-10-27T04:25:54.873Z] ==> Detecting git/mercurial file structure [2022-10-27T04:25:54.873Z] ==> Reading reports [2022-10-27T04:25:54.873Z] + ./coverage.out bytes=10 [2022-10-27T04:25:54.873Z] ==> Appending adjustments [2022-10-27T04:25:54.873Z] https://docs.codecov.io/docs/fixing-reports [2022-10-27T04:25:55.441Z] + Found adjustments [2022-10-27T04:25:55.441Z] ==> Gzipping contents [2022-10-27T04:25:55.441Z] 12K /tmp/codecov.yhHyf0.gz [2022-10-27T04:25:55.441Z] ==> Uploading reports [2022-10-27T04:25:55.441Z] url: https://codecov.io [2022-10-27T04:25:55.441Z] query: branch=PR-568&commit=fe61ebb937c44b67c29e3a76bbad5dd8f908c740&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-568%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=568&job=&cmd_args= [2022-10-27T04:25:55.441Z] -> Pinging Codecov [2022-10-27T04:25:55.441Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-568&commit=fe61ebb937c44b67c29e3a76bbad5dd8f908c740&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-568%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=568&job=&cmd_args= [2022-10-27T04:25:56.009Z] -> Uploading to [2022-10-27T04:25:56.009Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-27/FB506323287CE973F263BFD2A0EB1F37/fe61ebb937c44b67c29e3a76bbad5dd8f908c740/5428c06d-c201-4115-9e11-f288854bb944.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221027%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221027T042555Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=40397a39d30b8c6dafde29fa05c06b89df5f26ce3d477d9a161089ee99a45054 [2022-10-27T04:25:56.009Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-27T04:25:56.009Z] Dload Upload Total Spent Left Speed [2022-10-27T04:25:56.009Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 40144 --:--:-- --:--:-- --:--:-- 40144 [2022-10-27T04:25:56.009Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/fe61ebb937c44b67c29e3a76bbad5dd8f908c740 [Pipeline] } [2022-10-27T04:25:56.035Z] 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-27T04:25:57.694Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-568/archives ] [2022-10-27T04:25:57.694Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-568/archives [2022-10-27T04:25:57.694Z] total 16 [2022-10-27T04:25:57.694Z] drwxr-xr-x 3 root root 4096 Oct 27 04:10 . [2022-10-27T04:25:57.694Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 27 04:10 .. [2022-10-27T04:25:57.694Z] drwxr-xr-x 2 root root 4096 Oct 27 04:10 cost [2022-10-27T04:25:57.694Z] -rw-r--r-- 1 root root 83 Oct 27 04:10 cost.csv [2022-10-27T04:25:57.694Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-568/archives [2022-10-27T04:25:57.694Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-568/archives [2022-10-27T04:25:57.694Z] total 16 [2022-10-27T04:25:57.694Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 27 04:10 . [2022-10-27T04:25:57.694Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 27 04:10 .. [2022-10-27T04:25:57.694Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 27 04:10 cost [2022-10-27T04:25:57.694Z] -rw-r--r-- 1 jenkins jenkins 83 Oct 27 04:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:25:58.027Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:25:58.915Z] ---> package-listing.sh [2022-10-27T04:25:58.915Z] ++ facter osfamily [2022-10-27T04:25:58.915Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-27T04:25:59.174Z] + OS_FAMILY=debian [2022-10-27T04:25:59.174Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-568 [2022-10-27T04:25:59.174Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-27T04:25:59.174Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-27T04:25:59.174Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-27T04:25:59.174Z] + PACKAGES=/tmp/packages_start.txt [2022-10-27T04:25:59.174Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-568 ']' [2022-10-27T04:25:59.174Z] + PACKAGES=/tmp/packages_end.txt [2022-10-27T04:25:59.174Z] + case "${OS_FAMILY}" in [2022-10-27T04:25:59.174Z] + dpkg -l [2022-10-27T04:25:59.174Z] + grep '^ii' [2022-10-27T04:25:59.174Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-27T04:25:59.174Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-27T04:25:59.174Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-27T04:25:59.174Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-568 ']' [2022-10-27T04:25:59.174Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-568/archives/ [2022-10-27T04:25:59.174Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-568/archives/ [Pipeline] echo [2022-10-27T04:25:59.207Z] 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-568/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-27T04:25:59.497Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-27T04:26:00.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-27T04:26:00.125Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-27T04:26:00.266Z] prd-ubuntu20.04-docker-8c-8g-117413 does not seem to be running inside a container [2022-10-27T04:26:00.289Z] $ 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-568/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-568 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568:/w/workspace/edgexfoundry_edgex-ui-go_PR-568:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-27T04:26:00.506Z] $ docker top 09face81ed683614f4a0964392cce1630b722d5bc3318e9781ca316c71f8024f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-27T04:26:00.901Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-27T04:26:01.212Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-27T04:26:01.521Z] + ls /var/log/sa-host [2022-10-27T04:26:01.521Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-27T04:26:01.658Z] provisioning config files... [2022-10-27T04:26:01.667Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-568@tmp/config2130568055249422273tmp [Pipeline] { [Pipeline] echo [2022-10-27T04:26:01.721Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:26:02.026Z] ---> create-netrc.sh [Pipeline] } [2022-10-27T04:26:02.055Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:26:02.448Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-27T04:26:02.478Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:26:02.788Z] ---> sudo-logs.sh [2022-10-27T04:26:02.788Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-27T04:26:02.868Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:26:03.177Z] ---> job-cost.sh [2022-10-27T04:26:03.177Z] lf-activate-venv: SKIPPING [2022-10-27T04:26:03.177Z] DEBUG: total: 0.2199999988079071 [2022-10-27T04:26:03.177Z] INFO: Retrieving Stack Cost... [2022-10-27T04:26:03.437Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-27T04:26:04.009Z] INFO: Archiving Costs [Pipeline] echo [2022-10-27T04:26:04.043Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-27T04:26:04.364Z] ---> logs-deploy.sh [2022-10-27T04:26:04.364Z] lf-activate-venv: SKIPPING [2022-10-27T04:26:04.364Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-568/1 [2022-10-27T04:26:04.364Z] INFO: archiving workspace using pattern(s): [2022-10-27T04:26:05.301Z] Archives upload complete. [2022-10-27T04:26:05.301Z] INFO: archiving logs to Nexus