Pull request #705 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 35c7b872206ec96c8d532a2d79d9fc23d53d4350+d9fc1cd79997bee2dad67cb4a71f5bce9889504c (9f06ea0e8d327ebde2bc3149870eb99a1909703b) 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-ssh11436827194384406344.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-ssh15511418837226641481.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-705/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-705/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1177139355717327816.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-705/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4599949523326807426.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-ssh6810386348966583710.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-705/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-705/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17500444088603074746.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-1378 in /w/workspace/edgexfoundry_edgex-ui-go_PR-705 [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-705 # 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/705/head:refs/remotes/origin/PR-705 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit d9fc1cd79997bee2dad67cb4a71f5bce9889504c into PR head commit 35c7b872206ec96c8d532a2d79d9fc23d53d4350 Merge succeeded, producing 35c7b872206ec96c8d532a2d79d9fc23d53d4350 Checking out Revision 35c7b872206ec96c8d532a2d79d9fc23d53d4350 (PR-705) Commit message: "chore(deps-dev): Bump ip from 2.0.0 to 2.0.1 in /web" 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] { > git config core.sparsecheckout # timeout=10 > git checkout -f 35c7b872206ec96c8d532a2d79d9fc23d53d4350 # 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 d9fc1cd79997bee2dad67cb4a71f5bce9889504c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35c7b872206ec96c8d532a2d79d9fc23d53d4350 # timeout=10 [Pipeline] timeout [2024-02-21T03:02:57.428Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-02-21T03:02:57.634Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-02-21T03:02:57.742Z] ========================================================= [2024-02-21T03:02:57.742Z] EdgeX Global Pipelines Version Info [2024-02-21T03:02:57.742Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:02:58.505Z] ------------------- [2024-02-21T03:02:58.505Z] stable info: [2024-02-21T03:02:58.505Z] ------------------- [2024-02-21T03:02:58.505Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-02-21T03:02:58.505Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-02-21T03:02:58.505Z] Message: update stable to v1.0.258 [2024-02-21T03:02:59.083Z] ------------------- [2024-02-21T03:02:59.083Z] experimental info: [2024-02-21T03:02:59.083Z] ------------------- [2024-02-21T03:02:59.083Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-02-21T03:02:59.083Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-02-21T03:02:59.083Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-02-21T03:02:59.294Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2024-02-21T03:02:59.346Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2024-02-21T03:02:59.400Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-02-21T03:02:59.451Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-02-21T03:02:59.505Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-02-21T03:02:59.559Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-02-21T03:02:59.628Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-02-21T03:02:59.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-02-21T03:02:59.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-02-21T03:02:59.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-02-21T03:02:59.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-02-21T03:02:59.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2024-02-21T03:02:59.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-02-21T03:03:00.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-02-21T03:03:00.104Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-02-21T03:03:00.169Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-02-21T03:03:00.233Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-02-21T03:03:00.298Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-02-21T03:03:00.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-02-21T03:03:00.417Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-02-21T03:03:00.466Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-02-21T03:03:00.525Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-02-21T03:03:00.583Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-02-21T03:03:00.637Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-02-21T03:03:00.706Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-02-21T03:03:00.781Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-02-21T03:03:00.851Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-02-21T03:03:00.924Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-705 [Pipeline] echo [2024-02-21T03:03:00.989Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-705 [Pipeline] echo [2024-02-21T03:03:01.047Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-705 [Pipeline] echo [2024-02-21T03:03:01.108Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 35c7b872206ec96c8d532a2d79d9fc23d53d4350 [Pipeline] echo [2024-02-21T03:03:01.181Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 35c7b87 [Pipeline] echo [2024-02-21T03:03:01.245Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-21T03:03:01.403Z] provisioning config files... [2024-02-21T03:03:01.472Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp/config17478575491110402109tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:03:01.861Z] ---> ****-login.sh [2024-02-21T03:03:01.861Z] nexus3.edgexfoundry.org:10001 [2024-02-21T03:03:02.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:02.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:02.122Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:02.122Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:02.122Z] [2024-02-21T03:03:02.122Z] Login Succeeded [2024-02-21T03:03:02.122Z] nexus3.edgexfoundry.org:10002 [2024-02-21T03:03:02.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:02.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:02.381Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:02.381Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:02.381Z] [2024-02-21T03:03:02.381Z] Login Succeeded [2024-02-21T03:03:02.381Z] nexus3.edgexfoundry.org:10003 [2024-02-21T03:03:02.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:02.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:02.382Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:02.382Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:02.382Z] [2024-02-21T03:03:02.382Z] Login Succeeded [2024-02-21T03:03:02.382Z] nexus3.edgexfoundry.org:10004 [2024-02-21T03:03:02.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:02.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:02.641Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:02.641Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:02.641Z] [2024-02-21T03:03:02.641Z] Login Succeeded [2024-02-21T03:03:02.641Z] ****.io [2024-02-21T03:03:02.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:02.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:02.902Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:02.902Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:02.902Z] [2024-02-21T03:03:02.902Z] Login Succeeded [2024-02-21T03:03:02.902Z] ---> ****-login.sh ends [Pipeline] } [2024-02-21T03:03:02.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-02-21T03:03:03.718Z] + git rev-list -1 --merges 35c7b872206ec96c8d532a2d79d9fc23d53d4350~1..35c7b872206ec96c8d532a2d79d9fc23d53d4350 [Pipeline] echo [2024-02-21T03:03:03.762Z] -----------> git rev-list -1 --merges 35c7b872206ec96c8d532a2d79d9fc23d53d4350~1..35c7b872206ec96c8d532a2d79d9fc23d53d4350 35c7b872206ec96c8d532a2d79d9fc23d53d4350 [false] [Pipeline] sh [2024-02-21T03:03:04.097Z] + git log --format=format:%s -1 35c7b872206ec96c8d532a2d79d9fc23d53d4350 [Pipeline] echo [2024-02-21T03:03:04.136Z] ========================================================= [2024-02-21T03:03:04.136Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-02-21T03:03:04.136Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-02-21T03:03:04.627Z] + git log --format=format:%s -1 35c7b872206ec96c8d532a2d79d9fc23d53d4350 [Pipeline] echo [2024-02-21T03:03:04.663Z] [semverPrep] GIT_COMMIT: 35c7b872206ec96c8d532a2d79d9fc23d53d4350, Commit Message: chore(deps-dev): Bump ip from 2.0.0 to 2.0.1 in /web [Pipeline] echo [2024-02-21T03:03:04.718Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-02-21T03:03:05.171Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-02-21T03:03:05.171Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-02-21T03:03:05.171Z] + [ -e /tmp/ssh_known_hosts ] [2024-02-21T03:03:05.171Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-02-21T03:03:05.171Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-02-21T03:03:05.171Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-02-21T03:03:05.171Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:03:05.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-21T03:03:05.704Z] [2024-02-21T03:03:05.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:03:06.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-21T03:03:06.102Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-02-21T03:03:06.102Z] b85a868b505f: Pulling fs layer [2024-02-21T03:03:06.102Z] e2be974225ed: Pulling fs layer [2024-02-21T03:03:06.102Z] 339a4e72a1f5: Pulling fs layer [2024-02-21T03:03:06.102Z] 988bab9f4d93: Pulling fs layer [2024-02-21T03:03:06.102Z] 1469e6f7b9e6: Pulling fs layer [2024-02-21T03:03:06.102Z] eaf3925da568: Pulling fs layer [2024-02-21T03:03:06.102Z] bab4dde63d76: Pulling fs layer [2024-02-21T03:03:06.102Z] bde34c3a00c8: Pulling fs layer [2024-02-21T03:03:06.102Z] b352a97aabf1: Pulling fs layer [2024-02-21T03:03:06.102Z] 4872d77fe225: Pulling fs layer [2024-02-21T03:03:06.102Z] bde34c3a00c8: Waiting [2024-02-21T03:03:06.102Z] 1469e6f7b9e6: Waiting [2024-02-21T03:03:06.102Z] b352a97aabf1: Waiting [2024-02-21T03:03:06.102Z] 988bab9f4d93: Waiting [2024-02-21T03:03:06.102Z] eaf3925da568: Waiting [2024-02-21T03:03:06.102Z] bab4dde63d76: Waiting [2024-02-21T03:03:06.102Z] 5851b861e8e6: Pulling fs layer [2024-02-21T03:03:06.102Z] 4872d77fe225: Waiting [2024-02-21T03:03:06.102Z] 5851b861e8e6: Waiting [2024-02-21T03:03:06.102Z] e2be974225ed: Verifying Checksum [2024-02-21T03:03:06.102Z] e2be974225ed: Download complete [2024-02-21T03:03:06.102Z] 988bab9f4d93: Verifying Checksum [2024-02-21T03:03:06.102Z] 988bab9f4d93: Download complete [2024-02-21T03:03:06.102Z] 1469e6f7b9e6: Verifying Checksum [2024-02-21T03:03:06.102Z] 1469e6f7b9e6: Download complete [2024-02-21T03:03:06.102Z] 339a4e72a1f5: Verifying Checksum [2024-02-21T03:03:06.102Z] 339a4e72a1f5: Download complete [2024-02-21T03:03:06.363Z] bde34c3a00c8: Download complete [2024-02-21T03:03:06.363Z] b352a97aabf1: Download complete [2024-02-21T03:03:06.363Z] 4872d77fe225: Verifying Checksum [2024-02-21T03:03:06.363Z] 4872d77fe225: Download complete [2024-02-21T03:03:06.363Z] 5851b861e8e6: Download complete [2024-02-21T03:03:06.363Z] b85a868b505f: Verifying Checksum [2024-02-21T03:03:06.363Z] b85a868b505f: Download complete [2024-02-21T03:03:06.622Z] bab4dde63d76: Verifying Checksum [2024-02-21T03:03:07.558Z] b85a868b505f: Pull complete [2024-02-21T03:03:07.558Z] e2be974225ed: Pull complete [2024-02-21T03:03:08.126Z] 339a4e72a1f5: Pull complete [2024-02-21T03:03:08.126Z] 988bab9f4d93: Pull complete [2024-02-21T03:03:08.387Z] 1469e6f7b9e6: Pull complete [2024-02-21T03:03:08.387Z] eaf3925da568: Pull complete [2024-02-21T03:03:10.297Z] bab4dde63d76: Pull complete [2024-02-21T03:03:10.297Z] bde34c3a00c8: Pull complete [2024-02-21T03:03:10.297Z] b352a97aabf1: Pull complete [2024-02-21T03:03:10.297Z] 4872d77fe225: Pull complete [2024-02-21T03:03:10.557Z] 5851b861e8e6: Pull complete [2024-02-21T03:03:10.557Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-02-21T03:03:10.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-21T03:03:10.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-21T03:03:10.890Z] prd-ubuntu20.04-docker-8c-8g-1378 does not seem to be running inside a container [2024-02-21T03:03:10.928Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-705 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705:/w/workspace/edgexfoundry_edgex-ui-go_PR-705:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-705@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 [2024-02-21T03:03:14.206Z] $ docker top deade3c30864102f5f5d70b6bac1fa847148c2d0d5169f1b72b77acfbaf55f0b -eo pid,comm [2024-02-21T03:03:14.258Z] 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). [2024-02-21T03:03:14.258Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-02-21T03:03:14.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-21T03:03:14.465Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-21T03:03:14.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-21T03:03:14.585Z] $ docker exec deade3c30864102f5f5d70b6bac1fa847148c2d0d5169f1b72b77acfbaf55f0b ssh-agent [2024-02-21T03:03:14.690Z] SSH_AUTH_SOCK=/tmp/ssh-TaqYoa39kvzR/agent.32 [2024-02-21T03:03:14.690Z] SSH_AGENT_PID=38 [2024-02-21T03:03:14.696Z] Running ssh-add (command line suppressed) [2024-02-21T03:03:14.809Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp/private_key_2487524338882328952.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp/private_key_2487524338882328952.key) [2024-02-21T03:03:14.819Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-21T03:03:15.177Z] + git tag --points-at HEAD [Pipeline] } [2024-02-21T03:03:15.206Z] $ docker exec --env ******** --env ******** deade3c30864102f5f5d70b6bac1fa847148c2d0d5169f1b72b77acfbaf55f0b ssh-agent -k [2024-02-21T03:03:15.306Z] unset SSH_AUTH_SOCK; [2024-02-21T03:03:15.306Z] unset SSH_AGENT_PID; [2024-02-21T03:03:15.306Z] echo Agent pid 38 killed; [2024-02-21T03:03:15.313Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-02-21T03:03:15.450Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-21T03:03:15.450Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-21T03:03:15.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-21T03:03:15.574Z] $ docker exec deade3c30864102f5f5d70b6bac1fa847148c2d0d5169f1b72b77acfbaf55f0b ssh-agent [2024-02-21T03:03:15.679Z] SSH_AUTH_SOCK=/tmp/ssh-uzBD9ltbBJr8/agent.70 [2024-02-21T03:03:15.679Z] SSH_AGENT_PID=76 [2024-02-21T03:03:15.684Z] Running ssh-add (command line suppressed) [2024-02-21T03:03:15.784Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp/private_key_14368466702575522086.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp/private_key_14368466702575522086.key) [2024-02-21T03:03:15.790Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-21T03:03:16.137Z] + git semver init [2024-02-21T03:03:16.398Z] 2024-02-21 03:03:16,295 [run_init] DEBUG init version:0.0.0 force:False [2024-02-21T03:03:16.398Z] 2024-02-21 03:03:16,296 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-705/.semver [2024-02-21T03:03:16.398Z] 2024-02-21 03:03:16,297 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-705/.semver [2024-02-21T03:03:16.398Z] 2024-02-21 03:03:16,297 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-705/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-705, universal_newlines=False, shell=None, istream=None) [2024-02-21T03:03:18.944Z] 2024-02-21 03:03:18,511 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-705/.git/info/exclude [2024-02-21T03:03:18.945Z] 2024-02-21 03:03:18,512 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-705/.semver/PR-705 with force:False [2024-02-21T03:03:18.945Z] 2024-02-21 03:03:18,512 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-705/.semver/PR-705 [2024-02-21T03:03:18.945Z] 2024-02-21 03:03:18,516 [execute] INFO git cat-file --batch-check [2024-02-21T03:03:18.945Z] 2024-02-21 03:03:18,517 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-705/.semver, universal_newlines=False, shell=None, istream=) [2024-02-21T03:03:18.945Z] 2024-02-21 03:03:18,523 [execute] INFO git cat-file --batch [2024-02-21T03:03:18.945Z] 2024-02-21 03:03:18,523 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-705/.semver, universal_newlines=False, shell=None, istream=) [2024-02-21T03:03:18.945Z] 2024-02-21 03:03:18,528 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-705/.semver/PR-705 [2024-02-21T03:03:18.945Z] 0.0.0 [Pipeline] } [2024-02-21T03:03:18.977Z] $ docker exec --env ******** --env ******** deade3c30864102f5f5d70b6bac1fa847148c2d0d5169f1b72b77acfbaf55f0b ssh-agent -k [2024-02-21T03:03:19.074Z] unset SSH_AUTH_SOCK; [2024-02-21T03:03:19.075Z] unset SSH_AGENT_PID; [2024-02-21T03:03:19.075Z] echo Agent pid 76 killed; [2024-02-21T03:03:19.080Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-02-21T03:03:19.595Z] + git semver [Pipeline] } [2024-02-21T03:03:19.885Z] $ docker stop --time=1 deade3c30864102f5f5d70b6bac1fa847148c2d0d5169f1b72b77acfbaf55f0b [2024-02-21T03:03:21.202Z] $ docker rm -f --volumes deade3c30864102f5f5d70b6bac1fa847148c2d0d5169f1b72b77acfbaf55f0b [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-21T03:03:21.656Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-02-21T03:03:21.982Z] Stashed 1 file(s) [Pipeline] echo [2024-02-21T03:03:21.999Z] [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 [2024-02-21T03:03:22.911Z] provisioning config files... [2024-02-21T03:03:22.922Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp/config4846167941338641176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:03:23.308Z] ---> ****-login.sh [2024-02-21T03:03:23.308Z] nexus3.edgexfoundry.org:10001 [2024-02-21T03:03:23.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:23.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:23.308Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:23.308Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:23.308Z] [2024-02-21T03:03:23.308Z] Login Succeeded [2024-02-21T03:03:23.308Z] nexus3.edgexfoundry.org:10002 [2024-02-21T03:03:23.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:23.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:23.308Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:23.308Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:23.308Z] [2024-02-21T03:03:23.308Z] Login Succeeded [2024-02-21T03:03:23.308Z] nexus3.edgexfoundry.org:10003 [2024-02-21T03:03:23.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:23.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:23.572Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:23.573Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:23.573Z] [2024-02-21T03:03:23.573Z] Login Succeeded [2024-02-21T03:03:23.573Z] nexus3.edgexfoundry.org:10004 [2024-02-21T03:03:23.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:23.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:23.573Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:23.573Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:23.573Z] [2024-02-21T03:03:23.573Z] Login Succeeded [2024-02-21T03:03:23.573Z] ****.io [2024-02-21T03:03:23.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:03:23.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:03:23.833Z] Configure a credential helper to remove this warning. See [2024-02-21T03:03:23.833Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:03:23.833Z] [2024-02-21T03:03:23.833Z] Login Succeeded [2024-02-21T03:03:23.833Z] ---> ****-login.sh ends [Pipeline] } [2024-02-21T03:03:23.868Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-02-21T03:03:24.201Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-21T03:03:24.262Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-21T03:03:24.366Z] ========================================================= [2024-02-21T03:03:24.366Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-02-21T03:03:24.366Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:03:24.944Z] + 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 . [2024-02-21T03:03:25.204Z] Sending build context to Docker daemon 59.2MB [2024-02-21T03:03:25.204Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2024-02-21T03:03:25.204Z] Step 2/15 : FROM ${BASE} AS builder [2024-02-21T03:03:25.204Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-02-21T03:03:25.204Z] 7264a8db6415: Pulling fs layer [2024-02-21T03:03:25.204Z] c4d48a809fc2: Pulling fs layer [2024-02-21T03:03:25.204Z] 4f1c88b9dad5: Pulling fs layer [2024-02-21T03:03:25.204Z] ad3a456e5733: Pulling fs layer [2024-02-21T03:03:25.204Z] 69c7f0334f64: Pulling fs layer [2024-02-21T03:03:25.204Z] 1f1c1a5573a3: Pulling fs layer [2024-02-21T03:03:25.204Z] ce7588e14bc9: Pulling fs layer [2024-02-21T03:03:25.204Z] b5e4710f87ac: Pulling fs layer [2024-02-21T03:03:25.204Z] ad3a456e5733: Waiting [2024-02-21T03:03:25.204Z] 69c7f0334f64: Waiting [2024-02-21T03:03:25.204Z] 1f1c1a5573a3: Waiting [2024-02-21T03:03:25.204Z] ce7588e14bc9: Waiting [2024-02-21T03:03:25.204Z] b5e4710f87ac: Waiting [2024-02-21T03:03:25.204Z] c4d48a809fc2: Verifying Checksum [2024-02-21T03:03:25.204Z] c4d48a809fc2: Download complete [2024-02-21T03:03:25.204Z] ad3a456e5733: Verifying Checksum [2024-02-21T03:03:25.204Z] ad3a456e5733: Download complete [2024-02-21T03:03:25.204Z] 69c7f0334f64: Verifying Checksum [2024-02-21T03:03:25.204Z] 69c7f0334f64: Download complete [2024-02-21T03:03:25.463Z] 7264a8db6415: Verifying Checksum [2024-02-21T03:03:25.463Z] 7264a8db6415: Download complete [2024-02-21T03:03:25.463Z] 1f1c1a5573a3: Verifying Checksum [2024-02-21T03:03:25.463Z] 1f1c1a5573a3: Download complete [2024-02-21T03:03:25.463Z] 7264a8db6415: Pull complete [2024-02-21T03:03:25.723Z] b5e4710f87ac: Verifying Checksum [2024-02-21T03:03:25.723Z] b5e4710f87ac: Download complete [2024-02-21T03:03:25.723Z] c4d48a809fc2: Pull complete [2024-02-21T03:03:25.723Z] 4f1c88b9dad5: Verifying Checksum [2024-02-21T03:03:25.723Z] 4f1c88b9dad5: Download complete [2024-02-21T03:03:26.290Z] ce7588e14bc9: Download complete [2024-02-21T03:03:28.826Z] 4f1c88b9dad5: Pull complete [2024-02-21T03:03:28.826Z] ad3a456e5733: Pull complete [2024-02-21T03:03:29.088Z] 69c7f0334f64: Pull complete [2024-02-21T03:03:29.088Z] 1f1c1a5573a3: Pull complete [2024-02-21T03:03:31.620Z] ce7588e14bc9: Pull complete [2024-02-21T03:03:31.879Z] b5e4710f87ac: Pull complete [2024-02-21T03:03:31.879Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-02-21T03:03:31.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-02-21T03:03:31.879Z] ---> 88b5674ff536 [2024-02-21T03:03:31.879Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-02-21T03:03:37.159Z] ---> Running in e30f2d59ecc1 [2024-02-21T03:03:37.159Z] Removing intermediate container e30f2d59ecc1 [2024-02-21T03:03:37.159Z] ---> be737eb26a7a [2024-02-21T03:03:37.159Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2024-02-21T03:03:37.159Z] ---> Running in cec9300cefcc [2024-02-21T03:03:37.159Z] Removing intermediate container cec9300cefcc [2024-02-21T03:03:37.159Z] ---> 2f5e6c7ef323 [2024-02-21T03:03:37.159Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2024-02-21T03:03:37.159Z] ---> Running in 61856114f82f [2024-02-21T03:03:37.159Z] Removing intermediate container 61856114f82f [2024-02-21T03:03:37.159Z] ---> a8ef5e5d7377 [2024-02-21T03:03:37.159Z] Step 6/15 : LABEL Name=edgex-ui-go [2024-02-21T03:03:37.159Z] ---> Running in 734394e9e092 [2024-02-21T03:03:37.159Z] Removing intermediate container 734394e9e092 [2024-02-21T03:03:37.159Z] ---> 0a66973b7d91 [2024-02-21T03:03:37.159Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-02-21T03:03:37.420Z] ---> Running in 5473e9ca411f [2024-02-21T03:03:37.420Z] Removing intermediate container 5473e9ca411f [2024-02-21T03:03:37.420Z] ---> ecb2868116d5 [2024-02-21T03:03:37.420Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-02-21T03:03:37.658Z] Still waiting to schedule task [2024-02-21T03:03:37.658Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-02-21T03:03:37.987Z] latest: Pulling from library/docker [2024-02-21T03:03:37.987Z] 4abcf2066143: Pulling fs layer [2024-02-21T03:03:37.987Z] 6a25a43dc0fd: Pulling fs layer [2024-02-21T03:03:37.987Z] 4f4fb700ef54: Pulling fs layer [2024-02-21T03:03:37.987Z] 8453b14f8be1: Pulling fs layer [2024-02-21T03:03:37.987Z] a5449a857d65: Pulling fs layer [2024-02-21T03:03:37.987Z] 3dde2c9dd264: Pulling fs layer [2024-02-21T03:03:37.987Z] 44b786ed2257: Pulling fs layer [2024-02-21T03:03:37.987Z] 36fa2b1e15e2: Pulling fs layer [2024-02-21T03:03:37.987Z] 4b17757db9c4: Pulling fs layer [2024-02-21T03:03:37.987Z] aa8480c0a982: Pulling fs layer [2024-02-21T03:03:37.987Z] 6747b4aa1d49: Pulling fs layer [2024-02-21T03:03:37.987Z] a87b7b228fe9: Pulling fs layer [2024-02-21T03:03:37.987Z] b71bafe58ee8: Pulling fs layer [2024-02-21T03:03:37.987Z] a2097d940bc7: Pulling fs layer [2024-02-21T03:03:37.987Z] d1935d92e1c6: Pulling fs layer [2024-02-21T03:03:37.987Z] 820ac51fb076: Pulling fs layer [2024-02-21T03:03:37.987Z] 44b786ed2257: Waiting [2024-02-21T03:03:37.987Z] 6747b4aa1d49: Waiting [2024-02-21T03:03:37.987Z] a87b7b228fe9: Waiting [2024-02-21T03:03:37.987Z] aa8480c0a982: Waiting [2024-02-21T03:03:37.987Z] 36fa2b1e15e2: Waiting [2024-02-21T03:03:37.987Z] d1935d92e1c6: Waiting [2024-02-21T03:03:37.987Z] 820ac51fb076: Waiting [2024-02-21T03:03:37.987Z] a5449a857d65: Waiting [2024-02-21T03:03:37.988Z] 4b17757db9c4: Waiting [2024-02-21T03:03:38.246Z] 6a25a43dc0fd: Verifying Checksum [2024-02-21T03:03:38.246Z] 6a25a43dc0fd: Download complete [2024-02-21T03:03:38.246Z] 4abcf2066143: Verifying Checksum [2024-02-21T03:03:38.246Z] 4abcf2066143: Download complete [2024-02-21T03:03:38.246Z] 8453b14f8be1: Verifying Checksum [2024-02-21T03:03:38.246Z] 8453b14f8be1: Download complete [2024-02-21T03:03:38.246Z] 4f4fb700ef54: Verifying Checksum [2024-02-21T03:03:38.246Z] 4f4fb700ef54: Download complete [2024-02-21T03:03:38.507Z] 4abcf2066143: Pull complete [2024-02-21T03:03:38.507Z] 3dde2c9dd264: Verifying Checksum [2024-02-21T03:03:38.507Z] 3dde2c9dd264: Download complete [2024-02-21T03:03:38.507Z] 6a25a43dc0fd: Pull complete [2024-02-21T03:03:38.507Z] 44b786ed2257: Verifying Checksum [2024-02-21T03:03:38.507Z] 44b786ed2257: Download complete [2024-02-21T03:03:38.765Z] 4f4fb700ef54: Pull complete [2024-02-21T03:03:38.765Z] 36fa2b1e15e2: Download complete [2024-02-21T03:03:38.765Z] 4b17757db9c4: Verifying Checksum [2024-02-21T03:03:38.765Z] 4b17757db9c4: Download complete [2024-02-21T03:03:38.765Z] 8453b14f8be1: Pull complete [2024-02-21T03:03:38.765Z] a5449a857d65: Verifying Checksum [2024-02-21T03:03:38.765Z] a5449a857d65: Download complete [2024-02-21T03:03:38.765Z] aa8480c0a982: Verifying Checksum [2024-02-21T03:03:38.765Z] aa8480c0a982: Download complete [2024-02-21T03:03:38.765Z] a87b7b228fe9: Verifying Checksum [2024-02-21T03:03:38.765Z] a87b7b228fe9: Download complete [2024-02-21T03:03:38.765Z] b71bafe58ee8: Download complete [2024-02-21T03:03:39.023Z] 6747b4aa1d49: Verifying Checksum [2024-02-21T03:03:39.023Z] 6747b4aa1d49: Download complete [2024-02-21T03:03:39.023Z] a5449a857d65: Pull complete [2024-02-21T03:03:39.023Z] d1935d92e1c6: Verifying Checksum [2024-02-21T03:03:39.023Z] d1935d92e1c6: Download complete [2024-02-21T03:03:39.023Z] 820ac51fb076: Verifying Checksum [2024-02-21T03:03:39.023Z] 820ac51fb076: Download complete [2024-02-21T03:03:39.282Z] 3dde2c9dd264: Pull complete [2024-02-21T03:03:39.539Z] a2097d940bc7: Verifying Checksum [2024-02-21T03:03:39.539Z] a2097d940bc7: Download complete [2024-02-21T03:03:39.798Z] 44b786ed2257: Pull complete [2024-02-21T03:03:39.798Z] 36fa2b1e15e2: Pull complete [2024-02-21T03:03:40.056Z] 4b17757db9c4: Pull complete [2024-02-21T03:03:40.056Z] aa8480c0a982: Pull complete [2024-02-21T03:03:40.315Z] 6747b4aa1d49: Pull complete [2024-02-21T03:03:40.315Z] a87b7b228fe9: Pull complete [2024-02-21T03:03:40.573Z] b71bafe58ee8: Pull complete [2024-02-21T03:03:41.506Z] a2097d940bc7: Pull complete [2024-02-21T03:03:41.506Z] d1935d92e1c6: Pull complete [2024-02-21T03:03:41.768Z] 820ac51fb076: Pull complete [2024-02-21T03:03:41.768Z] Digest: sha256:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78 [2024-02-21T03:03:41.768Z] Status: Downloaded newer image for docker:latest [2024-02-21T03:03:44.335Z] ---> 2b90b6194b89 [2024-02-21T03:03:44.335Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-21T03:03:44.335Z] ---> Running in bc319aa32667 [2024-02-21T03:03:44.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-21T03:03:44.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-21T03:03:44.595Z] OK: 264 MiB in 52 packages [2024-02-21T03:03:44.855Z] Removing intermediate container bc319aa32667 [2024-02-21T03:03:44.855Z] ---> 90a5f5349ebe [2024-02-21T03:03:44.855Z] Step 10/15 : ENV GO111MODULE=on [2024-02-21T03:03:44.855Z] ---> Running in dae6deba86c6 [2024-02-21T03:03:45.113Z] Removing intermediate container dae6deba86c6 [2024-02-21T03:03:45.113Z] ---> 50e4a4308b06 [2024-02-21T03:03:45.113Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-02-21T03:03:45.113Z] ---> Running in 69e41cf98eaa [2024-02-21T03:03:45.113Z] Removing intermediate container 69e41cf98eaa [2024-02-21T03:03:45.113Z] ---> cbbd050e5468 [2024-02-21T03:03:45.113Z] Step 12/15 : COPY go.mod vendor* ./ [2024-02-21T03:03:45.370Z] ---> b552746410e5 [2024-02-21T03:03:45.370Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-21T03:03:45.370Z] ---> Running in 539be70b7d72 [2024-02-21T03:04:17.463Z] Removing intermediate container 539be70b7d72 [2024-02-21T03:04:17.463Z] ---> 30de39162d20 [2024-02-21T03:04:17.463Z] Step 14/15 : COPY . . [2024-02-21T03:04:17.463Z] ---> ee6380736019 [2024-02-21T03:04:17.463Z] Step 15/15 : RUN ${MAKE} [2024-02-21T03:04:17.463Z] ---> Running in 3bc4821025f2 [2024-02-21T03:04:17.463Z] noop [2024-02-21T03:04:17.463Z] Removing intermediate container 3bc4821025f2 [2024-02-21T03:04:17.463Z] ---> ee796d3089bc [2024-02-21T03:04:17.463Z] Successfully built ee796d3089bc [2024-02-21T03:04:17.463Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:04:17.981Z] + docker inspect -f . ci-base-image-x86_64 [2024-02-21T03:04:17.981Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-21T03:04:18.177Z] prd-ubuntu20.04-docker-8c-8g-1378 does not seem to be running inside a container [2024-02-21T03:04:18.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-705 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705:/w/workspace/edgexfoundry_edgex-ui-go_PR-705:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-705@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 [2024-02-21T03:04:18.522Z] $ docker top e182f153c1573314c60c7ed25f80c50c925bb61eca3088c551c50d357ba35f69 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-21T03:04:18.978Z] + go version [2024-02-21T03:04:18.978Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-02-21T03:04:19.013Z] $ docker stop --time=1 e182f153c1573314c60c7ed25f80c50c925bb61eca3088c551c50d357ba35f69 [2024-02-21T03:04:20.274Z] $ docker rm -f --volumes e182f153c1573314c60c7ed25f80c50c925bb61eca3088c551c50d357ba35f69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:04:21.232Z] + docker inspect -f . ci-base-image-x86_64 [2024-02-21T03:04:21.232Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-21T03:04:21.436Z] prd-ubuntu20.04-docker-8c-8g-1378 does not seem to be running inside a container [2024-02-21T03:04:21.535Z] $ 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-705 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705:/w/workspace/edgexfoundry_edgex-ui-go_PR-705:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-705@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 [2024-02-21T03:04:21.864Z] $ docker top 15bd0c3887724d62f840fbc1c44cdf3ccdd4855541196a45748c56b913d7c99f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-21T03:04:22.329Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-705 [Pipeline] fileExists [Pipeline] sh [2024-02-21T03:04:22.721Z] + make test [2024-02-21T03:04:22.721Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2024-02-21T03:04:24.099Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2024-02-21T03:04:32.216Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2024-02-21T03:04:32.216Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2024-02-21T03:04:32.216Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2024-02-21T03:04:32.216Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2024-02-21T03:04:32.216Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2024-02-21T03:04:32.216Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2024-02-21T03:04:32.216Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2024-02-21T03:04:32.216Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2024-02-21T03:04:32.216Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2024-02-21T03:04:35.539Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-02-21T03:04:35.539Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-02-21T03:04:35.539Z] ./bin/test-attribution-txt.sh [2024-02-21T03:04:35.539Z] make -C web test [2024-02-21T03:04:35.539Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-705/web' [2024-02-21T03:04:35.539Z] make[1]: tput: No such file or directory [2024-02-21T03:04:35.539Z] make[1]: tput: No such file or directory [2024-02-21T03:04:35.539Z] warning: generating ./VERSION [2024-02-21T03:04:35.539Z] echo "0.0.0" > VERSION [2024-02-21T03:04:35.539Z] docker build \ [2024-02-21T03:04:35.539Z] -f Dockerfile \ [2024-02-21T03:04:35.539Z] --build-arg USER=1000 \ [2024-02-21T03:04:35.539Z] \ [2024-02-21T03:04:35.539Z] --label "git_sha=35c7b872206ec96c8d532a2d79d9fc23d53d4350" \ [2024-02-21T03:04:35.539Z] -t edgexfoundry/edgex-web-ui:35c7b872206ec96c8d532a2d79d9fc23d53d4350 \ [2024-02-21T03:04:35.539Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2024-02-21T03:04:35.539Z] . [2024-02-21T03:04:35.539Z] DEPRECATED: The legacy builder is deprecated and will be removed in a future release. [2024-02-21T03:04:35.539Z] Install the buildx component to build images with BuildKit: [2024-02-21T03:04:35.539Z] https://docs.docker.com/go/buildx/ [2024-02-21T03:04:35.539Z] [2024-02-21T03:04:35.539Z] Sending build context to Docker daemon 2.62MB [2024-02-21T03:04:35.539Z] Step 1/11 : FROM node:18-alpine3.18 [2024-02-21T03:04:35.797Z] 18-alpine3.18: Pulling from library/node [2024-02-21T03:04:35.797Z] 619be1103602: Pulling fs layer [2024-02-21T03:04:35.797Z] 3ca0848cfd88: Pulling fs layer [2024-02-21T03:04:35.797Z] ea995ae82edc: Pulling fs layer [2024-02-21T03:04:35.797Z] 8ef45897bdf2: Pulling fs layer [2024-02-21T03:04:35.797Z] ea995ae82edc: Verifying Checksum [2024-02-21T03:04:35.797Z] ea995ae82edc: Download complete [2024-02-21T03:04:35.797Z] 8ef45897bdf2: Download complete [2024-02-21T03:04:35.797Z] 619be1103602: Verifying Checksum [2024-02-21T03:04:35.797Z] 619be1103602: Download complete [2024-02-21T03:04:36.053Z] 619be1103602: Pull complete [2024-02-21T03:04:36.053Z] 3ca0848cfd88: Verifying Checksum [2024-02-21T03:04:36.053Z] 3ca0848cfd88: Download complete [2024-02-21T03:04:37.425Z] 3ca0848cfd88: Pull complete [2024-02-21T03:04:37.425Z] ea995ae82edc: Pull complete [2024-02-21T03:04:37.425Z] 8ef45897bdf2: Pull complete [2024-02-21T03:04:37.425Z] Digest: sha256:bacc59da35fc5ddf4b93846733e0d5b9bfe49a118a0240e9d31578dd6a7417c0 [2024-02-21T03:04:37.425Z] Status: Downloaded newer image for node:18-alpine3.18 [2024-02-21T03:04:37.425Z] ---> 4f966fe318ae [2024-02-21T03:04:37.425Z] Step 2/11 : RUN apk add --no-cache chromium [2024-02-21T03:04:39.984Z] ---> Running in 61ffe74c0675 [2024-02-21T03:04:39.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-21T03:04:40.242Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-21T03:04:40.501Z] (1/154) Installing libexpat (2.6.0-r0) [2024-02-21T03:04:40.501Z] (2/154) Installing brotli-libs (1.0.9-r14) [2024-02-21T03:04:40.501Z] (3/154) Installing libbz2 (1.0.8-r5) [2024-02-21T03:04:40.501Z] (4/154) Installing libpng (1.6.39-r3) [2024-02-21T03:04:40.501Z] (5/154) Installing freetype (2.13.0-r5) [2024-02-21T03:04:40.502Z] (6/154) Installing fontconfig (2.14.2-r3) [2024-02-21T03:04:40.502Z] (7/154) Installing libfontenc (1.1.7-r2) [2024-02-21T03:04:40.502Z] (8/154) Installing mkfontscale (1.2.2-r3) [2024-02-21T03:04:40.761Z] (9/154) Installing font-opensans (0_git20210927-r1) [2024-02-21T03:04:40.761Z] (10/154) Installing pkgconf (1.9.5-r0) [2024-02-21T03:04:40.761Z] (11/154) Installing libffi (3.4.4-r2) [2024-02-21T03:04:40.761Z] (12/154) Installing libintl (0.21.1-r7) [2024-02-21T03:04:40.761Z] (13/154) Installing libblkid (2.38.1-r8) [2024-02-21T03:04:40.761Z] (14/154) Installing libmount (2.38.1-r8) [2024-02-21T03:04:40.761Z] (15/154) Installing pcre2 (10.42-r1) [2024-02-21T03:04:40.761Z] (16/154) Installing glib (2.76.6-r0) [2024-02-21T03:04:40.761Z] (17/154) Installing xz-libs (5.4.3-r0) [2024-02-21T03:04:40.761Z] (18/154) Installing libxml2 (2.11.7-r0) [2024-02-21T03:04:40.761Z] (19/154) Installing shared-mime-info (2.2-r5) [2024-02-21T03:04:40.761Z] (20/154) Installing hicolor-icon-theme (0.17-r2) [2024-02-21T03:04:41.020Z] (21/154) Installing libjpeg-turbo (2.1.5.1-r3) [2024-02-21T03:04:41.020Z] (22/154) Installing libwebp (1.3.2-r0) [2024-02-21T03:04:41.020Z] (23/154) Installing zstd-libs (1.5.5-r4) [2024-02-21T03:04:41.020Z] (24/154) Installing tiff (4.5.1-r0) [2024-02-21T03:04:41.020Z] (25/154) Installing gdk-pixbuf (2.42.10-r5) [2024-02-21T03:04:41.020Z] (26/154) Installing gtk-update-icon-cache (3.24.38-r1) [2024-02-21T03:04:41.020Z] (27/154) Installing libxau (1.0.11-r2) [2024-02-21T03:04:41.020Z] (28/154) Installing libmd (1.0.4-r2) [2024-02-21T03:04:41.020Z] (29/154) Installing libbsd (0.11.7-r1) [2024-02-21T03:04:41.020Z] (30/154) Installing libxdmcp (1.1.4-r2) [2024-02-21T03:04:41.020Z] (31/154) Installing libxcb (1.15-r1) [2024-02-21T03:04:41.020Z] (32/154) Installing libx11 (1.8.7-r0) [2024-02-21T03:04:41.020Z] (33/154) Installing libxcomposite (0.4.6-r3) [2024-02-21T03:04:41.020Z] (34/154) Installing libxfixes (6.0.1-r2) [2024-02-21T03:04:41.020Z] (35/154) Installing libxrender (0.9.11-r3) [2024-02-21T03:04:41.020Z] (36/154) Installing libxcursor (1.2.1-r2) [2024-02-21T03:04:41.020Z] (37/154) Installing libxdamage (1.1.6-r2) [2024-02-21T03:04:41.020Z] (38/154) Installing libxext (1.3.5-r2) [2024-02-21T03:04:41.020Z] (39/154) Installing libxi (1.8.1-r0) [2024-02-21T03:04:41.020Z] (40/154) Installing libxinerama (1.1.5-r2) [2024-02-21T03:04:41.020Z] (41/154) Installing libxrandr (1.5.3-r2) [2024-02-21T03:04:41.020Z] (42/154) Installing libatk-1.0 (2.48.4-r0) [2024-02-21T03:04:41.020Z] (43/154) Installing libxtst (1.2.4-r2) [2024-02-21T03:04:41.279Z] (44/154) Installing dbus-libs (1.14.8-r0) [2024-02-21T03:04:41.279Z] (45/154) Installing at-spi2-core (2.48.4-r0) [2024-02-21T03:04:41.279Z] (46/154) Installing libatk-bridge-2.0 (2.48.4-r0) [2024-02-21T03:04:41.279Z] (47/154) Installing pixman (0.42.2-r1) [2024-02-21T03:04:41.279Z] (48/154) Installing cairo (1.17.8-r1) [2024-02-21T03:04:41.279Z] (49/154) Installing cairo-gobject (1.17.8-r1) [2024-02-21T03:04:41.279Z] (50/154) Installing avahi-libs (0.8-r13) [2024-02-21T03:04:41.279Z] (51/154) Installing gmp (6.2.1-r3) [2024-02-21T03:04:41.279Z] (52/154) Installing nettle (3.8.1-r2) [2024-02-21T03:04:41.279Z] (53/154) Installing libunistring (1.1-r1) [2024-02-21T03:04:41.279Z] (54/154) Installing libidn2 (2.3.4-r1) [2024-02-21T03:04:41.279Z] (55/154) Installing p11-kit (0.24.1-r2) [2024-02-21T03:04:41.279Z] (56/154) Installing libtasn1 (4.19.0-r1) [2024-02-21T03:04:41.279Z] (57/154) Installing gnutls (3.8.3-r0) [2024-02-21T03:04:41.279Z] (58/154) Installing cups-libs (2.4.7-r0) [2024-02-21T03:04:41.279Z] (59/154) Installing libepoxy (1.5.10-r1) [2024-02-21T03:04:41.279Z] (60/154) Installing fribidi (1.0.13-r0) [2024-02-21T03:04:41.279Z] (61/154) Installing graphite2 (1.3.14-r5) [2024-02-21T03:04:41.279Z] (62/154) Installing harfbuzz (7.3.0-r0) [2024-02-21T03:04:41.538Z] (63/154) Installing libxft (2.3.8-r1) [2024-02-21T03:04:41.538Z] (64/154) Installing pango (1.50.14-r1) [2024-02-21T03:04:41.538Z] (65/154) Installing wayland-libs-client (1.22.0-r2) [2024-02-21T03:04:41.538Z] (66/154) Installing wayland-libs-cursor (1.22.0-r2) [2024-02-21T03:04:41.538Z] (67/154) Installing wayland-libs-egl (1.22.0-r2) [2024-02-21T03:04:41.538Z] (68/154) Installing xkeyboard-config (2.38-r0) [2024-02-21T03:04:41.538Z] (69/154) Installing libxkbcommon (1.5.0-r2) [2024-02-21T03:04:41.538Z] (70/154) Installing gtk+3.0 (3.24.38-r1) [2024-02-21T03:04:41.538Z] Executing gtk+3.0-3.24.38-r1.post-install [2024-02-21T03:04:41.798Z] (71/154) Installing icu-data-full (73.2-r2) [2024-02-21T03:04:42.368Z] (72/154) Installing mesa (23.0.4-r0) [2024-02-21T03:04:42.368Z] (73/154) Installing llvm15-libs (15.0.7-r6) [2024-02-21T03:04:43.303Z] (74/154) Installing hwdata-pci (0.370-r0) [2024-02-21T03:04:43.303Z] (75/154) Installing libpciaccess (0.17-r2) [2024-02-21T03:04:43.303Z] (76/154) Installing libdrm (2.4.115-r4) [2024-02-21T03:04:43.303Z] (77/154) Installing musl-fts (1.2.7-r5) [2024-02-21T03:04:43.303Z] (78/154) Installing libelf (0.189-r2) [2024-02-21T03:04:43.303Z] (79/154) Installing mesa-glapi (23.0.4-r0) [2024-02-21T03:04:43.303Z] (80/154) Installing mesa-dri-gallium (23.0.4-r0) [2024-02-21T03:04:43.872Z] (81/154) Installing eudev-libs (3.2.11-r8) [2024-02-21T03:04:43.872Z] (82/154) Installing libmagic (5.45-r0) [2024-02-21T03:04:43.872Z] (83/154) Installing file (5.45-r0) [2024-02-21T03:04:43.872Z] (84/154) Installing libice (1.1.1-r2) [2024-02-21T03:04:43.872Z] (85/154) Installing libuuid (2.38.1-r8) [2024-02-21T03:04:43.872Z] (86/154) Installing libsm (1.2.4-r1) [2024-02-21T03:04:43.872Z] (87/154) Installing libxt (1.3.0-r2) [2024-02-21T03:04:43.872Z] (88/154) Installing libxmu (1.1.4-r2) [2024-02-21T03:04:43.872Z] (89/154) Installing xset (1.2.5-r1) [2024-02-21T03:04:43.872Z] (90/154) Installing xprop (1.2.7-r0) [2024-02-21T03:04:43.872Z] (91/154) Installing xdg-utils (1.1.3-r4) [2024-02-21T03:04:43.872Z] (92/154) Installing libogg (1.3.5-r4) [2024-02-21T03:04:43.872Z] (93/154) Installing flac-libs (1.4.3-r0) [2024-02-21T03:04:43.872Z] (94/154) Installing alsa-lib (1.2.9-r1) [2024-02-21T03:04:43.872Z] (95/154) Installing libatomic (12.2.1_git20220924-r10) [2024-02-21T03:04:43.872Z] (96/154) Installing svt-av1-libs (1.6.0-r0) [2024-02-21T03:04:44.186Z] (97/154) Installing aom-libs (3.6.1-r0) [2024-02-21T03:04:44.186Z] (98/154) Installing libva (2.18.0-r1) [2024-02-21T03:04:44.186Z] (99/154) Installing libvdpau (1.5-r1) [2024-02-21T03:04:44.186Z] (100/154) Installing onevpl-libs (2023.2.1-r0) [2024-02-21T03:04:44.186Z] (101/154) Installing ffmpeg-libavutil (6.0.1-r0) [2024-02-21T03:04:44.186Z] (102/154) Installing libdav1d (1.2.1-r0) [2024-02-21T03:04:44.186Z] (103/154) Installing libhwy (1.0.4-r1) [2024-02-21T03:04:44.186Z] (104/154) Installing lcms2 (2.15-r2) [2024-02-21T03:04:44.186Z] (105/154) Installing libjxl (0.8.2-r0) [2024-02-21T03:04:44.447Z] (106/154) Installing lame-libs (3.100-r5) [2024-02-21T03:04:44.448Z] (107/154) Installing opus (1.4-r0) [2024-02-21T03:04:44.448Z] (108/154) Installing libgomp (12.2.1_git20220924-r10) [2024-02-21T03:04:44.448Z] (109/154) Installing soxr (0.1.3-r5) [2024-02-21T03:04:44.448Z] (110/154) Installing ffmpeg-libswresample (6.0.1-r0) [2024-02-21T03:04:44.448Z] (111/154) Installing libtheora (1.1.1-r17) [2024-02-21T03:04:44.448Z] (112/154) Installing libvorbis (1.3.7-r1) [2024-02-21T03:04:44.448Z] (113/154) Installing libvpx (1.13.0-r2) [2024-02-21T03:04:44.448Z] (114/154) Installing x264-libs (0.164_git20220602-r1) [2024-02-21T03:04:44.448Z] (115/154) Installing numactl (2.0.16-r4) [2024-02-21T03:04:44.724Z] (116/154) Installing x265-libs (3.5-r4) [2024-02-21T03:04:44.724Z] (117/154) Installing xvidcore (1.3.7-r1) [2024-02-21T03:04:44.724Z] (118/154) Installing ffmpeg-libavcodec (6.0.1-r0) [2024-02-21T03:04:45.013Z] (119/154) Installing libbluray (1.3.4-r0) [2024-02-21T03:04:45.013Z] (120/154) Installing mpg123-libs (1.31.3-r1) [2024-02-21T03:04:45.013Z] (121/154) Installing libopenmpt (0.7.2-r0) [2024-02-21T03:04:45.013Z] (122/154) Installing cjson (1.7.17-r0) [2024-02-21T03:04:45.013Z] (123/154) Installing mbedtls (2.28.7-r0) [2024-02-21T03:04:45.013Z] (124/154) Installing librist (0.2.7-r0) [2024-02-21T03:04:45.274Z] (125/154) Installing libsrt (1.5.2-r0) [2024-02-21T03:04:45.274Z] (126/154) Installing libssh (0.10.5-r0) [2024-02-21T03:04:45.274Z] (127/154) Installing libsodium (1.0.18-r3) [2024-02-21T03:04:45.274Z] (128/154) Installing libzmq (4.3.4-r4) [2024-02-21T03:04:45.274Z] (129/154) Installing ffmpeg-libavformat (6.0.1-r0) [2024-02-21T03:04:45.274Z] (130/154) Installing libevent (2.1.12-r6) [2024-02-21T03:04:45.274Z] (131/154) Installing wayland-libs-server (1.22.0-r2) [2024-02-21T03:04:45.274Z] (132/154) Installing mesa-gbm (23.0.4-r0) [2024-02-21T03:04:45.274Z] (133/154) Installing harfbuzz-subset (7.3.0-r0) [2024-02-21T03:04:45.274Z] (134/154) Installing icu-libs (73.2-r2) [2024-02-21T03:04:45.537Z] (135/154) Installing jsoncpp (1.9.5-r0) [2024-02-21T03:04:45.537Z] (136/154) Installing minizip (1.2.13-r1) [2024-02-21T03:04:45.537Z] (137/154) Installing nspr (4.35-r2) [2024-02-21T03:04:45.537Z] (138/154) Installing sqlite-libs (3.41.2-r3) [2024-02-21T03:04:45.537Z] (139/154) Installing nss (3.94-r0) [2024-02-21T03:04:45.537Z] (140/154) Installing pipewire-libs (0.3.70-r1) [2024-02-21T03:04:45.537Z] (141/154) Installing libasyncns (0.8-r1) [2024-02-21T03:04:45.537Z] (142/154) Installing libltdl (2.4.7-r2) [2024-02-21T03:04:45.537Z] (143/154) Installing orc (0.4.34-r0) [2024-02-21T03:04:45.798Z] (144/154) Installing libsndfile (1.2.0-r2) [2024-02-21T03:04:45.798Z] (145/154) Installing speexdsp (1.2.1-r1) [2024-02-21T03:04:45.798Z] (146/154) Installing tdb-libs (1.4.8-r1) [2024-02-21T03:04:45.798Z] (147/154) Installing libpulse (16.1-r10) [2024-02-21T03:04:45.798Z] (148/154) Installing snappy (1.1.10-r1) [2024-02-21T03:04:45.798Z] (149/154) Installing libwoff2common (1.0.2-r2) [2024-02-21T03:04:45.798Z] (150/154) Installing libwoff2enc (1.0.2-r2) [2024-02-21T03:04:45.798Z] (151/154) Installing libgpg-error (1.47-r1) [2024-02-21T03:04:45.798Z] (152/154) Installing libgcrypt (1.10.2-r1) [2024-02-21T03:04:45.798Z] (153/154) Installing libxslt (1.1.38-r0) [2024-02-21T03:04:45.798Z] (154/154) Installing chromium (119.0.6045.159-r0) [2024-02-21T03:04:51.062Z] Executing busybox-1.36.1-r5.trigger [2024-02-21T03:04:51.062Z] Executing fontconfig-2.14.2-r3.trigger [2024-02-21T03:04:51.062Z] Executing mkfontscale-1.2.2-r3.trigger [2024-02-21T03:04:51.062Z] Executing glib-2.76.6-r0.trigger [2024-02-21T03:04:51.062Z] Executing shared-mime-info-2.2-r5.trigger [2024-02-21T03:04:51.062Z] Executing gdk-pixbuf-2.42.10-r5.trigger [2024-02-21T03:04:51.062Z] Executing gtk-update-icon-cache-3.24.38-r1.trigger [2024-02-21T03:04:51.062Z] OK: 580 MiB in 171 packages [2024-02-21T03:05:01.034Z] Removing intermediate container 61ffe74c0675 [2024-02-21T03:05:01.034Z] ---> bcd88780a5e0 [2024-02-21T03:05:01.034Z] Step 3/11 : ENV CHROME_BIN=/usr/bin/chromium-browser [2024-02-21T03:05:01.034Z] ---> Running in 114b816623ff [2024-02-21T03:05:01.034Z] Removing intermediate container 114b816623ff [2024-02-21T03:05:01.034Z] ---> 1161c60da137 [2024-02-21T03:05:01.034Z] Step 4/11 : ENV NODE_OPTIONS=--openssl-legacy-provider [2024-02-21T03:05:01.034Z] ---> Running in 84b66aa9b462 [2024-02-21T03:05:01.034Z] Removing intermediate container 84b66aa9b462 [2024-02-21T03:05:01.034Z] ---> 2f46735afcbf [2024-02-21T03:05:01.034Z] Step 5/11 : ENV PATH /app/node_modules/.bin:$PATH [2024-02-21T03:05:01.034Z] ---> Running in c485b4142664 [2024-02-21T03:05:01.034Z] Removing intermediate container c485b4142664 [2024-02-21T03:05:01.034Z] ---> 528750369b26 [2024-02-21T03:05:01.034Z] Step 6/11 : RUN npm install -g npm [2024-02-21T03:05:01.034Z] ---> Running in ad266bc5be52 [2024-02-21T03:05:07.597Z] [2024-02-21T03:05:07.597Z] removed 25 packages, and changed 45 packages in 6s [2024-02-21T03:05:07.597Z] [2024-02-21T03:05:07.597Z] 24 packages are looking for funding [2024-02-21T03:05:07.597Z] run `npm fund` for details [2024-02-21T03:05:08.532Z] Removing intermediate container ad266bc5be52 [2024-02-21T03:05:08.532Z] ---> 76788bc7c998 [2024-02-21T03:05:08.532Z] Step 7/11 : ARG USER=1000 [2024-02-21T03:05:08.532Z] ---> Running in c4219d8dd863 [2024-02-21T03:05:08.791Z] Removing intermediate container c4219d8dd863 [2024-02-21T03:05:08.791Z] ---> db2fc5f894f8 [2024-02-21T03:05:08.791Z] Step 8/11 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2024-02-21T03:05:08.791Z] ---> Running in a0a57fb7bd68 [2024-02-21T03:05:09.359Z] Removing intermediate container a0a57fb7bd68 [2024-02-21T03:05:09.359Z] ---> 55ea40c6ec5a [2024-02-21T03:05:09.359Z] Step 9/11 : USER $USER:$USER [2024-02-21T03:05:09.359Z] ---> Running in 03203302f03b [2024-02-21T03:05:09.359Z] Removing intermediate container 03203302f03b [2024-02-21T03:05:09.359Z] ---> acc150739480 [2024-02-21T03:05:09.359Z] Step 10/11 : WORKDIR /app [2024-02-21T03:05:09.359Z] ---> Running in d22043bfc282 [2024-02-21T03:05:09.359Z] Removing intermediate container d22043bfc282 [2024-02-21T03:05:09.359Z] ---> 05e6be71dcac [2024-02-21T03:05:09.359Z] Step 11/11 : LABEL git_sha=35c7b872206ec96c8d532a2d79d9fc23d53d4350 [2024-02-21T03:05:09.359Z] ---> Running in c2c4a3b58542 [2024-02-21T03:05:09.619Z] Removing intermediate container c2c4a3b58542 [2024-02-21T03:05:09.619Z] ---> c84d6bfd60aa [2024-02-21T03:05:09.619Z] Successfully built c84d6bfd60aa [2024-02-21T03:05:09.619Z] Successfully tagged edgexfoundry/edgex-web-ui:35c7b872206ec96c8d532a2d79d9fc23d53d4350 [2024-02-21T03:05:09.619Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2024-02-21T03:05:09.619Z] touch edgex-web-ui.imagebuilt [2024-02-21T03:05:09.619Z] mkdir -p node_modules coverage [2024-02-21T03:05:09.619Z] chown "1000:1000" . node_modules coverage package-lock.json [2024-02-21T03:05:09.619Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2024-02-21T03:05:21.824Z] npm WARN deprecated har-validator@5.1.5: this library is no longer supported [2024-02-21T03:05:21.824Z] npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead [2024-02-21T03:05:21.824Z] npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs [2024-02-21T03:05:21.824Z] npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead [2024-02-21T03:05:21.824Z] 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. [2024-02-21T03:05:21.824Z] npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. [2024-02-21T03:05:21.824Z] 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. [2024-02-21T03:05:22.084Z] 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. [2024-02-21T03:05:22.750Z] npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 [2024-02-21T03:05:23.692Z] npm WARN deprecated @wessberg/ts-evaluator@0.0.27: this package has been renamed to ts-evaluator. Please install ts-evaluator instead [2024-02-21T03:05:24.264Z] 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 [2024-02-21T03:05:24.521Z] 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 [2024-02-21T03:05:25.897Z] 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. [2024-02-21T03:05:31.195Z] [2024-02-21T03:05:31.195Z] added 1182 packages, and audited 1183 packages in 21s [2024-02-21T03:05:31.195Z] [2024-02-21T03:05:31.195Z] 100 packages are looking for funding [2024-02-21T03:05:31.195Z] run `npm fund` for details [2024-02-21T03:05:31.195Z] [2024-02-21T03:05:31.195Z] 19 vulnerabilities (12 moderate, 6 high, 1 critical) [2024-02-21T03:05:31.195Z] [2024-02-21T03:05:31.195Z] To address issues that do not require attention, run: [2024-02-21T03:05:31.195Z] npm audit fix [2024-02-21T03:05:31.195Z] [2024-02-21T03:05:31.195Z] To address all issues (including breaking changes), run: [2024-02-21T03:05:31.195Z] npm audit fix --force [2024-02-21T03:05:31.195Z] [2024-02-21T03:05:31.195Z] Run `npm audit` for details. [2024-02-21T03:05:33.847Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1380 in /w/workspace/edgexfoundry_edgex-ui-go_PR-705 [Pipeline] { [Pipeline] ws [2024-02-21T03:05:33.938Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2024-02-21T03:05:40.409Z] The recommended git tool is: git [2024-02-21T03:05:41.208Z] 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 [2024-02-21T03:05:43.117Z] - Generating browser application bundles (phase: setup)... [2024-02-21T03:05:46.942Z] using credential edgex-jenkins-ssh [2024-02-21T03:05:46.972Z] Cloning the remote Git repository [2024-02-21T03:05:47.026Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2024-02-21T03:05:47.136Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2024-02-21T03:05:47.351Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2024-02-21T03:05:47.352Z] > git --version # timeout=10 [2024-02-21T03:05:47.379Z] > git --version # 'git version 2.25.1' [2024-02-21T03:05:47.381Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-21T03:05:47.550Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-02-21T03:05:54.997Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2024-02-21T03:05:55.033Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-02-21T03:05:56.936Z] Merging remotes/origin/main commit d9fc1cd79997bee2dad67cb4a71f5bce9889504c into PR head commit 35c7b872206ec96c8d532a2d79d9fc23d53d4350 [2024-02-21T03:05:56.344Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2024-02-21T03:05:56.396Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2024-02-21T03:05:56.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-21T03:05:56.428Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/705/head:refs/remotes/origin/PR-705 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-02-21T03:05:56.979Z] > git config core.sparsecheckout # timeout=10 [2024-02-21T03:05:57.063Z] > git checkout -f 35c7b872206ec96c8d532a2d79d9fc23d53d4350 # timeout=10 [2024-02-21T03:05:57.640Z] Merge succeeded, producing 35c7b872206ec96c8d532a2d79d9fc23d53d4350 [2024-02-21T03:05:57.641Z] Checking out Revision 35c7b872206ec96c8d532a2d79d9fc23d53d4350 (PR-705) [2024-02-21T03:05:57.481Z] > git remote # timeout=10 [2024-02-21T03:05:57.514Z] > git config --get remote.origin.url # timeout=10 [2024-02-21T03:05:57.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-21T03:05:57.586Z] > git merge d9fc1cd79997bee2dad67cb4a71f5bce9889504c # timeout=10 [2024-02-21T03:05:57.626Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-02-21T03:05:57.658Z] > git config core.sparsecheckout # timeout=10 [2024-02-21T03:05:57.688Z] > git checkout -f 35c7b872206ec96c8d532a2d79d9fc23d53d4350 # timeout=10 [2024-02-21T03:05:59.089Z] Commit message: "chore(deps-dev): Bump ip from 2.0.0 to 2.0.1 in /web" [2024-02-21T03:05:59.154Z] > git --version # timeout=10 [2024-02-21T03:05:59.222Z] > git --version # 'git version 2.25.1' [2024-02-21T03:05:59.320Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-02-21T03:06:00.852Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-02-21T03:06:00.852Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-21T03:06:00.852Z] Dload Upload Total Spent Left Speed [2024-02-21T03:06:00.852Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 71664 0 --:--:-- --:--:-- --:--:-- 71664 [Pipeline] sh [2024-02-21T03:06:01.217Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-02-21T03:06:01.595Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-02-21T03:06:01.595Z] + sudo tee /etc/docker/daemon.new [2024-02-21T03:06:01.873Z] { [2024-02-21T03:06:01.873Z] "registry-mirrors": [ [2024-02-21T03:06:01.873Z] "https://nexus3.edgexfoundry.org:10001" [2024-02-21T03:06:01.873Z] ], [2024-02-21T03:06:01.873Z] "bip": "10.250.0.254/24", [2024-02-21T03:06:01.873Z] "hosts": [ [2024-02-21T03:06:01.873Z] "tcp://0.0.0.0:5555", [2024-02-21T03:06:01.873Z] "unix:///var/run/docker.sock" [2024-02-21T03:06:01.873Z] ], [2024-02-21T03:06:01.873Z] "mtu": 1458, [2024-02-21T03:06:01.873Z] "selinux-enabled": true, [2024-02-21T03:06:01.873Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-02-21T03:06:01.873Z] } [Pipeline] sh [2024-02-21T03:06:02.244Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-02-21T03:06:02.616Z] + sudo service docker restart [2024-02-21T03:06:09.673Z] ✔ Browser application bundle generation complete. [2024-02-21T03:06:09.674Z] 21 02 2024 03:06:06.534:INFO [karma-server]: Karma v6.3.16 server started at http://localhost:9876/ [2024-02-21T03:06:09.674Z] 21 02 2024 03:06:06.536:INFO [launcher]: Launching browsers ChromeHeadlessNoSandbox with concurrency unlimited [2024-02-21T03:06:09.674Z] 21 02 2024 03:06:06.540:INFO [launcher]: Starting browser ChromeHeadless [2024-02-21T03:06:09.674Z] 21 02 2024 03:06:06.866:INFO [Chrome Headless 119.0.6045.159 (Linux x86_64)]: Connected on socket 49_juD4O7tzGUxM3AAAB with id 7560283 [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 0 of 147 SUCCESS (0 secs / 0 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 1 of 147 SUCCESS (0 secs / 0.082 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 2 of 147 SUCCESS (0 secs / 0.09 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 3 of 147 SUCCESS (0 secs / 0.095 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 4 of 147 SUCCESS (0 secs / 0.098 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 5 of 147 SUCCESS (0 secs / 0.118 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 6 of 147 SUCCESS (0 secs / 0.214 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 7 of 147 SUCCESS (0 secs / 0.227 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 8 of 147 SUCCESS (0 secs / 0.231 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 9 of 147 SUCCESS (0 secs / 0.236 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 10 of 147 SUCCESS (0 secs / 0.242 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 11 of 147 SUCCESS (0 secs / 0.257 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 12 of 147 SUCCESS (0 secs / 0.278 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 13 of 147 SUCCESS (0 secs / 0.283 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 14 of 147 SUCCESS (0 secs / 0.285 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 15 of 147 SUCCESS (0 secs / 0.288 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 16 of 147 SUCCESS (0 secs / 0.29 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 17 of 147 SUCCESS (0 secs / 0.298 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 18 of 147 SUCCESS (0 secs / 0.329 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 19 of 147 SUCCESS (0 secs / 0.335 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 20 of 147 SUCCESS (0 secs / 0.337 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 21 of 147 SUCCESS (0 secs / 0.345 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 22 of 147 SUCCESS (0 secs / 0.346 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 23 of 147 SUCCESS (0 secs / 0.347 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 24 of 147 SUCCESS (0 secs / 0.369 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 25 of 147 SUCCESS (0 secs / 0.371 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 26 of 147 SUCCESS (0 secs / 0.378 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 27 of 147 SUCCESS (0 secs / 0.39 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 28 of 147 SUCCESS (0 secs / 0.412 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 29 of 147 SUCCESS (0 secs / 0.426 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 30 of 147 SUCCESS (0 secs / 0.434 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 31 of 147 SUCCESS (0 secs / 0.436 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 32 of 147 SUCCESS (0 secs / 0.443 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 33 of 147 SUCCESS (0 secs / 0.445 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 34 of 147 SUCCESS (0 secs / 0.448 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 35 of 147 SUCCESS (0 secs / 0.45 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 36 of 147 SUCCESS (0 secs / 0.451 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 37 of 147 SUCCESS (0 secs / 0.453 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.454 secs) [2024-02-21T03:06:09.932Z] ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): [2024-02-21T03:06:09.932Z] 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. [2024-02-21T03:06:09.932Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 38 of 147 SUCCESS (0 secs / 0.454 secs) [2024-02-21T03:06:09.932Z] ERROR: 'NG0304: 'router-outlet' is not a known element (used in the 'ProvisionWatcherCenterComponent' component template): [2024-02-21T03:06:09.932Z] 1. If 'router-outlet' is an Angular component, then verify that it is a part of an @NgModule where this component is declared. [2024-02-21T03:06:09.932Z] 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.' [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 39 of 147 SUCCESS (0 secs / 0.456 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.458 secs) [2024-02-21T03:06:09.932Z] WARN: ' [2024-02-21T03:06:09.932Z] It looks like you're using ngModel on the same form field as formControlName. [2024-02-21T03:06:09.932Z] Support for using the ngModel input property and ngModelChange event with [2024-02-21T03:06:09.932Z] reactive form directives has been deprecated in Angular v6 and will be removed [2024-02-21T03:06:09.932Z] in a future version of Angular. [2024-02-21T03:06:09.932Z] [2024-02-21T03:06:09.932Z] For more information on this, see our API docs here: [2024-02-21T03:06:09.932Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2024-02-21T03:06:09.932Z] ' [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 40 of 147 SUCCESS (0 secs / 0.458 secs) [2024-02-21T03:06:09.932Z] WARN: ' [2024-02-21T03:06:09.932Z] It looks like you're using ngModel on the same form field as formControlName. [2024-02-21T03:06:09.932Z] Support for using the ngModel input property and ngModelChange event with [2024-02-21T03:06:09.932Z] reactive form directives has been deprecated in Angular v6 and will be removed [2024-02-21T03:06:09.932Z] in a future version of Angular. [2024-02-21T03:06:09.932Z] [2024-02-21T03:06:09.932Z] For more information on this, see our API docs here: [2024-02-21T03:06:09.932Z] https://angular.io/api/forms/FormControlName#use-with-ngmodel [2024-02-21T03:06:09.932Z] ' [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 41 of 147 SUCCESS (0 secs / 0.474 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 42 of 147 SUCCESS (0 secs / 0.482 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 43 of 147 SUCCESS (0 secs / 0.484 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 44 of 147 SUCCESS (0 secs / 0.486 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 45 of 147 SUCCESS (0 secs / 0.487 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 46 of 147 SUCCESS (0 secs / 0.505 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 47 of 147 SUCCESS (0 secs / 0.51 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 48 of 147 SUCCESS (0 secs / 0.517 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 49 of 147 SUCCESS (0 secs / 0.53 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 50 of 147 SUCCESS (0 secs / 0.535 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 51 of 147 SUCCESS (0 secs / 0.537 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 52 of 147 SUCCESS (0 secs / 0.54 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 53 of 147 SUCCESS (0 secs / 0.547 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 54 of 147 SUCCESS (0 secs / 0.554 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 55 of 147 SUCCESS (0 secs / 0.555 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 56 of 147 SUCCESS (0 secs / 0.556 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 57 of 147 SUCCESS (0 secs / 0.579 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 58 of 147 SUCCESS (0 secs / 0.587 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 59 of 147 SUCCESS (0 secs / 0.588 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 60 of 147 SUCCESS (0 secs / 0.589 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 61 of 147 SUCCESS (0 secs / 0.59 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 62 of 147 SUCCESS (0 secs / 0.604 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 63 of 147 SUCCESS (0 secs / 0.607 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 64 of 147 SUCCESS (0 secs / 0.61 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 65 of 147 SUCCESS (0 secs / 0.621 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 66 of 147 SUCCESS (0 secs / 0.635 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 67 of 147 SUCCESS (0 secs / 0.639 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 68 of 147 SUCCESS (0 secs / 0.643 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 69 of 147 SUCCESS (0 secs / 0.646 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 70 of 147 SUCCESS (0 secs / 0.652 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 71 of 147 SUCCESS (0 secs / 0.658 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 72 of 147 SUCCESS (0 secs / 0.669 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 73 of 147 SUCCESS (0 secs / 0.675 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 74 of 147 SUCCESS (0 secs / 0.702 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 75 of 147 SUCCESS (0 secs / 0.705 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 76 of 147 SUCCESS (0 secs / 0.719 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 77 of 147 SUCCESS (0 secs / 0.721 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 78 of 147 SUCCESS (0 secs / 0.722 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 79 of 147 SUCCESS (0 secs / 0.724 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 80 of 147 SUCCESS (0 secs / 0.733 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 81 of 147 SUCCESS (0 secs / 0.745 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 82 of 147 SUCCESS (0 secs / 0.754 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 83 of 147 SUCCESS (0 secs / 0.766 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 84 of 147 SUCCESS (0 secs / 0.774 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 85 of 147 SUCCESS (0 secs / 0.788 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 86 of 147 SUCCESS (0 secs / 0.793 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 87 of 147 SUCCESS (0 secs / 0.797 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 88 of 147 SUCCESS (0 secs / 0.81 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 89 of 147 SUCCESS (0 secs / 0.817 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 90 of 147 SUCCESS (0 secs / 0.832 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 91 of 147 SUCCESS (0 secs / 0.861 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 92 of 147 SUCCESS (0 secs / 0.866 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 93 of 147 SUCCESS (0 secs / 0.878 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 94 of 147 SUCCESS (0 secs / 0.88 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 95 of 147 SUCCESS (0 secs / 0.89 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 96 of 147 SUCCESS (0 secs / 0.895 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 97 of 147 SUCCESS (0 secs / 0.897 secs) [2024-02-21T03:06:09.932Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 98 of 147 SUCCESS (0 secs / 0.903 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 99 of 147 SUCCESS (0 secs / 0.91 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 100 of 147 SUCCESS (0 secs / 0.92 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 101 of 147 SUCCESS (0 secs / 0.922 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 102 of 147 SUCCESS (0 secs / 0.923 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 103 of 147 SUCCESS (0 secs / 0.928 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 104 of 147 SUCCESS (0 secs / 0.931 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 105 of 147 SUCCESS (0 secs / 0.933 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 106 of 147 SUCCESS (0 secs / 0.935 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 107 of 147 SUCCESS (0 secs / 0.941 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 108 of 147 SUCCESS (0 secs / 0.969 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 109 of 147 SUCCESS (0 secs / 0.973 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 110 of 147 SUCCESS (0 secs / 0.98 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 111 of 147 SUCCESS (0 secs / 0.997 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 112 of 147 SUCCESS (0 secs / 1.014 secs) [2024-02-21T03:06:09.933Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 113 of 147 SUCCESS (0 secs / 1.026 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 114 of 147 SUCCESS (0 secs / 1.04 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 115 of 147 SUCCESS (0 secs / 1.045 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 116 of 147 SUCCESS (0 secs / 1.06 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 117 of 147 SUCCESS (0 secs / 1.064 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 118 of 147 SUCCESS (0 secs / 1.083 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 119 of 147 SUCCESS (0 secs / 1.096 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 120 of 147 SUCCESS (0 secs / 1.098 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 121 of 147 SUCCESS (0 secs / 1.103 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 122 of 147 SUCCESS (0 secs / 1.106 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 123 of 147 SUCCESS (0 secs / 1.116 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 124 of 147 SUCCESS (0 secs / 1.12 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 125 of 147 SUCCESS (0 secs / 1.121 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 126 of 147 SUCCESS (0 secs / 1.123 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 127 of 147 SUCCESS (0 secs / 1.127 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 128 of 147 SUCCESS (0 secs / 1.146 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 129 of 147 SUCCESS (0 secs / 1.148 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 130 of 147 SUCCESS (0 secs / 1.149 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 131 of 147 SUCCESS (0 secs / 1.156 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 132 of 147 SUCCESS (0 secs / 1.158 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 133 of 147 SUCCESS (0 secs / 1.162 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 134 of 147 SUCCESS (0 secs / 1.163 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 135 of 147 SUCCESS (0 secs / 1.163 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 136 of 147 SUCCESS (0 secs / 1.177 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 137 of 147 SUCCESS (0 secs / 1.191 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 138 of 147 SUCCESS (0 secs / 1.199 secs) [2024-02-21T03:06:10.191Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 139 of 147 SUCCESS (0 secs / 1.211 secs) [2024-02-21T03:06:10.450Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 140 of 147 SUCCESS (0 secs / 1.218 secs) [2024-02-21T03:06:10.450Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 141 of 147 SUCCESS (0 secs / 1.227 secs) [2024-02-21T03:06:10.450Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 142 of 147 SUCCESS (0 secs / 1.235 secs) [2024-02-21T03:06:10.450Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 143 of 147 SUCCESS (0 secs / 1.24 secs) [2024-02-21T03:06:10.450Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 144 of 147 SUCCESS (0 secs / 1.25 secs) [2024-02-21T03:06:10.450Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 145 of 147 SUCCESS (0 secs / 1.257 secs) [2024-02-21T03:06:10.450Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 146 of 147 SUCCESS (0 secs / 1.26 secs) [2024-02-21T03:06:10.450Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0 secs / 1.264 secs) [2024-02-21T03:06:10.450Z] Chrome Headless 119.0.6045.159 (Linux x86_64): Executed 147 of 147 SUCCESS (0.472 secs / 1.264 secs) [2024-02-21T03:06:10.450Z] TOTAL: 147 SUCCESS [2024-02-21T03:06:10.450Z] ✔ Browser application bundle generation complete. [2024-02-21T03:06:11.018Z] [2024-02-21T03:06:11.018Z] =============================== Coverage summary =============================== [2024-02-21T03:06:11.018Z] Statements : 39.07% ( 1375/3519 ) [2024-02-21T03:06:11.018Z] Branches : 15.3% ( 94/614 ) [2024-02-21T03:06:11.018Z] Functions : 32.22% ( 425/1319 ) [2024-02-21T03:06:11.018Z] Lines : 39% ( 1344/3446 ) [2024-02-21T03:06:11.018Z] ================================================================================ [2024-02-21T03:06:11.018Z] ✔ Browser application bundle generation complete. [2024-02-21T03:06:12.399Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-705/web' [Pipeline] echo [2024-02-21T03:06:12.443Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-02-21T03:06:12.504Z] $ docker stop --time=1 15bd0c3887724d62f840fbc1c44cdf3ccdd4855541196a45748c56b913d7c99f [2024-02-21T03:06:13.772Z] $ docker rm -f --volumes 15bd0c3887724d62f840fbc1c44cdf3ccdd4855541196a45748c56b913d7c99f [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-21T03:06:14.305Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-02-21T03:06:14.661Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-02-21T03:06:15.486Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-02-21T03:06:15.804Z] + ls -al . [2024-02-21T03:06:15.804Z] total 196 [2024-02-21T03:06:15.804Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 21 03:04 . [2024-02-21T03:06:15.804Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 21 03:02 .. [2024-02-21T03:06:15.804Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 21 03:02 .blubracket [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 18 Feb 21 03:02 .dockerignore [2024-02-21T03:06:15.804Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 21 03:03 .git [2024-02-21T03:06:15.804Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 21 03:02 .github [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 178 Feb 21 03:02 .gitignore [2024-02-21T03:06:15.804Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 21 03:03 .semver [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 9736 Feb 21 03:02 Attribution.txt [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 21430 Feb 21 03:02 CHANGELOG.md [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 21 03:02 CONTRIBUTING.md [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 21 03:02 Dockerfile [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 21 03:02 Jenkinsfile [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 21 03:02 LICENSE [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 2189 Feb 21 03:02 Makefile [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 4381 Feb 21 03:02 README.md [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 21 03:03 VERSION [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 4832 Feb 21 03:02 angularmigrationlogs.md [2024-02-21T03:06:15.804Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 21 03:02 assets [2024-02-21T03:06:15.804Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 21 03:02 bin [2024-02-21T03:06:15.804Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 21 03:02 cmd [2024-02-21T03:06:15.804Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 21 03:04 coverage.out [2024-02-21T03:06:15.804Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 21 03:02 docs [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 3557 Feb 21 03:02 go.mod [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 33511 Feb 21 03:02 go.sum [2024-02-21T03:06:15.804Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 21 03:02 internal [2024-02-21T03:06:15.804Z] -rwxrwxr-x 1 jenkins jenkins 568 Feb 21 03:02 redeploy.sh [2024-02-21T03:06:15.804Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 21 03:02 testing [2024-02-21T03:06:15.804Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 21 03:02 version.go [2024-02-21T03:06:15.804Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 21 03:05 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:06:16.248Z] + 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=35c7b872206ec96c8d532a2d79d9fc23d53d4350 --label arch=amd64 --label version=0.0.0 . [2024-02-21T03:06:17.622Z] Sending build context to Docker daemon 346.1MB [2024-02-21T03:06:17.622Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-02-21T03:06:17.622Z] Step 2/26 : FROM ${BASE} AS builder [2024-02-21T03:06:17.622Z] ---> ee796d3089bc [2024-02-21T03:06:17.622Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-02-21T03:06:20.166Z] ---> Running in 898f6b6609b0 [2024-02-21T03:06:20.166Z] Removing intermediate container 898f6b6609b0 [2024-02-21T03:06:20.166Z] ---> 7f02eef25fc6 [2024-02-21T03:06:20.166Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2024-02-21T03:06:20.166Z] ---> Running in 560b89ddd182 [2024-02-21T03:06:20.166Z] Removing intermediate container 560b89ddd182 [2024-02-21T03:06:20.166Z] ---> 0293140441ef [2024-02-21T03:06:20.166Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2024-02-21T03:06:20.166Z] ---> Running in 21327684b36f [2024-02-21T03:06:20.166Z] Removing intermediate container 21327684b36f [2024-02-21T03:06:20.166Z] ---> 9026c84c0543 [2024-02-21T03:06:20.166Z] Step 6/26 : LABEL Name=edgex-ui-go [2024-02-21T03:06:20.166Z] ---> Running in d692610c6afd [2024-02-21T03:06:20.166Z] Removing intermediate container d692610c6afd [2024-02-21T03:06:20.166Z] ---> 686eb0915da1 [2024-02-21T03:06:20.166Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-02-21T03:06:20.166Z] ---> Running in c36746dbf416 [2024-02-21T03:06:20.425Z] Removing intermediate container c36746dbf416 [2024-02-21T03:06:20.425Z] ---> ec365ab5b8e0 [2024-02-21T03:06:20.425Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-02-21T03:06:20.992Z] ---> a6bd6c34981f [2024-02-21T03:06:20.992Z] Step 9/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-21T03:06:20.992Z] ---> Running in 03b6e803162f [2024-02-21T03:06:21.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-21T03:06:21.510Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-21T03:06:21.772Z] OK: 264 MiB in 52 packages [2024-02-21T03:06:22.031Z] Removing intermediate container 03b6e803162f [2024-02-21T03:06:22.031Z] ---> 95593cfdd502 [2024-02-21T03:06:22.031Z] Step 10/26 : ENV GO111MODULE=on [2024-02-21T03:06:22.031Z] ---> Running in ea77f6d2b535 [2024-02-21T03:06:22.330Z] Removing intermediate container ea77f6d2b535 [2024-02-21T03:06:22.330Z] ---> a31bdf3bdbcd [2024-02-21T03:06:22.330Z] Step 11/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-02-21T03:06:22.330Z] ---> Running in 5b863899de41 [2024-02-21T03:06:22.330Z] Removing intermediate container 5b863899de41 [2024-02-21T03:06:22.330Z] ---> 21097e4a1008 [2024-02-21T03:06:22.330Z] Step 12/26 : COPY go.mod vendor* ./ [2024-02-21T03:06:22.590Z] ---> d7a8b08d4de4 [2024-02-21T03:06:22.590Z] Step 13/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-21T03:06:22.590Z] ---> Running in e3d4a70ba448 [2024-02-21T03:06:23.157Z] Removing intermediate container e3d4a70ba448 [2024-02-21T03:06:23.157Z] ---> 6c01b7e6c94d [2024-02-21T03:06:23.157Z] Step 14/26 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-21T03:06:24.914Z] provisioning config files... [2024-02-21T03:06:24.944Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config3330854707360968622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:06:25.455Z] ---> ****-login.sh [2024-02-21T03:06:25.455Z] nexus3.edgexfoundry.org:10001 [2024-02-21T03:06:25.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:06:25.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:06:25.995Z] Configure a credential helper to remove this warning. See [2024-02-21T03:06:25.995Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:06:25.995Z] [2024-02-21T03:06:25.995Z] Login Succeeded [2024-02-21T03:06:25.995Z] nexus3.edgexfoundry.org:10002 [2024-02-21T03:06:26.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:06:26.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:06:26.263Z] Configure a credential helper to remove this warning. See [2024-02-21T03:06:26.263Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:06:26.263Z] [2024-02-21T03:06:26.263Z] Login Succeeded [2024-02-21T03:06:26.263Z] nexus3.edgexfoundry.org:10003 [2024-02-21T03:06:26.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:06:26.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:06:26.808Z] Configure a credential helper to remove this warning. See [2024-02-21T03:06:26.808Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:06:26.808Z] [2024-02-21T03:06:26.808Z] Login Succeeded [2024-02-21T03:06:26.808Z] nexus3.edgexfoundry.org:10004 [2024-02-21T03:06:27.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:06:27.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:06:27.082Z] Configure a credential helper to remove this warning. See [2024-02-21T03:06:27.082Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:06:27.082Z] [2024-02-21T03:06:27.082Z] Login Succeeded [2024-02-21T03:06:27.082Z] ****.io [2024-02-21T03:06:27.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-21T03:06:27.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-21T03:06:27.617Z] Configure a credential helper to remove this warning. See [2024-02-21T03:06:27.617Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-21T03:06:27.617Z] [2024-02-21T03:06:27.617Z] Login Succeeded [2024-02-21T03:06:27.617Z] ---> ****-login.sh ends [Pipeline] } [2024-02-21T03:06:27.651Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-02-21T03:06:28.171Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-21T03:06:28.239Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-21T03:06:28.305Z] ========================================================= [2024-02-21T03:06:28.305Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-02-21T03:06:28.305Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [2024-02-21T03:06:28.423Z] ---> 9440aa27ea50 [2024-02-21T03:06:28.423Z] Step 15/26 : RUN ${MAKE} [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:06:28.683Z] ---> Running in 4b2db51e81ce [2024-02-21T03:06:28.941Z] 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 [2024-02-21T03:06:28.949Z] + 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 . [2024-02-21T03:06:30.380Z] Sending build context to Docker daemon 35.22MB [2024-02-21T03:06:30.380Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2024-02-21T03:06:30.380Z] Step 2/15 : FROM ${BASE} AS builder [2024-02-21T03:06:30.380Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-02-21T03:06:30.380Z] 9fda8d8052c6: Pulling fs layer [2024-02-21T03:06:30.380Z] 5d54e960e981: Pulling fs layer [2024-02-21T03:06:30.380Z] c4a7e357bf2a: Pulling fs layer [2024-02-21T03:06:30.380Z] f0e02332f6b5: Pulling fs layer [2024-02-21T03:06:30.380Z] 872ee5b61b7b: Pulling fs layer [2024-02-21T03:06:30.380Z] f0e02332f6b5: Waiting [2024-02-21T03:06:30.380Z] 0c6a40ed1a82: Pulling fs layer [2024-02-21T03:06:30.380Z] 94ae7d8d031c: Pulling fs layer [2024-02-21T03:06:30.380Z] 872ee5b61b7b: Waiting [2024-02-21T03:06:30.380Z] 0c6a40ed1a82: Waiting [2024-02-21T03:06:30.380Z] 94ae7d8d031c: Waiting [2024-02-21T03:06:30.380Z] 5d54e960e981: Verifying Checksum [2024-02-21T03:06:30.380Z] 5d54e960e981: Download complete [2024-02-21T03:06:30.380Z] f0e02332f6b5: Verifying Checksum [2024-02-21T03:06:30.380Z] f0e02332f6b5: Download complete [2024-02-21T03:06:30.380Z] 872ee5b61b7b: Verifying Checksum [2024-02-21T03:06:30.380Z] 872ee5b61b7b: Download complete [2024-02-21T03:06:30.380Z] 9fda8d8052c6: Verifying Checksum [2024-02-21T03:06:30.380Z] 9fda8d8052c6: Download complete [2024-02-21T03:06:30.970Z] 94ae7d8d031c: Verifying Checksum [2024-02-21T03:06:30.970Z] 94ae7d8d031c: Download complete [2024-02-21T03:06:31.243Z] 9fda8d8052c6: Pull complete [2024-02-21T03:06:31.838Z] 5d54e960e981: Pull complete [2024-02-21T03:06:32.425Z] c4a7e357bf2a: Verifying Checksum [2024-02-21T03:06:32.425Z] c4a7e357bf2a: Download complete [2024-02-21T03:06:33.389Z] 0c6a40ed1a82: Verifying Checksum [2024-02-21T03:06:33.389Z] 0c6a40ed1a82: Download complete [2024-02-21T03:06:45.713Z] c4a7e357bf2a: Pull complete [2024-02-21T03:06:45.713Z] f0e02332f6b5: Pull complete [2024-02-21T03:06:45.713Z] 872ee5b61b7b: Pull complete [2024-02-21T03:06:47.019Z] Removing intermediate container 4b2db51e81ce [2024-02-21T03:06:47.019Z] ---> 7a378c19500e [2024-02-21T03:06:47.019Z] Step 16/26 : FROM alpine:3.18 [2024-02-21T03:06:47.019Z] 3.18: Pulling from library/alpine [2024-02-21T03:06:47.019Z] 619be1103602: Already exists [2024-02-21T03:06:47.280Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-21T03:06:47.280Z] Status: Downloaded newer image for alpine:3.18 [2024-02-21T03:06:47.280Z] ---> d3782b16ccc9 [2024-02-21T03:06:47.280Z] Step 17/26 : RUN apk --no-cache upgrade [2024-02-21T03:06:47.280Z] ---> Running in 0aa6019cc462 [2024-02-21T03:06:47.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-21T03:06:47.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-21T03:06:47.804Z] OK: 7 MiB in 15 packages [2024-02-21T03:06:48.063Z] Removing intermediate container 0aa6019cc462 [2024-02-21T03:06:48.063Z] ---> ac2a8075ea5d [2024-02-21T03:06:48.063Z] Step 18/26 : EXPOSE 4000 [2024-02-21T03:06:48.323Z] ---> Running in cde9308a63c3 [2024-02-21T03:06:48.323Z] Removing intermediate container cde9308a63c3 [2024-02-21T03:06:48.323Z] ---> 90fc44146590 [2024-02-21T03:06:48.323Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2024-02-21T03:06:49.262Z] ---> bab3b3bd9fc0 [2024-02-21T03:06:49.262Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2024-02-21T03:06:49.262Z] ---> 9b07f547563f [2024-02-21T03:06:49.262Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2024-02-21T03:06:49.522Z] ---> 76ed031c58db [2024-02-21T03:06:49.522Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2024-02-21T03:06:49.523Z] ---> Running in d76fbfcdd167 [2024-02-21T03:06:49.523Z] Removing intermediate container d76fbfcdd167 [2024-02-21T03:06:49.523Z] ---> 2ed063385520 [2024-02-21T03:06:49.523Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2024-02-21T03:06:49.523Z] ---> Running in ec8fb98b65df [2024-02-21T03:06:49.523Z] Removing intermediate container ec8fb98b65df [2024-02-21T03:06:49.523Z] ---> 0949a6a1cc99 [2024-02-21T03:06:49.523Z] Step 24/26 : LABEL arch=amd64 [2024-02-21T03:06:49.781Z] ---> Running in a8f169b71268 [2024-02-21T03:06:49.781Z] Removing intermediate container a8f169b71268 [2024-02-21T03:06:49.781Z] ---> 2f725fece3bd [2024-02-21T03:06:49.781Z] Step 25/26 : LABEL git_sha=35c7b872206ec96c8d532a2d79d9fc23d53d4350 [2024-02-21T03:06:49.781Z] ---> Running in c759705a913d [2024-02-21T03:06:49.781Z] Removing intermediate container c759705a913d [2024-02-21T03:06:49.781Z] ---> 171bcdab6ed3 [2024-02-21T03:06:49.781Z] Step 26/26 : LABEL version=0.0.0 [2024-02-21T03:06:49.781Z] ---> Running in 266c3e394e7d [2024-02-21T03:06:49.781Z] Removing intermediate container 266c3e394e7d [2024-02-21T03:06:49.781Z] ---> 9956b31ee4d5 [2024-02-21T03:06:49.781Z] [Warning] One or more build-args [ARCH] were not consumed [2024-02-21T03:06:50.041Z] Successfully built 9956b31ee4d5 [2024-02-21T03:06:50.041Z] 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 [2024-02-21T03:06:51.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-21T03:06:51.307Z] [2024-02-21T03:06:51.307Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:06:51.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-21T03:06:51.718Z] latest: Pulling from edgex-lftools-log-publisher [2024-02-21T03:06:51.718Z] 5eb5b503b376: Pulling fs layer [2024-02-21T03:06:51.718Z] 5c69ac0246d0: Pulling fs layer [2024-02-21T03:06:51.718Z] ec43610c2a17: Pulling fs layer [2024-02-21T03:06:51.718Z] 3a2ae6a8a46f: Pulling fs layer [2024-02-21T03:06:51.718Z] 33b1e0a273af: Pulling fs layer [2024-02-21T03:06:51.718Z] 3a2ae6a8a46f: Waiting [2024-02-21T03:06:51.718Z] 5d3b04190fa2: Pulling fs layer [2024-02-21T03:06:51.718Z] 2f39f015ded8: Pulling fs layer [2024-02-21T03:06:51.718Z] 33b1e0a273af: Waiting [2024-02-21T03:06:51.718Z] 5d3b04190fa2: Waiting [2024-02-21T03:06:51.718Z] 2f39f015ded8: Waiting [2024-02-21T03:06:51.718Z] 5c69ac0246d0: Verifying Checksum [2024-02-21T03:06:51.718Z] 5c69ac0246d0: Download complete [2024-02-21T03:06:51.718Z] 33b1e0a273af: Verifying Checksum [2024-02-21T03:06:51.718Z] 33b1e0a273af: Download complete [2024-02-21T03:06:51.718Z] 5d3b04190fa2: Download complete [2024-02-21T03:06:51.718Z] ec43610c2a17: Verifying Checksum [2024-02-21T03:06:51.718Z] ec43610c2a17: Download complete [2024-02-21T03:06:51.977Z] 5eb5b503b376: Verifying Checksum [2024-02-21T03:06:51.977Z] 5eb5b503b376: Download complete [2024-02-21T03:06:52.544Z] 2f39f015ded8: Download complete [2024-02-21T03:06:53.111Z] 5eb5b503b376: Pull complete [2024-02-21T03:06:53.111Z] 5c69ac0246d0: Pull complete [2024-02-21T03:06:53.676Z] ec43610c2a17: Pull complete [2024-02-21T03:06:53.676Z] 3a2ae6a8a46f: Pull complete [2024-02-21T03:06:53.676Z] 33b1e0a273af: Pull complete [2024-02-21T03:06:53.933Z] 0c6a40ed1a82: Pull complete [2024-02-21T03:06:53.935Z] 5d3b04190fa2: Pull complete [2024-02-21T03:06:55.343Z] 94ae7d8d031c: Pull complete [2024-02-21T03:06:55.343Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-02-21T03:06:55.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-02-21T03:06:55.343Z] ---> 86de565de09d [2024-02-21T03:06:55.343Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-02-21T03:06:56.753Z] ---> Running in 33fb679d6405 [2024-02-21T03:06:57.022Z] Removing intermediate container 33fb679d6405 [2024-02-21T03:06:57.022Z] ---> b7cf87f9b5f7 [2024-02-21T03:06:57.022Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2024-02-21T03:06:57.292Z] ---> Running in 1c062f76d223 [2024-02-21T03:06:57.569Z] Removing intermediate container 1c062f76d223 [2024-02-21T03:06:57.569Z] ---> b109dde659b9 [2024-02-21T03:06:57.569Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2024-02-21T03:06:57.569Z] ---> Running in db38e582d699 [2024-02-21T03:06:57.842Z] Removing intermediate container db38e582d699 [2024-02-21T03:06:57.842Z] ---> d9c6dcb333ab [2024-02-21T03:06:57.842Z] Step 6/15 : LABEL Name=edgex-ui-go [2024-02-21T03:06:57.842Z] ---> Running in 84fd4abb1454 [2024-02-21T03:06:58.118Z] Removing intermediate container 84fd4abb1454 [2024-02-21T03:06:58.118Z] ---> 97ebc633d911 [2024-02-21T03:06:58.118Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-02-21T03:06:58.124Z] 2f39f015ded8: Pull complete [2024-02-21T03:06:58.124Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-02-21T03:06:58.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-21T03:06:58.124Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2024-02-21T03:06:58.387Z] ---> Running in b56473e1c32e [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-21T03:06:58.522Z] prd-ubuntu20.04-docker-8c-8g-1378 does not seem to be running inside a container [2024-02-21T03:06:58.561Z] $ 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-705 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705:/w/workspace/edgexfoundry_edgex-ui-go_PR-705:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-705@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 [2024-02-21T03:06:58.653Z] Removing intermediate container b56473e1c32e [2024-02-21T03:06:58.653Z] ---> f9f8ef10ba07 [2024-02-21T03:06:58.653Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-02-21T03:06:59.345Z] latest: Pulling from library/docker [2024-02-21T03:06:59.345Z] bca4290a9639: Pulling fs layer [2024-02-21T03:06:59.345Z] 2cd627277f8a: Pulling fs layer [2024-02-21T03:06:59.345Z] 4f4fb700ef54: Pulling fs layer [2024-02-21T03:06:59.345Z] a4fb61f641ed: Pulling fs layer [2024-02-21T03:06:59.345Z] 733caa879861: Pulling fs layer [2024-02-21T03:06:59.345Z] 41b482f87146: Pulling fs layer [2024-02-21T03:06:59.345Z] 1ffd3afa1d3e: Pulling fs layer [2024-02-21T03:06:59.345Z] 10d13b96e2ce: Pulling fs layer [2024-02-21T03:06:59.345Z] 872b0ec9e92a: Pulling fs layer [2024-02-21T03:06:59.345Z] 2a41040cfda2: Pulling fs layer [2024-02-21T03:06:59.345Z] a9a7dbdb4be0: Pulling fs layer [2024-02-21T03:06:59.345Z] c0f19de4bc80: Pulling fs layer [2024-02-21T03:06:59.345Z] cd728e783f4c: Pulling fs layer [2024-02-21T03:06:59.345Z] 18b8e706ffed: Pulling fs layer [2024-02-21T03:06:59.345Z] 6c7707c3da47: Pulling fs layer [2024-02-21T03:06:59.345Z] a763d50092c4: Pulling fs layer [2024-02-21T03:06:59.345Z] 872b0ec9e92a: Waiting [2024-02-21T03:06:59.345Z] 2a41040cfda2: Waiting [2024-02-21T03:06:59.345Z] a9a7dbdb4be0: Waiting [2024-02-21T03:06:59.345Z] c0f19de4bc80: Waiting [2024-02-21T03:06:59.345Z] cd728e783f4c: Waiting [2024-02-21T03:06:59.345Z] a4fb61f641ed: Waiting [2024-02-21T03:06:59.345Z] 18b8e706ffed: Waiting [2024-02-21T03:06:59.345Z] 6c7707c3da47: Waiting [2024-02-21T03:06:59.345Z] 733caa879861: Waiting [2024-02-21T03:06:59.345Z] 41b482f87146: Waiting [2024-02-21T03:06:59.345Z] a763d50092c4: Waiting [2024-02-21T03:06:59.345Z] 1ffd3afa1d3e: Waiting [2024-02-21T03:06:59.345Z] 10d13b96e2ce: Waiting [2024-02-21T03:06:59.345Z] 4f4fb700ef54: Verifying Checksum [2024-02-21T03:06:59.345Z] 4f4fb700ef54: Download complete [2024-02-21T03:06:59.636Z] 2cd627277f8a: Verifying Checksum [2024-02-21T03:06:59.636Z] 2cd627277f8a: Download complete [2024-02-21T03:06:59.636Z] bca4290a9639: Verifying Checksum [2024-02-21T03:06:59.636Z] bca4290a9639: Download complete [2024-02-21T03:06:59.636Z] a4fb61f641ed: Verifying Checksum [2024-02-21T03:06:59.636Z] a4fb61f641ed: Download complete [2024-02-21T03:07:00.253Z] 1ffd3afa1d3e: Verifying Checksum [2024-02-21T03:07:00.253Z] 1ffd3afa1d3e: Download complete [2024-02-21T03:07:00.253Z] 733caa879861: Verifying Checksum [2024-02-21T03:07:00.253Z] 733caa879861: Download complete [2024-02-21T03:07:00.545Z] 41b482f87146: Download complete [2024-02-21T03:07:00.545Z] 10d13b96e2ce: Verifying Checksum [2024-02-21T03:07:00.545Z] 10d13b96e2ce: Download complete [2024-02-21T03:07:00.545Z] 872b0ec9e92a: Verifying Checksum [2024-02-21T03:07:00.545Z] 872b0ec9e92a: Download complete [2024-02-21T03:07:00.545Z] bca4290a9639: Pull complete [2024-02-21T03:07:00.545Z] 2a41040cfda2: Download complete [2024-02-21T03:07:00.545Z] c0f19de4bc80: Verifying Checksum [2024-02-21T03:07:00.545Z] c0f19de4bc80: Download complete [2024-02-21T03:07:00.883Z] cd728e783f4c: Verifying Checksum [2024-02-21T03:07:00.883Z] cd728e783f4c: Download complete [2024-02-21T03:07:00.884Z] a9a7dbdb4be0: Verifying Checksum [2024-02-21T03:07:00.884Z] a9a7dbdb4be0: Download complete [2024-02-21T03:07:00.884Z] 6c7707c3da47: Verifying Checksum [2024-02-21T03:07:00.884Z] 6c7707c3da47: Download complete [2024-02-21T03:07:00.884Z] a763d50092c4: Verifying Checksum [2024-02-21T03:07:00.884Z] a763d50092c4: Download complete [2024-02-21T03:07:01.486Z] 2cd627277f8a: Pull complete [2024-02-21T03:07:01.754Z] 4f4fb700ef54: Pull complete [2024-02-21T03:07:02.023Z] a4fb61f641ed: Pull complete [2024-02-21T03:07:02.291Z] 18b8e706ffed: Verifying Checksum [2024-02-21T03:07:02.291Z] 18b8e706ffed: Download complete [2024-02-21T03:07:02.887Z] 733caa879861: Pull complete [2024-02-21T03:07:03.226Z] $ docker top 8341e0bba5eee74dcc8620e81f48e68ce9496d5c4aa21b4afda0f6c86b4f1321 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:07:03.935Z] ---> job-cost.sh [2024-02-21T03:07:03.935Z] lf-activate-venv: SKIPPING [2024-02-21T03:07:03.935Z] INFO: No Stack... [2024-02-21T03:07:04.304Z] 41b482f87146: Pull complete [2024-02-21T03:07:04.503Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-02-21T03:07:04.762Z] INFO: Archiving Costs [Pipeline] sh [2024-02-21T03:07:05.080Z] + + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-705/archives/cost.csvcut [2024-02-21T03:07:05.080Z] -d, -f6 [Pipeline] lock [2024-02-21T03:07:05.120Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-705-1-stack-cost] [2024-02-21T03:07:05.126Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-705-1-stack-cost] did not exist. Created. [2024-02-21T03:07:05.131Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-705-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-02-21T03:07:05.597Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-02-21T03:07:05.967Z] Stashed 1 file(s) [Pipeline] } [2024-02-21T03:07:05.992Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-705-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-02-21T03:07:06.149Z] $ docker stop --time=1 8341e0bba5eee74dcc8620e81f48e68ce9496d5c4aa21b4afda0f6c86b4f1321 [2024-02-21T03:07:07.430Z] $ docker rm -f --volumes 8341e0bba5eee74dcc8620e81f48e68ce9496d5c4aa21b4afda0f6c86b4f1321 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-02-21T03:07:08.569Z] 1ffd3afa1d3e: Pull complete [2024-02-21T03:07:08.569Z] 10d13b96e2ce: Pull complete [2024-02-21T03:07:08.569Z] 872b0ec9e92a: Pull complete [2024-02-21T03:07:08.837Z] 2a41040cfda2: Pull complete [2024-02-21T03:07:10.248Z] a9a7dbdb4be0: Pull complete [2024-02-21T03:07:10.248Z] c0f19de4bc80: Pull complete [2024-02-21T03:07:10.516Z] cd728e783f4c: Pull complete [2024-02-21T03:07:14.783Z] 18b8e706ffed: Pull complete [2024-02-21T03:07:14.783Z] 6c7707c3da47: Pull complete [2024-02-21T03:07:15.050Z] a763d50092c4: Pull complete [2024-02-21T03:07:15.050Z] Digest: sha256:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78 [2024-02-21T03:07:15.050Z] Status: Downloaded newer image for docker:latest [2024-02-21T03:07:17.637Z] ---> f94fe22c8c46 [2024-02-21T03:07:17.637Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-21T03:07:17.637Z] ---> Running in b291b7341dbc [2024-02-21T03:07:18.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-21T03:07:18.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-21T03:07:19.756Z] OK: 266 MiB in 52 packages [2024-02-21T03:07:23.099Z] Removing intermediate container b291b7341dbc [2024-02-21T03:07:23.099Z] ---> 777f4c0641b4 [2024-02-21T03:07:23.099Z] Step 10/15 : ENV GO111MODULE=on [2024-02-21T03:07:23.099Z] ---> Running in 08b929168c1d [2024-02-21T03:07:23.099Z] Removing intermediate container 08b929168c1d [2024-02-21T03:07:23.099Z] ---> 765cd5cf70c9 [2024-02-21T03:07:23.099Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-02-21T03:07:23.099Z] ---> Running in 5afb1afcb061 [2024-02-21T03:07:23.367Z] Removing intermediate container 5afb1afcb061 [2024-02-21T03:07:23.367Z] ---> bd4f36672893 [2024-02-21T03:07:23.367Z] Step 12/15 : COPY go.mod vendor* ./ [2024-02-21T03:07:23.953Z] ---> 037fee7f010e [2024-02-21T03:07:23.953Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-21T03:07:24.221Z] ---> Running in 1e9794703f03 [2024-02-21T03:08:20.614Z] Removing intermediate container 1e9794703f03 [2024-02-21T03:08:20.614Z] ---> 4e865ea6a954 [2024-02-21T03:08:20.614Z] Step 14/15 : COPY . . [2024-02-21T03:08:22.558Z] ---> b42b10300965 [2024-02-21T03:08:22.558Z] Step 15/15 : RUN ${MAKE} [2024-02-21T03:08:22.558Z] ---> Running in 7186ad7e9e25 [2024-02-21T03:08:23.522Z] noop [2024-02-21T03:08:24.106Z] Removing intermediate container 7186ad7e9e25 [2024-02-21T03:08:24.106Z] ---> 25c0d19d2de1 [2024-02-21T03:08:24.371Z] Successfully built 25c0d19d2de1 [2024-02-21T03:08:24.371Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:08:24.945Z] + docker inspect -f . ci-base-image-arm64 [2024-02-21T03:08:24.945Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-21T03:08:25.311Z] prd-ubuntu20.04-docker-arm64-4c-16g-1380 does not seem to be running inside a container [2024-02-21T03:08:25.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-02-21T03:08:26.492Z] $ docker top 2e709a679e6f98cc272bb760e4f43895c056b2b04abc28653edbf38e7ee22034 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-21T03:08:27.422Z] + go version [2024-02-21T03:08:27.422Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-02-21T03:08:27.465Z] $ docker stop --time=1 2e709a679e6f98cc272bb760e4f43895c056b2b04abc28653edbf38e7ee22034 [2024-02-21T03:08:29.071Z] $ docker rm -f --volumes 2e709a679e6f98cc272bb760e4f43895c056b2b04abc28653edbf38e7ee22034 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:08:30.354Z] + docker inspect -f . ci-base-image-arm64 [2024-02-21T03:08:30.354Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-21T03:08:30.692Z] prd-ubuntu20.04-docker-arm64-4c-16g-1380 does not seem to be running inside a container [2024-02-21T03:08:30.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-02-21T03:08:31.866Z] $ docker top 599a13bb4ec3e3ebcb0b51f6448ea899c9ed5d017090b3ba9f5eb92944cdab9f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-21T03:08:32.813Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2024-02-21T03:08:33.243Z] + make test [2024-02-21T03:08:33.508Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2024-02-21T03:08:40.160Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2024-02-21T03:10:01.767Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2024-02-21T03:10:01.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2024-02-21T03:10:01.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2024-02-21T03:10:01.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2024-02-21T03:10:01.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2024-02-21T03:10:01.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2024-02-21T03:10:01.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2024-02-21T03:10:01.767Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2024-02-21T03:10:01.767Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2024-02-21T03:10:09.967Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-02-21T03:10:09.967Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-02-21T03:10:09.967Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-02-21T03:10:10.074Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-02-21T03:10:10.152Z] $ docker stop --time=1 599a13bb4ec3e3ebcb0b51f6448ea899c9ed5d017090b3ba9f5eb92944cdab9f [2024-02-21T03:10:12.025Z] $ docker rm -f --volumes 599a13bb4ec3e3ebcb0b51f6448ea899c9ed5d017090b3ba9f5eb92944cdab9f [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-21T03:10:13.226Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-02-21T03:10:13.259Z] Warning: overwriting stash ‘coverage-report’ [2024-02-21T03:10:13.792Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-02-21T03:10:14.643Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-02-21T03:10:14.980Z] + ls -al . [2024-02-21T03:10:14.980Z] total 192 [2024-02-21T03:10:14.980Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 21 03:08 . [2024-02-21T03:10:14.980Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 21 03:05 .. [2024-02-21T03:10:14.980Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 21 03:05 .blubracket [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 18 Feb 21 03:05 .dockerignore [2024-02-21T03:10:14.980Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 21 03:05 .git [2024-02-21T03:10:14.980Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 21 03:05 .github [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 178 Feb 21 03:05 .gitignore [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 9736 Feb 21 03:05 Attribution.txt [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 21430 Feb 21 03:05 CHANGELOG.md [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 21 03:05 CONTRIBUTING.md [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 1898 Feb 21 03:05 Dockerfile [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 21 03:05 Jenkinsfile [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 21 03:05 LICENSE [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 2189 Feb 21 03:05 Makefile [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 4381 Feb 21 03:05 README.md [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 21 03:03 VERSION [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 4832 Feb 21 03:05 angularmigrationlogs.md [2024-02-21T03:10:14.980Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 21 03:05 assets [2024-02-21T03:10:14.980Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 21 03:05 bin [2024-02-21T03:10:14.980Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 21 03:05 cmd [2024-02-21T03:10:14.980Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 21 03:08 coverage.out [2024-02-21T03:10:14.980Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 21 03:05 docs [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 3557 Feb 21 03:05 go.mod [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 33511 Feb 21 03:05 go.sum [2024-02-21T03:10:14.980Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 21 03:05 internal [2024-02-21T03:10:14.980Z] -rwxrwxr-x 1 jenkins jenkins 568 Feb 21 03:05 redeploy.sh [2024-02-21T03:10:14.980Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 21 03:05 testing [2024-02-21T03:10:14.980Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 21 03:05 version.go [2024-02-21T03:10:14.980Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 21 03:05 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:10:15.473Z] + 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=35c7b872206ec96c8d532a2d79d9fc23d53d4350 --label arch=arm64 --label version=0.0.0 . [2024-02-21T03:10:16.883Z] Sending build context to Docker daemon 35.22MB [2024-02-21T03:10:16.883Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-02-21T03:10:16.883Z] Step 2/26 : FROM ${BASE} AS builder [2024-02-21T03:10:16.883Z] ---> 25c0d19d2de1 [2024-02-21T03:10:16.883Z] Step 3/26 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-02-21T03:10:16.883Z] ---> Running in 4fb2999ea424 [2024-02-21T03:10:17.156Z] Removing intermediate container 4fb2999ea424 [2024-02-21T03:10:17.156Z] ---> e152e217d25f [2024-02-21T03:10:17.156Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2024-02-21T03:10:17.428Z] ---> Running in a9f2a05dc3e4 [2024-02-21T03:10:17.695Z] Removing intermediate container a9f2a05dc3e4 [2024-02-21T03:10:17.695Z] ---> a88b7e62bddc [2024-02-21T03:10:17.695Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2024-02-21T03:10:17.695Z] ---> Running in c98b0fbb7e67 [2024-02-21T03:10:17.962Z] Removing intermediate container c98b0fbb7e67 [2024-02-21T03:10:17.962Z] ---> bb1a873635cf [2024-02-21T03:10:17.962Z] Step 6/26 : LABEL Name=edgex-ui-go [2024-02-21T03:10:17.962Z] ---> Running in 24432310bb18 [2024-02-21T03:10:18.230Z] Removing intermediate container 24432310bb18 [2024-02-21T03:10:18.230Z] ---> be1799176d34 [2024-02-21T03:10:18.230Z] Step 7/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-02-21T03:10:18.496Z] ---> Running in 1bd7d0bb6bcf [2024-02-21T03:10:18.763Z] Removing intermediate container 1bd7d0bb6bcf [2024-02-21T03:10:18.763Z] ---> 791150bdcfaf [2024-02-21T03:10:18.763Z] Step 8/26 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-02-21T03:10:20.169Z] ---> 4aff0d8acc60 [2024-02-21T03:10:20.169Z] Step 9/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-21T03:10:20.169Z] ---> Running in 6768b39ee074 [2024-02-21T03:10:21.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-21T03:10:21.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-21T03:10:22.796Z] OK: 266 MiB in 52 packages [2024-02-21T03:10:23.379Z] Removing intermediate container 6768b39ee074 [2024-02-21T03:10:23.379Z] ---> 581d8246ed79 [2024-02-21T03:10:23.379Z] Step 10/26 : ENV GO111MODULE=on [2024-02-21T03:10:23.379Z] ---> Running in ca3a4d0c6a4a [2024-02-21T03:10:23.644Z] Removing intermediate container ca3a4d0c6a4a [2024-02-21T03:10:23.644Z] ---> 497514932430 [2024-02-21T03:10:23.644Z] Step 11/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-02-21T03:10:23.644Z] ---> Running in c0021095a7b6 [2024-02-21T03:10:23.908Z] Removing intermediate container c0021095a7b6 [2024-02-21T03:10:23.908Z] ---> c9daaa050df2 [2024-02-21T03:10:23.908Z] Step 12/26 : COPY go.mod vendor* ./ [2024-02-21T03:10:24.489Z] ---> 00f6684f10d5 [2024-02-21T03:10:24.489Z] Step 13/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-21T03:10:24.489Z] ---> Running in 1afdbf72ba90 [2024-02-21T03:10:26.423Z] Removing intermediate container 1afdbf72ba90 [2024-02-21T03:10:26.423Z] ---> 856ebeb1151c [2024-02-21T03:10:26.423Z] Step 14/26 : COPY . . [2024-02-21T03:10:29.761Z] ---> 017d9d62be78 [2024-02-21T03:10:29.761Z] Step 15/26 : RUN ${MAKE} [2024-02-21T03:10:29.761Z] ---> Running in b6b93e900f42 [2024-02-21T03:10:30.721Z] 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 [2024-02-21T03:12:22.342Z] Removing intermediate container b6b93e900f42 [2024-02-21T03:12:22.342Z] ---> 023cc64d09e7 [2024-02-21T03:12:22.342Z] Step 16/26 : FROM alpine:3.18 [2024-02-21T03:12:22.342Z] 3.18: Pulling from library/alpine [2024-02-21T03:12:22.342Z] c6b39de5b339: Pulling fs layer [2024-02-21T03:12:22.342Z] c6b39de5b339: Verifying Checksum [2024-02-21T03:12:22.342Z] c6b39de5b339: Download complete [2024-02-21T03:12:22.342Z] c6b39de5b339: Pull complete [2024-02-21T03:12:22.342Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-21T03:12:22.342Z] Status: Downloaded newer image for alpine:3.18 [2024-02-21T03:12:22.342Z] ---> 33abbf032149 [2024-02-21T03:12:22.342Z] Step 17/26 : RUN apk --no-cache upgrade [2024-02-21T03:12:22.342Z] ---> Running in 0327763ca9bd [2024-02-21T03:12:22.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-21T03:12:22.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-21T03:12:22.342Z] OK: 8 MiB in 15 packages [2024-02-21T03:12:22.342Z] Removing intermediate container 0327763ca9bd [2024-02-21T03:12:22.342Z] ---> 0e16decafed2 [2024-02-21T03:12:22.342Z] Step 18/26 : EXPOSE 4000 [2024-02-21T03:12:22.342Z] ---> Running in 53687a7343a1 [2024-02-21T03:12:22.342Z] Removing intermediate container 53687a7343a1 [2024-02-21T03:12:22.342Z] ---> d3dd32ea8447 [2024-02-21T03:12:22.342Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2024-02-21T03:12:22.342Z] ---> cbc360b621e9 [2024-02-21T03:12:22.342Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/Attribution.txt /Attribution.txt [2024-02-21T03:12:22.342Z] ---> 5effde5de163 [2024-02-21T03:12:22.342Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/LICENSE /LICENSE [2024-02-21T03:12:22.342Z] ---> 003a5f5d20c6 [2024-02-21T03:12:22.342Z] Step 22/26 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2024-02-21T03:12:22.342Z] ---> Running in 723d094e861d [2024-02-21T03:12:22.342Z] Removing intermediate container 723d094e861d [2024-02-21T03:12:22.342Z] ---> 6f7726313993 [2024-02-21T03:12:22.342Z] Step 23/26 : ENTRYPOINT ["./edgex-ui-server","--configDir=res/docker"] [2024-02-21T03:12:22.342Z] ---> Running in f18f2f831ad4 [2024-02-21T03:12:22.342Z] Removing intermediate container f18f2f831ad4 [2024-02-21T03:12:22.342Z] ---> 83fc14abaac6 [2024-02-21T03:12:22.342Z] Step 24/26 : LABEL arch=arm64 [2024-02-21T03:12:22.342Z] ---> Running in 17dcc5a1ee23 [2024-02-21T03:12:22.342Z] Removing intermediate container 17dcc5a1ee23 [2024-02-21T03:12:22.342Z] ---> 5726754991dc [2024-02-21T03:12:22.342Z] Step 25/26 : LABEL git_sha=35c7b872206ec96c8d532a2d79d9fc23d53d4350 [2024-02-21T03:12:22.342Z] ---> Running in fe5f7efea04c [2024-02-21T03:12:22.342Z] Removing intermediate container fe5f7efea04c [2024-02-21T03:12:22.342Z] ---> 7b85a93aaa6c [2024-02-21T03:12:22.342Z] Step 26/26 : LABEL version=0.0.0 [2024-02-21T03:12:22.342Z] ---> Running in 4c7b55c9b011 [2024-02-21T03:12:22.342Z] Removing intermediate container 4c7b55c9b011 [2024-02-21T03:12:22.342Z] ---> ffd8d6ab1e5d [2024-02-21T03:12:22.342Z] [Warning] One or more build-args [ARCH] were not consumed [2024-02-21T03:12:22.342Z] Successfully built ffd8d6ab1e5d [2024-02-21T03:12:22.342Z] 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 [2024-02-21T03:12:23.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-21T03:12:23.637Z] [2024-02-21T03:12:23.637Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:12:24.104Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-21T03:12:24.104Z] arm64: Pulling from edgex-lftools-log-publisher [2024-02-21T03:12:24.105Z] 8998bd30e6a1: Pulling fs layer [2024-02-21T03:12:24.105Z] 04944245beec: Pulling fs layer [2024-02-21T03:12:24.105Z] 699f458cf7ca: Pulling fs layer [2024-02-21T03:12:24.105Z] 765212b225bb: Pulling fs layer [2024-02-21T03:12:24.105Z] 765212b225bb: Waiting [2024-02-21T03:12:24.105Z] f23df028b6ca: Pulling fs layer [2024-02-21T03:12:24.105Z] d65c8cfc05b1: Pulling fs layer [2024-02-21T03:12:24.105Z] f23df028b6ca: Waiting [2024-02-21T03:12:24.105Z] 2437ff75d9bd: Pulling fs layer [2024-02-21T03:12:24.105Z] d65c8cfc05b1: Waiting [2024-02-21T03:12:24.105Z] 2437ff75d9bd: Waiting [2024-02-21T03:12:24.369Z] 04944245beec: Verifying Checksum [2024-02-21T03:12:24.369Z] 04944245beec: Download complete [2024-02-21T03:12:24.369Z] 765212b225bb: Verifying Checksum [2024-02-21T03:12:24.369Z] 765212b225bb: Download complete [2024-02-21T03:12:24.369Z] f23df028b6ca: Verifying Checksum [2024-02-21T03:12:24.369Z] f23df028b6ca: Download complete [2024-02-21T03:12:24.369Z] d65c8cfc05b1: Verifying Checksum [2024-02-21T03:12:24.369Z] d65c8cfc05b1: Download complete [2024-02-21T03:12:24.637Z] 699f458cf7ca: Verifying Checksum [2024-02-21T03:12:24.637Z] 699f458cf7ca: Download complete [2024-02-21T03:12:24.903Z] 8998bd30e6a1: Download complete [2024-02-21T03:12:27.608Z] 2437ff75d9bd: Verifying Checksum [2024-02-21T03:12:27.608Z] 2437ff75d9bd: Download complete [2024-02-21T03:12:31.885Z] 8998bd30e6a1: Pull complete [2024-02-21T03:12:32.151Z] 04944245beec: Pull complete [2024-02-21T03:12:33.558Z] 699f458cf7ca: Pull complete [2024-02-21T03:12:33.826Z] 765212b225bb: Pull complete [2024-02-21T03:12:34.784Z] f23df028b6ca: Pull complete [2024-02-21T03:12:34.784Z] d65c8cfc05b1: Pull complete [2024-02-21T03:12:52.982Z] 2437ff75d9bd: Pull complete [2024-02-21T03:12:52.982Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-02-21T03:12:52.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-21T03:12:52.982Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-21T03:12:53.495Z] prd-ubuntu20.04-docker-arm64-4c-16g-1380 does not seem to be running inside a container [2024-02-21T03:12:53.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-02-21T03:12:56.107Z] $ docker top d8739321edbe9de129515f738a5a6c04b34cb42b2d0bb1b87dea26555670622f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:12:56.770Z] ---> job-cost.sh [2024-02-21T03:12:57.035Z] lf-activate-venv: SKIPPING [2024-02-21T03:12:57.035Z] INFO: No Stack... [2024-02-21T03:12:57.299Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-02-21T03:12:58.253Z] INFO: Archiving Costs [Pipeline] sh [2024-02-21T03:12:58.590Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2024-02-21T03:12:58.590Z] + cut -d, -f6 [Pipeline] lock [2024-02-21T03:12:58.944Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-705-1-stack-cost] [2024-02-21T03:12:58.951Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-705-1-stack-cost] did not exist. Created. [2024-02-21T03:12:58.959Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-705-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-02-21T03:12:59.482Z] /w/workspace/edgex-ui-go/1@tmp/durable-153964fc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-02-21T03:12:59.825Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-02-21T03:12:59.864Z] Warning: overwriting stash ‘stack-cost’ [2024-02-21T03:13:00.060Z] Stashed 1 file(s) [Pipeline] } [2024-02-21T03:13:00.078Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-705-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-02-21T03:13:00.361Z] $ docker stop --time=1 d8739321edbe9de129515f738a5a6c04b34cb42b2d0bb1b87dea26555670622f [2024-02-21T03:13:02.127Z] $ docker rm -f --volumes d8739321edbe9de129515f738a5a6c04b34cb42b2d0bb1b87dea26555670622f [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 [2024-02-21T03:13:04.338Z] provisioning config files... [2024-02-21T03:13:04.378Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp/config9313520501557308250tmp [Pipeline] { [Pipeline] sh [2024-02-21T03:13:04.790Z] + set +x [2024-02-21T03:13:04.790Z] + curl -s https://codecov.io/bash [2024-02-21T03:13:04.790Z] + bash -s -- [2024-02-21T03:13:04.790Z] [2024-02-21T03:13:04.790Z] _____ _ [2024-02-21T03:13:04.790Z] / ____| | | [2024-02-21T03:13:04.790Z] | | ___ __| | ___ ___ _____ __ [2024-02-21T03:13:04.790Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-02-21T03:13:04.790Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-02-21T03:13:04.790Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-02-21T03:13:04.790Z] Bash-1.0.6 [2024-02-21T03:13:04.790Z] [2024-02-21T03:13:04.790Z] [2024-02-21T03:13:04.790Z] ==> git version 2.25.1 found [2024-02-21T03:13:04.790Z] ==> 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 [2024-02-21T03:13:04.790Z] Release-Date: 2020-01-08 [2024-02-21T03:13:04.790Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-02-21T03:13:04.790Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-02-21T03:13:04.790Z] ==> Jenkins CI detected. [2024-02-21T03:13:04.790Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-705 [2024-02-21T03:13:04.790Z] project root: . [2024-02-21T03:13:04.790Z] --> token set from env [2024-02-21T03:13:04.790Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-02-21T03:13:04.790Z] ==> Running gcov in . (disable via -X gcov) [2024-02-21T03:13:05.049Z] ==> Python coveragepy not found [2024-02-21T03:13:05.049Z] ==> Searching for coverage reports in: [2024-02-21T03:13:05.049Z] + . [2024-02-21T03:13:05.049Z] -> Found 1 reports [2024-02-21T03:13:05.049Z] ==> Detecting git/mercurial file structure [2024-02-21T03:13:05.049Z] ==> Reading reports [2024-02-21T03:13:05.049Z] + ./coverage.out bytes=10 [2024-02-21T03:13:05.049Z] ==> Appending adjustments [2024-02-21T03:13:05.049Z] https://docs.codecov.io/docs/fixing-reports [2024-02-21T03:13:05.616Z] + Found adjustments [2024-02-21T03:13:05.616Z] ==> Gzipping contents [2024-02-21T03:13:05.616Z] 12K /tmp/codecov.Jlb1Zr.gz [2024-02-21T03:13:05.616Z] ==> Uploading reports [2024-02-21T03:13:05.616Z] url: https://codecov.io [2024-02-21T03:13:05.617Z] query: branch=PR-705&commit=35c7b872206ec96c8d532a2d79d9fc23d53d4350&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-705%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=705&job=&cmd_args= [2024-02-21T03:13:05.617Z] -> Pinging Codecov [2024-02-21T03:13:05.617Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-705&commit=35c7b872206ec96c8d532a2d79d9fc23d53d4350&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-705%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=705&job=&cmd_args= [2024-02-21T03:13:05.877Z] -> Uploading to [2024-02-21T03:13:05.877Z] https://storage.googleapis.com/codecov/v4/raw/2024-02-21/FB506323287CE973F263BFD2A0EB1F37/35c7b872206ec96c8d532a2d79d9fc23d53d4350/e0966348-e13a-435a-84f1-47c20a98cf63.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240221T031305Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ebd2b20dadb310d9d56e1943c079ba191bbd4bf80e9fdb922649ada0d66c021 [2024-02-21T03:13:05.877Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-21T03:13:05.877Z] Dload Upload Total Spent Left Speed [2024-02-21T03:13:06.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8653 0 0 100 8653 0 31238 --:--:-- --:--:-- --:--:-- 31238 [2024-02-21T03:13:06.140Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-ui-go/commit/35c7b872206ec96c8d532a2d79d9fc23d53d4350 [Pipeline] } [2024-02-21T03:13:06.173Z] 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 [2024-02-21T03:13:09.562Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-705/archives ] [2024-02-21T03:13:09.562Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-705/archives [2024-02-21T03:13:09.562Z] total 16 [2024-02-21T03:13:09.562Z] drwxr-xr-x 3 root root 4096 Feb 21 03:07 . [2024-02-21T03:13:09.562Z] drwxrwxr-x 14 jenkins jenkins 4096 Feb 21 03:07 .. [2024-02-21T03:13:09.562Z] drwxr-xr-x 2 root root 4096 Feb 21 03:07 cost [2024-02-21T03:13:09.562Z] -rw-r--r-- 1 root root 83 Feb 21 03:07 cost.csv [2024-02-21T03:13:09.562Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-705/archives [2024-02-21T03:13:09.562Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-705/archives [2024-02-21T03:13:09.562Z] total 16 [2024-02-21T03:13:09.562Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 21 03:07 . [2024-02-21T03:13:09.562Z] drwxrwxr-x 14 jenkins jenkins 4096 Feb 21 03:07 .. [2024-02-21T03:13:09.562Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 21 03:07 cost [2024-02-21T03:13:09.562Z] -rw-r--r-- 1 jenkins jenkins 83 Feb 21 03:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:13:09.895Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:13:10.784Z] ---> package-listing.sh [2024-02-21T03:13:10.785Z] ++ tr '[:upper:]' '[:lower:]' [2024-02-21T03:13:10.785Z] ++ facter osfamily [2024-02-21T03:13:11.047Z] + OS_FAMILY=debian [2024-02-21T03:13:11.047Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-705 [2024-02-21T03:13:11.047Z] + START_PACKAGES=/tmp/packages_start.txt [2024-02-21T03:13:11.047Z] + END_PACKAGES=/tmp/packages_end.txt [2024-02-21T03:13:11.047Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-02-21T03:13:11.047Z] + PACKAGES=/tmp/packages_start.txt [2024-02-21T03:13:11.047Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-705 ']' [2024-02-21T03:13:11.047Z] + PACKAGES=/tmp/packages_end.txt [2024-02-21T03:13:11.047Z] + case "${OS_FAMILY}" in [2024-02-21T03:13:11.047Z] + dpkg -l [2024-02-21T03:13:11.047Z] + grep '^ii' [2024-02-21T03:13:11.047Z] + '[' -f /tmp/packages_start.txt ']' [2024-02-21T03:13:11.047Z] + '[' -f /tmp/packages_end.txt ']' [2024-02-21T03:13:11.047Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-02-21T03:13:11.047Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-705 ']' [2024-02-21T03:13:11.047Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-705/archives/ [2024-02-21T03:13:11.047Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-705/archives/ [Pipeline] echo [2024-02-21T03:13:11.080Z] 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-705/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-02-21T03:13:11.373Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-21T03:13:12.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-21T03:13:12.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-21T03:13:12.418Z] prd-ubuntu20.04-docker-8c-8g-1378 does not seem to be running inside a container [2024-02-21T03:13:12.454Z] $ 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-705/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-705 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705:/w/workspace/edgexfoundry_edgex-ui-go_PR-705:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-705@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 [2024-02-21T03:13:12.659Z] $ docker top 9eb0d8f29abb9eb5fc181449c0d99cbf14f8a15a5c38daef166494b2277e1f2b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-21T03:13:13.274Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-02-21T03:13:13.585Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-02-21T03:13:13.893Z] + ls /var/log/sa-host [2024-02-21T03:13:13.893Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-21T03:13:14.158Z] provisioning config files... [2024-02-21T03:13:14.169Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-705@tmp/config11173528205463650633tmp [Pipeline] { [Pipeline] echo [2024-02-21T03:13:14.319Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:13:14.633Z] ---> create-netrc.sh [Pipeline] } [2024-02-21T03:13:14.658Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:13:15.171Z] ---> python-tools-install.sh [Pipeline] echo [2024-02-21T03:13:15.208Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:13:15.516Z] ---> sudo-logs.sh [2024-02-21T03:13:15.516Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-02-21T03:13:15.666Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:13:15.975Z] ---> job-cost.sh [2024-02-21T03:13:15.975Z] lf-activate-venv: SKIPPING [2024-02-21T03:13:15.975Z] DEBUG: total: 0.2199999988079071 [2024-02-21T03:13:15.975Z] INFO: Retrieving Stack Cost... [2024-02-21T03:13:17.355Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-02-21T03:13:17.615Z] INFO: Archiving Costs [Pipeline] echo [2024-02-21T03:13:17.646Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-21T03:13:17.957Z] ---> logs-deploy.sh [2024-02-21T03:13:17.957Z] lf-activate-venv: SKIPPING [2024-02-21T03:13:17.957Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-705/1 [2024-02-21T03:13:17.957Z] INFO: archiving workspace using pattern(s): [2024-02-21T03:13:18.895Z] Archives upload complete. [2024-02-21T03:13:18.895Z] INFO: archiving logs to Nexus