Pull request #556 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fb11956e9b43ee4028775c1a4fa1b4de32ff29b3+7068460caebfd9ea6dab23a48856cc5898547cee (75e899d2342c2d50bcc374b304b293c488f718f0) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3526900264998525700.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8003090506904076308.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-556/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-556/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1670530341423208610.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-556/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18184514521786999689.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7469252632972138815.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-556/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-556/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5087632601844921085.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7637’ Running on prd-ubuntu20.04-docker-8c-8g-7639 in /w/workspace/edgexfoundry_edgex-ui-go_PR-556 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-556 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7068460caebfd9ea6dab23a48856cc5898547cee into PR head commit fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 Merge succeeded, producing fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 Checking out Revision fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 (PR-556) Commit message: "chore(deps): Bump ansi-regex, ansi-regex and ansi-regex in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 7068460caebfd9ea6dab23a48856cc5898547cee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:16:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:16:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:16:26 ========================================================= 09:16:26 EdgeX Global Pipelines Version Info 09:16:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:16:27 ------------------- 09:16:27 stable info: 09:16:27 ------------------- 09:16:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:16:27 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 09:16:27 Message: update stable to v1.0.239 09:16:28 ------------------- 09:16:28 experimental info: 09:16:28 ------------------- 09:16:28 Commited By: **** collab-it+edgex@linuxfoundation.org 09:16:28 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 09:16:28 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-556 [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-556 [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-556 [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb11956 [Pipeline] echo 09:16:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:16:29 provisioning config files... 09:16:30 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/config11696303751260338035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:16:30 ---> docker-login.sh 09:16:30 nexus3.edgexfoundry.org:10001 09:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:30 Configure a credential helper to remove this warning. See 09:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:30 09:16:30 Login Succeeded 09:16:30 nexus3.edgexfoundry.org:10002 09:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:30 Configure a credential helper to remove this warning. See 09:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:30 09:16:30 Login Succeeded 09:16:30 nexus3.edgexfoundry.org:10003 09:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:30 Configure a credential helper to remove this warning. See 09:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:30 09:16:30 Login Succeeded 09:16:30 nexus3.edgexfoundry.org:10004 09:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:31 Configure a credential helper to remove this warning. See 09:16:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:31 09:16:31 Login Succeeded 09:16:31 docker.io 09:16:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:31 Configure a credential helper to remove this warning. See 09:16:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:31 09:16:31 Login Succeeded 09:16:31 ---> docker-login.sh ends [Pipeline] } 09:16:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:16:32 + git rev-list -1 --merges fb11956e9b43ee4028775c1a4fa1b4de32ff29b3~1..fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] echo 09:16:32 -----------> git rev-list -1 --merges fb11956e9b43ee4028775c1a4fa1b4de32ff29b3~1..fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [false] [Pipeline] sh 09:16:32 + git log --format=format:%s -1 fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] echo 09:16:32 ========================================================= 09:16:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:16:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:16:32 + git log --format=format:%s -1 fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] echo 09:16:32 [semverPrep] GIT_COMMIT: fb11956e9b43ee4028775c1a4fa1b4de32ff29b3, Commit Message: chore(deps): Bump ansi-regex, ansi-regex and ansi-regex in /web [Pipeline] echo 09:16:32 [semverPrep] This is not a build commit. [Pipeline] sh 09:16:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:16:33 + grep -v github /etc/ssh/ssh_known_hosts 09:16:33 + [ -e /tmp/ssh_known_hosts ] 09:16:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:16:33 + + sudo tee -a /etc/ssh/ssh_known_hosts 09:16:33 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:16:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:16:33 09:16:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:16:34 0.1.4: Pulling from edgex-devops/py-git-semver 09:16:34 b85a868b505f: Pulling fs layer 09:16:34 e2be974225ed: Pulling fs layer 09:16:34 339a4e72a1f5: Pulling fs layer 09:16:34 988bab9f4d93: Pulling fs layer 09:16:34 1469e6f7b9e6: Pulling fs layer 09:16:34 eaf3925da568: Pulling fs layer 09:16:34 bab4dde63d76: Pulling fs layer 09:16:34 bde34c3a00c8: Pulling fs layer 09:16:34 b352a97aabf1: Pulling fs layer 09:16:34 4872d77fe225: Pulling fs layer 09:16:34 5851b861e8e6: Pulling fs layer 09:16:34 bab4dde63d76: Waiting 09:16:34 bde34c3a00c8: Waiting 09:16:34 b352a97aabf1: Waiting 09:16:34 988bab9f4d93: Waiting 09:16:34 5851b861e8e6: Waiting 09:16:34 eaf3925da568: Waiting 09:16:34 4872d77fe225: Waiting 09:16:34 e2be974225ed: Verifying Checksum 09:16:34 e2be974225ed: Download complete 09:16:34 988bab9f4d93: Download complete 09:16:34 1469e6f7b9e6: Verifying Checksum 09:16:34 1469e6f7b9e6: Download complete 09:16:34 339a4e72a1f5: Download complete 09:16:34 eaf3925da568: Verifying Checksum 09:16:34 eaf3925da568: Download complete 09:16:34 bde34c3a00c8: Verifying Checksum 09:16:34 bde34c3a00c8: Download complete 09:16:34 b352a97aabf1: Download complete 09:16:34 4872d77fe225: Verifying Checksum 09:16:34 4872d77fe225: Download complete 09:16:34 5851b861e8e6: Verifying Checksum 09:16:34 5851b861e8e6: Download complete 09:16:34 b85a868b505f: Download complete 09:16:34 bab4dde63d76: Verifying Checksum 09:16:34 bab4dde63d76: Download complete 09:16:36 b85a868b505f: Pull complete 09:16:36 e2be974225ed: Pull complete 09:16:36 339a4e72a1f5: Pull complete 09:16:36 988bab9f4d93: Pull complete 09:16:36 1469e6f7b9e6: Pull complete 09:16:36 eaf3925da568: Pull complete 09:16:38 bab4dde63d76: Pull complete 09:16:38 bde34c3a00c8: Pull complete 09:16:38 b352a97aabf1: Pull complete 09:16:38 4872d77fe225: Pull complete 09:16:38 5851b861e8e6: Pull complete 09:16:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:16:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:16:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:16:39 prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container 09:16:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:16:41 $ docker top 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d -eo pid,comm 09:16:41 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). 09:16:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:16:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:16:41 [ssh-agent] Looking for ssh-agent implementation... 09:16:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:16:41 $ docker exec 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d ssh-agent 09:16:41 SSH_AUTH_SOCK=/tmp/ssh-o1wmvXy77h8r/agent.33 09:16:41 SSH_AGENT_PID=39 09:16:41 Running ssh-add (command line suppressed) 09:16:41 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/private_key_15922254614030554713.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/private_key_15922254614030554713.key) 09:16:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:16:41 + git tag --points-at HEAD [Pipeline] } 09:16:41 $ docker exec --env ******** --env ******** 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d ssh-agent -k 09:16:42 unset SSH_AUTH_SOCK; 09:16:42 unset SSH_AGENT_PID; 09:16:42 echo Agent pid 39 killed; 09:16:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:16:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:16:42 [ssh-agent] Looking for ssh-agent implementation... 09:16:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:16:42 $ docker exec 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d ssh-agent 09:16:42 SSH_AUTH_SOCK=/tmp/ssh-rANpn9sSVuWS/agent.71 09:16:42 SSH_AGENT_PID=77 09:16:42 Running ssh-add (command line suppressed) 09:16:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/private_key_9357148835568887822.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/private_key_9357148835568887822.key) 09:16:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:16:42 + git semver init 09:16:43 2022-10-11 09:16:42,993 [run_init] DEBUG init version:0.0.0 force:False 09:16:43 2022-10-11 09:16:42,994 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver 09:16:43 2022-10-11 09:16:42,994 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver 09:16:43 2022-10-11 09:16:42,995 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-556, universal_newlines=False, shell=None, istream=None) 09:16:44 2022-10-11 09:16:44,356 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.git/info/exclude 09:16:44 2022-10-11 09:16:44,358 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver/PR-556 with force:False 09:16:44 2022-10-11 09:16:44,358 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver/PR-556 09:16:44 2022-10-11 09:16:44,361 [execute] INFO git cat-file --batch-check 09:16:44 2022-10-11 09:16:44,361 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver, universal_newlines=False, shell=None, istream=) 09:16:44 2022-10-11 09:16:44,366 [execute] INFO git cat-file --batch 09:16:44 2022-10-11 09:16:44,366 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver, universal_newlines=False, shell=None, istream=) 09:16:44 2022-10-11 09:16:44,370 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-556/.semver/PR-556 09:16:44 0.0.0 [Pipeline] } 09:16:44 $ docker exec --env ******** --env ******** 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d ssh-agent -k 09:16:44 unset SSH_AUTH_SOCK; 09:16:44 unset SSH_AGENT_PID; 09:16:44 echo Agent pid 77 killed; 09:16:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:16:45 + git semver [Pipeline] } 09:16:45 $ docker stop --time=1 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d 09:16:46 $ docker rm -f 62175877359d9ccb8ac19892852c5ba2f979da791a8b192feab75705a6e8e98d [Pipeline] // withDockerContainer [Pipeline] sh 09:16:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:16:47 Stashed 1 file(s) [Pipeline] echo 09:16:47 [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 09:16:47 provisioning config files... 09:16:47 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/config210419344857704797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:16:48 ---> docker-login.sh 09:16:48 nexus3.edgexfoundry.org:10001 09:16:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:48 Configure a credential helper to remove this warning. See 09:16:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:48 09:16:48 Login Succeeded 09:16:48 nexus3.edgexfoundry.org:10002 09:16:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:48 Configure a credential helper to remove this warning. See 09:16:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:48 09:16:48 Login Succeeded 09:16:48 nexus3.edgexfoundry.org:10003 09:16:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:48 Configure a credential helper to remove this warning. See 09:16:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:48 09:16:48 Login Succeeded 09:16:48 nexus3.edgexfoundry.org:10004 09:16:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:48 Configure a credential helper to remove this warning. See 09:16:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:48 09:16:48 Login Succeeded 09:16:48 docker.io 09:16:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:49 Configure a credential helper to remove this warning. See 09:16:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:49 09:16:49 Login Succeeded 09:16:49 ---> docker-login.sh ends [Pipeline] } 09:16:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:16:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:16:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:16:49 ========================================================= 09:16:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 09:16:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:49 + 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 . 09:16:50 Sending build context to Docker daemon 45.96MB 09:16:50 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 09:16:50 Step 2/16 : FROM ${BASE} AS builder 09:16:50 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 09:16:50 213ec9aee27d: Pulling fs layer 09:16:50 4583459ba037: Pulling fs layer 09:16:50 93c1e223e6f2: Pulling fs layer 09:16:50 53926ce57604: Pulling fs layer 09:16:50 21b2b0c7a3f4: Pulling fs layer 09:16:50 30f14e443154: Pulling fs layer 09:16:50 801331c1e519: Pulling fs layer 09:16:50 99cc6dd402b0: Pulling fs layer 09:16:50 7d9ed39f4882: Pulling fs layer 09:16:50 53926ce57604: Waiting 09:16:50 21b2b0c7a3f4: Waiting 09:16:50 30f14e443154: Waiting 09:16:50 801331c1e519: Waiting 09:16:50 99cc6dd402b0: Waiting 09:16:50 7d9ed39f4882: Waiting 09:16:50 93c1e223e6f2: Verifying Checksum 09:16:50 93c1e223e6f2: Download complete 09:16:50 4583459ba037: Download complete 09:16:50 21b2b0c7a3f4: Verifying Checksum 09:16:50 21b2b0c7a3f4: Download complete 09:16:50 30f14e443154: Verifying Checksum 09:16:50 30f14e443154: Download complete 09:16:50 213ec9aee27d: Download complete 09:16:50 801331c1e519: Download complete 09:16:50 213ec9aee27d: Pull complete 09:16:50 4583459ba037: Pull complete 09:16:50 93c1e223e6f2: Pull complete 09:16:51 7d9ed39f4882: Verifying Checksum 09:16:51 7d9ed39f4882: Download complete 09:16:51 99cc6dd402b0: Verifying Checksum 09:16:51 99cc6dd402b0: Download complete 09:16:51 53926ce57604: Verifying Checksum 09:16:51 53926ce57604: Download complete 09:16:55 53926ce57604: Pull complete 09:16:55 21b2b0c7a3f4: Pull complete 09:16:55 30f14e443154: Pull complete 09:16:55 801331c1e519: Pull complete 09:16:57 99cc6dd402b0: Pull complete 09:16:58 7d9ed39f4882: Pull complete 09:16:58 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 09:16:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:16:58 ---> 1dedd983c030 09:16:58 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:17:00 ---> Running in 65eab2be25f3 09:17:00 Removing intermediate container 65eab2be25f3 09:17:00 ---> 8e11dab7bfd8 09:17:00 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 09:17:00 ---> Running in 977a285f17d6 09:17:00 Removing intermediate container 977a285f17d6 09:17:00 ---> cf51d76b4011 09:17:00 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 09:17:00 ---> Running in 1426ad866975 09:17:00 Removing intermediate container 1426ad866975 09:17:00 ---> f24c8dc4b7bb 09:17:00 Step 6/16 : LABEL Name=edgex-ui-go 09:17:00 ---> Running in 125b421903bc 09:17:00 Removing intermediate container 125b421903bc 09:17:00 ---> 6cc964b94a5b 09:17:00 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 09:17:00 ---> Running in b72b4b716677 09:17:01 Removing intermediate container b72b4b716677 09:17:01 ---> 68523021de23 09:17:01 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:17:01 latest: Pulling from library/docker 09:17:01 213ec9aee27d: Already exists 09:17:01 7b0dd730a5c3: Pulling fs layer 09:17:01 4b90f8029a36: Pulling fs layer 09:17:01 b2204c289e68: Pulling fs layer 09:17:01 a75dcb107a37: Pulling fs layer 09:17:01 3a173a06c313: Pulling fs layer 09:17:01 44f3a1cb7a3f: Pulling fs layer 09:17:01 a7d2f4b1d0b5: Pulling fs layer 09:17:01 cd2ccc3f5575: Pulling fs layer 09:17:01 3a173a06c313: Waiting 09:17:01 a75dcb107a37: Waiting 09:17:01 44f3a1cb7a3f: Waiting 09:17:01 a7d2f4b1d0b5: Waiting 09:17:01 4b90f8029a36: Verifying Checksum 09:17:01 4b90f8029a36: Download complete 09:17:01 7b0dd730a5c3: Verifying Checksum 09:17:01 7b0dd730a5c3: Download complete 09:17:02 7b0dd730a5c3: Pull complete 09:17:02 4b90f8029a36: Pull complete 09:17:02 a75dcb107a37: Verifying Checksum 09:17:02 a75dcb107a37: Download complete 09:17:02 3a173a06c313: Verifying Checksum 09:17:02 3a173a06c313: Download complete 09:17:02 b2204c289e68: Verifying Checksum 09:17:02 b2204c289e68: Download complete 09:17:02 44f3a1cb7a3f: Verifying Checksum 09:17:02 44f3a1cb7a3f: Download complete 09:17:02 a7d2f4b1d0b5: Verifying Checksum 09:17:02 a7d2f4b1d0b5: Download complete 09:17:02 cd2ccc3f5575: Verifying Checksum 09:17:02 cd2ccc3f5575: Download complete 09:17:02 Still waiting to schedule task 09:17:02 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7638’ 09:17:02 b2204c289e68: Pull complete 09:17:03 a75dcb107a37: Pull complete 09:17:03 3a173a06c313: Pull complete 09:17:03 44f3a1cb7a3f: Pull complete 09:17:03 a7d2f4b1d0b5: Pull complete 09:17:03 cd2ccc3f5575: Pull complete 09:17:03 Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe 09:17:03 Status: Downloaded newer image for docker:latest 09:17:04 ---> 4fc7959c6a55 09:17:04 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:17:05 ---> Running in 6314b5597667 09:17:05 Removing intermediate container 6314b5597667 09:17:05 ---> 8d0deede243a 09:17:05 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:17:05 ---> Running in f196a796c2a1 09:17:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:17:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:17:07 OK: 211 MiB in 51 packages 09:17:07 Removing intermediate container f196a796c2a1 09:17:07 ---> e11590461cde 09:17:07 Step 11/16 : ENV GO111MODULE=on 09:17:07 ---> Running in 596a7078b8d2 09:17:07 Removing intermediate container 596a7078b8d2 09:17:07 ---> df64e1aa9489 09:17:07 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:17:07 ---> Running in 17644c18a3ff 09:17:07 Removing intermediate container 17644c18a3ff 09:17:07 ---> 023bb0e8302d 09:17:07 Step 13/16 : COPY go.mod vendor* ./ 09:17:08 ---> 5b3c93b27851 09:17:08 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:17:08 ---> Running in 2478057342b0 09:17:26 Removing intermediate container 2478057342b0 09:17:26 ---> 08bd7fa8d23b 09:17:26 Step 15/16 : COPY . . 09:17:26 ---> bc3757c20f08 09:17:26 Step 16/16 : RUN ${MAKE} 09:17:26 ---> Running in 498fe2e9a9c9 09:17:26 noop 09:17:26 Removing intermediate container 498fe2e9a9c9 09:17:26 ---> 121c461b8bb3 09:17:26 Successfully built 121c461b8bb3 09:17:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:26 + docker inspect -f . ci-base-image-x86_64 09:17:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:26 prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container 09:17:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:17:27 $ docker top dc2227909c4d00eb02613a130deac3b5308e43a880cad753c1656574511ecabf -eo pid,comm [Pipeline] { [Pipeline] sh 09:17:27 + go version 09:17:27 go version go1.18.7 linux/amd64 [Pipeline] } 09:17:27 $ docker stop --time=1 dc2227909c4d00eb02613a130deac3b5308e43a880cad753c1656574511ecabf 09:17:28 $ docker rm -f dc2227909c4d00eb02613a130deac3b5308e43a880cad753c1656574511ecabf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:29 + docker inspect -f . ci-base-image-x86_64 09:17:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:29 prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container 09:17:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_edgex-ui-go_PR-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:17:30 $ docker top fbebaf8f94ba45eec0a97614e770df22b1294fbfad4cab40289ab2d154e1d75b -eo pid,comm [Pipeline] { [Pipeline] sh 09:17:30 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-556 [Pipeline] fileExists [Pipeline] sh 09:17:30 + make test 09:17:30 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 09:17:31 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:17:39 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:17:39 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:17:39 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 09:17:39 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 09:17:39 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 09:17:39 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:17:39 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:17:39 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 09:17:39 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 09:17:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:17:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:17:42 ./bin/test-attribution-txt.sh 09:17:42 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 09:17:42 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 09:17:42 An attribution for golang.org/x/net is missing from Attribution.txt, please add 09:17:42 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 09:17:42 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 09:17:42 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 09:17:42 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 09:17:42 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 09:17:42 make -C web test 09:17:42 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-556/web' 09:17:42 make[1]: tput: No such file or directory 09:17:42 make[1]: tput: No such file or directory 09:17:42 warning: generating ./VERSION 09:17:42 echo "0.0.0" > VERSION 09:17:42 docker build \ 09:17:42 -f Dockerfile \ 09:17:42 --build-arg USER=1000 \ 09:17:42 \ 09:17:42 --label "git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3" \ 09:17:42 -t edgexfoundry/edgex-web-ui:fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 \ 09:17:42 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 09:17:42 . 09:17:42 Sending build context to Docker daemon 3.27MB 09:17:42 Step 1/10 : FROM node:16.17-alpine3.15 09:17:42 16.17-alpine3.15: Pulling from library/node 09:17:42 9621f1afde84: Pulling fs layer 09:17:42 c6f70ee39829: Pulling fs layer 09:17:42 56892a8094a2: Pulling fs layer 09:17:42 58dd87906ef0: Pulling fs layer 09:17:42 56892a8094a2: Verifying Checksum 09:17:42 56892a8094a2: Download complete 09:17:42 9621f1afde84: Verifying Checksum 09:17:42 58dd87906ef0: Download complete 09:17:42 9621f1afde84: Download complete 09:17:42 9621f1afde84: Pull complete 09:17:42 c6f70ee39829: Verifying Checksum 09:17:42 c6f70ee39829: Download complete 09:17:43 c6f70ee39829: Pull complete 09:17:43 56892a8094a2: Pull complete 09:17:43 58dd87906ef0: Pull complete 09:17:43 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 09:17:43 Status: Downloaded newer image for node:16.17-alpine3.15 09:17:43 ---> b69703f70c3d 09:17:43 Step 2/10 : RUN apk add --no-cache chromium 09:17:44 ---> Running in 43bf70404553 09:17:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:17:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:17:45 (1/129) Installing libxau (1.0.9-r0) 09:17:45 (2/129) Installing libmd (1.0.3-r0) 09:17:45 (3/129) Installing libbsd (0.11.3-r1) 09:17:45 (4/129) Installing libxdmcp (1.1.3-r0) 09:17:45 (5/129) Installing libxcb (1.14-r2) 09:17:45 (6/129) Installing libx11 (1.7.3.1-r0) 09:17:45 (7/129) Installing libxext (1.3.4-r0) 09:17:45 (8/129) Installing libice (1.0.10-r0) 09:17:45 (9/129) Installing libuuid (2.37.4-r0) 09:17:45 (10/129) Installing libsm (1.2.3-r0) 09:17:45 (11/129) Installing libxt (1.2.1-r0) 09:17:45 (12/129) Installing libxmu (1.1.3-r0) 09:17:45 (13/129) Installing xset (1.2.4-r0) 09:17:45 (14/129) Installing xprop (1.2.5-r0) 09:17:45 (15/129) Installing xdg-utils (1.1.3-r0) 09:17:45 (16/129) Installing eudev-libs (3.2.11_pre1-r0) 09:17:45 (17/129) Installing pkgconf (1.8.0-r0) 09:17:45 (18/129) Installing libffi (3.4.2-r1) 09:17:45 (19/129) Installing libintl (0.21-r0) 09:17:45 (20/129) Installing libblkid (2.37.4-r0) 09:17:45 (21/129) Installing libmount (2.37.4-r0) 09:17:45 (22/129) Installing pcre (8.45-r1) 09:17:45 (23/129) Installing glib (2.70.1-r0) 09:17:45 (24/129) Installing xz-libs (5.2.5-r1) 09:17:45 (25/129) Installing libxml2 (2.9.14-r1) 09:17:45 (26/129) Installing shared-mime-info (2.1-r1) 09:17:45 (27/129) Installing hicolor-icon-theme (0.17-r1) 09:17:45 (28/129) Installing libjpeg-turbo (2.1.2-r0) 09:17:45 (29/129) Installing libpng (1.6.37-r1) 09:17:45 (30/129) Installing libwebp (1.2.2-r0) 09:17:45 (31/129) Installing zstd-libs (1.5.0-r0) 09:17:45 (32/129) Installing tiff (4.4.0-r0) 09:17:45 (33/129) Installing gdk-pixbuf (2.42.8-r0) 09:17:45 (34/129) Installing gtk-update-icon-cache (2.24.33-r0) 09:17:45 (35/129) Installing libxcomposite (0.4.5-r0) 09:17:45 (36/129) Installing libxfixes (6.0.0-r0) 09:17:45 (37/129) Installing libxrender (0.9.10-r3) 09:17:45 (38/129) Installing libxcursor (1.2.0-r0) 09:17:45 (39/129) Installing libxdamage (1.1.5-r1) 09:17:45 (40/129) Installing libxi (1.8-r0) 09:17:45 (41/129) Installing libxinerama (1.1.4-r1) 09:17:45 (42/129) Installing libxrandr (1.5.2-r1) 09:17:45 (43/129) Installing atk (2.36.0-r0) 09:17:45 (44/129) Installing libxtst (1.2.3-r3) 09:17:45 (45/129) Installing dbus-libs (1.12.24-r0) 09:17:45 (46/129) Installing at-spi2-core (2.42.0-r0) 09:17:45 (47/129) Installing at-spi2-atk (2.38.0-r0) 09:17:45 (48/129) Installing expat (2.4.9-r0) 09:17:45 (49/129) Installing brotli-libs (1.0.9-r5) 09:17:45 (50/129) Installing libbz2 (1.0.8-r1) 09:17:45 (51/129) Installing freetype (2.11.1-r2) 09:17:45 (52/129) Installing fontconfig (2.13.1-r4) 09:17:45 (53/129) Installing pixman (0.40.0-r3) 09:17:45 (54/129) Installing cairo (1.16.0-r5) 09:17:45 (55/129) Installing cairo-gobject (1.16.0-r5) 09:17:45 (56/129) Installing avahi-libs (0.8-r5) 09:17:45 (57/129) Installing gmp (6.2.1-r1) 09:17:45 (58/129) Installing nettle (3.7.3-r0) 09:17:45 (59/129) Installing p11-kit (0.24.0-r1) 09:17:45 (60/129) Installing libtasn1 (4.18.0-r0) 09:17:45 (61/129) Installing libunistring (0.9.10-r1) 09:17:45 (62/129) Installing gnutls (3.7.1-r1) 09:17:45 (63/129) Installing cups-libs (2.3.3-r6) 09:17:45 (64/129) Installing libepoxy (1.5.9-r0) 09:17:45 (65/129) Installing fribidi (1.0.11-r0) 09:17:45 (66/129) Installing graphite2 (1.3.14-r0) 09:17:45 (67/129) Installing harfbuzz (3.0.0-r2) 09:17:45 (68/129) Installing libxft (2.3.4-r0) 09:17:45 (69/129) Installing pango (1.48.10-r0) 09:17:45 (70/129) Installing wayland-libs-client (1.19.0-r1) 09:17:45 (71/129) Installing wayland-libs-cursor (1.19.0-r1) 09:17:45 (72/129) Installing wayland-libs-egl (1.19.0-r1) 09:17:45 (73/129) Installing xkeyboard-config (2.34-r0) 09:17:45 (74/129) Installing libxkbcommon (1.3.1-r0) 09:17:45 (75/129) Installing gtk+3.0 (3.24.30-r0) 09:17:46 Executing gtk+3.0-3.24.30-r0.post-install 09:17:46 (76/129) Installing libfontenc (1.1.4-r0) 09:17:46 (77/129) Installing mkfontscale (1.2.1-r1) 09:17:46 (78/129) Installing ttf-opensans (1.10-r1) 09:17:46 Executing ttf-opensans-1.10-r1.post-install 09:17:48 (79/129) Installing libogg (1.3.5-r0) 09:17:48 (80/129) Installing flac (1.3.4-r0) 09:17:48 (81/129) Installing alsa-lib (1.2.5.1-r1) 09:17:48 (82/129) Installing libatomic (10.3.1_git20211027-r0) 09:17:48 (83/129) Installing sdl2 (2.0.16-r4) 09:17:48 (84/129) Installing aom-libs (3.2.0-r0) 09:17:48 (85/129) Installing libass (0.15.2-r0) 09:17:48 (86/129) Installing libdav1d (0.9.2-r0) 09:17:48 (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) 09:17:48 (88/129) Installing ncurses-libs (6.3_p20211120-r1) 09:17:48 (89/129) Installing lame (3.100-r0) 09:17:48 (90/129) Installing opus (1.3.1-r1) 09:17:48 (91/129) Installing libgomp (10.3.1_git20211027-r0) 09:17:48 (92/129) Installing soxr (0.1.3-r2) 09:17:48 (93/129) Installing libsrt (1.4.2-r1) 09:17:48 (94/129) Installing libssh (0.9.6-r1) 09:17:48 (95/129) Installing libtheora (1.1.1-r16) 09:17:48 (96/129) Installing v4l-utils-libs (1.22.1-r1) 09:17:48 (97/129) Installing libpciaccess (0.16-r0) 09:17:48 (98/129) Installing libdrm (2.4.109-r0) 09:17:48 (99/129) Installing libva (2.13.0-r0) 09:17:48 (100/129) Installing libvdpau (1.4-r0) 09:17:48 (101/129) Installing vidstab (1.1.0-r1) 09:17:48 (102/129) Installing libvorbis (1.3.7-r0) 09:17:48 (103/129) Installing libvpx (1.10.0-r0) 09:17:48 (104/129) Installing vulkan-loader (1.2.196-r0) 09:17:48 (105/129) Installing x264-libs (20210613-r0) 09:17:48 (106/129) Installing x265-libs (3.5-r0) 09:17:48 (107/129) Installing xvidcore (1.3.7-r1) 09:17:48 (108/129) Installing ffmpeg-libs (4.4.1-r2) 09:17:48 (109/129) Installing libevent (2.1.12-r4) 09:17:48 (110/129) Installing mesa (21.2.6-r0) 09:17:48 (111/129) Installing wayland-libs-server (1.19.0-r1) 09:17:48 (112/129) Installing mesa-gbm (21.2.6-r0) 09:17:48 (113/129) Installing lcms2 (2.12-r1) 09:17:48 (114/129) Installing nspr (4.32-r0) 09:17:48 (115/129) Installing sqlite-libs (3.36.0-r0) 09:17:48 (116/129) Installing nss (3.78.1-r0) 09:17:48 (117/129) Installing libasyncns (0.8-r1) 09:17:48 (118/129) Installing libltdl (2.4.6-r7) 09:17:48 (119/129) Installing orc (0.4.32-r0) 09:17:48 (120/129) Installing libsndfile (1.0.31-r1) 09:17:48 (121/129) Installing speexdsp (1.2.0-r0) 09:17:48 (122/129) Installing tdb-libs (1.4.5-r0) 09:17:48 (123/129) Installing libpulse (15.0-r2) 09:17:48 (124/129) Installing re2 (2021.11.01-r0) 09:17:48 (125/129) Installing snappy (1.1.9-r1) 09:17:48 (126/129) Installing libgpg-error (1.42-r1) 09:17:48 (127/129) Installing libgcrypt (1.9.4-r0) 09:17:48 (128/129) Installing libxslt (1.1.35-r0) 09:17:48 (129/129) Installing chromium (99.0.4844.84-r0) 09:17:49 Executing busybox-1.34.1-r7.trigger 09:17:49 Executing glib-2.70.1-r0.trigger 09:17:49 Executing shared-mime-info-2.1-r1.trigger 09:17:51 Executing gdk-pixbuf-2.42.8-r0.trigger 09:17:51 Executing gtk-update-icon-cache-2.24.33-r0.trigger 09:17:51 Executing fontconfig-2.13.1-r4.trigger 09:17:51 Executing mkfontscale-1.2.1-r1.trigger 09:17:51 OK: 286 MiB in 145 packages 09:17:55 Removing intermediate container 43bf70404553 09:17:55 ---> e0c6201fb20a 09:17:55 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 09:17:56 ---> Running in 2a00cc5bc929 09:17:56 Removing intermediate container 2a00cc5bc929 09:17:56 ---> ae81ab377808 09:17:56 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 09:17:56 ---> Running in e70c9294f9aa 09:17:56 Removing intermediate container e70c9294f9aa 09:17:56 ---> c8face1f7e6f 09:17:56 Step 5/10 : RUN npm install -g npm 09:17:56 ---> Running in ff66e09d112d 09:18:02 09:18:02 changed 54 packages, and audited 212 packages in 5s 09:18:02 09:18:02 11 packages are looking for funding 09:18:02 run `npm fund` for details 09:18:02 09:18:02 found 0 vulnerabilities 09:18:02 Removing intermediate container ff66e09d112d 09:18:02 ---> 50a434310ebf 09:18:02 Step 6/10 : ARG USER=1000 09:18:02 ---> Running in f837abac2385 09:18:03 Removing intermediate container f837abac2385 09:18:03 ---> 73c8d23d65f5 09:18:03 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 09:18:03 ---> Running in 7b2c29d3ddf5 09:18:03 Removing intermediate container 7b2c29d3ddf5 09:18:03 ---> 38690cc07f70 09:18:03 Step 8/10 : USER $USER:$USER 09:18:03 ---> Running in debc8e038ab2 09:18:03 Removing intermediate container debc8e038ab2 09:18:03 ---> 453fed3442eb 09:18:03 Step 9/10 : WORKDIR /app 09:18:03 ---> Running in 29f45faf40a6 09:18:03 Removing intermediate container 29f45faf40a6 09:18:03 ---> 8bed2c1bb900 09:18:03 Step 10/10 : LABEL git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 09:18:03 ---> Running in 97ad122ad13e 09:18:03 Removing intermediate container 97ad122ad13e 09:18:03 ---> 0688837878a2 09:18:03 Successfully built 0688837878a2 09:18:03 Successfully tagged edgexfoundry/edgex-web-ui:fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 09:18:03 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 09:18:03 touch edgex-web-ui.imagebuilt 09:18:03 mkdir -p node_modules coverage 09:18:03 chown "1000:1000" node_modules coverage package-lock.json 09:18:03 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 09:18:05 npm WARN EBADENGINE Unsupported engine { 09:18:05 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 09:18:05 npm WARN EBADENGINE required: { 09:18:05 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:18:05 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:18:05 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:18:05 npm WARN EBADENGINE }, 09:18:05 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:18:05 npm WARN EBADENGINE } 09:18:05 npm WARN EBADENGINE Unsupported engine { 09:18:05 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 09:18:05 npm WARN EBADENGINE required: { 09:18:05 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:18:05 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:18:05 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:18:05 npm WARN EBADENGINE }, 09:18:05 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:18:05 npm WARN EBADENGINE } 09:18:05 npm WARN EBADENGINE Unsupported engine { 09:18:05 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 09:18:05 npm WARN EBADENGINE required: { 09:18:05 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:18:05 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:18:05 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:18:05 npm WARN EBADENGINE }, 09:18:05 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:18:05 npm WARN EBADENGINE } 09:18:05 npm WARN EBADENGINE Unsupported engine { 09:18:05 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 09:18:05 npm WARN EBADENGINE required: { 09:18:05 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:18:05 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:18:05 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:18:05 npm WARN EBADENGINE }, 09:18:05 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:18:05 npm WARN EBADENGINE } 09:18:05 npm WARN EBADENGINE Unsupported engine { 09:18:05 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 09:18:05 npm WARN EBADENGINE required: { 09:18:05 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:18:05 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:18:05 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:18:05 npm WARN EBADENGINE }, 09:18:05 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:18:05 npm WARN EBADENGINE } 09:18:05 npm WARN EBADENGINE Unsupported engine { 09:18:05 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 09:18:05 npm WARN EBADENGINE required: { 09:18:05 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:18:05 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:18:05 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:18:05 npm WARN EBADENGINE }, 09:18:05 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:18:05 npm WARN EBADENGINE } 09:18:05 npm WARN EBADENGINE Unsupported engine { 09:18:05 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 09:18:05 npm WARN EBADENGINE required: { 09:18:05 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:18:05 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:18:05 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:18:05 npm WARN EBADENGINE }, 09:18:05 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:18:05 npm WARN EBADENGINE } 09:18:05 npm WARN EBADENGINE Unsupported engine { 09:18:05 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 09:18:05 npm WARN EBADENGINE required: { 09:18:05 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:18:05 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:18:05 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:18:05 npm WARN EBADENGINE }, 09:18:05 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:18:05 npm WARN EBADENGINE } 09:18:05 npm WARN EBADENGINE Unsupported engine { 09:18:05 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 09:18:05 npm WARN EBADENGINE required: { 09:18:05 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:18:05 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:18:05 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:18:05 npm WARN EBADENGINE }, 09:18:05 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:18:05 npm WARN EBADENGINE } 09:18:09 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 09:18:09 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 09:18:10 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 09:18:10 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 09:18:10 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 09:18:10 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 09:18:10 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 09:18:11 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 09:18:11 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 09:18:14 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. 09:18:14 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 09:18:14 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 09:18:14 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. 09:18:14 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. 09:18:15 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 09:18:15 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 09:18:16 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 09:18:18 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. 09:18:20 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. 09:18:24 09:18:24 added 1478 packages, and audited 1479 packages in 20s 09:18:24 09:18:24 90 packages are looking for funding 09:18:24 run `npm fund` for details 09:18:24 09:18:24 12 vulnerabilities (3 moderate, 7 high, 2 critical) 09:18:24 09:18:24 To address issues that do not require attention, run: 09:18:24 npm audit fix 09:18:24 09:18:24 To address all issues (including breaking changes), run: 09:18:24 npm audit fix --force 09:18:24 09:18:24 Run `npm audit` for details. 09:18:28 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 09:18:30 - Generating browser application bundles (phase: setup)... 09:18:35 Compiling @angular/core : es2015 as esm2015 09:18:35 Compiling @angular/compiler/testing : es2015 as esm2015 09:18:38 Compiling @angular/common : es2015 as esm2015 09:18:38 Compiling @angular/core/testing : es2015 as esm2015 09:18:39 Compiling @angular/platform-browser : es2015 as esm2015 09:18:39 Compiling @angular/common/testing : es2015 as esm2015 09:18:39 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 09:18:39 Compiling @angular/platform-browser/testing : es2015 as esm2015 09:18:39 Compiling @angular/common/http : es2015 as esm2015 09:18:39 Compiling @angular/router : es2015 as esm2015 09:18:39 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 09:18:40 Compiling @angular/forms : es2015 as esm2015 09:18:40 Compiling @angular/common/http/testing : es2015 as esm2015 09:18:41 Compiling @angular/router/testing : es2015 as esm2015 09:18:48 11 10 2022 09:18:47.351:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 09:18:48 11 10 2022 09:18:47.353:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 09:18:48 11 10 2022 09:18:47.361:INFO [launcher]: Starting browser ChromeHeadless 09:18:58 ✔ Browser application bundle generation complete. 09:18:58 11 10 2022 09:18:58.457:INFO [Chrome Headless 99.0.4844.84 (Linux x86_64)]: Connected on socket bUYw6HqvswurMOPgAAAB with id 65955797 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 1 of 149 SUCCESS (0 secs / 0.097 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 2 of 149 SUCCESS (0 secs / 0.118 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 3 of 149 SUCCESS (0 secs / 0.173 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 4 of 149 SUCCESS (0 secs / 0.184 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 5 of 149 SUCCESS (0 secs / 0.243 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 6 of 149 SUCCESS (0 secs / 0.248 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 7 of 149 SUCCESS (0 secs / 0.252 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 8 of 149 SUCCESS (0 secs / 0.255 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 9 of 149 SUCCESS (0 secs / 0.274 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 10 of 149 SUCCESS (0 secs / 0.316 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 11 of 149 SUCCESS (0 secs / 0.329 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 12 of 149 SUCCESS (0 secs / 0.383 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 13 of 149 SUCCESS (0 secs / 0.393 secs) 09:19:01 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 14 of 149 SUCCESS (0 secs / 0.411 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 15 of 149 SUCCESS (0 secs / 0.42 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 16 of 149 SUCCESS (0 secs / 0.437 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 17 of 149 SUCCESS (0 secs / 0.452 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 18 of 149 SUCCESS (0 secs / 0.457 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 19 of 149 SUCCESS (0 secs / 0.461 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 20 of 149 SUCCESS (0 secs / 0.464 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 21 of 149 SUCCESS (0 secs / 0.477 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 22 of 149 SUCCESS (0 secs / 0.484 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 23 of 149 SUCCESS (0 secs / 0.507 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 24 of 149 SUCCESS (0 secs / 0.515 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 25 of 149 SUCCESS (0 secs / 0.551 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 26 of 149 SUCCESS (0 secs / 0.558 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 27 of 149 SUCCESS (0 secs / 0.607 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 28 of 149 SUCCESS (0 secs / 0.615 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 29 of 149 SUCCESS (0 secs / 0.634 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 30 of 149 SUCCESS (0 secs / 0.647 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 31 of 149 SUCCESS (0 secs / 0.652 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 32 of 149 SUCCESS (0 secs / 0.682 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 33 of 149 SUCCESS (0 secs / 0.692 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 34 of 149 SUCCESS (0 secs / 0.702 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 35 of 149 SUCCESS (0 secs / 0.708 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 36 of 149 SUCCESS (0 secs / 0.716 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 37 of 149 SUCCESS (0 secs / 0.721 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 38 of 149 SUCCESS (0 secs / 0.732 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 39 of 149 SUCCESS (0 secs / 0.739 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 40 of 149 SUCCESS (0 secs / 0.75 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 41 of 149 SUCCESS (0 secs / 0.781 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 42 of 149 SUCCESS (0 secs / 0.79 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 43 of 149 SUCCESS (0 secs / 0.796 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 44 of 149 SUCCESS (0 secs / 0.812 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 45 of 149 SUCCESS (0 secs / 0.825 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 46 of 149 SUCCESS (0 secs / 0.837 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 47 of 149 SUCCESS (0 secs / 0.841 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 48 of 149 SUCCESS (0 secs / 0.846 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 49 of 149 SUCCESS (0 secs / 0.848 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 50 of 149 SUCCESS (0 secs / 0.859 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 51 of 149 SUCCESS (0 secs / 0.892 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 52 of 149 SUCCESS (0 secs / 0.899 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 53 of 149 SUCCESS (0 secs / 0.906 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 54 of 149 SUCCESS (0 secs / 0.916 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 55 of 149 SUCCESS (0 secs / 0.936 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 56 of 149 SUCCESS (0 secs / 0.946 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 57 of 149 SUCCESS (0 secs / 1.045 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 58 of 149 SUCCESS (0 secs / 1.054 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 59 of 149 SUCCESS (0 secs / 1.058 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 60 of 149 SUCCESS (0 secs / 1.061 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 61 of 149 SUCCESS (0 secs / 1.067 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 62 of 149 SUCCESS (0 secs / 1.085 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 63 of 149 SUCCESS (0 secs / 1.087 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 64 of 149 SUCCESS (0 secs / 1.091 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 65 of 149 SUCCESS (0 secs / 1.121 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 66 of 149 SUCCESS (0 secs / 1.129 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 67 of 149 SUCCESS (0 secs / 1.132 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 68 of 149 SUCCESS (0 secs / 1.137 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 69 of 149 SUCCESS (0 secs / 1.14 secs) 09:19:02 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 70 of 149 SUCCESS (0 secs / 1.159 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 71 of 149 SUCCESS (0 secs / 1.178 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 72 of 149 SUCCESS (0 secs / 1.186 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 73 of 149 SUCCESS (0 secs / 1.194 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 74 of 149 SUCCESS (0 secs / 1.2 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.209 secs) 09:19:03 WARN: ' 09:19:03 It looks like you're using ngModel on the same form field as formControlName. 09:19:03 Support for using the ngModel input property and ngModelChange event with 09:19:03 reactive form directives has been deprecated in Angular v6 and will be removed 09:19:03 in a future version of Angular. 09:19:03 09:19:03 For more information on this, see our API docs here: 09:19:03 https://angular.io/api/forms/FormControlName#use-with-ngmodel 09:19:03 ' 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 75 of 149 SUCCESS (0 secs / 1.209 secs) 09:19:03 WARN: ' 09:19:03 It looks like you're using ngModel on the same form field as formControlName. 09:19:03 Support for using the ngModel input property and ngModelChange event with 09:19:03 reactive form directives has been deprecated in Angular v6 and will be removed 09:19:03 in a future version of Angular. 09:19:03 09:19:03 For more information on this, see our API docs here: 09:19:03 https://angular.io/api/forms/FormControlName#use-with-ngmodel 09:19:03 ' 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 76 of 149 SUCCESS (0 secs / 1.23 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 77 of 149 SUCCESS (0 secs / 1.235 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 78 of 149 SUCCESS (0 secs / 1.238 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 79 of 149 SUCCESS (0 secs / 1.242 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 80 of 149 SUCCESS (0 secs / 1.244 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 81 of 149 SUCCESS (0 secs / 1.245 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 82 of 149 SUCCESS (0 secs / 1.247 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 83 of 149 SUCCESS (0 secs / 1.26 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 84 of 149 SUCCESS (0 secs / 1.269 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 85 of 149 SUCCESS (0 secs / 1.279 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 86 of 149 SUCCESS (0 secs / 1.298 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 87 of 149 SUCCESS (0 secs / 1.302 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 88 of 149 SUCCESS (0 secs / 1.305 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 89 of 149 SUCCESS (0 secs / 1.309 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 90 of 149 SUCCESS (0 secs / 1.314 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 91 of 149 SUCCESS (0 secs / 1.365 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 92 of 149 SUCCESS (0 secs / 1.371 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 93 of 149 SUCCESS (0 secs / 1.373 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 94 of 149 SUCCESS (0 secs / 1.393 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 95 of 149 SUCCESS (0 secs / 1.408 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 96 of 149 SUCCESS (0 secs / 1.435 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 97 of 149 SUCCESS (0 secs / 1.457 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 98 of 149 SUCCESS (0 secs / 1.462 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 99 of 149 SUCCESS (0 secs / 1.469 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 100 of 149 SUCCESS (0 secs / 1.474 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 101 of 149 SUCCESS (0 secs / 1.475 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 102 of 149 SUCCESS (0 secs / 1.476 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 103 of 149 SUCCESS (0 secs / 1.493 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 104 of 149 SUCCESS (0 secs / 1.506 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 105 of 149 SUCCESS (0 secs / 1.508 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 106 of 149 SUCCESS (0 secs / 1.511 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 107 of 149 SUCCESS (0 secs / 1.515 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 108 of 149 SUCCESS (0 secs / 1.528 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 109 of 149 SUCCESS (0 secs / 1.559 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 110 of 149 SUCCESS (0 secs / 1.569 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 111 of 149 SUCCESS (0 secs / 1.6 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 112 of 149 SUCCESS (0 secs / 1.611 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 113 of 149 SUCCESS (0 secs / 1.613 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 114 of 149 SUCCESS (0 secs / 1.615 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 115 of 149 SUCCESS (0 secs / 1.624 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 116 of 149 SUCCESS (0 secs / 1.634 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 117 of 149 SUCCESS (0 secs / 1.64 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 118 of 149 SUCCESS (0 secs / 1.652 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 119 of 149 SUCCESS (0 secs / 1.678 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 120 of 149 SUCCESS (0 secs / 1.681 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 121 of 149 SUCCESS (0 secs / 1.683 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 122 of 149 SUCCESS (0 secs / 1.696 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 123 of 149 SUCCESS (0 secs / 1.71 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 124 of 149 SUCCESS (0 secs / 1.715 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 125 of 149 SUCCESS (0 secs / 1.717 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 126 of 149 SUCCESS (0 secs / 1.739 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 127 of 149 SUCCESS (0 secs / 1.75 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 128 of 149 SUCCESS (0 secs / 1.753 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 129 of 149 SUCCESS (0 secs / 1.759 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 130 of 149 SUCCESS (0 secs / 1.765 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 131 of 149 SUCCESS (0 secs / 1.788 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 132 of 149 SUCCESS (0 secs / 1.793 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 133 of 149 SUCCESS (0 secs / 1.795 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 134 of 149 SUCCESS (0 secs / 1.798 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 135 of 149 SUCCESS (0 secs / 1.8 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 136 of 149 SUCCESS (0 secs / 1.806 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 137 of 149 SUCCESS (0 secs / 1.819 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 138 of 149 SUCCESS (0 secs / 1.852 secs) 09:19:03 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 139 of 149 SUCCESS (0 secs / 1.86 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 140 of 149 SUCCESS (0 secs / 1.883 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 141 of 149 SUCCESS (0 secs / 1.895 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 142 of 149 SUCCESS (0 secs / 1.919 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 143 of 149 SUCCESS (0 secs / 1.932 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 144 of 149 SUCCESS (0 secs / 1.936 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 145 of 149 SUCCESS (0 secs / 1.946 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 146 of 149 SUCCESS (0 secs / 1.948 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 147 of 149 SUCCESS (0 secs / 1.951 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 148 of 149 SUCCESS (0 secs / 1.953 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (0 secs / 1.954 secs) 09:19:04 Chrome Headless 99.0.4844.84 (Linux x86_64): Executed 149 of 149 SUCCESS (2.819 secs / 1.954 secs) 09:19:04 TOTAL: 149 SUCCESS 09:19:04 ✔ Browser application bundle generation complete. 09:19:04 09:19:04 =============================== Coverage summary =============================== 09:19:04 Statements : 40.95% ( 1466/3580 ) 09:19:04 Branches : 12.03% ( 111/923 ) 09:19:04 Functions : 33.2% ( 431/1298 ) 09:19:04 Lines : 38.88% ( 1317/3387 ) 09:19:04 ================================================================================ 09:19:04 ✔ Browser application bundle generation complete. 09:19:05 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-556/web' [Pipeline] echo 09:19:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:19:05 $ docker stop --time=1 fbebaf8f94ba45eec0a97614e770df22b1294fbfad4cab40289ab2d154e1d75b 09:19:06 $ docker rm -f fbebaf8f94ba45eec0a97614e770df22b1294fbfad4cab40289ab2d154e1d75b [Pipeline] // withDockerContainer [Pipeline] sh 09:19:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:19:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:19:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:19:08 + ls -al . 09:19:08 total 176 09:19:08 drwxrwxr-x 14 jenkins jenkins 4096 Oct 11 09:17 . 09:19:08 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:16 .. 09:19:08 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:16 .blubracket 09:19:08 -rw-rw-r-- 1 jenkins jenkins 18 Oct 11 09:16 .dockerignore 09:19:08 drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 09:16 .git 09:19:08 drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:16 .github 09:19:08 -rw-rw-r-- 1 jenkins jenkins 185 Oct 11 09:16 .gitignore 09:19:08 drwxr-xr-x 3 jenkins jenkins 4096 Oct 11 09:16 .semver 09:19:08 -rw-rw-r-- 1 jenkins jenkins 4856 Oct 11 09:16 Attribution.txt 09:19:08 -rw-rw-r-- 1 jenkins jenkins 14570 Oct 11 09:16 CHANGELOG.md 09:19:08 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 11 09:16 CONTRIBUTING.md 09:19:08 -rw-rw-r-- 1 jenkins jenkins 1669 Oct 11 09:16 Dockerfile 09:19:08 -rw-rw-r-- 1 jenkins jenkins 652 Oct 11 09:16 Jenkinsfile 09:19:08 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 11 09:16 LICENSE 09:19:08 -rw-rw-r-- 1 jenkins jenkins 2124 Oct 11 09:16 Makefile 09:19:08 -rw-rw-r-- 1 jenkins jenkins 4398 Oct 11 09:16 README.md 09:19:08 -rw-rw-r-- 1 jenkins jenkins 5 Oct 11 09:16 VERSION 09:19:08 drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:16 assets 09:19:08 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:16 bin 09:19:08 drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:16 cmd 09:19:08 -rw-r--r-- 1 jenkins jenkins 10 Oct 11 09:17 coverage.out 09:19:08 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:16 docs 09:19:08 -rw-rw-r-- 1 jenkins jenkins 3012 Oct 11 09:16 go.mod 09:19:08 -rw-rw-r-- 1 jenkins jenkins 35759 Oct 11 09:16 go.sum 09:19:08 drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 09:16 internal 09:19:08 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:16 snap 09:19:08 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:16 testing 09:19:08 -rw-rw-r-- 1 jenkins jenkins 155 Oct 11 09:16 version.go 09:19:08 drwxrwxr-x 6 jenkins jenkins 4096 Oct 11 09:18 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:09 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 --label arch=amd64 --label version=0.0.0 . 09:19:09 Sending build context to Docker daemon 48.71MB 09:19:09 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 09:19:09 Step 2/24 : FROM ${BASE} AS builder 09:19:09 ---> 121c461b8bb3 09:19:09 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:19:09 ---> Running in ce16f22b7303 09:19:09 Removing intermediate container ce16f22b7303 09:19:09 ---> db51111046d3 09:19:09 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:19:09 ---> Running in 8d5cdb204639 09:19:09 Removing intermediate container 8d5cdb204639 09:19:09 ---> f46e066185f2 09:19:09 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:19:09 ---> Running in f1425f3bbdfa 09:19:09 Removing intermediate container f1425f3bbdfa 09:19:09 ---> cc9cf0b2f3bf 09:19:09 Step 6/24 : LABEL Name=edgex-ui-go 09:19:10 ---> Running in 138980f09dce 09:19:10 Removing intermediate container 138980f09dce 09:19:10 ---> ddf36fda52e1 09:19:10 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 09:19:10 ---> Running in 202017d66a9b 09:19:10 Removing intermediate container 202017d66a9b 09:19:10 ---> f88744daa875 09:19:10 Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:19:11 ---> 5b2d4b17abff 09:19:11 Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:11 ---> Running in 371e6543b393 09:19:11 Removing intermediate container 371e6543b393 09:19:11 ---> bc9aa9108408 09:19:11 Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:19:11 ---> Running in 1e74fdf7d4ac 09:19:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:19:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:19:12 OK: 211 MiB in 51 packages 09:19:13 Removing intermediate container 1e74fdf7d4ac 09:19:13 ---> e783adba7d31 09:19:13 Step 11/24 : ENV GO111MODULE=on 09:19:13 ---> Running in ed2484e99bab 09:19:13 Removing intermediate container ed2484e99bab 09:19:13 ---> bdb929a24204 09:19:13 Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:19:13 ---> Running in 475b334bd078 09:19:13 Removing intermediate container 475b334bd078 09:19:13 ---> b9b2bb8fbe3b 09:19:13 Step 13/24 : COPY go.mod vendor* ./ 09:19:13 ---> f50d58596e11 09:19:13 Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:13 ---> Running in 74637fec728c 09:19:14 Removing intermediate container 74637fec728c 09:19:14 ---> 53724babea8e 09:19:14 Step 15/24 : COPY . . 09:19:15 ---> 1dc5958bd2de 09:19:15 Step 16/24 : RUN ${MAKE} 09:19:15 ---> Running in ef9070135537 09:19:15 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 09:19:25 Removing intermediate container ef9070135537 09:19:25 ---> d0befe6bc162 09:19:25 Step 17/24 : FROM alpine:3.14 09:19:26 3.14: Pulling from library/alpine 09:19:26 c7ed990a2339: Pulling fs layer 09:19:26 c7ed990a2339: Verifying Checksum 09:19:26 c7ed990a2339: Download complete 09:19:26 c7ed990a2339: Pull complete 09:19:26 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 09:19:26 Status: Downloaded newer image for alpine:3.14 09:19:26 ---> dd53f409bf0b 09:19:26 Step 18/24 : EXPOSE 4000 09:19:26 ---> Running in 82f621760779 09:19:26 Removing intermediate container 82f621760779 09:19:26 ---> 45311c097c35 09:19:26 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:19:27 ---> d8ef13884703 09:19:27 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:19:27 ---> Running in be0626225dee 09:19:27 Removing intermediate container be0626225dee 09:19:27 ---> 08bdb9fa594f 09:19:27 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 09:19:27 ---> Running in c4900c3d10aa 09:19:27 Removing intermediate container c4900c3d10aa 09:19:27 ---> fe619a612c02 09:19:27 Step 22/24 : LABEL arch=amd64 09:19:27 ---> Running in 373b6cd8e011 09:19:27 Removing intermediate container 373b6cd8e011 09:19:27 ---> 8a2aa1dd60f6 09:19:27 Step 23/24 : LABEL git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 09:19:28 ---> Running in 2c812030f18e 09:19:28 Removing intermediate container 2c812030f18e 09:19:28 ---> 5794b598f9f4 09:19:28 Step 24/24 : LABEL version=0.0.0 09:19:28 ---> Running in 63a58adbffb5 09:19:28 Removing intermediate container 63a58adbffb5 09:19:28 ---> 7ab8f142ff60 09:19:28 [Warning] One or more build-args [ARCH] were not consumed 09:19:28 Successfully built 7ab8f142ff60 09:19:28 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 09:19:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:19:28 09:19:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:19:29 latest: Pulling from edgex-lftools-log-publisher 09:19:29 5eb5b503b376: Pulling fs layer 09:19:29 5c69ac0246d0: Pulling fs layer 09:19:29 ec43610c2a17: Pulling fs layer 09:19:29 3a2ae6a8a46f: Pulling fs layer 09:19:29 3a2ae6a8a46f: Waiting 09:19:29 33b1e0a273af: Pulling fs layer 09:19:29 5d3b04190fa2: Pulling fs layer 09:19:29 33b1e0a273af: Waiting 09:19:29 5d3b04190fa2: Waiting 09:19:29 2f39f015ded8: Pulling fs layer 09:19:29 2f39f015ded8: Waiting 09:19:29 5c69ac0246d0: Verifying Checksum 09:19:29 5c69ac0246d0: Download complete 09:19:29 3a2ae6a8a46f: Verifying Checksum 09:19:29 3a2ae6a8a46f: Download complete 09:19:29 33b1e0a273af: Verifying Checksum 09:19:29 33b1e0a273af: Download complete 09:19:29 5d3b04190fa2: Verifying Checksum 09:19:29 5d3b04190fa2: Download complete 09:19:29 ec43610c2a17: Download complete 09:19:29 5eb5b503b376: Verifying Checksum 09:19:29 5eb5b503b376: Download complete 09:19:30 2f39f015ded8: Download complete 09:19:30 5eb5b503b376: Pull complete 09:19:30 5c69ac0246d0: Pull complete 09:19:31 ec43610c2a17: Pull complete 09:19:31 3a2ae6a8a46f: Pull complete 09:19:31 33b1e0a273af: Pull complete 09:19:31 5d3b04190fa2: Pull complete 09:19:35 2f39f015ded8: Pull complete 09:19:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:19:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:19:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:19:35 prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container 09:19:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:19:38 $ docker top a8bb80f1acfaea54c6b703e0e50a507fd34a0ed7655289cd8be9ce11201abf6c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:19:38 ---> job-cost.sh 09:19:38 lf-activate-venv: SKIPPING 09:19:38 INFO: No Stack... 09:19:39 INFO: Retrieving Pricing Info for: v3-standard-8 09:19:39 INFO: Archiving Costs [Pipeline] sh 09:19:40 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives/cost.csv 09:19:40 + cut -d, -f6 [Pipeline] lock 09:19:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] 09:19:40 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] did not exist. Created. 09:19:40 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:19:40 + echo total: 0.2199999988079071 [Pipeline] stash 09:19:40 Stashed 1 file(s) [Pipeline] } 09:19:40 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [Pipeline] // lock [Pipeline] } 09:19:40 $ docker stop --time=1 a8bb80f1acfaea54c6b703e0e50a507fd34a0ed7655289cd8be9ce11201abf6c 09:19:42 $ docker rm -f a8bb80f1acfaea54c6b703e0e50a507fd34a0ed7655289cd8be9ce11201abf6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:20:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7640 in /w/workspace/edgexfoundry_edgex-ui-go_PR-556 [Pipeline] { [Pipeline] ws 09:20:01 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 09:20:02 The recommended git tool is: git 09:20:07 using credential edgex-jenkins-ssh 09:20:07 Cloning the remote Git repository 09:20:07 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:20:07 > git init /w/workspace/edgex-ui-go/1 # timeout=10 09:20:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:20:07 > git --version # timeout=10 09:20:07 > git --version # 'git version 2.25.1' 09:20:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:20:07 Verifying host key using known hosts file 09:20:07 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. 09:20:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:20:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:20:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:20:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:20:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:20:12 using GIT_SSH to set credentials SSH Credentials for GitHub 09:20:12 Verifying host key using known hosts file 09:20:12 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. 09:20:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/main:refs/remotes/origin/main # timeout=10 09:20:12 Merging remotes/origin/main commit 7068460caebfd9ea6dab23a48856cc5898547cee into PR head commit fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 09:20:13 Merge succeeded, producing fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 09:20:13 Checking out Revision fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 (PR-556) 09:20:12 > git config core.sparsecheckout # timeout=10 09:20:12 > git checkout -f fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 # timeout=10 09:20:13 > git remote # timeout=10 09:20:13 > git config --get remote.origin.url # timeout=10 09:20:13 using GIT_SSH to set credentials SSH Credentials for GitHub 09:20:13 Verifying host key using known hosts file 09:20:13 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. 09:20:13 > git merge 7068460caebfd9ea6dab23a48856cc5898547cee # timeout=10 09:20:13 > git rev-parse HEAD^{commit} # timeout=10 09:20:13 > git config core.sparsecheckout # timeout=10 09:20:13 > git checkout -f fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 # timeout=10 09:20:13 Commit message: "chore(deps): Bump ansi-regex, ansi-regex and ansi-regex in /web" 09:20:13 > git --version # timeout=10 09:20:13 > git --version # 'git version 2.25.1' 09:20:13 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:20:15 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:20:15 % Total % Received % Xferd Average Speed Time Time Time Current 09:20:15 Dload Upload Total Spent Left Speed 09:20:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 227k 0 --:--:-- --:--:-- --:--:-- 227k [Pipeline] sh 09:20:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:20:16 + sudo tee /etc/docker/daemon.new 09:20:16 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:20:16 { 09:20:16 "registry-mirrors": [ 09:20:16 "https://nexus3.edgexfoundry.org:10001" 09:20:16 ], 09:20:16 "bip": "10.250.0.254/24", 09:20:16 "hosts": [ 09:20:16 "tcp://0.0.0.0:5555", 09:20:16 "unix:///var/run/docker.sock" 09:20:16 ], 09:20:16 "mtu": 1458, 09:20:16 "selinux-enabled": true, 09:20:16 "seccomp-profile": "/etc/docker/seccomp.json" 09:20:16 } [Pipeline] sh 09:20:16 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:20:16 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:20:35 provisioning config files... 09:20:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config9692990866915678257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:20:35 ---> docker-login.sh 09:20:35 nexus3.edgexfoundry.org:10001 09:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:20:36 Configure a credential helper to remove this warning. See 09:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:20:36 09:20:36 Login Succeeded 09:20:36 nexus3.edgexfoundry.org:10002 09:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:20:36 Configure a credential helper to remove this warning. See 09:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:20:36 09:20:36 Login Succeeded 09:20:36 nexus3.edgexfoundry.org:10003 09:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:20:36 Configure a credential helper to remove this warning. See 09:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:20:36 09:20:36 Login Succeeded 09:20:36 nexus3.edgexfoundry.org:10004 09:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:20:37 Configure a credential helper to remove this warning. See 09:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:20:37 09:20:37 Login Succeeded 09:20:37 docker.io 09:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:20:38 Configure a credential helper to remove this warning. See 09:20:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:20:38 09:20:38 Login Succeeded 09:20:38 ---> docker-login.sh ends [Pipeline] } 09:20:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:20:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:20:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:20:38 ========================================================= 09:20:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 09:20:38 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:38 + 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 . 09:20:39 Sending build context to Docker daemon 28.94MB 09:20:39 Step 1/16 : ARG BASE=golang:1.18-alpine3.16 09:20:39 Step 2/16 : FROM ${BASE} AS builder 09:20:40 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:20:40 9b18e9b68314: Pulling fs layer 09:20:40 d32db5db7311: Pulling fs layer 09:20:40 d0c4b47475fc: Pulling fs layer 09:20:40 5831b945b038: Pulling fs layer 09:20:40 86bbec2aaacd: Pulling fs layer 09:20:40 e10730c5d714: Pulling fs layer 09:20:40 5dd5c2283517: Pulling fs layer 09:20:40 d5ac0230b979: Pulling fs layer 09:20:40 86bbec2aaacd: Waiting 09:20:40 e10730c5d714: Waiting 09:20:40 5dd5c2283517: Waiting 09:20:40 d5ac0230b979: Waiting 09:20:40 d0c4b47475fc: Verifying Checksum 09:20:40 d0c4b47475fc: Download complete 09:20:40 d32db5db7311: Verifying Checksum 09:20:40 d32db5db7311: Download complete 09:20:40 86bbec2aaacd: Verifying Checksum 09:20:40 86bbec2aaacd: Download complete 09:20:40 e10730c5d714: Download complete 09:20:40 9b18e9b68314: Verifying Checksum 09:20:40 9b18e9b68314: Download complete 09:20:41 9b18e9b68314: Pull complete 09:20:41 d5ac0230b979: Verifying Checksum 09:20:41 d5ac0230b979: Download complete 09:20:41 d32db5db7311: Pull complete 09:20:41 d0c4b47475fc: Pull complete 09:20:42 5dd5c2283517: Verifying Checksum 09:20:42 5dd5c2283517: Download complete 09:20:43 5831b945b038: Verifying Checksum 09:20:43 5831b945b038: Download complete 09:20:55 5831b945b038: Pull complete 09:20:55 86bbec2aaacd: Pull complete 09:20:55 e10730c5d714: Pull complete 09:21:02 5dd5c2283517: Pull complete 09:21:04 d5ac0230b979: Pull complete 09:21:04 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 09:21:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 09:21:04 ---> 59b3b1a385d4 09:21:04 Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:21:05 ---> Running in 9ccdba8cc0f4 09:21:06 Removing intermediate container 9ccdba8cc0f4 09:21:06 ---> 4ff43b87e321 09:21:06 Step 4/16 : ARG ALPINE_PKG_BASE="make git" 09:21:06 ---> Running in 1a586ba606cf 09:21:06 Removing intermediate container 1a586ba606cf 09:21:06 ---> f5ad142a2614 09:21:06 Step 5/16 : ARG ALPINE_PKG_EXTRA="" 09:21:06 ---> Running in 1cb01d022031 09:21:06 Removing intermediate container 1cb01d022031 09:21:06 ---> 266b212baa0a 09:21:06 Step 6/16 : LABEL Name=edgex-ui-go 09:21:07 ---> Running in 27c53cff71b5 09:21:07 Removing intermediate container 27c53cff71b5 09:21:07 ---> 4a3a57d4b788 09:21:07 Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 09:21:07 ---> Running in 5de3c94c5205 09:21:07 Removing intermediate container 5de3c94c5205 09:21:07 ---> 1496ec289a6b 09:21:07 Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:21:08 latest: Pulling from library/docker 09:21:08 9b18e9b68314: Already exists 09:21:08 c21cba7d4ed2: Pulling fs layer 09:21:08 63dea5e92710: Pulling fs layer 09:21:08 9d2c8901bb3f: Pulling fs layer 09:21:08 617bdaf04ff9: Pulling fs layer 09:21:08 905797b402e1: Pulling fs layer 09:21:08 4200b31db3e1: Pulling fs layer 09:21:08 0f100482841c: Pulling fs layer 09:21:08 34a7cc51cc60: Pulling fs layer 09:21:08 617bdaf04ff9: Waiting 09:21:08 905797b402e1: Waiting 09:21:08 0f100482841c: Waiting 09:21:08 34a7cc51cc60: Waiting 09:21:08 4200b31db3e1: Waiting 09:21:08 63dea5e92710: Download complete 09:21:08 c21cba7d4ed2: Verifying Checksum 09:21:08 c21cba7d4ed2: Download complete 09:21:09 9d2c8901bb3f: Verifying Checksum 09:21:09 9d2c8901bb3f: Download complete 09:21:09 4200b31db3e1: Verifying Checksum 09:21:09 4200b31db3e1: Download complete 09:21:09 905797b402e1: Verifying Checksum 09:21:09 905797b402e1: Download complete 09:21:09 617bdaf04ff9: Verifying Checksum 09:21:09 617bdaf04ff9: Download complete 09:21:09 0f100482841c: Verifying Checksum 09:21:09 0f100482841c: Download complete 09:21:09 34a7cc51cc60: Verifying Checksum 09:21:09 34a7cc51cc60: Download complete 09:21:09 c21cba7d4ed2: Pull complete 09:21:09 63dea5e92710: Pull complete 09:21:10 9d2c8901bb3f: Pull complete 09:21:11 617bdaf04ff9: Pull complete 09:21:12 905797b402e1: Pull complete 09:21:13 4200b31db3e1: Pull complete 09:21:13 0f100482841c: Pull complete 09:21:13 34a7cc51cc60: Pull complete 09:21:13 Digest: sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe 09:21:13 Status: Downloaded newer image for docker:latest 09:21:16 ---> 30b461b68092 09:21:16 Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:21:16 ---> Running in 926bbd5adf3d 09:21:18 Removing intermediate container 926bbd5adf3d 09:21:18 ---> 1b2b8ea09404 09:21:18 Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:21:18 ---> Running in f01cca4ffaf1 09:21:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 09:21:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 09:21:20 OK: 221 MiB in 51 packages 09:21:21 Removing intermediate container f01cca4ffaf1 09:21:21 ---> 9c48d8ad02ff 09:21:21 Step 11/16 : ENV GO111MODULE=on 09:21:21 ---> Running in 0612d8a02dcd 09:21:21 Removing intermediate container 0612d8a02dcd 09:21:21 ---> 0322c8e31800 09:21:21 Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:21:21 ---> Running in 1aeaafc5f3f5 09:21:22 Removing intermediate container 1aeaafc5f3f5 09:21:22 ---> 19d2c3fb18ee 09:21:22 Step 13/16 : COPY go.mod vendor* ./ 09:21:22 ---> bef64ecd6bcb 09:21:22 Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:21:22 ---> Running in efcfd1e83bd1 09:22:09 Removing intermediate container efcfd1e83bd1 09:22:09 ---> f620e505bf36 09:22:09 Step 15/16 : COPY . . 09:22:10 ---> 25e3564c6860 09:22:10 Step 16/16 : RUN ${MAKE} 09:22:10 ---> Running in cd3d385253f8 09:22:11 noop 09:22:12 Removing intermediate container cd3d385253f8 09:22:12 ---> be2daf791af7 09:22:12 Successfully built be2daf791af7 09:22:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:12 + docker inspect -f . ci-base-image-arm64 09:22:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:22:13 prd-ubuntu20.04-docker-arm64-4c-16g-7640 does not seem to be running inside a container 09:22:13 $ 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 09:22:14 $ docker top a677ec9547892797476567428d4c0761f63bc4f6e13af2ac59853d52893c384a -eo pid,comm [Pipeline] { [Pipeline] sh 09:22:15 + go version 09:22:15 go version go1.18.7 linux/arm64 [Pipeline] } 09:22:15 $ docker stop --time=1 a677ec9547892797476567428d4c0761f63bc4f6e13af2ac59853d52893c384a 09:22:16 $ docker rm -f a677ec9547892797476567428d4c0761f63bc4f6e13af2ac59853d52893c384a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:17 + docker inspect -f . ci-base-image-arm64 09:22:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:22:17 prd-ubuntu20.04-docker-arm64-4c-16g-7640 does not seem to be running inside a container 09:22:17 $ 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 09:22:18 $ docker top 50b623b9680cfd94e89b6383455c371e504e87172483772fe7918e22caecff16 -eo pid,comm [Pipeline] { [Pipeline] sh 09:22:19 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 09:22:19 + make test 09:22:19 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 09:22:21 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:23:30 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:23:30 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:23:30 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 09:23:30 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 09:23:30 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 09:23:30 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:23:30 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:23:30 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 09:23:30 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 09:23:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:23:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:23:49 ./bin/test-attribution-txt.sh 09:23:49 An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/go-kit/log is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add 09:23:49 An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add 09:23:49 An attribution for golang.org/x/net is missing from Attribution.txt, please add 09:23:49 An attribution for golang.org/x/sync is missing from Attribution.txt, please add 09:23:49 An attribution for google.golang.org/genproto is missing from Attribution.txt, please add 09:23:49 An attribution for google.golang.org/grpc is missing from Attribution.txt, please add 09:23:49 An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add 09:23:49 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 09:23:49 make -C web test 09:23:49 make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' 09:23:49 make[1]: tput: No such file or directory 09:23:49 make[1]: tput: No such file or directory 09:23:49 warning: generating ./VERSION 09:23:49 echo "0.0.0" > VERSION 09:23:49 docker build \ 09:23:49 -f Dockerfile \ 09:23:49 --build-arg USER=1000 \ 09:23:49 \ 09:23:49 --label "git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3" \ 09:23:49 -t edgexfoundry/edgex-web-ui:fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 \ 09:23:49 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 09:23:49 . 09:23:49 Sending build context to Docker daemon 3.27MB 09:23:49 Step 1/10 : FROM node:16.17-alpine3.15 09:23:49 16.17-alpine3.15: Pulling from library/node 09:23:49 47517142f6ba: Pulling fs layer 09:23:49 5f8c4bfa009b: Pulling fs layer 09:23:49 f7079c9c4ba1: Pulling fs layer 09:23:49 aba105e6f55a: Pulling fs layer 09:23:49 aba105e6f55a: Waiting 09:23:49 47517142f6ba: Verifying Checksum 09:23:49 47517142f6ba: Download complete 09:23:49 f7079c9c4ba1: Verifying Checksum 09:23:49 f7079c9c4ba1: Download complete 09:23:49 aba105e6f55a: Verifying Checksum 09:23:49 aba105e6f55a: Download complete 09:23:49 47517142f6ba: Pull complete 09:23:50 5f8c4bfa009b: Download complete 09:23:53 5f8c4bfa009b: Pull complete 09:23:53 f7079c9c4ba1: Pull complete 09:23:53 aba105e6f55a: Pull complete 09:23:53 Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a 09:23:53 Status: Downloaded newer image for node:16.17-alpine3.15 09:23:53 ---> bf1b8b58d215 09:23:53 Step 2/10 : RUN apk add --no-cache chromium 09:23:54 ---> Running in 0c9d24cef82f 09:23:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 09:23:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 09:23:56 (1/128) Installing libxau (1.0.9-r0) 09:23:56 (2/128) Installing libmd (1.0.3-r0) 09:23:56 (3/128) Installing libbsd (0.11.3-r1) 09:23:56 (4/128) Installing libxdmcp (1.1.3-r0) 09:23:56 (5/128) Installing libxcb (1.14-r2) 09:23:56 (6/128) Installing libx11 (1.7.3.1-r0) 09:23:56 (7/128) Installing libxext (1.3.4-r0) 09:23:56 (8/128) Installing libice (1.0.10-r0) 09:23:56 (9/128) Installing libuuid (2.37.4-r0) 09:23:56 (10/128) Installing libsm (1.2.3-r0) 09:23:56 (11/128) Installing libxt (1.2.1-r0) 09:23:56 (12/128) Installing libxmu (1.1.3-r0) 09:23:56 (13/128) Installing xset (1.2.4-r0) 09:23:56 (14/128) Installing xprop (1.2.5-r0) 09:23:56 (15/128) Installing xdg-utils (1.1.3-r0) 09:23:56 (16/128) Installing eudev-libs (3.2.11_pre1-r0) 09:23:56 (17/128) Installing pkgconf (1.8.0-r0) 09:23:56 (18/128) Installing libffi (3.4.2-r1) 09:23:56 (19/128) Installing libintl (0.21-r0) 09:23:56 (20/128) Installing libblkid (2.37.4-r0) 09:23:56 (21/128) Installing libmount (2.37.4-r0) 09:23:56 (22/128) Installing pcre (8.45-r1) 09:23:56 (23/128) Installing glib (2.70.1-r0) 09:23:56 (24/128) Installing xz-libs (5.2.5-r1) 09:23:56 (25/128) Installing libxml2 (2.9.14-r1) 09:23:56 (26/128) Installing shared-mime-info (2.1-r1) 09:23:56 (27/128) Installing hicolor-icon-theme (0.17-r1) 09:23:57 (28/128) Installing libjpeg-turbo (2.1.2-r0) 09:23:57 (29/128) Installing libpng (1.6.37-r1) 09:23:57 (30/128) Installing libwebp (1.2.2-r0) 09:23:57 (31/128) Installing zstd-libs (1.5.0-r0) 09:23:57 (32/128) Installing tiff (4.4.0-r0) 09:23:57 (33/128) Installing gdk-pixbuf (2.42.8-r0) 09:23:57 (34/128) Installing gtk-update-icon-cache (2.24.33-r0) 09:23:57 (35/128) Installing libxcomposite (0.4.5-r0) 09:23:57 (36/128) Installing libxfixes (6.0.0-r0) 09:23:57 (37/128) Installing libxrender (0.9.10-r3) 09:23:57 (38/128) Installing libxcursor (1.2.0-r0) 09:23:57 (39/128) Installing libxdamage (1.1.5-r1) 09:23:57 (40/128) Installing libxi (1.8-r0) 09:23:57 (41/128) Installing libxinerama (1.1.4-r1) 09:23:57 (42/128) Installing libxrandr (1.5.2-r1) 09:23:57 (43/128) Installing atk (2.36.0-r0) 09:23:57 (44/128) Installing libxtst (1.2.3-r3) 09:23:57 (45/128) Installing dbus-libs (1.12.24-r0) 09:23:57 (46/128) Installing at-spi2-core (2.42.0-r0) 09:23:57 (47/128) Installing at-spi2-atk (2.38.0-r0) 09:23:57 (48/128) Installing expat (2.4.9-r0) 09:23:57 (49/128) Installing brotli-libs (1.0.9-r5) 09:23:57 (50/128) Installing libbz2 (1.0.8-r1) 09:23:57 (51/128) Installing freetype (2.11.1-r2) 09:23:57 (52/128) Installing fontconfig (2.13.1-r4) 09:23:57 (53/128) Installing pixman (0.40.0-r3) 09:23:57 (54/128) Installing cairo (1.16.0-r5) 09:23:57 (55/128) Installing cairo-gobject (1.16.0-r5) 09:23:57 (56/128) Installing avahi-libs (0.8-r5) 09:23:57 (57/128) Installing gmp (6.2.1-r1) 09:23:57 (58/128) Installing nettle (3.7.3-r0) 09:23:57 (59/128) Installing p11-kit (0.24.0-r1) 09:23:57 (60/128) Installing libtasn1 (4.18.0-r0) 09:23:57 (61/128) Installing libunistring (0.9.10-r1) 09:23:57 (62/128) Installing gnutls (3.7.1-r1) 09:23:57 (63/128) Installing cups-libs (2.3.3-r6) 09:23:57 (64/128) Installing libepoxy (1.5.9-r0) 09:23:57 (65/128) Installing fribidi (1.0.11-r0) 09:23:57 (66/128) Installing graphite2 (1.3.14-r0) 09:23:57 (67/128) Installing harfbuzz (3.0.0-r2) 09:23:57 (68/128) Installing libxft (2.3.4-r0) 09:23:57 (69/128) Installing pango (1.48.10-r0) 09:23:57 (70/128) Installing wayland-libs-client (1.19.0-r1) 09:23:57 (71/128) Installing wayland-libs-cursor (1.19.0-r1) 09:23:57 (72/128) Installing wayland-libs-egl (1.19.0-r1) 09:23:57 (73/128) Installing xkeyboard-config (2.34-r0) 09:23:57 (74/128) Installing libxkbcommon (1.3.1-r0) 09:23:57 (75/128) Installing gtk+3.0 (3.24.30-r0) 09:23:58 Executing gtk+3.0-3.24.30-r0.post-install 09:23:58 (76/128) Installing libfontenc (1.1.4-r0) 09:23:58 (77/128) Installing mkfontscale (1.2.1-r1) 09:23:58 (78/128) Installing ttf-opensans (1.10-r1) 09:23:58 Executing ttf-opensans-1.10-r1.post-install 09:24:00 (79/128) Installing libogg (1.3.5-r0) 09:24:00 (80/128) Installing flac (1.3.4-r0) 09:24:00 (81/128) Installing alsa-lib (1.2.5.1-r1) 09:24:00 (82/128) Installing libatomic (10.3.1_git20211027-r0) 09:24:00 (83/128) Installing sdl2 (2.0.16-r4) 09:24:00 (84/128) Installing aom-libs (3.2.0-r0) 09:24:00 (85/128) Installing libass (0.15.2-r0) 09:24:00 (86/128) Installing libdav1d (0.9.2-r0) 09:24:00 (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) 09:24:00 (88/128) Installing ncurses-libs (6.3_p20211120-r1) 09:24:00 (89/128) Installing lame (3.100-r0) 09:24:00 (90/128) Installing opus (1.3.1-r1) 09:24:00 (91/128) Installing libgomp (10.3.1_git20211027-r0) 09:24:00 (92/128) Installing soxr (0.1.3-r2) 09:24:00 (93/128) Installing libsrt (1.4.2-r1) 09:24:00 (94/128) Installing libssh (0.9.6-r1) 09:24:00 (95/128) Installing libtheora (1.1.1-r16) 09:24:00 (96/128) Installing v4l-utils-libs (1.22.1-r1) 09:24:00 (97/128) Installing libdrm (2.4.109-r0) 09:24:00 (98/128) Installing libva (2.13.0-r0) 09:24:00 (99/128) Installing libvdpau (1.4-r0) 09:24:00 (100/128) Installing vidstab (1.1.0-r1) 09:24:00 (101/128) Installing libvorbis (1.3.7-r0) 09:24:00 (102/128) Installing libvpx (1.10.0-r0) 09:24:00 (103/128) Installing vulkan-loader (1.2.196-r0) 09:24:00 (104/128) Installing x264-libs (20210613-r0) 09:24:01 (105/128) Installing x265-libs (3.5-r0) 09:24:01 (106/128) Installing xvidcore (1.3.7-r1) 09:24:01 (107/128) Installing ffmpeg-libs (4.4.1-r2) 09:24:01 (108/128) Installing libevent (2.1.12-r4) 09:24:01 (109/128) Installing mesa (21.2.6-r0) 09:24:01 (110/128) Installing wayland-libs-server (1.19.0-r1) 09:24:01 (111/128) Installing mesa-gbm (21.2.6-r0) 09:24:01 (112/128) Installing lcms2 (2.12-r1) 09:24:01 (113/128) Installing nspr (4.32-r0) 09:24:01 (114/128) Installing sqlite-libs (3.36.0-r0) 09:24:01 (115/128) Installing nss (3.78.1-r0) 09:24:01 (116/128) Installing libasyncns (0.8-r1) 09:24:01 (117/128) Installing libltdl (2.4.6-r7) 09:24:01 (118/128) Installing orc (0.4.32-r0) 09:24:01 (119/128) Installing libsndfile (1.0.31-r1) 09:24:01 (120/128) Installing speexdsp (1.2.0-r0) 09:24:01 (121/128) Installing tdb-libs (1.4.5-r0) 09:24:01 (122/128) Installing libpulse (15.0-r2) 09:24:01 (123/128) Installing re2 (2021.11.01-r0) 09:24:01 (124/128) Installing snappy (1.1.9-r1) 09:24:01 (125/128) Installing libgpg-error (1.42-r1) 09:24:01 (126/128) Installing libgcrypt (1.9.4-r0) 09:24:01 (127/128) Installing libxslt (1.1.35-r0) 09:24:01 (128/128) Installing chromium (99.0.4844.84-r0) 09:24:06 Executing busybox-1.34.1-r7.trigger 09:24:06 Executing glib-2.70.1-r0.trigger 09:24:06 Executing shared-mime-info-2.1-r1.trigger 09:24:10 Executing gdk-pixbuf-2.42.8-r0.trigger 09:24:10 Executing gtk-update-icon-cache-2.24.33-r0.trigger 09:24:10 Executing fontconfig-2.13.1-r4.trigger 09:24:10 Executing mkfontscale-1.2.1-r1.trigger 09:24:10 OK: 275 MiB in 144 packages 09:24:18 Removing intermediate container 0c9d24cef82f 09:24:18 ---> 2c01bd8ee412 09:24:18 Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser 09:24:19 ---> Running in 5874216e1741 09:24:19 Removing intermediate container 5874216e1741 09:24:19 ---> 611e769c0aac 09:24:19 Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH 09:24:19 ---> Running in 33d368e3b1d7 09:24:20 Removing intermediate container 33d368e3b1d7 09:24:20 ---> d049a367871b 09:24:20 Step 5/10 : RUN npm install -g npm 09:24:20 ---> Running in a5d73758bdd8 09:24:46 09:24:46 changed 54 packages, and audited 212 packages in 23s 09:24:46 09:24:46 11 packages are looking for funding 09:24:46 run `npm fund` for details 09:24:46 09:24:46 found 0 vulnerabilities 09:24:50 Removing intermediate container a5d73758bdd8 09:24:50 ---> 90bbc70af29e 09:24:50 Step 6/10 : ARG USER=1000 09:24:50 ---> Running in 77dfed596490 09:24:51 Removing intermediate container 77dfed596490 09:24:51 ---> 4bf59ecdaf93 09:24:51 Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 09:24:51 ---> Running in 8d6b5556d456 09:24:53 Removing intermediate container 8d6b5556d456 09:24:53 ---> c08b5b8194a4 09:24:53 Step 8/10 : USER $USER:$USER 09:24:53 ---> Running in b29388b369d5 09:24:53 Removing intermediate container b29388b369d5 09:24:53 ---> 3cd061db152a 09:24:53 Step 9/10 : WORKDIR /app 09:24:53 ---> Running in 0d15f76f99ac 09:24:53 Removing intermediate container 0d15f76f99ac 09:24:53 ---> 50d044777ff7 09:24:53 Step 10/10 : LABEL git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 09:24:53 ---> Running in aa53f9e55da5 09:24:54 Removing intermediate container aa53f9e55da5 09:24:54 ---> d968786bff7b 09:24:54 Successfully built d968786bff7b 09:24:54 Successfully tagged edgexfoundry/edgex-web-ui:fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 09:24:54 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 09:24:54 touch edgex-web-ui.imagebuilt 09:24:54 mkdir -p node_modules coverage 09:24:54 chown "1000:1000" node_modules coverage package-lock.json 09:24:54 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 09:25:06 npm WARN EBADENGINE Unsupported engine { 09:25:06 npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', 09:25:06 npm WARN EBADENGINE required: { 09:25:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:25:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:25:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:25:06 npm WARN EBADENGINE }, 09:25:06 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:25:06 npm WARN EBADENGINE } 09:25:06 npm WARN EBADENGINE Unsupported engine { 09:25:06 npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', 09:25:06 npm WARN EBADENGINE required: { 09:25:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:25:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:25:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:25:06 npm WARN EBADENGINE }, 09:25:06 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:25:06 npm WARN EBADENGINE } 09:25:06 npm WARN EBADENGINE Unsupported engine { 09:25:06 npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', 09:25:06 npm WARN EBADENGINE required: { 09:25:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:25:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:25:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:25:06 npm WARN EBADENGINE }, 09:25:06 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:25:06 npm WARN EBADENGINE } 09:25:06 npm WARN EBADENGINE Unsupported engine { 09:25:06 npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', 09:25:06 npm WARN EBADENGINE required: { 09:25:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:25:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:25:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:25:06 npm WARN EBADENGINE }, 09:25:06 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:25:06 npm WARN EBADENGINE } 09:25:06 npm WARN EBADENGINE Unsupported engine { 09:25:06 npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', 09:25:06 npm WARN EBADENGINE required: { 09:25:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:25:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:25:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:25:06 npm WARN EBADENGINE }, 09:25:06 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:25:06 npm WARN EBADENGINE } 09:25:06 npm WARN EBADENGINE Unsupported engine { 09:25:06 npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', 09:25:06 npm WARN EBADENGINE required: { 09:25:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:25:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:25:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:25:06 npm WARN EBADENGINE }, 09:25:06 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:25:06 npm WARN EBADENGINE } 09:25:06 npm WARN EBADENGINE Unsupported engine { 09:25:06 npm WARN EBADENGINE package: '@angular/cli@12.2.4', 09:25:06 npm WARN EBADENGINE required: { 09:25:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:25:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:25:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:25:06 npm WARN EBADENGINE }, 09:25:06 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:25:06 npm WARN EBADENGINE } 09:25:06 npm WARN EBADENGINE Unsupported engine { 09:25:06 npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', 09:25:06 npm WARN EBADENGINE required: { 09:25:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:25:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:25:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:25:06 npm WARN EBADENGINE }, 09:25:06 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:25:06 npm WARN EBADENGINE } 09:25:06 npm WARN EBADENGINE Unsupported engine { 09:25:06 npm WARN EBADENGINE package: '@schematics/angular@12.2.4', 09:25:06 npm WARN EBADENGINE required: { 09:25:06 npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', 09:25:06 npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', 09:25:06 npm WARN EBADENGINE yarn: '>= 1.13.0' 09:25:06 npm WARN EBADENGINE }, 09:25:06 npm WARN EBADENGINE current: { node: 'v16.17.1', npm: '8.19.2' } 09:25:06 npm WARN EBADENGINE } 09:25:45 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 09:25:45 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 09:25:45 npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated 09:25:46 npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated 09:25:47 npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 09:25:48 npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. 09:25:58 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 09:25:58 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 09:25:59 npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. 09:26:21 npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies 09:26:21 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 09:26:21 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. 09:26:24 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. 09:26:25 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. 09:26:27 npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated 09:26:39 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 09:26:41 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 09:26:56 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. 09:27:18 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. 09:27:50 09:27:50 added 1475 packages, and audited 1476 packages in 3m 09:27:50 09:27:50 90 packages are looking for funding 09:27:50 run `npm fund` for details 09:27:50 09:27:50 12 vulnerabilities (3 moderate, 7 high, 2 critical) 09:27:50 09:27:50 To address issues that do not require attention, run: 09:27:50 npm audit fix 09:27:50 09:27:50 To address all issues (including breaking changes), run: 09:27:50 npm audit fix --force 09:27:50 09:27:50 Run `npm audit` for details. 09:27:53 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 09:28:08 - Generating browser application bundles (phase: setup)... 09:28:40 Compiling @angular/compiler/testing : es2015 as esm2015 09:28:40 Compiling @angular/core : es2015 as esm2015 09:29:12 Compiling @angular/common : es2015 as esm2015 09:29:12 Compiling @angular/core/testing : es2015 as esm2015 09:29:14 Compiling @angular/platform-browser : es2015 as esm2015 09:29:14 Compiling @angular/common/testing : es2015 as esm2015 09:29:18 Compiling @angular/router : es2015 as esm2015 09:29:19 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 09:29:24 Compiling @angular/platform-browser/testing : es2015 as esm2015 09:29:26 Compiling @angular/common/http : es2015 as esm2015 09:29:26 Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 09:29:30 Compiling @angular/forms : es2015 as esm2015 09:29:31 Compiling @angular/router/testing : es2015 as esm2015 09:29:31 Compiling @angular/common/http/testing : es2015 as esm2015 09:30:39 11 10 2022 09:30:30.153:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 09:30:39 11 10 2022 09:30:30.167:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 09:30:39 11 10 2022 09:30:30.194:INFO [launcher]: Starting browser ChromeHeadless 09:31:47 11 10 2022 09:31:36.122:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. 09:32:19 11 10 2022 09:32:17.345:INFO [launcher]: Trying to start ChromeHeadless again (1/2). 09:32:41 ✔ Browser application bundle generation complete. 09:32:41 11 10 2022 09:32:39.314:INFO [Chrome Headless 99.0.4844.84 (Linux aarch64)]: Connected on socket pfmFZitcY-BeUzEzAAAB with id 7769589 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 0 of 149 SUCCESS (0 secs / 0 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 1 of 149 SUCCESS (0 secs / 0.797 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 2 of 149 SUCCESS (0 secs / 0.914 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 3 of 149 SUCCESS (0 secs / 1.125 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 4 of 149 SUCCESS (0 secs / 1.165 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 5 of 149 SUCCESS (0 secs / 1.209 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 6 of 149 SUCCESS (0 secs / 1.229 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 7 of 149 SUCCESS (0 secs / 1.243 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 8 of 149 SUCCESS (0 secs / 1.268 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 9 of 149 SUCCESS (0 secs / 1.291 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 10 of 149 SUCCESS (0 secs / 1.631 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 11 of 149 SUCCESS (0 secs / 1.671 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 12 of 149 SUCCESS (0 secs / 1.683 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 13 of 149 SUCCESS (0 secs / 1.737 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 14 of 149 SUCCESS (0 secs / 1.894 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 15 of 149 SUCCESS (0 secs / 1.921 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 16 of 149 SUCCESS (0 secs / 1.934 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 17 of 149 SUCCESS (0 secs / 1.955 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 18 of 149 SUCCESS (0 secs / 1.972 secs) 09:32:59 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 19 of 149 SUCCESS (0 secs / 2.003 secs) 09:33:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 20 of 149 SUCCESS (0 secs / 2.267 secs) 09:33:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 21 of 149 SUCCESS (0 secs / 2.57 secs) 09:33:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 22 of 149 SUCCESS (0 secs / 2.682 secs) 09:33:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 23 of 149 SUCCESS (0 secs / 2.706 secs) 09:33:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 24 of 149 SUCCESS (0 secs / 2.775 secs) 09:33:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 25 of 149 SUCCESS (0 secs / 2.799 secs) 09:33:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 26 of 149 SUCCESS (0 secs / 2.815 secs) 09:33:00 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 27 of 149 SUCCESS (0 secs / 2.925 secs) 09:33:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 28 of 149 SUCCESS (0 secs / 3.014 secs) 09:33:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 29 of 149 SUCCESS (0 secs / 3.306 secs) 09:33:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 30 of 149 SUCCESS (0 secs / 3.476 secs) 09:33:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 31 of 149 SUCCESS (0 secs / 3.728 secs) 09:33:01 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 32 of 149 SUCCESS (0 secs / 3.787 secs) 09:33:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 33 of 149 SUCCESS (0 secs / 3.941 secs) 09:33:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 34 of 149 SUCCESS (0 secs / 3.96 secs) 09:33:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 35 of 149 SUCCESS (0 secs / 4.09 secs) 09:33:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 36 of 149 SUCCESS (0 secs / 4.149 secs) 09:33:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 37 of 149 SUCCESS (0 secs / 4.234 secs) 09:33:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 38 of 149 SUCCESS (0 secs / 4.286 secs) 09:33:02 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 39 of 149 SUCCESS (0 secs / 4.35 secs) 09:33:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 4.828 secs) 09:33:03 WARN: ' 09:33:03 It looks like you're using ngModel on the same form field as formControlName. 09:33:03 Support for using the ngModel input property and ngModelChange event with 09:33:03 reactive form directives has been deprecated in Angular v6 and will be removed 09:33:03 in a future version of Angular. 09:33:03 09:33:03 For more information on this, see our API docs here: 09:33:03 https://angular.io/api/forms/FormControlName#use-with-ngmodel 09:33:03 ' 09:33:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 40 of 149 SUCCESS (0 secs / 4.828 secs) 09:33:03 WARN: ' 09:33:03 It looks like you're using ngModel on the same form field as formControlName. 09:33:03 Support for using the ngModel input property and ngModelChange event with 09:33:03 reactive form directives has been deprecated in Angular v6 and will be removed 09:33:03 in a future version of Angular. 09:33:03 09:33:03 For more information on this, see our API docs here: 09:33:03 https://angular.io/api/forms/FormControlName#use-with-ngmodel 09:33:03 ' 09:33:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 41 of 149 SUCCESS (0 secs / 5.009 secs) 09:33:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 42 of 149 SUCCESS (0 secs / 5.045 secs) 09:33:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 43 of 149 SUCCESS (0 secs / 5.096 secs) 09:33:03 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 44 of 149 SUCCESS (0 secs / 5.257 secs) 09:33:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 45 of 149 SUCCESS (0 secs / 5.315 secs) 09:33:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 46 of 149 SUCCESS (0 secs / 5.371 secs) 09:33:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 47 of 149 SUCCESS (0 secs / 5.387 secs) 09:33:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 48 of 149 SUCCESS (0 secs / 5.398 secs) 09:33:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 49 of 149 SUCCESS (0 secs / 5.718 secs) 09:33:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 50 of 149 SUCCESS (0 secs / 5.917 secs) 09:33:04 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 51 of 149 SUCCESS (0 secs / 6.015 secs) 09:33:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 52 of 149 SUCCESS (0 secs / 6.098 secs) 09:33:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 53 of 149 SUCCESS (0 secs / 6.577 secs) 09:33:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 54 of 149 SUCCESS (0 secs / 6.628 secs) 09:33:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 55 of 149 SUCCESS (0 secs / 6.643 secs) 09:33:05 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 56 of 149 SUCCESS (0 secs / 6.655 secs) 09:33:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 57 of 149 SUCCESS (0 secs / 6.752 secs) 09:33:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 58 of 149 SUCCESS (0 secs / 6.77 secs) 09:33:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 59 of 149 SUCCESS (0 secs / 6.78 secs) 09:33:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 60 of 149 SUCCESS (0 secs / 6.932 secs) 09:33:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 61 of 149 SUCCESS (0 secs / 7.137 secs) 09:33:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 62 of 149 SUCCESS (0 secs / 7.202 secs) 09:33:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 63 of 149 SUCCESS (0 secs / 7.286 secs) 09:33:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 64 of 149 SUCCESS (0 secs / 7.342 secs) 09:33:06 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 65 of 149 SUCCESS (0 secs / 7.459 secs) 09:33:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 66 of 149 SUCCESS (0 secs / 7.533 secs) 09:33:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 67 of 149 SUCCESS (0 secs / 7.676 secs) 09:33:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 68 of 149 SUCCESS (0 secs / 7.741 secs) 09:33:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 69 of 149 SUCCESS (0 secs / 7.797 secs) 09:33:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 70 of 149 SUCCESS (0 secs / 7.849 secs) 09:33:07 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 71 of 149 SUCCESS (0 secs / 7.922 secs) 09:33:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 72 of 149 SUCCESS (0 secs / 8.455 secs) 09:33:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 73 of 149 SUCCESS (0 secs / 8.486 secs) 09:33:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 74 of 149 SUCCESS (0 secs / 8.504 secs) 09:33:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 75 of 149 SUCCESS (0 secs / 8.633 secs) 09:33:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 76 of 149 SUCCESS (0 secs / 8.751 secs) 09:33:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 77 of 149 SUCCESS (0 secs / 8.802 secs) 09:33:08 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 78 of 149 SUCCESS (0 secs / 8.926 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 79 of 149 SUCCESS (0 secs / 8.989 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 80 of 149 SUCCESS (0 secs / 9.075 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 81 of 149 SUCCESS (0 secs / 9.108 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 82 of 149 SUCCESS (0 secs / 9.148 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 83 of 149 SUCCESS (0 secs / 9.177 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 84 of 149 SUCCESS (0 secs / 9.251 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 85 of 149 SUCCESS (0 secs / 9.302 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 86 of 149 SUCCESS (0 secs / 9.324 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 87 of 149 SUCCESS (0 secs / 9.343 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 88 of 149 SUCCESS (0 secs / 9.362 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 89 of 149 SUCCESS (0 secs / 9.548 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 90 of 149 SUCCESS (0 secs / 9.599 secs) 09:33:09 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 91 of 149 SUCCESS (0 secs / 9.705 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 92 of 149 SUCCESS (0 secs / 9.75 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 93 of 149 SUCCESS (0 secs / 9.779 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 94 of 149 SUCCESS (0 secs / 9.898 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 95 of 149 SUCCESS (0 secs / 9.951 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 96 of 149 SUCCESS (0 secs / 9.974 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 97 of 149 SUCCESS (0 secs / 10.088 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 98 of 149 SUCCESS (0 secs / 10.115 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 99 of 149 SUCCESS (0 secs / 10.139 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 100 of 149 SUCCESS (0 secs / 10.158 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 101 of 149 SUCCESS (0 secs / 10.166 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 102 of 149 SUCCESS (0 secs / 10.178 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 103 of 149 SUCCESS (0 secs / 10.284 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 104 of 149 SUCCESS (0 secs / 10.435 secs) 09:33:10 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 105 of 149 SUCCESS (0 secs / 10.465 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 106 of 149 SUCCESS (0 secs / 10.678 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 107 of 149 SUCCESS (0 secs / 10.781 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 108 of 149 SUCCESS (0 secs / 10.811 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 109 of 149 SUCCESS (0 secs / 10.84 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 110 of 149 SUCCESS (0 secs / 10.876 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 111 of 149 SUCCESS (0 secs / 10.921 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 112 of 149 SUCCESS (0 secs / 10.951 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 113 of 149 SUCCESS (0 secs / 11.005 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 114 of 149 SUCCESS (0 secs / 11.039 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 115 of 149 SUCCESS (0 secs / 11.069 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 116 of 149 SUCCESS (0 secs / 11.155 secs) 09:33:11 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 117 of 149 SUCCESS (0 secs / 11.202 secs) 09:33:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 118 of 149 SUCCESS (0 secs / 11.264 secs) 09:33:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 119 of 149 SUCCESS (0 secs / 11.451 secs) 09:33:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 120 of 149 SUCCESS (0 secs / 11.521 secs) 09:33:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 121 of 149 SUCCESS (0 secs / 11.657 secs) 09:33:12 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 122 of 149 SUCCESS (0 secs / 11.745 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 123 of 149 SUCCESS (0 secs / 11.999 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 124 of 149 SUCCESS (0 secs / 12.049 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 125 of 149 SUCCESS (0 secs / 12.093 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 126 of 149 SUCCESS (0 secs / 12.252 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 127 of 149 SUCCESS (0 secs / 12.29 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 128 of 149 SUCCESS (0 secs / 12.314 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 129 of 149 SUCCESS (0 secs / 12.359 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 130 of 149 SUCCESS (0 secs / 12.423 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 131 of 149 SUCCESS (0 secs / 12.503 secs) 09:33:13 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 132 of 149 SUCCESS (0 secs / 12.541 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 133 of 149 SUCCESS (0 secs / 12.689 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 134 of 149 SUCCESS (0 secs / 12.745 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 135 of 149 SUCCESS (0 secs / 12.8 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 136 of 149 SUCCESS (0 secs / 12.82 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 137 of 149 SUCCESS (0 secs / 12.943 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 138 of 149 SUCCESS (0 secs / 12.955 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 139 of 149 SUCCESS (0 secs / 12.997 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 140 of 149 SUCCESS (0 secs / 13.019 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 141 of 149 SUCCESS (0 secs / 13.05 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 142 of 149 SUCCESS (0 secs / 13.066 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 143 of 149 SUCCESS (0 secs / 13.129 secs) 09:33:14 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 144 of 149 SUCCESS (0 secs / 13.182 secs) 09:33:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 145 of 149 SUCCESS (0 secs / 13.207 secs) 09:33:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 146 of 149 SUCCESS (0 secs / 13.408 secs) 09:33:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 147 of 149 SUCCESS (0 secs / 13.603 secs) 09:33:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 148 of 149 SUCCESS (0 secs / 13.629 secs) 09:33:15 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (0 secs / 13.741 secs) 09:33:16 Chrome Headless 99.0.4844.84 (Linux aarch64): Executed 149 of 149 SUCCESS (19.377 secs / 13.741 secs) 09:33:16 TOTAL: 149 SUCCESS 09:33:16 ✔ Browser application bundle generation complete. 09:33:19 09:33:19 =============================== Coverage summary =============================== 09:33:19 Statements : 40.98% ( 1467/3580 ) 09:33:19 Branches : 12.03% ( 111/923 ) 09:33:19 Functions : 33.28% ( 432/1298 ) 09:33:19 Lines : 38.91% ( 1318/3387 ) 09:33:19 ================================================================================ 09:33:19 11 10 2022 09:33:19.661:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. 09:33:20 ✔ Browser application bundle generation complete. 09:33:21 make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [Pipeline] echo 09:33:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:33:21 $ docker stop --time=1 50b623b9680cfd94e89b6383455c371e504e87172483772fe7918e22caecff16 09:33:23 $ docker rm -f 50b623b9680cfd94e89b6383455c371e504e87172483772fe7918e22caecff16 [Pipeline] // withDockerContainer [Pipeline] sh 09:33:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:33:26 Warning: overwriting stash ‘coverage-report’ 09:33:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:33:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:33:35 + ls -al . 09:33:35 total 172 09:33:35 drwxrwxr-x 13 jenkins jenkins 4096 Oct 11 09:22 . 09:33:35 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:20 .. 09:33:35 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:20 .blubracket 09:33:35 -rw-rw-r-- 1 jenkins jenkins 18 Oct 11 09:20 .dockerignore 09:33:35 drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 09:20 .git 09:33:35 drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:20 .github 09:33:35 -rw-rw-r-- 1 jenkins jenkins 185 Oct 11 09:20 .gitignore 09:33:35 -rw-rw-r-- 1 jenkins jenkins 4856 Oct 11 09:20 Attribution.txt 09:33:35 -rw-rw-r-- 1 jenkins jenkins 14570 Oct 11 09:20 CHANGELOG.md 09:33:35 -rw-rw-r-- 1 jenkins jenkins 3959 Oct 11 09:20 CONTRIBUTING.md 09:33:35 -rw-rw-r-- 1 jenkins jenkins 1669 Oct 11 09:20 Dockerfile 09:33:35 -rw-rw-r-- 1 jenkins jenkins 652 Oct 11 09:20 Jenkinsfile 09:33:35 -rw-rw-r-- 1 jenkins jenkins 11357 Oct 11 09:20 LICENSE 09:33:35 -rw-rw-r-- 1 jenkins jenkins 2124 Oct 11 09:20 Makefile 09:33:35 -rw-rw-r-- 1 jenkins jenkins 4398 Oct 11 09:20 README.md 09:33:35 -rw-rw-r-- 1 jenkins jenkins 5 Oct 11 09:16 VERSION 09:33:35 drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:20 assets 09:33:35 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:20 bin 09:33:35 drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 09:20 cmd 09:33:35 -rw-r--r-- 1 jenkins jenkins 10 Oct 11 09:22 coverage.out 09:33:35 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 09:20 docs 09:33:35 -rw-rw-r-- 1 jenkins jenkins 3012 Oct 11 09:20 go.mod 09:33:35 -rw-rw-r-- 1 jenkins jenkins 35759 Oct 11 09:20 go.sum 09:33:35 drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 09:20 internal 09:33:35 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:20 snap 09:33:35 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 09:20 testing 09:33:35 -rw-rw-r-- 1 jenkins jenkins 155 Oct 11 09:20 version.go 09:33:35 drwxrwxr-x 6 jenkins jenkins 4096 Oct 11 09:24 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:35 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 --label arch=arm64 --label version=0.0.0 . 09:33:37 Sending build context to Docker daemon 31.69MB 09:33:37 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 09:33:37 Step 2/24 : FROM ${BASE} AS builder 09:33:37 ---> be2daf791af7 09:33:37 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:33:37 ---> Running in d6d3895c5f9a 09:33:38 Removing intermediate container d6d3895c5f9a 09:33:38 ---> 2699e3a5ee06 09:33:38 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:33:38 ---> Running in 8e85fcacf508 09:33:38 Removing intermediate container 8e85fcacf508 09:33:38 ---> cb5a7375ac67 09:33:38 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:33:38 ---> Running in 58cb2326bea7 09:33:38 Removing intermediate container 58cb2326bea7 09:33:38 ---> 19092e0331aa 09:33:38 Step 6/24 : LABEL Name=edgex-ui-go 09:33:38 ---> Running in 287597a34102 09:33:39 Removing intermediate container 287597a34102 09:33:39 ---> ff9c4bc47d0f 09:33:39 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' 09:33:39 ---> Running in 5be198836ce9 09:33:39 Removing intermediate container 5be198836ce9 09:33:39 ---> b2b6fa191d7e 09:33:39 Step 8/24 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:33:41 ---> 1c785973983d 09:33:41 Step 9/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:33:41 ---> Running in d659df910a5f 09:33:43 Removing intermediate container d659df910a5f 09:33:43 ---> a799309c4198 09:33:43 Step 10/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:33:43 ---> Running in 6a57aa48b66e 09:33:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 09:33:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 09:33:45 OK: 221 MiB in 51 packages 09:33:46 Removing intermediate container 6a57aa48b66e 09:33:46 ---> f5d78047731d 09:33:46 Step 11/24 : ENV GO111MODULE=on 09:33:46 ---> Running in ac1054eed10b 09:33:47 Removing intermediate container ac1054eed10b 09:33:47 ---> 0e8a99b1b13c 09:33:47 Step 12/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:33:47 ---> Running in c330b37ddc86 09:33:47 Removing intermediate container c330b37ddc86 09:33:47 ---> f0db31ddfa29 09:33:47 Step 13/24 : COPY go.mod vendor* ./ 09:33:47 ---> b397a5f67727 09:33:47 Step 14/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:33:47 ---> Running in 453089fa56e3 09:33:49 Removing intermediate container 453089fa56e3 09:33:49 ---> 6175c5e98097 09:33:49 Step 15/24 : COPY . . 09:33:54 ---> 893b5d60a4fe 09:33:54 Step 16/24 : RUN ${MAKE} 09:33:54 ---> Running in 41e63e1f428b 09:33:54 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 09:35:02 Removing intermediate container 41e63e1f428b 09:35:02 ---> 0fd84500ee31 09:35:02 Step 17/24 : FROM alpine:3.14 09:35:02 3.14: Pulling from library/alpine 09:35:02 90cda3b7c325: Pulling fs layer 09:35:02 90cda3b7c325: Download complete 09:35:02 90cda3b7c325: Pull complete 09:35:02 Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c 09:35:02 Status: Downloaded newer image for alpine:3.14 09:35:02 ---> 376ba31ae3da 09:35:02 Step 18/24 : EXPOSE 4000 09:35:02 ---> Running in c1c7656a1f51 09:35:02 Removing intermediate container c1c7656a1f51 09:35:02 ---> 2f32b678f088 09:35:02 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:35:03 ---> ae2321e2a04d 09:35:03 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:35:03 ---> Running in c87b961f2904 09:35:03 Removing intermediate container c87b961f2904 09:35:03 ---> 7ba252e93b39 09:35:03 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","--confdir=res/docker"] 09:35:04 ---> Running in 074c3f3b55f1 09:35:04 Removing intermediate container 074c3f3b55f1 09:35:04 ---> 1e01f461d566 09:35:04 Step 22/24 : LABEL arch=arm64 09:35:04 ---> Running in 0010e4459a98 09:35:04 Removing intermediate container 0010e4459a98 09:35:04 ---> 96ae5fdfab77 09:35:04 Step 23/24 : LABEL git_sha=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 09:35:04 ---> Running in c5a6341525fe 09:35:04 Removing intermediate container c5a6341525fe 09:35:04 ---> 3e1bb09c21b8 09:35:04 Step 24/24 : LABEL version=0.0.0 09:35:04 ---> Running in 2fb79e47dfce 09:35:05 Removing intermediate container 2fb79e47dfce 09:35:05 ---> 146d8e4691aa 09:35:05 [Warning] One or more build-args [ARCH] were not consumed 09:35:05 Successfully built 146d8e4691aa 09:35:05 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 09:35:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:35:06 09:35:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:35:06 arm64: Pulling from edgex-lftools-log-publisher 09:35:06 8998bd30e6a1: Pulling fs layer 09:35:06 04944245beec: Pulling fs layer 09:35:06 699f458cf7ca: Pulling fs layer 09:35:06 765212b225bb: Pulling fs layer 09:35:06 f23df028b6ca: Pulling fs layer 09:35:06 d65c8cfc05b1: Pulling fs layer 09:35:06 2437ff75d9bd: Pulling fs layer 09:35:06 f23df028b6ca: Waiting 09:35:06 d65c8cfc05b1: Waiting 09:35:06 2437ff75d9bd: Waiting 09:35:06 765212b225bb: Waiting 09:35:06 04944245beec: Verifying Checksum 09:35:06 04944245beec: Download complete 09:35:06 765212b225bb: Verifying Checksum 09:35:06 765212b225bb: Download complete 09:35:06 f23df028b6ca: Verifying Checksum 09:35:06 f23df028b6ca: Download complete 09:35:06 d65c8cfc05b1: Verifying Checksum 09:35:06 d65c8cfc05b1: Download complete 09:35:06 699f458cf7ca: Verifying Checksum 09:35:06 699f458cf7ca: Download complete 09:35:07 8998bd30e6a1: Verifying Checksum 09:35:07 8998bd30e6a1: Download complete 09:35:09 2437ff75d9bd: Verifying Checksum 09:35:09 2437ff75d9bd: Download complete 09:35:11 8998bd30e6a1: Pull complete 09:35:11 04944245beec: Pull complete 09:35:12 699f458cf7ca: Pull complete 09:35:13 765212b225bb: Pull complete 09:35:14 f23df028b6ca: Pull complete 09:35:14 d65c8cfc05b1: Pull complete 09:35:29 2437ff75d9bd: Pull complete 09:35:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:35:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:35:29 prd-ubuntu20.04-docker-arm64-4c-16g-7640 does not seem to be running inside a container 09:35:29 $ 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 09:35:32 $ docker top c58f8d1c7920ea8ba0702e06f736278528be6b2baf0e21d778e852958458a5d7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:35:32 ---> job-cost.sh 09:35:32 lf-activate-venv: SKIPPING 09:35:32 INFO: No Stack... 09:35:33 INFO: Retrieving Pricing Info for: v3-standard-4 09:35:34 INFO: Archiving Costs [Pipeline] sh 09:35:34 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 09:35:34 + cut -d, -f6 [Pipeline] lock 09:35:34 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] 09:35:34 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] did not exist. Created. 09:35:34 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:35:35 /w/workspace/edgex-ui-go/1@tmp/durable-f576e840/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:35:35 + echo total: 0.10999999940395355 [Pipeline] stash 09:35:35 Warning: overwriting stash ‘stack-cost’ 09:35:40 Stashed 1 file(s) [Pipeline] } 09:35:40 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-556-1-stack-cost] [Pipeline] // lock [Pipeline] } 09:35:40 $ docker stop --time=1 c58f8d1c7920ea8ba0702e06f736278528be6b2baf0e21d778e852958458a5d7 09:35:42 $ docker rm -f c58f8d1c7920ea8ba0702e06f736278528be6b2baf0e21d778e852958458a5d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 09:35:42 provisioning config files... 09:35:42 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/config452314428016261632tmp [Pipeline] { [Pipeline] sh 09:35:43 + set +x 09:35:43 + bash -s -- 09:35:43 + curl -s https://codecov.io/bash 09:35:43 09:35:43 _____ _ 09:35:43 / ____| | | 09:35:43 | | ___ __| | ___ ___ _____ __ 09:35:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:35:43 | |___| (_) | (_| | __/ (_| (_) \ V / 09:35:43 \_____\___/ \__,_|\___|\___\___/ \_/ 09:35:43 Bash-1.0.6 09:35:43 09:35:43 09:35:43 ==> git version 2.25.1 found 09:35:43 ==> 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 09:35:43 Release-Date: 2020-01-08 09:35:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:35:43 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:35:43 ==> Jenkins CI detected. 09:35:43 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-556 09:35:43 project root: . 09:35:43 --> token set from env 09:35:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:35:43 ==> Running gcov in . (disable via -X gcov) 09:35:43 ==> Python coveragepy not found 09:35:43 ==> Searching for coverage reports in: 09:35:43 + . 09:35:43 -> Found 1 reports 09:35:43 ==> Detecting git/mercurial file structure 09:35:43 ==> Reading reports 09:35:43 + ./coverage.out bytes=10 09:35:43 ==> Appending adjustments 09:35:43 https://docs.codecov.io/docs/fixing-reports 09:35:44 + Found adjustments 09:35:44 ==> Gzipping contents 09:35:44 12K /tmp/codecov.p54wbE.gz 09:35:44 ==> Uploading reports 09:35:44 url: https://codecov.io 09:35:44 query: branch=PR-556&commit=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-556%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=556&job=&cmd_args= 09:35:44 -> Pinging Codecov 09:35:44 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-556&commit=fb11956e9b43ee4028775c1a4fa1b4de32ff29b3&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-556%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=556&job=&cmd_args= 09:35:44 -> Uploading to 09:35:44 https://storage.googleapis.com/codecov/v4/raw/2022-10-11/FB506323287CE973F263BFD2A0EB1F37/fb11956e9b43ee4028775c1a4fa1b4de32ff29b3/0db58cc5-98c4-4db2-b14f-ea023539e4f7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221011%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221011T093544Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7bec5a0d1b27673e0eabd8b652c5ddfcf6d3f202fafdde37398ee62d6e402b8b 09:35:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:35:44 Dload Upload Total Spent Left Speed 09:35:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8872 0 0 100 8872 0 36661 --:--:-- --:--:-- --:--:-- 36510 100 8872 0 0 100 8872 0 36661 --:--:-- --:--:-- --:--:-- 36510 09:35:44 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/fb11956e9b43ee4028775c1a4fa1b4de32ff29b3 [Pipeline] } 09:35:44 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 09:35:46 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives ] 09:35:46 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives 09:35:46 total 16 09:35:46 drwxr-xr-x 3 root root 4096 Oct 11 09:19 . 09:35:46 drwxrwxr-x 15 jenkins jenkins 4096 Oct 11 09:19 .. 09:35:46 drwxr-xr-x 2 root root 4096 Oct 11 09:19 cost 09:35:46 -rw-r--r-- 1 root root 83 Oct 11 09:19 cost.csv 09:35:46 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives 09:35:46 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives 09:35:46 total 16 09:35:46 drwxr-xr-x 3 jenkins jenkins 4096 Oct 11 09:19 . 09:35:46 drwxrwxr-x 15 jenkins jenkins 4096 Oct 11 09:19 .. 09:35:46 drwxr-xr-x 2 jenkins jenkins 4096 Oct 11 09:19 cost 09:35:46 -rw-r--r-- 1 jenkins jenkins 83 Oct 11 09:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:35:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:35:47 ---> package-listing.sh 09:35:47 ++ facter osfamily 09:35:47 ++ tr '[:upper:]' '[:lower:]' 09:35:47 + OS_FAMILY=debian 09:35:47 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-556 09:35:47 + START_PACKAGES=/tmp/packages_start.txt 09:35:47 + END_PACKAGES=/tmp/packages_end.txt 09:35:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:35:47 + PACKAGES=/tmp/packages_start.txt 09:35:47 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-556 ']' 09:35:47 + PACKAGES=/tmp/packages_end.txt 09:35:47 + case "${OS_FAMILY}" in 09:35:47 + dpkg -l 09:35:47 + grep '^ii' 09:35:47 + '[' -f /tmp/packages_start.txt ']' 09:35:47 + '[' -f /tmp/packages_end.txt ']' 09:35:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:35:47 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-556 ']' 09:35:47 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives/ 09:35:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-556/archives/ [Pipeline] echo 09:35:47 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:35:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:35:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:35:49 prd-ubuntu20.04-docker-8c-8g-7639 does not seem to be running inside a container 09:35:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-556 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556:/w/workspace/edgexfoundry_edgex-ui-go_PR-556:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:35:49 $ docker top fa8ca00d2cb54004b9ab0d1ffc350415c8328d6e3d32ad9a5a34e167968f638a -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:49 + touch /tmp/pre-build-complete [Pipeline] sh 09:35:49 + mkdir -p /var/log/sysstat [Pipeline] sh 09:35:50 + ls /var/log/sa-host 09:35:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:35:50 provisioning config files... 09:35:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-556@tmp/config17210113739739816896tmp [Pipeline] { [Pipeline] echo 09:35:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:35:50 ---> create-netrc.sh [Pipeline] } 09:35:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:35:51 ---> python-tools-install.sh [Pipeline] echo 09:35:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:35:51 ---> sudo-logs.sh 09:35:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:35:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:35:51 ---> job-cost.sh 09:35:51 lf-activate-venv: SKIPPING 09:35:51 DEBUG: total: 0.2199999988079071 09:35:51 INFO: Retrieving Stack Cost... 09:35:52 INFO: Retrieving Pricing Info for: v3-standard-8 09:35:52 INFO: Archiving Costs [Pipeline] echo 09:35:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:35:53 ---> logs-deploy.sh 09:35:53 lf-activate-venv: SKIPPING 09:35:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-556/1 09:35:53 INFO: archiving workspace using pattern(s): 09:35:54 Archives upload complete. 09:35:54 INFO: archiving logs to Nexus