Pull request #585 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54+1fc6aad09b79efe7d583b860cd1a98c2a76983c7 (a5f1f480da4070c4a1ae51adc9a3a8f0fa85b936) 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-ssh245522878423821219.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh9531331391107190533.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-585/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-585/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10492795624729181381.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-585/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14895111186906165739.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh1471504136178902351.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-585/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-585/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5875214733068773311.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-813 in /w/workspace/edgexfoundry_edgex-ui-go_PR-585 [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-585 # 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 Merging remotes/origin/main commit 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 into PR head commit 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 Merge succeeded, producing 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 Checking out Revision 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 (PR-585) Commit message: "chore(deps): Bump json5 and @angular-devkit/build-angular in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 > 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/585/head:refs/remotes/origin/PR-585 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 # 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 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-02T11:22:35.789Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-02T11:22:35.979Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-02T11:22:36.083Z] ========================================================= [2023-01-02T11:22:36.083Z] EdgeX Global Pipelines Version Info [2023-01-02T11:22:36.083Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:22:36.809Z] ------------------- [2023-01-02T11:22:36.810Z] stable info: [2023-01-02T11:22:36.810Z] ------------------- [2023-01-02T11:22:36.810Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-02T11:22:36.810Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-02T11:22:36.810Z] Message: update stable to v1.0.244 [2023-01-02T11:22:37.377Z] ------------------- [2023-01-02T11:22:37.377Z] experimental info: [2023-01-02T11:22:37.377Z] ------------------- [2023-01-02T11:22:37.378Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-02T11:22:37.378Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-02T11:22:37.378Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-02T11:22:37.665Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2023-01-02T11:22:37.709Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2023-01-02T11:22:37.751Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-02T11:22:37.795Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-02T11:22:37.844Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-02T11:22:37.895Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-02T11:22:37.944Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-02T11:22:37.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-02T11:22:38.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-02T11:22:38.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-02T11:22:38.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-02T11:22:38.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2023-01-02T11:22:38.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-02T11:22:38.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-02T11:22:38.311Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-02T11:22:38.352Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-02T11:22:38.397Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-02T11:22:38.437Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-02T11:22:38.477Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-02T11:22:38.524Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-02T11:22:38.574Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-02T11:22:38.624Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-02T11:22:38.717Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-02T11:22:38.765Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-02T11:22:38.807Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-02T11:22:38.847Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-02T11:22:38.884Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-02T11:22:38.924Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-585 [Pipeline] echo [2023-01-02T11:22:38.967Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-585 [Pipeline] echo [2023-01-02T11:22:39.013Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-585 [Pipeline] echo [2023-01-02T11:22:39.057Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [Pipeline] echo [2023-01-02T11:22:39.105Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4186f93 [Pipeline] echo [2023-01-02T11:22:39.147Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-02T11:22:39.259Z] provisioning config files... [2023-01-02T11:22:39.274Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/config15672701666712566676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:22:39.620Z] ---> docker-login.sh [2023-01-02T11:22:39.620Z] nexus3.edgexfoundry.org:10001 [2023-01-02T11:22:39.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:22:39.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:22:39.880Z] Configure a credential helper to remove this warning. See [2023-01-02T11:22:39.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:22:39.880Z] [2023-01-02T11:22:39.880Z] Login Succeeded [2023-01-02T11:22:39.880Z] nexus3.edgexfoundry.org:10002 [2023-01-02T11:22:40.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:22:40.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:22:40.140Z] Configure a credential helper to remove this warning. See [2023-01-02T11:22:40.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:22:40.140Z] [2023-01-02T11:22:40.140Z] Login Succeeded [2023-01-02T11:22:40.140Z] nexus3.edgexfoundry.org:10003 [2023-01-02T11:22:40.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:22:40.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:22:40.140Z] Configure a credential helper to remove this warning. See [2023-01-02T11:22:40.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:22:40.140Z] [2023-01-02T11:22:40.140Z] Login Succeeded [2023-01-02T11:22:40.140Z] nexus3.edgexfoundry.org:10004 [2023-01-02T11:22:40.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:22:40.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:22:40.400Z] Configure a credential helper to remove this warning. See [2023-01-02T11:22:40.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:22:40.400Z] [2023-01-02T11:22:40.400Z] Login Succeeded [2023-01-02T11:22:40.400Z] docker.io [2023-01-02T11:22:40.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:22:40.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:22:40.660Z] Configure a credential helper to remove this warning. See [2023-01-02T11:22:40.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:22:40.660Z] [2023-01-02T11:22:40.660Z] Login Succeeded [2023-01-02T11:22:40.660Z] ---> docker-login.sh ends [Pipeline] } [2023-01-02T11:22:40.688Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-02T11:22:41.305Z] + git rev-list -1 --merges 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54~1..4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [Pipeline] echo [2023-01-02T11:22:41.368Z] -----------> git rev-list -1 --merges 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54~1..4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [false] [Pipeline] sh [2023-01-02T11:22:41.673Z] + git log --format=format:%s -1 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [Pipeline] echo [2023-01-02T11:22:41.711Z] ========================================================= [2023-01-02T11:22:41.711Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-02T11:22:41.711Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-02T11:22:42.271Z] + git log --format=format:%s -1 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [Pipeline] echo [2023-01-02T11:22:42.311Z] [semverPrep] GIT_COMMIT: 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54, Commit Message: chore(deps): Bump json5 and @angular-devkit/build-angular in /web [Pipeline] echo [2023-01-02T11:22:42.347Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-02T11:22:42.742Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-02T11:22:42.742Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-02T11:22:42.742Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-02T11:22:42.742Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-02T11:22:42.742Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-02T11:22:42.742Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-02T11:22:42.742Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:22:43.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-02T11:22:43.483Z] [2023-01-02T11:22:43.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:22:44.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-02T11:22:44.038Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-02T11:22:44.038Z] b85a868b505f: Pulling fs layer [2023-01-02T11:22:44.038Z] e2be974225ed: Pulling fs layer [2023-01-02T11:22:44.038Z] 339a4e72a1f5: Pulling fs layer [2023-01-02T11:22:44.038Z] 988bab9f4d93: Pulling fs layer [2023-01-02T11:22:44.038Z] 1469e6f7b9e6: Pulling fs layer [2023-01-02T11:22:44.038Z] eaf3925da568: Pulling fs layer [2023-01-02T11:22:44.038Z] bab4dde63d76: Pulling fs layer [2023-01-02T11:22:44.038Z] bde34c3a00c8: Pulling fs layer [2023-01-02T11:22:44.038Z] b352a97aabf1: Pulling fs layer [2023-01-02T11:22:44.038Z] 4872d77fe225: Pulling fs layer [2023-01-02T11:22:44.038Z] 5851b861e8e6: Pulling fs layer [2023-01-02T11:22:44.038Z] bab4dde63d76: Waiting [2023-01-02T11:22:44.038Z] bde34c3a00c8: Waiting [2023-01-02T11:22:44.038Z] b352a97aabf1: Waiting [2023-01-02T11:22:44.038Z] 4872d77fe225: Waiting [2023-01-02T11:22:44.038Z] 5851b861e8e6: Waiting [2023-01-02T11:22:44.038Z] 1469e6f7b9e6: Waiting [2023-01-02T11:22:44.038Z] eaf3925da568: Waiting [2023-01-02T11:22:44.038Z] e2be974225ed: Verifying Checksum [2023-01-02T11:22:44.038Z] e2be974225ed: Download complete [2023-01-02T11:22:44.038Z] 988bab9f4d93: Verifying Checksum [2023-01-02T11:22:44.038Z] 988bab9f4d93: Download complete [2023-01-02T11:22:44.299Z] 1469e6f7b9e6: Verifying Checksum [2023-01-02T11:22:44.299Z] 1469e6f7b9e6: Download complete [2023-01-02T11:22:44.299Z] eaf3925da568: Verifying Checksum [2023-01-02T11:22:44.299Z] eaf3925da568: Download complete [2023-01-02T11:22:44.299Z] 339a4e72a1f5: Verifying Checksum [2023-01-02T11:22:44.299Z] 339a4e72a1f5: Download complete [2023-01-02T11:22:44.299Z] bde34c3a00c8: Download complete [2023-01-02T11:22:44.299Z] b352a97aabf1: Verifying Checksum [2023-01-02T11:22:44.299Z] b352a97aabf1: Download complete [2023-01-02T11:22:44.299Z] 4872d77fe225: Verifying Checksum [2023-01-02T11:22:44.299Z] 4872d77fe225: Download complete [2023-01-02T11:22:44.299Z] 5851b861e8e6: Download complete [2023-01-02T11:22:44.299Z] b85a868b505f: Verifying Checksum [2023-01-02T11:22:44.299Z] b85a868b505f: Download complete [2023-01-02T11:22:44.563Z] bab4dde63d76: Verifying Checksum [2023-01-02T11:22:44.563Z] bab4dde63d76: Download complete [2023-01-02T11:22:45.499Z] b85a868b505f: Pull complete [2023-01-02T11:22:45.758Z] e2be974225ed: Pull complete [2023-01-02T11:22:46.017Z] 339a4e72a1f5: Pull complete [2023-01-02T11:22:46.277Z] 988bab9f4d93: Pull complete [2023-01-02T11:22:46.277Z] 1469e6f7b9e6: Pull complete [2023-01-02T11:22:46.536Z] eaf3925da568: Pull complete [2023-01-02T11:22:48.445Z] bab4dde63d76: Pull complete [2023-01-02T11:22:48.445Z] bde34c3a00c8: Pull complete [2023-01-02T11:22:48.445Z] b352a97aabf1: Pull complete [2023-01-02T11:22:48.445Z] 4872d77fe225: Pull complete [2023-01-02T11:22:48.445Z] 5851b861e8e6: Pull complete [2023-01-02T11:22:48.445Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-02T11:22:48.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-02T11:22:48.445Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-02T11:22:48.998Z] prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container [2023-01-02T11:22:49.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-02T11:22:51.458Z] $ docker top b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb -eo pid,comm [2023-01-02T11:22:51.517Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-02T11:22:51.517Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-02T11:22:52.262Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-02T11:22:52.263Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-02T11:22:52.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-02T11:22:52.383Z] $ docker exec b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb ssh-agent [2023-01-02T11:22:52.495Z] SSH_AUTH_SOCK=/tmp/ssh-wNZVhjauYLPK/agent.32 [2023-01-02T11:22:52.495Z] SSH_AGENT_PID=39 [2023-01-02T11:22:52.501Z] Running ssh-add (command line suppressed) [2023-01-02T11:22:52.599Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/private_key_15976689907200545533.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/private_key_15976689907200545533.key) [2023-01-02T11:22:52.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-02T11:22:53.007Z] + git tag --points-at HEAD [Pipeline] } [2023-01-02T11:22:53.057Z] $ docker exec --env ******** --env ******** b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb ssh-agent -k [2023-01-02T11:22:53.150Z] unset SSH_AUTH_SOCK; [2023-01-02T11:22:53.150Z] unset SSH_AGENT_PID; [2023-01-02T11:22:53.150Z] echo Agent pid 39 killed; [2023-01-02T11:22:53.158Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-02T11:22:53.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-02T11:22:53.280Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-02T11:22:53.387Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-02T11:22:53.392Z] $ docker exec b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb ssh-agent [2023-01-02T11:22:53.494Z] SSH_AUTH_SOCK=/tmp/ssh-FbQeXyi9YKzs/agent.71 [2023-01-02T11:22:53.494Z] SSH_AGENT_PID=77 [2023-01-02T11:22:53.499Z] Running ssh-add (command line suppressed) [2023-01-02T11:22:53.606Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/private_key_275025329331710595.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/private_key_275025329331710595.key) [2023-01-02T11:22:53.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-02T11:22:53.961Z] + git semver init [2023-01-02T11:22:54.222Z] 2023-01-02 11:22:54,118 [run_init] DEBUG init version:0.0.0 force:False [2023-01-02T11:22:54.222Z] 2023-01-02 11:22:54,119 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver [2023-01-02T11:22:54.222Z] 2023-01-02 11:22:54,120 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver [2023-01-02T11:22:54.222Z] 2023-01-02 11:22:54,120 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-585, universal_newlines=False, shell=None, istream=None) [2023-01-02T11:22:56.163Z] 2023-01-02 11:22:55,733 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.git/info/exclude [2023-01-02T11:22:56.163Z] 2023-01-02 11:22:55,734 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver/PR-585 with force:False [2023-01-02T11:22:56.163Z] 2023-01-02 11:22:55,734 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver/PR-585 [2023-01-02T11:22:56.163Z] 2023-01-02 11:22:55,738 [execute] INFO git cat-file --batch-check [2023-01-02T11:22:56.163Z] 2023-01-02 11:22:55,738 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver, universal_newlines=False, shell=None, istream=) [2023-01-02T11:22:56.163Z] 2023-01-02 11:22:55,745 [execute] INFO git cat-file --batch [2023-01-02T11:22:56.163Z] 2023-01-02 11:22:55,745 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver, universal_newlines=False, shell=None, istream=) [2023-01-02T11:22:56.163Z] 2023-01-02 11:22:55,752 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-585/.semver/PR-585 [2023-01-02T11:22:56.163Z] 0.0.0 [Pipeline] } [2023-01-02T11:22:56.197Z] $ docker exec --env ******** --env ******** b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb ssh-agent -k [2023-01-02T11:22:56.285Z] unset SSH_AUTH_SOCK; [2023-01-02T11:22:56.285Z] unset SSH_AGENT_PID; [2023-01-02T11:22:56.286Z] echo Agent pid 77 killed; [2023-01-02T11:22:56.293Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-02T11:22:57.367Z] + git semver [Pipeline] } [2023-01-02T11:22:57.782Z] $ docker stop --time=1 b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb [2023-01-02T11:22:59.057Z] $ docker rm -f --volumes b8609dae5d1a430424f6c1bbbdc15014bafd2220883c3e9706d85fb5460a15fb [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-02T11:22:59.461Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-02T11:23:00.177Z] Stashed 1 file(s) [Pipeline] echo [2023-01-02T11:23:00.370Z] [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 [2023-01-02T11:23:01.331Z] provisioning config files... [2023-01-02T11:23:01.341Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/config7904802540816906675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:23:01.686Z] ---> docker-login.sh [2023-01-02T11:23:01.686Z] nexus3.edgexfoundry.org:10001 [2023-01-02T11:23:01.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:23:01.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:23:01.686Z] Configure a credential helper to remove this warning. See [2023-01-02T11:23:01.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:23:01.686Z] [2023-01-02T11:23:01.686Z] Login Succeeded [2023-01-02T11:23:01.686Z] nexus3.edgexfoundry.org:10002 [2023-01-02T11:23:01.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:23:01.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:23:01.686Z] Configure a credential helper to remove this warning. See [2023-01-02T11:23:01.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:23:01.686Z] [2023-01-02T11:23:01.686Z] Login Succeeded [2023-01-02T11:23:01.686Z] nexus3.edgexfoundry.org:10003 [2023-01-02T11:23:01.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:23:01.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:23:01.946Z] Configure a credential helper to remove this warning. See [2023-01-02T11:23:01.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:23:01.946Z] [2023-01-02T11:23:01.946Z] Login Succeeded [2023-01-02T11:23:01.946Z] nexus3.edgexfoundry.org:10004 [2023-01-02T11:23:01.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:23:01.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:23:01.946Z] Configure a credential helper to remove this warning. See [2023-01-02T11:23:01.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:23:01.946Z] [2023-01-02T11:23:01.946Z] Login Succeeded [2023-01-02T11:23:01.946Z] docker.io [2023-01-02T11:23:01.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:23:02.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:23:02.206Z] Configure a credential helper to remove this warning. See [2023-01-02T11:23:02.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:23:02.206Z] [2023-01-02T11:23:02.206Z] Login Succeeded [2023-01-02T11:23:02.206Z] ---> docker-login.sh ends [Pipeline] } [2023-01-02T11:23:02.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-02T11:23:02.441Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-02T11:23:02.485Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-02T11:23:02.517Z] ========================================================= [2023-01-02T11:23:02.517Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-02T11:23:02.517Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:23:02.972Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-02T11:23:03.231Z] Sending build context to Docker daemon 45.43MB [2023-01-02T11:23:03.231Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2023-01-02T11:23:03.231Z] Step 2/16 : FROM ${BASE} AS builder [2023-01-02T11:23:03.231Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-02T11:23:03.231Z] 213ec9aee27d: Pulling fs layer [2023-01-02T11:23:03.231Z] 4583459ba037: Pulling fs layer [2023-01-02T11:23:03.231Z] 93c1e223e6f2: Pulling fs layer [2023-01-02T11:23:03.231Z] 53926ce57604: Pulling fs layer [2023-01-02T11:23:03.231Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-02T11:23:03.231Z] 53926ce57604: Waiting [2023-01-02T11:23:03.231Z] 22ff95d597cd: Pulling fs layer [2023-01-02T11:23:03.231Z] 12d6caf4c0d1: Pulling fs layer [2023-01-02T11:23:03.231Z] 96b7cbca73a9: Pulling fs layer [2023-01-02T11:23:03.231Z] a7acece74701: Pulling fs layer [2023-01-02T11:23:03.231Z] 12d6caf4c0d1: Waiting [2023-01-02T11:23:03.231Z] 21b2b0c7a3f4: Waiting [2023-01-02T11:23:03.231Z] 96b7cbca73a9: Waiting [2023-01-02T11:23:03.231Z] a7acece74701: Waiting [2023-01-02T11:23:03.231Z] 22ff95d597cd: Waiting [2023-01-02T11:23:03.231Z] 93c1e223e6f2: Verifying Checksum [2023-01-02T11:23:03.231Z] 93c1e223e6f2: Download complete [2023-01-02T11:23:03.231Z] 4583459ba037: Download complete [2023-01-02T11:23:03.231Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-02T11:23:03.231Z] 21b2b0c7a3f4: Download complete [2023-01-02T11:23:03.231Z] 22ff95d597cd: Verifying Checksum [2023-01-02T11:23:03.231Z] 22ff95d597cd: Download complete [2023-01-02T11:23:03.231Z] 213ec9aee27d: Verifying Checksum [2023-01-02T11:23:03.495Z] 12d6caf4c0d1: Verifying Checksum [2023-01-02T11:23:03.495Z] 12d6caf4c0d1: Download complete [2023-01-02T11:23:03.495Z] 213ec9aee27d: Pull complete [2023-01-02T11:23:03.495Z] 4583459ba037: Pull complete [2023-01-02T11:23:03.757Z] 93c1e223e6f2: Pull complete [2023-01-02T11:23:04.017Z] a7acece74701: Verifying Checksum [2023-01-02T11:23:04.017Z] a7acece74701: Download complete [2023-01-02T11:23:04.017Z] 96b7cbca73a9: Verifying Checksum [2023-01-02T11:23:04.017Z] 96b7cbca73a9: Download complete [2023-01-02T11:23:04.586Z] 53926ce57604: Verifying Checksum [2023-01-02T11:23:04.586Z] 53926ce57604: Download complete [2023-01-02T11:23:07.868Z] 53926ce57604: Pull complete [2023-01-02T11:23:08.127Z] 21b2b0c7a3f4: Pull complete [2023-01-02T11:23:08.127Z] 22ff95d597cd: Pull complete [2023-01-02T11:23:08.127Z] 12d6caf4c0d1: Pull complete [2023-01-02T11:23:10.024Z] 96b7cbca73a9: Pull complete [2023-01-02T11:23:10.957Z] a7acece74701: Pull complete [2023-01-02T11:23:10.957Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-02T11:23:10.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-02T11:23:10.957Z] ---> db6d94c90886 [2023-01-02T11:23:10.957Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-01-02T11:23:16.144Z] Still waiting to schedule task [2023-01-02T11:23:16.145Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-02T11:23:17.529Z] ---> Running in cdec247e6f54 [2023-01-02T11:23:17.529Z] Removing intermediate container cdec247e6f54 [2023-01-02T11:23:17.529Z] ---> 6c09f3475e49 [2023-01-02T11:23:17.529Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2023-01-02T11:23:17.529Z] ---> Running in 62f5df8f8a54 [2023-01-02T11:23:17.529Z] Removing intermediate container 62f5df8f8a54 [2023-01-02T11:23:17.529Z] ---> c0a09a1b7779 [2023-01-02T11:23:17.529Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2023-01-02T11:23:17.529Z] ---> Running in d091aaf2dd43 [2023-01-02T11:23:17.529Z] Removing intermediate container d091aaf2dd43 [2023-01-02T11:23:17.529Z] ---> 3d8cb639fd0d [2023-01-02T11:23:17.529Z] Step 6/16 : LABEL Name=edgex-ui-go [2023-01-02T11:23:17.529Z] ---> Running in e11ecf1d6d6f [2023-01-02T11:23:17.529Z] Removing intermediate container e11ecf1d6d6f [2023-01-02T11:23:17.529Z] ---> fa2dccf66907 [2023-01-02T11:23:17.529Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2023-01-02T11:23:17.529Z] ---> Running in a8423c21f266 [2023-01-02T11:23:17.529Z] Removing intermediate container a8423c21f266 [2023-01-02T11:23:17.529Z] ---> ae647fff109e [2023-01-02T11:23:17.529Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-01-02T11:23:17.792Z] latest: Pulling from library/docker [2023-01-02T11:23:17.792Z] c158987b0551: Pulling fs layer [2023-01-02T11:23:17.792Z] 93eea1d5d8e5: Pulling fs layer [2023-01-02T11:23:17.792Z] 08b41ddca615: Pulling fs layer [2023-01-02T11:23:17.792Z] 1de76f94013e: Pulling fs layer [2023-01-02T11:23:17.792Z] 36812387b4c0: Pulling fs layer [2023-01-02T11:23:17.792Z] 3a7e843175d0: Pulling fs layer [2023-01-02T11:23:17.792Z] 00f70019cf2a: Pulling fs layer [2023-01-02T11:23:17.792Z] c3a00b8fabf3: Pulling fs layer [2023-01-02T11:23:17.792Z] c3a00b8fabf3: Waiting [2023-01-02T11:23:17.792Z] 1de76f94013e: Waiting [2023-01-02T11:23:17.792Z] 36812387b4c0: Waiting [2023-01-02T11:23:17.792Z] 3a7e843175d0: Waiting [2023-01-02T11:23:17.792Z] 00f70019cf2a: Waiting [2023-01-02T11:23:18.051Z] c158987b0551: Download complete [2023-01-02T11:23:18.052Z] 93eea1d5d8e5: Verifying Checksum [2023-01-02T11:23:18.052Z] 93eea1d5d8e5: Download complete [2023-01-02T11:23:18.052Z] 08b41ddca615: Verifying Checksum [2023-01-02T11:23:18.052Z] 08b41ddca615: Download complete [2023-01-02T11:23:18.052Z] c158987b0551: Pull complete [2023-01-02T11:23:18.312Z] 1de76f94013e: Verifying Checksum [2023-01-02T11:23:18.312Z] 1de76f94013e: Download complete [2023-01-02T11:23:18.312Z] 93eea1d5d8e5: Pull complete [2023-01-02T11:23:18.312Z] 36812387b4c0: Verifying Checksum [2023-01-02T11:23:18.312Z] 36812387b4c0: Download complete [2023-01-02T11:23:18.312Z] 00f70019cf2a: Verifying Checksum [2023-01-02T11:23:18.312Z] 00f70019cf2a: Download complete [2023-01-02T11:23:18.570Z] c3a00b8fabf3: Verifying Checksum [2023-01-02T11:23:18.570Z] c3a00b8fabf3: Download complete [2023-01-02T11:23:18.570Z] 3a7e843175d0: Download complete [2023-01-02T11:23:18.832Z] 08b41ddca615: Pull complete [2023-01-02T11:23:19.091Z] 1de76f94013e: Pull complete [2023-01-02T11:23:19.350Z] 36812387b4c0: Pull complete [2023-01-02T11:23:19.609Z] 3a7e843175d0: Pull complete [2023-01-02T11:23:19.609Z] 00f70019cf2a: Pull complete [2023-01-02T11:23:19.609Z] c3a00b8fabf3: Pull complete [2023-01-02T11:23:19.609Z] Digest: sha256:9586963dcc07a22641bf03c22f43cd7e45b3107df6bf55c92d8c5098b0ac1750 [2023-01-02T11:23:19.609Z] Status: Downloaded newer image for docker:latest [2023-01-02T11:23:21.513Z] ---> 201378aa38ca [2023-01-02T11:23:21.513Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2023-01-02T11:23:21.513Z] ---> Running in b5a452360ff6 [2023-01-02T11:23:21.772Z] Removing intermediate container b5a452360ff6 [2023-01-02T11:23:21.772Z] ---> 8624055da411 [2023-01-02T11:23:21.772Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-02T11:23:21.772Z] ---> Running in c0030984f7f8 [2023-01-02T11:23:22.347Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-02T11:23:22.916Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-02T11:23:23.485Z] OK: 211 MiB in 51 packages [2023-01-02T11:23:23.744Z] Removing intermediate container c0030984f7f8 [2023-01-02T11:23:23.744Z] ---> 944524ede390 [2023-01-02T11:23:23.744Z] Step 11/16 : ENV GO111MODULE=on [2023-01-02T11:23:23.744Z] ---> Running in 9860f7691731 [2023-01-02T11:23:24.003Z] Removing intermediate container 9860f7691731 [2023-01-02T11:23:24.003Z] ---> a63b5e533c9d [2023-01-02T11:23:24.003Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-01-02T11:23:24.003Z] ---> Running in 588efe63a386 [2023-01-02T11:23:24.003Z] Removing intermediate container 588efe63a386 [2023-01-02T11:23:24.003Z] ---> aa4b76234d84 [2023-01-02T11:23:24.003Z] Step 13/16 : COPY go.mod vendor* ./ [2023-01-02T11:23:24.003Z] ---> 32994393f536 [2023-01-02T11:23:24.003Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-02T11:23:24.003Z] ---> Running in 5fc514c29031 [2023-01-02T11:23:50.549Z] Removing intermediate container 5fc514c29031 [2023-01-02T11:23:50.549Z] ---> 4e7e7d870952 [2023-01-02T11:23:50.549Z] Step 15/16 : COPY . . [2023-01-02T11:23:51.926Z] ---> a89ff94581d8 [2023-01-02T11:23:51.926Z] Step 16/16 : RUN ${MAKE} [2023-01-02T11:23:51.926Z] ---> Running in ee8f0dfd3ae1 [2023-01-02T11:23:52.185Z] noop [2023-01-02T11:23:52.444Z] Removing intermediate container ee8f0dfd3ae1 [2023-01-02T11:23:52.444Z] ---> 05cab9e94d22 [2023-01-02T11:23:52.444Z] Successfully built 05cab9e94d22 [2023-01-02T11:23:52.444Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:23:52.887Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-02T11:23:52.888Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-02T11:23:53.042Z] prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container [2023-01-02T11:23:53.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-02T11:23:53.435Z] $ docker top e428c903682f915ef7ded6d3ca2be68f646732e09c8a480886be5aed12f902fb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-02T11:23:53.833Z] + go version [2023-01-02T11:23:53.833Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-02T11:23:53.868Z] $ docker stop --time=1 e428c903682f915ef7ded6d3ca2be68f646732e09c8a480886be5aed12f902fb [2023-01-02T11:23:55.139Z] $ docker rm -f --volumes e428c903682f915ef7ded6d3ca2be68f646732e09c8a480886be5aed12f902fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:23:55.879Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-02T11:23:55.879Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-02T11:23:56.029Z] prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container [2023-01-02T11:23:56.062Z] $ 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-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-02T11:23:56.398Z] $ docker top 10c6cd92ea6384d2baaa25b2b15d467eda212d594ec96ee6f34e11987fc8b548 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-02T11:23:56.792Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-585 [Pipeline] fileExists [Pipeline] sh [2023-01-02T11:23:57.151Z] + make test [2023-01-02T11:23:57.151Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-01-02T11:23:57.411Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-01-02T11:24:07.376Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-01-02T11:24:07.376Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-01-02T11:24:07.376Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-01-02T11:24:07.376Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-01-02T11:24:07.376Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-01-02T11:24:07.376Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-01-02T11:24:07.376Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-01-02T11:24:07.376Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-01-02T11:24:07.376Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-01-02T11:24:09.301Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-02T11:24:09.301Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-02T11:24:09.301Z] ./bin/test-attribution-txt.sh [2023-01-02T11:24:09.301Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2023-01-02T11:24:09.301Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2023-01-02T11:24:09.302Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2023-01-02T11:24:09.302Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2023-01-02T11:24:09.302Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2023-01-02T11:24:09.302Z] make -C web test [2023-01-02T11:24:09.302Z] make[1]: Entering directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-585/web' [2023-01-02T11:24:09.302Z] make[1]: tput: No such file or directory [2023-01-02T11:24:09.302Z] make[1]: tput: No such file or directory [2023-01-02T11:24:09.302Z] warning: generating ./VERSION [2023-01-02T11:24:09.302Z] echo "0.0.0" > VERSION [2023-01-02T11:24:09.302Z] docker build \ [2023-01-02T11:24:09.302Z] -f Dockerfile \ [2023-01-02T11:24:09.302Z] --build-arg USER=1000 \ [2023-01-02T11:24:09.302Z] \ [2023-01-02T11:24:09.302Z] --label "git_sha=4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54" \ [2023-01-02T11:24:09.302Z] -t edgexfoundry/edgex-web-ui:4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 \ [2023-01-02T11:24:09.302Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-01-02T11:24:09.302Z] . [2023-01-02T11:24:09.302Z] Sending build context to Docker daemon 2.961MB [2023-01-02T11:24:09.302Z] Step 1/10 : FROM node:16.17-alpine3.15 [2023-01-02T11:24:09.561Z] 16.17-alpine3.15: Pulling from library/node [2023-01-02T11:24:09.561Z] 9621f1afde84: Pulling fs layer [2023-01-02T11:24:09.561Z] c6f70ee39829: Pulling fs layer [2023-01-02T11:24:09.561Z] 56892a8094a2: Pulling fs layer [2023-01-02T11:24:09.561Z] 58dd87906ef0: Pulling fs layer [2023-01-02T11:24:09.561Z] 58dd87906ef0: Waiting [2023-01-02T11:24:09.820Z] 9621f1afde84: Download complete [2023-01-02T11:24:09.820Z] 9621f1afde84: Pull complete [2023-01-02T11:24:09.820Z] 58dd87906ef0: Verifying Checksum [2023-01-02T11:24:09.820Z] 58dd87906ef0: Download complete [2023-01-02T11:24:09.820Z] 56892a8094a2: Verifying Checksum [2023-01-02T11:24:09.820Z] 56892a8094a2: Download complete [2023-01-02T11:24:11.195Z] c6f70ee39829: Verifying Checksum [2023-01-02T11:24:11.195Z] c6f70ee39829: Download complete [2023-01-02T11:24:12.131Z] c6f70ee39829: Pull complete [2023-01-02T11:24:12.391Z] 56892a8094a2: Pull complete [2023-01-02T11:24:12.391Z] 58dd87906ef0: Pull complete [2023-01-02T11:24:12.391Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2023-01-02T11:24:12.391Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2023-01-02T11:24:12.391Z] ---> b69703f70c3d [2023-01-02T11:24:12.391Z] Step 2/10 : RUN apk add --no-cache chromium [2023-01-02T11:24:14.297Z] ---> Running in 22febc6d657d [2023-01-02T11:24:14.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-02T11:24:14.817Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-02T11:24:14.817Z] (1/129) Installing libxau (1.0.9-r0) [2023-01-02T11:24:14.817Z] (2/129) Installing libmd (1.0.3-r0) [2023-01-02T11:24:14.817Z] (3/129) Installing libbsd (0.11.3-r1) [2023-01-02T11:24:14.817Z] (4/129) Installing libxdmcp (1.1.3-r0) [2023-01-02T11:24:14.817Z] (5/129) Installing libxcb (1.14-r2) [2023-01-02T11:24:14.817Z] (6/129) Installing libx11 (1.7.3.1-r0) [2023-01-02T11:24:15.076Z] (7/129) Installing libxext (1.3.4-r0) [2023-01-02T11:24:15.076Z] (8/129) Installing libice (1.0.10-r0) [2023-01-02T11:24:15.076Z] (9/129) Installing libuuid (2.37.4-r0) [2023-01-02T11:24:15.076Z] (10/129) Installing libsm (1.2.3-r0) [2023-01-02T11:24:15.076Z] (11/129) Installing libxt (1.2.1-r0) [2023-01-02T11:24:15.076Z] (12/129) Installing libxmu (1.1.3-r0) [2023-01-02T11:24:15.076Z] (13/129) Installing xset (1.2.4-r0) [2023-01-02T11:24:15.076Z] (14/129) Installing xprop (1.2.5-r0) [2023-01-02T11:24:15.076Z] (15/129) Installing xdg-utils (1.1.3-r0) [2023-01-02T11:24:15.076Z] (16/129) Installing eudev-libs (3.2.11_pre1-r0) [2023-01-02T11:24:15.076Z] (17/129) Installing pkgconf (1.8.0-r0) [2023-01-02T11:24:15.076Z] (18/129) Installing libffi (3.4.2-r1) [2023-01-02T11:24:15.076Z] (19/129) Installing libintl (0.21-r0) [2023-01-02T11:24:15.076Z] (20/129) Installing libblkid (2.37.4-r0) [2023-01-02T11:24:15.076Z] (21/129) Installing libmount (2.37.4-r0) [2023-01-02T11:24:15.076Z] (22/129) Installing pcre (8.45-r1) [2023-01-02T11:24:15.076Z] (23/129) Installing glib (2.70.1-r0) [2023-01-02T11:24:15.076Z] (24/129) Installing xz-libs (5.2.5-r1) [2023-01-02T11:24:15.076Z] (25/129) Installing libxml2 (2.9.14-r2) [2023-01-02T11:24:15.076Z] (26/129) Installing shared-mime-info (2.1-r1) [2023-01-02T11:24:15.076Z] (27/129) Installing hicolor-icon-theme (0.17-r1) [2023-01-02T11:24:15.076Z] (28/129) Installing libjpeg-turbo (2.1.2-r0) [2023-01-02T11:24:15.076Z] (29/129) Installing libpng (1.6.37-r1) [2023-01-02T11:24:15.076Z] (30/129) Installing libwebp (1.2.2-r0) [2023-01-02T11:24:15.076Z] (31/129) Installing zstd-libs (1.5.0-r0) [2023-01-02T11:24:15.076Z] (32/129) Installing tiff (4.4.0-r0) [2023-01-02T11:24:15.076Z] (33/129) Installing gdk-pixbuf (2.42.8-r0) [2023-01-02T11:24:15.076Z] (34/129) Installing gtk-update-icon-cache (2.24.33-r0) [2023-01-02T11:24:15.076Z] (35/129) Installing libxcomposite (0.4.5-r0) [2023-01-02T11:24:15.076Z] (36/129) Installing libxfixes (6.0.0-r0) [2023-01-02T11:24:15.076Z] (37/129) Installing libxrender (0.9.10-r3) [2023-01-02T11:24:15.076Z] (38/129) Installing libxcursor (1.2.0-r0) [2023-01-02T11:24:15.076Z] (39/129) Installing libxdamage (1.1.5-r1) [2023-01-02T11:24:15.335Z] (40/129) Installing libxi (1.8-r0) [2023-01-02T11:24:15.335Z] (41/129) Installing libxinerama (1.1.4-r1) [2023-01-02T11:24:15.335Z] (42/129) Installing libxrandr (1.5.2-r1) [2023-01-02T11:24:15.335Z] (43/129) Installing atk (2.36.0-r0) [2023-01-02T11:24:15.335Z] (44/129) Installing libxtst (1.2.3-r3) [2023-01-02T11:24:15.335Z] (45/129) Installing dbus-libs (1.12.24-r0) [2023-01-02T11:24:15.335Z] (46/129) Installing at-spi2-core (2.42.0-r0) [2023-01-02T11:24:15.335Z] (47/129) Installing at-spi2-atk (2.38.0-r0) [2023-01-02T11:24:15.335Z] (48/129) Installing expat (2.5.0-r0) [2023-01-02T11:24:15.335Z] (49/129) Installing brotli-libs (1.0.9-r5) [2023-01-02T11:24:15.335Z] (50/129) Installing libbz2 (1.0.8-r1) [2023-01-02T11:24:15.335Z] (51/129) Installing freetype (2.11.1-r2) [2023-01-02T11:24:15.335Z] (52/129) Installing fontconfig (2.13.1-r4) [2023-01-02T11:24:15.335Z] (53/129) Installing pixman (0.40.0-r4) [2023-01-02T11:24:15.335Z] (54/129) Installing cairo (1.16.0-r5) [2023-01-02T11:24:15.335Z] (55/129) Installing cairo-gobject (1.16.0-r5) [2023-01-02T11:24:15.335Z] (56/129) Installing avahi-libs (0.8-r5) [2023-01-02T11:24:15.335Z] (57/129) Installing gmp (6.2.1-r1) [2023-01-02T11:24:15.335Z] (58/129) Installing nettle (3.7.3-r0) [2023-01-02T11:24:15.335Z] (59/129) Installing p11-kit (0.24.0-r1) [2023-01-02T11:24:15.335Z] (60/129) Installing libtasn1 (4.18.0-r1) [2023-01-02T11:24:15.335Z] (61/129) Installing libunistring (0.9.10-r1) [2023-01-02T11:24:15.335Z] (62/129) Installing gnutls (3.7.1-r1) [2023-01-02T11:24:15.335Z] (63/129) Installing cups-libs (2.3.3-r6) [2023-01-02T11:24:15.335Z] (64/129) Installing libepoxy (1.5.9-r0) [2023-01-02T11:24:15.335Z] (65/129) Installing fribidi (1.0.11-r0) [2023-01-02T11:24:15.335Z] (66/129) Installing graphite2 (1.3.14-r0) [2023-01-02T11:24:15.335Z] (67/129) Installing harfbuzz (3.0.0-r2) [2023-01-02T11:24:15.335Z] (68/129) Installing libxft (2.3.4-r0) [2023-01-02T11:24:15.335Z] (69/129) Installing pango (1.48.10-r0) [2023-01-02T11:24:15.593Z] (70/129) Installing wayland-libs-client (1.19.0-r1) [2023-01-02T11:24:15.593Z] (71/129) Installing wayland-libs-cursor (1.19.0-r1) [2023-01-02T11:24:15.593Z] (72/129) Installing wayland-libs-egl (1.19.0-r1) [2023-01-02T11:24:15.593Z] (73/129) Installing xkeyboard-config (2.34-r0) [2023-01-02T11:24:15.593Z] (74/129) Installing libxkbcommon (1.3.1-r0) [2023-01-02T11:24:15.593Z] (75/129) Installing gtk+3.0 (3.24.30-r0) [2023-01-02T11:24:15.593Z] Executing gtk+3.0-3.24.30-r0.post-install [2023-01-02T11:24:15.593Z] (76/129) Installing libfontenc (1.1.4-r0) [2023-01-02T11:24:15.593Z] (77/129) Installing mkfontscale (1.2.1-r1) [2023-01-02T11:24:15.593Z] (78/129) Installing ttf-opensans (1.10-r1) [2023-01-02T11:24:15.593Z] Executing ttf-opensans-1.10-r1.post-install [2023-01-02T11:24:18.133Z] (79/129) Installing libogg (1.3.5-r0) [2023-01-02T11:24:18.133Z] (80/129) Installing flac (1.3.4-r0) [2023-01-02T11:24:18.133Z] (81/129) Installing alsa-lib (1.2.5.1-r1) [2023-01-02T11:24:18.133Z] (82/129) Installing libatomic (10.3.1_git20211027-r0) [2023-01-02T11:24:18.133Z] (83/129) Installing sdl2 (2.0.16-r4) [2023-01-02T11:24:18.133Z] (84/129) Installing aom-libs (3.2.0-r0) [2023-01-02T11:24:18.133Z] (85/129) Installing libass (0.15.2-r0) [2023-01-02T11:24:18.133Z] (86/129) Installing libdav1d (0.9.2-r0) [2023-01-02T11:24:18.133Z] (87/129) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2023-01-02T11:24:18.133Z] (88/129) Installing ncurses-libs (6.3_p20211120-r1) [2023-01-02T11:24:18.133Z] (89/129) Installing lame (3.100-r0) [2023-01-02T11:24:18.133Z] (90/129) Installing opus (1.3.1-r1) [2023-01-02T11:24:18.133Z] (91/129) Installing libgomp (10.3.1_git20211027-r0) [2023-01-02T11:24:18.133Z] (92/129) Installing soxr (0.1.3-r2) [2023-01-02T11:24:18.133Z] (93/129) Installing libsrt (1.4.2-r1) [2023-01-02T11:24:18.133Z] (94/129) Installing libssh (0.9.6-r1) [2023-01-02T11:24:18.133Z] (95/129) Installing libtheora (1.1.1-r16) [2023-01-02T11:24:18.133Z] (96/129) Installing v4l-utils-libs (1.22.1-r1) [2023-01-02T11:24:18.133Z] (97/129) Installing libpciaccess (0.16-r0) [2023-01-02T11:24:18.133Z] (98/129) Installing libdrm (2.4.109-r0) [2023-01-02T11:24:18.133Z] (99/129) Installing libva (2.13.0-r0) [2023-01-02T11:24:18.133Z] (100/129) Installing libvdpau (1.4-r0) [2023-01-02T11:24:18.133Z] (101/129) Installing vidstab (1.1.0-r1) [2023-01-02T11:24:18.133Z] (102/129) Installing libvorbis (1.3.7-r0) [2023-01-02T11:24:18.133Z] (103/129) Installing libvpx (1.10.0-r0) [2023-01-02T11:24:18.133Z] (104/129) Installing vulkan-loader (1.2.196-r0) [2023-01-02T11:24:18.133Z] (105/129) Installing x264-libs (20210613-r0) [2023-01-02T11:24:18.133Z] (106/129) Installing x265-libs (3.5-r0) [2023-01-02T11:24:18.133Z] (107/129) Installing xvidcore (1.3.7-r1) [2023-01-02T11:24:18.133Z] (108/129) Installing ffmpeg-libs (4.4.1-r2) [2023-01-02T11:24:18.133Z] (109/129) Installing libevent (2.1.12-r4) [2023-01-02T11:24:18.133Z] (110/129) Installing mesa (21.2.6-r0) [2023-01-02T11:24:18.133Z] (111/129) Installing wayland-libs-server (1.19.0-r1) [2023-01-02T11:24:18.133Z] (112/129) Installing mesa-gbm (21.2.6-r0) [2023-01-02T11:24:18.133Z] (113/129) Installing lcms2 (2.12-r1) [2023-01-02T11:24:18.392Z] (114/129) Installing nspr (4.32-r0) [2023-01-02T11:24:18.392Z] (115/129) Installing sqlite-libs (3.36.0-r0) [2023-01-02T11:24:18.392Z] (116/129) Installing nss (3.78.1-r0) [2023-01-02T11:24:18.392Z] (117/129) Installing libasyncns (0.8-r1) [2023-01-02T11:24:18.392Z] (118/129) Installing libltdl (2.4.6-r7) [2023-01-02T11:24:18.392Z] (119/129) Installing orc (0.4.32-r0) [2023-01-02T11:24:18.392Z] (120/129) Installing libsndfile (1.0.31-r1) [2023-01-02T11:24:18.392Z] (121/129) Installing speexdsp (1.2.0-r0) [2023-01-02T11:24:18.392Z] (122/129) Installing tdb-libs (1.4.5-r0) [2023-01-02T11:24:18.392Z] (123/129) Installing libpulse (15.0-r2) [2023-01-02T11:24:18.392Z] (124/129) Installing re2 (2021.11.01-r0) [2023-01-02T11:24:18.392Z] (125/129) Installing snappy (1.1.9-r1) [2023-01-02T11:24:18.392Z] (126/129) Installing libgpg-error (1.42-r1) [2023-01-02T11:24:18.392Z] (127/129) Installing libgcrypt (1.9.4-r0) [2023-01-02T11:24:18.392Z] (128/129) Installing libxslt (1.1.35-r0) [2023-01-02T11:24:18.392Z] (129/129) Installing chromium (99.0.4844.84-r0) [2023-01-02T11:24:20.293Z] Executing busybox-1.34.1-r7.trigger [2023-01-02T11:24:20.293Z] Executing glib-2.70.1-r0.trigger [2023-01-02T11:24:20.293Z] Executing shared-mime-info-2.1-r1.trigger [2023-01-02T11:24:21.671Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-01-02T11:24:21.671Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2023-01-02T11:24:21.671Z] Executing fontconfig-2.13.1-r4.trigger [2023-01-02T11:24:21.671Z] Executing mkfontscale-1.2.1-r1.trigger [2023-01-02T11:24:21.671Z] OK: 286 MiB in 145 packages [2023-01-02T11:24:26.941Z] Removing intermediate container 22febc6d657d [2023-01-02T11:24:26.941Z] ---> 152e4e08b2a5 [2023-01-02T11:24:26.941Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-01-02T11:24:26.941Z] ---> Running in 173b55a8fc5f [2023-01-02T11:24:26.941Z] Removing intermediate container 173b55a8fc5f [2023-01-02T11:24:26.941Z] ---> e87ec2f79242 [2023-01-02T11:24:26.941Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2023-01-02T11:24:26.941Z] ---> Running in bb8c14bf73ff [2023-01-02T11:24:26.941Z] Removing intermediate container bb8c14bf73ff [2023-01-02T11:24:26.941Z] ---> 568cf939a1c0 [2023-01-02T11:24:26.941Z] Step 5/10 : RUN npm install -g npm [2023-01-02T11:24:27.199Z] ---> Running in 4a6b20836f5f [2023-01-02T11:24:33.831Z] [2023-01-02T11:24:33.831Z] removed 8 packages, changed 80 packages, and audited 232 packages in 5s [2023-01-02T11:24:33.831Z] [2023-01-02T11:24:33.831Z] 14 packages are looking for funding [2023-01-02T11:24:33.831Z] run `npm fund` for details [2023-01-02T11:24:33.831Z] [2023-01-02T11:24:33.831Z] found 0 vulnerabilities [2023-01-02T11:24:34.448Z] Removing intermediate container 4a6b20836f5f [2023-01-02T11:24:34.448Z] ---> d62b6c79a112 [2023-01-02T11:24:34.448Z] Step 6/10 : ARG USER=1000 [2023-01-02T11:24:34.448Z] ---> Running in 080a221d3ae6 [2023-01-02T11:24:34.723Z] Removing intermediate container 080a221d3ae6 [2023-01-02T11:24:34.723Z] ---> bdd23103035e [2023-01-02T11:24:34.723Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-01-02T11:24:34.723Z] ---> Running in f1f26c3bf980 [2023-01-02T11:24:35.313Z] Removing intermediate container f1f26c3bf980 [2023-01-02T11:24:35.313Z] ---> 2e7808893911 [2023-01-02T11:24:35.313Z] Step 8/10 : USER $USER:$USER [2023-01-02T11:24:35.313Z] ---> Running in 8d526d47d17c [2023-01-02T11:24:35.313Z] Removing intermediate container 8d526d47d17c [2023-01-02T11:24:35.313Z] ---> 0aa0b9cf3810 [2023-01-02T11:24:35.313Z] Step 9/10 : WORKDIR /app [2023-01-02T11:24:35.313Z] ---> Running in 1e91cf5d23bf [2023-01-02T11:24:35.313Z] Removing intermediate container 1e91cf5d23bf [2023-01-02T11:24:35.313Z] ---> 2ad51dc00094 [2023-01-02T11:24:35.313Z] Step 10/10 : LABEL git_sha=4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [2023-01-02T11:24:35.313Z] ---> Running in e043aa962136 [2023-01-02T11:24:35.576Z] Removing intermediate container e043aa962136 [2023-01-02T11:24:35.576Z] ---> 687d262e0b0b [2023-01-02T11:24:35.576Z] Successfully built 687d262e0b0b [2023-01-02T11:24:35.576Z] Successfully tagged edgexfoundry/edgex-web-ui:4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [2023-01-02T11:24:35.576Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-01-02T11:24:35.576Z] touch edgex-web-ui.imagebuilt [2023-01-02T11:24:35.576Z] mkdir -p node_modules coverage [2023-01-02T11:24:35.576Z] chown "1000:1000" node_modules coverage package-lock.json [2023-01-02T11:24:35.576Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-01-02T11:24:40.848Z] npm ERR! code ERESOLVE [2023-01-02T11:24:40.848Z] npm ERR! ERESOLVE could not resolve [2023-01-02T11:24:40.848Z] npm ERR! [2023-01-02T11:24:40.848Z] npm ERR! While resolving: @angular-devkit/build-angular@15.0.4 [2023-01-02T11:24:40.848Z] npm ERR! Found: @angular/compiler-cli@12.2.4 [2023-01-02T11:24:40.848Z] npm ERR! node_modules/@angular/compiler-cli [2023-01-02T11:24:40.848Z] npm ERR! dev @angular/compiler-cli@"~12.2.4" from the root project [2023-01-02T11:24:40.848Z] npm ERR! peer @angular/compiler-cli@"12.2.4" from @angular/localize@12.2.4 [2023-01-02T11:24:40.848Z] npm ERR! node_modules/@angular/localize [2023-01-02T11:24:40.848Z] npm ERR! dev @angular/localize@"^12.2.4" from the root project [2023-01-02T11:24:40.848Z] npm ERR! [2023-01-02T11:24:40.848Z] npm ERR! Could not resolve dependency: [2023-01-02T11:24:40.848Z] npm ERR! peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.4 [2023-01-02T11:24:40.848Z] npm ERR! node_modules/@angular-devkit/build-angular [2023-01-02T11:24:40.848Z] npm ERR! dev @angular-devkit/build-angular@"~15.0.4" from the root project [2023-01-02T11:24:40.848Z] npm ERR! [2023-01-02T11:24:40.848Z] npm ERR! Conflicting peer dependency: @angular/compiler-cli@15.0.4 [2023-01-02T11:24:40.848Z] npm ERR! node_modules/@angular/compiler-cli [2023-01-02T11:24:40.848Z] npm ERR! peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.4 [2023-01-02T11:24:40.848Z] npm ERR! node_modules/@angular-devkit/build-angular [2023-01-02T11:24:40.848Z] npm ERR! dev @angular-devkit/build-angular@"~15.0.4" from the root project [2023-01-02T11:24:40.848Z] npm ERR! [2023-01-02T11:24:40.848Z] npm ERR! Fix the upstream dependency conflict, or retry [2023-01-02T11:24:40.848Z] npm ERR! this command with --force or --legacy-peer-deps [2023-01-02T11:24:40.848Z] npm ERR! to accept an incorrect (and potentially broken) dependency resolution. [2023-01-02T11:24:40.848Z] npm ERR! [2023-01-02T11:24:40.848Z] npm ERR! [2023-01-02T11:24:40.848Z] npm ERR! For a full report see: [2023-01-02T11:24:40.848Z] npm ERR! /home/node/.npm/_logs/2023-01-02T11_24_36_020Z-eresolve-report.txt [2023-01-02T11:24:40.848Z] [2023-01-02T11:24:40.848Z] npm ERR! A complete log of this run can be found in: [2023-01-02T11:24:40.848Z] npm ERR! /home/node/.npm/_logs/2023-01-02T11_24_36_020Z-debug-0.log [2023-01-02T11:24:40.848Z] make[1]: *** [Makefile:139: node_modules] Error 1 [2023-01-02T11:24:40.848Z] make[1]: Leaving directory '/w/workspace/edgexfoundry_edgex-ui-go_PR-585/web' [2023-01-02T11:24:40.848Z] make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } [2023-01-02T11:24:40.901Z] $ docker stop --time=1 10c6cd92ea6384d2baaa25b2b15d467eda212d594ec96ee6f34e11987fc8b548 [2023-01-02T11:24:42.213Z] $ docker rm -f --volumes 10c6cd92ea6384d2baaa25b2b15d467eda212d594ec96ee6f34e11987fc8b548 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:24:43.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-02T11:24:43.436Z] [2023-01-02T11:24:43.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:24:43.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-02T11:24:43.833Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-02T11:24:43.833Z] 5eb5b503b376: Pulling fs layer [2023-01-02T11:24:43.833Z] 5c69ac0246d0: Pulling fs layer [2023-01-02T11:24:43.833Z] ec43610c2a17: Pulling fs layer [2023-01-02T11:24:43.833Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-02T11:24:43.833Z] 33b1e0a273af: Pulling fs layer [2023-01-02T11:24:43.833Z] 5d3b04190fa2: Pulling fs layer [2023-01-02T11:24:43.833Z] 2f39f015ded8: Pulling fs layer [2023-01-02T11:24:43.833Z] 3a2ae6a8a46f: Waiting [2023-01-02T11:24:43.833Z] 33b1e0a273af: Waiting [2023-01-02T11:24:43.833Z] 5d3b04190fa2: Waiting [2023-01-02T11:24:43.833Z] 2f39f015ded8: Waiting [2023-01-02T11:24:43.833Z] 5c69ac0246d0: Download complete [2023-01-02T11:24:43.833Z] 3a2ae6a8a46f: Download complete [2023-01-02T11:24:44.096Z] 33b1e0a273af: Verifying Checksum [2023-01-02T11:24:44.096Z] 33b1e0a273af: Download complete [2023-01-02T11:24:44.096Z] 5d3b04190fa2: Download complete [2023-01-02T11:24:44.096Z] ec43610c2a17: Verifying Checksum [2023-01-02T11:24:44.096Z] ec43610c2a17: Download complete [2023-01-02T11:24:44.096Z] 5eb5b503b376: Verifying Checksum [2023-01-02T11:24:44.096Z] 5eb5b503b376: Download complete [2023-01-02T11:24:44.666Z] 2f39f015ded8: Download complete [2023-01-02T11:24:45.234Z] 5eb5b503b376: Pull complete [2023-01-02T11:24:45.493Z] 5c69ac0246d0: Pull complete [2023-01-02T11:24:45.752Z] ec43610c2a17: Pull complete [2023-01-02T11:24:45.752Z] 3a2ae6a8a46f: Pull complete [2023-01-02T11:24:46.012Z] 33b1e0a273af: Pull complete [2023-01-02T11:24:46.012Z] 5d3b04190fa2: Pull complete [2023-01-02T11:24:50.198Z] 2f39f015ded8: Pull complete [2023-01-02T11:24:50.198Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-02T11:24:50.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-02T11:24:50.198Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-02T11:24:50.418Z] prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container [2023-01-02T11:24:50.451Z] $ 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-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@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 [2023-01-02T11:24:53.892Z] $ docker top 01b4958778cfe8b5b727e4b5f09c747877d5e21247597fe9d99317afa429b584 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:24:54.375Z] ---> job-cost.sh [2023-01-02T11:24:54.375Z] lf-activate-venv: SKIPPING [2023-01-02T11:24:54.375Z] INFO: No Stack... [2023-01-02T11:24:54.635Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-02T11:24:55.203Z] INFO: Archiving Costs [Pipeline] sh [2023-01-02T11:24:55.520Z] + + cut -d, -f6 [2023-01-02T11:24:55.520Z] cat /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives/cost.csv [Pipeline] lock [2023-01-02T11:24:55.561Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [2023-01-02T11:24:55.568Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] did not exist. Created. [2023-01-02T11:24:55.569Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-02T11:24:55.963Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-02T11:24:56.049Z] Stashed 1 file(s) [Pipeline] } [2023-01-02T11:24:56.065Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-02T11:24:56.156Z] $ docker stop --time=1 01b4958778cfe8b5b727e4b5f09c747877d5e21247597fe9d99317afa429b584 [2023-01-02T11:24:56.773Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-814 in /w/workspace/edgexfoundry_edgex-ui-go_PR-585 [2023-01-02T11:24:57.317Z] $ docker rm -f --volumes 01b4958778cfe8b5b727e4b5f09c747877d5e21247597fe9d99317afa429b584 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] ws [2023-01-02T11:24:57.516Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [Pipeline] } [2023-01-02T11:24:57.589Z] The recommended git tool is: git [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-02T11:24:57.777Z] Failed in branch amd64 [2023-01-02T11:25:02.849Z] using credential edgex-jenkins-ssh [2023-01-02T11:25:02.869Z] Cloning the remote Git repository [2023-01-02T11:25:02.914Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2023-01-02T11:25:02.995Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2023-01-02T11:25:03.141Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-01-02T11:25:03.142Z] > git --version # timeout=10 [2023-01-02T11:25:03.160Z] > git --version # 'git version 2.25.1' [2023-01-02T11:25:03.162Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-02T11:25:03.218Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-02T11:25:06.445Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-01-02T11:25:06.474Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-02T11:25:07.335Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2023-01-02T11:25:07.378Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2023-01-02T11:25:07.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-02T11:25:07.396Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/585/head:refs/remotes/origin/PR-585 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-02T11:25:07.855Z] Merging remotes/origin/main commit 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 into PR head commit 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [2023-01-02T11:25:08.404Z] Merge succeeded, producing 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [2023-01-02T11:25:08.405Z] Checking out Revision 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 (PR-585) [2023-01-02T11:25:09.182Z] Commit message: "chore(deps): Bump json5 and @angular-devkit/build-angular in /web" [2023-01-02T11:25:09.234Z] > git --version # timeout=10 [2023-01-02T11:25:09.246Z] > git --version # 'git version 2.25.1' [2023-01-02T11:25:09.270Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-02T11:25:07.875Z] > git config core.sparsecheckout # timeout=10 [2023-01-02T11:25:07.907Z] > git checkout -f 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 # timeout=10 [2023-01-02T11:25:08.302Z] > git remote # timeout=10 [2023-01-02T11:25:08.321Z] > git config --get remote.origin.url # timeout=10 [2023-01-02T11:25:08.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-02T11:25:08.358Z] > git merge 1fc6aad09b79efe7d583b860cd1a98c2a76983c7 # timeout=10 [2023-01-02T11:25:08.384Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-02T11:25:08.413Z] > git config core.sparsecheckout # timeout=10 [2023-01-02T11:25:08.440Z] > git checkout -f 4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-02T11:25:10.354Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-02T11:25:10.355Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-02T11:25:10.355Z] Dload Upload Total Spent Left Speed [2023-01-02T11:25:10.355Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 50200 0 --:--:-- --:--:-- --:--:-- 50200 [Pipeline] sh [2023-01-02T11:25:10.928Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-02T11:25:11.270Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-02T11:25:11.270Z] + sudo tee /etc/docker/daemon.new [2023-01-02T11:25:11.270Z] { [2023-01-02T11:25:11.270Z] "registry-mirrors": [ [2023-01-02T11:25:11.270Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-02T11:25:11.270Z] ], [2023-01-02T11:25:11.270Z] "bip": "10.250.0.254/24", [2023-01-02T11:25:11.270Z] "hosts": [ [2023-01-02T11:25:11.270Z] "tcp://0.0.0.0:5555", [2023-01-02T11:25:11.270Z] "unix:///var/run/docker.sock" [2023-01-02T11:25:11.270Z] ], [2023-01-02T11:25:11.270Z] "mtu": 1458, [2023-01-02T11:25:11.270Z] "selinux-enabled": true, [2023-01-02T11:25:11.270Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-02T11:25:11.270Z] } [Pipeline] sh [2023-01-02T11:25:11.630Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-02T11:25:11.981Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-02T11:25:30.312Z] provisioning config files... [2023-01-02T11:25:30.338Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config16829065180252093341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:25:30.729Z] ---> docker-login.sh [2023-01-02T11:25:30.729Z] nexus3.edgexfoundry.org:10001 [2023-01-02T11:25:31.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:25:31.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:25:31.271Z] Configure a credential helper to remove this warning. See [2023-01-02T11:25:31.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:25:31.271Z] [2023-01-02T11:25:31.271Z] Login Succeeded [2023-01-02T11:25:31.271Z] nexus3.edgexfoundry.org:10002 [2023-01-02T11:25:31.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:25:31.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:25:31.810Z] Configure a credential helper to remove this warning. See [2023-01-02T11:25:31.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:25:31.810Z] [2023-01-02T11:25:31.810Z] Login Succeeded [2023-01-02T11:25:31.810Z] nexus3.edgexfoundry.org:10003 [2023-01-02T11:25:31.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:25:32.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:25:32.079Z] Configure a credential helper to remove this warning. See [2023-01-02T11:25:32.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:25:32.079Z] [2023-01-02T11:25:32.079Z] Login Succeeded [2023-01-02T11:25:32.079Z] nexus3.edgexfoundry.org:10004 [2023-01-02T11:25:32.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:25:32.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:25:32.350Z] Configure a credential helper to remove this warning. See [2023-01-02T11:25:32.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:25:32.350Z] [2023-01-02T11:25:32.350Z] Login Succeeded [2023-01-02T11:25:32.350Z] docker.io [2023-01-02T11:25:32.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-02T11:25:32.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-02T11:25:32.891Z] Configure a credential helper to remove this warning. See [2023-01-02T11:25:32.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-02T11:25:32.891Z] [2023-01-02T11:25:32.891Z] Login Succeeded [2023-01-02T11:25:32.891Z] ---> docker-login.sh ends [Pipeline] } [2023-01-02T11:25:32.920Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-02T11:25:33.300Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-02T11:25:33.340Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-02T11:25:33.377Z] ========================================================= [2023-01-02T11:25:33.378Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-02T11:25:33.378Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:25:33.898Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-02T11:25:34.872Z] Sending build context to Docker daemon 28.54MB [2023-01-02T11:25:34.872Z] Step 1/16 : ARG BASE=golang:1.18-alpine3.16 [2023-01-02T11:25:34.872Z] Step 2/16 : FROM ${BASE} AS builder [2023-01-02T11:25:34.872Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-02T11:25:34.872Z] 9b18e9b68314: Pulling fs layer [2023-01-02T11:25:34.872Z] 35d82f9e3411: Pulling fs layer [2023-01-02T11:25:34.872Z] e16973657156: Pulling fs layer [2023-01-02T11:25:34.872Z] fc693d55d65f: Pulling fs layer [2023-01-02T11:25:34.872Z] 7e9fc2657dce: Pulling fs layer [2023-01-02T11:25:34.872Z] dda99020689f: Pulling fs layer [2023-01-02T11:25:34.872Z] db1c61fa0a46: Pulling fs layer [2023-01-02T11:25:34.872Z] 891c053d2c06: Pulling fs layer [2023-01-02T11:25:34.872Z] fc693d55d65f: Waiting [2023-01-02T11:25:34.872Z] dda99020689f: Waiting [2023-01-02T11:25:34.872Z] 7e9fc2657dce: Waiting [2023-01-02T11:25:34.872Z] db1c61fa0a46: Waiting [2023-01-02T11:25:34.872Z] 891c053d2c06: Waiting [2023-01-02T11:25:34.872Z] e16973657156: Download complete [2023-01-02T11:25:35.149Z] 35d82f9e3411: Verifying Checksum [2023-01-02T11:25:35.149Z] 35d82f9e3411: Download complete [2023-01-02T11:25:35.149Z] 7e9fc2657dce: Download complete [2023-01-02T11:25:35.149Z] dda99020689f: Verifying Checksum [2023-01-02T11:25:35.149Z] dda99020689f: Download complete [2023-01-02T11:25:35.149Z] 9b18e9b68314: Verifying Checksum [2023-01-02T11:25:35.149Z] 9b18e9b68314: Download complete [2023-01-02T11:25:35.739Z] 9b18e9b68314: Pull complete [2023-01-02T11:25:36.010Z] 891c053d2c06: Verifying Checksum [2023-01-02T11:25:36.010Z] 891c053d2c06: Download complete [2023-01-02T11:25:37.437Z] db1c61fa0a46: Verifying Checksum [2023-01-02T11:25:37.437Z] db1c61fa0a46: Download complete [2023-01-02T11:25:37.705Z] fc693d55d65f: Verifying Checksum [2023-01-02T11:25:37.705Z] fc693d55d65f: Download complete [2023-01-02T11:25:37.972Z] 35d82f9e3411: Pull complete [2023-01-02T11:25:38.239Z] e16973657156: Pull complete [2023-01-02T11:25:50.575Z] fc693d55d65f: Pull complete [2023-01-02T11:25:50.575Z] 7e9fc2657dce: Pull complete [2023-01-02T11:25:50.575Z] dda99020689f: Pull complete [2023-01-02T11:25:57.254Z] db1c61fa0a46: Pull complete [2023-01-02T11:25:58.696Z] 891c053d2c06: Pull complete [2023-01-02T11:25:58.696Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-02T11:25:58.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-02T11:25:58.696Z] ---> f96f9c87975a [2023-01-02T11:25:58.696Z] Step 3/16 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2023-01-02T11:26:00.651Z] ---> Running in afd5e1508ad3 [2023-01-02T11:26:00.918Z] Removing intermediate container afd5e1508ad3 [2023-01-02T11:26:00.918Z] ---> 73dacf13e870 [2023-01-02T11:26:00.918Z] Step 4/16 : ARG ALPINE_PKG_BASE="make git" [2023-01-02T11:26:00.918Z] ---> Running in 77de6850b4ff [2023-01-02T11:26:01.186Z] Removing intermediate container 77de6850b4ff [2023-01-02T11:26:01.186Z] ---> 1ceb717a05a8 [2023-01-02T11:26:01.186Z] Step 5/16 : ARG ALPINE_PKG_EXTRA="" [2023-01-02T11:26:01.186Z] ---> Running in a04ba9291b1f [2023-01-02T11:26:01.459Z] Removing intermediate container a04ba9291b1f [2023-01-02T11:26:01.459Z] ---> a115efc235b7 [2023-01-02T11:26:01.459Z] Step 6/16 : LABEL Name=edgex-ui-go [2023-01-02T11:26:01.785Z] ---> Running in b0180ea44f1f [2023-01-02T11:26:02.062Z] Removing intermediate container b0180ea44f1f [2023-01-02T11:26:02.062Z] ---> a578f87496ca [2023-01-02T11:26:02.062Z] Step 7/16 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2022: Intel' [2023-01-02T11:26:02.062Z] ---> Running in 0e67ebc14952 [2023-01-02T11:26:02.335Z] Removing intermediate container 0e67ebc14952 [2023-01-02T11:26:02.335Z] ---> e9baee3bf5c9 [2023-01-02T11:26:02.335Z] Step 8/16 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2023-01-02T11:26:02.930Z] latest: Pulling from library/docker [2023-01-02T11:26:02.930Z] 261da4162673: Pulling fs layer [2023-01-02T11:26:02.930Z] 0eb5dec0c1f5: Pulling fs layer [2023-01-02T11:26:02.930Z] f9db874a82a6: Pulling fs layer [2023-01-02T11:26:02.930Z] 16bcbc5124e1: Pulling fs layer [2023-01-02T11:26:02.930Z] 572c6a0495ba: Pulling fs layer [2023-01-02T11:26:02.930Z] 022b5312edcc: Pulling fs layer [2023-01-02T11:26:02.930Z] e4eb3085741a: Pulling fs layer [2023-01-02T11:26:02.930Z] ed99cff288a7: Pulling fs layer [2023-01-02T11:26:02.930Z] 16bcbc5124e1: Waiting [2023-01-02T11:26:02.930Z] 572c6a0495ba: Waiting [2023-01-02T11:26:02.930Z] 022b5312edcc: Waiting [2023-01-02T11:26:02.930Z] e4eb3085741a: Waiting [2023-01-02T11:26:02.930Z] ed99cff288a7: Waiting [2023-01-02T11:26:03.200Z] 0eb5dec0c1f5: Verifying Checksum [2023-01-02T11:26:03.200Z] 0eb5dec0c1f5: Download complete [2023-01-02T11:26:03.200Z] 261da4162673: Verifying Checksum [2023-01-02T11:26:03.200Z] 261da4162673: Download complete [2023-01-02T11:26:03.469Z] f9db874a82a6: Verifying Checksum [2023-01-02T11:26:03.469Z] f9db874a82a6: Download complete [2023-01-02T11:26:03.469Z] 022b5312edcc: Verifying Checksum [2023-01-02T11:26:03.469Z] 022b5312edcc: Download complete [2023-01-02T11:26:03.754Z] 572c6a0495ba: Verifying Checksum [2023-01-02T11:26:03.754Z] 572c6a0495ba: Download complete [2023-01-02T11:26:03.754Z] 16bcbc5124e1: Verifying Checksum [2023-01-02T11:26:03.754Z] 16bcbc5124e1: Download complete [2023-01-02T11:26:03.754Z] e4eb3085741a: Verifying Checksum [2023-01-02T11:26:03.754Z] e4eb3085741a: Download complete [2023-01-02T11:26:03.754Z] ed99cff288a7: Verifying Checksum [2023-01-02T11:26:03.754Z] ed99cff288a7: Download complete [2023-01-02T11:26:04.022Z] 261da4162673: Pull complete [2023-01-02T11:26:04.290Z] 0eb5dec0c1f5: Pull complete [2023-01-02T11:26:05.255Z] f9db874a82a6: Pull complete [2023-01-02T11:26:06.675Z] 16bcbc5124e1: Pull complete [2023-01-02T11:26:07.264Z] 572c6a0495ba: Pull complete [2023-01-02T11:26:07.534Z] 022b5312edcc: Pull complete [2023-01-02T11:26:07.802Z] e4eb3085741a: Pull complete [2023-01-02T11:26:08.069Z] ed99cff288a7: Pull complete [2023-01-02T11:26:08.069Z] Digest: sha256:9586963dcc07a22641bf03c22f43cd7e45b3107df6bf55c92d8c5098b0ac1750 [2023-01-02T11:26:08.069Z] Status: Downloaded newer image for docker:latest [2023-01-02T11:26:10.674Z] ---> 69f12842c7d1 [2023-01-02T11:26:10.674Z] Step 9/16 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2023-01-02T11:26:10.674Z] ---> Running in 2adb7ba24b48 [2023-01-02T11:26:12.091Z] Removing intermediate container 2adb7ba24b48 [2023-01-02T11:26:12.091Z] ---> 9c8c4200c5f5 [2023-01-02T11:26:12.091Z] Step 10/16 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-02T11:26:12.091Z] ---> Running in dd86771f9211 [2023-01-02T11:26:13.064Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-02T11:26:13.650Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-02T11:26:15.080Z] OK: 221 MiB in 51 packages [2023-01-02T11:26:15.669Z] Removing intermediate container dd86771f9211 [2023-01-02T11:26:15.669Z] ---> de0a9ece80a9 [2023-01-02T11:26:15.669Z] Step 11/16 : ENV GO111MODULE=on [2023-01-02T11:26:15.669Z] ---> Running in 9eba8ef6bef0 [2023-01-02T11:26:15.944Z] Removing intermediate container 9eba8ef6bef0 [2023-01-02T11:26:15.944Z] ---> f3a2f5430b78 [2023-01-02T11:26:15.944Z] Step 12/16 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2023-01-02T11:26:15.944Z] ---> Running in af4096f83d0f [2023-01-02T11:26:16.212Z] Removing intermediate container af4096f83d0f [2023-01-02T11:26:16.212Z] ---> ffdaef19389a [2023-01-02T11:26:16.212Z] Step 13/16 : COPY go.mod vendor* ./ [2023-01-02T11:26:16.796Z] ---> 08c973d486bf [2023-01-02T11:26:16.796Z] Step 14/16 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-02T11:26:17.065Z] ---> Running in 961ba2395fbf [2023-01-02T11:27:13.499Z] Removing intermediate container 961ba2395fbf [2023-01-02T11:27:13.499Z] ---> 47d6b4e55607 [2023-01-02T11:27:13.499Z] Step 15/16 : COPY . . [2023-01-02T11:27:13.499Z] ---> 38eba6236a04 [2023-01-02T11:27:13.499Z] Step 16/16 : RUN ${MAKE} [2023-01-02T11:27:13.499Z] ---> Running in 354f4650c7bc [2023-01-02T11:27:13.499Z] noop [2023-01-02T11:27:13.499Z] Removing intermediate container 354f4650c7bc [2023-01-02T11:27:13.499Z] ---> 9e0e8b30907d [2023-01-02T11:27:13.499Z] Successfully built 9e0e8b30907d [2023-01-02T11:27:13.499Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:27:13.980Z] + docker inspect -f . ci-base-image-arm64 [2023-01-02T11:27:13.980Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-02T11:27:14.244Z] prd-ubuntu20.04-docker-arm64-4c-16g-814 does not seem to be running inside a container [2023-01-02T11:27:14.319Z] $ 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 [2023-01-02T11:27:15.432Z] $ docker top 934b87f8a5c3dc13f5356529f15a79e24d718ae2447c823f44aa59c06cf171b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-02T11:27:16.283Z] + go version [2023-01-02T11:27:16.283Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-02T11:27:16.316Z] $ docker stop --time=1 934b87f8a5c3dc13f5356529f15a79e24d718ae2447c823f44aa59c06cf171b3 [2023-01-02T11:27:17.871Z] $ docker rm -f --volumes 934b87f8a5c3dc13f5356529f15a79e24d718ae2447c823f44aa59c06cf171b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:27:18.697Z] + docker inspect -f . ci-base-image-arm64 [2023-01-02T11:27:18.697Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-02T11:27:18.937Z] prd-ubuntu20.04-docker-arm64-4c-16g-814 does not seem to be running inside a container [2023-01-02T11:27:18.995Z] $ 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 [2023-01-02T11:27:20.042Z] $ docker top 62aa3d5a63cb7875f104e05c91c197e4b05f5b5a02c3c9eac8923d5f230c61a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-02T11:27:20.586Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-02T11:27:20.977Z] + make test [2023-01-02T11:27:20.977Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2023-01-02T11:27:22.386Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2023-01-02T11:28:30.251Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2023-01-02T11:28:30.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2023-01-02T11:28:30.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2023-01-02T11:28:30.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/config [no test files] [2023-01-02T11:28:30.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/container [no test files] [2023-01-02T11:28:30.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2023-01-02T11:28:30.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2023-01-02T11:28:30.251Z] ? github.com/edgexfoundry/edgex-ui-go/internal/service [no test files] [2023-01-02T11:28:30.251Z] CGO_ENABLED=0 GO111MODULE=on go vet -tags "no_messagebus" ./... [2023-01-02T11:28:48.456Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-02T11:28:48.456Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-02T11:28:48.456Z] ./bin/test-attribution-txt.sh [2023-01-02T11:28:48.456Z] An attribution for github.com/edgexfoundry/go-mod-bootstrap/v2 is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/eclipse/paho.mqtt.golang is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/edgexfoundry/go-mod-messaging/v2 is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v2 is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/go-kit/log is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/go-logfmt/logfmt is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/go-redis/redis/v7 is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/golang/protobuf is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/hashicorp/errwrap is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/hashicorp/go-multierror is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/pebbe/zmq4 is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/rcrowley/go-metrics is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/spiffe/go-spiffe/v2 is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for github.com/zeebo/errs is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for golang.org/x/net is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for golang.org/x/sync is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for google.golang.org/genproto is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for google.golang.org/grpc is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for google.golang.org/protobuf is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2023-01-02T11:28:48.456Z] make -C web test [2023-01-02T11:28:48.456Z] make[1]: Entering directory '/w/workspace/edgex-ui-go/1/web' [2023-01-02T11:28:48.456Z] make[1]: tput: No such file or directory [2023-01-02T11:28:48.456Z] make[1]: tput: No such file or directory [2023-01-02T11:28:48.456Z] warning: generating ./VERSION [2023-01-02T11:28:48.456Z] echo "0.0.0" > VERSION [2023-01-02T11:28:48.456Z] docker build \ [2023-01-02T11:28:48.456Z] -f Dockerfile \ [2023-01-02T11:28:48.456Z] --build-arg USER=1000 \ [2023-01-02T11:28:48.456Z] \ [2023-01-02T11:28:48.456Z] --label "git_sha=4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54" \ [2023-01-02T11:28:48.456Z] -t edgexfoundry/edgex-web-ui:4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 \ [2023-01-02T11:28:48.456Z] -t edgexfoundry/edgex-web-ui:0.0.0-dev \ [2023-01-02T11:28:48.456Z] . [2023-01-02T11:28:48.456Z] Sending build context to Docker daemon 2.961MB [2023-01-02T11:28:48.456Z] Step 1/10 : FROM node:16.17-alpine3.15 [2023-01-02T11:28:48.720Z] 16.17-alpine3.15: Pulling from library/node [2023-01-02T11:28:48.986Z] 47517142f6ba: Pulling fs layer [2023-01-02T11:28:48.986Z] 5f8c4bfa009b: Pulling fs layer [2023-01-02T11:28:48.986Z] f7079c9c4ba1: Pulling fs layer [2023-01-02T11:28:48.986Z] aba105e6f55a: Pulling fs layer [2023-01-02T11:28:48.986Z] aba105e6f55a: Waiting [2023-01-02T11:28:49.253Z] 47517142f6ba: Download complete [2023-01-02T11:28:49.253Z] aba105e6f55a: Verifying Checksum [2023-01-02T11:28:49.253Z] aba105e6f55a: Download complete [2023-01-02T11:28:49.517Z] f7079c9c4ba1: Verifying Checksum [2023-01-02T11:28:49.517Z] f7079c9c4ba1: Download complete [2023-01-02T11:28:49.517Z] 47517142f6ba: Pull complete [2023-01-02T11:28:51.454Z] 5f8c4bfa009b: Verifying Checksum [2023-01-02T11:28:51.454Z] 5f8c4bfa009b: Download complete [2023-01-02T11:28:54.029Z] 5f8c4bfa009b: Pull complete [2023-01-02T11:28:54.619Z] f7079c9c4ba1: Pull complete [2023-01-02T11:28:54.619Z] aba105e6f55a: Pull complete [2023-01-02T11:28:54.619Z] Digest: sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a [2023-01-02T11:28:54.619Z] Status: Downloaded newer image for node:16.17-alpine3.15 [2023-01-02T11:28:54.619Z] ---> bf1b8b58d215 [2023-01-02T11:28:54.619Z] Step 2/10 : RUN apk add --no-cache chromium [2023-01-02T11:28:55.200Z] ---> Running in 01310d20bc2f [2023-01-02T11:28:56.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-02T11:28:56.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-02T11:28:57.377Z] (1/128) Installing libxau (1.0.9-r0) [2023-01-02T11:28:57.377Z] (2/128) Installing libmd (1.0.3-r0) [2023-01-02T11:28:57.377Z] (3/128) Installing libbsd (0.11.3-r1) [2023-01-02T11:28:57.377Z] (4/128) Installing libxdmcp (1.1.3-r0) [2023-01-02T11:28:57.377Z] (5/128) Installing libxcb (1.14-r2) [2023-01-02T11:28:57.377Z] (6/128) Installing libx11 (1.7.3.1-r0) [2023-01-02T11:28:57.641Z] (7/128) Installing libxext (1.3.4-r0) [2023-01-02T11:28:57.642Z] (8/128) Installing libice (1.0.10-r0) [2023-01-02T11:28:57.642Z] (9/128) Installing libuuid (2.37.4-r0) [2023-01-02T11:28:57.642Z] (10/128) Installing libsm (1.2.3-r0) [2023-01-02T11:28:57.642Z] (11/128) Installing libxt (1.2.1-r0) [2023-01-02T11:28:57.642Z] (12/128) Installing libxmu (1.1.3-r0) [2023-01-02T11:28:57.642Z] (13/128) Installing xset (1.2.4-r0) [2023-01-02T11:28:57.642Z] (14/128) Installing xprop (1.2.5-r0) [2023-01-02T11:28:57.642Z] (15/128) Installing xdg-utils (1.1.3-r0) [2023-01-02T11:28:57.642Z] (16/128) Installing eudev-libs (3.2.11_pre1-r0) [2023-01-02T11:28:57.642Z] (17/128) Installing pkgconf (1.8.0-r0) [2023-01-02T11:28:57.642Z] (18/128) Installing libffi (3.4.2-r1) [2023-01-02T11:28:57.642Z] (19/128) Installing libintl (0.21-r0) [2023-01-02T11:28:57.642Z] (20/128) Installing libblkid (2.37.4-r0) [2023-01-02T11:28:57.642Z] (21/128) Installing libmount (2.37.4-r0) [2023-01-02T11:28:57.642Z] (22/128) Installing pcre (8.45-r1) [2023-01-02T11:28:57.642Z] (23/128) Installing glib (2.70.1-r0) [2023-01-02T11:28:57.642Z] (24/128) Installing xz-libs (5.2.5-r1) [2023-01-02T11:28:57.907Z] (25/128) Installing libxml2 (2.9.14-r2) [2023-01-02T11:28:57.907Z] (26/128) Installing shared-mime-info (2.1-r1) [2023-01-02T11:28:57.907Z] (27/128) Installing hicolor-icon-theme (0.17-r1) [2023-01-02T11:28:57.907Z] (28/128) Installing libjpeg-turbo (2.1.2-r0) [2023-01-02T11:28:57.907Z] (29/128) Installing libpng (1.6.37-r1) [2023-01-02T11:28:57.907Z] (30/128) Installing libwebp (1.2.2-r0) [2023-01-02T11:28:57.907Z] (31/128) Installing zstd-libs (1.5.0-r0) [2023-01-02T11:28:57.907Z] (32/128) Installing tiff (4.4.0-r0) [2023-01-02T11:28:57.907Z] (33/128) Installing gdk-pixbuf (2.42.8-r0) [2023-01-02T11:28:58.173Z] (34/128) Installing gtk-update-icon-cache (2.24.33-r0) [2023-01-02T11:28:58.173Z] (35/128) Installing libxcomposite (0.4.5-r0) [2023-01-02T11:28:58.173Z] (36/128) Installing libxfixes (6.0.0-r0) [2023-01-02T11:28:58.173Z] (37/128) Installing libxrender (0.9.10-r3) [2023-01-02T11:28:58.173Z] (38/128) Installing libxcursor (1.2.0-r0) [2023-01-02T11:28:58.173Z] (39/128) Installing libxdamage (1.1.5-r1) [2023-01-02T11:28:58.173Z] (40/128) Installing libxi (1.8-r0) [2023-01-02T11:28:58.173Z] (41/128) Installing libxinerama (1.1.4-r1) [2023-01-02T11:28:58.173Z] (42/128) Installing libxrandr (1.5.2-r1) [2023-01-02T11:28:58.173Z] (43/128) Installing atk (2.36.0-r0) [2023-01-02T11:28:58.173Z] (44/128) Installing libxtst (1.2.3-r3) [2023-01-02T11:28:58.173Z] (45/128) Installing dbus-libs (1.12.24-r0) [2023-01-02T11:28:58.173Z] (46/128) Installing at-spi2-core (2.42.0-r0) [2023-01-02T11:28:58.173Z] (47/128) Installing at-spi2-atk (2.38.0-r0) [2023-01-02T11:28:58.173Z] (48/128) Installing expat (2.5.0-r0) [2023-01-02T11:28:58.173Z] (49/128) Installing brotli-libs (1.0.9-r5) [2023-01-02T11:28:58.173Z] (50/128) Installing libbz2 (1.0.8-r1) [2023-01-02T11:28:58.173Z] (51/128) Installing freetype (2.11.1-r2) [2023-01-02T11:28:58.439Z] (52/128) Installing fontconfig (2.13.1-r4) [2023-01-02T11:28:58.439Z] (53/128) Installing pixman (0.40.0-r4) [2023-01-02T11:28:58.439Z] (54/128) Installing cairo (1.16.0-r5) [2023-01-02T11:28:58.439Z] (55/128) Installing cairo-gobject (1.16.0-r5) [2023-01-02T11:28:58.439Z] (56/128) Installing avahi-libs (0.8-r5) [2023-01-02T11:28:58.439Z] (57/128) Installing gmp (6.2.1-r1) [2023-01-02T11:28:58.439Z] (58/128) Installing nettle (3.7.3-r0) [2023-01-02T11:28:58.439Z] (59/128) Installing p11-kit (0.24.0-r1) [2023-01-02T11:28:58.439Z] (60/128) Installing libtasn1 (4.18.0-r1) [2023-01-02T11:28:58.439Z] (61/128) Installing libunistring (0.9.10-r1) [2023-01-02T11:28:58.439Z] (62/128) Installing gnutls (3.7.1-r1) [2023-01-02T11:28:58.705Z] (63/128) Installing cups-libs (2.3.3-r6) [2023-01-02T11:28:58.705Z] (64/128) Installing libepoxy (1.5.9-r0) [2023-01-02T11:28:58.705Z] (65/128) Installing fribidi (1.0.11-r0) [2023-01-02T11:28:58.705Z] (66/128) Installing graphite2 (1.3.14-r0) [2023-01-02T11:28:58.705Z] (67/128) Installing harfbuzz (3.0.0-r2) [2023-01-02T11:28:58.705Z] (68/128) Installing libxft (2.3.4-r0) [2023-01-02T11:28:58.705Z] (69/128) Installing pango (1.48.10-r0) [2023-01-02T11:28:58.705Z] (70/128) Installing wayland-libs-client (1.19.0-r1) [2023-01-02T11:28:58.705Z] (71/128) Installing wayland-libs-cursor (1.19.0-r1) [2023-01-02T11:28:58.705Z] (72/128) Installing wayland-libs-egl (1.19.0-r1) [2023-01-02T11:28:58.705Z] (73/128) Installing xkeyboard-config (2.34-r0) [2023-01-02T11:28:58.973Z] (74/128) Installing libxkbcommon (1.3.1-r0) [2023-01-02T11:28:58.973Z] (75/128) Installing gtk+3.0 (3.24.30-r0) [2023-01-02T11:28:59.238Z] Executing gtk+3.0-3.24.30-r0.post-install [2023-01-02T11:28:59.238Z] (76/128) Installing libfontenc (1.1.4-r0) [2023-01-02T11:28:59.238Z] (77/128) Installing mkfontscale (1.2.1-r1) [2023-01-02T11:28:59.238Z] (78/128) Installing ttf-opensans (1.10-r1) [2023-01-02T11:28:59.505Z] Executing ttf-opensans-1.10-r1.post-install [2023-01-02T11:29:01.445Z] (79/128) Installing libogg (1.3.5-r0) [2023-01-02T11:29:01.445Z] (80/128) Installing flac (1.3.4-r0) [2023-01-02T11:29:01.715Z] (81/128) Installing alsa-lib (1.2.5.1-r1) [2023-01-02T11:29:01.715Z] (82/128) Installing libatomic (10.3.1_git20211027-r0) [2023-01-02T11:29:01.715Z] (83/128) Installing sdl2 (2.0.16-r4) [2023-01-02T11:29:01.715Z] (84/128) Installing aom-libs (3.2.0-r0) [2023-01-02T11:29:01.715Z] (85/128) Installing libass (0.15.2-r0) [2023-01-02T11:29:01.982Z] (86/128) Installing libdav1d (0.9.2-r0) [2023-01-02T11:29:01.982Z] (87/128) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2023-01-02T11:29:01.982Z] (88/128) Installing ncurses-libs (6.3_p20211120-r1) [2023-01-02T11:29:01.982Z] (89/128) Installing lame (3.100-r0) [2023-01-02T11:29:01.982Z] (90/128) Installing opus (1.3.1-r1) [2023-01-02T11:29:01.982Z] (91/128) Installing libgomp (10.3.1_git20211027-r0) [2023-01-02T11:29:01.982Z] (92/128) Installing soxr (0.1.3-r2) [2023-01-02T11:29:01.982Z] (93/128) Installing libsrt (1.4.2-r1) [2023-01-02T11:29:01.982Z] (94/128) Installing libssh (0.9.6-r1) [2023-01-02T11:29:01.982Z] (95/128) Installing libtheora (1.1.1-r16) [2023-01-02T11:29:01.982Z] (96/128) Installing v4l-utils-libs (1.22.1-r1) [2023-01-02T11:29:01.982Z] (97/128) Installing libdrm (2.4.109-r0) [2023-01-02T11:29:01.982Z] (98/128) Installing libva (2.13.0-r0) [2023-01-02T11:29:01.982Z] (99/128) Installing libvdpau (1.4-r0) [2023-01-02T11:29:02.251Z] (100/128) Installing vidstab (1.1.0-r1) [2023-01-02T11:29:02.251Z] (101/128) Installing libvorbis (1.3.7-r0) [2023-01-02T11:29:02.251Z] (102/128) Installing libvpx (1.10.0-r0) [2023-01-02T11:29:02.251Z] (103/128) Installing vulkan-loader (1.2.196-r0) [2023-01-02T11:29:02.251Z] (104/128) Installing x264-libs (20210613-r0) [2023-01-02T11:29:02.519Z] (105/128) Installing x265-libs (3.5-r0) [2023-01-02T11:29:02.519Z] (106/128) Installing xvidcore (1.3.7-r1) [2023-01-02T11:29:02.519Z] (107/128) Installing ffmpeg-libs (4.4.1-r2) [2023-01-02T11:29:03.105Z] (108/128) Installing libevent (2.1.12-r4) [2023-01-02T11:29:03.105Z] (109/128) Installing mesa (21.2.6-r0) [2023-01-02T11:29:03.105Z] (110/128) Installing wayland-libs-server (1.19.0-r1) [2023-01-02T11:29:03.105Z] (111/128) Installing mesa-gbm (21.2.6-r0) [2023-01-02T11:29:03.105Z] (112/128) Installing lcms2 (2.12-r1) [2023-01-02T11:29:03.105Z] (113/128) Installing nspr (4.32-r0) [2023-01-02T11:29:03.105Z] (114/128) Installing sqlite-libs (3.36.0-r0) [2023-01-02T11:29:03.105Z] (115/128) Installing nss (3.78.1-r0) [2023-01-02T11:29:03.105Z] (116/128) Installing libasyncns (0.8-r1) [2023-01-02T11:29:03.105Z] (117/128) Installing libltdl (2.4.6-r7) [2023-01-02T11:29:03.105Z] (118/128) Installing orc (0.4.32-r0) [2023-01-02T11:29:03.472Z] (119/128) Installing libsndfile (1.0.31-r1) [2023-01-02T11:29:03.472Z] (120/128) Installing speexdsp (1.2.0-r0) [2023-01-02T11:29:03.472Z] (121/128) Installing tdb-libs (1.4.5-r0) [2023-01-02T11:29:03.472Z] (122/128) Installing libpulse (15.0-r2) [2023-01-02T11:29:03.472Z] (123/128) Installing re2 (2021.11.01-r0) [2023-01-02T11:29:03.472Z] (124/128) Installing snappy (1.1.9-r1) [2023-01-02T11:29:03.472Z] (125/128) Installing libgpg-error (1.42-r1) [2023-01-02T11:29:03.472Z] (126/128) Installing libgcrypt (1.9.4-r0) [2023-01-02T11:29:03.472Z] (127/128) Installing libxslt (1.1.35-r0) [2023-01-02T11:29:03.472Z] (128/128) Installing chromium (99.0.4844.84-r0) [2023-01-02T11:29:07.727Z] Executing busybox-1.34.1-r7.trigger [2023-01-02T11:29:07.727Z] Executing glib-2.70.1-r0.trigger [2023-01-02T11:29:07.727Z] Executing shared-mime-info-2.1-r1.trigger [2023-01-02T11:29:11.984Z] Executing gdk-pixbuf-2.42.8-r0.trigger [2023-01-02T11:29:11.984Z] Executing gtk-update-icon-cache-2.24.33-r0.trigger [2023-01-02T11:29:11.984Z] Executing fontconfig-2.13.1-r4.trigger [2023-01-02T11:29:11.984Z] Executing mkfontscale-1.2.1-r1.trigger [2023-01-02T11:29:11.984Z] OK: 275 MiB in 144 packages [2023-01-02T11:29:20.211Z] Removing intermediate container 01310d20bc2f [2023-01-02T11:29:20.211Z] ---> e3ca7c262c95 [2023-01-02T11:29:20.211Z] Step 3/10 : ENV CHROME_BIN=/usr/bin/chromium-browser [2023-01-02T11:29:20.211Z] ---> Running in 79e6f19f4be8 [2023-01-02T11:29:20.211Z] Removing intermediate container 79e6f19f4be8 [2023-01-02T11:29:20.211Z] ---> 53d04a96f3cd [2023-01-02T11:29:20.211Z] Step 4/10 : ENV PATH /app/node_modules/.bin:$PATH [2023-01-02T11:29:20.211Z] ---> Running in 48f1b16e1a04 [2023-01-02T11:29:20.480Z] Removing intermediate container 48f1b16e1a04 [2023-01-02T11:29:20.480Z] ---> bf20883f3595 [2023-01-02T11:29:20.480Z] Step 5/10 : RUN npm install -g npm [2023-01-02T11:29:20.480Z] ---> Running in bbeb670921ec [2023-01-02T11:29:47.191Z] [2023-01-02T11:29:47.191Z] removed 8 packages, changed 80 packages, and audited 232 packages in 22s [2023-01-02T11:29:47.191Z] [2023-01-02T11:29:47.191Z] 14 packages are looking for funding [2023-01-02T11:29:47.191Z] run `npm fund` for details [2023-01-02T11:29:47.191Z] [2023-01-02T11:29:47.191Z] found 0 vulnerabilities [2023-01-02T11:29:49.785Z] Removing intermediate container bbeb670921ec [2023-01-02T11:29:49.785Z] ---> d92e75180191 [2023-01-02T11:29:49.785Z] Step 6/10 : ARG USER=1000 [2023-01-02T11:29:49.785Z] ---> Running in 562beaadd4bb [2023-01-02T11:29:49.785Z] Removing intermediate container 562beaadd4bb [2023-01-02T11:29:49.785Z] ---> 0562cb981140 [2023-01-02T11:29:49.785Z] Step 7/10 : RUN deluser --remove-home node && adduser -u $USER -D -s /bin/sh node [2023-01-02T11:29:50.054Z] ---> Running in a293b0ac91ca [2023-01-02T11:29:52.012Z] Removing intermediate container a293b0ac91ca [2023-01-02T11:29:52.012Z] ---> 1c371b11c155 [2023-01-02T11:29:52.012Z] Step 8/10 : USER $USER:$USER [2023-01-02T11:29:52.012Z] ---> Running in 588441f74797 [2023-01-02T11:29:52.281Z] Removing intermediate container 588441f74797 [2023-01-02T11:29:52.281Z] ---> 7f565d7f8117 [2023-01-02T11:29:52.281Z] Step 9/10 : WORKDIR /app [2023-01-02T11:29:52.281Z] ---> Running in 34a853ec2631 [2023-01-02T11:29:52.557Z] Removing intermediate container 34a853ec2631 [2023-01-02T11:29:52.557Z] ---> 19db921d729f [2023-01-02T11:29:52.557Z] Step 10/10 : LABEL git_sha=4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [2023-01-02T11:29:52.825Z] ---> Running in 245d506aacf3 [2023-01-02T11:29:53.095Z] Removing intermediate container 245d506aacf3 [2023-01-02T11:29:53.095Z] ---> 4c6a126c6300 [2023-01-02T11:29:53.095Z] Successfully built 4c6a126c6300 [2023-01-02T11:29:53.095Z] Successfully tagged edgexfoundry/edgex-web-ui:4186f934069d6ebbe6c7ddd5a1f2c4f4fcbf1e54 [2023-01-02T11:29:53.095Z] Successfully tagged edgexfoundry/edgex-web-ui:0.0.0-dev [2023-01-02T11:29:53.095Z] touch edgex-web-ui.imagebuilt [2023-01-02T11:29:53.095Z] mkdir -p node_modules coverage [2023-01-02T11:29:53.095Z] chown "1000:1000" node_modules coverage package-lock.json [2023-01-02T11:29:53.095Z] docker run --rm -i -v "$(pwd):/app" -u "1000:1000" edgexfoundry/edgex-web-ui:0.0.0-dev npm install [2023-01-02T11:30:08.087Z] npm ERR! code ERESOLVE [2023-01-02T11:30:08.087Z] npm ERR! ERESOLVE could not resolve [2023-01-02T11:30:08.087Z] npm ERR! [2023-01-02T11:30:08.087Z] npm ERR! While resolving: @angular-devkit/build-angular@15.0.4 [2023-01-02T11:30:08.087Z] npm ERR! Found: @angular/compiler-cli@12.2.4 [2023-01-02T11:30:08.087Z] npm ERR! node_modules/@angular/compiler-cli [2023-01-02T11:30:08.087Z] npm ERR! dev @angular/compiler-cli@"~12.2.4" from the root project [2023-01-02T11:30:08.087Z] npm ERR! peer @angular/compiler-cli@"12.2.4" from @angular/localize@12.2.4 [2023-01-02T11:30:08.087Z] npm ERR! node_modules/@angular/localize [2023-01-02T11:30:08.087Z] npm ERR! dev @angular/localize@"^12.2.4" from the root project [2023-01-02T11:30:08.087Z] npm ERR! [2023-01-02T11:30:08.087Z] npm ERR! Could not resolve dependency: [2023-01-02T11:30:08.087Z] npm ERR! peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.4 [2023-01-02T11:30:08.087Z] npm ERR! node_modules/@angular-devkit/build-angular [2023-01-02T11:30:08.087Z] npm ERR! dev @angular-devkit/build-angular@"~15.0.4" from the root project [2023-01-02T11:30:08.087Z] npm ERR! [2023-01-02T11:30:08.087Z] npm ERR! Conflicting peer dependency: @angular/compiler-cli@15.0.4 [2023-01-02T11:30:08.087Z] npm ERR! node_modules/@angular/compiler-cli [2023-01-02T11:30:08.087Z] npm ERR! peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.4 [2023-01-02T11:30:08.087Z] npm ERR! node_modules/@angular-devkit/build-angular [2023-01-02T11:30:08.087Z] npm ERR! dev @angular-devkit/build-angular@"~15.0.4" from the root project [2023-01-02T11:30:08.087Z] npm ERR! [2023-01-02T11:30:08.087Z] npm ERR! Fix the upstream dependency conflict, or retry [2023-01-02T11:30:08.087Z] npm ERR! this command with --force or --legacy-peer-deps [2023-01-02T11:30:08.087Z] npm ERR! to accept an incorrect (and potentially broken) dependency resolution. [2023-01-02T11:30:08.087Z] npm ERR! [2023-01-02T11:30:08.087Z] npm ERR! [2023-01-02T11:30:08.087Z] npm ERR! For a full report see: [2023-01-02T11:30:08.087Z] npm ERR! /home/node/.npm/_logs/2023-01-02T11_29_56_889Z-eresolve-report.txt [2023-01-02T11:30:08.087Z] [2023-01-02T11:30:08.087Z] npm ERR! A complete log of this run can be found in: [2023-01-02T11:30:08.087Z] npm ERR! /home/node/.npm/_logs/2023-01-02T11_29_56_889Z-debug-0.log [2023-01-02T11:30:08.087Z] make[1]: *** [Makefile:139: node_modules] Error 1 [2023-01-02T11:30:08.087Z] make[1]: Leaving directory '/w/workspace/edgex-ui-go/1/web' [2023-01-02T11:30:08.087Z] make: *** [Makefile:56: test-angular] Error 2 [Pipeline] } [2023-01-02T11:30:08.136Z] $ docker stop --time=1 62aa3d5a63cb7875f104e05c91c197e4b05f5b5a02c3c9eac8923d5f230c61a3 [2023-01-02T11:30:09.986Z] $ docker rm -f --volumes 62aa3d5a63cb7875f104e05c91c197e4b05f5b5a02c3c9eac8923d5f230c61a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:30:11.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-02T11:30:11.529Z] [2023-01-02T11:30:11.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:30:11.948Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-02T11:30:11.948Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-02T11:30:11.948Z] 8998bd30e6a1: Pulling fs layer [2023-01-02T11:30:11.948Z] 04944245beec: Pulling fs layer [2023-01-02T11:30:11.948Z] 699f458cf7ca: Pulling fs layer [2023-01-02T11:30:11.948Z] 765212b225bb: Pulling fs layer [2023-01-02T11:30:11.948Z] f23df028b6ca: Pulling fs layer [2023-01-02T11:30:11.948Z] d65c8cfc05b1: Pulling fs layer [2023-01-02T11:30:11.948Z] 2437ff75d9bd: Pulling fs layer [2023-01-02T11:30:11.948Z] 765212b225bb: Waiting [2023-01-02T11:30:11.948Z] d65c8cfc05b1: Waiting [2023-01-02T11:30:11.948Z] f23df028b6ca: Waiting [2023-01-02T11:30:11.948Z] 2437ff75d9bd: Waiting [2023-01-02T11:30:12.219Z] 04944245beec: Verifying Checksum [2023-01-02T11:30:12.219Z] 04944245beec: Download complete [2023-01-02T11:30:12.219Z] 765212b225bb: Verifying Checksum [2023-01-02T11:30:12.219Z] 765212b225bb: Download complete [2023-01-02T11:30:12.219Z] f23df028b6ca: Verifying Checksum [2023-01-02T11:30:12.219Z] f23df028b6ca: Download complete [2023-01-02T11:30:12.219Z] d65c8cfc05b1: Verifying Checksum [2023-01-02T11:30:12.219Z] d65c8cfc05b1: Download complete [2023-01-02T11:30:12.494Z] 699f458cf7ca: Verifying Checksum [2023-01-02T11:30:12.494Z] 699f458cf7ca: Download complete [2023-01-02T11:30:13.076Z] 8998bd30e6a1: Verifying Checksum [2023-01-02T11:30:13.076Z] 8998bd30e6a1: Download complete [2023-01-02T11:30:15.668Z] 2437ff75d9bd: Verifying Checksum [2023-01-02T11:30:15.668Z] 2437ff75d9bd: Download complete [2023-01-02T11:30:17.609Z] 8998bd30e6a1: Pull complete [2023-01-02T11:30:18.192Z] 04944245beec: Pull complete [2023-01-02T11:30:19.596Z] 699f458cf7ca: Pull complete [2023-01-02T11:30:19.596Z] 765212b225bb: Pull complete [2023-01-02T11:30:20.180Z] f23df028b6ca: Pull complete [2023-01-02T11:30:20.447Z] d65c8cfc05b1: Pull complete [2023-01-02T11:30:35.447Z] 2437ff75d9bd: Pull complete [2023-01-02T11:30:35.447Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-02T11:30:35.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-02T11:30:35.447Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-02T11:30:35.767Z] prd-ubuntu20.04-docker-arm64-4c-16g-814 does not seem to be running inside a container [2023-01-02T11:30:35.830Z] $ 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 [2023-01-02T11:30:38.285Z] $ docker top 65a994ae98a559413e2f157a1c8533354ba05ce29ea588cbdfdd89ab2e47afc6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:30:38.857Z] ---> job-cost.sh [2023-01-02T11:30:39.122Z] lf-activate-venv: SKIPPING [2023-01-02T11:30:39.122Z] INFO: No Stack... [2023-01-02T11:30:39.387Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-02T11:30:40.345Z] INFO: Archiving Costs [Pipeline] sh [2023-01-02T11:30:40.690Z] + + cutcat -d, /w/workspace/edgex-ui-go/1/archives/cost.csv -f6 [2023-01-02T11:30:40.690Z] [Pipeline] lock [2023-01-02T11:30:40.775Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [2023-01-02T11:30:40.780Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] did not exist. Created. [2023-01-02T11:30:40.780Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-02T11:30:41.194Z] /w/workspace/edgex-ui-go/1@tmp/durable-dab7fa47/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-02T11:30:41.545Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-02T11:30:41.579Z] Warning: overwriting stash ‘stack-cost’ [2023-01-02T11:30:42.200Z] Stashed 1 file(s) [Pipeline] } [2023-01-02T11:30:42.215Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-585-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-02T11:30:42.294Z] $ docker stop --time=1 65a994ae98a559413e2f157a1c8533354ba05ce29ea588cbdfdd89ab2e47afc6 [2023-01-02T11:30:43.775Z] $ docker rm -f --volumes 65a994ae98a559413e2f157a1c8533354ba05ce29ea588cbdfdd89ab2e47afc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-02T11:30:44.470Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-02T11:30:46.599Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives ] [2023-01-02T11:30:46.599Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives [2023-01-02T11:30:46.599Z] total 16 [2023-01-02T11:30:46.599Z] drwxr-xr-x 3 root root 4096 Jan 2 11:24 . [2023-01-02T11:30:46.599Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 2 11:24 .. [2023-01-02T11:30:46.599Z] drwxr-xr-x 2 root root 4096 Jan 2 11:24 cost [2023-01-02T11:30:46.599Z] -rw-r--r-- 1 root root 83 Jan 2 11:24 cost.csv [2023-01-02T11:30:46.599Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives [2023-01-02T11:30:46.599Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives [2023-01-02T11:30:46.599Z] total 16 [2023-01-02T11:30:46.599Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 2 11:24 . [2023-01-02T11:30:46.599Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 2 11:24 .. [2023-01-02T11:30:46.599Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 2 11:24 cost [2023-01-02T11:30:46.599Z] -rw-r--r-- 1 jenkins jenkins 83 Jan 2 11:24 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:30:46.934Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:30:47.832Z] ---> package-listing.sh [2023-01-02T11:30:47.832Z] ++ facter osfamily [2023-01-02T11:30:47.832Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-02T11:30:48.091Z] + OS_FAMILY=debian [2023-01-02T11:30:48.092Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-585 [2023-01-02T11:30:48.092Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-02T11:30:48.092Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-02T11:30:48.092Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-02T11:30:48.092Z] + PACKAGES=/tmp/packages_start.txt [2023-01-02T11:30:48.092Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-585 ']' [2023-01-02T11:30:48.092Z] + PACKAGES=/tmp/packages_end.txt [2023-01-02T11:30:48.092Z] + case "${OS_FAMILY}" in [2023-01-02T11:30:48.092Z] + dpkg -l [2023-01-02T11:30:48.092Z] + grep '^ii' [2023-01-02T11:30:48.092Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-02T11:30:48.092Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-02T11:30:48.092Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-02T11:30:48.092Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-585 ']' [2023-01-02T11:30:48.092Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives/ [2023-01-02T11:30:48.092Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-585/archives/ [Pipeline] echo [2023-01-02T11:30:48.128Z] 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-585/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-02T11:30:48.424Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-02T11:30:48.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-02T11:30:48.818Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-02T11:30:49.119Z] prd-ubuntu20.04-docker-8c-8g-813 does not seem to be running inside a container [2023-01-02T11:30:49.147Z] $ 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-585/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-585 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585:/w/workspace/edgexfoundry_edgex-ui-go_PR-585:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-02T11:30:49.351Z] $ docker top 50fd01abf1d646c88c6da0bf0b4d8c64245d67f32a2db3c99d9cab26770932fc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-02T11:30:49.845Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-02T11:30:50.160Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-02T11:30:50.471Z] + ls /var/log/sa-host [2023-01-02T11:30:50.471Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-02T11:30:50.704Z] provisioning config files... [2023-01-02T11:30:50.714Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-585@tmp/config17139985890209063012tmp [Pipeline] { [Pipeline] echo [2023-01-02T11:30:50.764Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:30:51.079Z] ---> create-netrc.sh [Pipeline] } [2023-01-02T11:30:51.109Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:30:51.520Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-02T11:30:51.554Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:30:51.867Z] ---> sudo-logs.sh [2023-01-02T11:30:51.868Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-02T11:30:51.965Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:30:52.295Z] ---> job-cost.sh [2023-01-02T11:30:52.295Z] lf-activate-venv: SKIPPING [2023-01-02T11:30:52.295Z] DEBUG: total: 0.2199999988079071 [2023-01-02T11:30:52.295Z] INFO: Retrieving Stack Cost... [2023-01-02T11:30:52.554Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-02T11:30:52.815Z] INFO: Archiving Costs [Pipeline] echo [2023-01-02T11:30:52.851Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-02T11:30:53.163Z] ---> logs-deploy.sh [2023-01-02T11:30:53.164Z] lf-activate-venv: SKIPPING [2023-01-02T11:30:53.164Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-585/1 [2023-01-02T11:30:53.164Z] INFO: archiving workspace using pattern(s): [2023-01-02T11:30:54.102Z] Archives upload complete. [2023-01-02T11:30:54.102Z] INFO: archiving logs to Nexus