Started by user Bill Mahoney Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7cad7c501d971a86f82a29c9533a93a6d95b4e6d 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-ssh14654344105139865716.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh1188188506180244473.key > 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 e143027787c0ac28563f7e92b6cefc600d3b7107 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14069951840032214040.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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 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-ssh8116711580609401096.key > 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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13777507055941219467.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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.21 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-10275’ Running on prd-ubuntu20.04-docker-8c-8g-10279 in /w/workspace/edgexfoundry_edgex-ui-go_main [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_main # 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 > 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 Avoid second fetch Checking out Revision 7cad7c501d971a86f82a29c9533a93a6d95b4e6d (main) Commit message: "Merge pull request #641 from MonicaisHer/remove-snap" > git config core.sparsecheckout # timeout=10 > git checkout -f 7cad7c501d971a86f82a29c9533a93a6d95b4e6d # timeout=10 > git rev-list --no-walk 7cad7c501d971a86f82a29c9533a93a6d95b4e6d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-10-24T20:56:33.592Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-10-24T20:56:33.652Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-10-24T20:56:33.669Z] ========================================================= [2023-10-24T20:56:33.669Z] EdgeX Global Pipelines Version Info [2023-10-24T20:56:33.669Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-10-24T20:56:34.367Z] ------------------- [2023-10-24T20:56:34.367Z] stable info: [2023-10-24T20:56:34.367Z] ------------------- [2023-10-24T20:56:34.367Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-10-24T20:56:34.367Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-10-24T20:56:34.367Z] Message: update stable to v1.0.254 [2023-10-24T20:56:34.936Z] ------------------- [2023-10-24T20:56:34.936Z] experimental info: [2023-10-24T20:56:34.936Z] ------------------- [2023-10-24T20:56:34.936Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-10-24T20:56:34.936Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-10-24T20:56:34.936Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-10-24T20:56:35.126Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2023-10-24T20:56:35.138Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2023-10-24T20:56:35.149Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-10-24T20:56:35.160Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-10-24T20:56:35.172Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-10-24T20:56:35.183Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-10-24T20:56:35.197Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-10-24T20:56:35.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-10-24T20:56:35.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-10-24T20:56:35.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-10-24T20:56:35.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-10-24T20:56:35.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2023-10-24T20:56:35.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-10-24T20:56:35.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-10-24T20:56:35.282Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-10-24T20:56:35.300Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-10-24T20:56:35.313Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-10-24T20:56:35.327Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-10-24T20:56:35.342Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-10-24T20:56:35.359Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-10-24T20:56:35.379Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-10-24T20:56:35.396Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-10-24T20:56:35.411Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-10-24T20:56:35.424Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-10-24T20:56:35.436Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-10-24T20:56:35.447Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-10-24T20:56:35.458Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-10-24T20:56:35.470Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-10-24T20:56:35.483Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-10-24T20:56:35.495Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-10-24T20:56:35.508Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] echo [2023-10-24T20:56:35.521Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7cad7c5 [Pipeline] echo [2023-10-24T20:56:35.532Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-24T20:56:35.574Z] provisioning config files... [2023-10-24T20:56:35.587Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config8564125231452197372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-24T20:56:35.888Z] ---> docker-login.sh [2023-10-24T20:56:35.888Z] nexus3.edgexfoundry.org:10001 [2023-10-24T20:56:36.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:36.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:36.149Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:36.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:36.149Z] [2023-10-24T20:56:36.149Z] Login Succeeded [2023-10-24T20:56:36.149Z] nexus3.edgexfoundry.org:10002 [2023-10-24T20:56:36.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:36.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:36.149Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:36.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:36.149Z] [2023-10-24T20:56:36.149Z] Login Succeeded [2023-10-24T20:56:36.149Z] nexus3.edgexfoundry.org:10003 [2023-10-24T20:56:36.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:36.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:36.410Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:36.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:36.410Z] [2023-10-24T20:56:36.410Z] Login Succeeded [2023-10-24T20:56:36.410Z] nexus3.edgexfoundry.org:10004 [2023-10-24T20:56:36.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:36.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:36.410Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:36.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:36.410Z] [2023-10-24T20:56:36.410Z] Login Succeeded [2023-10-24T20:56:36.410Z] docker.io [2023-10-24T20:56:36.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:36.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:36.670Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:36.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:36.670Z] [2023-10-24T20:56:36.670Z] Login Succeeded [2023-10-24T20:56:36.670Z] ---> docker-login.sh ends [Pipeline] } [2023-10-24T20:56:36.677Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-10-24T20:56:37.039Z] + git rev-list -1 --merges 7cad7c501d971a86f82a29c9533a93a6d95b4e6d~1..7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] echo [2023-10-24T20:56:37.088Z] -----------> git rev-list -1 --merges 7cad7c501d971a86f82a29c9533a93a6d95b4e6d~1..7cad7c501d971a86f82a29c9533a93a6d95b4e6d 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T20:56:37.089Z] 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [false] [Pipeline] sh [2023-10-24T20:56:37.384Z] + git log --format=format:%s -1 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] echo [2023-10-24T20:56:37.396Z] ========================================================= [2023-10-24T20:56:37.396Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-10-24T20:56:37.396Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-24T20:56:37.720Z] + git log --format=format:%s -1 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] echo [2023-10-24T20:56:37.792Z] [semverPrep] GIT_COMMIT: 7cad7c501d971a86f82a29c9533a93a6d95b4e6d, Commit Message: Merge pull request #641 from MonicaisHer/remove-snap [Pipeline] echo [2023-10-24T20:56:37.802Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-10-24T20:56:38.138Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-24T20:56:38.138Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-10-24T20:56:38.138Z] + [ -e /tmp/ssh_known_hosts ] [2023-10-24T20:56:38.138Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-10-24T20:56:38.138Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-10-24T20:56:38.138Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-10-24T20:56:38.138Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T20:56:38.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-24T20:56:38.481Z] [2023-10-24T20:56:38.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T20:56:38.782Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-24T20:56:38.782Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-10-24T20:56:38.782Z] b85a868b505f: Pulling fs layer [2023-10-24T20:56:38.782Z] e2be974225ed: Pulling fs layer [2023-10-24T20:56:38.782Z] 339a4e72a1f5: Pulling fs layer [2023-10-24T20:56:38.782Z] 988bab9f4d93: Pulling fs layer [2023-10-24T20:56:38.782Z] 1469e6f7b9e6: Pulling fs layer [2023-10-24T20:56:38.782Z] eaf3925da568: Pulling fs layer [2023-10-24T20:56:38.782Z] bab4dde63d76: Pulling fs layer [2023-10-24T20:56:38.782Z] bde34c3a00c8: Pulling fs layer [2023-10-24T20:56:38.782Z] b352a97aabf1: Pulling fs layer [2023-10-24T20:56:38.782Z] 4872d77fe225: Pulling fs layer [2023-10-24T20:56:38.782Z] 5851b861e8e6: Pulling fs layer [2023-10-24T20:56:38.782Z] 1469e6f7b9e6: Waiting [2023-10-24T20:56:38.782Z] eaf3925da568: Waiting [2023-10-24T20:56:38.782Z] 988bab9f4d93: Waiting [2023-10-24T20:56:38.782Z] bab4dde63d76: Waiting [2023-10-24T20:56:38.782Z] bde34c3a00c8: Waiting [2023-10-24T20:56:38.782Z] b352a97aabf1: Waiting [2023-10-24T20:56:38.782Z] 4872d77fe225: Waiting [2023-10-24T20:56:38.782Z] 5851b861e8e6: Waiting [2023-10-24T20:56:38.782Z] 988bab9f4d93: Verifying Checksum [2023-10-24T20:56:38.782Z] 988bab9f4d93: Download complete [2023-10-24T20:56:38.782Z] 1469e6f7b9e6: Verifying Checksum [2023-10-24T20:56:38.782Z] 1469e6f7b9e6: Download complete [2023-10-24T20:56:38.782Z] eaf3925da568: Verifying Checksum [2023-10-24T20:56:38.782Z] eaf3925da568: Download complete [2023-10-24T20:56:38.782Z] 339a4e72a1f5: Verifying Checksum [2023-10-24T20:56:38.782Z] 339a4e72a1f5: Download complete [2023-10-24T20:56:39.041Z] bde34c3a00c8: Download complete [2023-10-24T20:56:39.041Z] b352a97aabf1: Verifying Checksum [2023-10-24T20:56:39.041Z] b352a97aabf1: Download complete [2023-10-24T20:56:39.041Z] 4872d77fe225: Download complete [2023-10-24T20:56:39.041Z] 5851b861e8e6: Verifying Checksum [2023-10-24T20:56:39.042Z] 5851b861e8e6: Download complete [2023-10-24T20:56:39.042Z] b85a868b505f: Download complete [2023-10-24T20:56:39.300Z] bab4dde63d76: Verifying Checksum [2023-10-24T20:56:39.300Z] bab4dde63d76: Download complete [2023-10-24T20:56:40.240Z] b85a868b505f: Pull complete [2023-10-24T20:56:40.240Z] e2be974225ed: Pull complete [2023-10-24T20:56:40.808Z] 339a4e72a1f5: Pull complete [2023-10-24T20:56:40.808Z] 988bab9f4d93: Pull complete [2023-10-24T20:56:41.067Z] 1469e6f7b9e6: Pull complete [2023-10-24T20:56:41.067Z] eaf3925da568: Pull complete [2023-10-24T20:56:42.973Z] bab4dde63d76: Pull complete [2023-10-24T20:56:42.973Z] bde34c3a00c8: Pull complete [2023-10-24T20:56:42.973Z] b352a97aabf1: Pull complete [2023-10-24T20:56:42.973Z] 4872d77fe225: Pull complete [2023-10-24T20:56:43.233Z] 5851b861e8e6: Pull complete [2023-10-24T20:56:43.233Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-10-24T20:56:43.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-24T20:56:43.233Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T20:56:43.325Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T20:56:43.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-24T20:56:45.998Z] $ docker top fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 -eo pid,comm [2023-10-24T20:56:46.048Z] 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). [2023-10-24T20:56:46.048Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-24T20:56:46.085Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-24T20:56:46.086Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-24T20:56:46.203Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-24T20:56:46.207Z] $ docker exec fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 ssh-agent [2023-10-24T20:56:46.319Z] SSH_AUTH_SOCK=/tmp/ssh-I166lyjvWv0H/agent.32 [2023-10-24T20:56:46.319Z] SSH_AGENT_PID=38 [2023-10-24T20:56:46.325Z] Running ssh-add (command line suppressed) [2023-10-24T20:56:46.417Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_17283779002166580403.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_17283779002166580403.key) [2023-10-24T20:56:46.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-24T20:56:46.713Z] + git tag --points-at HEAD [Pipeline] } [2023-10-24T20:56:46.731Z] $ docker exec --env ******** --env ******** fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 ssh-agent -k [2023-10-24T20:56:46.826Z] unset SSH_AUTH_SOCK; [2023-10-24T20:56:46.826Z] unset SSH_AGENT_PID; [2023-10-24T20:56:46.826Z] echo Agent pid 38 killed; [2023-10-24T20:56:46.835Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-10-24T20:56:46.855Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-24T20:56:46.855Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-24T20:56:46.971Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-24T20:56:46.974Z] $ docker exec fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 ssh-agent [2023-10-24T20:56:47.077Z] SSH_AUTH_SOCK=/tmp/ssh-x5qD386fjVpa/agent.70 [2023-10-24T20:56:47.077Z] SSH_AGENT_PID=76 [2023-10-24T20:56:47.081Z] Running ssh-add (command line suppressed) [2023-10-24T20:56:47.187Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_1786917170394997466.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_1786917170394997466.key) [2023-10-24T20:56:47.198Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-24T20:56:47.482Z] + git semver init [2023-10-24T20:56:47.742Z] 2023-10-24 20:56:47,653 [run_init] DEBUG init version:0.0.0 force:False [2023-10-24T20:56:47.742Z] 2023-10-24 20:56:47,654 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2023-10-24T20:56:47.742Z] 2023-10-24 20:56:47,654 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2023-10-24T20:56:47.742Z] 2023-10-24 20:56:47,654 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_main/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) [2023-10-24T20:56:49.645Z] 2023-10-24 20:56:49,295 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.git/info/exclude [2023-10-24T20:56:49.645Z] 2023-10-24 20:56:49,295 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main with force:False [2023-10-24T20:56:49.645Z] 2023-10-24 20:56:49,296 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-10-24T20:56:49.645Z] 2023-10-24 20:56:49,296 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-10-24T20:56:49.645Z] 3.1.0-dev.7 [Pipeline] } [2023-10-24T20:56:49.661Z] $ docker exec --env ******** --env ******** fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 ssh-agent -k [2023-10-24T20:56:49.755Z] unset SSH_AUTH_SOCK; [2023-10-24T20:56:49.755Z] unset SSH_AGENT_PID; [2023-10-24T20:56:49.755Z] echo Agent pid 76 killed; [2023-10-24T20:56:49.763Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-24T20:56:50.062Z] + git semver [Pipeline] } [2023-10-24T20:56:50.335Z] $ docker stop --time=1 fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 [2023-10-24T20:56:51.631Z] $ docker rm -f --volumes fab9bcb2fde85a13bf5aa09c3c67cf3f9935963fc4a9d46b31b83700dc526689 [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-24T20:56:51.961Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-10-24T20:56:52.153Z] Stashed 1 file(s) [Pipeline] echo [2023-10-24T20:56:52.156Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.7 [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 [2023-10-24T20:56:52.309Z] provisioning config files... [2023-10-24T20:56:52.317Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config7998949139227003173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-24T20:56:52.616Z] ---> docker-login.sh [2023-10-24T20:56:52.616Z] nexus3.edgexfoundry.org:10001 [2023-10-24T20:56:52.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:52.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:52.616Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:52.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:52.616Z] [2023-10-24T20:56:52.616Z] Login Succeeded [2023-10-24T20:56:52.616Z] nexus3.edgexfoundry.org:10002 [2023-10-24T20:56:52.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:52.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:52.616Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:52.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:52.616Z] [2023-10-24T20:56:52.616Z] Login Succeeded [2023-10-24T20:56:52.616Z] nexus3.edgexfoundry.org:10003 [2023-10-24T20:56:52.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:52.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:52.876Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:52.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:52.876Z] [2023-10-24T20:56:52.876Z] Login Succeeded [2023-10-24T20:56:52.876Z] nexus3.edgexfoundry.org:10004 [2023-10-24T20:56:52.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:52.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:52.876Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:52.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:52.876Z] [2023-10-24T20:56:52.876Z] Login Succeeded [2023-10-24T20:56:52.876Z] docker.io [2023-10-24T20:56:53.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T20:56:53.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T20:56:53.135Z] Configure a credential helper to remove this warning. See [2023-10-24T20:56:53.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T20:56:53.135Z] [2023-10-24T20:56:53.135Z] Login Succeeded [2023-10-24T20:56:53.135Z] ---> docker-login.sh ends [Pipeline] } [2023-10-24T20:56:53.142Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-10-24T20:56:53.196Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-24T20:56:53.210Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-24T20:56:53.219Z] ========================================================= [2023-10-24T20:56:53.219Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-10-24T20:56:53.219Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T20:56:53.549Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-10-24T20:56:53.820Z] Sending build context to Docker daemon 48.81MB [2023-10-24T20:56:53.820Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-10-24T20:56:53.820Z] Step 2/15 : FROM ${BASE} AS builder [2023-10-24T20:56:53.820Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-10-24T20:56:53.820Z] 7264a8db6415: Pulling fs layer [2023-10-24T20:56:53.820Z] c4d48a809fc2: Pulling fs layer [2023-10-24T20:56:53.820Z] 4f1c88b9dad5: Pulling fs layer [2023-10-24T20:56:53.820Z] ad3a456e5733: Pulling fs layer [2023-10-24T20:56:53.820Z] 33e27b845d1e: Pulling fs layer [2023-10-24T20:56:53.820Z] c68163c4e522: Pulling fs layer [2023-10-24T20:56:53.820Z] 50da416c3ac9: Pulling fs layer [2023-10-24T20:56:53.820Z] 23d2d4c4bb30: Pulling fs layer [2023-10-24T20:56:53.820Z] 33e27b845d1e: Waiting [2023-10-24T20:56:53.820Z] ad3a456e5733: Waiting [2023-10-24T20:56:53.820Z] 50da416c3ac9: Waiting [2023-10-24T20:56:53.820Z] 23d2d4c4bb30: Waiting [2023-10-24T20:56:53.820Z] c4d48a809fc2: Download complete [2023-10-24T20:56:53.820Z] ad3a456e5733: Download complete [2023-10-24T20:56:53.820Z] 33e27b845d1e: Verifying Checksum [2023-10-24T20:56:53.820Z] 33e27b845d1e: Download complete [2023-10-24T20:56:53.820Z] 7264a8db6415: Verifying Checksum [2023-10-24T20:56:53.820Z] 7264a8db6415: Download complete [2023-10-24T20:56:53.820Z] c68163c4e522: Verifying Checksum [2023-10-24T20:56:53.820Z] c68163c4e522: Download complete [2023-10-24T20:56:54.078Z] 7264a8db6415: Pull complete [2023-10-24T20:56:54.078Z] 23d2d4c4bb30: Verifying Checksum [2023-10-24T20:56:54.078Z] 23d2d4c4bb30: Download complete [2023-10-24T20:56:54.335Z] c4d48a809fc2: Pull complete [2023-10-24T20:56:54.335Z] 4f1c88b9dad5: Verifying Checksum [2023-10-24T20:56:54.335Z] 4f1c88b9dad5: Download complete [2023-10-24T20:56:54.904Z] 50da416c3ac9: Verifying Checksum [2023-10-24T20:56:54.904Z] 50da416c3ac9: Download complete [2023-10-24T20:56:58.197Z] 4f1c88b9dad5: Pull complete [2023-10-24T20:56:58.197Z] ad3a456e5733: Pull complete [2023-10-24T20:56:58.197Z] 33e27b845d1e: Pull complete [2023-10-24T20:56:58.197Z] c68163c4e522: Pull complete [2023-10-24T20:57:00.737Z] 50da416c3ac9: Pull complete [2023-10-24T20:57:00.737Z] 23d2d4c4bb30: Pull complete [2023-10-24T20:57:00.737Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-10-24T20:57:00.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-10-24T20:57:00.737Z] ---> 0786185ac409 [2023-10-24T20:57:00.737Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-10-24T20:57:04.937Z] ---> Running in f7481b9b3a7e [2023-10-24T20:57:04.937Z] Removing intermediate container f7481b9b3a7e [2023-10-24T20:57:04.937Z] ---> 8b66f65bc838 [2023-10-24T20:57:04.937Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-10-24T20:57:04.937Z] ---> Running in f76579d6c8d7 [2023-10-24T20:57:04.937Z] Removing intermediate container f76579d6c8d7 [2023-10-24T20:57:04.937Z] ---> bdfb7d733f45 [2023-10-24T20:57:04.937Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-10-24T20:57:04.937Z] ---> Running in a3457aad4ab9 [2023-10-24T20:57:04.937Z] Removing intermediate container a3457aad4ab9 [2023-10-24T20:57:04.937Z] ---> bdea9d0d0f04 [2023-10-24T20:57:04.937Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-10-24T20:57:04.937Z] ---> Running in bdadcc1186df [2023-10-24T20:57:04.937Z] Removing intermediate container bdadcc1186df [2023-10-24T20:57:04.937Z] ---> e649b1f84a24 [2023-10-24T20:57:04.937Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-10-24T20:57:04.937Z] ---> Running in f22c15485794 [2023-10-24T20:57:04.937Z] Removing intermediate container f22c15485794 [2023-10-24T20:57:04.937Z] ---> 7eef3f332a5e [2023-10-24T20:57:04.937Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-10-24T20:57:05.196Z] latest: Pulling from library/docker [2023-10-24T20:57:05.454Z] 96526aa774ef: Pulling fs layer [2023-10-24T20:57:05.454Z] 636b7876979d: Pulling fs layer [2023-10-24T20:57:05.454Z] 4f4fb700ef54: Pulling fs layer [2023-10-24T20:57:05.454Z] 130a3e1e7df5: Pulling fs layer [2023-10-24T20:57:05.454Z] 60190b130ff2: Pulling fs layer [2023-10-24T20:57:05.454Z] 9ce2dbd107eb: Pulling fs layer [2023-10-24T20:57:05.454Z] c711618a8d74: Pulling fs layer [2023-10-24T20:57:05.454Z] b1a9d1fa736b: Pulling fs layer [2023-10-24T20:57:05.454Z] 7a915d3d782d: Pulling fs layer [2023-10-24T20:57:05.454Z] 63fa7f453749: Pulling fs layer [2023-10-24T20:57:05.454Z] ce8f4a45972f: Pulling fs layer [2023-10-24T20:57:05.454Z] a88060cc894f: Pulling fs layer [2023-10-24T20:57:05.454Z] 09e0ea80a90a: Pulling fs layer [2023-10-24T20:57:05.454Z] 60190b130ff2: Waiting [2023-10-24T20:57:05.454Z] 9ce2dbd107eb: Waiting [2023-10-24T20:57:05.454Z] 6831f6f9e30f: Pulling fs layer [2023-10-24T20:57:05.454Z] c711618a8d74: Waiting [2023-10-24T20:57:05.454Z] ce8f4a45972f: Waiting [2023-10-24T20:57:05.454Z] b1a9d1fa736b: Waiting [2023-10-24T20:57:05.454Z] a88060cc894f: Waiting [2023-10-24T20:57:05.454Z] 7a915d3d782d: Waiting [2023-10-24T20:57:05.454Z] 09e0ea80a90a: Waiting [2023-10-24T20:57:05.454Z] 63fa7f453749: Waiting [2023-10-24T20:57:05.454Z] 6831f6f9e30f: Waiting [2023-10-24T20:57:05.454Z] 130a3e1e7df5: Waiting [2023-10-24T20:57:05.454Z] 4f4fb700ef54: Verifying Checksum [2023-10-24T20:57:05.454Z] 4f4fb700ef54: Download complete [2023-10-24T20:57:05.454Z] 636b7876979d: Verifying Checksum [2023-10-24T20:57:05.454Z] 636b7876979d: Download complete [2023-10-24T20:57:05.712Z] 96526aa774ef: Verifying Checksum [2023-10-24T20:57:05.712Z] 96526aa774ef: Download complete [2023-10-24T20:57:05.712Z] 96526aa774ef: Pull complete [2023-10-24T20:57:05.969Z] 636b7876979d: Pull complete [2023-10-24T20:57:05.969Z] 130a3e1e7df5: Verifying Checksum [2023-10-24T20:57:05.969Z] 130a3e1e7df5: Download complete [2023-10-24T20:57:05.969Z] 9ce2dbd107eb: Verifying Checksum [2023-10-24T20:57:05.969Z] 9ce2dbd107eb: Download complete [2023-10-24T20:57:05.969Z] 4f4fb700ef54: Pull complete [2023-10-24T20:57:05.969Z] b1a9d1fa736b: Verifying Checksum [2023-10-24T20:57:05.969Z] b1a9d1fa736b: Download complete [2023-10-24T20:57:05.969Z] c711618a8d74: Verifying Checksum [2023-10-24T20:57:05.969Z] c711618a8d74: Download complete [2023-10-24T20:57:06.227Z] 60190b130ff2: Verifying Checksum [2023-10-24T20:57:06.227Z] 60190b130ff2: Download complete [2023-10-24T20:57:06.227Z] 130a3e1e7df5: Pull complete [2023-10-24T20:57:06.227Z] 7a915d3d782d: Verifying Checksum [2023-10-24T20:57:06.227Z] 7a915d3d782d: Download complete [2023-10-24T20:57:06.227Z] ce8f4a45972f: Verifying Checksum [2023-10-24T20:57:06.227Z] ce8f4a45972f: Download complete [2023-10-24T20:57:06.227Z] 63fa7f453749: Verifying Checksum [2023-10-24T20:57:06.227Z] 63fa7f453749: Download complete [2023-10-24T20:57:06.486Z] 09e0ea80a90a: Download complete [2023-10-24T20:57:06.486Z] 6831f6f9e30f: Verifying Checksum [2023-10-24T20:57:06.486Z] 6831f6f9e30f: Download complete [2023-10-24T20:57:06.486Z] 60190b130ff2: Pull complete [2023-10-24T20:57:07.051Z] 9ce2dbd107eb: Pull complete [2023-10-24T20:57:07.051Z] a88060cc894f: Verifying Checksum [2023-10-24T20:57:07.051Z] a88060cc894f: Download complete [2023-10-24T20:57:07.051Z] c711618a8d74: Pull complete [2023-10-24T20:57:07.051Z] b1a9d1fa736b: Pull complete [2023-10-24T20:57:07.051Z] 7a915d3d782d: Pull complete [2023-10-24T20:57:07.265Z] Still waiting to schedule task [2023-10-24T20:57:07.266Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-10-24T20:57:07.310Z] 63fa7f453749: Pull complete [2023-10-24T20:57:07.310Z] ce8f4a45972f: Pull complete [2023-10-24T20:57:08.243Z] a88060cc894f: Pull complete [2023-10-24T20:57:08.243Z] 09e0ea80a90a: Pull complete [2023-10-24T20:57:08.501Z] 6831f6f9e30f: Pull complete [2023-10-24T20:57:08.501Z] Digest: sha256:0752ca4e936da012c173c119217c0f9599b3b191c1557e53206d5d06d2627580 [2023-10-24T20:57:08.501Z] Status: Downloaded newer image for docker:latest [2023-10-24T20:57:09.876Z] ---> aa6e7dd5b1ea [2023-10-24T20:57:09.876Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-24T20:57:10.136Z] ---> Running in 5d3bf24431b6 [2023-10-24T20:57:10.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-24T20:57:10.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-24T20:57:10.655Z] OK: 264 MiB in 52 packages [2023-10-24T20:57:10.914Z] Removing intermediate container 5d3bf24431b6 [2023-10-24T20:57:10.914Z] ---> 08ea109034b3 [2023-10-24T20:57:10.914Z] Step 10/15 : ENV GO111MODULE=on [2023-10-24T20:57:10.914Z] ---> Running in 07064b38899a [2023-10-24T20:57:11.183Z] Removing intermediate container 07064b38899a [2023-10-24T20:57:11.183Z] ---> 94fc0a0bfc08 [2023-10-24T20:57:11.183Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-10-24T20:57:11.183Z] ---> Running in 8d2271e5f589 [2023-10-24T20:57:11.183Z] Removing intermediate container 8d2271e5f589 [2023-10-24T20:57:11.183Z] ---> 9cd263d6f251 [2023-10-24T20:57:11.183Z] Step 12/15 : COPY go.mod vendor* ./ [2023-10-24T20:57:11.442Z] ---> d7107ea0ab5b [2023-10-24T20:57:11.442Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-24T20:57:11.442Z] ---> Running in 1da19214a2a0 [2023-10-24T20:57:58.124Z] Removing intermediate container 1da19214a2a0 [2023-10-24T20:57:58.124Z] ---> 9a072362c4db [2023-10-24T20:57:58.124Z] Step 14/15 : COPY . . [2023-10-24T20:57:58.124Z] ---> 0a51764fe392 [2023-10-24T20:57:58.124Z] Step 15/15 : RUN ${MAKE} [2023-10-24T20:57:58.383Z] ---> Running in 39717f124906 [2023-10-24T20:57:58.383Z] noop [2023-10-24T20:57:58.645Z] Removing intermediate container 39717f124906 [2023-10-24T20:57:58.645Z] ---> 7354fe5a4f8a [2023-10-24T20:57:58.645Z] Successfully built 7354fe5a4f8a [2023-10-24T20:57:58.903Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T20:57:59.225Z] + docker inspect -f . ci-base-image-x86_64 [2023-10-24T20:57:59.225Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T20:57:59.298Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T20:57:59.327Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** ci-base-image-x86_64 cat [2023-10-24T20:57:59.607Z] $ docker top e6defb047fa3c13e84cb9a6a0a3b783186a4159d687cda648b7e2d709b5ec37a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-24T20:57:59.937Z] + go version [2023-10-24T20:57:59.937Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-10-24T20:57:59.950Z] $ docker stop --time=1 e6defb047fa3c13e84cb9a6a0a3b783186a4159d687cda648b7e2d709b5ec37a [2023-10-24T20:58:01.214Z] $ docker rm -f --volumes e6defb047fa3c13e84cb9a6a0a3b783186a4159d687cda648b7e2d709b5ec37a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T20:58:01.613Z] + docker inspect -f . ci-base-image-x86_64 [2023-10-24T20:58:01.613Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T20:58:01.683Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T20:58:01.806Z] $ 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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** ci-base-image-x86_64 cat [2023-10-24T20:58:02.114Z] $ docker top d8759a72a3927a2499a7abc4dcbd9772742660df96ae7d6925ffb8d4a6e0a36d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-24T20:58:02.446Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] fileExists [Pipeline] sh [2023-10-24T20:58:02.742Z] + make test [2023-10-24T20:58:02.742Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-10-24T20:58:03.675Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-10-24T20:58:11.778Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-10-24T20:58:11.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-10-24T20:58:11.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-10-24T20:58:11.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-10-24T20:58:11.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-10-24T20:58:11.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-10-24T20:58:11.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-10-24T20:58:11.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-10-24T20:58:11.778Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-10-24T20:58:13.678Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-10-24T20:58:13.678Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-10-24T20:58:13.678Z] ./bin/test-attribution-txt.sh [2023-10-24T20:58:13.678Z] make -C web test [2023-10-24T20:58:13.678Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_main/web' [2023-10-24T20:58:13.678Z] make[1]: tput: No such file or directory [2023-10-24T20:58:13.678Z] make[1]: tput: No such file or directory [2023-10-24T20:58:13.678Z] warning: generating ./VERSION [2023-10-24T20:58:13.678Z] echo "0.0.0" > VERSION [2023-10-24T20:58:13.678Z] docker build \ [2023-10-24T20:58:13.678Z] -f Dockerfile \ [2023-10-24T20:58:13.678Z] --build-arg USER=1000 \ [2023-10-24T20:58:13.678Z] \ [2023-10-24T20:58:13.678Z] --label "git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d" \ [2023-10-24T20:58:13.678Z] -t edgexfoundry/edgex-web-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d \ [2023-10-24T20:58:13.678Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-10-24T20:58:13.678Z] . [2023-10-24T20:58:13.678Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-10-24T20:58:13.678Z] Install the buildx component to build images with BuildKit: [2023-10-24T20:58:13.678Z] https://docs.docker.com/go/buildx/ [2023-10-24T20:58:13.678Z] [2023-10-24T20:58:13.678Z] Sending build context to Docker daemon 2.706MB [2023-10-24T20:58:13.678Z] Step 1/11 : FROM node:18-alpine3.18 [2023-10-24T20:58:13.678Z] 18-alpine3.18: Pulling from library/node [2023-10-24T20:58:13.678Z] 96526aa774ef: Already exists [2023-10-24T20:58:13.678Z] 3130715204cf: Pulling fs layer [2023-10-24T20:58:13.678Z] b06de8ab1c4f: Pulling fs layer [2023-10-24T20:58:13.678Z] 90ef3ffc5156: Pulling fs layer [2023-10-24T20:58:13.678Z] 90ef3ffc5156: Download complete [2023-10-24T20:58:13.678Z] b06de8ab1c4f: Verifying Checksum [2023-10-24T20:58:13.678Z] b06de8ab1c4f: Download complete [2023-10-24T20:58:13.935Z] 3130715204cf: Verifying Checksum [2023-10-24T20:58:13.935Z] 3130715204cf: Download complete [2023-10-24T20:58:15.833Z] 3130715204cf: Pull complete [2023-10-24T20:58:15.833Z] b06de8ab1c4f: Pull complete [2023-10-24T20:58:15.833Z] 90ef3ffc5156: Pull complete [2023-10-24T20:58:15.833Z] Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d [2023-10-24T20:58:15.833Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-10-24T20:58:15.833Z] ---> d1517ab6615b [2023-10-24T20:58:15.833Z] Step 2/11 : RUN apk add --no-cache chromium [2023-10-24T20:58:18.385Z] ---> Running in 43c4b320da7a [2023-10-24T20:58:18.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-24T20:58:18.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-24T20:58:18.643Z] (1/154) Installing libexpat (2.5.0-r1) [2023-10-24T20:58:18.643Z] (2/154) Installing brotli-libs (1.0.9-r14) [2023-10-24T20:58:18.643Z] (3/154) Installing libbz2 (1.0.8-r5) [2023-10-24T20:58:18.643Z] (4/154) Installing libpng (1.6.39-r3) [2023-10-24T20:58:18.643Z] (5/154) Installing freetype (2.13.0-r5) [2023-10-24T20:58:18.643Z] (6/154) Installing fontconfig (2.14.2-r3) [2023-10-24T20:58:18.643Z] (7/154) Installing libfontenc (1.1.7-r2) [2023-10-24T20:58:18.643Z] (8/154) Installing mkfontscale (1.2.2-r3) [2023-10-24T20:58:18.643Z] (9/154) Installing font-opensans (0_git20210927-r1) [2023-10-24T20:58:18.643Z] (10/154) Installing pkgconf (1.9.5-r0) [2023-10-24T20:58:18.643Z] (11/154) Installing libffi (3.4.4-r2) [2023-10-24T20:58:18.643Z] (12/154) Installing libintl (0.21.1-r7) [2023-10-24T20:58:18.643Z] (13/154) Installing libblkid (2.38.1-r8) [2023-10-24T20:58:18.643Z] (14/154) Installing libmount (2.38.1-r8) [2023-10-24T20:58:18.643Z] (15/154) Installing pcre2 (10.42-r1) [2023-10-24T20:58:18.643Z] (16/154) Installing glib (2.76.4-r0) [2023-10-24T20:58:18.643Z] (17/154) Installing xz-libs (5.4.3-r0) [2023-10-24T20:58:18.643Z] (18/154) Installing libxml2 (2.11.4-r0) [2023-10-24T20:58:18.643Z] (19/154) Installing shared-mime-info (2.2-r5) [2023-10-24T20:58:18.902Z] (20/154) Installing hicolor-icon-theme (0.17-r2) [2023-10-24T20:58:18.902Z] (21/154) Installing libjpeg-turbo (2.1.5.1-r3) [2023-10-24T20:58:18.902Z] (22/154) Installing libwebp (1.3.2-r0) [2023-10-24T20:58:18.902Z] (23/154) Installing zstd-libs (1.5.5-r4) [2023-10-24T20:58:18.902Z] (24/154) Installing tiff (4.5.1-r0) [2023-10-24T20:58:18.902Z] (25/154) Installing gdk-pixbuf (2.42.10-r5) [2023-10-24T20:58:18.902Z] (26/154) Installing gtk-update-icon-cache (3.24.38-r1) [2023-10-24T20:58:18.902Z] (27/154) Installing libxau (1.0.11-r2) [2023-10-24T20:58:18.902Z] (28/154) Installing libmd (1.0.4-r2) [2023-10-24T20:58:18.902Z] (29/154) Installing libbsd (0.11.7-r1) [2023-10-24T20:58:18.902Z] (30/154) Installing libxdmcp (1.1.4-r2) [2023-10-24T20:58:18.902Z] (31/154) Installing libxcb (1.15-r1) [2023-10-24T20:58:18.902Z] (32/154) Installing libx11 (1.8.4-r4) [2023-10-24T20:58:18.902Z] (33/154) Installing libxcomposite (0.4.6-r3) [2023-10-24T20:58:18.902Z] (34/154) Installing libxfixes (6.0.1-r2) [2023-10-24T20:58:18.902Z] (35/154) Installing libxrender (0.9.11-r3) [2023-10-24T20:58:18.902Z] (36/154) Installing libxcursor (1.2.1-r2) [2023-10-24T20:58:18.902Z] (37/154) Installing libxdamage (1.1.6-r2) [2023-10-24T20:58:18.902Z] (38/154) Installing libxext (1.3.5-r2) [2023-10-24T20:58:18.902Z] (39/154) Installing libxi (1.8.1-r0) [2023-10-24T20:58:18.902Z] (40/154) Installing libxinerama (1.1.5-r2) [2023-10-24T20:58:18.902Z] (41/154) Installing libxrandr (1.5.3-r2) [2023-10-24T20:58:18.902Z] (42/154) Installing libatk-1.0 (2.48.3-r0) [2023-10-24T20:58:18.902Z] (43/154) Installing libxtst (1.2.4-r2) [2023-10-24T20:58:18.902Z] (44/154) Installing dbus-libs (1.14.8-r0) [2023-10-24T20:58:18.902Z] (45/154) Installing at-spi2-core (2.48.3-r0) [2023-10-24T20:58:18.902Z] (46/154) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-10-24T20:58:18.902Z] (47/154) Installing pixman (0.42.2-r1) [2023-10-24T20:58:18.902Z] (48/154) Installing cairo (1.17.8-r1) [2023-10-24T20:58:18.902Z] (49/154) Installing cairo-gobject (1.17.8-r1) [2023-10-24T20:58:18.902Z] (50/154) Installing avahi-libs (0.8-r13) [2023-10-24T20:58:18.902Z] (51/154) Installing gmp (6.2.1-r3) [2023-10-24T20:58:18.902Z] (52/154) Installing nettle (3.8.1-r2) [2023-10-24T20:58:18.902Z] (53/154) Installing libunistring (1.1-r1) [2023-10-24T20:58:19.160Z] (54/154) Installing libidn2 (2.3.4-r1) [2023-10-24T20:58:19.160Z] (55/154) Installing p11-kit (0.24.1-r2) [2023-10-24T20:58:19.160Z] (56/154) Installing libtasn1 (4.19.0-r1) [2023-10-24T20:58:19.160Z] (57/154) Installing gnutls (3.8.0-r2) [2023-10-24T20:58:19.160Z] (58/154) Installing cups-libs (2.4.7-r0) [2023-10-24T20:58:19.160Z] (59/154) Installing libepoxy (1.5.10-r1) [2023-10-24T20:58:19.160Z] (60/154) Installing fribidi (1.0.13-r0) [2023-10-24T20:58:19.160Z] (61/154) Installing graphite2 (1.3.14-r5) [2023-10-24T20:58:19.160Z] (62/154) Installing harfbuzz (7.3.0-r0) [2023-10-24T20:58:19.160Z] (63/154) Installing libxft (2.3.8-r1) [2023-10-24T20:58:19.160Z] (64/154) Installing pango (1.50.14-r1) [2023-10-24T20:58:19.160Z] (65/154) Installing wayland-libs-client (1.22.0-r2) [2023-10-24T20:58:19.160Z] (66/154) Installing wayland-libs-cursor (1.22.0-r2) [2023-10-24T20:58:19.160Z] (67/154) Installing wayland-libs-egl (1.22.0-r2) [2023-10-24T20:58:19.160Z] (68/154) Installing xkeyboard-config (2.38-r0) [2023-10-24T20:58:19.160Z] (69/154) Installing libxkbcommon (1.5.0-r2) [2023-10-24T20:58:19.160Z] (70/154) Installing gtk+3.0 (3.24.38-r1) [2023-10-24T20:58:19.418Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-10-24T20:58:19.418Z] (71/154) Installing icu-data-full (73.2-r2) [2023-10-24T20:58:19.676Z] (72/154) Installing mesa (23.0.4-r0) [2023-10-24T20:58:19.676Z] (73/154) Installing llvm15-libs (15.0.7-r6) [2023-10-24T20:58:20.241Z] (74/154) Installing hwdata-pci (0.370-r0) [2023-10-24T20:58:20.241Z] (75/154) Installing libpciaccess (0.17-r2) [2023-10-24T20:58:20.241Z] (76/154) Installing libdrm (2.4.115-r4) [2023-10-24T20:58:20.241Z] (77/154) Installing musl-fts (1.2.7-r5) [2023-10-24T20:58:20.241Z] (78/154) Installing libelf (0.189-r2) [2023-10-24T20:58:20.241Z] (79/154) Installing mesa-glapi (23.0.4-r0) [2023-10-24T20:58:20.241Z] (80/154) Installing mesa-dri-gallium (23.0.4-r0) [2023-10-24T20:58:20.499Z] (81/154) Installing eudev-libs (3.2.11-r8) [2023-10-24T20:58:20.499Z] (82/154) Installing libmagic (5.45-r0) [2023-10-24T20:58:20.499Z] (83/154) Installing file (5.45-r0) [2023-10-24T20:58:20.499Z] (84/154) Installing libice (1.1.1-r2) [2023-10-24T20:58:20.499Z] (85/154) Installing libuuid (2.38.1-r8) [2023-10-24T20:58:20.499Z] (86/154) Installing libsm (1.2.4-r1) [2023-10-24T20:58:20.499Z] (87/154) Installing libxt (1.3.0-r2) [2023-10-24T20:58:20.499Z] (88/154) Installing libxmu (1.1.4-r2) [2023-10-24T20:58:20.499Z] (89/154) Installing xset (1.2.5-r1) [2023-10-24T20:58:20.499Z] (90/154) Installing xprop (1.2.6-r0) [2023-10-24T20:58:20.499Z] (91/154) Installing xdg-utils (1.1.3-r4) [2023-10-24T20:58:20.499Z] (92/154) Installing libogg (1.3.5-r4) [2023-10-24T20:58:20.499Z] (93/154) Installing flac-libs (1.4.3-r0) [2023-10-24T20:58:20.499Z] (94/154) Installing alsa-lib (1.2.9-r1) [2023-10-24T20:58:20.499Z] (95/154) Installing libatomic (12.2.1_git20220924-r10) [2023-10-24T20:58:20.499Z] (96/154) Installing svt-av1-libs (1.6.0-r0) [2023-10-24T20:58:20.499Z] (97/154) Installing aom-libs (3.6.1-r0) [2023-10-24T20:58:20.757Z] (98/154) Installing libva (2.18.0-r1) [2023-10-24T20:58:20.757Z] (99/154) Installing libvdpau (1.5-r1) [2023-10-24T20:58:20.757Z] (100/154) Installing onevpl-libs (2023.2.1-r0) [2023-10-24T20:58:20.757Z] (101/154) Installing ffmpeg-libavutil (6.0-r15) [2023-10-24T20:58:20.757Z] (102/154) Installing libdav1d (1.2.1-r0) [2023-10-24T20:58:20.757Z] (103/154) Installing libhwy (1.0.4-r1) [2023-10-24T20:58:20.757Z] (104/154) Installing lcms2 (2.15-r2) [2023-10-24T20:58:20.757Z] (105/154) Installing libjxl (0.8.2-r0) [2023-10-24T20:58:20.757Z] (106/154) Installing lame-libs (3.100-r5) [2023-10-24T20:58:20.757Z] (107/154) Installing opus (1.4-r0) [2023-10-24T20:58:20.757Z] (108/154) Installing libgomp (12.2.1_git20220924-r10) [2023-10-24T20:58:20.757Z] (109/154) Installing soxr (0.1.3-r5) [2023-10-24T20:58:20.757Z] (110/154) Installing ffmpeg-libswresample (6.0-r15) [2023-10-24T20:58:20.757Z] (111/154) Installing libtheora (1.1.1-r17) [2023-10-24T20:58:20.757Z] (112/154) Installing libvorbis (1.3.7-r1) [2023-10-24T20:58:20.757Z] (113/154) Installing libvpx (1.13.0-r2) [2023-10-24T20:58:20.757Z] (114/154) Installing x264-libs (0.164_git20220602-r1) [2023-10-24T20:58:21.017Z] (115/154) Installing numactl (2.0.16-r4) [2023-10-24T20:58:21.017Z] (116/154) Installing x265-libs (3.5-r4) [2023-10-24T20:58:21.017Z] (117/154) Installing xvidcore (1.3.7-r1) [2023-10-24T20:58:21.017Z] (118/154) Installing ffmpeg-libavcodec (6.0-r15) [2023-10-24T20:58:21.017Z] (119/154) Installing libbluray (1.3.4-r0) [2023-10-24T20:58:21.017Z] (120/154) Installing mpg123-libs (1.31.3-r1) [2023-10-24T20:58:21.017Z] (121/154) Installing libopenmpt (0.7.2-r0) [2023-10-24T20:58:21.017Z] (122/154) Installing cjson (1.7.15-r4) [2023-10-24T20:58:21.017Z] (123/154) Installing mbedtls (2.28.5-r0) [2023-10-24T20:58:21.017Z] (124/154) Installing librist (0.2.7-r0) [2023-10-24T20:58:21.017Z] (125/154) Installing libsrt (1.5.2-r0) [2023-10-24T20:58:21.275Z] (126/154) Installing libssh (0.10.5-r0) [2023-10-24T20:58:21.275Z] (127/154) Installing libsodium (1.0.18-r3) [2023-10-24T20:58:21.275Z] (128/154) Installing libzmq (4.3.4-r4) [2023-10-24T20:58:21.275Z] (129/154) Installing ffmpeg-libavformat (6.0-r15) [2023-10-24T20:58:21.275Z] (130/154) Installing libevent (2.1.12-r6) [2023-10-24T20:58:21.275Z] (131/154) Installing wayland-libs-server (1.22.0-r2) [2023-10-24T20:58:21.275Z] (132/154) Installing mesa-gbm (23.0.4-r0) [2023-10-24T20:58:21.275Z] (133/154) Installing harfbuzz-subset (7.3.0-r0) [2023-10-24T20:58:21.275Z] (134/154) Installing icu-libs (73.2-r2) [2023-10-24T20:58:21.275Z] (135/154) Installing jsoncpp (1.9.5-r0) [2023-10-24T20:58:21.275Z] (136/154) Installing minizip (1.2.13-r1) [2023-10-24T20:58:21.275Z] (137/154) Installing nspr (4.35-r2) [2023-10-24T20:58:21.275Z] (138/154) Installing sqlite-libs (3.41.2-r2) [2023-10-24T20:58:21.275Z] (139/154) Installing nss (3.91-r0) [2023-10-24T20:58:21.275Z] (140/154) Installing pipewire-libs (0.3.70-r1) [2023-10-24T20:58:21.275Z] (141/154) Installing libasyncns (0.8-r1) [2023-10-24T20:58:21.276Z] (142/154) Installing libltdl (2.4.7-r2) [2023-10-24T20:58:21.276Z] (143/154) Installing orc (0.4.34-r0) [2023-10-24T20:58:21.534Z] (144/154) Installing libsndfile (1.2.0-r2) [2023-10-24T20:58:21.534Z] (145/154) Installing speexdsp (1.2.1-r1) [2023-10-24T20:58:21.534Z] (146/154) Installing tdb-libs (1.4.8-r1) [2023-10-24T20:58:21.534Z] (147/154) Installing libpulse (16.1-r10) [2023-10-24T20:58:21.534Z] (148/154) Installing snappy (1.1.10-r1) [2023-10-24T20:58:21.534Z] (149/154) Installing libwoff2common (1.0.2-r2) [2023-10-24T20:58:21.534Z] (150/154) Installing libwoff2enc (1.0.2-r2) [2023-10-24T20:58:21.534Z] (151/154) Installing libgpg-error (1.47-r1) [2023-10-24T20:58:21.534Z] (152/154) Installing libgcrypt (1.10.2-r1) [2023-10-24T20:58:21.534Z] (153/154) Installing libxslt (1.1.38-r0) [2023-10-24T20:58:21.534Z] (154/154) Installing chromium (117.0.5938.62-r0) [2023-10-24T20:58:22.988Z] Executing busybox-1.36.1-r2.trigger [2023-10-24T20:58:22.988Z] Executing fontconfig-2.14.2-r3.trigger [2023-10-24T20:58:22.988Z] Executing mkfontscale-1.2.2-r3.trigger [2023-10-24T20:58:22.988Z] Executing glib-2.76.4-r0.trigger [2023-10-24T20:58:22.988Z] Executing shared-mime-info-2.2-r5.trigger [2023-10-24T20:58:23.246Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-10-24T20:58:23.246Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-10-24T20:58:23.246Z] OK: 576 MiB in 171 packages [2023-10-24T20:58:31.680Z] Removing intermediate container 43c4b320da7a [2023-10-24T20:58:31.680Z] ---> 543628be7a4f [2023-10-24T20:58:31.680Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-10-24T20:58:31.680Z] ---> Running in daeb6e39ca88 [2023-10-24T20:58:31.680Z] Removing intermediate container daeb6e39ca88 [2023-10-24T20:58:31.680Z] ---> 14362fea4bb0 [2023-10-24T20:58:31.680Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-10-24T20:58:31.680Z] ---> Running in 9f040c7642af [2023-10-24T20:58:31.680Z] Removing intermediate container 9f040c7642af [2023-10-24T20:58:31.680Z] ---> a97c45107ca3 [2023-10-24T20:58:31.680Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-10-24T20:58:31.680Z] ---> Running in 2b79da532799 [2023-10-24T20:58:31.680Z] Removing intermediate container 2b79da532799 [2023-10-24T20:58:31.680Z] ---> dffc9241869a [2023-10-24T20:58:31.680Z] Step 6/11 : RUN npm install -g npm [2023-10-24T20:58:31.680Z] ---> Running in ef98d136d5fd [2023-10-24T20:58:38.245Z] [2023-10-24T20:58:38.245Z] removed 2 packages, and changed 69 packages in 6s [2023-10-24T20:58:38.245Z] [2023-10-24T20:58:38.245Z] 29 packages are looking for funding [2023-10-24T20:58:38.245Z] run `npm fund` for details [2023-10-24T20:58:39.177Z] Removing intermediate container ef98d136d5fd [2023-10-24T20:58:39.177Z] ---> 273d70285aac [2023-10-24T20:58:39.177Z] Step 7/11 : ARG USER=1000 [2023-10-24T20:58:39.177Z] ---> Running in cf8ad8967647 [2023-10-24T20:58:39.177Z] Removing intermediate container cf8ad8967647 [2023-10-24T20:58:39.177Z] ---> d0163aefa73f [2023-10-24T20:58:39.177Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-10-24T20:58:39.177Z] ---> Running in e0f73cf97017 [2023-10-24T20:58:39.742Z] Removing intermediate container e0f73cf97017 [2023-10-24T20:58:39.742Z] ---> 07489c94d287 [2023-10-24T20:58:39.742Z] Step 9/11 : USER $USER:$USER [2023-10-24T20:58:39.742Z] ---> Running in 3a3d8d4c89a8 [2023-10-24T20:58:40.000Z] Removing intermediate container 3a3d8d4c89a8 [2023-10-24T20:58:40.000Z] ---> 7f214d191c7b [2023-10-24T20:58:40.000Z] Step 10/11 : WORKDIR /app [2023-10-24T20:58:40.000Z] ---> Running in 4e5c2e8f1e0b [2023-10-24T20:58:40.000Z] Removing intermediate container 4e5c2e8f1e0b [2023-10-24T20:58:40.000Z] ---> 0359fe3c09a0 [2023-10-24T20:58:40.000Z] Step 11/11 : LABEL git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T20:58:40.000Z] ---> Running in 51cfc9b5dbe6 [2023-10-24T20:58:40.000Z] Removing intermediate container 51cfc9b5dbe6 [2023-10-24T20:58:40.000Z] ---> b1e63e0e5cf4 [2023-10-24T20:58:40.000Z] Successfully built b1e63e0e5cf4 [2023-10-24T20:58:40.000Z] Successfully tagged edgexfoundry/edgex-web-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T20:58:40.000Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-10-24T20:58:40.000Z] touch edgex-web-ui.imagebuilt [2023-10-24T20:58:40.000Z] mkdir -p node_modules coverage [2023-10-24T20:58:40.000Z] chown "1000:1000" node_modules coverage package-lock.json [2023-10-24T20:58:40.000Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE required: { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE }, [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE required: { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE }, [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE required: { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE }, [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE required: { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE }, [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE required: { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE }, [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE required: { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE }, [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE required: { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE }, [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE required: { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE }, [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE required: { [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE }, [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T20:58:41.899Z] npm WARN EBADENGINE } [2023-10-24T20:58:54.105Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-10-24T20:58:54.105Z] 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 [2023-10-24T20:58:54.105Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-10-24T20:58:54.105Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-10-24T20:58:54.105Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-10-24T20:58:54.105Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-10-24T20:58:54.105Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-10-24T20:58:54.105Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-10-24T20:58:54.105Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-10-24T20:58:54.105Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-10-24T20:58:54.105Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-10-24T20:58:54.105Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-10-24T20:58:54.363Z] 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. [2023-10-24T20:58:54.811Z] 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. [2023-10-24T20:58:54.811Z] 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. [2023-10-24T20:58:54.811Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2023-10-24T20:58:55.377Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-10-24T20:58:57.277Z] 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 [2023-10-24T20:58:57.694Z] 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 [2023-10-24T20:59:00.227Z] 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. [2023-10-24T20:59:03.515Z] 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. [2023-10-24T20:59:08.779Z] [2023-10-24T20:59:08.779Z] added 1478 packages, and audited 1479 packages in 28s [2023-10-24T20:59:08.779Z] [2023-10-24T20:59:08.779Z] 77 vulnerabilities (1 low, 53 moderate, 18 high, 5 critical) [2023-10-24T20:59:08.779Z] [2023-10-24T20:59:08.779Z] To address issues that do not require attention, run: [2023-10-24T20:59:08.779Z] npm audit fix [2023-10-24T20:59:08.779Z] [2023-10-24T20:59:08.779Z] To address all issues (including breaking changes), run: [2023-10-24T20:59:08.779Z] npm audit fix --force [2023-10-24T20:59:08.779Z] [2023-10-24T20:59:08.779Z] Run `npm audit` for details. [2023-10-24T20:59:16.881Z] 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 [2023-10-24T20:59:17.814Z] - Generating browser application bundles (phase: setup)... [2023-10-24T20:59:21.997Z] Compiling @angular/core : es2015 as esm2015 [2023-10-24T20:59:21.997Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-10-24T20:59:24.520Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-10-24T20:59:24.520Z] Compiling @angular/common : es2015 as esm2015 [2023-10-24T20:59:24.777Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-10-24T20:59:24.777Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-10-24T20:59:25.034Z] Compiling @angular/common/http : es2015 as esm2015 [2023-10-24T20:59:25.290Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-10-24T20:59:25.548Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-10-24T20:59:25.548Z] Compiling @angular/forms : es2015 as esm2015 [2023-10-24T20:59:25.548Z] Compiling @angular/router : es2015 as esm2015 [2023-10-24T20:59:25.811Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-10-24T20:59:25.811Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-10-24T20:59:27.184Z] Compiling @angular/router/testing : es2015 as esm2015 [2023-10-24T20:59:31.365Z] 24 10 2023 20:59:30.926:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-10-24T20:59:31.365Z] 24 10 2023 20:59:30.928:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-10-24T20:59:31.365Z] 24 10 2023 20:59:30.931:INFO [launcher]: Starting browser ChromeHeadless [2023-10-24T20:59:40.222Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10281 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws [2023-10-24T20:59:40.235Z] Running in /w/workspace/edgex-ui-go/126 [Pipeline] { [Pipeline] checkout [2023-10-24T20:59:40.268Z] The recommended git tool is: git [2023-10-24T20:59:41.357Z] ✔ Browser application bundle generation complete. [2023-10-24T20:59:41.357Z] 24 10 2023 20:59:40.259:INFO [Chrome Headless 117.0.5938.62 (Linux x86_64)]: Connected on socket xMCoLFkwo4py4YmKAAAB with id 5322561 [2023-10-24T20:59:42.732Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) [2023-10-24T20:59:42.989Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.163 secs) [2023-10-24T20:59:42.989Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.194 secs) [2023-10-24T20:59:42.989Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.208 secs) [2023-10-24T20:59:42.989Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.211 secs) [2023-10-24T20:59:42.989Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.224 secs) [2023-10-24T20:59:42.989Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.232 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.252 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.258 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.267 secs) [2023-10-24T20:59:43.247Z] ERROR: 'NG0304: 'router-outlet' is not a known element: [2023-10-24T20:59:43.247Z] 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. [2023-10-24T20:59:43.247Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.267 secs) [2023-10-24T20:59:43.247Z] ERROR: 'NG0304: 'router-outlet' is not a known element: [2023-10-24T20:59:43.247Z] 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. [2023-10-24T20:59:43.247Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.271 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.288 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.304 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.308 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.312 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.316 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.324 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.366 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.377 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.403 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.41 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.416 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.423 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.425 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.427 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.428 secs) [2023-10-24T20:59:43.247Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.43 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.459 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.469 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.473 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.476 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.479 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.502 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.511 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.533 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.538 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.542 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.55 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.552 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.554 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.567 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.586 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.588 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.64 secs) [2023-10-24T20:59:43.506Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.643 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.67 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.678 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.691 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.698 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.701 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.719 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.737 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.744 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.779 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.787 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.798 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.8 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.801 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.821 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.828 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.837 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.843 secs) [2023-10-24T20:59:43.765Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.845 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.892 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.918 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.934 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.942 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.958 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.972 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.974 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.977 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.98 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.983 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.99 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.994 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 1 sec) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 1.002 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 1.004 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 1.019 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 1.03 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 1.033 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 1.036 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 1.042 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 1.047 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 1.049 secs) [2023-10-24T20:59:44.023Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 1.05 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 1.059 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 1.062 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 1.064 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 1.073 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 1.092 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 1.118 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 1.124 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 1.134 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 1.149 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 1.166 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 1.174 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 1.177 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 1.178 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 1.193 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 1.199 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 1.205 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 1.23 secs) [2023-10-24T20:59:44.284Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.241 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 1.245 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 1.25 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 1.261 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 1.263 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 1.264 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 1.276 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 1.291 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 1.319 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.333 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.342 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.363 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.386 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.405 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.407 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.408 secs) [2023-10-24T20:59:44.542Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.415 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.435 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.44 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.447 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.454 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.471 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.474 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.482 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.488 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.494 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.496 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.499 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.501 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.516 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.52 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.531 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.545 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.563 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.57 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.573 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.575 secs) [2023-10-24T20:59:44.800Z] WARN: ' [2023-10-24T20:59:44.800Z] It looks like you're using ngModel on the same form field as formControlName. [2023-10-24T20:59:44.800Z] Support for using the ngModel input property and ngModelChange event with [2023-10-24T20:59:44.800Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-10-24T20:59:44.800Z] in a future version of Angular. [2023-10-24T20:59:44.800Z] [2023-10-24T20:59:44.800Z] For more information on this, see our API docs here: [2023-10-24T20:59:44.800Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-10-24T20:59:44.800Z] ' [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.575 secs) [2023-10-24T20:59:44.800Z] WARN: ' [2023-10-24T20:59:44.800Z] It looks like you're using ngModel on the same form field as formControlName. [2023-10-24T20:59:44.800Z] Support for using the ngModel input property and ngModelChange event with [2023-10-24T20:59:44.800Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-10-24T20:59:44.800Z] in a future version of Angular. [2023-10-24T20:59:44.800Z] [2023-10-24T20:59:44.800Z] For more information on this, see our API docs here: [2023-10-24T20:59:44.800Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-10-24T20:59:44.800Z] ' [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.593 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.595 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.596 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.603 secs) [2023-10-24T20:59:44.800Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.611 secs) [2023-10-24T20:59:45.057Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.621 secs) [2023-10-24T20:59:45.057Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.627 secs) [2023-10-24T20:59:45.057Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.643 secs) [2023-10-24T20:59:45.057Z] Chrome Headless 117.0.5938.62 (Linux x86_64): Executed 147 of 147 SUCCESS (2.293 secs / 1.643 secs) [2023-10-24T20:59:45.057Z] TOTAL: 147 SUCCESS [2023-10-24T20:59:45.057Z] ✔ Browser application bundle generation complete. [2023-10-24T20:59:45.622Z] [2023-10-24T20:59:45.622Z] =============================== Coverage summary =============================== [2023-10-24T20:59:45.622Z] Statements : 41.06% ( 1474/3590 ) [2023-10-24T20:59:45.622Z] Branches : 11.75% ( 114/970 ) [2023-10-24T20:59:45.622Z] Functions : 32.29% ( 423/1310 ) [2023-10-24T20:59:45.622Z] Lines : 39.05% ( 1329/3403 ) [2023-10-24T20:59:45.622Z] ================================================================================ [2023-10-24T20:59:45.622Z] ✔ Browser application bundle generation complete. [2023-10-24T20:59:46.187Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_main/web' [Pipeline] echo [2023-10-24T20:59:46.200Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-10-24T20:59:46.217Z] $ docker stop --time=1 d8759a72a3927a2499a7abc4dcbd9772742660df96ae7d6925ffb8d4a6e0a36d [2023-10-24T20:59:47.554Z] $ docker rm -f --volumes d8759a72a3927a2499a7abc4dcbd9772742660df96ae7d6925ffb8d4a6e0a36d [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-24T20:59:47.956Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-10-24T20:59:48.731Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-10-24T20:59:48.963Z] using credential edgex-jenkins-ssh [2023-10-24T20:59:48.983Z] Cloning the remote Git repository [2023-10-24T20:59:49.182Z] + sudo chown -R jenkins:jenkins . [2023-10-24T20:59:49.041Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2023-10-24T20:59:49.165Z] > git init /w/workspace/edgex-ui-go/126 # timeout=10 [Pipeline] sh [2023-10-24T20:59:49.722Z] + ls -al . [2023-10-24T20:59:49.722Z] total 176 [2023-10-24T20:59:49.722Z] drwxrwxr-x 13 jenkins jenkins 4096 Oct 24 20:58 . [2023-10-24T20:59:49.722Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:56 .. [2023-10-24T20:59:49.722Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:56 .blubracket [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 24 20:56 .dockerignore [2023-10-24T20:59:49.722Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 20:56 .git [2023-10-24T20:59:49.722Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:56 .github [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 135 Oct 24 20:56 .gitignore [2023-10-24T20:59:49.722Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 20:56 .semver [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 8418 Oct 24 20:56 Attribution.txt [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 19103 Oct 24 20:56 CHANGELOG.md [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 24 20:56 CONTRIBUTING.md [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 1788 Oct 24 20:56 Dockerfile [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 24 20:56 Jenkinsfile [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 24 20:56 LICENSE [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 2134 Oct 24 20:56 Makefile [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 4381 Oct 24 20:56 README.md [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 24 20:56 VERSION [2023-10-24T20:59:49.722Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:56 assets [2023-10-24T20:59:49.722Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:56 bin [2023-10-24T20:59:49.722Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:56 cmd [2023-10-24T20:59:49.722Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 24 20:58 coverage.out [2023-10-24T20:59:49.722Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:56 docs [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 2999 Oct 24 20:56 go.mod [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 30528 Oct 24 20:56 go.sum [2023-10-24T20:59:49.722Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 20:56 internal [2023-10-24T20:59:49.722Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:56 testing [2023-10-24T20:59:49.722Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 24 20:56 version.go [2023-10-24T20:59:49.722Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 20:58 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T20:59:50.024Z] + 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=7cad7c501d971a86f82a29c9533a93a6d95b4e6d --label arch=amd64 --label version=3.1.0-dev.7 . [2023-10-24T20:59:50.282Z] Sending build context to Docker daemon 51.51MB [2023-10-24T20:59:50.282Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-10-24T20:59:50.282Z] Step 2/25 : FROM ${BASE} AS builder [2023-10-24T20:59:50.282Z] ---> 7354fe5a4f8a [2023-10-24T20:59:50.282Z] Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-10-24T20:59:49.397Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-10-24T20:59:49.398Z] > git --version # timeout=10 [2023-10-24T20:59:49.421Z] > git --version # 'git version 2.25.1' [2023-10-24T20:59:49.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-10-24T20:59:49.749Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-10-24T20:59:51.216Z] ---> Running in 6828269abf4b [2023-10-24T20:59:51.216Z] Removing intermediate container 6828269abf4b [2023-10-24T20:59:51.216Z] ---> 69ea8ec2ce51 [2023-10-24T20:59:51.216Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2023-10-24T20:59:51.216Z] ---> Running in 8f655c2b108f [2023-10-24T20:59:51.216Z] Removing intermediate container 8f655c2b108f [2023-10-24T20:59:51.216Z] ---> ae22b7be7d4b [2023-10-24T20:59:51.216Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2023-10-24T20:59:51.216Z] ---> Running in 2672bf62d34c [2023-10-24T20:59:51.216Z] Removing intermediate container 2672bf62d34c [2023-10-24T20:59:51.216Z] ---> 03656884e971 [2023-10-24T20:59:51.216Z] Step 6/25 : LABEL Name=edgex-ui-go [2023-10-24T20:59:51.475Z] ---> Running in 23285e03c76d [2023-10-24T20:59:51.475Z] Removing intermediate container 23285e03c76d [2023-10-24T20:59:51.475Z] ---> aaa3a176ac2c [2023-10-24T20:59:51.475Z] Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-10-24T20:59:51.475Z] ---> Running in 7a03acbf0329 [2023-10-24T20:59:51.475Z] Removing intermediate container 7a03acbf0329 [2023-10-24T20:59:51.475Z] ---> 4c35fa129648 [2023-10-24T20:59:51.475Z] Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-10-24T20:59:52.409Z] ---> 1ff8339476b5 [2023-10-24T20:59:52.409Z] Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-24T20:59:52.409Z] ---> Running in 8172549a8951 [2023-10-24T20:59:52.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-24T20:59:52.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-24T20:59:53.233Z] OK: 264 MiB in 52 packages [2023-10-24T20:59:53.492Z] Removing intermediate container 8172549a8951 [2023-10-24T20:59:53.492Z] ---> 636f289b9c7c [2023-10-24T20:59:53.492Z] Step 10/25 : ENV GO111MODULE=on [2023-10-24T20:59:53.492Z] ---> Running in 91fe91e948fb [2023-10-24T20:59:53.492Z] Removing intermediate container 91fe91e948fb [2023-10-24T20:59:53.492Z] ---> 45259571da72 [2023-10-24T20:59:53.492Z] Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-10-24T20:59:53.492Z] ---> Running in fac6f7ce3af4 [2023-10-24T20:59:53.492Z] Removing intermediate container fac6f7ce3af4 [2023-10-24T20:59:53.492Z] ---> 844c27131097 [2023-10-24T20:59:53.492Z] Step 12/25 : COPY go.mod vendor* ./ [2023-10-24T20:59:53.482Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-10-24T20:59:53.504Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-10-24T20:59:53.750Z] ---> da13e9cbfedd [2023-10-24T20:59:53.751Z] Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-24T20:59:53.751Z] ---> Running in 320c8b8a4737 [2023-10-24T20:59:54.317Z] Removing intermediate container 320c8b8a4737 [2023-10-24T20:59:54.317Z] ---> f24991e669cf [2023-10-24T20:59:54.317Z] Step 14/25 : COPY . . [2023-10-24T20:59:54.393Z] Avoid second fetch [2023-10-24T20:59:54.393Z] Checking out Revision 7cad7c501d971a86f82a29c9533a93a6d95b4e6d (main) [2023-10-24T20:59:55.260Z] Commit message: "Merge pull request #641 from MonicaisHer/remove-snap" [2023-10-24T20:59:54.410Z] > git config core.sparsecheckout # timeout=10 [2023-10-24T20:59:54.484Z] > git checkout -f 7cad7c501d971a86f82a29c9533a93a6d95b4e6d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-24T20:59:56.180Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-10-24T20:59:56.180Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-10-24T20:59:56.180Z] Dload Upload Total Spent Left Speed [2023-10-24T20:59:56.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 254k 0 --:--:-- --:--:-- --:--:-- 254k [2023-10-24T20:59:56.212Z] ---> 3c7b1c5e2f53 [2023-10-24T20:59:56.212Z] Step 15/25 : RUN ${MAKE} [2023-10-24T20:59:56.212Z] ---> Running in 90324cabc740 [2023-10-24T20:59:56.212Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=3.1.0-dev.7" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] sh [2023-10-24T20:59:56.833Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-10-24T20:59:57.162Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-10-24T20:59:57.162Z] + sudo tee /etc/docker/daemon.new [2023-10-24T20:59:57.162Z] { [2023-10-24T20:59:57.162Z] "registry-mirrors": [ [2023-10-24T20:59:57.162Z] "https://nexus3.edgexfoundry.org:10001" [2023-10-24T20:59:57.162Z] ], [2023-10-24T20:59:57.162Z] "bip": "10.250.0.254/24", [2023-10-24T20:59:57.162Z] "hosts": [ [2023-10-24T20:59:57.162Z] "tcp://0.0.0.0:5555", [2023-10-24T20:59:57.162Z] "unix:///var/run/docker.sock" [2023-10-24T20:59:57.162Z] ], [2023-10-24T20:59:57.162Z] "mtu": 1458, [2023-10-24T20:59:57.162Z] "selinux-enabled": true, [2023-10-24T20:59:57.162Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-10-24T20:59:57.162Z] } [Pipeline] sh [2023-10-24T20:59:57.494Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-10-24T20:59:57.851Z] + sudo service docker restart [2023-10-24T21:00:14.323Z] Removing intermediate container 90324cabc740 [2023-10-24T21:00:14.323Z] ---> 478922feee6f [2023-10-24T21:00:14.323Z] Step 16/25 : FROM alpine:3.18 [2023-10-24T21:00:14.323Z] 3.18: Pulling from library/alpine [2023-10-24T21:00:14.323Z] 96526aa774ef: Already exists [2023-10-24T21:00:14.323Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-10-24T21:00:14.323Z] Status: Downloaded newer image for alpine:3.18 [2023-10-24T21:00:14.323Z] ---> 8ca4688f4f35 [2023-10-24T21:00:14.323Z] Step 17/25 : EXPOSE 4000 [2023-10-24T21:00:14.323Z] ---> Running in e9dd211a606a [2023-10-24T21:00:14.323Z] Removing intermediate container e9dd211a606a [2023-10-24T21:00:14.323Z] ---> 1c21d4c75f59 [2023-10-24T21:00:14.323Z] Step 18/25 : 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 [2023-10-24T21:00:14.581Z] ---> 2b5d35ee283b [2023-10-24T21:00:14.581Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2023-10-24T21:00:14.581Z] ---> 6c691164d177 [2023-10-24T21:00:14.581Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2023-10-24T21:00:14.840Z] ---> ed9cdd00a858 [2023-10-24T21:00:14.840Z] Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-10-24T21:00:14.840Z] ---> Running in 1f203e9b678b [2023-10-24T21:00:14.840Z] Removing intermediate container 1f203e9b678b [2023-10-24T21:00:14.840Z] ---> f31096985217 [2023-10-24T21:00:14.840Z] Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2023-10-24T21:00:14.840Z] ---> Running in 7d8d069bd462 [2023-10-24T21:00:14.840Z] Removing intermediate container 7d8d069bd462 [2023-10-24T21:00:14.840Z] ---> a044e69f9414 [2023-10-24T21:00:14.840Z] Step 23/25 : LABEL arch=amd64 [2023-10-24T21:00:14.840Z] ---> Running in ed9f9dba355b [2023-10-24T21:00:15.100Z] Removing intermediate container ed9f9dba355b [2023-10-24T21:00:15.100Z] ---> a4e574f5e529 [2023-10-24T21:00:15.100Z] Step 24/25 : LABEL git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:00:15.100Z] ---> Running in 2124d217ae8b [2023-10-24T21:00:15.100Z] Removing intermediate container 2124d217ae8b [2023-10-24T21:00:15.100Z] ---> a94438e7afa3 [2023-10-24T21:00:15.100Z] Step 25/25 : LABEL version=3.1.0-dev.7 [2023-10-24T21:00:15.100Z] ---> Running in 3524864d5e4f [2023-10-24T21:00:15.100Z] Removing intermediate container 3524864d5e4f [2023-10-24T21:00:15.100Z] ---> 886d09df5d06 [2023-10-24T21:00:15.100Z] [Warning] One or more build-args [ARCH] were not consumed [2023-10-24T21:00:15.100Z] Successfully built 886d09df5d06 [2023-10-24T21:00:15.100Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-24T21:00:15.177Z] provisioning config files... [2023-10-24T21:00:15.184Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config12205070569868598669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:00:15.476Z] ---> docker-login.sh [2023-10-24T21:00:15.476Z] nexus3.edgexfoundry.org:10001 [2023-10-24T21:00:15.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:15.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:15.476Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:15.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:15.476Z] [2023-10-24T21:00:15.476Z] Login Succeeded [2023-10-24T21:00:15.476Z] nexus3.edgexfoundry.org:10002 [2023-10-24T21:00:15.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:15.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:15.476Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:15.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:15.476Z] [2023-10-24T21:00:15.476Z] Login Succeeded [2023-10-24T21:00:15.476Z] nexus3.edgexfoundry.org:10003 [2023-10-24T21:00:15.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:15.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:15.735Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:15.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:15.735Z] [2023-10-24T21:00:15.735Z] Login Succeeded [2023-10-24T21:00:15.735Z] nexus3.edgexfoundry.org:10004 [2023-10-24T21:00:15.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:15.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:15.735Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:15.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:15.735Z] [2023-10-24T21:00:15.735Z] Login Succeeded [2023-10-24T21:00:15.735Z] docker.io [2023-10-24T21:00:15.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:15.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:15.993Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:15.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:15.993Z] [2023-10-24T21:00:15.993Z] Login Succeeded [2023-10-24T21:00:15.993Z] ---> docker-login.sh ends [Pipeline] } [2023-10-24T21:00:16.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-24T21:00:16.028Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-24T21:00:16.046Z] [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: [2023-10-24T21:00:16.046Z] 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:00:16.046Z] latest [2023-10-24T21:00:16.046Z] 3.1.0-dev.7 [2023-10-24T21:00:16.046Z] 7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [2023-10-24T21:00:16.046Z] main [2023-10-24T21:00:16.046Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-24T21:00:16.156Z] provisioning config files... [2023-10-24T21:00:16.186Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/126@tmp/config3897970487043430586tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:00:16.352Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:16.545Z] ---> docker-login.sh [2023-10-24T21:00:16.545Z] nexus3.edgexfoundry.org:10001 [2023-10-24T21:00:16.654Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:00:16.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-10-24T21:00:16.654Z] e7f5183f95e1: Preparing [2023-10-24T21:00:16.654Z] 61a17ef3df32: Preparing [2023-10-24T21:00:16.654Z] 6af6ab8cb3ac: Preparing [2023-10-24T21:00:16.654Z] cc2447e1835a: Preparing [2023-10-24T21:00:16.654Z] cc2447e1835a: Layer already exists [2023-10-24T21:00:16.654Z] 61a17ef3df32: Pushed [2023-10-24T21:00:16.654Z] e7f5183f95e1: Pushed [2023-10-24T21:00:17.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:17.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:17.137Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:17.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:17.137Z] [2023-10-24T21:00:17.137Z] Login Succeeded [2023-10-24T21:00:17.137Z] nexus3.edgexfoundry.org:10002 [2023-10-24T21:00:17.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:17.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:17.414Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:17.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:17.414Z] [2023-10-24T21:00:17.414Z] Login Succeeded [2023-10-24T21:00:17.414Z] nexus3.edgexfoundry.org:10003 [2023-10-24T21:00:17.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:17.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:17.958Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:17.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:17.958Z] [2023-10-24T21:00:17.958Z] Login Succeeded [2023-10-24T21:00:17.958Z] nexus3.edgexfoundry.org:10004 [2023-10-24T21:00:18.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:18.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:18.228Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:18.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:18.228Z] [2023-10-24T21:00:18.228Z] Login Succeeded [2023-10-24T21:00:18.228Z] docker.io [2023-10-24T21:00:18.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:00:18.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:00:18.767Z] Configure a credential helper to remove this warning. See [2023-10-24T21:00:18.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:00:18.767Z] [2023-10-24T21:00:18.767Z] Login Succeeded [2023-10-24T21:00:18.767Z] ---> docker-login.sh ends [Pipeline] } [2023-10-24T21:00:18.781Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-10-24T21:00:19.037Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-24T21:00:19.054Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-24T21:00:19.066Z] ========================================================= [2023-10-24T21:00:19.066Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-10-24T21:00:19.066Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:19.411Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-10-24T21:00:19.941Z] 6af6ab8cb3ac: Pushed [2023-10-24T21:00:19.941Z] 7cad7c501d971a86f82a29c9533a93a6d95b4e6d: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:20.261Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:20.574Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest [2023-10-24T21:00:20.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-10-24T21:00:20.574Z] e7f5183f95e1: Preparing [2023-10-24T21:00:20.574Z] 61a17ef3df32: Preparing [2023-10-24T21:00:20.574Z] 6af6ab8cb3ac: Preparing [2023-10-24T21:00:20.574Z] cc2447e1835a: Preparing [2023-10-24T21:00:20.574Z] cc2447e1835a: Layer already exists [2023-10-24T21:00:20.574Z] 61a17ef3df32: Layer already exists [2023-10-24T21:00:20.574Z] 6af6ab8cb3ac: Layer already exists [2023-10-24T21:00:20.574Z] e7f5183f95e1: Layer already exists [2023-10-24T21:00:20.574Z] latest: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:20.855Z] Sending build context to Docker daemon 31.47MB [2023-10-24T21:00:20.855Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2023-10-24T21:00:20.855Z] Step 2/15 : FROM ${BASE} AS builder [2023-10-24T21:00:20.855Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-10-24T21:00:20.855Z] 9fda8d8052c6: Pulling fs layer [2023-10-24T21:00:20.855Z] 5d54e960e981: Pulling fs layer [2023-10-24T21:00:20.855Z] c4a7e357bf2a: Pulling fs layer [2023-10-24T21:00:20.855Z] f0e02332f6b5: Pulling fs layer [2023-10-24T21:00:20.855Z] cefa15bbcfad: Pulling fs layer [2023-10-24T21:00:20.855Z] 17808c966233: Pulling fs layer [2023-10-24T21:00:20.855Z] f4c1fc716caa: Pulling fs layer [2023-10-24T21:00:20.855Z] f0e02332f6b5: Waiting [2023-10-24T21:00:20.855Z] cefa15bbcfad: Waiting [2023-10-24T21:00:20.855Z] 17808c966233: Waiting [2023-10-24T21:00:20.855Z] f4c1fc716caa: Waiting [2023-10-24T21:00:20.855Z] 5d54e960e981: Download complete [2023-10-24T21:00:20.888Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:21.132Z] f0e02332f6b5: Verifying Checksum [2023-10-24T21:00:21.132Z] f0e02332f6b5: Download complete [2023-10-24T21:00:21.132Z] cefa15bbcfad: Verifying Checksum [2023-10-24T21:00:21.132Z] cefa15bbcfad: Download complete [2023-10-24T21:00:21.132Z] 9fda8d8052c6: Download complete [2023-10-24T21:00:21.191Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.7 [2023-10-24T21:00:21.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-10-24T21:00:21.191Z] e7f5183f95e1: Preparing [2023-10-24T21:00:21.191Z] 61a17ef3df32: Preparing [2023-10-24T21:00:21.191Z] 6af6ab8cb3ac: Preparing [2023-10-24T21:00:21.191Z] cc2447e1835a: Preparing [2023-10-24T21:00:21.191Z] e7f5183f95e1: Layer already exists [2023-10-24T21:00:21.191Z] 6af6ab8cb3ac: Layer already exists [2023-10-24T21:00:21.191Z] 61a17ef3df32: Layer already exists [2023-10-24T21:00:21.191Z] cc2447e1835a: Layer already exists [2023-10-24T21:00:21.191Z] 3.1.0-dev.7: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:21.503Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:21.724Z] f4c1fc716caa: Verifying Checksum [2023-10-24T21:00:21.724Z] f4c1fc716caa: Download complete [2023-10-24T21:00:21.803Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [2023-10-24T21:00:21.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-10-24T21:00:21.803Z] e7f5183f95e1: Preparing [2023-10-24T21:00:21.803Z] 61a17ef3df32: Preparing [2023-10-24T21:00:21.803Z] 6af6ab8cb3ac: Preparing [2023-10-24T21:00:21.803Z] cc2447e1835a: Preparing [2023-10-24T21:00:21.803Z] e7f5183f95e1: Layer already exists [2023-10-24T21:00:21.803Z] 61a17ef3df32: Layer already exists [2023-10-24T21:00:21.803Z] 6af6ab8cb3ac: Layer already exists [2023-10-24T21:00:21.803Z] cc2447e1835a: Layer already exists [2023-10-24T21:00:21.803Z] 7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:22.004Z] 9fda8d8052c6: Pull complete [2023-10-24T21:00:22.106Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:00:22.414Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main [2023-10-24T21:00:22.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2023-10-24T21:00:22.414Z] e7f5183f95e1: Preparing [2023-10-24T21:00:22.414Z] 61a17ef3df32: Preparing [2023-10-24T21:00:22.414Z] 6af6ab8cb3ac: Preparing [2023-10-24T21:00:22.414Z] cc2447e1835a: Preparing [2023-10-24T21:00:22.414Z] e7f5183f95e1: Layer already exists [2023-10-24T21:00:22.414Z] cc2447e1835a: Layer already exists [2023-10-24T21:00:22.414Z] 61a17ef3df32: Layer already exists [2023-10-24T21:00:22.414Z] 6af6ab8cb3ac: Layer already exists [2023-10-24T21:00:22.414Z] main: digest: sha256:09efc3e756e44d6f2b83ae191013613303ab6d13878c77490a4daf157465abdd size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-24T21:00:22.470Z] ===================================================== [Pipeline] echo [2023-10-24T21:00:22.480Z] taggedImages: [2023-10-24T21:00:22.480Z] - nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:00:22.480Z] - nexus3.edgexfoundry.org:10004/edgex-ui:latest [2023-10-24T21:00:22.480Z] - nexus3.edgexfoundry.org:10004/edgex-ui:3.1.0-dev.7 [2023-10-24T21:00:22.480Z] - nexus3.edgexfoundry.org:10004/edgex-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [2023-10-24T21:00:22.480Z] - nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // script [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 [2023-10-24T21:00:22.593Z] 5d54e960e981: Pull complete [2023-10-24T21:00:22.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-24T21:00:22.850Z] [2023-10-24T21:00:22.850Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-10-24T21:00:22.870Z] c4a7e357bf2a: Verifying Checksum [2023-10-24T21:00:22.870Z] c4a7e357bf2a: Download complete [Pipeline] sh [2023-10-24T21:00:23.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-24T21:00:23.154Z] latest: Pulling from edgex-lftools-log-publisher [2023-10-24T21:00:23.154Z] 5eb5b503b376: Pulling fs layer [2023-10-24T21:00:23.154Z] 5c69ac0246d0: Pulling fs layer [2023-10-24T21:00:23.154Z] ec43610c2a17: Pulling fs layer [2023-10-24T21:00:23.154Z] 3a2ae6a8a46f: Pulling fs layer [2023-10-24T21:00:23.154Z] 33b1e0a273af: Pulling fs layer [2023-10-24T21:00:23.154Z] 5d3b04190fa2: Pulling fs layer [2023-10-24T21:00:23.154Z] 2f39f015ded8: Pulling fs layer [2023-10-24T21:00:23.154Z] 3a2ae6a8a46f: Waiting [2023-10-24T21:00:23.154Z] 33b1e0a273af: Waiting [2023-10-24T21:00:23.154Z] 5d3b04190fa2: Waiting [2023-10-24T21:00:23.154Z] 2f39f015ded8: Waiting [2023-10-24T21:00:23.154Z] 5c69ac0246d0: Verifying Checksum [2023-10-24T21:00:23.154Z] 5c69ac0246d0: Download complete [2023-10-24T21:00:23.154Z] 3a2ae6a8a46f: Verifying Checksum [2023-10-24T21:00:23.154Z] 3a2ae6a8a46f: Download complete [2023-10-24T21:00:23.154Z] 33b1e0a273af: Verifying Checksum [2023-10-24T21:00:23.154Z] 33b1e0a273af: Download complete [2023-10-24T21:00:23.154Z] 5d3b04190fa2: Verifying Checksum [2023-10-24T21:00:23.154Z] 5d3b04190fa2: Download complete [2023-10-24T21:00:23.154Z] ec43610c2a17: Verifying Checksum [2023-10-24T21:00:23.154Z] ec43610c2a17: Download complete [2023-10-24T21:00:23.411Z] 5eb5b503b376: Verifying Checksum [2023-10-24T21:00:23.411Z] 5eb5b503b376: Download complete [2023-10-24T21:00:23.845Z] 17808c966233: Verifying Checksum [2023-10-24T21:00:23.845Z] 17808c966233: Download complete [2023-10-24T21:00:23.975Z] 2f39f015ded8: Download complete [2023-10-24T21:00:24.541Z] 5eb5b503b376: Pull complete [2023-10-24T21:00:24.541Z] 5c69ac0246d0: Pull complete [2023-10-24T21:00:25.109Z] ec43610c2a17: Pull complete [2023-10-24T21:00:25.109Z] 3a2ae6a8a46f: Pull complete [2023-10-24T21:00:25.367Z] 33b1e0a273af: Pull complete [2023-10-24T21:00:25.367Z] 5d3b04190fa2: Pull complete [2023-10-24T21:00:29.547Z] 2f39f015ded8: Pull complete [2023-10-24T21:00:29.547Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-10-24T21:00:29.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-24T21:00:29.547Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:00:29.633Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T21:00:29.663Z] $ 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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-10-24T21:00:32.796Z] $ docker top 820a0411b265e9bb5905d3993d705512373209c11e34ac1bbce036ef6c7746ff -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:00:33.156Z] ---> job-cost.sh [2023-10-24T21:00:33.156Z] lf-activate-venv: SKIPPING [2023-10-24T21:00:33.156Z] INFO: No Stack... [2023-10-24T21:00:33.414Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-10-24T21:00:33.698Z] INFO: Archiving Costs [Pipeline] sh [2023-10-24T21:00:33.986Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_main/archives/cost.csv [2023-10-24T21:00:33.986Z] + cut -d, -f6 [Pipeline] lock [2023-10-24T21:00:34.000Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [2023-10-24T21:00:34.006Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] did not exist. Created. [2023-10-24T21:00:34.006Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-24T21:00:34.302Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-10-24T21:00:34.778Z] Stashed 1 file(s) [Pipeline] } [2023-10-24T21:00:34.785Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [Pipeline] // lock [Pipeline] } [2023-10-24T21:00:34.803Z] $ docker stop --time=1 820a0411b265e9bb5905d3993d705512373209c11e34ac1bbce036ef6c7746ff [2023-10-24T21:00:36.089Z] $ docker rm -f --volumes 820a0411b265e9bb5905d3993d705512373209c11e34ac1bbce036ef6c7746ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-10-24T21:00:36.196Z] c4a7e357bf2a: Pull complete [2023-10-24T21:00:36.197Z] f0e02332f6b5: Pull complete [2023-10-24T21:00:36.197Z] cefa15bbcfad: Pull complete [2023-10-24T21:00:43.631Z] 17808c966233: Pull complete [2023-10-24T21:00:45.050Z] f4c1fc716caa: Pull complete [2023-10-24T21:00:45.050Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-10-24T21:00:45.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-10-24T21:00:45.050Z] ---> ea914061e18c [2023-10-24T21:00:45.050Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-10-24T21:00:47.668Z] ---> Running in 064602e5839f [2023-10-24T21:00:47.668Z] Removing intermediate container 064602e5839f [2023-10-24T21:00:47.668Z] ---> e73eb7de68fd [2023-10-24T21:00:47.668Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2023-10-24T21:00:47.668Z] ---> Running in 25fb2eec7b38 [2023-10-24T21:00:47.938Z] Removing intermediate container 25fb2eec7b38 [2023-10-24T21:00:47.938Z] ---> 858193fdc902 [2023-10-24T21:00:47.938Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2023-10-24T21:00:48.209Z] ---> Running in a27710fa74f5 [2023-10-24T21:00:48.481Z] Removing intermediate container a27710fa74f5 [2023-10-24T21:00:48.481Z] ---> 8c8261896642 [2023-10-24T21:00:48.481Z] Step 6/15 : LABEL Name=edgex-ui-go [2023-10-24T21:00:48.751Z] ---> Running in febd1d6649b0 [2023-10-24T21:00:49.031Z] Removing intermediate container febd1d6649b0 [2023-10-24T21:00:49.031Z] ---> 52024d577a99 [2023-10-24T21:00:49.031Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-10-24T21:00:49.031Z] ---> Running in f0806ec31e5b [2023-10-24T21:00:49.304Z] Removing intermediate container f0806ec31e5b [2023-10-24T21:00:49.304Z] ---> e5fa8a5f4bff [2023-10-24T21:00:49.304Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-10-24T21:00:49.995Z] latest: Pulling from library/docker [2023-10-24T21:00:49.995Z] 579b34f0a95b: Pulling fs layer [2023-10-24T21:00:49.995Z] 2ecd494fa26a: Pulling fs layer [2023-10-24T21:00:49.995Z] 4f4fb700ef54: Pulling fs layer [2023-10-24T21:00:49.995Z] 152366591504: Pulling fs layer [2023-10-24T21:00:49.995Z] 002e729a1bea: Pulling fs layer [2023-10-24T21:00:49.995Z] df61191e4203: Pulling fs layer [2023-10-24T21:00:49.995Z] 896e3ce9c277: Pulling fs layer [2023-10-24T21:00:49.995Z] 3fdedfe04474: Pulling fs layer [2023-10-24T21:00:49.995Z] bf03d5960a18: Pulling fs layer [2023-10-24T21:00:49.995Z] 3c08bbdc8fb7: Pulling fs layer [2023-10-24T21:00:49.995Z] 4f799874081b: Pulling fs layer [2023-10-24T21:00:49.995Z] 95141bf3c415: Pulling fs layer [2023-10-24T21:00:49.995Z] 0d462e62db60: Pulling fs layer [2023-10-24T21:00:49.995Z] b7c9928a90e5: Pulling fs layer [2023-10-24T21:00:49.995Z] bf03d5960a18: Waiting [2023-10-24T21:00:49.995Z] 95141bf3c415: Waiting [2023-10-24T21:00:49.995Z] 3c08bbdc8fb7: Waiting [2023-10-24T21:00:49.995Z] 4f799874081b: Waiting [2023-10-24T21:00:49.995Z] 152366591504: Waiting [2023-10-24T21:00:49.995Z] 0d462e62db60: Waiting [2023-10-24T21:00:49.995Z] 896e3ce9c277: Waiting [2023-10-24T21:00:49.995Z] 002e729a1bea: Waiting [2023-10-24T21:00:49.995Z] 3fdedfe04474: Waiting [2023-10-24T21:00:49.995Z] df61191e4203: Waiting [2023-10-24T21:00:49.995Z] b7c9928a90e5: Waiting [2023-10-24T21:00:50.287Z] 4f4fb700ef54: Verifying Checksum [2023-10-24T21:00:50.287Z] 4f4fb700ef54: Download complete [2023-10-24T21:00:50.287Z] 2ecd494fa26a: Verifying Checksum [2023-10-24T21:00:50.287Z] 2ecd494fa26a: Download complete [2023-10-24T21:00:50.287Z] 579b34f0a95b: Verifying Checksum [2023-10-24T21:00:50.287Z] 579b34f0a95b: Download complete [2023-10-24T21:00:51.122Z] 152366591504: Verifying Checksum [2023-10-24T21:00:51.122Z] 152366591504: Download complete [2023-10-24T21:00:51.417Z] 002e729a1bea: Verifying Checksum [2023-10-24T21:00:51.417Z] 002e729a1bea: Download complete [2023-10-24T21:00:51.417Z] 896e3ce9c277: Verifying Checksum [2023-10-24T21:00:51.417Z] 896e3ce9c277: Download complete [2023-10-24T21:00:51.417Z] df61191e4203: Verifying Checksum [2023-10-24T21:00:51.417Z] df61191e4203: Download complete [2023-10-24T21:00:51.417Z] 3fdedfe04474: Verifying Checksum [2023-10-24T21:00:51.417Z] 3fdedfe04474: Download complete [2023-10-24T21:00:51.700Z] bf03d5960a18: Verifying Checksum [2023-10-24T21:00:51.700Z] bf03d5960a18: Download complete [2023-10-24T21:00:51.700Z] 579b34f0a95b: Pull complete [2023-10-24T21:00:51.700Z] 4f799874081b: Verifying Checksum [2023-10-24T21:00:51.700Z] 4f799874081b: Download complete [2023-10-24T21:00:51.974Z] 3c08bbdc8fb7: Verifying Checksum [2023-10-24T21:00:51.974Z] 3c08bbdc8fb7: Download complete [2023-10-24T21:00:52.250Z] b7c9928a90e5: Download complete [2023-10-24T21:00:52.250Z] 0d462e62db60: Download complete [2023-10-24T21:00:52.520Z] 2ecd494fa26a: Pull complete [2023-10-24T21:00:52.795Z] 4f4fb700ef54: Pull complete [2023-10-24T21:00:53.384Z] 95141bf3c415: Verifying Checksum [2023-10-24T21:00:53.384Z] 95141bf3c415: Download complete [2023-10-24T21:00:53.969Z] 152366591504: Pull complete [2023-10-24T21:00:55.929Z] 002e729a1bea: Pull complete [2023-10-24T21:00:59.307Z] df61191e4203: Pull complete [2023-10-24T21:00:59.307Z] 896e3ce9c277: Pull complete [2023-10-24T21:00:59.574Z] 3fdedfe04474: Pull complete [2023-10-24T21:00:59.843Z] bf03d5960a18: Pull complete [2023-10-24T21:01:01.250Z] 3c08bbdc8fb7: Pull complete [2023-10-24T21:01:01.250Z] 4f799874081b: Pull complete [2023-10-24T21:01:04.596Z] 95141bf3c415: Pull complete [2023-10-24T21:01:04.861Z] 0d462e62db60: Pull complete [2023-10-24T21:01:05.126Z] b7c9928a90e5: Pull complete [2023-10-24T21:01:05.126Z] Digest: sha256:0752ca4e936da012c173c119217c0f9599b3b191c1557e53206d5d06d2627580 [2023-10-24T21:01:05.126Z] Status: Downloaded newer image for docker:latest [2023-10-24T21:01:07.719Z] ---> 4954ce675bd6 [2023-10-24T21:01:07.719Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-24T21:01:07.719Z] ---> Running in 6d70628bdb3c [2023-10-24T21:01:08.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-24T21:01:09.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-24T21:01:10.682Z] OK: 266 MiB in 52 packages [2023-10-24T21:01:13.254Z] Removing intermediate container 6d70628bdb3c [2023-10-24T21:01:13.254Z] ---> ab09d8843538 [2023-10-24T21:01:13.254Z] Step 10/15 : ENV GO111MODULE=on [2023-10-24T21:01:13.254Z] ---> Running in f967005c4183 [2023-10-24T21:01:13.254Z] Removing intermediate container f967005c4183 [2023-10-24T21:01:13.254Z] ---> eceee08670a9 [2023-10-24T21:01:13.254Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-10-24T21:01:13.254Z] ---> Running in 50b612f7dbd9 [2023-10-24T21:01:13.523Z] Removing intermediate container 50b612f7dbd9 [2023-10-24T21:01:13.523Z] ---> 8189330c3518 [2023-10-24T21:01:13.523Z] Step 12/15 : COPY go.mod vendor* ./ [2023-10-24T21:01:14.106Z] ---> 5d29864bb8d6 [2023-10-24T21:01:14.106Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-24T21:01:14.106Z] ---> Running in 083a3829d35e [2023-10-24T21:02:50.946Z] Removing intermediate container 083a3829d35e [2023-10-24T21:02:50.946Z] ---> 8feef3d1b43b [2023-10-24T21:02:50.946Z] Step 14/15 : COPY . . [2023-10-24T21:02:50.946Z] ---> ec378aecfb24 [2023-10-24T21:02:50.946Z] Step 15/15 : RUN ${MAKE} [2023-10-24T21:02:50.946Z] ---> Running in 9d29d2946073 [2023-10-24T21:02:50.946Z] noop [2023-10-24T21:02:50.946Z] Removing intermediate container 9d29d2946073 [2023-10-24T21:02:50.946Z] ---> 5b72193a4195 [2023-10-24T21:02:50.946Z] Successfully built 5b72193a4195 [2023-10-24T21:02:50.946Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:02:51.545Z] + docker inspect -f . ci-base-image-arm64 [2023-10-24T21:02:51.545Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:02:51.801Z] prd-ubuntu20.04-docker-arm64-4c-16g-10281 does not seem to be running inside a container [2023-10-24T21:02:51.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/126 -v /w/workspace/edgex-ui-go/126:/w/workspace/edgex-ui-go/126:rw,z -v /w/workspace/edgex-ui-go/126@tmp:/w/workspace/edgex-ui-go/126@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 ******** ci-base-image-arm64 cat [2023-10-24T21:02:53.193Z] $ docker top ddb4353d71a5f6d64aea2fdb1451a21538ea67ec5f16b0c58bd4629ede096736 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-24T21:02:54.057Z] + go version [2023-10-24T21:02:54.057Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-10-24T21:02:54.080Z] $ docker stop --time=1 ddb4353d71a5f6d64aea2fdb1451a21538ea67ec5f16b0c58bd4629ede096736 [2023-10-24T21:02:55.724Z] $ docker rm -f --volumes ddb4353d71a5f6d64aea2fdb1451a21538ea67ec5f16b0c58bd4629ede096736 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:02:56.319Z] + docker inspect -f . ci-base-image-arm64 [2023-10-24T21:02:56.319Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:02:56.514Z] prd-ubuntu20.04-docker-arm64-4c-16g-10281 does not seem to be running inside a container [2023-10-24T21:02:56.589Z] $ 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/126 -v /w/workspace/edgex-ui-go/126:/w/workspace/edgex-ui-go/126:rw,z -v /w/workspace/edgex-ui-go/126@tmp:/w/workspace/edgex-ui-go/126@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 ******** ci-base-image-arm64 cat [2023-10-24T21:02:58.038Z] $ docker top b449a2e6ffb83cc0c95b40d1095d5ec28aec4f1b5b2e2699af52cbb793d51367 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-24T21:02:58.905Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/126 [Pipeline] fileExists [Pipeline] sh [2023-10-24T21:02:59.581Z] + make test [2023-10-24T21:02:59.581Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-10-24T21:03:04.986Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-10-24T21:04:26.683Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-10-24T21:04:26.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-10-24T21:04:26.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-10-24T21:04:26.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-10-24T21:04:26.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-10-24T21:04:26.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-10-24T21:04:26.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-10-24T21:04:26.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-10-24T21:04:26.683Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-10-24T21:04:33.329Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-10-24T21:04:33.329Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-10-24T21:04:33.329Z] ./bin/test-attribution-txt.sh [2023-10-24T21:04:33.329Z] make -C web test [2023-10-24T21:04:33.329Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/126/web' [2023-10-24T21:04:33.329Z] make[1]: tput: No such file or directory [2023-10-24T21:04:33.329Z] make[1]: tput: No such file or directory [2023-10-24T21:04:33.329Z] warning: generating ./VERSION [2023-10-24T21:04:33.329Z] echo "0.0.0" > VERSION [2023-10-24T21:04:33.329Z] docker build \ [2023-10-24T21:04:33.329Z] -f Dockerfile \ [2023-10-24T21:04:33.329Z] --build-arg USER=1000 \ [2023-10-24T21:04:33.329Z] \ [2023-10-24T21:04:33.329Z] --label "git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d" \ [2023-10-24T21:04:33.329Z] -t edgexfoundry/edgex-web-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d \ [2023-10-24T21:04:33.329Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-10-24T21:04:33.329Z] . [2023-10-24T21:04:33.329Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2023-10-24T21:04:33.329Z] Install the buildx component to build images with BuildKit: [2023-10-24T21:04:33.329Z] https://docs.docker.com/go/buildx/ [2023-10-24T21:04:33.329Z] [2023-10-24T21:04:33.910Z] Sending build context to Docker daemon 2.706MB [2023-10-24T21:04:33.910Z] Step 1/11 : FROM node:18-alpine3.18 [2023-10-24T21:04:34.177Z] 18-alpine3.18: Pulling from library/node [2023-10-24T21:04:34.177Z] 579b34f0a95b: Already exists [2023-10-24T21:04:34.177Z] 193dce5f4a0c: Pulling fs layer [2023-10-24T21:04:34.177Z] 78d1fe6b9b44: Pulling fs layer [2023-10-24T21:04:34.177Z] 18c854bc80ea: Pulling fs layer [2023-10-24T21:04:34.177Z] 18c854bc80ea: Verifying Checksum [2023-10-24T21:04:34.177Z] 18c854bc80ea: Download complete [2023-10-24T21:04:34.177Z] 78d1fe6b9b44: Verifying Checksum [2023-10-24T21:04:34.177Z] 78d1fe6b9b44: Download complete [2023-10-24T21:04:35.139Z] 193dce5f4a0c: Verifying Checksum [2023-10-24T21:04:35.139Z] 193dce5f4a0c: Download complete [2023-10-24T21:04:41.793Z] 193dce5f4a0c: Pull complete [2023-10-24T21:04:42.066Z] 78d1fe6b9b44: Pull complete [2023-10-24T21:04:42.335Z] 18c854bc80ea: Pull complete [2023-10-24T21:04:42.335Z] Digest: sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d [2023-10-24T21:04:42.335Z] Status: Downloaded newer image for node:18-alpine3.18 [2023-10-24T21:04:42.335Z] ---> f5a5f9201015 [2023-10-24T21:04:42.335Z] Step 2/11 : RUN apk add --no-cache chromium [2023-10-24T21:04:42.940Z] ---> Running in 486d408fa912 [2023-10-24T21:04:43.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-24T21:04:44.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-24T21:04:45.462Z] (1/151) Installing libexpat (2.5.0-r1) [2023-10-24T21:04:45.462Z] (2/151) Installing brotli-libs (1.0.9-r14) [2023-10-24T21:04:45.462Z] (3/151) Installing libbz2 (1.0.8-r5) [2023-10-24T21:04:45.462Z] (4/151) Installing libpng (1.6.39-r3) [2023-10-24T21:04:45.462Z] (5/151) Installing freetype (2.13.0-r5) [2023-10-24T21:04:45.462Z] (6/151) Installing fontconfig (2.14.2-r3) [2023-10-24T21:04:45.462Z] (7/151) Installing libfontenc (1.1.7-r2) [2023-10-24T21:04:45.462Z] (8/151) Installing mkfontscale (1.2.2-r3) [2023-10-24T21:04:45.462Z] (9/151) Installing font-opensans (0_git20210927-r1) [2023-10-24T21:04:45.732Z] (10/151) Installing pkgconf (1.9.5-r0) [2023-10-24T21:04:45.732Z] (11/151) Installing libffi (3.4.4-r2) [2023-10-24T21:04:45.732Z] (12/151) Installing libintl (0.21.1-r7) [2023-10-24T21:04:45.732Z] (13/151) Installing libblkid (2.38.1-r8) [2023-10-24T21:04:45.732Z] (14/151) Installing libmount (2.38.1-r8) [2023-10-24T21:04:45.732Z] (15/151) Installing pcre2 (10.42-r1) [2023-10-24T21:04:45.732Z] (16/151) Installing glib (2.76.4-r0) [2023-10-24T21:04:45.732Z] (17/151) Installing xz-libs (5.4.3-r0) [2023-10-24T21:04:45.732Z] (18/151) Installing libxml2 (2.11.4-r0) [2023-10-24T21:04:46.001Z] (19/151) Installing shared-mime-info (2.2-r5) [2023-10-24T21:04:46.001Z] (20/151) Installing hicolor-icon-theme (0.17-r2) [2023-10-24T21:04:46.001Z] (21/151) Installing libjpeg-turbo (2.1.5.1-r3) [2023-10-24T21:04:46.001Z] (22/151) Installing libwebp (1.3.2-r0) [2023-10-24T21:04:46.001Z] (23/151) Installing zstd-libs (1.5.5-r4) [2023-10-24T21:04:46.001Z] (24/151) Installing tiff (4.5.1-r0) [2023-10-24T21:04:46.001Z] (25/151) Installing gdk-pixbuf (2.42.10-r5) [2023-10-24T21:04:46.001Z] (26/151) Installing gtk-update-icon-cache (3.24.38-r1) [2023-10-24T21:04:46.001Z] (27/151) Installing libxau (1.0.11-r2) [2023-10-24T21:04:46.001Z] (28/151) Installing libmd (1.0.4-r2) [2023-10-24T21:04:46.001Z] (29/151) Installing libbsd (0.11.7-r1) [2023-10-24T21:04:46.269Z] (30/151) Installing libxdmcp (1.1.4-r2) [2023-10-24T21:04:46.269Z] (31/151) Installing libxcb (1.15-r1) [2023-10-24T21:04:46.269Z] (32/151) Installing libx11 (1.8.4-r4) [2023-10-24T21:04:46.269Z] (33/151) Installing libxcomposite (0.4.6-r3) [2023-10-24T21:04:46.269Z] (34/151) Installing libxfixes (6.0.1-r2) [2023-10-24T21:04:46.269Z] (35/151) Installing libxrender (0.9.11-r3) [2023-10-24T21:04:46.269Z] (36/151) Installing libxcursor (1.2.1-r2) [2023-10-24T21:04:46.269Z] (37/151) Installing libxdamage (1.1.6-r2) [2023-10-24T21:04:46.269Z] (38/151) Installing libxext (1.3.5-r2) [2023-10-24T21:04:46.269Z] (39/151) Installing libxi (1.8.1-r0) [2023-10-24T21:04:46.269Z] (40/151) Installing libxinerama (1.1.5-r2) [2023-10-24T21:04:46.269Z] (41/151) Installing libxrandr (1.5.3-r2) [2023-10-24T21:04:46.269Z] (42/151) Installing libatk-1.0 (2.48.3-r0) [2023-10-24T21:04:46.534Z] (43/151) Installing libxtst (1.2.4-r2) [2023-10-24T21:04:46.534Z] (44/151) Installing dbus-libs (1.14.8-r0) [2023-10-24T21:04:46.534Z] (45/151) Installing at-spi2-core (2.48.3-r0) [2023-10-24T21:04:46.534Z] (46/151) Installing libatk-bridge-2.0 (2.48.3-r0) [2023-10-24T21:04:46.534Z] (47/151) Installing pixman (0.42.2-r1) [2023-10-24T21:04:46.534Z] (48/151) Installing cairo (1.17.8-r1) [2023-10-24T21:04:46.534Z] (49/151) Installing cairo-gobject (1.17.8-r1) [2023-10-24T21:04:46.534Z] (50/151) Installing avahi-libs (0.8-r13) [2023-10-24T21:04:46.534Z] (51/151) Installing gmp (6.2.1-r3) [2023-10-24T21:04:46.534Z] (52/151) Installing nettle (3.8.1-r2) [2023-10-24T21:04:46.534Z] (53/151) Installing libunistring (1.1-r1) [2023-10-24T21:04:46.534Z] (54/151) Installing libidn2 (2.3.4-r1) [2023-10-24T21:04:46.534Z] (55/151) Installing p11-kit (0.24.1-r2) [2023-10-24T21:04:46.534Z] (56/151) Installing libtasn1 (4.19.0-r1) [2023-10-24T21:04:46.799Z] (57/151) Installing gnutls (3.8.0-r2) [2023-10-24T21:04:46.799Z] (58/151) Installing cups-libs (2.4.7-r0) [2023-10-24T21:04:46.799Z] (59/151) Installing libepoxy (1.5.10-r1) [2023-10-24T21:04:46.799Z] (60/151) Installing fribidi (1.0.13-r0) [2023-10-24T21:04:46.799Z] (61/151) Installing graphite2 (1.3.14-r5) [2023-10-24T21:04:46.799Z] (62/151) Installing harfbuzz (7.3.0-r0) [2023-10-24T21:04:46.799Z] (63/151) Installing libxft (2.3.8-r1) [2023-10-24T21:04:46.799Z] (64/151) Installing pango (1.50.14-r1) [2023-10-24T21:04:46.799Z] (65/151) Installing wayland-libs-client (1.22.0-r2) [2023-10-24T21:04:46.799Z] (66/151) Installing wayland-libs-cursor (1.22.0-r2) [2023-10-24T21:04:46.799Z] (67/151) Installing wayland-libs-egl (1.22.0-r2) [2023-10-24T21:04:46.799Z] (68/151) Installing xkeyboard-config (2.38-r0) [2023-10-24T21:04:47.064Z] (69/151) Installing libxkbcommon (1.5.0-r2) [2023-10-24T21:04:47.064Z] (70/151) Installing gtk+3.0 (3.24.38-r1) [2023-10-24T21:04:47.395Z] Executing gtk+3.0-3.24.38-r1.post-install [2023-10-24T21:04:47.395Z] (71/151) Installing icu-data-full (73.2-r2) [2023-10-24T21:04:47.982Z] (72/151) Installing mesa (23.0.4-r0) [2023-10-24T21:04:47.982Z] (73/151) Installing llvm15-libs (15.0.7-r6) [2023-10-24T21:04:50.565Z] (74/151) Installing libdrm (2.4.115-r4) [2023-10-24T21:04:50.565Z] (75/151) Installing musl-fts (1.2.7-r5) [2023-10-24T21:04:50.565Z] (76/151) Installing libelf (0.189-r2) [2023-10-24T21:04:50.565Z] (77/151) Installing mesa-glapi (23.0.4-r0) [2023-10-24T21:04:50.565Z] (78/151) Installing mesa-dri-gallium (23.0.4-r0) [2023-10-24T21:04:51.151Z] (79/151) Installing eudev-libs (3.2.11-r8) [2023-10-24T21:04:51.151Z] (80/151) Installing libmagic (5.45-r0) [2023-10-24T21:04:51.151Z] (81/151) Installing file (5.45-r0) [2023-10-24T21:04:51.151Z] (82/151) Installing libice (1.1.1-r2) [2023-10-24T21:04:51.151Z] (83/151) Installing libuuid (2.38.1-r8) [2023-10-24T21:04:51.151Z] (84/151) Installing libsm (1.2.4-r1) [2023-10-24T21:04:51.151Z] (85/151) Installing libxt (1.3.0-r2) [2023-10-24T21:04:51.151Z] (86/151) Installing libxmu (1.1.4-r2) [2023-10-24T21:04:51.151Z] (87/151) Installing xset (1.2.5-r1) [2023-10-24T21:04:51.151Z] (88/151) Installing xprop (1.2.6-r0) [2023-10-24T21:04:51.435Z] (89/151) Installing xdg-utils (1.1.3-r4) [2023-10-24T21:04:51.435Z] (90/151) Installing libogg (1.3.5-r4) [2023-10-24T21:04:51.435Z] (91/151) Installing flac-libs (1.4.3-r0) [2023-10-24T21:04:51.435Z] (92/151) Installing alsa-lib (1.2.9-r1) [2023-10-24T21:04:51.435Z] (93/151) Installing libatomic (12.2.1_git20220924-r10) [2023-10-24T21:04:51.435Z] (94/151) Installing svt-av1-libs (1.6.0-r0) [2023-10-24T21:04:51.435Z] (95/151) Installing aom-libs (3.6.1-r0) [2023-10-24T21:04:51.704Z] (96/151) Installing libva (2.18.0-r1) [2023-10-24T21:04:51.704Z] (97/151) Installing libvdpau (1.5-r1) [2023-10-24T21:04:51.704Z] (98/151) Installing ffmpeg-libavutil (6.0-r15) [2023-10-24T21:04:51.704Z] (99/151) Installing libdav1d (1.2.1-r0) [2023-10-24T21:04:51.704Z] (100/151) Installing libhwy (1.0.4-r1) [2023-10-24T21:04:51.704Z] (101/151) Installing lcms2 (2.15-r2) [2023-10-24T21:04:51.973Z] (102/151) Installing libjxl (0.8.2-r0) [2023-10-24T21:04:51.973Z] (103/151) Installing lame-libs (3.100-r5) [2023-10-24T21:04:51.973Z] (104/151) Installing opus (1.4-r0) [2023-10-24T21:04:51.973Z] (105/151) Installing libgomp (12.2.1_git20220924-r10) [2023-10-24T21:04:51.973Z] (106/151) Installing soxr (0.1.3-r5) [2023-10-24T21:04:51.973Z] (107/151) Installing ffmpeg-libswresample (6.0-r15) [2023-10-24T21:04:51.973Z] (108/151) Installing libtheora (1.1.1-r17) [2023-10-24T21:04:51.973Z] (109/151) Installing libvorbis (1.3.7-r1) [2023-10-24T21:04:51.973Z] (110/151) Installing libvpx (1.13.0-r2) [2023-10-24T21:04:51.973Z] (111/151) Installing x264-libs (0.164_git20220602-r1) [2023-10-24T21:04:52.245Z] (112/151) Installing numactl (2.0.16-r4) [2023-10-24T21:04:52.245Z] (113/151) Installing x265-libs (3.5-r4) [2023-10-24T21:04:52.245Z] (114/151) Installing xvidcore (1.3.7-r1) [2023-10-24T21:04:52.245Z] (115/151) Installing ffmpeg-libavcodec (6.0-r15) [2023-10-24T21:04:52.514Z] (116/151) Installing libbluray (1.3.4-r0) [2023-10-24T21:04:52.514Z] (117/151) Installing mpg123-libs (1.31.3-r1) [2023-10-24T21:04:52.783Z] (118/151) Installing libopenmpt (0.7.2-r0) [2023-10-24T21:04:52.783Z] (119/151) Installing cjson (1.7.15-r4) [2023-10-24T21:04:52.783Z] (120/151) Installing mbedtls (2.28.5-r0) [2023-10-24T21:04:52.783Z] (121/151) Installing librist (0.2.7-r0) [2023-10-24T21:04:52.783Z] (122/151) Installing libsrt (1.5.2-r0) [2023-10-24T21:04:52.783Z] (123/151) Installing libssh (0.10.5-r0) [2023-10-24T21:04:52.783Z] (124/151) Installing libsodium (1.0.18-r3) [2023-10-24T21:04:52.783Z] (125/151) Installing libzmq (4.3.4-r4) [2023-10-24T21:04:52.783Z] (126/151) Installing ffmpeg-libavformat (6.0-r15) [2023-10-24T21:04:53.052Z] (127/151) Installing libevent (2.1.12-r6) [2023-10-24T21:04:53.052Z] (128/151) Installing wayland-libs-server (1.22.0-r2) [2023-10-24T21:04:53.052Z] (129/151) Installing mesa-gbm (23.0.4-r0) [2023-10-24T21:04:53.052Z] (130/151) Installing harfbuzz-subset (7.3.0-r0) [2023-10-24T21:04:53.052Z] (131/151) Installing icu-libs (73.2-r2) [2023-10-24T21:04:53.052Z] (132/151) Installing jsoncpp (1.9.5-r0) [2023-10-24T21:04:53.052Z] (133/151) Installing minizip (1.2.13-r1) [2023-10-24T21:04:53.052Z] (134/151) Installing nspr (4.35-r2) [2023-10-24T21:04:53.052Z] (135/151) Installing sqlite-libs (3.41.2-r2) [2023-10-24T21:04:53.322Z] (136/151) Installing nss (3.91-r0) [2023-10-24T21:04:53.322Z] (137/151) Installing pipewire-libs (0.3.70-r1) [2023-10-24T21:04:53.322Z] (138/151) Installing libasyncns (0.8-r1) [2023-10-24T21:04:53.322Z] (139/151) Installing libltdl (2.4.7-r2) [2023-10-24T21:04:53.322Z] (140/151) Installing orc (0.4.34-r0) [2023-10-24T21:04:53.322Z] (141/151) Installing libsndfile (1.2.0-r2) [2023-10-24T21:04:53.322Z] (142/151) Installing speexdsp (1.2.1-r1) [2023-10-24T21:04:53.322Z] (143/151) Installing tdb-libs (1.4.8-r1) [2023-10-24T21:04:53.322Z] (144/151) Installing libpulse (16.1-r10) [2023-10-24T21:04:53.592Z] (145/151) Installing snappy (1.1.10-r1) [2023-10-24T21:04:53.592Z] (146/151) Installing libwoff2common (1.0.2-r2) [2023-10-24T21:04:53.592Z] (147/151) Installing libwoff2enc (1.0.2-r2) [2023-10-24T21:04:53.592Z] (148/151) Installing libgpg-error (1.47-r1) [2023-10-24T21:04:53.592Z] (149/151) Installing libgcrypt (1.10.2-r1) [2023-10-24T21:04:53.592Z] (150/151) Installing libxslt (1.1.38-r0) [2023-10-24T21:04:53.592Z] (151/151) Installing chromium (117.0.5938.62-r0) [2023-10-24T21:05:00.255Z] Executing busybox-1.36.1-r2.trigger [2023-10-24T21:05:00.255Z] Executing fontconfig-2.14.2-r3.trigger [2023-10-24T21:05:00.255Z] Executing mkfontscale-1.2.2-r3.trigger [2023-10-24T21:05:00.255Z] Executing glib-2.76.4-r0.trigger [2023-10-24T21:05:00.255Z] Executing shared-mime-info-2.2-r5.trigger [2023-10-24T21:05:01.226Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2023-10-24T21:05:01.226Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2023-10-24T21:05:01.497Z] OK: 555 MiB in 168 packages [2023-10-24T21:05:16.507Z] Removing intermediate container 486d408fa912 [2023-10-24T21:05:16.507Z] ---> 8d6936907225 [2023-10-24T21:05:16.507Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-10-24T21:05:16.507Z] ---> Running in 24737f002bb8 [2023-10-24T21:05:16.507Z] Removing intermediate container 24737f002bb8 [2023-10-24T21:05:16.507Z] ---> 1d26cd7887b7 [2023-10-24T21:05:16.507Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2023-10-24T21:05:16.507Z] ---> Running in dcbcab230e73 [2023-10-24T21:05:16.507Z] Removing intermediate container dcbcab230e73 [2023-10-24T21:05:16.507Z] ---> 9f4d355bec52 [2023-10-24T21:05:16.507Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2023-10-24T21:05:16.507Z] ---> Running in 6eed87bba541 [2023-10-24T21:05:16.507Z] Removing intermediate container 6eed87bba541 [2023-10-24T21:05:16.507Z] ---> 7132562e51cc [2023-10-24T21:05:16.508Z] Step 6/11 : RUN npm install -g npm [2023-10-24T21:05:16.776Z] ---> Running in 3cf6d70fdf1f [2023-10-24T21:05:43.571Z] [2023-10-24T21:05:43.571Z] removed 2 packages, and changed 69 packages in 24s [2023-10-24T21:05:43.571Z] [2023-10-24T21:05:43.571Z] 29 packages are looking for funding [2023-10-24T21:05:43.571Z] run `npm fund` for details [2023-10-24T21:05:47.825Z] Removing intermediate container 3cf6d70fdf1f [2023-10-24T21:05:47.825Z] ---> 2f9dc35f7044 [2023-10-24T21:05:47.825Z] Step 7/11 : ARG USER=1000 [2023-10-24T21:05:51.153Z] ---> Running in 66a2e41dd8d5 [2023-10-24T21:05:51.419Z] Removing intermediate container 66a2e41dd8d5 [2023-10-24T21:05:51.419Z] ---> bca53248f39b [2023-10-24T21:05:51.419Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-10-24T21:05:51.419Z] ---> Running in 8211aa869187 [2023-10-24T21:05:53.374Z] Removing intermediate container 8211aa869187 [2023-10-24T21:05:53.374Z] ---> 1f35af9be837 [2023-10-24T21:05:53.374Z] Step 9/11 : USER $USER:$USER [2023-10-24T21:05:53.374Z] ---> Running in 09b41c2a9d5a [2023-10-24T21:05:53.374Z] Removing intermediate container 09b41c2a9d5a [2023-10-24T21:05:53.374Z] ---> ecd41942d632 [2023-10-24T21:05:53.374Z] Step 10/11 : WORKDIR /app [2023-10-24T21:05:53.374Z] ---> Running in e7e2d35e3091 [2023-10-24T21:05:53.642Z] Removing intermediate container e7e2d35e3091 [2023-10-24T21:05:53.642Z] ---> 9e45b040ede4 [2023-10-24T21:05:53.642Z] Step 11/11 : LABEL git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:05:53.912Z] ---> Running in f5aaada9c974 [2023-10-24T21:05:54.180Z] Removing intermediate container f5aaada9c974 [2023-10-24T21:05:54.181Z] ---> d5057a9ff2fc [2023-10-24T21:05:54.181Z] Successfully built d5057a9ff2fc [2023-10-24T21:05:54.181Z] Successfully tagged edgexfoundry/edgex-web-ui:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:05:54.181Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-10-24T21:05:54.181Z] touch edgex-web-ui.imagebuilt [2023-10-24T21:05:54.181Z] mkdir -p node_modules coverage [2023-10-24T21:05:54.181Z] chown "1000:1000" node_modules coverage package-lock.json [2023-10-24T21:05:54.181Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE package: '@angular-devkit/architect@0.1202.4', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE required: { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE }, [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE package: '@angular-devkit/build-angular@12.2.4', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE required: { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE }, [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE package: '@angular-devkit/build-optimizer@0.1202.4', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE required: { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE }, [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE package: '@angular-devkit/build-webpack@0.1202.4', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE required: { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE }, [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE package: '@angular-devkit/core@12.2.4', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE required: { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE }, [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE package: '@angular-devkit/schematics@12.2.4', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE required: { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE }, [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE package: '@angular/cli@12.2.4', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE required: { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE }, [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE package: '@ngtools/webpack@12.2.4', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE required: { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE }, [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE Unsupported engine { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE package: '@schematics/angular@12.2.4', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE required: { [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE node: '^12.14.1 || >=14.0.0', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6', [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE yarn: '>= 1.13.0' [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE }, [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '10.2.1' } [2023-10-24T21:06:06.693Z] npm WARN EBADENGINE } [2023-10-24T21:08:58.529Z] npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated [2023-10-24T21:08:58.529Z] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead [2023-10-24T21:08:58.529Z] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated [2023-10-24T21:08:58.529Z] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated [2023-10-24T21:08:58.529Z] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated [2023-10-24T21:08:58.529Z] npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. [2023-10-24T21:08:58.529Z] 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 [2023-10-24T21:08:58.529Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2023-10-24T21:08:58.529Z] npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs [2023-10-24T21:08:58.529Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-10-24T21:08:58.529Z] npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. [2023-10-24T21:08:59.115Z] npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies [2023-10-24T21:08:59.695Z] npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated [2023-10-24T21:09:01.096Z] 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. [2023-10-24T21:09:01.369Z] 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. [2023-10-24T21:09:01.369Z] 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. [2023-10-24T21:09:06.697Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2023-10-24T21:09:24.885Z] 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 [2023-10-24T21:09:24.885Z] 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 [2023-10-24T21:09:43.064Z] 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. [2023-10-24T21:10:15.272Z] 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. [2023-10-24T21:10:54.124Z] [2023-10-24T21:10:54.124Z] added 1475 packages, and audited 1476 packages in 5m [2023-10-24T21:10:55.079Z] [2023-10-24T21:10:55.079Z] 77 vulnerabilities (1 low, 53 moderate, 18 high, 5 critical) [2023-10-24T21:10:55.079Z] [2023-10-24T21:10:55.079Z] To address issues that do not require attention, run: [2023-10-24T21:10:55.079Z] npm audit fix [2023-10-24T21:10:55.079Z] [2023-10-24T21:10:55.079Z] To address all issues (including breaking changes), run: [2023-10-24T21:10:55.079Z] npm audit fix --force [2023-10-24T21:10:55.079Z] [2023-10-24T21:10:55.079Z] Run `npm audit` for details. [2023-10-24T21:10:58.416Z] 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 [2023-10-24T21:11:13.406Z] - Generating browser application bundles (phase: setup)... [2023-10-24T21:11:40.054Z] Compiling @angular/core : es2015 as esm2015 [2023-10-24T21:11:40.054Z] Compiling @angular/compiler/testing : es2015 as esm2015 [2023-10-24T21:12:02.080Z] Compiling @angular/core/testing : es2015 as esm2015 [2023-10-24T21:12:02.080Z] Compiling @angular/common : es2015 as esm2015 [2023-10-24T21:12:07.407Z] Compiling @angular/platform-browser : es2015 as esm2015 [2023-10-24T21:12:07.407Z] Compiling @angular/common/testing : es2015 as esm2015 [2023-10-24T21:12:09.975Z] Compiling @angular/router : es2015 as esm2015 [2023-10-24T21:12:11.415Z] Compiling @angular/platform-browser-dynamic : es2015 as esm2015 [2023-10-24T21:12:15.658Z] Compiling @angular/platform-browser/testing : es2015 as esm2015 [2023-10-24T21:12:15.658Z] Compiling @angular/common/http : es2015 as esm2015 [2023-10-24T21:12:17.055Z] Compiling @angular/platform-browser-dynamic/testing : es2015 as esm2015 [2023-10-24T21:12:19.618Z] Compiling @angular/forms : es2015 as esm2015 [2023-10-24T21:12:20.199Z] Compiling @angular/router/testing : es2015 as esm2015 [2023-10-24T21:12:20.776Z] Compiling @angular/common/http/testing : es2015 as esm2015 [2023-10-24T21:13:07.562Z] 24 10 2023 21:13:04.088:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2023-10-24T21:13:07.562Z] 24 10 2023 21:13:04.097:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2023-10-24T21:13:07.562Z] 24 10 2023 21:13:04.121:INFO [launcher]: Starting browser ChromeHeadless [2023-10-24T21:14:15.378Z] 24 10 2023 21:14:07.564:WARN [launcher]: ChromeHeadless has not captured in 60000 ms, killing. [2023-10-24T21:14:21.989Z] 24 10 2023 21:14:21.338:INFO [launcher]: Trying to start ChromeHeadless again (1/2). [2023-10-24T21:14:44.009Z] ✔ Browser application bundle generation complete. [2023-10-24T21:14:44.592Z] 24 10 2023 21:14:44.470:INFO [Chrome Headless 117.0.5938.62 (Linux aarch64)]: Connected on socket c74ebSp7_wgXh0GZAAAB with id 69238940 [2023-10-24T21:15:02.776Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) [2023-10-24T21:15:02.776Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 1 of 147 SUCCESS (0 secs / 0.263 secs) [2023-10-24T21:15:02.776Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 2 of 147 SUCCESS (0 secs / 0.467 secs) [2023-10-24T21:15:02.776Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 3 of 147 SUCCESS (0 secs / 0.583 secs) [2023-10-24T21:15:02.776Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 4 of 147 SUCCESS (0 secs / 0.654 secs) [2023-10-24T21:15:03.044Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 5 of 147 SUCCESS (0 secs / 0.755 secs) [2023-10-24T21:15:03.311Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 6 of 147 SUCCESS (0 secs / 1.004 secs) [2023-10-24T21:15:03.311Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 7 of 147 SUCCESS (0 secs / 1.033 secs) [2023-10-24T21:15:03.311Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 8 of 147 SUCCESS (0 secs / 1.061 secs) [2023-10-24T21:15:03.577Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 9 of 147 SUCCESS (0 secs / 1.205 secs) [2023-10-24T21:15:03.577Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 10 of 147 SUCCESS (0 secs / 1.245 secs) [2023-10-24T21:15:03.577Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 11 of 147 SUCCESS (0 secs / 1.307 secs) [2023-10-24T21:15:04.156Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 12 of 147 SUCCESS (0 secs / 1.662 secs) [2023-10-24T21:15:04.156Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 13 of 147 SUCCESS (0 secs / 1.697 secs) [2023-10-24T21:15:04.156Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 14 of 147 SUCCESS (0 secs / 1.799 secs) [2023-10-24T21:15:04.421Z] WARN: ' [2023-10-24T21:15:04.421Z] It looks like you're using ngModel on the same form field as formControlName. [2023-10-24T21:15:04.421Z] Support for using the ngModel input property and ngModelChange event with [2023-10-24T21:15:04.421Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-10-24T21:15:04.421Z] in a future version of Angular. [2023-10-24T21:15:04.421Z] [2023-10-24T21:15:04.421Z] For more information on this, see our API docs here: [2023-10-24T21:15:04.421Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-10-24T21:15:04.421Z] ' [2023-10-24T21:15:04.421Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 14 of 147 SUCCESS (0 secs / 1.799 secs) [2023-10-24T21:15:04.421Z] WARN: ' [2023-10-24T21:15:04.421Z] It looks like you're using ngModel on the same form field as formControlName. [2023-10-24T21:15:04.421Z] Support for using the ngModel input property and ngModelChange event with [2023-10-24T21:15:04.421Z] reactive form directives has been deprecated in Angular v6 and will be removed [2023-10-24T21:15:04.421Z] in a future version of Angular. [2023-10-24T21:15:04.421Z] [2023-10-24T21:15:04.421Z] For more information on this, see our API docs here: [2023-10-24T21:15:04.421Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2023-10-24T21:15:04.421Z] ' [2023-10-24T21:15:04.421Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 15 of 147 SUCCESS (0 secs / 1.977 secs) [2023-10-24T21:15:04.421Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 16 of 147 SUCCESS (0 secs / 2.008 secs) [2023-10-24T21:15:05.004Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 17 of 147 SUCCESS (0 secs / 2.626 secs) [2023-10-24T21:15:05.271Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 18 of 147 SUCCESS (0 secs / 2.736 secs) [2023-10-24T21:15:05.535Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 19 of 147 SUCCESS (0 secs / 2.755 secs) [2023-10-24T21:15:05.535Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 20 of 147 SUCCESS (0 secs / 2.764 secs) [2023-10-24T21:15:05.535Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 21 of 147 SUCCESS (0 secs / 2.829 secs) [2023-10-24T21:15:05.535Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 22 of 147 SUCCESS (0 secs / 2.841 secs) [2023-10-24T21:15:05.800Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 23 of 147 SUCCESS (0 secs / 3.027 secs) [2023-10-24T21:15:05.800Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 24 of 147 SUCCESS (0 secs / 3.133 secs) [2023-10-24T21:15:05.800Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 25 of 147 SUCCESS (0 secs / 3.177 secs) [2023-10-24T21:15:06.066Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 26 of 147 SUCCESS (0 secs / 3.314 secs) [2023-10-24T21:15:06.331Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 27 of 147 SUCCESS (0 secs / 3.454 secs) [2023-10-24T21:15:06.331Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 28 of 147 SUCCESS (0 secs / 3.501 secs) [2023-10-24T21:15:06.331Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 29 of 147 SUCCESS (0 secs / 3.572 secs) [2023-10-24T21:15:06.594Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 30 of 147 SUCCESS (0 secs / 3.62 secs) [2023-10-24T21:15:06.594Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 31 of 147 SUCCESS (0 secs / 3.638 secs) [2023-10-24T21:15:06.594Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 32 of 147 SUCCESS (0 secs / 3.647 secs) [2023-10-24T21:15:06.594Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 33 of 147 SUCCESS (0 secs / 3.782 secs) [2023-10-24T21:15:06.938Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 34 of 147 SUCCESS (0 secs / 3.81 secs) [2023-10-24T21:15:06.938Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 35 of 147 SUCCESS (0 secs / 3.821 secs) [2023-10-24T21:15:06.938Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 36 of 147 SUCCESS (0 secs / 3.86 secs) [2023-10-24T21:15:06.938Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 37 of 147 SUCCESS (0 secs / 4.015 secs) [2023-10-24T21:15:07.209Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 38 of 147 SUCCESS (0 secs / 4.111 secs) [2023-10-24T21:15:07.209Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 39 of 147 SUCCESS (0 secs / 4.226 secs) [2023-10-24T21:15:07.479Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 40 of 147 SUCCESS (0 secs / 4.277 secs) [2023-10-24T21:15:07.479Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 41 of 147 SUCCESS (0 secs / 4.291 secs) [2023-10-24T21:15:07.479Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 42 of 147 SUCCESS (0 secs / 4.326 secs) [2023-10-24T21:15:07.479Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 43 of 147 SUCCESS (0 secs / 4.444 secs) [2023-10-24T21:15:08.076Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 44 of 147 SUCCESS (0 secs / 4.752 secs) [2023-10-24T21:15:08.076Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 45 of 147 SUCCESS (0 secs / 4.937 secs) [2023-10-24T21:15:08.359Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 46 of 147 SUCCESS (0 secs / 5.093 secs) [2023-10-24T21:15:08.359Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 47 of 147 SUCCESS (0 secs / 5.145 secs) [2023-10-24T21:15:08.633Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 48 of 147 SUCCESS (0 secs / 5.205 secs) [2023-10-24T21:15:08.633Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 49 of 147 SUCCESS (0 secs / 5.234 secs) [2023-10-24T21:15:08.633Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 50 of 147 SUCCESS (0 secs / 5.265 secs) [2023-10-24T21:15:08.633Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 51 of 147 SUCCESS (0 secs / 5.372 secs) [2023-10-24T21:15:08.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 52 of 147 SUCCESS (0 secs / 5.46 secs) [2023-10-24T21:15:08.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 53 of 147 SUCCESS (0 secs / 5.473 secs) [2023-10-24T21:15:08.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 54 of 147 SUCCESS (0 secs / 5.482 secs) [2023-10-24T21:15:08.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 55 of 147 SUCCESS (0 secs / 5.493 secs) [2023-10-24T21:15:08.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 56 of 147 SUCCESS (0 secs / 5.503 secs) [2023-10-24T21:15:08.910Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 57 of 147 SUCCESS (0 secs / 5.559 secs) [2023-10-24T21:15:09.181Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 58 of 147 SUCCESS (0 secs / 5.73 secs) [2023-10-24T21:15:09.454Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 59 of 147 SUCCESS (0 secs / 5.777 secs) [2023-10-24T21:15:09.454Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 60 of 147 SUCCESS (0 secs / 5.893 secs) [2023-10-24T21:15:09.454Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 61 of 147 SUCCESS (0 secs / 5.929 secs) [2023-10-24T21:15:09.726Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 62 of 147 SUCCESS (0 secs / 6.039 secs) [2023-10-24T21:15:09.726Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 63 of 147 SUCCESS (0 secs / 6.09 secs) [2023-10-24T21:15:10.001Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 64 of 147 SUCCESS (0 secs / 6.236 secs) [2023-10-24T21:15:10.001Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 65 of 147 SUCCESS (0 secs / 6.279 secs) [2023-10-24T21:15:10.001Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 66 of 147 SUCCESS (0 secs / 6.325 secs) [2023-10-24T21:15:10.001Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 67 of 147 SUCCESS (0 secs / 6.34 secs) [2023-10-24T21:15:10.276Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 68 of 147 SUCCESS (0 secs / 6.352 secs) [2023-10-24T21:15:10.276Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 69 of 147 SUCCESS (0 secs / 6.423 secs) [2023-10-24T21:15:10.276Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 70 of 147 SUCCESS (0 secs / 6.436 secs) [2023-10-24T21:15:10.276Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 71 of 147 SUCCESS (0 secs / 6.443 secs) [2023-10-24T21:15:10.276Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 72 of 147 SUCCESS (0 secs / 6.485 secs) [2023-10-24T21:15:10.555Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 73 of 147 SUCCESS (0 secs / 6.637 secs) [2023-10-24T21:15:10.555Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 74 of 147 SUCCESS (0 secs / 6.663 secs) [2023-10-24T21:15:10.555Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 75 of 147 SUCCESS (0 secs / 6.674 secs) [2023-10-24T21:15:10.825Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 76 of 147 SUCCESS (0 secs / 6.7 secs) [2023-10-24T21:15:10.825Z] ERROR: 'NG0304: 'router-outlet' is not a known element: [2023-10-24T21:15:10.825Z] 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. [2023-10-24T21:15:10.825Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2023-10-24T21:15:10.825Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 76 of 147 SUCCESS (0 secs / 6.7 secs) [2023-10-24T21:15:10.825Z] ERROR: 'NG0304: 'router-outlet' is not a known element: [2023-10-24T21:15:10.825Z] 1. If 'router-outlet' is an Angular component, then verify that it is part of this module. [2023-10-24T21:15:10.825Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2023-10-24T21:15:10.825Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 77 of 147 SUCCESS (0 secs / 6.724 secs) [2023-10-24T21:15:10.825Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 78 of 147 SUCCESS (0 secs / 6.774 secs) [2023-10-24T21:15:10.825Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 79 of 147 SUCCESS (0 secs / 6.814 secs) [2023-10-24T21:15:10.825Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 80 of 147 SUCCESS (0 secs / 6.837 secs) [2023-10-24T21:15:10.825Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 81 of 147 SUCCESS (0 secs / 6.858 secs) [2023-10-24T21:15:11.090Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 82 of 147 SUCCESS (0 secs / 6.907 secs) [2023-10-24T21:15:11.090Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 83 of 147 SUCCESS (0 secs / 6.946 secs) [2023-10-24T21:15:11.090Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 84 of 147 SUCCESS (0 secs / 7.079 secs) [2023-10-24T21:15:11.355Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 85 of 147 SUCCESS (0 secs / 7.246 secs) [2023-10-24T21:15:11.355Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 86 of 147 SUCCESS (0 secs / 7.263 secs) [2023-10-24T21:15:11.619Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 87 of 147 SUCCESS (0 secs / 7.32 secs) [2023-10-24T21:15:11.619Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 88 of 147 SUCCESS (0 secs / 7.366 secs) [2023-10-24T21:15:11.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 89 of 147 SUCCESS (0 secs / 7.523 secs) [2023-10-24T21:15:11.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 90 of 147 SUCCESS (0 secs / 7.538 secs) [2023-10-24T21:15:11.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 91 of 147 SUCCESS (0 secs / 7.548 secs) [2023-10-24T21:15:11.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 92 of 147 SUCCESS (0 secs / 7.57 secs) [2023-10-24T21:15:11.886Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 93 of 147 SUCCESS (0 secs / 7.583 secs) [2023-10-24T21:15:12.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 94 of 147 SUCCESS (0 secs / 7.68 secs) [2023-10-24T21:15:12.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 95 of 147 SUCCESS (0 secs / 7.797 secs) [2023-10-24T21:15:12.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 96 of 147 SUCCESS (0 secs / 7.81 secs) [2023-10-24T21:15:12.152Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 97 of 147 SUCCESS (0 secs / 7.821 secs) [2023-10-24T21:15:12.417Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 98 of 147 SUCCESS (0 secs / 7.875 secs) [2023-10-24T21:15:12.417Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 99 of 147 SUCCESS (0 secs / 7.89 secs) [2023-10-24T21:15:12.417Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 100 of 147 SUCCESS (0 secs / 7.98 secs) [2023-10-24T21:15:12.685Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 101 of 147 SUCCESS (0 secs / 8.088 secs) [2023-10-24T21:15:12.685Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 102 of 147 SUCCESS (0 secs / 8.103 secs) [2023-10-24T21:15:12.685Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 103 of 147 SUCCESS (0 secs / 8.165 secs) [2023-10-24T21:15:12.685Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 104 of 147 SUCCESS (0 secs / 8.198 secs) [2023-10-24T21:15:12.952Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 105 of 147 SUCCESS (0 secs / 8.222 secs) [2023-10-24T21:15:12.952Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 106 of 147 SUCCESS (0 secs / 8.234 secs) [2023-10-24T21:15:12.952Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 107 of 147 SUCCESS (0 secs / 8.253 secs) [2023-10-24T21:15:12.952Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 108 of 147 SUCCESS (0 secs / 8.402 secs) [2023-10-24T21:15:13.216Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 109 of 147 SUCCESS (0 secs / 8.503 secs) [2023-10-24T21:15:13.216Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 110 of 147 SUCCESS (0 secs / 8.546 secs) [2023-10-24T21:15:13.481Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 111 of 147 SUCCESS (0 secs / 8.661 secs) [2023-10-24T21:15:13.481Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 112 of 147 SUCCESS (0 secs / 8.694 secs) [2023-10-24T21:15:13.481Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 113 of 147 SUCCESS (0 secs / 8.727 secs) [2023-10-24T21:15:13.747Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 114 of 147 SUCCESS (0 secs / 8.781 secs) [2023-10-24T21:15:13.747Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 115 of 147 SUCCESS (0 secs / 8.824 secs) [2023-10-24T21:15:13.747Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 116 of 147 SUCCESS (0 secs / 8.926 secs) [2023-10-24T21:15:14.012Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 117 of 147 SUCCESS (0 secs / 8.993 secs) [2023-10-24T21:15:14.012Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 118 of 147 SUCCESS (0 secs / 9.042 secs) [2023-10-24T21:15:14.276Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 119 of 147 SUCCESS (0 secs / 9.189 secs) [2023-10-24T21:15:14.276Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 120 of 147 SUCCESS (0 secs / 9.225 secs) [2023-10-24T21:15:14.276Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 121 of 147 SUCCESS (0 secs / 9.287 secs) [2023-10-24T21:15:14.276Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 122 of 147 SUCCESS (0 secs / 9.302 secs) [2023-10-24T21:15:14.541Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 123 of 147 SUCCESS (0 secs / 9.357 secs) [2023-10-24T21:15:14.541Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 124 of 147 SUCCESS (0 secs / 9.511 secs) [2023-10-24T21:15:14.807Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 125 of 147 SUCCESS (0 secs / 9.56 secs) [2023-10-24T21:15:14.807Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 126 of 147 SUCCESS (0 secs / 9.605 secs) [2023-10-24T21:15:14.807Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 127 of 147 SUCCESS (0 secs / 9.673 secs) [2023-10-24T21:15:15.071Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 128 of 147 SUCCESS (0 secs / 9.774 secs) [2023-10-24T21:15:15.335Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 129 of 147 SUCCESS (0 secs / 9.894 secs) [2023-10-24T21:15:15.335Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 130 of 147 SUCCESS (0 secs / 9.94 secs) [2023-10-24T21:15:15.335Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 131 of 147 SUCCESS (0 secs / 9.983 secs) [2023-10-24T21:15:15.600Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 132 of 147 SUCCESS (0 secs / 10.057 secs) [2023-10-24T21:15:15.600Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 133 of 147 SUCCESS (0 secs / 10.082 secs) [2023-10-24T21:15:15.600Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 134 of 147 SUCCESS (0 secs / 10.109 secs) [2023-10-24T21:15:15.600Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 135 of 147 SUCCESS (0 secs / 10.131 secs) [2023-10-24T21:15:15.600Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 136 of 147 SUCCESS (0 secs / 10.153 secs) [2023-10-24T21:15:15.866Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 137 of 147 SUCCESS (0 secs / 10.25 secs) [2023-10-24T21:15:15.866Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 138 of 147 SUCCESS (0 secs / 10.264 secs) [2023-10-24T21:15:15.866Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 139 of 147 SUCCESS (0 secs / 10.275 secs) [2023-10-24T21:15:15.866Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 140 of 147 SUCCESS (0 secs / 10.31 secs) [2023-10-24T21:15:15.866Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 141 of 147 SUCCESS (0 secs / 10.342 secs) [2023-10-24T21:15:16.132Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 142 of 147 SUCCESS (0 secs / 10.517 secs) [2023-10-24T21:15:16.398Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 143 of 147 SUCCESS (0 secs / 10.593 secs) [2023-10-24T21:15:16.398Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 144 of 147 SUCCESS (0 secs / 10.639 secs) [2023-10-24T21:15:16.398Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 145 of 147 SUCCESS (0 secs / 10.661 secs) [2023-10-24T21:15:16.398Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 146 of 147 SUCCESS (0 secs / 10.682 secs) [2023-10-24T21:15:16.398Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 147 of 147 SUCCESS (0 secs / 10.7 secs) [2023-10-24T21:15:17.358Z] Chrome Headless 117.0.5938.62 (Linux aarch64): Executed 147 of 147 SUCCESS (15.239 secs / 10.7 secs) [2023-10-24T21:15:17.358Z] TOTAL: 147 SUCCESS [2023-10-24T21:15:17.358Z] ✔ Browser application bundle generation complete. [2023-10-24T21:15:20.686Z] [2023-10-24T21:15:20.687Z] =============================== Coverage summary =============================== [2023-10-24T21:15:20.687Z] Statements : 41.06% ( 1474/3590 ) [2023-10-24T21:15:20.687Z] Branches : 11.75% ( 114/970 ) [2023-10-24T21:15:20.687Z] Functions : 32.29% ( 423/1310 ) [2023-10-24T21:15:20.687Z] Lines : 39.05% ( 1329/3403 ) [2023-10-24T21:15:20.687Z] ================================================================================ [2023-10-24T21:15:20.687Z] 24 10 2023 21:15:20.053:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL. [2023-10-24T21:15:20.955Z] ✔ Browser application bundle generation complete. [2023-10-24T21:15:21.912Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/126/web' [Pipeline] echo [2023-10-24T21:15:21.929Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-10-24T21:15:21.943Z] $ docker stop --time=1 b449a2e6ffb83cc0c95b40d1095d5ec28aec4f1b5b2e2699af52cbb793d51367 [2023-10-24T21:15:23.718Z] $ docker rm -f --volumes b449a2e6ffb83cc0c95b40d1095d5ec28aec4f1b5b2e2699af52cbb793d51367 [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-24T21:15:24.741Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-10-24T21:15:27.329Z] Warning: overwriting stash ‘coverage-report’ [2023-10-24T21:15:34.043Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-24T21:15:34.418Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-10-24T21:15:37.569Z] + ls -al . [2023-10-24T21:15:37.569Z] total 172 [2023-10-24T21:15:37.569Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 24 21:03 . [2023-10-24T21:15:37.569Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:59 .. [2023-10-24T21:15:37.569Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:59 .blubracket [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 18 Oct 24 20:59 .dockerignore [2023-10-24T21:15:37.569Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 20:59 .git [2023-10-24T21:15:37.569Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 .github [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 135 Oct 24 20:59 .gitignore [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 8418 Oct 24 20:59 Attribution.txt [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 19103 Oct 24 20:59 CHANGELOG.md [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 24 20:59 CONTRIBUTING.md [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 1788 Oct 24 20:59 Dockerfile [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 24 20:59 Jenkinsfile [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 24 20:59 LICENSE [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 2134 Oct 24 20:59 Makefile [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 4381 Oct 24 20:59 README.md [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 24 20:56 VERSION [2023-10-24T21:15:37.569Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 assets [2023-10-24T21:15:37.569Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:59 bin [2023-10-24T21:15:37.569Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 cmd [2023-10-24T21:15:37.569Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 24 21:03 coverage.out [2023-10-24T21:15:37.569Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:59 docs [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 2999 Oct 24 20:59 go.mod [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 30528 Oct 24 20:59 go.sum [2023-10-24T21:15:37.569Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 20:59 internal [2023-10-24T21:15:37.569Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:59 testing [2023-10-24T21:15:37.569Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 24 20:59 version.go [2023-10-24T21:15:37.569Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 21:05 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:15:37.905Z] + 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=7cad7c501d971a86f82a29c9533a93a6d95b4e6d --label arch=arm64 --label version=3.1.0-dev.7 . [2023-10-24T21:15:39.315Z] Sending build context to Docker daemon 34.17MB [2023-10-24T21:15:39.315Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-10-24T21:15:39.315Z] Step 2/25 : FROM ${BASE} AS builder [2023-10-24T21:15:39.315Z] ---> 5b72193a4195 [2023-10-24T21:15:39.315Z] Step 3/25 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-10-24T21:15:40.468Z] ---> Running in 40af9fb2c413 [2023-10-24T21:15:40.468Z] Removing intermediate container 40af9fb2c413 [2023-10-24T21:15:40.468Z] ---> 8b1f24d2dd48 [2023-10-24T21:15:40.468Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2023-10-24T21:15:40.734Z] ---> Running in 8cc667573e1a [2023-10-24T21:15:40.997Z] Removing intermediate container 8cc667573e1a [2023-10-24T21:15:40.997Z] ---> 7609bd5eb073 [2023-10-24T21:15:40.997Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2023-10-24T21:15:40.997Z] ---> Running in dc47f4214461 [2023-10-24T21:15:41.576Z] Removing intermediate container dc47f4214461 [2023-10-24T21:15:41.576Z] ---> de87782daa21 [2023-10-24T21:15:41.576Z] Step 6/25 : LABEL Name=edgex-ui-go [2023-10-24T21:15:41.576Z] ---> Running in c2e09603cb2f [2023-10-24T21:15:41.840Z] Removing intermediate container c2e09603cb2f [2023-10-24T21:15:41.840Z] ---> 11e5a7679e94 [2023-10-24T21:15:41.840Z] Step 7/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2023-10-24T21:15:41.840Z] ---> Running in 08a18b9356e6 [2023-10-24T21:15:42.104Z] Removing intermediate container 08a18b9356e6 [2023-10-24T21:15:42.104Z] ---> 9aada33b095f [2023-10-24T21:15:42.104Z] Step 8/25 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-10-24T21:15:44.670Z] ---> cd1c8326b722 [2023-10-24T21:15:44.670Z] Step 9/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-24T21:15:44.939Z] ---> Running in 7243e51ef91a [2023-10-24T21:15:45.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-24T21:15:46.159Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-24T21:15:47.558Z] OK: 266 MiB in 52 packages [2023-10-24T21:15:48.142Z] Removing intermediate container 7243e51ef91a [2023-10-24T21:15:48.142Z] ---> 0c10ae21bb02 [2023-10-24T21:15:48.142Z] Step 10/25 : ENV GO111MODULE=on [2023-10-24T21:15:48.410Z] ---> Running in d1ae63fd48f1 [2023-10-24T21:15:48.676Z] Removing intermediate container d1ae63fd48f1 [2023-10-24T21:15:48.676Z] ---> a8d04a7fcc78 [2023-10-24T21:15:48.676Z] Step 11/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-10-24T21:15:48.676Z] ---> Running in f6e68e65caf7 [2023-10-24T21:15:48.941Z] Removing intermediate container f6e68e65caf7 [2023-10-24T21:15:48.941Z] ---> 2626c0dcdac2 [2023-10-24T21:15:48.941Z] Step 12/25 : COPY go.mod vendor* ./ [2023-10-24T21:15:49.520Z] ---> 813c1d5353d1 [2023-10-24T21:15:49.520Z] Step 13/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-24T21:15:49.787Z] ---> Running in a249354ea186 [2023-10-24T21:15:52.361Z] Removing intermediate container a249354ea186 [2023-10-24T21:15:52.361Z] ---> 61de8e13691e [2023-10-24T21:15:52.361Z] Step 14/25 : COPY . . [2023-10-24T21:15:57.707Z] ---> 6293bf2d3091 [2023-10-24T21:15:57.707Z] Step 15/25 : RUN ${MAKE} [2023-10-24T21:15:57.707Z] ---> Running in fcb4d730c158 [2023-10-24T21:15:57.975Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=3.1.0-dev.7" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2023-10-24T21:17:34.589Z] Removing intermediate container fcb4d730c158 [2023-10-24T21:17:34.589Z] ---> b3572cbd16d8 [2023-10-24T21:17:34.589Z] Step 16/25 : FROM alpine:3.18 [2023-10-24T21:17:34.589Z] 3.18: Pulling from library/alpine [2023-10-24T21:17:34.589Z] 579b34f0a95b: Already exists [2023-10-24T21:17:34.589Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-10-24T21:17:34.589Z] Status: Downloaded newer image for alpine:3.18 [2023-10-24T21:17:34.589Z] ---> 3cc203321400 [2023-10-24T21:17:34.589Z] Step 17/25 : EXPOSE 4000 [2023-10-24T21:17:34.589Z] ---> Running in fcc19bae6e23 [2023-10-24T21:17:34.589Z] Removing intermediate container fcc19bae6e23 [2023-10-24T21:17:34.589Z] ---> 195b74a56bf3 [2023-10-24T21:17:34.589Z] Step 18/25 : 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 [2023-10-24T21:17:34.589Z] ---> 6eb3719df2de [2023-10-24T21:17:34.589Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2023-10-24T21:17:34.589Z] ---> d2916df6aa9c [2023-10-24T21:17:34.589Z] Step 20/25 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2023-10-24T21:17:34.589Z] ---> 4ba6d13ebde8 [2023-10-24T21:17:34.589Z] Step 21/25 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2023-10-24T21:17:34.589Z] ---> Running in fc0927ff714e [2023-10-24T21:17:34.589Z] Removing intermediate container fc0927ff714e [2023-10-24T21:17:34.589Z] ---> 86949697f88c [2023-10-24T21:17:34.589Z] Step 22/25 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2023-10-24T21:17:34.589Z] ---> Running in 2c4a9643da2b [2023-10-24T21:17:34.589Z] Removing intermediate container 2c4a9643da2b [2023-10-24T21:17:34.589Z] ---> 66c6c574535d [2023-10-24T21:17:34.589Z] Step 23/25 : LABEL arch=arm64 [2023-10-24T21:17:34.589Z] ---> Running in d052f7853a06 [2023-10-24T21:17:34.589Z] Removing intermediate container d052f7853a06 [2023-10-24T21:17:34.589Z] ---> 024b591094dc [2023-10-24T21:17:34.589Z] Step 24/25 : LABEL git_sha=7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:17:34.589Z] ---> Running in d2b59b388d57 [2023-10-24T21:17:34.589Z] Removing intermediate container d2b59b388d57 [2023-10-24T21:17:34.589Z] ---> be1bf45a53d1 [2023-10-24T21:17:34.589Z] Step 25/25 : LABEL version=3.1.0-dev.7 [2023-10-24T21:17:34.589Z] ---> Running in 3b6fe8dabc6c [2023-10-24T21:17:34.589Z] Removing intermediate container 3b6fe8dabc6c [2023-10-24T21:17:34.589Z] ---> a46d64333fed [2023-10-24T21:17:34.589Z] [Warning] One or more build-args [ARCH] were not consumed [2023-10-24T21:17:34.589Z] Successfully built a46d64333fed [2023-10-24T21:17:34.589Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-24T21:17:34.715Z] provisioning config files... [2023-10-24T21:17:34.728Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/126@tmp/config6301212083587076359tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:17:35.055Z] ---> docker-login.sh [2023-10-24T21:17:35.055Z] nexus3.edgexfoundry.org:10001 [2023-10-24T21:17:35.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:17:35.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:17:35.319Z] Configure a credential helper to remove this warning. See [2023-10-24T21:17:35.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:17:35.319Z] [2023-10-24T21:17:35.319Z] Login Succeeded [2023-10-24T21:17:35.319Z] nexus3.edgexfoundry.org:10002 [2023-10-24T21:17:35.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:17:35.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:17:35.852Z] Configure a credential helper to remove this warning. See [2023-10-24T21:17:35.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:17:35.852Z] [2023-10-24T21:17:35.852Z] Login Succeeded [2023-10-24T21:17:35.852Z] nexus3.edgexfoundry.org:10003 [2023-10-24T21:17:36.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:17:36.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:17:36.118Z] Configure a credential helper to remove this warning. See [2023-10-24T21:17:36.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:17:36.118Z] [2023-10-24T21:17:36.118Z] Login Succeeded [2023-10-24T21:17:36.118Z] nexus3.edgexfoundry.org:10004 [2023-10-24T21:17:36.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:17:36.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:17:36.383Z] Configure a credential helper to remove this warning. See [2023-10-24T21:17:36.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:17:36.383Z] [2023-10-24T21:17:36.383Z] Login Succeeded [2023-10-24T21:17:36.650Z] docker.io [2023-10-24T21:17:36.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-24T21:17:37.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-24T21:17:37.182Z] Configure a credential helper to remove this warning. See [2023-10-24T21:17:37.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-24T21:17:37.182Z] [2023-10-24T21:17:37.182Z] Login Succeeded [2023-10-24T21:17:37.182Z] ---> docker-login.sh ends [Pipeline] } [2023-10-24T21:17:37.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-24T21:17:37.227Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-24T21:17:37.256Z] [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: [2023-10-24T21:17:37.256Z] 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:17:37.256Z] latest [2023-10-24T21:17:37.256Z] 3.1.0-dev.7 [2023-10-24T21:17:37.256Z] 7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [2023-10-24T21:17:37.256Z] main [2023-10-24T21:17:37.256Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:37.599Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:37.936Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:17:37.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-10-24T21:17:37.936Z] 2619dc2a6daf: Preparing [2023-10-24T21:17:37.936Z] 8dc24b3a582b: Preparing [2023-10-24T21:17:37.936Z] d7b7e27b0d8b: Preparing [2023-10-24T21:17:37.936Z] 5f4d9fc4d98d: Preparing [2023-10-24T21:17:37.936Z] 5f4d9fc4d98d: Layer already exists [2023-10-24T21:17:38.208Z] 8dc24b3a582b: Pushed [2023-10-24T21:17:38.208Z] 2619dc2a6daf: Pushed [2023-10-24T21:17:46.385Z] d7b7e27b0d8b: Pushed [2023-10-24T21:17:46.385Z] 7cad7c501d971a86f82a29c9533a93a6d95b4e6d: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:46.727Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:47.062Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2023-10-24T21:17:47.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-10-24T21:17:47.062Z] 2619dc2a6daf: Preparing [2023-10-24T21:17:47.062Z] 8dc24b3a582b: Preparing [2023-10-24T21:17:47.062Z] d7b7e27b0d8b: Preparing [2023-10-24T21:17:47.062Z] 5f4d9fc4d98d: Preparing [2023-10-24T21:17:47.062Z] 5f4d9fc4d98d: Layer already exists [2023-10-24T21:17:47.062Z] 8dc24b3a582b: Layer already exists [2023-10-24T21:17:47.062Z] d7b7e27b0d8b: Layer already exists [2023-10-24T21:17:47.062Z] 2619dc2a6daf: Layer already exists [2023-10-24T21:17:47.062Z] latest: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:47.401Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:47.738Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.7 [2023-10-24T21:17:47.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-10-24T21:17:47.738Z] 2619dc2a6daf: Preparing [2023-10-24T21:17:47.738Z] 8dc24b3a582b: Preparing [2023-10-24T21:17:47.738Z] d7b7e27b0d8b: Preparing [2023-10-24T21:17:47.738Z] 5f4d9fc4d98d: Preparing [2023-10-24T21:17:47.738Z] 2619dc2a6daf: Layer already exists [2023-10-24T21:17:47.738Z] 5f4d9fc4d98d: Layer already exists [2023-10-24T21:17:47.738Z] 8dc24b3a582b: Layer already exists [2023-10-24T21:17:47.738Z] d7b7e27b0d8b: Layer already exists [2023-10-24T21:17:47.738Z] 3.1.0-dev.7: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:48.085Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:50.349Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [2023-10-24T21:17:50.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-10-24T21:17:50.349Z] 2619dc2a6daf: Preparing [2023-10-24T21:17:50.349Z] 8dc24b3a582b: Preparing [2023-10-24T21:17:50.349Z] d7b7e27b0d8b: Preparing [2023-10-24T21:17:50.349Z] 5f4d9fc4d98d: Preparing [2023-10-24T21:17:50.349Z] 5f4d9fc4d98d: Layer already exists [2023-10-24T21:17:50.349Z] d7b7e27b0d8b: Layer already exists [2023-10-24T21:17:50.349Z] 8dc24b3a582b: Layer already exists [2023-10-24T21:17:50.349Z] 2619dc2a6daf: Layer already exists [2023-10-24T21:17:50.613Z] 7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:50.950Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:51.281Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [2023-10-24T21:17:51.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2023-10-24T21:17:51.282Z] 2619dc2a6daf: Preparing [2023-10-24T21:17:51.282Z] 8dc24b3a582b: Preparing [2023-10-24T21:17:51.282Z] d7b7e27b0d8b: Preparing [2023-10-24T21:17:51.282Z] 5f4d9fc4d98d: Preparing [2023-10-24T21:17:51.282Z] 2619dc2a6daf: Layer already exists [2023-10-24T21:17:51.282Z] d7b7e27b0d8b: Layer already exists [2023-10-24T21:17:51.282Z] 5f4d9fc4d98d: Layer already exists [2023-10-24T21:17:51.282Z] 8dc24b3a582b: Layer already exists [2023-10-24T21:17:51.282Z] main: digest: sha256:e9a4c2ebeea9ddb1e4f32e06a5c8569beb7523d73b5e56df857e0785723dbda9 size: 1156 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-24T21:17:51.591Z] ===================================================== [Pipeline] echo [2023-10-24T21:17:51.598Z] taggedImages: [2023-10-24T21:17:51.598Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d [2023-10-24T21:17:51.598Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2023-10-24T21:17:51.598Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:3.1.0-dev.7 [2023-10-24T21:17:51.598Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cad7c501d971a86f82a29c9533a93a6d95b4e6d-3.1.0-dev.7 [2023-10-24T21:17:51.598Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:51.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-24T21:17:51.950Z] [2023-10-24T21:17:51.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:17:52.280Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-24T21:17:52.280Z] arm64: Pulling from edgex-lftools-log-publisher [2023-10-24T21:17:52.280Z] 8998bd30e6a1: Pulling fs layer [2023-10-24T21:17:52.280Z] 04944245beec: Pulling fs layer [2023-10-24T21:17:52.280Z] 699f458cf7ca: Pulling fs layer [2023-10-24T21:17:52.550Z] 765212b225bb: Pulling fs layer [2023-10-24T21:17:52.550Z] f23df028b6ca: Pulling fs layer [2023-10-24T21:17:52.550Z] d65c8cfc05b1: Pulling fs layer [2023-10-24T21:17:52.550Z] 2437ff75d9bd: Pulling fs layer [2023-10-24T21:17:52.550Z] 765212b225bb: Waiting [2023-10-24T21:17:52.550Z] f23df028b6ca: Waiting [2023-10-24T21:17:52.550Z] d65c8cfc05b1: Waiting [2023-10-24T21:17:52.550Z] 2437ff75d9bd: Waiting [2023-10-24T21:17:52.550Z] 04944245beec: Verifying Checksum [2023-10-24T21:17:52.550Z] 04944245beec: Download complete [2023-10-24T21:17:52.550Z] 765212b225bb: Verifying Checksum [2023-10-24T21:17:52.550Z] 765212b225bb: Download complete [2023-10-24T21:17:52.550Z] f23df028b6ca: Download complete [2023-10-24T21:17:52.818Z] d65c8cfc05b1: Verifying Checksum [2023-10-24T21:17:52.818Z] d65c8cfc05b1: Download complete [2023-10-24T21:17:52.818Z] 699f458cf7ca: Verifying Checksum [2023-10-24T21:17:52.818Z] 699f458cf7ca: Download complete [2023-10-24T21:17:53.083Z] 8998bd30e6a1: Verifying Checksum [2023-10-24T21:17:53.083Z] 8998bd30e6a1: Download complete [2023-10-24T21:17:55.657Z] 2437ff75d9bd: Verifying Checksum [2023-10-24T21:17:55.657Z] 2437ff75d9bd: Download complete [2023-10-24T21:17:57.594Z] 8998bd30e6a1: Pull complete [2023-10-24T21:17:58.171Z] 04944245beec: Pull complete [2023-10-24T21:17:59.573Z] 699f458cf7ca: Pull complete [2023-10-24T21:17:59.837Z] 765212b225bb: Pull complete [2023-10-24T21:18:05.165Z] f23df028b6ca: Pull complete [2023-10-24T21:18:05.165Z] d65c8cfc05b1: Pull complete [2023-10-24T21:18:23.334Z] 2437ff75d9bd: Pull complete [2023-10-24T21:18:23.334Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-10-24T21:18:23.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-24T21:18:23.334Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:18:23.514Z] prd-ubuntu20.04-docker-arm64-4c-16g-10281 does not seem to be running inside a container [2023-10-24T21:18:23.576Z] $ 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/126 -v /w/workspace/edgex-ui-go/126:/w/workspace/edgex-ui-go/126:rw,z -v /w/workspace/edgex-ui-go/126@tmp:/w/workspace/edgex-ui-go/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-10-24T21:18:26.495Z] $ docker top fed3c41c25fcbde0f3eb36c2a79712ce3b34877a2b7c5bad85945bc6e30bfae3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:18:27.356Z] ---> job-cost.sh [2023-10-24T21:18:27.357Z] lf-activate-venv: SKIPPING [2023-10-24T21:18:27.357Z] INFO: No Stack... [2023-10-24T21:18:27.937Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-10-24T21:18:28.522Z] INFO: Archiving Costs [Pipeline] sh [2023-10-24T21:18:29.158Z] + cat /w/workspace/edgex-ui-go/126/archives/cost.csv [2023-10-24T21:18:29.158Z] + cut -d, -f6 [Pipeline] lock [2023-10-24T21:18:29.217Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [2023-10-24T21:18:29.223Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] did not exist. Created. [2023-10-24T21:18:29.223Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-24T21:18:29.553Z] /w/workspace/edgex-ui-go/126@tmp/durable-72fff286/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-10-24T21:18:30.614Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-10-24T21:18:30.633Z] Warning: overwriting stash ‘stack-cost’ [2023-10-24T21:18:36.837Z] Stashed 1 file(s) [Pipeline] } [2023-10-24T21:18:36.844Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-126-stack-cost] [Pipeline] // lock [Pipeline] } [2023-10-24T21:18:36.871Z] $ docker stop --time=1 fed3c41c25fcbde0f3eb36c2a79712ce3b34877a2b7c5bad85945bc6e30bfae3 [2023-10-24T21:18:38.512Z] $ docker rm -f --volumes fed3c41c25fcbde0f3eb36c2a79712ce3b34877a2b7c5bad85945bc6e30bfae3 [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 [2023-10-24T21:18:39.825Z] provisioning config files... [2023-10-24T21:18:39.832Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config12614651698313856167tmp [Pipeline] { [Pipeline] sh [2023-10-24T21:18:40.124Z] + set +x [2023-10-24T21:18:40.124Z] + curl -s https://codecov.io/bash [2023-10-24T21:18:40.124Z] + bash -s -- [2023-10-24T21:18:40.124Z] [2023-10-24T21:18:40.125Z] _____ _ [2023-10-24T21:18:40.125Z] / ____| | | [2023-10-24T21:18:40.125Z] | | ___ __| | ___ ___ _____ __ [2023-10-24T21:18:40.125Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-10-24T21:18:40.125Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-10-24T21:18:40.125Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-10-24T21:18:40.125Z] Bash-1.0.6 [2023-10-24T21:18:40.125Z] [2023-10-24T21:18:40.125Z] [2023-10-24T21:18:40.125Z] ==> git version 2.25.1 found [2023-10-24T21:18:40.125Z] ==> 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 [2023-10-24T21:18:40.125Z] Release-Date: 2020-01-08 [2023-10-24T21:18:40.125Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-10-24T21:18:40.125Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-10-24T21:18:40.125Z] ==> Jenkins CI detected. [2023-10-24T21:18:40.125Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main [2023-10-24T21:18:40.125Z] project root: . [2023-10-24T21:18:40.125Z] --> token set from env [2023-10-24T21:18:40.125Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-10-24T21:18:40.125Z] ==> Running gcov in . (disable via -X gcov) [2023-10-24T21:18:41.195Z] ==> Python coveragepy not found [2023-10-24T21:18:41.195Z] ==> Searching for coverage reports in: [2023-10-24T21:18:41.195Z] + . [2023-10-24T21:18:41.195Z] -> Found 1 reports [2023-10-24T21:18:41.195Z] ==> Detecting git/mercurial file structure [2023-10-24T21:18:41.195Z] ==> Reading reports [2023-10-24T21:18:41.195Z] + ./coverage.out bytes=10 [2023-10-24T21:18:41.195Z] ==> Appending adjustments [2023-10-24T21:18:41.195Z] https://docs.codecov.io/docs/fixing-reports [2023-10-24T21:18:41.195Z] + Found adjustments [2023-10-24T21:18:41.195Z] ==> Gzipping contents [2023-10-24T21:18:41.195Z] 12K /tmp/codecov.wHZjek.gz [2023-10-24T21:18:41.195Z] ==> Uploading reports [2023-10-24T21:18:41.195Z] url: https://codecov.io [2023-10-24T21:18:41.195Z] query: branch=main&commit=7cad7c501d971a86f82a29c9533a93a6d95b4e6d&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F126%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-10-24T21:18:41.195Z] -> Pinging Codecov [2023-10-24T21:18:41.195Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=main&commit=7cad7c501d971a86f82a29c9533a93a6d95b4e6d&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F126%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-10-24T21:18:44.418Z] -> Uploading to [2023-10-24T21:18:44.418Z] https://storage.googleapis.com/codecov/v4/raw/2023-10-24/FB506323287CE973F263BFD2A0EB1F37/7cad7c501d971a86f82a29c9533a93a6d95b4e6d/ea115f73-5051-40ff-9e73-fdacd2063d0a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231024%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231024T211842Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8e31311f8263a1673a490bc62cf56597eca9c60b1ca5626a61283ea8626a2af9 [2023-10-24T21:18:44.418Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-10-24T21:18:44.418Z] Dload Upload Total Spent Left Speed [2023-10-24T21:18:44.936Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 8745 0 0 100 8745 0 3406 0:00:02 0:00:02 --:--:-- 3405 [2023-10-24T21:18:44.936Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] } [2023-10-24T21:18:44.944Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-10-24T21:18:45.152Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-10-24T21:18:45.161Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:18:45.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-24T21:18:45.465Z] [2023-10-24T21:18:45.465Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:18:45.775Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-24T21:18:45.775Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-10-24T21:18:45.775Z] df9b9388f04a: Pulling fs layer [2023-10-24T21:18:45.775Z] 52dc419b0ee2: Pulling fs layer [2023-10-24T21:18:45.775Z] 25bc292e5bac: Pulling fs layer [2023-10-24T21:18:45.775Z] 114826534d7a: Pulling fs layer [2023-10-24T21:18:45.775Z] 4657fd5d0bcf: Pulling fs layer [2023-10-24T21:18:45.775Z] 6ad1cebc031e: Pulling fs layer [2023-10-24T21:18:45.775Z] 8a3aa393b2d8: Pulling fs layer [2023-10-24T21:18:45.775Z] 4657fd5d0bcf: Waiting [2023-10-24T21:18:45.775Z] 6ad1cebc031e: Waiting [2023-10-24T21:18:45.775Z] 8a3aa393b2d8: Waiting [2023-10-24T21:18:45.775Z] 114826534d7a: Waiting [2023-10-24T21:18:45.775Z] 25bc292e5bac: Download complete [2023-10-24T21:18:45.775Z] 52dc419b0ee2: Verifying Checksum [2023-10-24T21:18:45.775Z] 52dc419b0ee2: Download complete [2023-10-24T21:18:45.775Z] 4657fd5d0bcf: Verifying Checksum [2023-10-24T21:18:45.775Z] 4657fd5d0bcf: Download complete [2023-10-24T21:18:45.775Z] df9b9388f04a: Verifying Checksum [2023-10-24T21:18:46.034Z] df9b9388f04a: Pull complete [2023-10-24T21:18:46.034Z] 52dc419b0ee2: Pull complete [2023-10-24T21:18:46.034Z] 25bc292e5bac: Pull complete [2023-10-24T21:18:46.034Z] 6ad1cebc031e: Download complete [2023-10-24T21:18:46.601Z] 114826534d7a: Download complete [2023-10-24T21:18:46.601Z] 8a3aa393b2d8: Verifying Checksum [2023-10-24T21:18:46.601Z] 8a3aa393b2d8: Download complete [2023-10-24T21:18:49.911Z] 114826534d7a: Pull complete [2023-10-24T21:18:49.911Z] 4657fd5d0bcf: Pull complete [2023-10-24T21:18:50.169Z] 6ad1cebc031e: Pull complete [2023-10-24T21:18:52.696Z] 8a3aa393b2d8: Pull complete [2023-10-24T21:18:52.696Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-10-24T21:18:52.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-24T21:18:52.696Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:18:52.788Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T21:18:52.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-10-24T21:18:56.541Z] $ docker top a4ffd080a1ce40d5aac858378b9871e9174f7787b0b4415ac1aee74392ce544e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-10-24T21:18:56.601Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-ui-go:main' [Pipeline] sh [2023-10-24T21:18:56.881Z] + set -o pipefail [2023-10-24T21:18:56.881Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-ui-go:main' [2023-10-24T21:19:04.993Z] [2023-10-24T21:19:04.993Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... [2023-10-24T21:19:04.993Z] [2023-10-24T21:19:04.993Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7194102e-7717-4d41-94c9-45c94ef4359f/history/4c3235a9-4750-4fff-ac0d-a530ed63d3f1 [2023-10-24T21:19:04.993Z] [2023-10-24T21:19:04.993Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-10-24T21:19:04.993Z] [2023-10-24T21:19:04.993Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-10-24T21:19:04.993Z] [2023-10-24T21:19:06.369Z] [2023-10-24T21:19:06.369Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-10-24T21:19:06.369Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-10-24T21:19:06.369Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-10-24T21:19:06.377Z] $ docker stop --time=1 a4ffd080a1ce40d5aac858378b9871e9174f7787b0b4415ac1aee74392ce544e [2023-10-24T21:19:09.912Z] $ docker rm -f --volumes a4ffd080a1ce40d5aac858378b9871e9174f7787b0b4415ac1aee74392ce544e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-24T21:19:10.562Z] + git log --format=format:%s -1 7cad7c501d971a86f82a29c9533a93a6d95b4e6d [Pipeline] sh [2023-10-24T21:19:10.851Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-24T21:19:10.851Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:19:11.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-24T21:19:11.145Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:19:11.209Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T21:19:11.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 [2023-10-24T21:19:11.625Z] $ docker top 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd -eo pid,comm [2023-10-24T21:19:11.670Z] 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). [2023-10-24T21:19:11.670Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-24T21:19:11.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-24T21:19:11.708Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-24T21:19:11.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-24T21:19:11.805Z] $ docker exec 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd ssh-agent [2023-10-24T21:19:11.917Z] SSH_AUTH_SOCK=/tmp/ssh-dkp4IG5XAe56/agent.33 [2023-10-24T21:19:11.917Z] SSH_AGENT_PID=39 [2023-10-24T21:19:11.922Z] Running ssh-add (command line suppressed) [2023-10-24T21:19:12.016Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_11625621586593101711.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_11625621586593101711.key) [2023-10-24T21:19:12.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-24T21:19:12.317Z] + git semver tag [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,484 [run_tag] DEBUG tag force:False [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,484 [check_head_tag] DEBUG check head tag [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,485 [execute] INFO git cat-file --batch-check [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,485 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=) [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,488 [execute] INFO git cat-file --batch [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,488 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=) [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,497 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,497 [execute] INFO git tag -a v3.1.0-dev.7 -m v3.1.0-dev.7 [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,498 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.7', '-m', 'v3.1.0-dev.7'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) [2023-10-24T21:19:12.576Z] 2023-10-24 21:19:12,502 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-10-24T21:19:12.576Z] 3.1.0-dev.7 [Pipeline] } [2023-10-24T21:19:12.584Z] $ docker exec --env ******** --env ******** 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd ssh-agent -k [2023-10-24T21:19:12.692Z] unset SSH_AUTH_SOCK; [2023-10-24T21:19:12.692Z] unset SSH_AGENT_PID; [2023-10-24T21:19:12.692Z] echo Agent pid 39 killed; [2023-10-24T21:19:12.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-24T21:19:12.999Z] + git semver [Pipeline] } [2023-10-24T21:19:13.269Z] $ docker stop --time=1 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd [2023-10-24T21:19:14.527Z] $ docker rm -f --volumes 69f4f3f7e32c10d6f6ac35e84a8b778c58e95d3c5a762e8973e8f380ad6fbbdd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:19:14.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-24T21:19:14.915Z] [2023-10-24T21:19:14.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:19:15.222Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-24T21:19:15.222Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-10-24T21:19:15.222Z] ab5ef0e58194: Pulling fs layer [2023-10-24T21:19:15.222Z] 9712f1f96733: Pulling fs layer [2023-10-24T21:19:15.222Z] 63f879dbbcfc: Pulling fs layer [2023-10-24T21:19:15.222Z] 0d9ebad4ef96: Pulling fs layer [2023-10-24T21:19:15.222Z] e9a5061849ea: Pulling fs layer [2023-10-24T21:19:15.222Z] d747dcd14b5f: Pulling fs layer [2023-10-24T21:19:15.222Z] 2de7ff778b66: Pulling fs layer [2023-10-24T21:19:15.222Z] d747dcd14b5f: Waiting [2023-10-24T21:19:15.222Z] 0d9ebad4ef96: Waiting [2023-10-24T21:19:15.222Z] e9a5061849ea: Waiting [2023-10-24T21:19:15.222Z] 2de7ff778b66: Waiting [2023-10-24T21:19:15.222Z] 9712f1f96733: Download complete [2023-10-24T21:19:15.480Z] 63f879dbbcfc: Verifying Checksum [2023-10-24T21:19:15.480Z] 63f879dbbcfc: Download complete [2023-10-24T21:19:15.738Z] e9a5061849ea: Verifying Checksum [2023-10-24T21:19:15.738Z] e9a5061849ea: Download complete [2023-10-24T21:19:15.738Z] d747dcd14b5f: Download complete [2023-10-24T21:19:15.738Z] 0d9ebad4ef96: Verifying Checksum [2023-10-24T21:19:15.738Z] 0d9ebad4ef96: Download complete [2023-10-24T21:19:15.738Z] ab5ef0e58194: Verifying Checksum [2023-10-24T21:19:15.738Z] ab5ef0e58194: Download complete [2023-10-24T21:19:15.996Z] 2de7ff778b66: Verifying Checksum [2023-10-24T21:19:15.996Z] 2de7ff778b66: Download complete [2023-10-24T21:19:18.521Z] ab5ef0e58194: Pull complete [2023-10-24T21:19:18.521Z] 9712f1f96733: Pull complete [2023-10-24T21:19:18.778Z] 63f879dbbcfc: Pull complete [2023-10-24T21:19:22.061Z] 0d9ebad4ef96: Pull complete [2023-10-24T21:19:22.320Z] e9a5061849ea: Pull complete [2023-10-24T21:19:22.578Z] d747dcd14b5f: Pull complete [2023-10-24T21:19:23.511Z] 2de7ff778b66: Pull complete [2023-10-24T21:19:23.511Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-10-24T21:19:23.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-24T21:19:23.511Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:19:23.588Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T21:19:23.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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-lftools:0.23.1-centos7 cat [2023-10-24T21:19:29.223Z] $ docker top f038f54b3c5c3df49e0ee6b1aee650057a0fe0adee2aa32431cc9d78db55b6a4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-10-24T21:19:29.287Z] provisioning config files... [2023-10-24T21:19:29.293Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config13058956115719461598tmp [2023-10-24T21:19:29.302Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config2581394417804966538tmp [2023-10-24T21:19:29.310Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config16090961941972663040tmp [Pipeline] { [Pipeline] echo [2023-10-24T21:19:29.323Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:29.604Z] ---> sigul-configuration.sh [2023-10-24T21:19:29.604Z] gpg: directory `/root/.gnupg' created [2023-10-24T21:19:29.604Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-10-24T21:19:29.604Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-10-24T21:19:29.604Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-10-24T21:19:29.604Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-10-24T21:19:29.604Z] gpg: CAST5 encrypted data [2023-10-24T21:19:29.604Z] gpg: encrypted with 1 passphrase [2023-10-24T21:19:29.604Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-10-24T21:19:29.884Z] + mkdir /home/jenkins [2023-10-24T21:19:29.884Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-10-24T21:19:30.165Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-10-24T21:19:30.172Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:30.451Z] ---> sigul-install.sh [2023-10-24T21:19:30.451Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-10-24T21:19:30.733Z] + git tag --list [2023-10-24T21:19:30.733Z] 0.1.1 [2023-10-24T21:19:30.733Z] v1.1.0 [2023-10-24T21:19:30.733Z] v1.2.0 [2023-10-24T21:19:30.733Z] v1.2.1 [2023-10-24T21:19:30.733Z] v1.3.0 [2023-10-24T21:19:30.733Z] v2.0.0 [2023-10-24T21:19:30.733Z] v2.1.0 [2023-10-24T21:19:30.733Z] v2.2.0 [2023-10-24T21:19:30.733Z] v2.3.0 [2023-10-24T21:19:30.733Z] v3.0 [2023-10-24T21:19:30.733Z] v3.0.0 [2023-10-24T21:19:30.733Z] v3.1.0-dev.1 [2023-10-24T21:19:30.733Z] v3.1.0-dev.2 [2023-10-24T21:19:30.733Z] v3.1.0-dev.3 [2023-10-24T21:19:30.733Z] v3.1.0-dev.4 [2023-10-24T21:19:30.733Z] v3.1.0-dev.5 [2023-10-24T21:19:30.733Z] v3.1.0-dev.6 [2023-10-24T21:19:30.733Z] v3.1.0-dev.7 [Pipeline] sh [2023-10-24T21:19:31.017Z] + lftools sign git-tag v3.1.0-dev.7 [2023-10-24T21:19:31.584Z] Signing Git tag with Sigul... [2023-10-24T21:19:31.584Z] Signing v3.1.0-dev.7 [Pipeline] echo [2023-10-24T21:19:32.158Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:32.441Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-10-24T21:19:32.448Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-10-24T21:19:32.468Z] $ docker stop --time=1 f038f54b3c5c3df49e0ee6b1aee650057a0fe0adee2aa32431cc9d78db55b6a4 [2023-10-24T21:19:33.785Z] $ docker rm -f --volumes f038f54b3c5c3df49e0ee6b1aee650057a0fe0adee2aa32431cc9d78db55b6a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-10-24T21:19:34.186Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-24T21:19:34.187Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:19:34.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-24T21:19:34.483Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:19:34.552Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T21:19:34.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 [2023-10-24T21:19:34.918Z] $ docker top dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc -eo pid,comm [2023-10-24T21:19:34.964Z] 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). [2023-10-24T21:19:34.964Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-24T21:19:35.005Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-24T21:19:35.005Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-24T21:19:35.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-24T21:19:35.120Z] $ docker exec dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc ssh-agent [2023-10-24T21:19:35.226Z] SSH_AUTH_SOCK=/tmp/ssh-Rn4aoVY7VZfy/agent.32 [2023-10-24T21:19:35.226Z] SSH_AGENT_PID=38 [2023-10-24T21:19:35.231Z] Running ssh-add (command line suppressed) [2023-10-24T21:19:35.330Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2780655921867250222.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2780655921867250222.key) [2023-10-24T21:19:35.343Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-24T21:19:35.633Z] + git semver bump pre [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,790 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,790 [bump_version] DEBUG bumping version:3.1.0-dev.7 on axis:pre with prefix:dev [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,790 [bump_version] DEBUG bumped version:3.1.0-dev.8 [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,790 [write_version] DEBUG write version:3.1.0-dev.8 to path:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main with force:True [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,790 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,790 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,792 [execute] INFO git cat-file --batch-check [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,792 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,797 [execute] INFO git cat-file --batch [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,797 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-24T21:19:35.893Z] 2023-10-24 21:19:35,801 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-10-24T21:19:35.893Z] 3.1.0-dev.8 [Pipeline] } [2023-10-24T21:19:35.901Z] $ docker exec --env ******** --env ******** dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc ssh-agent -k [2023-10-24T21:19:36.004Z] unset SSH_AUTH_SOCK; [2023-10-24T21:19:36.005Z] unset SSH_AGENT_PID; [2023-10-24T21:19:36.005Z] echo Agent pid 38 killed; [2023-10-24T21:19:36.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-24T21:19:36.323Z] + git semver [Pipeline] } [2023-10-24T21:19:36.594Z] $ docker stop --time=1 dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc [2023-10-24T21:19:37.881Z] $ docker rm -f --volumes dbbf91223441d9032bdc6cd92528b531a957f3d1ff9e11047bff24a3f2a3a2bc [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-24T21:19:38.217Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-24T21:19:38.218Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:19:38.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-24T21:19:38.570Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:19:38.675Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T21:19:38.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 [2023-10-24T21:19:39.073Z] $ docker top 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 -eo pid,comm [2023-10-24T21:19:39.122Z] 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). [2023-10-24T21:19:39.122Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-24T21:19:39.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-24T21:19:39.160Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-24T21:19:39.275Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-24T21:19:39.276Z] $ docker exec 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 ssh-agent [2023-10-24T21:19:39.401Z] SSH_AUTH_SOCK=/tmp/ssh-kcwLPb0ipjG3/agent.33 [2023-10-24T21:19:39.401Z] SSH_AGENT_PID=39 [2023-10-24T21:19:39.407Z] Running ssh-add (command line suppressed) [2023-10-24T21:19:39.497Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_15823718421090823769.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_15823718421090823769.key) [2023-10-24T21:19:39.512Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-24T21:19:39.796Z] + git semver push [2023-10-24T21:19:40.055Z] 2023-10-24 21:19:39,977 [run_push] DEBUG push [2023-10-24T21:19:40.055Z] 2023-10-24 21:19:39,977 [execute] INFO git cat-file --batch-check [2023-10-24T21:19:40.055Z] 2023-10-24 21:19:39,977 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-24T21:19:40.055Z] 2023-10-24 21:19:39,982 [execute] INFO git rev-list be31cd9d552b9e474eecfa14d60c34004eb06e5a -- [2023-10-24T21:19:40.055Z] 2023-10-24 21:19:39,983 [execute] DEBUG Popen(['git', 'rev-list', 'be31cd9d552b9e474eecfa14d60c34004eb06e5a', '--'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-10-24T21:19:40.055Z] 2023-10-24 21:19:39,994 [execute] INFO git fetch -v origin [2023-10-24T21:19:40.055Z] 2023-10-24 21:19:39,994 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-10-24T21:19:40.623Z] 2023-10-24 21:19:40,530 [run_push] DEBUG no remote changes detected [2023-10-24T21:19:40.623Z] 2023-10-24 21:19:40,531 [execute] INFO git push origin semver [2023-10-24T21:19:40.623Z] 2023-10-24 21:19:40,531 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-10-24T21:19:42.001Z] 2023-10-24 21:19:41,597 [run_push] DEBUG push all version tags [2023-10-24T21:19:42.001Z] 2023-10-24 21:19:41,598 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-10-24T21:19:42.001Z] 2023-10-24 21:19:41,599 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) [2023-10-24T21:19:42.570Z] 2023-10-24 21:19:42,377 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2023-10-24T21:19:42.570Z] 3.1.0-dev.8 [Pipeline] } [2023-10-24T21:19:42.577Z] $ docker exec --env ******** --env ******** 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 ssh-agent -k [2023-10-24T21:19:42.679Z] unset SSH_AUTH_SOCK; [2023-10-24T21:19:42.680Z] unset SSH_AGENT_PID; [2023-10-24T21:19:42.680Z] echo Agent pid 39 killed; [2023-10-24T21:19:42.692Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-24T21:19:42.988Z] + git semver [Pipeline] } [2023-10-24T21:19:43.257Z] $ docker stop --time=1 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 [2023-10-24T21:19:44.517Z] $ docker rm -f --volumes 59f325177d093ff1572c61a90bd41101fffa0a5cab8b3f6aebf3e0c879df8772 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 [2023-10-24T21:19:45.057Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ] [2023-10-24T21:19:45.057Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2023-10-24T21:19:45.057Z] total 16 [2023-10-24T21:19:45.057Z] drwxr-xr-x 3 root root 4096 Oct 24 21:00 . [2023-10-24T21:19:45.057Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 24 21:19 .. [2023-10-24T21:19:45.057Z] drwxr-xr-x 2 root root 4096 Oct 24 21:00 cost [2023-10-24T21:19:45.057Z] -rw-r--r-- 1 root root 83 Oct 24 21:00 cost.csv [2023-10-24T21:19:45.057Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2023-10-24T21:19:45.057Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2023-10-24T21:19:45.057Z] total 16 [2023-10-24T21:19:45.057Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 21:00 . [2023-10-24T21:19:45.057Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 24 21:19 .. [2023-10-24T21:19:45.057Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 21:00 cost [2023-10-24T21:19:45.057Z] -rw-r--r-- 1 jenkins jenkins 83 Oct 24 21:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:45.341Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:46.194Z] ---> package-listing.sh [2023-10-24T21:19:46.194Z] ++ facter osfamily [2023-10-24T21:19:46.194Z] ++ tr '[:upper:]' '[:lower:]' [2023-10-24T21:19:46.453Z] + OS_FAMILY=debian [2023-10-24T21:19:46.453Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main [2023-10-24T21:19:46.453Z] + START_PACKAGES=/tmp/packages_start.txt [2023-10-24T21:19:46.453Z] + END_PACKAGES=/tmp/packages_end.txt [2023-10-24T21:19:46.453Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-10-24T21:19:46.453Z] + PACKAGES=/tmp/packages_start.txt [2023-10-24T21:19:46.453Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2023-10-24T21:19:46.453Z] + PACKAGES=/tmp/packages_end.txt [2023-10-24T21:19:46.453Z] + case "${OS_FAMILY}" in [2023-10-24T21:19:46.453Z] + dpkg -l [2023-10-24T21:19:46.453Z] + grep '^ii' [2023-10-24T21:19:46.453Z] + '[' -f /tmp/packages_start.txt ']' [2023-10-24T21:19:46.453Z] + '[' -f /tmp/packages_end.txt ']' [2023-10-24T21:19:46.453Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-10-24T21:19:46.453Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2023-10-24T21:19:46.453Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [2023-10-24T21:19:46.453Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [Pipeline] echo [2023-10-24T21:19:46.462Z] 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-10-24T21:19:46.738Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-24T21:19:47.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-24T21:19:47.291Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-24T21:19:47.358Z] prd-ubuntu20.04-docker-8c-8g-10279 does not seem to be running inside a container [2023-10-24T21:19:47.387Z] $ 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_main/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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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-lftools-log-publisher:latest cat [2023-10-24T21:19:47.579Z] $ docker top f0a0cb9f4446682aeb83b3d0f67f5c70834375bb3874306777eb0df3262cccf9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-24T21:19:47.926Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-10-24T21:19:48.208Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-10-24T21:19:48.490Z] + ls /var/log/sa-host [2023-10-24T21:19:48.490Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-24T21:19:48.551Z] provisioning config files... [2023-10-24T21:19:48.558Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config16837762950132105208tmp [Pipeline] { [Pipeline] echo [2023-10-24T21:19:48.569Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:48.846Z] ---> create-netrc.sh [Pipeline] } [2023-10-24T21:19:48.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:49.174Z] ---> python-tools-install.sh [Pipeline] echo [2023-10-24T21:19:49.182Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:49.458Z] ---> sudo-logs.sh [2023-10-24T21:19:49.458Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-10-24T21:19:49.481Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:49.760Z] ---> job-cost.sh [2023-10-24T21:19:49.760Z] lf-activate-venv: SKIPPING [2023-10-24T21:19:49.760Z] DEBUG: total: 0.2199999988079071 [2023-10-24T21:19:49.760Z] INFO: Retrieving Stack Cost... [2023-10-24T21:19:50.020Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-10-24T21:19:50.589Z] INFO: Archiving Costs [Pipeline] echo [2023-10-24T21:19:50.600Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-24T21:19:50.888Z] ---> logs-deploy.sh [2023-10-24T21:19:50.888Z] lf-activate-venv: SKIPPING [2023-10-24T21:19:50.888Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/126 [2023-10-24T21:19:50.888Z] INFO: archiving workspace using pattern(s): [2023-10-24T21:19:51.827Z] Archives upload complete. [2023-10-24T21:19:52.089Z] INFO: archiving logs to Nexus [2023-10-24T21:19:52.660Z] ---> uname -a: [2023-10-24T21:19:52.660Z] Linux prd-ubuntu20-04-docker-8c-8g-10279 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] ---> lscpu: [2023-10-24T21:19:52.660Z] Architecture: x86_64 [2023-10-24T21:19:52.660Z] CPU op-mode(s): 32-bit, 64-bit [2023-10-24T21:19:52.660Z] Byte Order: Little Endian [2023-10-24T21:19:52.660Z] Address sizes: 40 bits physical, 48 bits virtual [2023-10-24T21:19:52.660Z] CPU(s): 8 [2023-10-24T21:19:52.660Z] On-line CPU(s) list: 0-7 [2023-10-24T21:19:52.660Z] Thread(s) per core: 1 [2023-10-24T21:19:52.660Z] Core(s) per socket: 1 [2023-10-24T21:19:52.660Z] Socket(s): 8 [2023-10-24T21:19:52.660Z] NUMA node(s): 1 [2023-10-24T21:19:52.660Z] Vendor ID: AuthenticAMD [2023-10-24T21:19:52.660Z] CPU family: 23 [2023-10-24T21:19:52.660Z] Model: 49 [2023-10-24T21:19:52.660Z] Model name: AMD EPYC-Rome Processor [2023-10-24T21:19:52.660Z] Stepping: 0 [2023-10-24T21:19:52.660Z] CPU MHz: 2800.000 [2023-10-24T21:19:52.660Z] BogoMIPS: 5600.00 [2023-10-24T21:19:52.660Z] Virtualization: AMD-V [2023-10-24T21:19:52.660Z] Hypervisor vendor: KVM [2023-10-24T21:19:52.660Z] Virtualization type: full [2023-10-24T21:19:52.660Z] L1d cache: 256 KiB [2023-10-24T21:19:52.660Z] L1i cache: 256 KiB [2023-10-24T21:19:52.660Z] L2 cache: 4 MiB [2023-10-24T21:19:52.660Z] L3 cache: 128 MiB [2023-10-24T21:19:52.660Z] NUMA node0 CPU(s): 0-7 [2023-10-24T21:19:52.660Z] Vulnerability Itlb multihit: Not affected [2023-10-24T21:19:52.660Z] Vulnerability L1tf: Not affected [2023-10-24T21:19:52.660Z] Vulnerability Mds: Not affected [2023-10-24T21:19:52.660Z] Vulnerability Meltdown: Not affected [2023-10-24T21:19:52.660Z] Vulnerability Mmio stale data: Not affected [2023-10-24T21:19:52.660Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-10-24T21:19:52.660Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-10-24T21:19:52.660Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-10-24T21:19:52.660Z] Vulnerability Srbds: Not affected [2023-10-24T21:19:52.660Z] Vulnerability Tsx async abort: Not affected [2023-10-24T21:19:52.660Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] ---> nproc: [2023-10-24T21:19:52.660Z] 8 [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] ---> df -h: [2023-10-24T21:19:52.660Z] Filesystem Size Used Avail Use% Mounted on [2023-10-24T21:19:52.660Z] overlay 155G 15G 141G 10% / [2023-10-24T21:19:52.660Z] tmpfs 64M 0 64M 0% /dev [2023-10-24T21:19:52.660Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-10-24T21:19:52.660Z] shm 64M 0 64M 0% /dev/shm [2023-10-24T21:19:52.660Z] /dev/vda1 155G 15G 141G 10% /facter-os [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] ---> sar -b -r -n DEV: [2023-10-24T21:19:52.660Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10279) 10/24/23 _x86_64_ (8 CPU) [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] 20:55:59 LINUX RESTART (8 CPU) [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] 20:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-10-24T21:19:52.660Z] 20:57:02 161.84 48.46 113.38 0.00 5458.69 213442.56 0.00 [2023-10-24T21:19:52.660Z] 20:58:01 233.30 0.75 232.55 0.00 13.69 73414.40 0.00 [2023-10-24T21:19:52.660Z] 20:59:01 305.25 0.15 305.10 0.00 7.60 64411.93 0.00 [2023-10-24T21:19:52.660Z] 21:00:01 245.24 0.18 245.06 0.00 8.00 42081.92 0.00 [2023-10-24T21:19:52.660Z] 21:01:01 120.29 0.12 120.18 0.00 21.33 33007.40 0.00 [2023-10-24T21:19:52.660Z] 21:02:01 22.31 0.97 21.35 0.00 67.46 1496.30 0.00 [2023-10-24T21:19:52.660Z] 21:03:01 21.25 0.00 21.25 0.00 0.00 1689.59 0.00 [2023-10-24T21:19:52.660Z] 21:04:01 21.05 0.00 21.05 0.00 0.00 1665.19 0.00 [2023-10-24T21:19:52.660Z] 21:05:01 50.99 8.43 42.56 0.00 2822.46 4616.03 0.00 [2023-10-24T21:19:52.660Z] 21:06:01 22.68 1.02 21.66 0.00 21.86 1762.51 0.00 [2023-10-24T21:19:52.660Z] 21:07:01 21.76 0.00 21.76 0.00 0.00 1727.96 0.00 [2023-10-24T21:19:52.660Z] 21:08:01 20.90 0.00 20.90 0.00 0.00 1686.52 0.00 [2023-10-24T21:19:52.660Z] 21:09:01 21.21 0.00 21.21 0.00 0.00 1695.05 0.00 [2023-10-24T21:19:52.660Z] 21:10:02 20.78 0.00 20.78 0.00 0.00 1691.85 0.00 [2023-10-24T21:19:52.660Z] 21:11:01 21.27 0.02 21.25 0.00 0.14 1698.97 0.00 [2023-10-24T21:19:52.660Z] 21:12:01 21.23 0.00 21.23 0.00 0.00 1663.59 0.00 [2023-10-24T21:19:52.660Z] 21:13:01 26.49 1.23 25.26 0.00 2270.04 4659.25 0.00 [2023-10-24T21:19:52.660Z] 21:14:01 5.85 0.02 5.83 0.00 0.13 116.78 0.00 [2023-10-24T21:19:52.660Z] 21:15:01 1.78 0.00 1.78 0.00 0.00 29.33 0.00 [2023-10-24T21:19:52.660Z] 21:16:01 1.42 0.00 1.42 0.00 0.00 16.00 0.00 [2023-10-24T21:19:52.660Z] 21:17:01 1.75 0.02 1.73 0.00 0.13 20.53 0.00 [2023-10-24T21:19:52.660Z] 21:18:01 1.63 0.00 1.63 0.00 0.00 17.73 0.00 [2023-10-24T21:19:52.660Z] 21:19:01 41.68 0.23 41.44 0.00 11.33 26775.00 0.00 [2023-10-24T21:19:52.660Z] Average: 61.29 2.68 58.61 0.00 466.01 20818.31 0.00 [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] 20:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-10-24T21:19:52.660Z] 20:57:02 29221272 31600292 717908 2.18 75456 2577280 1831644 5.40 976552 2309144 268356 [2023-10-24T21:19:52.660Z] 20:58:01 28095864 31565912 738580 2.25 151768 3510804 1897812 5.59 1120108 3196380 80 [2023-10-24T21:19:52.660Z] 20:59:01 25764648 30945564 1341020 4.08 215116 4982368 2174092 6.41 1852564 4585728 568408 [2023-10-24T21:19:52.660Z] 21:00:01 25820436 31320516 966768 2.94 225844 5247664 2417440 7.12 1879488 4471084 165064 [2023-10-24T21:19:52.660Z] 21:01:01 25537640 31531648 760184 2.31 230740 5701800 1784600 5.26 1650108 4955196 148 [2023-10-24T21:19:52.660Z] 21:02:01 25517788 31533812 757724 2.30 234076 5719844 1776668 5.24 1653604 4972980 5568 [2023-10-24T21:19:52.660Z] 21:03:01 25509840 31540904 750908 2.28 236100 5732280 1776668 5.24 1651288 4985540 4788 [2023-10-24T21:19:52.660Z] 21:04:01 25495628 31541288 750452 2.28 238296 5744296 1776668 5.24 1652796 4997556 4492 [2023-10-24T21:19:52.660Z] 21:05:01 25271112 31524136 741676 2.26 253756 5938528 1721620 5.07 1801064 5049436 5716 [2023-10-24T21:19:52.660Z] 21:06:01 25250280 31517752 748216 2.28 255596 5950368 1714696 5.05 1807204 5061128 4420 [2023-10-24T21:19:52.660Z] 21:07:01 25251280 31531364 734484 2.23 257276 5960996 1714696 5.05 1795332 5071720 3632 [2023-10-24T21:19:52.660Z] 21:08:01 25240380 31532076 733788 2.23 258512 5971032 1714696 5.05 1797524 5081764 3432 [2023-10-24T21:19:52.660Z] 21:09:01 25228904 31532504 733220 2.23 259912 5981188 1714696 5.05 1798440 5091936 3180 [2023-10-24T21:19:52.660Z] 21:10:02 25215432 31530772 734832 2.23 261296 5991344 1714696 5.05 1799240 5102044 2748 [2023-10-24T21:19:52.660Z] 21:11:01 25201344 31528528 736800 2.24 263052 6000944 1706068 5.03 1800976 5111680 2400 [2023-10-24T21:19:52.660Z] 21:12:01 25192596 31530948 734564 2.23 264484 6010332 1706068 5.03 1803372 5121116 2024 [2023-10-24T21:19:52.660Z] 21:13:01 25048856 31519756 742504 2.26 277144 6127092 1715792 5.06 1963764 5092312 1016 [2023-10-24T21:19:52.660Z] 21:14:01 25053848 31519788 742376 2.26 275624 6123832 1686824 4.97 1962324 5089100 16 [2023-10-24T21:19:52.660Z] 21:15:01 25054256 31520360 741776 2.26 275664 6123952 1686824 4.97 1962400 5089204 8 [2023-10-24T21:19:52.660Z] 21:16:01 25054208 31520404 741720 2.26 275700 6123956 1686824 4.97 1962476 5089216 8 [2023-10-24T21:19:52.660Z] 21:17:01 25054716 31520956 741148 2.25 275764 6123936 1686824 4.97 1961520 5089212 8 [2023-10-24T21:19:52.660Z] 21:18:01 25054740 31521088 740812 2.25 275792 6123960 1686824 4.97 1961524 5089216 8 [2023-10-24T21:19:52.660Z] 21:19:01 23910056 31408228 846144 2.57 301896 7041792 1853360 5.46 2170536 5927160 214072 [2023-10-24T21:19:52.660Z] Average: 25523701 31492982 781635 2.38 245168 5687373 1788961 5.27 1773226 4853472 54765 [2023-10-24T21:19:52.660Z] [2023-10-24T21:19:52.660Z] 20:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-10-24T21:19:52.660Z] 20:57:02 docker0 44.18 45.48 3.26 281.24 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 20:57:02 lo 6.67 6.67 0.65 0.65 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 20:57:02 ens3 719.78 477.64 6061.63 92.16 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 20:58:01 docker0 219.30 286.04 17.62 1952.32 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 20:58:01 lo 2.30 2.30 0.27 0.27 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 20:58:01 ens3 452.48 300.61 3964.70 37.35 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 20:59:01 vethbfd763f 0.00 0.23 0.00 0.02 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 20:59:01 vethb9b58ed 615.93 654.24 68.89 2169.85 0.00 0.00 0.00 0.18 [2023-10-24T21:19:52.660Z] 20:59:01 docker0 678.40 844.84 64.21 6086.40 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 20:59:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 20:59:01 ens3 940.51 759.41 6943.74 179.06 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 21:00:01 vethb643f6a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 21:00:01 docker0 11.66 19.03 0.79 174.84 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 21:00:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 21:00:01 ens3 59.67 39.59 208.90 19.03 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.660Z] 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:01:01 lo 7.26 7.26 0.72 0.72 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:01:01 ens3 146.85 115.31 2549.16 306.86 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:02:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:02:01 ens3 133.83 85.35 224.13 25.23 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:03:01 ens3 128.15 79.89 215.92 11.79 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:04:01 ens3 127.76 75.84 210.05 4.89 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:05:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:05:01 ens3 149.64 83.07 827.12 15.63 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:06:01 ens3 112.60 70.80 195.81 4.56 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:07:01 ens3 102.15 66.43 182.74 4.34 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:08:01 ens3 97.88 63.17 173.87 4.25 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:09:01 ens3 102.33 63.84 176.04 4.12 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:10:02 ens3 101.20 63.59 175.95 4.10 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:11:01 ens3 95.31 61.48 169.03 3.96 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:12:01 ens3 94.95 59.26 163.15 4.06 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:13:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:13:01 ens3 54.78 34.59 94.75 2.33 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:14:01 ens3 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:15:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:17:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:19:01 veth08397ee 46.01 50.66 3.94 574.31 0.00 0.00 0.00 0.05 [2023-10-24T21:19:52.661Z] 21:19:01 docker0 46.01 50.56 3.31 574.30 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:19:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] 21:19:01 ens3 193.08 124.38 4549.42 16.14 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] Average: veth08397ee 2.00 2.21 0.17 25.01 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] Average: docker0 43.36 54.04 3.87 393.45 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] Average: lo 0.91 0.91 0.09 0.09 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] Average: ens3 165.65 114.02 1176.36 32.19 0.00 0.00 0.00 0.00 [2023-10-24T21:19:52.661Z] [2023-10-24T21:19:52.661Z] [2023-10-24T21:19:52.661Z] ---> sar -P ALL: [2023-10-24T21:19:52.661Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10279) 10/24/23 _x86_64_ (8 CPU) [2023-10-24T21:19:52.661Z] [2023-10-24T21:19:52.661Z] 20:55:59 LINUX RESTART (8 CPU) [2023-10-24T21:19:52.661Z] [2023-10-24T21:19:52.661Z] 20:56:01 CPU %user %nice %system %iowait %steal %idle [2023-10-24T21:19:52.661Z] 20:57:02 all 8.80 0.00 3.20 1.76 0.06 86.18 [2023-10-24T21:19:52.661Z] 20:57:02 0 7.06 0.00 3.65 0.47 0.05 88.78 [2023-10-24T21:19:52.661Z] 20:57:02 1 7.25 0.00 3.32 6.72 0.07 82.65 [2023-10-24T21:19:52.661Z] 20:57:02 2 10.98 0.00 3.02 0.52 0.05 85.43 [2023-10-24T21:19:52.661Z] 20:57:02 3 10.09 0.00 4.22 2.71 0.05 82.93 [2023-10-24T21:19:52.661Z] 20:57:02 4 10.10 0.00 2.74 1.28 0.07 85.81 [2023-10-24T21:19:52.661Z] 20:57:02 5 9.08 0.00 2.79 0.74 0.07 87.32 [2023-10-24T21:19:52.661Z] 20:57:02 6 6.72 0.00 2.22 0.42 0.05 90.59 [2023-10-24T21:19:52.661Z] 20:57:02 7 9.16 0.00 3.67 1.25 0.05 85.88 [2023-10-24T21:19:52.661Z] 20:58:01 all 5.36 0.00 2.82 3.31 0.05 88.46 [2023-10-24T21:19:52.661Z] 20:58:01 0 5.28 0.00 2.27 0.44 0.03 91.96 [2023-10-24T21:19:52.661Z] 20:58:01 1 4.98 0.00 2.70 3.35 0.07 88.90 [2023-10-24T21:19:52.661Z] 20:58:01 2 6.08 0.00 3.19 0.53 0.05 90.14 [2023-10-24T21:19:52.661Z] 20:58:01 3 5.16 0.00 3.27 0.93 0.05 90.59 [2023-10-24T21:19:52.661Z] 20:58:01 4 4.69 0.00 2.78 15.39 0.03 77.11 [2023-10-24T21:19:52.661Z] 20:58:01 5 5.86 0.00 2.30 1.03 0.05 90.76 [2023-10-24T21:19:52.661Z] 20:58:01 6 6.06 0.00 3.35 3.25 0.03 87.30 [2023-10-24T21:19:52.661Z] 20:58:01 7 4.79 0.00 2.68 1.50 0.05 90.97 [2023-10-24T21:19:52.661Z] 20:59:01 all 20.97 0.00 4.78 2.83 0.09 71.33 [2023-10-24T21:19:52.661Z] 20:59:01 0 13.79 0.00 5.56 1.45 0.10 79.10 [2023-10-24T21:19:52.661Z] 20:59:01 1 15.57 0.00 3.01 0.79 0.12 80.51 [2023-10-24T21:19:52.661Z] 20:59:01 2 19.43 0.00 4.48 1.49 0.10 74.50 [2023-10-24T21:19:52.661Z] 20:59:01 3 18.84 0.00 5.24 13.95 0.12 61.84 [2023-10-24T21:19:52.661Z] 20:59:01 4 17.32 0.00 5.81 1.80 0.10 74.96 [2023-10-24T21:19:52.661Z] 20:59:01 5 33.67 0.00 5.39 2.22 0.07 58.65 [2023-10-24T21:19:52.661Z] 20:59:01 6 29.69 0.00 4.86 0.25 0.07 65.13 [2023-10-24T21:19:52.661Z] 20:59:01 7 19.38 0.00 3.90 0.84 0.07 75.81 [2023-10-24T21:19:52.661Z] 21:00:01 all 22.19 0.00 3.76 2.13 0.06 71.85 [2023-10-24T21:19:52.661Z] 21:00:01 0 23.45 0.00 4.77 0.40 0.07 71.31 [2023-10-24T21:19:52.661Z] 21:00:01 1 15.70 0.00 2.67 0.37 0.07 81.20 [2023-10-24T21:19:52.661Z] 21:00:01 2 32.10 0.00 4.03 0.27 0.07 63.54 [2023-10-24T21:19:52.661Z] 21:00:01 3 15.78 0.00 4.44 11.80 0.07 67.91 [2023-10-24T21:19:52.661Z] 21:00:01 4 20.04 0.00 3.23 0.57 0.05 76.11 [2023-10-24T21:19:52.661Z] 21:00:01 5 22.09 0.00 3.34 2.85 0.05 71.68 [2023-10-24T21:19:52.661Z] 21:00:01 6 26.97 0.00 3.60 0.75 0.07 68.60 [2023-10-24T21:19:52.661Z] 21:00:01 7 21.40 0.00 3.96 0.10 0.07 74.46 [2023-10-24T21:19:52.661Z] 21:01:01 all 8.83 0.00 1.93 1.43 0.04 87.76 [2023-10-24T21:19:52.661Z] 21:01:01 0 8.33 0.00 1.97 0.00 0.07 89.63 [2023-10-24T21:19:52.661Z] 21:01:01 1 9.62 0.00 1.76 0.81 0.03 87.77 [2023-10-24T21:19:52.661Z] 21:01:01 2 8.11 0.00 1.74 0.33 0.03 89.78 [2023-10-24T21:19:52.661Z] 21:01:01 3 8.03 0.00 2.25 4.02 0.03 85.67 [2023-10-24T21:19:52.661Z] 21:01:01 4 10.47 0.00 2.03 0.07 0.05 87.39 [2023-10-24T21:19:52.661Z] 21:01:01 5 9.65 0.00 1.64 5.82 0.05 82.84 [2023-10-24T21:19:52.661Z] 21:01:01 6 7.86 0.00 2.13 0.07 0.03 89.91 [2023-10-24T21:19:52.661Z] 21:01:01 7 8.58 0.00 1.94 0.35 0.03 89.09 [2023-10-24T21:19:52.661Z] 21:02:01 all 0.39 0.00 0.15 0.16 0.02 99.28 [2023-10-24T21:19:52.661Z] 21:02:01 0 0.57 0.00 0.12 0.07 0.02 99.23 [2023-10-24T21:19:52.661Z] 21:02:01 1 0.38 0.00 0.07 0.03 0.02 99.50 [2023-10-24T21:19:52.661Z] 21:02:01 2 0.25 0.00 0.28 0.02 0.02 99.43 [2023-10-24T21:19:52.661Z] 21:02:01 3 0.17 0.00 0.12 0.02 0.03 99.67 [2023-10-24T21:19:52.661Z] 21:02:01 4 0.52 0.00 0.13 0.07 0.03 99.25 [2023-10-24T21:19:52.661Z] 21:02:01 5 0.47 0.00 0.20 0.99 0.02 98.33 [2023-10-24T21:19:52.661Z] 21:02:01 6 0.30 0.00 0.12 0.03 0.02 99.53 [2023-10-24T21:19:52.661Z] 21:02:01 7 0.50 0.00 0.15 0.05 0.02 99.28 [2023-10-24T21:19:52.661Z] 21:03:01 all 0.43 0.00 0.13 0.13 0.02 99.28 [2023-10-24T21:19:52.661Z] 21:03:01 0 0.33 0.00 0.10 0.02 0.02 99.53 [2023-10-24T21:19:52.661Z] 21:03:01 1 0.68 0.00 0.18 0.12 0.03 98.98 [2023-10-24T21:19:52.661Z] 21:03:01 2 0.23 0.00 0.07 0.02 0.02 99.67 [2023-10-24T21:19:52.661Z] 21:03:01 3 0.60 0.00 0.32 0.02 0.05 99.01 [2023-10-24T21:19:52.661Z] 21:03:01 4 0.60 0.00 0.18 0.03 0.02 99.17 [2023-10-24T21:19:52.661Z] 21:03:01 5 0.43 0.00 0.17 0.82 0.02 98.56 [2023-10-24T21:19:52.661Z] 21:03:01 6 0.12 0.00 0.00 0.00 0.00 99.88 [2023-10-24T21:19:52.661Z] 21:03:01 7 0.45 0.00 0.05 0.03 0.00 99.47 [2023-10-24T21:19:52.661Z] 21:04:01 all 0.35 0.00 0.13 0.14 0.02 99.37 [2023-10-24T21:19:52.661Z] 21:04:01 0 0.18 0.00 0.03 0.02 0.02 99.75 [2023-10-24T21:19:52.661Z] 21:04:01 1 0.37 0.00 0.13 0.05 0.02 99.43 [2023-10-24T21:19:52.661Z] 21:04:01 2 0.30 0.00 0.12 0.03 0.02 99.53 [2023-10-24T21:19:52.661Z] 21:04:01 3 0.49 0.00 0.13 0.05 0.03 99.30 [2023-10-24T21:19:52.661Z] 21:04:01 4 0.22 0.00 0.07 0.03 0.02 99.67 [2023-10-24T21:19:52.661Z] 21:04:01 5 0.25 0.00 0.20 0.82 0.00 98.73 [2023-10-24T21:19:52.661Z] 21:04:01 6 0.17 0.00 0.05 0.02 0.00 99.77 [2023-10-24T21:19:52.661Z] 21:04:01 7 0.83 0.00 0.27 0.12 0.03 98.75 [2023-10-24T21:19:52.661Z] 21:05:01 all 1.67 0.00 0.84 0.34 0.03 97.12 [2023-10-24T21:19:52.661Z] 21:05:01 0 2.06 0.00 0.95 0.82 0.03 96.14 [2023-10-24T21:19:52.661Z] 21:05:01 1 1.00 0.00 0.62 0.00 0.03 98.35 [2023-10-24T21:19:52.661Z] 21:05:01 2 1.44 0.00 1.50 0.05 0.02 96.99 [2023-10-24T21:19:52.661Z] 21:05:01 3 2.53 0.00 0.62 0.08 0.03 96.73 [2023-10-24T21:19:52.661Z] 21:05:01 4 1.93 0.00 0.45 0.03 0.02 97.57 [2023-10-24T21:19:52.661Z] 21:05:01 5 1.22 0.00 0.70 1.25 0.02 96.81 [2023-10-24T21:19:52.661Z] 21:05:01 6 1.59 0.00 0.80 0.45 0.02 97.15 [2023-10-24T21:19:52.661Z] 21:05:01 7 1.62 0.00 1.10 0.07 0.03 97.18 [2023-10-24T21:19:52.661Z] 21:06:01 all 0.39 0.00 0.17 0.26 0.01 99.17 [2023-10-24T21:19:52.662Z] 21:06:01 0 0.32 0.00 0.10 0.03 0.00 99.55 [2023-10-24T21:19:52.662Z] 21:06:01 1 0.18 0.00 0.07 0.07 0.02 99.67 [2023-10-24T21:19:52.662Z] 21:06:01 2 0.68 0.00 0.20 0.18 0.02 98.92 [2023-10-24T21:19:52.662Z] 21:06:01 3 0.47 0.00 0.25 0.05 0.05 99.18 [2023-10-24T21:19:52.662Z] 21:06:01 4 0.68 0.00 0.22 0.07 0.00 99.03 [2023-10-24T21:19:52.662Z] 21:06:01 5 0.35 0.00 0.22 1.62 0.02 97.80 [2023-10-24T21:19:52.662Z] 21:06:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-10-24T21:19:52.662Z] 21:06:01 7 0.40 0.00 0.25 0.08 0.00 99.27 [2023-10-24T21:19:52.662Z] 21:07:01 all 0.35 0.00 0.12 0.16 0.02 99.36 [2023-10-24T21:19:52.662Z] 21:07:01 0 0.08 0.00 0.05 0.02 0.02 99.83 [2023-10-24T21:19:52.662Z] 21:07:01 1 0.22 0.00 0.05 0.00 0.02 99.72 [2023-10-24T21:19:52.662Z] 21:07:01 2 0.25 0.00 0.10 0.02 0.00 99.63 [2023-10-24T21:19:52.662Z] 21:07:01 3 0.59 0.00 0.17 0.12 0.05 99.08 [2023-10-24T21:19:52.662Z] 21:07:01 4 0.45 0.00 0.13 0.05 0.02 99.35 [2023-10-24T21:19:52.662Z] 21:07:01 5 0.33 0.00 0.18 0.92 0.02 98.55 [2023-10-24T21:19:52.662Z] 21:07:01 6 0.23 0.00 0.12 0.02 0.02 99.62 [2023-10-24T21:19:52.662Z] 21:07:01 7 0.62 0.00 0.15 0.12 0.02 99.10 [2023-10-24T21:19:52.662Z] [2023-10-24T21:19:52.662Z] 21:07:01 CPU %user %nice %system %iowait %steal %idle [2023-10-24T21:19:52.662Z] 21:08:01 all 0.38 0.00 0.11 0.16 0.01 99.34 [2023-10-24T21:19:52.662Z] 21:08:01 0 0.38 0.00 0.12 0.02 0.02 99.47 [2023-10-24T21:19:52.662Z] 21:08:01 1 0.38 0.00 0.10 0.05 0.02 99.45 [2023-10-24T21:19:52.662Z] 21:08:01 2 0.28 0.00 0.07 0.03 0.00 99.62 [2023-10-24T21:19:52.662Z] 21:08:01 3 0.45 0.00 0.13 0.10 0.03 99.28 [2023-10-24T21:19:52.662Z] 21:08:01 4 0.22 0.00 0.07 0.00 0.02 99.70 [2023-10-24T21:19:52.662Z] 21:08:01 5 0.28 0.00 0.20 0.98 0.00 98.53 [2023-10-24T21:19:52.662Z] 21:08:01 6 0.25 0.00 0.07 0.02 0.00 99.67 [2023-10-24T21:19:52.662Z] 21:08:01 7 0.75 0.00 0.10 0.08 0.02 99.05 [2023-10-24T21:19:52.662Z] 21:09:01 all 0.32 0.00 0.10 0.13 0.01 99.44 [2023-10-24T21:19:52.662Z] 21:09:01 0 0.37 0.00 0.10 0.03 0.02 99.48 [2023-10-24T21:19:52.662Z] 21:09:01 1 0.37 0.00 0.08 0.03 0.02 99.50 [2023-10-24T21:19:52.662Z] 21:09:01 2 0.30 0.00 0.05 0.03 0.02 99.60 [2023-10-24T21:19:52.662Z] 21:09:01 3 0.25 0.00 0.10 0.03 0.03 99.58 [2023-10-24T21:19:52.662Z] 21:09:01 4 0.40 0.00 0.08 0.03 0.00 99.48 [2023-10-24T21:19:52.662Z] 21:09:01 5 0.37 0.00 0.22 0.83 0.02 98.57 [2023-10-24T21:19:52.662Z] 21:09:01 6 0.30 0.00 0.10 0.05 0.00 99.55 [2023-10-24T21:19:52.662Z] 21:09:01 7 0.17 0.00 0.03 0.02 0.00 99.78 [2023-10-24T21:19:52.662Z] 21:10:02 all 0.32 0.00 0.13 0.12 0.02 99.41 [2023-10-24T21:19:52.662Z] 21:10:02 0 0.38 0.00 0.12 0.03 0.02 99.45 [2023-10-24T21:19:52.662Z] 21:10:02 1 0.40 0.00 0.12 0.05 0.02 99.42 [2023-10-24T21:19:52.662Z] 21:10:02 2 0.23 0.00 0.07 0.03 0.00 99.67 [2023-10-24T21:19:52.662Z] 21:10:02 3 0.13 0.00 0.13 0.00 0.03 99.70 [2023-10-24T21:19:52.662Z] 21:10:02 4 0.45 0.00 0.15 0.03 0.02 99.35 [2023-10-24T21:19:52.662Z] 21:10:02 5 0.30 0.00 0.30 0.77 0.02 98.62 [2023-10-24T21:19:52.662Z] 21:10:02 6 0.23 0.00 0.08 0.03 0.02 99.63 [2023-10-24T21:19:52.662Z] 21:10:02 7 0.42 0.00 0.10 0.03 0.02 99.43 [2023-10-24T21:19:52.662Z] 21:11:01 all 0.37 0.00 0.12 0.13 0.01 99.36 [2023-10-24T21:19:52.662Z] 21:11:01 0 0.51 0.00 0.15 0.07 0.02 99.25 [2023-10-24T21:19:52.662Z] 21:11:01 1 0.42 0.00 0.05 0.03 0.02 99.47 [2023-10-24T21:19:52.662Z] 21:11:01 2 0.70 0.00 0.19 0.08 0.02 99.02 [2023-10-24T21:19:52.662Z] 21:11:01 3 0.41 0.00 0.15 0.03 0.07 99.34 [2023-10-24T21:19:52.662Z] 21:11:01 4 0.27 0.00 0.08 0.02 0.00 99.63 [2023-10-24T21:19:52.662Z] 21:11:01 5 0.05 0.00 0.15 0.80 0.00 99.00 [2023-10-24T21:19:52.662Z] 21:11:01 6 0.22 0.00 0.08 0.00 0.00 99.69 [2023-10-24T21:19:52.662Z] 21:11:01 7 0.39 0.00 0.08 0.03 0.00 99.49 [2023-10-24T21:19:52.662Z] 21:12:01 all 0.32 0.00 0.10 0.15 0.02 99.41 [2023-10-24T21:19:52.662Z] 21:12:01 0 0.33 0.00 0.12 0.03 0.00 99.52 [2023-10-24T21:19:52.662Z] 21:12:01 1 0.35 0.00 0.10 0.05 0.03 99.47 [2023-10-24T21:19:52.662Z] 21:12:01 2 0.17 0.00 0.02 0.00 0.02 99.80 [2023-10-24T21:19:52.662Z] 21:12:01 3 0.25 0.00 0.08 0.02 0.03 99.61 [2023-10-24T21:19:52.662Z] 21:12:01 4 0.37 0.00 0.12 0.03 0.02 99.47 [2023-10-24T21:19:52.662Z] 21:12:01 5 0.18 0.00 0.15 0.85 0.02 98.80 [2023-10-24T21:19:52.662Z] 21:12:01 6 0.35 0.00 0.10 0.08 0.02 99.45 [2023-10-24T21:19:52.662Z] 21:12:01 7 0.59 0.00 0.13 0.10 0.02 99.16 [2023-10-24T21:19:52.662Z] 21:13:01 all 1.16 0.00 0.60 0.25 0.02 97.97 [2023-10-24T21:19:52.662Z] 21:13:01 0 1.50 0.00 0.53 0.30 0.03 97.63 [2023-10-24T21:19:52.662Z] 21:13:01 1 1.27 0.00 0.47 0.70 0.02 97.55 [2023-10-24T21:19:52.662Z] 21:13:01 2 0.90 0.00 0.33 0.03 0.02 98.72 [2023-10-24T21:19:52.662Z] 21:13:01 3 0.90 0.00 0.30 0.13 0.02 98.65 [2023-10-24T21:19:52.662Z] 21:13:01 4 1.40 0.00 0.42 0.08 0.02 98.08 [2023-10-24T21:19:52.662Z] 21:13:01 5 1.27 0.00 1.20 0.68 0.02 96.83 [2023-10-24T21:19:52.662Z] 21:13:01 6 1.03 0.00 0.40 0.07 0.00 98.50 [2023-10-24T21:19:52.662Z] 21:13:01 7 1.00 0.00 1.12 0.02 0.02 97.85 [2023-10-24T21:19:52.662Z] 21:14:01 all 0.08 0.00 0.05 0.01 0.00 99.86 [2023-10-24T21:19:52.662Z] 21:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-10-24T21:19:52.662Z] 21:14:01 1 0.18 0.00 0.03 0.03 0.00 99.75 [2023-10-24T21:19:52.662Z] 21:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2023-10-24T21:19:52.662Z] 21:14:01 3 0.05 0.00 0.07 0.05 0.00 99.83 [2023-10-24T21:19:52.662Z] 21:14:01 4 0.03 0.00 0.07 0.00 0.00 99.90 [2023-10-24T21:19:52.662Z] 21:14:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-10-24T21:19:52.662Z] 21:14:01 6 0.03 0.00 0.05 0.00 0.02 99.90 [2023-10-24T21:19:52.662Z] 21:14:01 7 0.25 0.00 0.12 0.00 0.00 99.63 [2023-10-24T21:19:52.662Z] 21:15:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-10-24T21:19:52.662Z] 21:15:01 0 0.05 0.00 0.00 0.02 0.02 99.92 [2023-10-24T21:19:52.662Z] 21:15:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2023-10-24T21:19:52.662Z] 21:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-24T21:19:52.662Z] 21:15:01 3 0.02 0.00 0.00 0.05 0.02 99.92 [2023-10-24T21:19:52.662Z] 21:15:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-10-24T21:19:52.662Z] 21:15:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2023-10-24T21:19:52.662Z] 21:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-24T21:19:52.662Z] 21:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-10-24T21:19:52.662Z] 21:16:01 all 0.02 0.00 0.01 0.66 0.00 99.31 [2023-10-24T21:19:52.662Z] 21:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-10-24T21:19:52.662Z] 21:16:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2023-10-24T21:19:52.662Z] 21:16:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2023-10-24T21:19:52.662Z] 21:16:01 3 0.02 0.00 0.00 5.24 0.00 94.75 [2023-10-24T21:19:52.662Z] 21:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-10-24T21:19:52.662Z] 21:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-10-24T21:19:52.662Z] 21:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-24T21:19:52.662Z] 21:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-10-24T21:19:52.662Z] 21:17:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-10-24T21:19:52.662Z] 21:17:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2023-10-24T21:19:52.662Z] 21:17:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2023-10-24T21:19:52.662Z] 21:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-24T21:19:52.662Z] 21:17:01 3 0.05 0.00 0.00 0.03 0.00 99.92 [2023-10-24T21:19:52.662Z] 21:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-24T21:19:52.662Z] 21:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-24T21:19:52.662Z] 21:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-24T21:19:52.662Z] 21:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-10-24T21:19:52.662Z] 21:18:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-10-24T21:19:52.662Z] 21:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-10-24T21:19:52.662Z] 21:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-24T21:19:52.662Z] 21:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-10-24T21:19:52.662Z] 21:18:01 3 0.15 0.00 0.03 0.03 0.02 99.77 [2023-10-24T21:19:52.662Z] 21:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-24T21:19:52.662Z] 21:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-10-24T21:19:52.662Z] 21:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-10-24T21:19:52.662Z] 21:18:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-10-24T21:19:52.662Z] [2023-10-24T21:19:52.662Z] 21:18:01 CPU %user %nice %system %iowait %steal %idle [2023-10-24T21:19:52.662Z] 21:19:01 all 4.10 0.00 1.62 1.12 0.03 93.13 [2023-10-24T21:19:52.662Z] 21:19:01 0 3.32 0.00 1.26 0.17 0.02 95.24 [2023-10-24T21:19:52.662Z] 21:19:01 1 4.89 0.00 1.96 0.00 0.03 93.12 [2023-10-24T21:19:52.662Z] 21:19:01 2 4.20 0.00 1.34 0.00 0.02 94.44 [2023-10-24T21:19:52.662Z] 21:19:01 3 4.03 0.00 2.47 7.44 0.05 86.00 [2023-10-24T21:19:52.662Z] 21:19:01 4 4.48 0.00 1.49 0.05 0.02 93.96 [2023-10-24T21:19:52.662Z] 21:19:01 5 4.13 0.00 1.59 0.03 0.02 94.23 [2023-10-24T21:19:52.662Z] 21:19:01 6 3.57 0.00 1.66 0.32 0.02 94.43 [2023-10-24T21:19:52.662Z] 21:19:01 7 4.19 0.00 1.17 0.99 0.03 93.62 [2023-10-24T21:19:52.662Z] Average: all 3.33 0.00 0.90 0.67 0.02 95.08 [2023-10-24T21:19:52.662Z] Average: 0 2.97 0.00 0.95 0.19 0.02 95.86 [2023-10-24T21:19:52.662Z] Average: 1 2.78 0.00 0.76 0.57 0.03 95.85 [2023-10-24T21:19:52.662Z] Average: 2 3.75 0.00 0.90 0.16 0.02 95.17 [2023-10-24T21:19:52.662Z] Average: 3 3.00 0.00 1.06 2.03 0.04 93.88 [2023-10-24T21:19:52.662Z] Average: 4 3.24 0.00 0.88 0.84 0.02 95.02 [2023-10-24T21:19:52.662Z] Average: 5 3.90 0.00 0.91 1.04 0.02 94.13 [2023-10-24T21:19:52.662Z] Average: 6 3.71 0.00 0.86 0.25 0.02 95.17 [2023-10-24T21:19:52.662Z] Average: 7 3.28 0.00 0.91 0.25 0.02 95.54 [2023-10-24T21:19:52.662Z] [2023-10-24T21:19:52.662Z] [2023-10-24T21:19:52.662Z]