Pull request #723 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of dovholuknf for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at 76c7bda26704e13abda599293f14a45310026ab6 rather than bbc822de55cc0ad6301e560ca2d85414d5e7a968 Obtained Jenkinsfile from 76c7bda26704e13abda599293f14a45310026ab6 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-ssh14418572915496752931.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh2822633704432301228.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-723/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-723/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7143343752904954378.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-723/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1932171116204200221.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2886991120510166846.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-723/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-723/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2662744396468079607.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-590 in /w/workspace/edgexfoundry_edgex-ui-go_PR-723 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-723 # 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/723/head:refs/remotes/origin/PR-723 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 76c7bda26704e13abda599293f14a45310026ab6 into PR head commit bbc822de55cc0ad6301e560ca2d85414d5e7a968 Merge succeeded, producing bbc822de55cc0ad6301e560ca2d85414d5e7a968 Checking out Revision bbc822de55cc0ad6301e560ca2d85414d5e7a968 (PR-723) > git config core.sparsecheckout # timeout=10 > git checkout -f bbc822de55cc0ad6301e560ca2d85414d5e7a968 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 76c7bda26704e13abda599293f14a45310026ab6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bbc822de55cc0ad6301e560ca2d85414d5e7a968 # timeout=10 Commit message: "feat: add openziti to ui * update Dockerfile to include dumb-init * update dependency to bootstrap dev.27 * implement zero trust * add config overrides" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:25:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:25:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:25:32 ========================================================= 17:25:32 EdgeX Global Pipelines Version Info 17:25:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:25:33 ------------------- 17:25:33 stable info: 17:25:33 ------------------- 17:25:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:25:33 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 17:25:33 Message: update stable to v1.0.258 17:25:34 ------------------- 17:25:34 experimental info: 17:25:34 ------------------- 17:25:34 Commited By: **** collab-it+edgex@linuxfoundation.org 17:25:34 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 17:25:34 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 17:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-723 [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-723 [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-723 [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] echo 17:25:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bbc822d [Pipeline] echo 17:25:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:25:36 provisioning config files... 17:25:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/config15474761524276359775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:25:36 ---> ****-login.sh 17:25:36 nexus3.edgexfoundry.org:10001 17:25:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:25:37 Configure a credential helper to remove this warning. See 17:25:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:25:37 17:25:37 Login Succeeded 17:25:37 nexus3.edgexfoundry.org:10002 17:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:25:37 Configure a credential helper to remove this warning. See 17:25:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:25:37 17:25:37 Login Succeeded 17:25:37 nexus3.edgexfoundry.org:10003 17:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:25:37 Configure a credential helper to remove this warning. See 17:25:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:25:37 17:25:37 Login Succeeded 17:25:37 nexus3.edgexfoundry.org:10004 17:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:25:37 Configure a credential helper to remove this warning. See 17:25:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:25:37 17:25:37 Login Succeeded 17:25:37 ****.io 17:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:25:37 Configure a credential helper to remove this warning. See 17:25:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:25:37 17:25:37 Login Succeeded 17:25:37 ---> ****-login.sh ends [Pipeline] } 17:25:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:25:38 + git rev-list -1 --merges bbc822de55cc0ad6301e560ca2d85414d5e7a968~1..bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] echo 17:25:38 -----------> git rev-list -1 --merges bbc822de55cc0ad6301e560ca2d85414d5e7a968~1..bbc822de55cc0ad6301e560ca2d85414d5e7a968 bbc822de55cc0ad6301e560ca2d85414d5e7a968 [false] [Pipeline] sh 17:25:38 + git log --format=format:%s -1 bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] echo 17:25:38 ========================================================= 17:25:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:25:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:25:39 + git log --format=format:%s -1 bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] echo 17:25:39 [semverPrep] GIT_COMMIT: bbc822de55cc0ad6301e560ca2d85414d5e7a968, Commit Message: feat: add openziti to ui * update Dockerfile to include dumb-init * update dependency to bootstrap dev.27 * implement zero trust * add config overrides [Pipeline] echo 17:25:39 [semverPrep] This is not a build commit. [Pipeline] sh 17:25:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:25:39 + grep -v github /etc/ssh/ssh_known_hosts 17:25:39 + [ -e /tmp/ssh_known_hosts ] 17:25:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:25:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:25:39 + sudo tee -a /etc/ssh/ssh_known_hosts 17:25:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:25:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:25:40 17:25:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:25:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:25:40 0.1.4: Pulling from edgex-devops/py-git-semver 17:25:40 b85a868b505f: Pulling fs layer 17:25:40 e2be974225ed: Pulling fs layer 17:25:40 339a4e72a1f5: Pulling fs layer 17:25:40 988bab9f4d93: Pulling fs layer 17:25:40 1469e6f7b9e6: Pulling fs layer 17:25:40 eaf3925da568: Pulling fs layer 17:25:40 bab4dde63d76: Pulling fs layer 17:25:40 bde34c3a00c8: Pulling fs layer 17:25:40 b352a97aabf1: Pulling fs layer 17:25:40 988bab9f4d93: Waiting 17:25:40 4872d77fe225: Pulling fs layer 17:25:40 1469e6f7b9e6: Waiting 17:25:40 5851b861e8e6: Pulling fs layer 17:25:40 bab4dde63d76: Waiting 17:25:40 bde34c3a00c8: Waiting 17:25:40 eaf3925da568: Waiting 17:25:40 b352a97aabf1: Waiting 17:25:40 4872d77fe225: Waiting 17:25:40 5851b861e8e6: Waiting 17:25:40 e2be974225ed: Download complete 17:25:40 988bab9f4d93: Verifying Checksum 17:25:40 988bab9f4d93: Download complete 17:25:40 1469e6f7b9e6: Verifying Checksum 17:25:40 1469e6f7b9e6: Download complete 17:25:40 339a4e72a1f5: Verifying Checksum 17:25:40 339a4e72a1f5: Download complete 17:25:40 eaf3925da568: Verifying Checksum 17:25:40 eaf3925da568: Download complete 17:25:40 bde34c3a00c8: Verifying Checksum 17:25:40 bde34c3a00c8: Download complete 17:25:40 b352a97aabf1: Download complete 17:25:40 4872d77fe225: Verifying Checksum 17:25:40 4872d77fe225: Download complete 17:25:40 5851b861e8e6: Verifying Checksum 17:25:40 5851b861e8e6: Download complete 17:25:40 b85a868b505f: Verifying Checksum 17:25:40 b85a868b505f: Download complete 17:25:41 bab4dde63d76: Verifying Checksum 17:25:41 bab4dde63d76: Download complete 17:25:42 b85a868b505f: Pull complete 17:25:42 e2be974225ed: Pull complete 17:25:42 339a4e72a1f5: Pull complete 17:25:42 988bab9f4d93: Pull complete 17:25:43 1469e6f7b9e6: Pull complete 17:25:43 eaf3925da568: Pull complete 17:25:45 bab4dde63d76: Pull complete 17:25:45 bde34c3a00c8: Pull complete 17:25:45 b352a97aabf1: Pull complete 17:25:45 4872d77fe225: Pull complete 17:25:45 5851b861e8e6: Pull complete 17:25:45 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:25:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:25:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:25:45 prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container 17:25:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@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 17:25:51 $ docker top 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef -eo pid,comm 17:25:51 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). 17:25:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:25:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:25:51 [ssh-agent] Looking for ssh-agent implementation... 17:25:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:25:51 $ docker exec 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef ssh-agent 17:25:51 SSH_AUTH_SOCK=/tmp/ssh-CXcfIZoWADM5/agent.33 17:25:51 SSH_AGENT_PID=39 17:25:51 Running ssh-add (command line suppressed) 17:25:51 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/private_key_6394817368281114876.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/private_key_6394817368281114876.key) 17:25:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:25:52 + git tag --points-at HEAD [Pipeline] } 17:25:52 $ docker exec --env ******** --env ******** 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef ssh-agent -k 17:25:52 unset SSH_AUTH_SOCK; 17:25:52 unset SSH_AGENT_PID; 17:25:52 echo Agent pid 39 killed; 17:25:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:25:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:25:52 [ssh-agent] Looking for ssh-agent implementation... 17:25:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:25:52 $ docker exec 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef ssh-agent 17:25:52 SSH_AUTH_SOCK=/tmp/ssh-XsTDk3q7jFr4/agent.73 17:25:52 SSH_AGENT_PID=79 17:25:52 Running ssh-add (command line suppressed) 17:25:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/private_key_17647955404523954783.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/private_key_17647955404523954783.key) 17:25:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:25:52 + git semver init 17:25:53 2024-03-21 17:25:53,151 [run_init] DEBUG init version:0.0.0 force:False 17:25:53 2024-03-21 17:25:53,153 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver 17:25:53 2024-03-21 17:25:53,153 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver 17:25:53 2024-03-21 17:25:53,153 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-723, universal_newlines=False, shell=None, istream=None) 17:25:56 2024-03-21 17:25:55,883 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.git/info/exclude 17:25:56 2024-03-21 17:25:55,884 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver/PR-723 with force:False 17:25:56 2024-03-21 17:25:55,884 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver/PR-723 17:25:56 2024-03-21 17:25:55,888 [execute] INFO git cat-file --batch-check 17:25:56 2024-03-21 17:25:55,888 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver, universal_newlines=False, shell=None, istream=) 17:25:56 2024-03-21 17:25:55,894 [execute] INFO git cat-file --batch 17:25:56 2024-03-21 17:25:55,894 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver, universal_newlines=False, shell=None, istream=) 17:25:56 2024-03-21 17:25:55,900 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-723/.semver/PR-723 17:25:56 0.0.0 [Pipeline] } 17:25:56 $ docker exec --env ******** --env ******** 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef ssh-agent -k 17:25:56 unset SSH_AUTH_SOCK; 17:25:56 unset SSH_AGENT_PID; 17:25:56 echo Agent pid 79 killed; 17:25:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:25:57 + git semver [Pipeline] } 17:25:57 $ docker stop --time=1 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef 17:25:58 $ docker rm -f --volumes 0a0d6139b35ecc14a6774f740ba8327c8a20e9b4445d44a6a4220fd69ce275ef [Pipeline] // withDockerContainer [Pipeline] sh 17:25:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:25:59 Stashed 1 file(s) [Pipeline] echo 17:25:59 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:26:00 provisioning config files... 17:26:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/config2987292691909033346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:26:00 ---> ****-login.sh 17:26:00 nexus3.edgexfoundry.org:10001 17:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:26:00 Configure a credential helper to remove this warning. See 17:26:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:26:00 17:26:00 Login Succeeded 17:26:00 nexus3.edgexfoundry.org:10002 17:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:26:00 Configure a credential helper to remove this warning. See 17:26:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:26:00 17:26:00 Login Succeeded 17:26:00 nexus3.edgexfoundry.org:10003 17:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:26:00 Configure a credential helper to remove this warning. See 17:26:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:26:00 17:26:00 Login Succeeded 17:26:00 nexus3.edgexfoundry.org:10004 17:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:26:00 Configure a credential helper to remove this warning. See 17:26:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:26:00 17:26:00 Login Succeeded 17:26:00 ****.io 17:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:26:01 Configure a credential helper to remove this warning. See 17:26:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:26:01 17:26:01 Login Succeeded 17:26:01 ---> ****-login.sh ends [Pipeline] } 17:26:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:26:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 17:26:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 17:26:01 ========================================================= 17:26:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 17:26:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:26:02 + 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 . 17:26:02 Sending build context to Docker daemon 59.45MB 17:26:02 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 17:26:02 Step 2/15 : FROM ${BASE} AS builder 17:26:02 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 17:26:02 7264a8db6415: Pulling fs layer 17:26:02 c4d48a809fc2: Pulling fs layer 17:26:02 4f1c88b9dad5: Pulling fs layer 17:26:02 ad3a456e5733: Pulling fs layer 17:26:02 69c7f0334f64: Pulling fs layer 17:26:02 1f1c1a5573a3: Pulling fs layer 17:26:02 ce7588e14bc9: Pulling fs layer 17:26:02 b5e4710f87ac: Pulling fs layer 17:26:02 69c7f0334f64: Waiting 17:26:02 1f1c1a5573a3: Waiting 17:26:02 ce7588e14bc9: Waiting 17:26:02 b5e4710f87ac: Waiting 17:26:02 ad3a456e5733: Waiting 17:26:02 c4d48a809fc2: Download complete 17:26:02 ad3a456e5733: Download complete 17:26:02 69c7f0334f64: Verifying Checksum 17:26:02 69c7f0334f64: Download complete 17:26:02 7264a8db6415: Verifying Checksum 17:26:02 7264a8db6415: Download complete 17:26:02 1f1c1a5573a3: Verifying Checksum 17:26:02 1f1c1a5573a3: Download complete 17:26:02 7264a8db6415: Pull complete 17:26:02 b5e4710f87ac: Verifying Checksum 17:26:02 b5e4710f87ac: Download complete 17:26:02 c4d48a809fc2: Pull complete 17:26:02 4f1c88b9dad5: Verifying Checksum 17:26:02 4f1c88b9dad5: Download complete 17:26:03 ce7588e14bc9: Verifying Checksum 17:26:03 ce7588e14bc9: Download complete 17:26:06 4f1c88b9dad5: Pull complete 17:26:06 ad3a456e5733: Pull complete 17:26:06 69c7f0334f64: Pull complete 17:26:06 1f1c1a5573a3: Pull complete 17:26:09 ce7588e14bc9: Pull complete 17:26:09 b5e4710f87ac: Pull complete 17:26:09 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 17:26:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 17:26:09 ---> 88b5674ff536 17:26:09 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 17:26:15 Still waiting to schedule task 17:26:15 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:26:19 ---> Running in 9a78463fa54f 17:26:19 Removing intermediate container 9a78463fa54f 17:26:19 ---> cb2afa5ab597 17:26:19 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 17:26:19 ---> Running in af9f3f670ef1 17:26:19 Removing intermediate container af9f3f670ef1 17:26:19 ---> 5563bde599da 17:26:19 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 17:26:19 ---> Running in 94b5ac4dc9ef 17:26:19 Removing intermediate container 94b5ac4dc9ef 17:26:19 ---> 9d255d042a47 17:26:19 Step 6/15 : LABEL Name=edgex-ui-go 17:26:19 ---> Running in 3940a52a5407 17:26:19 Removing intermediate container 3940a52a5407 17:26:19 ---> e761fb5d11ab 17:26:19 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 17:26:19 ---> Running in 2e15cdd48cf9 17:26:19 Removing intermediate container 2e15cdd48cf9 17:26:19 ---> f14bf7c6de3b 17:26:19 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:26:19 latest: Pulling from library/docker 17:26:19 4abcf2066143: Pulling fs layer 17:26:19 ffdb6de66fda: Pulling fs layer 17:26:19 4f4fb700ef54: Pulling fs layer 17:26:19 c771eb93ec5b: Pulling fs layer 17:26:19 2e29b047ab04: Pulling fs layer 17:26:19 3710403c6407: Pulling fs layer 17:26:19 9679d11221eb: Pulling fs layer 17:26:19 a1f4d5ff082d: Pulling fs layer 17:26:19 8619895a2817: Pulling fs layer 17:26:19 e54189544cd1: Pulling fs layer 17:26:19 a84a70fc4b4a: Pulling fs layer 17:26:19 d627717fa4a5: Pulling fs layer 17:26:19 0ae029e9742a: Pulling fs layer 17:26:19 2bb1a6803abb: Pulling fs layer 17:26:19 b19a36bc3c9d: Pulling fs layer 17:26:19 f46bb1846743: Pulling fs layer 17:26:19 a1f4d5ff082d: Waiting 17:26:19 2bb1a6803abb: Waiting 17:26:19 b19a36bc3c9d: Waiting 17:26:19 0ae029e9742a: Waiting 17:26:19 8619895a2817: Waiting 17:26:19 e54189544cd1: Waiting 17:26:19 f46bb1846743: Waiting 17:26:19 a84a70fc4b4a: Waiting 17:26:19 c771eb93ec5b: Waiting 17:26:19 2e29b047ab04: Waiting 17:26:19 3710403c6407: Waiting 17:26:19 9679d11221eb: Waiting 17:26:19 4f4fb700ef54: Download complete 17:26:19 ffdb6de66fda: Download complete 17:26:19 4abcf2066143: Download complete 17:26:19 c771eb93ec5b: Verifying Checksum 17:26:19 c771eb93ec5b: Download complete 17:26:19 4abcf2066143: Pull complete 17:26:19 ffdb6de66fda: Pull complete 17:26:19 4f4fb700ef54: Pull complete 17:26:19 2e29b047ab04: Verifying Checksum 17:26:19 2e29b047ab04: Download complete 17:26:20 c771eb93ec5b: Pull complete 17:26:20 a1f4d5ff082d: Verifying Checksum 17:26:20 a1f4d5ff082d: Download complete 17:26:20 9679d11221eb: Verifying Checksum 17:26:20 9679d11221eb: Download complete 17:26:20 3710403c6407: Verifying Checksum 17:26:20 3710403c6407: Download complete 17:26:20 8619895a2817: Verifying Checksum 17:26:20 8619895a2817: Download complete 17:26:20 2e29b047ab04: Pull complete 17:26:20 e54189544cd1: Verifying Checksum 17:26:20 e54189544cd1: Download complete 17:26:20 d627717fa4a5: Download complete 17:26:20 0ae029e9742a: Verifying Checksum 17:26:20 0ae029e9742a: Download complete 17:26:20 b19a36bc3c9d: Verifying Checksum 17:26:20 b19a36bc3c9d: Download complete 17:26:20 3710403c6407: Pull complete 17:26:20 a84a70fc4b4a: Verifying Checksum 17:26:20 a84a70fc4b4a: Download complete 17:26:20 f46bb1846743: Verifying Checksum 17:26:20 f46bb1846743: Download complete 17:26:21 9679d11221eb: Pull complete 17:26:21 a1f4d5ff082d: Pull complete 17:26:21 8619895a2817: Pull complete 17:26:21 2bb1a6803abb: Verifying Checksum 17:26:21 2bb1a6803abb: Download complete 17:26:21 e54189544cd1: Pull complete 17:26:21 a84a70fc4b4a: Pull complete 17:26:21 d627717fa4a5: Pull complete 17:26:21 0ae029e9742a: Pull complete 17:26:22 2bb1a6803abb: Pull complete 17:26:22 b19a36bc3c9d: Pull complete 17:26:22 f46bb1846743: Pull complete 17:26:22 Digest: sha256:645776ce2ff39e4889a887d05622e57c62f8a54f4f0a5376312b4d091483026d 17:26:22 Status: Downloaded newer image for docker:latest 17:26:28 ---> 3d12a0828ab5 17:26:28 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:26:28 ---> Running in ac5bedc9e898 17:26:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:26:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:26:28 OK: 264 MiB in 52 packages 17:26:28 Removing intermediate container ac5bedc9e898 17:26:28 ---> 4ca0d928e472 17:26:28 Step 10/15 : ENV GO111MODULE=on 17:26:28 ---> Running in 048447393bed 17:26:28 Removing intermediate container 048447393bed 17:26:28 ---> e51c47d6cde0 17:26:28 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:26:28 ---> Running in 88aae4d37a29 17:26:28 Removing intermediate container 88aae4d37a29 17:26:28 ---> 87294d2d6ce0 17:26:28 Step 12/15 : COPY go.mod vendor* ./ 17:26:28 ---> 5010246bfeef 17:26:28 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:26:28 ---> Running in 74b8eeb7d606 17:27:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-591 in /w/workspace/edgexfoundry_edgex-ui-go_PR-723 [Pipeline] { [Pipeline] ws 17:27:42 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 17:27:45 The recommended git tool is: git 17:27:50 using credential edgex-jenkins-ssh 17:27:50 Cloning the remote Git repository 17:27:50 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 17:27:50 > git init /w/workspace/edgex-ui-go/1 # timeout=10 17:27:50 Removing intermediate container 74b8eeb7d606 17:27:50 ---> a9245d7853c3 17:27:50 Step 14/15 : COPY . . 17:27:50 ---> c5eae08e3021 17:27:50 Step 15/15 : RUN ${MAKE} 17:27:50 ---> Running in 18bc00aa8526 17:27:50 noop 17:27:50 Removing intermediate container 18bc00aa8526 17:27:50 ---> fb5866b7a681 17:27:50 Successfully built fb5866b7a681 17:27:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:27:50 + docker inspect -f . ci-base-image-x86_64 17:27:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:27:51 prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container 17:27:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:27:51 $ docker top 502130f08fe80cdd79c6d09dfc9a51de8ae3eea2c6d426f4afd987b56b86e8a0 -eo pid,comm [Pipeline] { 17:27:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:27:50 > git --version # timeout=10 17:27:50 > git --version # 'git version 2.25.1' 17:27:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh 17:27:51 + go version 17:27:51 go version go1.21.0 linux/amd64 [Pipeline] } 17:27:51 $ docker stop --time=1 502130f08fe80cdd79c6d09dfc9a51de8ae3eea2c6d426f4afd987b56b86e8a0 17:27:53 $ docker rm -f --volumes 502130f08fe80cdd79c6d09dfc9a51de8ae3eea2c6d426f4afd987b56b86e8a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:27:53 + docker inspect -f . ci-base-image-x86_64 17:27:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:27:54 prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container 17:27:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_edgex-ui-go_PR-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:27:54 $ docker top ab97bb6f00fddb40df7a280e90e84b65268e0302d826f096ef494e97cbd1d2d7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:27:54 + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-723 [Pipeline] fileExists [Pipeline] sh 17:27:55 + make test 17:27:55 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 17:27:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:27:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:56 Merging remotes/origin/main commit 76c7bda26704e13abda599293f14a45310026ab6 into PR head commit bbc822de55cc0ad6301e560ca2d85414d5e7a968 17:27:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:27:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:27:55 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/723/head:refs/remotes/origin/PR-723 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:27:56 > git config core.sparsecheckout # timeout=10 17:27:56 > git checkout -f bbc822de55cc0ad6301e560ca2d85414d5e7a968 # timeout=10 17:27:56 > git remote # timeout=10 17:27:56 > git config --get remote.origin.url # timeout=10 17:27:57 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:57 Merge succeeded, producing bbc822de55cc0ad6301e560ca2d85414d5e7a968 17:27:57 Checking out Revision bbc822de55cc0ad6301e560ca2d85414d5e7a968 (PR-723) 17:27:57 ? github.com/edgexfoundry/edgex-ui-go [no test files] 17:27:57 > git merge 76c7bda26704e13abda599293f14a45310026ab6 # timeout=10 17:27:57 > git rev-parse HEAD^{commit} # timeout=10 17:27:57 > git config core.sparsecheckout # timeout=10 17:27:57 > git checkout -f bbc822de55cc0ad6301e560ca2d85414d5e7a968 # timeout=10 17:28:01 Commit message: "feat: add openziti to ui * update Dockerfile to include dumb-init * update dependency to bootstrap dev.27 * implement zero trust * add config overrides" 17:28:01 > git --version # timeout=10 17:28:01 > git --version # 'git version 2.25.1' 17:28:01 fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:28:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:28:02 % Total % Received % Xferd Average Speed Time Time Time Current 17:28:02 Dload Upload Total Spent Left Speed 17:28:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 93635 0 --:--:-- --:--:-- --:--:-- 93635 [Pipeline] sh 17:28:03 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:28:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:28:03 + sudo tee /etc/docker/daemon.new 17:28:03 { 17:28:03 "registry-mirrors": [ 17:28:03 "https://nexus3.edgexfoundry.org:10001" 17:28:03 ], 17:28:03 "bip": "10.250.0.254/24", 17:28:03 "hosts": [ 17:28:03 "tcp://0.0.0.0:5555", 17:28:03 "unix:///var/run/docker.sock" 17:28:03 ], 17:28:03 "mtu": 1458, 17:28:03 "selinux-enabled": true, 17:28:03 "seccomp-profile": "/etc/docker/seccomp.json" 17:28:03 } [Pipeline] sh 17:28:03 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:28:04 + sudo service docker restart 17:28:11 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 17:28:11 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 17:28:11 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 17:28:11 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 17:28:11 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 17:28:11 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 17:28:11 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 17:28:11 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 17:28:11 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 17:28:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:28:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:28:14 ./bin/test-attribution-txt.sh 17:28:14 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 17:28:14 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 17:28:14 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 17:28:14 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 17:28:14 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 17:28:14 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 17:28:14 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 17:28:14 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 17:28:14 An attribution for golang.org/x/term is missing from Attribution.txt, please add 17:28:14 An attribution for google.golang.org/appengine is missing from Attribution.txt, please add 17:28:14 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 17:28:14 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add 17:28:14 make -C web test 17:28:14 make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-723/web' 17:28:14 make[1]: tput: No such file or directory 17:28:14 make[1]: tput: No such file or directory 17:28:14 warning: generating ./VERSION 17:28:14 echo "0.0.0" > VERSION 17:28:14 docker build \ 17:28:14 -f Dockerfile \ 17:28:14 --build-arg USER=1000 \ 17:28:14 \ 17:28:14 --label "git_sha=bbc822de55cc0ad6301e560ca2d85414d5e7a968" \ 17:28:14 -t edgexfoundry/edgex-web-ui:bbc822de55cc0ad6301e560ca2d85414d5e7a968 \ 17:28:14 -t edgexfoundry/edgex-web-ui:0.0.0-dev \ 17:28:14 . 17:28:14 DEPRECATED: The legacy builder is deprecated and will be removed in a future release. 17:28:14 Install the buildx component to build images with BuildKit: 17:28:14 https://docs.docker.com/go/buildx/ 17:28:14 17:28:14 Sending build context to Docker daemon 2.62MB 17:28:14 Step 1/11 : FROM node:18-alpine3.18 17:28:15 18-alpine3.18: Pulling from library/node 17:28:15 619be1103602: Pulling fs layer 17:28:15 46bbeb28556e: Pulling fs layer 17:28:15 c579a9bd1700: Pulling fs layer 17:28:15 745a187ebdee: Pulling fs layer 17:28:15 745a187ebdee: Waiting 17:28:15 619be1103602: Verifying Checksum 17:28:15 619be1103602: Download complete 17:28:15 745a187ebdee: Download complete 17:28:15 619be1103602: Pull complete 17:28:15 c579a9bd1700: Verifying Checksum 17:28:15 c579a9bd1700: Download complete 17:28:15 46bbeb28556e: Verifying Checksum 17:28:15 46bbeb28556e: Download complete 17:28:17 46bbeb28556e: Pull complete 17:28:17 c579a9bd1700: Pull complete 17:28:17 745a187ebdee: Pull complete 17:28:17 Digest: sha256:1163db1dad710d579fc19831492f50c8b04ce6221d4fa86f9c2f5d564d35daa1 17:28:17 Status: Downloaded newer image for node:18-alpine3.18 17:28:17 ---> 21c9ccd52f0b 17:28:17 Step 2/11 : RUN apk add --no-cache chromium [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:28:22 provisioning config files... 17:28:22 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4156482449540676765tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:28:23 ---> ****-login.sh 17:28:23 nexus3.edgexfoundry.org:10001 17:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:28:23 Configure a credential helper to remove this warning. See 17:28:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:28:23 17:28:23 Login Succeeded 17:28:23 nexus3.edgexfoundry.org:10002 17:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:28:23 Configure a credential helper to remove this warning. See 17:28:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:28:23 17:28:23 Login Succeeded 17:28:23 nexus3.edgexfoundry.org:10003 17:28:24 ---> Running in 5dc7c393028c 17:28:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:28:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:28:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:28:24 Configure a credential helper to remove this warning. See 17:28:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:28:24 17:28:24 Login Succeeded 17:28:24 nexus3.edgexfoundry.org:10004 17:28:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:28:24 Configure a credential helper to remove this warning. See 17:28:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:28:24 17:28:24 Login Succeeded 17:28:24 ****.io 17:28:24 (1/154) Installing libexpat (2.6.2-r0) 17:28:24 (2/154) Installing brotli-libs (1.0.9-r14) 17:28:24 (3/154) Installing libbz2 (1.0.8-r5) 17:28:24 (4/154) Installing libpng (1.6.39-r3) 17:28:24 (5/154) Installing freetype (2.13.0-r5) 17:28:24 (6/154) Installing fontconfig (2.14.2-r3) 17:28:24 (7/154) Installing libfontenc (1.1.7-r2) 17:28:24 (8/154) Installing mkfontscale (1.2.2-r3) 17:28:24 (9/154) Installing font-opensans (0_git20210927-r1) 17:28:24 (10/154) Installing pkgconf (1.9.5-r0) 17:28:24 (11/154) Installing libffi (3.4.4-r2) 17:28:24 (12/154) Installing libintl (0.21.1-r7) 17:28:24 (13/154) Installing libblkid (2.38.1-r8) 17:28:24 (14/154) Installing libmount (2.38.1-r8) 17:28:24 (15/154) Installing pcre2 (10.42-r1) 17:28:24 (16/154) Installing glib (2.76.6-r0) 17:28:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:25 (17/154) Installing xz-libs (5.4.3-r0) 17:28:25 (18/154) Installing libxml2 (2.11.7-r0) 17:28:25 (19/154) Installing shared-mime-info (2.2-r5) 17:28:25 (20/154) Installing hicolor-icon-theme (0.17-r2) 17:28:25 (21/154) Installing libjpeg-turbo (2.1.5.1-r3) 17:28:25 (22/154) Installing libwebp (1.3.2-r0) 17:28:25 (23/154) Installing zstd-libs (1.5.5-r4) 17:28:25 (24/154) Installing tiff (4.5.1-r0) 17:28:25 (25/154) Installing gdk-pixbuf (2.42.10-r5) 17:28:25 (26/154) Installing gtk-update-icon-cache (3.24.38-r1) 17:28:25 (27/154) Installing libxau (1.0.11-r2) 17:28:25 (28/154) Installing libmd (1.0.4-r2) 17:28:25 (29/154) Installing libbsd (0.11.7-r1) 17:28:25 (30/154) Installing libxdmcp (1.1.4-r2) 17:28:25 (31/154) Installing libxcb (1.15-r1) 17:28:25 (32/154) Installing libx11 (1.8.7-r0) 17:28:25 (33/154) Installing libxcomposite (0.4.6-r3) 17:28:25 (34/154) Installing libxfixes (6.0.1-r2) 17:28:25 (35/154) Installing libxrender (0.9.11-r3) 17:28:25 (36/154) Installing libxcursor (1.2.1-r2) 17:28:25 (37/154) Installing libxdamage (1.1.6-r2) 17:28:25 (38/154) Installing libxext (1.3.5-r2) 17:28:25 (39/154) Installing libxi (1.8.1-r0) 17:28:25 (40/154) Installing libxinerama (1.1.5-r2) 17:28:25 (41/154) Installing libxrandr (1.5.3-r2) 17:28:25 (42/154) Installing libatk-1.0 (2.48.4-r0) 17:28:25 (43/154) Installing libxtst (1.2.4-r2) 17:28:25 (44/154) Installing dbus-libs (1.14.8-r0) 17:28:25 (45/154) Installing at-spi2-core (2.48.4-r0) 17:28:25 (46/154) Installing libatk-bridge-2.0 (2.48.4-r0) 17:28:25 (47/154) Installing pixman (0.42.2-r1) 17:28:25 (48/154) Installing cairo (1.17.8-r1) 17:28:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 17:28:25 Configure a credential helper to remove this warning. See 17:28:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 17:28:25 17:28:25 Login Succeeded 17:28:25 ---> ****-login.sh ends [Pipeline] } 17:28:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:28:25 (49/154) Installing cairo-gobject (1.17.8-r1) 17:28:25 (50/154) Installing avahi-libs (0.8-r13) 17:28:25 (51/154) Installing gmp (6.2.1-r3) 17:28:25 (52/154) Installing nettle (3.8.1-r2) 17:28:25 (53/154) Installing libunistring (1.1-r1) 17:28:25 (54/154) Installing libidn2 (2.3.4-r1) 17:28:25 (55/154) Installing p11-kit (0.24.1-r2) 17:28:25 (56/154) Installing libtasn1 (4.19.0-r1) 17:28:25 (57/154) Installing gnutls (3.8.3-r0) 17:28:25 (58/154) Installing cups-libs (2.4.7-r0) 17:28:25 (59/154) Installing libepoxy (1.5.10-r1) 17:28:25 (60/154) Installing fribidi (1.0.13-r0) 17:28:25 (61/154) Installing graphite2 (1.3.14-r5) 17:28:25 (62/154) Installing harfbuzz (7.3.0-r0) 17:28:25 (63/154) Installing libxft (2.3.8-r1) 17:28:25 (64/154) Installing pango (1.50.14-r1) 17:28:25 (65/154) Installing wayland-libs-client (1.22.0-r2) 17:28:25 (66/154) Installing wayland-libs-cursor (1.22.0-r2) 17:28:25 (67/154) Installing wayland-libs-egl (1.22.0-r2) 17:28:25 (68/154) Installing xkeyboard-config (2.38-r0) 17:28:25 (69/154) Installing libxkbcommon (1.5.0-r2) 17:28:25 (70/154) Installing gtk+3.0 (3.24.38-r1) [Pipeline] echo 17:28:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] 17:28:25 Executing gtk+3.0-3.24.38-r1.post-install 17:28:25 (71/154) Installing icu-data-full (73.2-r2) 17:28:25 (72/154) Installing mesa (23.0.4-r0) 17:28:25 (73/154) Installing llvm15-libs (15.0.7-r6) [Pipeline] echo 17:28:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 17:28:25 ========================================================= 17:28:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 17:28:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:28:26 + 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 . 17:28:26 (74/154) Installing hwdata-pci (0.370-r0) 17:28:26 (75/154) Installing libpciaccess (0.17-r2) 17:28:26 (76/154) Installing libdrm (2.4.115-r4) 17:28:26 (77/154) Installing musl-fts (1.2.7-r5) 17:28:26 (78/154) Installing libelf (0.189-r2) 17:28:26 (79/154) Installing mesa-glapi (23.0.4-r0) 17:28:26 (80/154) Installing mesa-dri-gallium (23.0.4-r0) 17:28:26 (81/154) Installing eudev-libs (3.2.11-r8) 17:28:26 (82/154) Installing libmagic (5.45-r0) 17:28:26 (83/154) Installing file (5.45-r0) 17:28:26 (84/154) Installing libice (1.1.1-r2) 17:28:26 (85/154) Installing libuuid (2.38.1-r8) 17:28:26 (86/154) Installing libsm (1.2.4-r1) 17:28:26 (87/154) Installing libxt (1.3.0-r2) 17:28:26 (88/154) Installing libxmu (1.1.4-r2) 17:28:26 (89/154) Installing xset (1.2.5-r1) 17:28:26 (90/154) Installing xprop (1.2.7-r0) 17:28:26 (91/154) Installing xdg-utils (1.1.3-r4) 17:28:26 (92/154) Installing libogg (1.3.5-r4) 17:28:26 (93/154) Installing flac-libs (1.4.3-r0) 17:28:26 (94/154) Installing alsa-lib (1.2.9-r1) 17:28:26 (95/154) Installing libatomic (12.2.1_git20220924-r10) 17:28:26 (96/154) Installing svt-av1-libs (1.6.0-r0) 17:28:26 (97/154) Installing aom-libs (3.6.1-r0) 17:28:26 (98/154) Installing libva (2.18.0-r1) 17:28:26 (99/154) Installing libvdpau (1.5-r1) 17:28:26 (100/154) Installing onevpl-libs (2023.2.1-r0) 17:28:26 (101/154) Installing ffmpeg-libavutil (6.0.1-r0) 17:28:26 (102/154) Installing libdav1d (1.2.1-r0) 17:28:26 (103/154) Installing libhwy (1.0.4-r1) 17:28:26 (104/154) Installing lcms2 (2.15-r2) 17:28:26 (105/154) Installing libjxl (0.8.2-r0) 17:28:26 (106/154) Installing lame-libs (3.100-r5) 17:28:26 (107/154) Installing opus (1.4-r0) 17:28:26 (108/154) Installing libgomp (12.2.1_git20220924-r10) 17:28:26 (109/154) Installing soxr (0.1.3-r5) 17:28:26 (110/154) Installing ffmpeg-libswresample (6.0.1-r0) 17:28:26 (111/154) Installing libtheora (1.1.1-r17) 17:28:27 (112/154) Installing libvorbis (1.3.7-r1) 17:28:27 (113/154) Installing libvpx (1.13.0-r2) 17:28:27 (114/154) Installing x264-libs (0.164_git20220602-r1) 17:28:27 (115/154) Installing numactl (2.0.16-r4) 17:28:27 (116/154) Installing x265-libs (3.5-r4) 17:28:27 (117/154) Installing xvidcore (1.3.7-r1) 17:28:27 (118/154) Installing ffmpeg-libavcodec (6.0.1-r0) 17:28:27 (119/154) Installing libbluray (1.3.4-r0) 17:28:27 (120/154) Installing mpg123-libs (1.31.3-r1) 17:28:27 (121/154) Installing libopenmpt (0.7.2-r0) 17:28:27 (122/154) Installing cjson (1.7.17-r0) 17:28:27 (123/154) Installing mbedtls (2.28.7-r0) 17:28:27 (124/154) Installing librist (0.2.7-r0) 17:28:27 (125/154) Installing libsrt (1.5.2-r0) 17:28:27 (126/154) Installing libssh (0.10.5-r0) 17:28:27 (127/154) Installing libsodium (1.0.18-r3) 17:28:27 (128/154) Installing libzmq (4.3.4-r4) 17:28:27 (129/154) Installing ffmpeg-libavformat (6.0.1-r0) 17:28:27 (130/154) Installing libevent (2.1.12-r6) 17:28:27 (131/154) Installing wayland-libs-server (1.22.0-r2) 17:28:27 (132/154) Installing mesa-gbm (23.0.4-r0) 17:28:27 (133/154) Installing harfbuzz-subset (7.3.0-r0) 17:28:27 (134/154) Installing icu-libs (73.2-r2) 17:28:27 (135/154) Installing jsoncpp (1.9.5-r0) 17:28:27 (136/154) Installing minizip (1.2.13-r1) 17:28:27 (137/154) Installing nspr (4.35-r2) 17:28:27 (138/154) Installing sqlite-libs (3.41.2-r3) 17:28:27 (139/154) Installing nss (3.94-r0) 17:28:27 (140/154) Installing pipewire-libs (0.3.70-r1) 17:28:27 (141/154) Installing libasyncns (0.8-r1) 17:28:27 (142/154) Installing libltdl (2.4.7-r2) 17:28:27 (143/154) Installing orc (0.4.34-r0) 17:28:27 (144/154) Installing libsndfile (1.2.0-r2) 17:28:27 (145/154) Installing speexdsp (1.2.1-r1) 17:28:27 (146/154) Installing tdb-libs (1.4.8-r1) 17:28:27 (147/154) Installing libpulse (16.1-r10) 17:28:27 (148/154) Installing snappy (1.1.10-r1) 17:28:27 (149/154) Installing libwoff2common (1.0.2-r2) 17:28:27 (150/154) Installing libwoff2enc (1.0.2-r2) 17:28:27 (151/154) Installing libgpg-error (1.47-r1) 17:28:27 (152/154) Installing libgcrypt (1.10.2-r1) 17:28:27 (153/154) Installing libxslt (1.1.38-r0) 17:28:27 (154/154) Installing chromium (119.0.6045.159-r0) 17:28:27 Sending build context to Docker daemon 35.37MB 17:28:27 Step 1/15 : ARG BASE=golang:1.21-alpine3.18 17:28:27 Step 2/15 : FROM ${BASE} AS builder 17:28:27 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:28:27 9fda8d8052c6: Pulling fs layer 17:28:27 5d54e960e981: Pulling fs layer 17:28:27 c4a7e357bf2a: Pulling fs layer 17:28:27 f0e02332f6b5: Pulling fs layer 17:28:27 872ee5b61b7b: Pulling fs layer 17:28:27 0c6a40ed1a82: Pulling fs layer 17:28:27 94ae7d8d031c: Pulling fs layer 17:28:27 f0e02332f6b5: Waiting 17:28:27 872ee5b61b7b: Waiting 17:28:27 0c6a40ed1a82: Waiting 17:28:27 94ae7d8d031c: Waiting 17:28:27 5d54e960e981: Verifying Checksum 17:28:27 5d54e960e981: Download complete 17:28:27 f0e02332f6b5: Verifying Checksum 17:28:27 f0e02332f6b5: Download complete 17:28:27 872ee5b61b7b: Verifying Checksum 17:28:27 872ee5b61b7b: Download complete 17:28:27 9fda8d8052c6: Download complete 17:28:28 94ae7d8d031c: Verifying Checksum 17:28:28 94ae7d8d031c: Download complete 17:28:28 9fda8d8052c6: Pull complete 17:28:29 Executing busybox-1.36.1-r5.trigger 17:28:29 Executing fontconfig-2.14.2-r3.trigger 17:28:29 Executing mkfontscale-1.2.2-r3.trigger 17:28:29 Executing glib-2.76.6-r0.trigger 17:28:29 Executing shared-mime-info-2.2-r5.trigger 17:28:29 5d54e960e981: Pull complete 17:28:29 c4a7e357bf2a: Verifying Checksum 17:28:29 c4a7e357bf2a: Download complete 17:28:29 Executing gdk-pixbuf-2.42.10-r5.trigger 17:28:29 Executing gtk-update-icon-cache-3.24.38-r1.trigger 17:28:29 OK: 580 MiB in 171 packages 17:28:30 0c6a40ed1a82: Verifying Checksum 17:28:30 0c6a40ed1a82: Download complete 17:28:41 Removing intermediate container 5dc7c393028c 17:28:41 ---> e963c4e90976 17:28:41 Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser 17:28:41 ---> Running in 48a6345f97bf 17:28:41 Removing intermediate container 48a6345f97bf 17:28:41 ---> b8324660d439 17:28:41 Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider 17:28:41 ---> Running in 109164362d98 17:28:42 Removing intermediate container 109164362d98 17:28:42 ---> 31c15b6d158c 17:28:42 Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH 17:28:42 ---> Running in 71073eca3835 17:28:42 Removing intermediate container 71073eca3835 17:28:42 ---> 86353dd81a1e 17:28:42 Step 6/11 : RUN npm install -g npm 17:28:42 ---> Running in cb2562813a98 17:28:42 c4a7e357bf2a: Pull complete 17:28:42 f0e02332f6b5: Pull complete 17:28:42 872ee5b61b7b: Pull complete 17:28:50 17:28:50 removed 26 packages, and changed 55 packages in 6s 17:28:50 17:28:50 24 packages are looking for funding 17:28:50 run `npm fund` for details 17:28:50 Removing intermediate container cb2562813a98 17:28:50 ---> e70efe654c61 17:28:50 Step 7/11 : ARG USER=1000 17:28:50 0c6a40ed1a82: Pull complete 17:28:51 ---> Running in e47979a3942f 17:28:51 Removing intermediate container e47979a3942f 17:28:51 ---> 51e5e2574b3a 17:28:51 Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node 17:28:51 ---> Running in dd214a8ec343 17:28:51 Removing intermediate container dd214a8ec343 17:28:51 ---> 3f2e735c4c08 17:28:51 Step 9/11 : USER $USER:$USER 17:28:51 ---> Running in 15cd962e671c 17:28:51 Removing intermediate container 15cd962e671c 17:28:51 ---> 78015acf54ba 17:28:51 Step 10/11 : WORKDIR /app 17:28:51 ---> Running in 3e9363ea120f 17:28:51 Removing intermediate container 3e9363ea120f 17:28:51 ---> 6bbfb8032e05 17:28:51 Step 11/11 : LABEL git_sha=bbc822de55cc0ad6301e560ca2d85414d5e7a968 17:28:51 ---> Running in 881f00c29c00 17:28:51 Removing intermediate container 881f00c29c00 17:28:51 ---> 7ba8bb1943d7 17:28:51 Successfully built 7ba8bb1943d7 17:28:51 Successfully tagged edgexfoundry/edgex-web-ui:bbc822de55cc0ad6301e560ca2d85414d5e7a968 17:28:51 Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev 17:28:51 touch edgex-web-ui.imagebuilt 17:28:51 mkdir -p node_modules coverage 17:28:51 chown "1000:1000" . node_modules coverage package-lock.json 17:28:51 docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install 17:28:52 94ae7d8d031c: Pull complete 17:28:52 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 17:28:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 17:28:52 ---> 86de565de09d 17:28:52 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 17:28:54 ---> Running in 4b736df83578 17:28:54 Removing intermediate container 4b736df83578 17:28:54 ---> 1e2f0a3c30b5 17:28:54 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 17:28:54 ---> Running in 1fe08a81b8ad 17:28:55 Removing intermediate container 1fe08a81b8ad 17:28:55 ---> de19c3c7f5f5 17:28:55 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 17:28:55 ---> Running in 7188ceb69a7c 17:28:55 Removing intermediate container 7188ceb69a7c 17:28:55 ---> cd16c1594e9d 17:28:55 Step 6/15 : LABEL Name=edgex-ui-go 17:28:55 ---> Running in 90cd19bc18d1 17:28:55 Removing intermediate container 90cd19bc18d1 17:28:55 ---> 5b8ffc3cfc46 17:28:55 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 17:28:55 ---> Running in 8eb63f7788d9 17:28:56 Removing intermediate container 8eb63f7788d9 17:28:56 ---> 73bd7177f22e 17:28:56 Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:28:56 latest: Pulling from library/docker 17:28:56 bca4290a9639: Pulling fs layer 17:28:56 17b275a3377f: Pulling fs layer 17:28:56 4f4fb700ef54: Pulling fs layer 17:28:56 c7c53acdebd8: Pulling fs layer 17:28:56 11eaffe3eb71: Pulling fs layer 17:28:56 2ee06d9bd875: Pulling fs layer 17:28:56 1191475ba843: Pulling fs layer 17:28:56 1c88be67c011: Pulling fs layer 17:28:56 278db795eefd: Pulling fs layer 17:28:56 84bfdf52f00c: Pulling fs layer 17:28:56 a8997fd33190: Pulling fs layer 17:28:56 a8c50c377794: Pulling fs layer 17:28:56 5b2adc59ed1e: Pulling fs layer 17:28:56 b32afe2a18f4: Pulling fs layer 17:28:56 e14cfebf1168: Pulling fs layer 17:28:56 ff185d1d549d: Pulling fs layer 17:28:56 278db795eefd: Waiting 17:28:56 84bfdf52f00c: Waiting 17:28:56 a8997fd33190: Waiting 17:28:56 a8c50c377794: Waiting 17:28:56 5b2adc59ed1e: Waiting 17:28:56 b32afe2a18f4: Waiting 17:28:56 e14cfebf1168: Waiting 17:28:56 c7c53acdebd8: Waiting 17:28:56 11eaffe3eb71: Waiting 17:28:56 ff185d1d549d: Waiting 17:28:56 1c88be67c011: Waiting 17:28:56 2ee06d9bd875: Waiting 17:28:56 1191475ba843: Waiting 17:28:57 4f4fb700ef54: Verifying Checksum 17:28:57 4f4fb700ef54: Download complete 17:28:57 17b275a3377f: Verifying Checksum 17:28:57 17b275a3377f: Download complete 17:28:57 bca4290a9639: Verifying Checksum 17:28:57 bca4290a9639: Download complete 17:28:57 c7c53acdebd8: Verifying Checksum 17:28:57 c7c53acdebd8: Download complete 17:28:58 11eaffe3eb71: Verifying Checksum 17:28:58 11eaffe3eb71: Download complete 17:28:58 2ee06d9bd875: Verifying Checksum 17:28:58 2ee06d9bd875: Download complete 17:28:58 1191475ba843: Verifying Checksum 17:28:58 1191475ba843: Download complete 17:28:58 bca4290a9639: Pull complete 17:28:58 1c88be67c011: Verifying Checksum 17:28:58 1c88be67c011: Download complete 17:28:58 84bfdf52f00c: Download complete 17:28:58 278db795eefd: Download complete 17:28:58 a8c50c377794: Verifying Checksum 17:28:58 a8c50c377794: Download complete 17:28:58 5b2adc59ed1e: Verifying Checksum 17:28:58 5b2adc59ed1e: Download complete 17:28:58 e14cfebf1168: Verifying Checksum 17:28:58 e14cfebf1168: Download complete 17:28:58 ff185d1d549d: Verifying Checksum 17:28:58 ff185d1d549d: Download complete 17:28:58 a8997fd33190: Verifying Checksum 17:28:58 a8997fd33190: Download complete 17:28:58 17b275a3377f: Pull complete 17:28:58 4f4fb700ef54: Pull complete 17:28:59 c7c53acdebd8: Pull complete 17:29:00 b32afe2a18f4: Verifying Checksum 17:29:00 b32afe2a18f4: Download complete 17:29:00 11eaffe3eb71: Pull complete 17:29:01 2ee06d9bd875: Pull complete 17:29:03 1191475ba843: Pull complete 17:29:03 1c88be67c011: Pull complete 17:29:03 278db795eefd: Pull complete 17:29:03 84bfdf52f00c: Pull complete 17:29:04 npm WARN deprecated har-validator@5.1.5: this library is no longer supported 17:29:04 npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs 17:29:04 npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead 17:29:04 npm WARN deprecated @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. 17:29:04 npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead 17:29:04 npm WARN deprecated @babel/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. 17:29:04 npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. 17:29:04 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. 17:29:05 a8997fd33190: Pull complete 17:29:05 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 17:29:05 a8c50c377794: Pull complete 17:29:05 5b2adc59ed1e: Pull complete 17:29:06 npm WARN deprecated @wessberg/ts-evaluator@0.0.27: this package has been renamed to ts-evaluator. Please install ts-evaluator instead 17:29:06 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 17:29:07 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 17:29:07 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. 17:29:10 b32afe2a18f4: Pull complete 17:29:10 e14cfebf1168: Pull complete 17:29:10 ff185d1d549d: Pull complete 17:29:10 Digest: sha256:645776ce2ff39e4889a887d05622e57c62f8a54f4f0a5376312b4d091483026d 17:29:10 Status: Downloaded newer image for docker:latest 17:29:12 17:29:12 added 1182 packages, and audited 1183 packages in 19s 17:29:12 17:29:12 100 packages are looking for funding 17:29:12 run `npm fund` for details 17:29:12 17:29:12 20 vulnerabilities (13 moderate, 6 high, 1 critical) 17:29:12 17:29:12 To address issues that do not require attention, run: 17:29:12 npm audit fix 17:29:12 17:29:12 To address all issues (including breaking changes), run: 17:29:12 npm audit fix --force 17:29:12 17:29:12 Run `npm audit` for details. 17:29:12 ---> d09fba687448 17:29:12 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:29:12 ---> Running in 1e58966c2332 17:29:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:29:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:29:15 OK: 266 MiB in 52 packages 17:29:15 Removing intermediate container 1e58966c2332 17:29:15 ---> 4cf1ba10781a 17:29:15 Step 10/15 : ENV GO111MODULE=on 17:29:15 ---> Running in 7fbb12db61ba 17:29:16 Removing intermediate container 7fbb12db61ba 17:29:16 ---> ccc4f4be9fe8 17:29:16 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:29:16 ---> Running in 49a0512f8a3b 17:29:16 Removing intermediate container 49a0512f8a3b 17:29:16 ---> 338ea4e95bee 17:29:16 Step 12/15 : COPY go.mod vendor* ./ 17:29:17 ---> 3f09945a2f60 17:29:17 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:29:17 ---> Running in 8357dba68493 17:29:20 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 17:29:21 - Generating browser application bundles (phase: setup)... 17:29:43 ✔ Browser application bundle generation complete. 17:29:43 21 03 2024 17:29:43.501:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ 17:29:43 21 03 2024 17:29:43.503:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited 17:29:43 21 03 2024 17:29:43.506:INFO [launcher]: Starting browser ChromeHeadless 17:29:43 21 03 2024 17:29:43.862:INFO [Chrome Headless 119.0.6045.159 (Linux x86_64)]: Connected on socket _rM8cWS3-ulQJrYoAAAB with id 85189451 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.113 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.127 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.14 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.151 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.179 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.191 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.237 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.258 secs) 17:29:47 ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): 17:29:47 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. 17:29:47 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.258 secs) 17:29:47 ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): 17:29:47 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. 17:29:47 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.264 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.27 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.276 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.299 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.313 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.317 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.319 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.33 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.335 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.341 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.364 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.37 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.371 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.372 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.387 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.394 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.431 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.437 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.451 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.455 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.467 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.479 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.485 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.501 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.506 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.51 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.523 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.528 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.53 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.531 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.56 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.568 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.575 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.577 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.581 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.588 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.589 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.592 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.594 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.603 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.606 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.611 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.614 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.615 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.617 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.622 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.624 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.625 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.626 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.635 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.638 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.652 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.66 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.662 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.663 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.671 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.743 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.756 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.758 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.76 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.82 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.823 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.825 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.831 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.844 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.849 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 0.851 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 0.862 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 0.864 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 0.866 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 0.868 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 0.869 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 0.872 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 0.876 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 0.882 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 0.884 secs) 17:29:47 WARN: ' 17:29:47 It looks like you're using ngModel on the same form field as formControlName. 17:29:47 Support for using the ngModel input property and ngModelChange event with 17:29:47 reactive form directives has been deprecated in Angular v6 and will be removed 17:29:47 in a future version of Angular. 17:29:47 17:29:47 For more information on this, see our API docs here: 17:29:47 https://angular.io/api/forms/FormControlName#use-with-ngmodel 17:29:47 ' 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 0.884 secs) 17:29:47 WARN: ' 17:29:47 It looks like you're using ngModel on the same form field as formControlName. 17:29:47 Support for using the ngModel input property and ngModelChange event with 17:29:47 reactive form directives has been deprecated in Angular v6 and will be removed 17:29:47 in a future version of Angular. 17:29:47 17:29:47 For more information on this, see our API docs here: 17:29:47 https://angular.io/api/forms/FormControlName#use-with-ngmodel 17:29:47 ' 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 0.901 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 0.91 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 0.914 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 0.918 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 0.921 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 0.945 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 0.966 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 0.974 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 0.976 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 0.988 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 0.989 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 0.991 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 0.997 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 1.016 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 1.018 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 1.02 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 1.021 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 1.032 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 1.044 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 1.074 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 1.08 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 1.093 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 1.097 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 1.101 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 1.103 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 1.114 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 1.116 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.117 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.13 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.138 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.14 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.142 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.145 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.157 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.168 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.171 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.176 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.201 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.209 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.228 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.235 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.241 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.257 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.262 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.266 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.284 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.287 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.288 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.289 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.303 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.308 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.316 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.328 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.34 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.349 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.359 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.364 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.368 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.369 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.372 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.39 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.395 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.403 secs) 17:29:47 Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0.735 secs / 1.403 secs) 17:29:47 TOTAL: 147 SUCCESS 17:29:47 ✔ Browser application bundle generation complete. 17:29:48 17:29:48 =============================== Coverage summary =============================== 17:29:48 Statements : 38.98% ( 1372/3519 ) 17:29:48 Branches : 15.3% ( 94/614 ) 17:29:48 Functions : 31.99% ( 422/1319 ) 17:29:48 Lines : 38.91% ( 1341/3446 ) 17:29:48 ================================================================================ 17:29:48 ✔ Browser application bundle generation complete. 17:29:49 make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-723/web' [Pipeline] echo 17:29:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 17:29:49 $ docker stop --time=1 ab97bb6f00fddb40df7a280e90e84b65268e0302d826f096ef494e97cbd1d2d7 17:29:51 $ docker rm -f --volumes ab97bb6f00fddb40df7a280e90e84b65268e0302d826f096ef494e97cbd1d2d7 [Pipeline] // withDockerContainer [Pipeline] sh 17:29:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:29:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:29:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:29:53 + ls -al . 17:29:53 total 264 17:29:53 drwxrwxr-x 13 jenkins jenkins 4096 Mar 21 17:27 . 17:29:53 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:25 .. 17:29:53 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:25 .blubracket 17:29:53 -rw-rw-r-- 1 jenkins jenkins 18 Mar 21 17:25 .dockerignore 17:29:53 drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 17:25 .git 17:29:53 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:25 .github 17:29:53 -rw-rw-r-- 1 jenkins jenkins 178 Mar 21 17:25 .gitignore 17:29:53 drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 17:25 .semver 17:29:53 -rw-rw-r-- 1 jenkins jenkins 9736 Mar 21 17:25 Attribution.txt 17:29:53 -rw-rw-r-- 1 jenkins jenkins 21430 Mar 21 17:25 CHANGELOG.md 17:29:53 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 21 17:25 CONTRIBUTING.md 17:29:53 -rw-rw-r-- 1 jenkins jenkins 1940 Mar 21 17:25 Dockerfile 17:29:53 -rw-rw-r-- 1 jenkins jenkins 652 Mar 21 17:25 Jenkinsfile 17:29:53 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 21 17:25 LICENSE 17:29:53 -rw-rw-r-- 1 jenkins jenkins 2189 Mar 21 17:25 Makefile 17:29:53 -rw-rw-r-- 1 jenkins jenkins 4381 Mar 21 17:25 README.md 17:29:53 -rw-rw-r-- 1 jenkins jenkins 5 Mar 21 17:25 VERSION 17:29:53 -rw-rw-r-- 1 jenkins jenkins 4832 Mar 21 17:25 angularmigrationlogs.md 17:29:53 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:25 assets 17:29:53 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:25 bin 17:29:53 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:25 cmd 17:29:53 -rw-r--r-- 1 jenkins jenkins 10 Mar 21 17:27 coverage.out 17:29:53 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:25 docs 17:29:53 -rw-rw-r-- 1 jenkins jenkins 6918 Mar 21 17:25 go.mod 17:29:53 -rw-rw-r-- 1 jenkins jenkins 100793 Mar 21 17:25 go.sum 17:29:53 drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 17:25 internal 17:29:53 -rwxrwxr-x 1 jenkins jenkins 568 Mar 21 17:25 redeploy.sh 17:29:53 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:25 testing 17:29:53 -rw-rw-r-- 1 jenkins jenkins 155 Mar 21 17:25 version.go 17:29:53 drwxrwxr-x 7 jenkins jenkins 4096 Mar 21 17:29 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:29:53 + 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=bbc822de55cc0ad6301e560ca2d85414d5e7a968 --label arch=amd64 --label version=0.0.0 . 17:29:54 Sending build context to Docker daemon 346.4MB 17:29:54 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 17:29:54 Step 2/27 : FROM ${BASE} AS builder 17:29:54 ---> fb5866b7a681 17:29:54 Step 3/27 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 17:29:59 ---> Running in b6c27e7727c9 17:29:59 Removing intermediate container b6c27e7727c9 17:29:59 ---> 0c03c5b8555e 17:29:59 Step 4/27 : ARG ALPINE_PKG_BASE="make git" 17:29:59 ---> Running in 7bb160a384f9 17:29:59 Removing intermediate container 7bb160a384f9 17:29:59 ---> 1e9d50880d0d 17:29:59 Step 5/27 : ARG ALPINE_PKG_EXTRA="" 17:29:59 ---> Running in 4638fe0f2632 17:29:59 Removing intermediate container 4638fe0f2632 17:29:59 ---> aef5176e70f6 17:29:59 Step 6/27 : LABEL Name=edgex-ui-go 17:29:59 ---> Running in 21616b1f488e 17:29:59 Removing intermediate container 21616b1f488e 17:29:59 ---> bef4c2af5678 17:29:59 Step 7/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 17:29:59 ---> Running in 9bec3025dba2 17:29:59 Removing intermediate container 9bec3025dba2 17:29:59 ---> 80ae15d650df 17:29:59 Step 8/27 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:29:59 ---> 3c5f7ae2474b 17:29:59 Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:29:59 ---> Running in 11d8a1219148 17:30:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:30:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:30:00 OK: 264 MiB in 52 packages 17:30:00 Removing intermediate container 11d8a1219148 17:30:00 ---> 2bb316105f0f 17:30:00 Step 10/27 : ENV GO111MODULE=on 17:30:01 ---> Running in 7f7cb07d65be 17:30:01 Removing intermediate container 7f7cb07d65be 17:30:01 ---> 13fa9a896b57 17:30:01 Step 11/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:30:01 ---> Running in 6f55f0fa9ae8 17:30:01 Removing intermediate container 6f55f0fa9ae8 17:30:01 ---> 8e12328325d7 17:30:01 Step 12/27 : COPY go.mod vendor* ./ 17:30:01 ---> ce2531f2568e 17:30:01 Step 13/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:30:01 ---> Running in fb6b8a1f7058 17:30:01 Removing intermediate container fb6b8a1f7058 17:30:01 ---> c2d91f30beb3 17:30:01 Step 14/27 : COPY . . 17:30:10 ---> 752dd67563bb 17:30:10 Step 15/27 : RUN ${MAKE} 17:30:10 ---> Running in 9dafa56ee380 17:30:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 17:30:42 Removing intermediate container 9dafa56ee380 17:30:42 ---> b8e12479a5c1 17:30:42 Step 16/27 : FROM alpine:3.18 17:30:42 3.18: Pulling from library/alpine 17:30:42 619be1103602: Already exists 17:30:42 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 17:30:42 Status: Downloaded newer image for alpine:3.18 17:30:42 ---> d3782b16ccc9 17:30:42 Step 17/27 : RUN apk --no-cache upgrade 17:30:42 ---> Running in 4a65601b1a16 17:30:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:30:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:30:42 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 17:30:42 OK: 7 MiB in 15 packages 17:30:42 Removing intermediate container 4a65601b1a16 17:30:42 ---> 1003c0c558a4 17:30:42 Step 18/27 : RUN apk add --update --no-cache dumb-init 17:30:42 ---> Running in 70fca7b18545 17:30:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:30:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:30:42 (1/1) Installing dumb-init (1.2.5-r2) 17:30:42 Executing busybox-1.36.1-r5.trigger 17:30:42 OK: 7 MiB in 16 packages 17:30:42 Removing intermediate container 70fca7b18545 17:30:42 ---> b48f272223e4 17:30:42 Step 19/27 : EXPOSE 4000 17:30:42 ---> Running in 5c4ca34bc20f 17:30:42 Removing intermediate container 5c4ca34bc20f 17:30:42 ---> f6c29e4a109f 17:30:42 Step 20/27 : 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 17:30:44 ---> 94d035efa6c2 17:30:44 Step 21/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 17:30:44 ---> 1180ffc7bdf2 17:30:44 Step 22/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 17:30:44 ---> 16f0d3767954 17:30:44 Step 23/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 17:30:44 ---> Running in e700127c1b6b 17:30:44 Removing intermediate container e700127c1b6b 17:30:44 ---> 8a2708b65db5 17:30:44 Step 24/27 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 17:30:44 ---> Running in 2de7b5bc61e8 17:30:44 Removing intermediate container 2de7b5bc61e8 17:30:44 ---> b1dcbe85366d 17:30:44 Step 25/27 : LABEL arch=amd64 17:30:44 ---> Running in 8cc007d7445c 17:30:44 Removing intermediate container 8cc007d7445c 17:30:44 ---> c406d5092029 17:30:44 Step 26/27 : LABEL git_sha=bbc822de55cc0ad6301e560ca2d85414d5e7a968 17:30:44 ---> Running in 85dca8e76c3d 17:30:44 Removing intermediate container 85dca8e76c3d 17:30:44 ---> 7970e5da7428 17:30:44 Step 27/27 : LABEL version=0.0.0 17:30:44 ---> Running in 9d777cba24ed 17:30:44 Removing intermediate container 9d777cba24ed 17:30:44 ---> 04d6a5976119 17:30:44 [Warning] One or more build-args [ARCH] were not consumed 17:30:44 Successfully built 04d6a5976119 17:30:44 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:30:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:30:46 17:30:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:30:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:30:46 latest: Pulling from edgex-lftools-log-publisher 17:30:46 5eb5b503b376: Pulling fs layer 17:30:46 5c69ac0246d0: Pulling fs layer 17:30:46 ec43610c2a17: Pulling fs layer 17:30:46 3a2ae6a8a46f: Pulling fs layer 17:30:46 33b1e0a273af: Pulling fs layer 17:30:46 5d3b04190fa2: Pulling fs layer 17:30:46 2f39f015ded8: Pulling fs layer 17:30:46 5d3b04190fa2: Waiting 17:30:46 2f39f015ded8: Waiting 17:30:46 3a2ae6a8a46f: Waiting 17:30:46 33b1e0a273af: Waiting 17:30:46 5c69ac0246d0: Verifying Checksum 17:30:46 5c69ac0246d0: Download complete 17:30:46 3a2ae6a8a46f: Verifying Checksum 17:30:46 3a2ae6a8a46f: Download complete 17:30:46 33b1e0a273af: Verifying Checksum 17:30:46 33b1e0a273af: Download complete 17:30:46 5d3b04190fa2: Verifying Checksum 17:30:46 5d3b04190fa2: Download complete 17:30:46 ec43610c2a17: Verifying Checksum 17:30:46 ec43610c2a17: Download complete 17:30:46 5eb5b503b376: Verifying Checksum 17:30:46 5eb5b503b376: Download complete 17:30:47 2f39f015ded8: Download complete 17:30:47 5eb5b503b376: Pull complete 17:30:48 5c69ac0246d0: Pull complete 17:30:48 ec43610c2a17: Pull complete 17:30:48 3a2ae6a8a46f: Pull complete 17:30:48 33b1e0a273af: Pull complete 17:30:48 5d3b04190fa2: Pull complete 17:30:53 2f39f015ded8: Pull complete 17:30:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:30:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:30:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:30:53 prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container 17:30:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:30:58 $ docker top 399a9b77179db070a6ad0c6ff57e89f055c928d37d34dbfc54fab6296437101c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:59 ---> job-cost.sh 17:30:59 lf-activate-venv: SKIPPING 17:30:59 INFO: No Stack... 17:30:59 INFO: Retrieving Pricing Info for: v3-standard-8 17:30:59 INFO: Archiving Costs [Pipeline] sh 17:31:00 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives/cost.csv 17:31:00 + cut -d, -f6 [Pipeline] lock 17:31:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] 17:31:00 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] did not exist. Created. 17:31:00 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:31:00 + echo total: 0.2199999988079071 [Pipeline] stash 17:31:00 Stashed 1 file(s) [Pipeline] } 17:31:00 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:31:01 $ docker stop --time=1 399a9b77179db070a6ad0c6ff57e89f055c928d37d34dbfc54fab6296437101c 17:31:02 $ docker rm -f --volumes 399a9b77179db070a6ad0c6ff57e89f055c928d37d34dbfc54fab6296437101c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:31:23 Removing intermediate container 8357dba68493 17:31:23 ---> 8856c62dfa9c 17:31:23 Step 14/15 : COPY . . 17:31:23 ---> 17d42c18bf2f 17:31:23 Step 15/15 : RUN ${MAKE} 17:31:23 ---> Running in ce6fcdbc79b5 17:31:24 noop 17:31:24 Removing intermediate container ce6fcdbc79b5 17:31:24 ---> 7cb1983da3aa 17:31:25 Successfully built 7cb1983da3aa 17:31:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:25 + docker inspect -f . ci-base-image-arm64 17:31:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:31:25 prd-ubuntu20.04-docker-arm64-4c-16g-591 does not seem to be running inside a container 17:31:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:31:27 $ docker top cc2096659bde4eeaa6f3889ceb584df6b925d0cada6ac5eba6d7c61f33f8ed24 -eo pid,comm [Pipeline] { [Pipeline] sh 17:31:28 + go version 17:31:28 go version go1.21.0 linux/arm64 [Pipeline] } 17:31:28 $ docker stop --time=1 cc2096659bde4eeaa6f3889ceb584df6b925d0cada6ac5eba6d7c61f33f8ed24 17:31:29 $ docker rm -f --volumes cc2096659bde4eeaa6f3889ceb584df6b925d0cada6ac5eba6d7c61f33f8ed24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:30 + docker inspect -f . ci-base-image-arm64 17:31:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:31:30 prd-ubuntu20.04-docker-arm64-4c-16g-591 does not seem to be running inside a container 17:31:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:31:32 $ docker top de394024e2b3abbfbc4fdb7bc218c5660173e5acfe6aec36307641a25c59839f -eo pid,comm [Pipeline] { [Pipeline] sh 17:31:32 + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh 17:31:33 + make test 17:31:33 CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... 17:31:40 ? github.com/edgexfoundry/edgex-ui-go [no test files] 17:33:50 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 17:33:50 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 17:33:50 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 17:33:50 ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] 17:33:50 ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] 17:33:50 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 17:33:50 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 17:33:50 ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] 17:33:50 CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... 17:34:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:34:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:34:13 ./bin/test-attribution-txt.sh 17:34:13 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 17:34:13 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 17:34:13 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 17:34:13 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 17:34:13 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 17:34:13 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 17:34:13 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 17:34:13 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 17:34:13 An attribution for golang.org/x/term is missing from Attribution.txt, please add 17:34:13 An attribution for google.golang.org/appengine is missing from Attribution.txt, please add 17:34:13 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 17:34:13 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 17:34:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 17:34:13 $ docker stop --time=1 de394024e2b3abbfbc4fdb7bc218c5660173e5acfe6aec36307641a25c59839f 17:34:15 $ docker rm -f --volumes de394024e2b3abbfbc4fdb7bc218c5660173e5acfe6aec36307641a25c59839f [Pipeline] // withDockerContainer [Pipeline] sh 17:34:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:34:17 Warning: overwriting stash ‘coverage-report’ 17:34:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:34:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:34:18 + ls -al . 17:34:18 total 260 17:34:18 drwxrwxr-x 12 jenkins jenkins 4096 Mar 21 17:31 . 17:34:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:27 .. 17:34:18 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:27 .blubracket 17:34:18 -rw-rw-r-- 1 jenkins jenkins 18 Mar 21 17:27 .dockerignore 17:34:18 drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 17:27 .git 17:34:18 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:27 .github 17:34:18 -rw-rw-r-- 1 jenkins jenkins 178 Mar 21 17:27 .gitignore 17:34:18 -rw-rw-r-- 1 jenkins jenkins 9736 Mar 21 17:27 Attribution.txt 17:34:18 -rw-rw-r-- 1 jenkins jenkins 21430 Mar 21 17:27 CHANGELOG.md 17:34:18 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 21 17:27 CONTRIBUTING.md 17:34:18 -rw-rw-r-- 1 jenkins jenkins 1940 Mar 21 17:27 Dockerfile 17:34:18 -rw-rw-r-- 1 jenkins jenkins 652 Mar 21 17:27 Jenkinsfile 17:34:18 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 21 17:27 LICENSE 17:34:18 -rw-rw-r-- 1 jenkins jenkins 2189 Mar 21 17:27 Makefile 17:34:18 -rw-rw-r-- 1 jenkins jenkins 4381 Mar 21 17:27 README.md 17:34:18 -rw-rw-r-- 1 jenkins jenkins 5 Mar 21 17:25 VERSION 17:34:18 -rw-rw-r-- 1 jenkins jenkins 4832 Mar 21 17:27 angularmigrationlogs.md 17:34:18 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:27 assets 17:34:18 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:27 bin 17:34:18 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 17:27 cmd 17:34:18 -rw-r--r-- 1 jenkins jenkins 10 Mar 21 17:31 coverage.out 17:34:18 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 17:27 docs 17:34:18 -rw-rw-r-- 1 jenkins jenkins 6918 Mar 21 17:27 go.mod 17:34:18 -rw-rw-r-- 1 jenkins jenkins 100793 Mar 21 17:27 go.sum 17:34:18 drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 17:27 internal 17:34:18 -rwxrwxr-x 1 jenkins jenkins 568 Mar 21 17:27 redeploy.sh 17:34:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:27 testing 17:34:18 -rw-rw-r-- 1 jenkins jenkins 155 Mar 21 17:27 version.go 17:34:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 17:27 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:34:19 + 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=bbc822de55cc0ad6301e560ca2d85414d5e7a968 --label arch=arm64 --label version=0.0.0 . 17:34:20 Sending build context to Docker daemon 35.37MB 17:34:20 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 17:34:20 Step 2/27 : FROM ${BASE} AS builder 17:34:20 ---> 7cb1983da3aa 17:34:20 Step 3/27 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 17:34:20 ---> Running in ba1cd7910960 17:34:20 Removing intermediate container ba1cd7910960 17:34:20 ---> d0942ae4e2d6 17:34:20 Step 4/27 : ARG ALPINE_PKG_BASE="make git" 17:34:21 ---> Running in 0364427ccb5b 17:34:21 Removing intermediate container 0364427ccb5b 17:34:21 ---> b2e249dbaaed 17:34:21 Step 5/27 : ARG ALPINE_PKG_EXTRA="" 17:34:21 ---> Running in 98519daea519 17:34:21 Removing intermediate container 98519daea519 17:34:21 ---> 14f461ae83ab 17:34:21 Step 6/27 : LABEL Name=edgex-ui-go 17:34:21 ---> Running in f45405e51120 17:34:21 Removing intermediate container f45405e51120 17:34:21 ---> ad5405a94bfb 17:34:21 Step 7/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' 17:34:22 ---> Running in 5d378ba9a1d8 17:34:22 Removing intermediate container 5d378ba9a1d8 17:34:22 ---> 4facfe929541 17:34:22 Step 8/27 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:34:23 ---> e01a1aeeb5d4 17:34:23 Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:34:23 ---> Running in ee0312421b39 17:34:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:34:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:34:26 OK: 266 MiB in 52 packages 17:34:26 Removing intermediate container ee0312421b39 17:34:26 ---> 1da87bf5e632 17:34:26 Step 10/27 : ENV GO111MODULE=on 17:34:27 ---> Running in 3aa5bc9beba8 17:34:27 Removing intermediate container 3aa5bc9beba8 17:34:27 ---> 8e0795634546 17:34:27 Step 11/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:34:27 ---> Running in 941a255671ca 17:34:27 Removing intermediate container 941a255671ca 17:34:27 ---> 48212271327a 17:34:27 Step 12/27 : COPY go.mod vendor* ./ 17:34:28 ---> 2a34ff1b32bc 17:34:28 Step 13/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:34:28 ---> Running in 6528173a63a7 17:34:30 Removing intermediate container 6528173a63a7 17:34:30 ---> 616f130930ea 17:34:30 Step 14/27 : COPY . . 17:34:34 ---> f21ed72bb799 17:34:34 Step 15/27 : RUN ${MAKE} 17:34:34 ---> Running in b314acca75e7 17:34:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus" -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -trimpath -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 17:36:56 Removing intermediate container b314acca75e7 17:36:56 ---> 9e086741079f 17:36:56 Step 16/27 : FROM alpine:3.18 17:36:56 3.18: Pulling from library/alpine 17:36:56 c6b39de5b339: Pulling fs layer 17:36:56 c6b39de5b339: Download complete 17:36:57 c6b39de5b339: Pull complete 17:36:57 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 17:36:57 Status: Downloaded newer image for alpine:3.18 17:36:57 ---> 33abbf032149 17:36:57 Step 17/27 : RUN apk --no-cache upgrade 17:36:57 ---> Running in 22723d490108 17:36:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:36:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:37:00 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 17:37:00 OK: 8 MiB in 15 packages 17:37:00 Removing intermediate container 22723d490108 17:37:00 ---> 96d49cfb3269 17:37:00 Step 18/27 : RUN apk add --update --no-cache dumb-init 17:37:00 ---> Running in 551e91ade02f 17:37:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:37:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:37:02 (1/1) Installing dumb-init (1.2.5-r2) 17:37:02 Executing busybox-1.36.1-r5.trigger 17:37:03 OK: 8 MiB in 16 packages 17:37:04 Removing intermediate container 551e91ade02f 17:37:04 ---> 1894564e7bcd 17:37:04 Step 19/27 : EXPOSE 4000 17:37:04 ---> Running in 75756d9d89ef 17:37:04 Removing intermediate container 75756d9d89ef 17:37:04 ---> b5aed002fa78 17:37:04 Step 20/27 : 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 17:37:06 ---> f29b4e7f369b 17:37:06 Step 21/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt 17:37:06 ---> 49064d474c8b 17:37:06 Step 22/27 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE 17:37:07 ---> 4669b70510f8 17:37:07 Step 23/27 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 17:37:07 ---> Running in ef153b054179 17:37:07 Removing intermediate container ef153b054179 17:37:07 ---> ec82e6aa323f 17:37:07 Step 24/27 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] 17:37:07 ---> Running in 00977891c108 17:37:08 Removing intermediate container 00977891c108 17:37:08 ---> 938d115765b4 17:37:08 Step 25/27 : LABEL arch=arm64 17:37:08 ---> Running in e1ba31de8b74 17:37:08 Removing intermediate container e1ba31de8b74 17:37:08 ---> 4f6ef78cd222 17:37:08 Step 26/27 : LABEL git_sha=bbc822de55cc0ad6301e560ca2d85414d5e7a968 17:37:08 ---> Running in d95203b7fa46 17:37:08 Removing intermediate container d95203b7fa46 17:37:08 ---> 00061d76fdea 17:37:08 Step 27/27 : LABEL version=0.0.0 17:37:08 ---> Running in f6733db9f047 17:37:09 Removing intermediate container f6733db9f047 17:37:09 ---> 699a587ce920 17:37:09 [Warning] One or more build-args [ARCH] were not consumed 17:37:09 Successfully built 699a587ce920 17:37:09 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:37:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:37:10 17:37:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:37:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:37:10 arm64: Pulling from edgex-lftools-log-publisher 17:37:10 8998bd30e6a1: Pulling fs layer 17:37:10 04944245beec: Pulling fs layer 17:37:10 699f458cf7ca: Pulling fs layer 17:37:10 765212b225bb: Pulling fs layer 17:37:10 f23df028b6ca: Pulling fs layer 17:37:10 d65c8cfc05b1: Pulling fs layer 17:37:10 2437ff75d9bd: Pulling fs layer 17:37:10 765212b225bb: Waiting 17:37:10 f23df028b6ca: Waiting 17:37:10 d65c8cfc05b1: Waiting 17:37:10 2437ff75d9bd: Waiting 17:37:10 04944245beec: Verifying Checksum 17:37:10 04944245beec: Download complete 17:37:10 765212b225bb: Download complete 17:37:10 f23df028b6ca: Verifying Checksum 17:37:10 f23df028b6ca: Download complete 17:37:10 d65c8cfc05b1: Verifying Checksum 17:37:10 d65c8cfc05b1: Download complete 17:37:10 699f458cf7ca: Verifying Checksum 17:37:10 699f458cf7ca: Download complete 17:37:11 8998bd30e6a1: Verifying Checksum 17:37:11 8998bd30e6a1: Download complete 17:37:14 2437ff75d9bd: Verifying Checksum 17:37:14 2437ff75d9bd: Download complete 17:37:16 8998bd30e6a1: Pull complete 17:37:16 04944245beec: Pull complete 17:37:17 699f458cf7ca: Pull complete 17:37:18 765212b225bb: Pull complete 17:37:19 f23df028b6ca: Pull complete 17:37:19 d65c8cfc05b1: Pull complete 17:37:37 2437ff75d9bd: Pull complete 17:37:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:37:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:37:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:37:38 prd-ubuntu20.04-docker-arm64-4c-16g-591 does not seem to be running inside a container 17:37:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:37:40 $ docker top da666e90d1114edf1d86eeca517057441837c9c9ef0db54d84588c786c1cb4cb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:37:41 ---> job-cost.sh 17:37:41 lf-activate-venv: SKIPPING 17:37:41 INFO: No Stack... 17:37:41 INFO: Retrieving Pricing Info for: v3-standard-4 17:37:42 INFO: Archiving Costs [Pipeline] sh 17:37:43 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 17:37:43 + cut -d, -f6 [Pipeline] lock 17:37:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] 17:37:43 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] did not exist. Created. 17:37:43 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:37:44 /w/workspace/edgex-ui-go/1@tmp/durable-a64ea73c/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:37:44 + echo total: 0.10999999940395355 [Pipeline] stash 17:37:44 Warning: overwriting stash ‘stack-cost’ 17:37:44 Stashed 1 file(s) [Pipeline] } 17:37:44 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-723-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:37:44 $ docker stop --time=1 da666e90d1114edf1d86eeca517057441837c9c9ef0db54d84588c786c1cb4cb 17:37:46 $ docker rm -f --volumes da666e90d1114edf1d86eeca517057441837c9c9ef0db54d84588c786c1cb4cb [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 17:37:47 provisioning config files... 17:37:47 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/config12964211191795563026tmp [Pipeline] { [Pipeline] sh 17:37:48 + set +x 17:37:48 + + curl -s https://codecov.io/bashbash 17:37:48 -s -- 17:37:48 17:37:48 _____ _ 17:37:48 / ____| | | 17:37:48 | | ___ __| | ___ ___ _____ __ 17:37:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:37:48 | |___| (_) | (_| | __/ (_| (_) \ V / 17:37:48 \_____\___/ \__,_|\___|\___\___/ \_/ 17:37:48 Bash-1.0.6 17:37:48 17:37:48 17:37:48 ==> git version 2.25.1 found 17:37:48 ==> 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 17:37:48 Release-Date: 2020-01-08 17:37:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:37:48 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:37:48 ==> Jenkins CI detected. 17:37:48 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-723 17:37:48 project root: . 17:37:48 --> token set from env 17:37:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:37:48 ==> Running gcov in . (disable via -X gcov) 17:37:48 ==> Python coveragepy not found 17:37:48 ==> Searching for coverage reports in: 17:37:48 + . 17:37:48 -> Found 1 reports 17:37:48 ==> Detecting git/mercurial file structure 17:37:48 ==> Reading reports 17:37:48 + ./coverage.out bytes=10 17:37:48 ==> Appending adjustments 17:37:48 https://docs.codecov.io/docs/fixing-reports 17:37:49 + Found adjustments 17:37:49 ==> Gzipping contents 17:37:49 12K /tmp/codecov.0ZCpY7.gz 17:37:49 ==> Uploading reports 17:37:49 url: https://codecov.io 17:37:49 query: branch=PR-723&commit=bbc822de55cc0ad6301e560ca2d85414d5e7a968&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-723%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=723&job=&cmd_args= 17:37:49 -> Pinging Codecov 17:37:49 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-723&commit=bbc822de55cc0ad6301e560ca2d85414d5e7a968&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-723%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=723&job=&cmd_args= 17:37:49 -> Uploading to 17:37:49 https://storage.googleapis.com/codecov/v4/raw/2024-03-21/FB506323287CE973F263BFD2A0EB1F37/bbc822de55cc0ad6301e560ca2d85414d5e7a968/2d363653-cbff-40d5-aa48-ba1f5502e925.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240321%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240321T173749Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=42855c4d2ceed124c4f7529b4af82df62e528a1171f693290b99b503ec55339a 17:37:49 % Total % Received % Xferd Average Speed Time Time Time Current 17:37:49 Dload Upload Total Spent Left Speed 17:37:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8687 0 0 100 8687 0 29955 --:--:-- --:--:-- --:--:-- 29955 17:37:49 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/bbc822de55cc0ad6301e560ca2d85414d5e7a968 [Pipeline] } 17:37:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 17:37:51 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives ] 17:37:51 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives 17:37:51 total 16 17:37:51 drwxr-xr-x 3 root root 4096 Mar 21 17:30 . 17:37:51 drwxrwxr-x 14 jenkins jenkins 4096 Mar 21 17:31 .. 17:37:51 drwxr-xr-x 2 root root 4096 Mar 21 17:30 cost 17:37:51 -rw-r--r-- 1 root root 83 Mar 21 17:30 cost.csv 17:37:51 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives 17:37:51 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives 17:37:51 total 16 17:37:51 drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 17:30 . 17:37:51 drwxrwxr-x 14 jenkins jenkins 4096 Mar 21 17:31 .. 17:37:51 drwxr-xr-x 2 jenkins jenkins 4096 Mar 21 17:30 cost 17:37:51 -rw-r--r-- 1 jenkins jenkins 83 Mar 21 17:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:37:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:37:52 ---> package-listing.sh 17:37:52 ++ facter osfamily 17:37:52 ++ tr '[:upper:]' '[:lower:]' 17:37:53 + OS_FAMILY=debian 17:37:53 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-723 17:37:53 + START_PACKAGES=/tmp/packages_start.txt 17:37:53 + END_PACKAGES=/tmp/packages_end.txt 17:37:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:37:53 + PACKAGES=/tmp/packages_start.txt 17:37:53 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-723 ']' 17:37:53 + PACKAGES=/tmp/packages_end.txt 17:37:53 + case "${OS_FAMILY}" in 17:37:53 + dpkg -l 17:37:53 + grep '^ii' 17:37:53 + '[' -f /tmp/packages_start.txt ']' 17:37:53 + '[' -f /tmp/packages_end.txt ']' 17:37:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:37:53 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-723 ']' 17:37:53 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives/ 17:37:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-723/archives/ [Pipeline] echo 17:37:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:37:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:37:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:37:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:37:54 prd-ubuntu20.04-docker-8c-8g-590 does not seem to be running inside a container 17:37:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-723 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723:/w/workspace/edgexfoundry_edgex-ui-go_PR-723:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:37:54 $ docker top 18e81564f013d74977cec7da9f175da43dfe378d0c6750e653933b3f0fdee1c9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:55 + touch /tmp/pre-build-complete [Pipeline] sh 17:37:55 + mkdir -p /var/log/sysstat [Pipeline] sh 17:37:55 + ls /var/log/sa-host 17:37:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:37:55 provisioning config files... 17:37:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-723@tmp/config15934435197867892442tmp [Pipeline] { [Pipeline] echo 17:37:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:37:56 ---> create-netrc.sh [Pipeline] } 17:37:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:37:56 ---> python-tools-install.sh [Pipeline] echo 17:37:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:37:57 ---> sudo-logs.sh 17:37:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:37:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:37:57 ---> job-cost.sh 17:37:57 lf-activate-venv: SKIPPING 17:37:57 DEBUG: total: 0.2199999988079071 17:37:57 INFO: Retrieving Stack Cost... 17:37:58 INFO: Retrieving Pricing Info for: v3-standard-8 17:37:58 INFO: Archiving Costs [Pipeline] echo 17:37:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:37:58 ---> logs-deploy.sh 17:37:58 lf-activate-venv: SKIPPING 17:37:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-723/1 17:37:58 INFO: archiving workspace using pattern(s): 17:37:59 Archives upload complete. 17:37:59 INFO: archiving logs to Nexus 17:38:00 ---> uname -a: 17:38:00 Linux prd-ubuntu20-04-docker-8c-8g-590 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:38:00 17:38:00 17:38:00 ---> lscpu: 17:38:00 Architecture: x86_64 17:38:00 CPU op-mode(s): 32-bit, 64-bit 17:38:00 Byte Order: Little Endian 17:38:00 Address sizes: 40 bits physical, 48 bits virtual 17:38:00 CPU(s): 8 17:38:00 On-line CPU(s) list: 0-7 17:38:00 Thread(s) per core: 1 17:38:00 Core(s) per socket: 1 17:38:00 Socket(s): 8 17:38:00 NUMA node(s): 1 17:38:00 Vendor ID: AuthenticAMD 17:38:00 CPU family: 23 17:38:00 Model: 49 17:38:00 Model name: AMD EPYC-Rome Processor 17:38:00 Stepping: 0 17:38:00 CPU MHz: 2800.000 17:38:00 BogoMIPS: 5600.00 17:38:00 Virtualization: AMD-V 17:38:00 Hypervisor vendor: KVM 17:38:00 Virtualization type: full 17:38:00 L1d cache: 256 KiB 17:38:00 L1i cache: 256 KiB 17:38:00 L2 cache: 4 MiB 17:38:00 L3 cache: 128 MiB 17:38:00 NUMA node0 CPU(s): 0-7 17:38:00 Vulnerability Itlb multihit: Not affected 17:38:00 Vulnerability L1tf: Not affected 17:38:00 Vulnerability Mds: Not affected 17:38:00 Vulnerability Meltdown: Not affected 17:38:00 Vulnerability Mmio stale data: Not affected 17:38:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:38:00 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:38:00 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:38:00 Vulnerability Srbds: Not affected 17:38:00 Vulnerability Tsx async abort: Not affected 17:38:00 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 17:38:00 17:38:00 17:38:00 ---> nproc: 17:38:00 8 17:38:00 17:38:00 17:38:00 ---> df -h: 17:38:00 Filesystem Size Used Avail Use% Mounted on 17:38:00 overlay 155G 14G 141G 10% / 17:38:00 tmpfs 64M 0 64M 0% /dev 17:38:00 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:38:00 shm 64M 0 64M 0% /dev/shm 17:38:00 /dev/vda1 155G 14G 141G 10% /facter-os 17:38:00 17:38:00 17:38:00 ---> sar -b -r -n DEV: 17:38:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-590) 03/21/24 _x86_64_ (8 CPU) 17:38:00 17:38:00 17:24:46 LINUX RESTART (8 CPU) 17:38:00 17:38:00 17:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:38:00 17:26:01 202.18 47.99 154.19 0.00 5401.50 70697.28 0.00 17:38:00 17:27:01 186.67 1.96 184.71 0.00 41.39 50686.54 0.00 17:38:00 17:28:01 188.30 0.10 188.20 0.00 10.36 67760.82 0.00 17:38:00 17:29:01 235.24 0.20 235.04 0.00 5.07 62771.80 0.00 17:38:00 17:30:01 213.01 1.18 211.83 0.00 74.65 49959.27 0.00 17:38:00 17:31:01 168.26 0.08 168.17 0.00 10.66 70348.14 0.00 17:38:00 17:32:01 7.58 0.02 7.57 0.00 0.13 222.11 0.00 17:38:00 17:33:01 2.02 0.00 2.02 0.00 0.00 21.20 0.00 17:38:00 17:34:01 1.38 0.00 1.38 0.00 0.00 14.93 0.00 17:38:00 17:35:01 4.57 1.02 3.55 0.00 21.86 46.13 0.00 17:38:00 17:36:01 1.42 0.00 1.42 0.00 0.00 14.93 0.00 17:38:00 17:37:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 17:38:00 Average: 100.92 4.38 96.53 0.00 464.08 31021.43 0.00 17:38:00 17:38:00 17:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:38:00 17:26:01 29881420 31594252 755584 2.30 60628 1946596 1709384 5.04 992196 1674500 320 17:38:00 17:27:01 27622940 31532288 775868 2.36 133528 3923328 1875644 5.53 1321024 3412188 659176 17:38:00 17:28:01 26911020 31199188 1101224 3.35 191864 4196676 2366676 6.97 1680548 3709832 238164 17:38:00 17:29:01 25772748 30962188 1328064 4.04 220516 5009196 2187468 6.45 1860348 4560536 7312 17:38:00 17:30:01 25382072 31485288 810864 2.47 251040 5829300 2080312 6.13 1626452 5167212 456 17:38:00 17:31:01 24427540 31485412 806472 2.45 259236 6701564 1924244 5.67 1735396 5934804 5280 17:38:00 17:32:01 24462048 31519152 775636 2.36 259292 6701456 1776576 5.24 1702320 5934584 152 17:38:00 17:33:01 24462812 31519956 774764 2.36 259344 6701456 1776576 5.24 1701700 5934584 8 17:38:00 17:34:01 24463716 31520916 773728 2.35 259392 6701460 1776576 5.24 1700572 5934588 152 17:38:00 17:35:01 24462376 31520672 773896 2.35 259476 6702052 1788332 5.27 1700872 5935064 4 17:38:00 17:36:01 24470872 31529212 765308 2.33 259536 6702052 1788332 5.27 1691900 5935072 12 17:38:00 17:37:01 24471368 31529780 764644 2.33 259560 6702056 1788332 5.27 1692120 5935076 176 17:38:00 Average: 25565911 31449859 850504 2.59 222784 5651433 1903204 5.61 1617121 5005670 75934 17:38:00 17:38:00 17:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:38:00 17:26:01 lo 6.00 6.00 0.58 0.58 0.00 0.00 0.00 0.00 17:38:00 17:26:01 docker0 60.07 65.39 4.46 391.33 0.00 0.00 0.00 0.00 17:38:00 17:26:01 ens3 469.07 365.46 3208.77 122.54 0.00 0.00 0.00 0.00 17:38:00 17:27:01 lo 3.53 3.53 0.39 0.39 0.00 0.00 0.00 0.00 17:38:00 17:27:01 docker0 318.17 464.13 27.36 3276.47 0.00 0.00 0.00 0.00 17:38:00 17:27:01 ens3 719.07 455.18 8498.32 50.63 0.00 0.00 0.00 0.00 17:38:00 17:28:01 vethffd121a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:38:00 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:28:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:38:00 17:28:01 ens3 19.46 12.58 22.53 8.48 0.00 0.00 0.00 0.00 17:38:00 17:29:01 vethac9e9c5 437.43 423.16 48.86 1222.29 0.00 0.00 0.00 0.10 17:38:00 17:29:01 vethffd121a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:38:00 17:29:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 17:38:00 17:29:01 docker0 504.28 621.41 46.86 5135.50 0.00 0.00 0.00 0.00 17:38:00 17:29:01 ens3 675.25 540.64 5907.31 67.27 0.00 0.00 0.00 0.00 17:38:00 17:30:01 vethabf6875 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:30:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 17:38:00 17:30:01 docker0 15.93 44.79 0.96 431.80 0.00 0.00 0.00 0.00 17:38:00 17:30:01 ens3 76.60 39.71 459.96 16.09 0.00 0.00 0.00 0.00 17:38:00 17:31:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 17:38:00 17:31:01 docker0 3.37 5.60 0.20 64.52 0.00 0.00 0.00 0.00 17:38:00 17:31:01 ens3 125.00 101.08 2596.43 138.31 0.00 0.00 0.00 0.00 17:38:00 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:32:01 ens3 0.85 0.73 0.91 0.41 0.00 0.00 0.00 0.00 17:38:00 17:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:38:00 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:33:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:38:00 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:34:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:38:00 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:38:00 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:36:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 17:38:00 17:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:38:00 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:00 17:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:38:00 Average: lo 1.09 1.09 0.11 0.11 0.00 0.00 0.00 0.00 17:38:00 Average: docker0 75.24 100.24 6.66 775.90 0.00 0.00 0.00 0.00 17:38:00 Average: ens3 174.01 126.45 1726.75 33.67 0.00 0.00 0.00 0.00 17:38:00 17:38:00 17:38:00 ---> sar -P ALL: 17:38:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-590) 03/21/24 _x86_64_ (8 CPU) 17:38:00 17:38:00 17:24:46 LINUX RESTART (8 CPU) 17:38:00 17:38:00 17:25:01 CPU %user %nice %system %iowait %steal %idle 17:38:00 17:26:01 all 6.94 0.00 2.11 3.94 0.05 86.96 17:38:00 17:26:01 0 6.72 0.00 2.07 0.66 0.03 90.53 17:38:00 17:26:01 1 5.89 0.00 1.67 5.77 0.05 86.63 17:38:00 17:26:01 2 8.28 0.00 3.22 7.43 0.03 81.04 17:38:00 17:26:01 3 6.44 0.00 2.70 1.94 0.05 88.87 17:38:00 17:26:01 4 7.84 0.00 2.37 8.70 0.05 81.03 17:38:00 17:26:01 5 6.32 0.00 1.60 5.60 0.05 86.44 17:38:00 17:26:01 6 6.15 0.00 1.70 1.03 0.07 91.06 17:38:00 17:26:01 7 7.84 0.00 1.56 0.45 0.05 90.10 17:38:00 17:27:01 all 7.02 0.00 3.10 4.63 0.08 85.17 17:38:00 17:27:01 0 6.77 0.00 3.71 6.15 0.12 83.25 17:38:00 17:27:01 1 8.28 0.00 2.98 3.01 0.10 85.63 17:38:00 17:27:01 2 7.03 0.00 3.50 5.61 0.08 83.79 17:38:00 17:27:01 3 6.84 0.00 3.39 2.16 0.10 87.51 17:38:00 17:27:01 4 7.00 0.00 3.45 17.01 0.07 72.48 17:38:00 17:27:01 5 6.34 0.00 2.73 0.62 0.05 90.25 17:38:00 17:27:01 6 7.84 0.00 2.42 1.95 0.05 87.74 17:38:00 17:27:01 7 6.06 0.00 2.66 0.39 0.05 90.85 17:38:00 17:28:01 all 10.98 0.00 3.02 5.96 0.10 79.95 17:38:00 17:28:01 0 10.78 0.00 2.46 6.53 0.03 80.20 17:38:00 17:28:01 1 11.64 0.00 2.46 0.85 0.05 85.01 17:38:00 17:28:01 2 10.73 0.00 3.69 35.87 0.10 49.61 17:38:00 17:28:01 3 11.34 0.00 2.56 1.68 0.07 84.36 17:38:00 17:28:01 4 10.93 0.00 2.24 0.80 0.03 86.00 17:38:00 17:28:01 5 10.85 0.00 2.81 0.34 0.05 85.95 17:38:00 17:28:01 6 10.61 0.00 4.65 1.05 0.39 83.31 17:38:00 17:28:01 7 10.96 0.00 3.27 0.76 0.03 84.97 17:38:00 17:29:01 all 20.83 0.00 3.77 4.50 0.07 70.82 17:38:00 17:29:01 0 17.94 0.00 3.74 1.52 0.08 76.71 17:38:00 17:29:01 1 23.39 0.00 4.21 1.52 0.07 70.82 17:38:00 17:29:01 2 25.34 0.00 4.28 24.44 0.08 45.84 17:38:00 17:29:01 3 20.30 0.00 3.34 1.75 0.07 74.55 17:38:00 17:29:01 4 18.87 0.00 2.86 0.24 0.07 77.97 17:38:00 17:29:01 5 18.73 0.00 4.06 0.93 0.08 76.20 17:38:00 17:29:01 6 17.33 0.00 3.36 4.82 0.07 74.42 17:38:00 17:29:01 7 24.78 0.00 4.36 0.96 0.07 69.83 17:38:00 17:30:01 all 16.36 0.00 3.00 3.53 0.06 77.04 17:38:00 17:30:01 0 30.00 0.00 3.56 0.52 0.07 65.85 17:38:00 17:30:01 1 16.57 0.00 2.61 10.02 0.05 70.75 17:38:00 17:30:01 2 12.95 0.00 2.58 10.85 0.05 73.57 17:38:00 17:30:01 3 14.86 0.00 4.99 0.84 0.07 79.25 17:38:00 17:30:01 4 17.45 0.00 3.49 2.39 0.08 76.58 17:38:00 17:30:01 5 15.00 0.00 2.19 0.02 0.05 82.74 17:38:00 17:30:01 6 12.45 0.00 1.99 0.27 0.07 85.22 17:38:00 17:30:01 7 11.57 0.00 2.56 3.39 0.07 82.41 17:38:00 17:31:01 all 22.84 0.00 3.94 4.78 0.08 68.36 17:38:00 17:31:01 0 21.60 0.00 3.67 1.16 0.05 73.52 17:38:00 17:31:01 1 23.19 0.00 4.25 21.90 0.10 50.56 17:38:00 17:31:01 2 23.50 0.00 3.80 7.78 0.07 64.85 17:38:00 17:31:01 3 21.20 0.00 3.59 4.99 0.07 70.16 17:38:00 17:31:01 4 24.13 0.00 4.85 1.40 0.13 69.49 17:38:00 17:31:01 5 23.84 0.00 3.04 0.20 0.07 72.85 17:38:00 17:31:01 6 22.06 0.00 3.90 0.27 0.05 73.72 17:38:00 17:31:01 7 23.20 0.00 4.44 0.76 0.07 71.54 17:38:00 17:32:01 all 0.04 0.00 0.03 0.01 0.01 99.91 17:38:00 17:32:01 0 0.05 0.00 0.03 0.00 0.02 99.90 17:38:00 17:32:01 1 0.02 0.00 0.03 0.02 0.02 99.92 17:38:00 17:32:01 2 0.02 0.00 0.03 0.05 0.02 99.88 17:38:00 17:32:01 3 0.07 0.00 0.02 0.05 0.00 99.87 17:38:00 17:32:01 4 0.07 0.00 0.02 0.00 0.03 99.88 17:38:00 17:32:01 5 0.02 0.00 0.03 0.00 0.02 99.93 17:38:00 17:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 17:38:00 17:32:01 7 0.03 0.00 0.03 0.00 0.00 99.93 17:38:00 17:33:01 all 0.02 0.00 0.01 0.01 0.01 99.95 17:38:00 17:33:01 0 0.05 0.00 0.00 0.00 0.02 99.93 17:38:00 17:33:01 1 0.03 0.00 0.00 0.00 0.02 99.95 17:38:00 17:33:01 2 0.02 0.00 0.00 0.02 0.00 99.97 17:38:00 17:33:01 3 0.00 0.00 0.00 0.03 0.00 99.97 17:38:00 17:33:01 4 0.02 0.00 0.02 0.00 0.03 99.93 17:38:00 17:33:01 5 0.02 0.00 0.00 0.02 0.00 99.97 17:38:00 17:33:01 6 0.02 0.00 0.03 0.00 0.00 99.95 17:38:00 17:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 17:38:00 17:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 17:38:00 17:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:38:00 17:34:01 1 0.03 0.00 0.00 0.00 0.02 99.95 17:38:00 17:34:01 2 0.02 0.00 0.00 0.00 0.02 99.97 17:38:00 17:34:01 3 0.02 0.00 0.02 0.02 0.00 99.95 17:38:00 17:34:01 4 0.03 0.00 0.03 0.00 0.02 99.92 17:38:00 17:34:01 5 0.00 0.00 0.00 0.00 0.02 99.98 17:38:00 17:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 17:38:00 17:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 17:38:00 17:35:01 all 0.07 0.00 0.03 0.02 0.01 99.86 17:38:00 17:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 17:38:00 17:35:01 1 0.02 0.00 0.03 0.03 0.02 99.90 17:38:00 17:35:01 2 0.08 0.00 0.07 0.03 0.02 99.80 17:38:00 17:35:01 3 0.30 0.00 0.02 0.03 0.02 99.63 17:38:00 17:35:01 4 0.03 0.00 0.02 0.03 0.02 99.90 17:38:00 17:35:01 5 0.00 0.00 0.02 0.02 0.02 99.95 17:38:00 17:35:01 6 0.10 0.00 0.03 0.03 0.00 99.83 17:38:00 17:35:01 7 0.02 0.00 0.03 0.00 0.00 99.95 17:38:00 17:36:01 all 0.04 0.00 0.01 0.01 0.01 99.93 17:38:00 17:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:38:00 17:36:01 1 0.05 0.00 0.02 0.02 0.02 99.90 17:38:00 17:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:38:00 17:36:01 3 0.12 0.00 0.03 0.05 0.00 99.80 17:38:00 17:36:01 4 0.03 0.00 0.02 0.00 0.03 99.92 17:38:00 17:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 17:38:00 17:36:01 6 0.05 0.00 0.02 0.00 0.00 99.93 17:38:00 17:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:38:00 17:38:00 17:36:01 CPU %user %nice %system %iowait %steal %idle 17:38:00 17:37:01 all 0.02 0.00 0.01 0.00 0.02 99.94 17:38:00 17:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 17:38:00 17:37:01 1 0.00 0.00 0.00 0.00 0.03 99.97 17:38:00 17:37:01 2 0.00 0.00 0.00 0.00 0.02 99.98 17:38:00 17:37:01 3 0.12 0.00 0.02 0.03 0.02 99.82 17:38:00 17:37:01 4 0.03 0.00 0.02 0.00 0.03 99.92 17:38:00 17:37:01 5 0.00 0.00 0.02 0.00 0.02 99.97 17:38:00 17:37:01 6 0.02 0.00 0.00 0.00 0.02 99.97 17:38:00 17:37:01 7 0.00 0.00 0.00 0.00 0.02 99.98 17:38:00 Average: all 7.06 0.00 1.58 2.27 0.04 89.04 17:38:00 Average: 0 7.81 0.00 1.60 1.37 0.04 89.19 17:38:00 Average: 1 7.39 0.00 1.52 3.58 0.04 87.47 17:38:00 Average: 2 7.27 0.00 1.75 7.59 0.04 83.34 17:38:00 Average: 3 6.77 0.00 1.71 1.13 0.04 90.35 17:38:00 Average: 4 7.17 0.00 1.61 2.55 0.05 88.62 17:38:00 Average: 5 6.73 0.00 1.37 0.64 0.03 91.23 17:38:00 Average: 6 6.36 0.00 1.50 0.78 0.06 91.29 17:38:00 Average: 7 7.00 0.00 1.57 0.56 0.03 90.84 17:38:00 17:38:00 17:38:00