Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of dovholuknf for edgexfoundry/edgex-ui-go Loading trusted files from base branch main at e8bc1a271f7c47b072abce29d011d908314ff344 rather than ad239085ddaf86ebc5101b870b2c7de2b50b2e80 Obtained Jenkinsfile from e8bc1a271f7c47b072abce29d011d908314ff344 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-ssh1648914771930355727.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12773352988607024931.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-698/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-698/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16997685394828312739.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-698/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8738336030304035278.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh12926387109626106413.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-698/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-698/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh39214960322272733.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-335 in /w/workspace/edgexfoundry_edgex-ui-go_PR-698 [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-698 # 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 Merging remotes/origin/main commit e8bc1a271f7c47b072abce29d011d908314ff344 into PR head commit ad239085ddaf86ebc5101b870b2c7de2b50b2e80 Merge succeeded, producing c61d73d64082ccae77a617b440ae62e09a04285e Checking out Revision c61d73d64082ccae77a617b440ae62e09a04285e (PR-698) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/698/head:refs/remotes/origin/PR-698 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad239085ddaf86ebc5101b870b2c7de2b50b2e80 # 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 e8bc1a271f7c47b072abce29d011d908314ff344 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c61d73d64082ccae77a617b440ae62e09a04285e # timeout=10 Commit message: "Merge commit 'e8bc1a271f7c47b072abce29d011d908314ff344' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-02-02T02:08:07.881Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-02-02T02:08:08.146Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-02-02T02:08:08.255Z] ========================================================= [2024-02-02T02:08:08.255Z] EdgeX Global Pipelines Version Info [2024-02-02T02:08:08.255Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:08:09.012Z] ------------------- [2024-02-02T02:08:09.012Z] stable info: [2024-02-02T02:08:09.012Z] ------------------- [2024-02-02T02:08:09.012Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-02-02T02:08:09.012Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-02-02T02:08:09.012Z] Message: update stable to v1.0.258 [2024-02-02T02:08:09.585Z] ------------------- [2024-02-02T02:08:09.585Z] experimental info: [2024-02-02T02:08:09.585Z] ------------------- [2024-02-02T02:08:09.585Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-02-02T02:08:09.585Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-02-02T02:08:09.585Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-02-02T02:08:09.829Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2024-02-02T02:08:09.932Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2024-02-02T02:08:09.987Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-02-02T02:08:10.049Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-02-02T02:08:10.106Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-02-02T02:08:10.248Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-02-02T02:08:10.389Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-02-02T02:08:10.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-02-02T02:08:10.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-02-02T02:08:10.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-02-02T02:08:10.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-02-02T02:08:10.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2024-02-02T02:08:10.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-02-02T02:08:10.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-02-02T02:08:10.918Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-02-02T02:08:10.981Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-02-02T02:08:11.045Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-02-02T02:08:11.117Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-02-02T02:08:11.182Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-02-02T02:08:11.254Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-02-02T02:08:11.346Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-02-02T02:08:11.428Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-02-02T02:08:11.550Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-02-02T02:08:11.626Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-02-02T02:08:11.709Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-02-02T02:08:11.775Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-02-02T02:08:11.852Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-02-02T02:08:11.932Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-698 [Pipeline] echo [2024-02-02T02:08:12.015Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-698 [Pipeline] echo [2024-02-02T02:08:12.095Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-698 [Pipeline] echo [2024-02-02T02:08:12.185Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c61d73d64082ccae77a617b440ae62e09a04285e [Pipeline] echo [2024-02-02T02:08:12.271Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c61d73d [Pipeline] echo [2024-02-02T02:08:12.357Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-02T02:08:12.546Z] provisioning config files... [2024-02-02T02:08:12.560Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/config5765199829568193478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:08:12.966Z] ---> ****-login.sh [2024-02-02T02:08:12.966Z] nexus3.edgexfoundry.org:10001 [2024-02-02T02:08:13.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:13.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:13.228Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:13.228Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:13.228Z] [2024-02-02T02:08:13.228Z] Login Succeeded [2024-02-02T02:08:13.228Z] nexus3.edgexfoundry.org:10002 [2024-02-02T02:08:13.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:13.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:13.228Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:13.228Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:13.228Z] [2024-02-02T02:08:13.228Z] Login Succeeded [2024-02-02T02:08:13.228Z] nexus3.edgexfoundry.org:10003 [2024-02-02T02:08:13.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:13.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:13.489Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:13.489Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:13.489Z] [2024-02-02T02:08:13.489Z] Login Succeeded [2024-02-02T02:08:13.489Z] nexus3.edgexfoundry.org:10004 [2024-02-02T02:08:13.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:13.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:13.489Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:13.489Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:13.489Z] [2024-02-02T02:08:13.489Z] Login Succeeded [2024-02-02T02:08:13.489Z] ****.io [2024-02-02T02:08:13.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:14.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:14.321Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:14.321Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:14.321Z] [2024-02-02T02:08:14.322Z] Login Succeeded [2024-02-02T02:08:14.322Z] ---> ****-login.sh ends [Pipeline] } [2024-02-02T02:08:14.350Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-02-02T02:08:15.164Z] + git rev-list -1 --merges c61d73d64082ccae77a617b440ae62e09a04285e~1..c61d73d64082ccae77a617b440ae62e09a04285e [Pipeline] echo [2024-02-02T02:08:15.210Z] -----------> git rev-list -1 --merges c61d73d64082ccae77a617b440ae62e09a04285e~1..c61d73d64082ccae77a617b440ae62e09a04285e c61d73d64082ccae77a617b440ae62e09a04285e [2024-02-02T02:08:15.210Z] c61d73d64082ccae77a617b440ae62e09a04285e [false] [Pipeline] sh [2024-02-02T02:08:15.539Z] + git log --format=format:%s -1 c61d73d64082ccae77a617b440ae62e09a04285e [Pipeline] echo [2024-02-02T02:08:15.577Z] ========================================================= [2024-02-02T02:08:15.577Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-02-02T02:08:15.577Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-02-02T02:08:16.088Z] + git log --format=format:%s -1 c61d73d64082ccae77a617b440ae62e09a04285e [Pipeline] echo [2024-02-02T02:08:16.122Z] [semverPrep] GIT_COMMIT: c61d73d64082ccae77a617b440ae62e09a04285e, Commit Message: Merge commit 'e8bc1a271f7c47b072abce29d011d908314ff344' into HEAD [Pipeline] echo [2024-02-02T02:08:16.174Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-02-02T02:08:16.595Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-02-02T02:08:16.596Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-02-02T02:08:16.596Z] + [ -e /tmp/ssh_known_hosts ] [2024-02-02T02:08:16.596Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-02-02T02:08:16.596Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2024-02-02T02:08:16.596Z] -a /etc/ssh/ssh_known_hosts [2024-02-02T02:08:16.596Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:08:17.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-02T02:08:17.130Z] [2024-02-02T02:08:17.130Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:08:17.556Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-02T02:08:17.556Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-02-02T02:08:17.556Z] b85a868b505f: Pulling fs layer [2024-02-02T02:08:17.556Z] e2be974225ed: Pulling fs layer [2024-02-02T02:08:17.556Z] 339a4e72a1f5: Pulling fs layer [2024-02-02T02:08:17.556Z] 988bab9f4d93: Pulling fs layer [2024-02-02T02:08:17.556Z] 1469e6f7b9e6: Pulling fs layer [2024-02-02T02:08:17.556Z] eaf3925da568: Pulling fs layer [2024-02-02T02:08:17.556Z] bab4dde63d76: Pulling fs layer [2024-02-02T02:08:17.556Z] bde34c3a00c8: Pulling fs layer [2024-02-02T02:08:17.556Z] b352a97aabf1: Pulling fs layer [2024-02-02T02:08:17.556Z] 4872d77fe225: Pulling fs layer [2024-02-02T02:08:17.556Z] 5851b861e8e6: Pulling fs layer [2024-02-02T02:08:17.556Z] 1469e6f7b9e6: Waiting [2024-02-02T02:08:17.556Z] bab4dde63d76: Waiting [2024-02-02T02:08:17.556Z] bde34c3a00c8: Waiting [2024-02-02T02:08:17.556Z] b352a97aabf1: Waiting [2024-02-02T02:08:17.556Z] eaf3925da568: Waiting [2024-02-02T02:08:17.556Z] 4872d77fe225: Waiting [2024-02-02T02:08:17.556Z] 5851b861e8e6: Waiting [2024-02-02T02:08:17.556Z] 988bab9f4d93: Waiting [2024-02-02T02:08:17.556Z] e2be974225ed: Verifying Checksum [2024-02-02T02:08:17.556Z] e2be974225ed: Download complete [2024-02-02T02:08:17.556Z] 988bab9f4d93: Verifying Checksum [2024-02-02T02:08:17.556Z] 988bab9f4d93: Download complete [2024-02-02T02:08:17.817Z] 1469e6f7b9e6: Verifying Checksum [2024-02-02T02:08:17.817Z] 1469e6f7b9e6: Download complete [2024-02-02T02:08:17.817Z] eaf3925da568: Verifying Checksum [2024-02-02T02:08:17.817Z] eaf3925da568: Download complete [2024-02-02T02:08:17.817Z] 339a4e72a1f5: Verifying Checksum [2024-02-02T02:08:17.817Z] 339a4e72a1f5: Download complete [2024-02-02T02:08:17.817Z] bde34c3a00c8: Verifying Checksum [2024-02-02T02:08:17.817Z] bde34c3a00c8: Download complete [2024-02-02T02:08:17.817Z] b352a97aabf1: Verifying Checksum [2024-02-02T02:08:17.817Z] b352a97aabf1: Download complete [2024-02-02T02:08:17.817Z] 4872d77fe225: Verifying Checksum [2024-02-02T02:08:17.817Z] 4872d77fe225: Download complete [2024-02-02T02:08:17.817Z] 5851b861e8e6: Verifying Checksum [2024-02-02T02:08:17.817Z] 5851b861e8e6: Download complete [2024-02-02T02:08:17.817Z] b85a868b505f: Download complete [2024-02-02T02:08:18.076Z] bab4dde63d76: Verifying Checksum [2024-02-02T02:08:18.076Z] bab4dde63d76: Download complete [2024-02-02T02:08:19.018Z] b85a868b505f: Pull complete [2024-02-02T02:08:19.278Z] e2be974225ed: Pull complete [2024-02-02T02:08:19.537Z] 339a4e72a1f5: Pull complete [2024-02-02T02:08:19.537Z] 988bab9f4d93: Pull complete [2024-02-02T02:08:19.796Z] 1469e6f7b9e6: Pull complete [2024-02-02T02:08:20.054Z] eaf3925da568: Pull complete [2024-02-02T02:08:21.434Z] bab4dde63d76: Pull complete [2024-02-02T02:08:21.693Z] bde34c3a00c8: Pull complete [2024-02-02T02:08:21.693Z] b352a97aabf1: Pull complete [2024-02-02T02:08:21.693Z] 4872d77fe225: Pull complete [2024-02-02T02:08:21.953Z] 5851b861e8e6: Pull complete [2024-02-02T02:08:21.953Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-02-02T02:08:21.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-02T02:08:21.953Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-02T02:08:22.404Z] prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container [2024-02-02T02:08:22.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-02-02T02:08:25.965Z] $ docker top baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 -eo pid,comm [2024-02-02T02:08:26.021Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-02-02T02:08:26.021Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-02-02T02:08:26.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-02T02:08:26.229Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-02T02:08:26.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-02T02:08:26.348Z] $ docker exec baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 ssh-agent [2024-02-02T02:08:26.452Z] SSH_AUTH_SOCK=/tmp/ssh-rLKe2humTloY/agent.31 [2024-02-02T02:08:26.452Z] SSH_AGENT_PID=37 [2024-02-02T02:08:26.459Z] Running ssh-add (command line suppressed) [2024-02-02T02:08:26.541Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/private_key_14504220772609317138.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/private_key_14504220772609317138.key) [2024-02-02T02:08:26.555Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-02T02:08:26.943Z] + git tag --points-at HEAD [Pipeline] } [2024-02-02T02:08:26.967Z] $ docker exec --env ******** --env ******** baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 ssh-agent -k [2024-02-02T02:08:27.061Z] unset SSH_AUTH_SOCK; [2024-02-02T02:08:27.062Z] unset SSH_AGENT_PID; [2024-02-02T02:08:27.062Z] echo Agent pid 37 killed; [2024-02-02T02:08:27.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-02-02T02:08:27.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-02T02:08:27.215Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-02T02:08:27.337Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-02T02:08:27.338Z] $ docker exec baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 ssh-agent [2024-02-02T02:08:27.460Z] SSH_AUTH_SOCK=/tmp/ssh-WmAOJvO2nMdZ/agent.69 [2024-02-02T02:08:27.460Z] SSH_AGENT_PID=76 [2024-02-02T02:08:27.466Z] Running ssh-add (command line suppressed) [2024-02-02T02:08:27.569Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/private_key_17287792511475479337.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/private_key_17287792511475479337.key) [2024-02-02T02:08:27.586Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-02T02:08:27.947Z] + git semver init [2024-02-02T02:08:28.206Z] 2024-02-02 02:08:28,114 [run_init] DEBUG init version:0.0.0 force:False [2024-02-02T02:08:28.206Z] 2024-02-02 02:08:28,115 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver [2024-02-02T02:08:28.206Z] 2024-02-02 02:08:28,115 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver [2024-02-02T02:08:28.206Z] 2024-02-02 02:08:28,115 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-698, universal_newlines=False, shell=None, istream=None) [2024-02-02T02:08:30.746Z] 2024-02-02 02:08:30,158 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.git/info/exclude [2024-02-02T02:08:30.746Z] 2024-02-02 02:08:30,159 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver/PR-698 with force:False [2024-02-02T02:08:30.746Z] 2024-02-02 02:08:30,159 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver/PR-698 [2024-02-02T02:08:30.746Z] 2024-02-02 02:08:30,163 [execute] INFO git cat-file --batch-check [2024-02-02T02:08:30.746Z] 2024-02-02 02:08:30,163 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver, universal_newlines=False, shell=None, istream=) [2024-02-02T02:08:30.746Z] 2024-02-02 02:08:30,170 [execute] INFO git cat-file --batch [2024-02-02T02:08:30.746Z] 2024-02-02 02:08:30,170 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver, universal_newlines=False, shell=None, istream=) [2024-02-02T02:08:30.746Z] 2024-02-02 02:08:30,176 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-698/.semver/PR-698 [2024-02-02T02:08:30.746Z] 0.0.0 [Pipeline] } [2024-02-02T02:08:30.770Z] $ docker exec --env ******** --env ******** baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 ssh-agent -k [2024-02-02T02:08:30.878Z] unset SSH_AUTH_SOCK; [2024-02-02T02:08:30.878Z] unset SSH_AGENT_PID; [2024-02-02T02:08:30.878Z] echo Agent pid 76 killed; [2024-02-02T02:08:30.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-02-02T02:08:31.423Z] + git semver [Pipeline] } [2024-02-02T02:08:32.022Z] $ docker stop --time=1 baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 [2024-02-02T02:08:33.332Z] $ docker rm -f --volumes baaa6988841cdaad7670e6ad4d3fae8d8f1b60888f7ea175c0e8592c7e9bcee0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-02T02:08:33.797Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-02-02T02:08:34.137Z] Stashed 1 file(s) [Pipeline] echo [2024-02-02T02:08:34.155Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-02T02:08:35.282Z] provisioning config files... [2024-02-02T02:08:35.293Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/config9249015817868493237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:08:35.731Z] ---> ****-login.sh [2024-02-02T02:08:35.731Z] nexus3.edgexfoundry.org:10001 [2024-02-02T02:08:35.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:35.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:35.731Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:35.731Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:35.731Z] [2024-02-02T02:08:35.731Z] Login Succeeded [2024-02-02T02:08:35.731Z] nexus3.edgexfoundry.org:10002 [2024-02-02T02:08:35.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:35.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:35.731Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:35.731Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:35.731Z] [2024-02-02T02:08:35.731Z] Login Succeeded [2024-02-02T02:08:35.731Z] nexus3.edgexfoundry.org:10003 [2024-02-02T02:08:35.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:35.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:35.992Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:35.992Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:35.992Z] [2024-02-02T02:08:35.992Z] Login Succeeded [2024-02-02T02:08:35.992Z] nexus3.edgexfoundry.org:10004 [2024-02-02T02:08:35.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:35.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:35.992Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:35.992Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:35.992Z] [2024-02-02T02:08:35.992Z] Login Succeeded [2024-02-02T02:08:35.992Z] ****.io [2024-02-02T02:08:36.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:08:36.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:08:36.252Z] Configure a credential helper to remove this warning. See [2024-02-02T02:08:36.252Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:08:36.252Z] [2024-02-02T02:08:36.252Z] Login Succeeded [2024-02-02T02:08:36.252Z] ---> ****-login.sh ends [Pipeline] } [2024-02-02T02:08:36.280Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-02-02T02:08:36.602Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-02T02:08:36.668Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-02T02:08:36.735Z] ========================================================= [2024-02-02T02:08:36.735Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-02-02T02:08:36.735Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:08:37.384Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-02-02T02:08:37.643Z] Sending build context to Docker daemon 57.55MB [2024-02-02T02:08:37.643Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2024-02-02T02:08:37.643Z] Step 2/15 : FROM ${BASE} AS builder [2024-02-02T02:08:37.643Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-02-02T02:08:37.643Z] 7264a8db6415: Pulling fs layer [2024-02-02T02:08:37.643Z] c4d48a809fc2: Pulling fs layer [2024-02-02T02:08:37.643Z] 4f1c88b9dad5: Pulling fs layer [2024-02-02T02:08:37.643Z] ad3a456e5733: Pulling fs layer [2024-02-02T02:08:37.643Z] 69c7f0334f64: Pulling fs layer [2024-02-02T02:08:37.643Z] 1f1c1a5573a3: Pulling fs layer [2024-02-02T02:08:37.643Z] ce7588e14bc9: Pulling fs layer [2024-02-02T02:08:37.643Z] b5e4710f87ac: Pulling fs layer [2024-02-02T02:08:37.643Z] ad3a456e5733: Waiting [2024-02-02T02:08:37.643Z] 69c7f0334f64: Waiting [2024-02-02T02:08:37.643Z] 1f1c1a5573a3: Waiting [2024-02-02T02:08:37.643Z] ce7588e14bc9: Waiting [2024-02-02T02:08:37.643Z] b5e4710f87ac: Waiting [2024-02-02T02:08:37.643Z] c4d48a809fc2: Verifying Checksum [2024-02-02T02:08:37.643Z] c4d48a809fc2: Download complete [2024-02-02T02:08:37.643Z] ad3a456e5733: Verifying Checksum [2024-02-02T02:08:37.643Z] ad3a456e5733: Download complete [2024-02-02T02:08:37.643Z] 69c7f0334f64: Verifying Checksum [2024-02-02T02:08:37.643Z] 69c7f0334f64: Download complete [2024-02-02T02:08:37.643Z] 7264a8db6415: Verifying Checksum [2024-02-02T02:08:37.643Z] 7264a8db6415: Download complete [2024-02-02T02:08:37.903Z] 1f1c1a5573a3: Download complete [2024-02-02T02:08:37.903Z] 7264a8db6415: Pull complete [2024-02-02T02:08:37.903Z] b5e4710f87ac: Verifying Checksum [2024-02-02T02:08:37.903Z] b5e4710f87ac: Download complete [2024-02-02T02:08:38.163Z] c4d48a809fc2: Pull complete [2024-02-02T02:08:38.163Z] 4f1c88b9dad5: Verifying Checksum [2024-02-02T02:08:38.163Z] 4f1c88b9dad5: Download complete [2024-02-02T02:08:38.730Z] ce7588e14bc9: Verifying Checksum [2024-02-02T02:08:38.730Z] ce7588e14bc9: Download complete [2024-02-02T02:08:42.020Z] 4f1c88b9dad5: Pull complete [2024-02-02T02:08:42.020Z] ad3a456e5733: Pull complete [2024-02-02T02:08:42.020Z] 69c7f0334f64: Pull complete [2024-02-02T02:08:42.020Z] 1f1c1a5573a3: Pull complete [2024-02-02T02:08:43.918Z] ce7588e14bc9: Pull complete [2024-02-02T02:08:44.487Z] b5e4710f87ac: Pull complete [2024-02-02T02:08:44.487Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-02-02T02:08:44.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-02-02T02:08:44.487Z] ---> 88b5674ff536 [2024-02-02T02:08:44.487Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-02-02T02:08:49.772Z] ---> Running in c1c73f60f446 [2024-02-02T02:08:49.772Z] Removing intermediate container c1c73f60f446 [2024-02-02T02:08:49.772Z] ---> fc7766a32bc0 [2024-02-02T02:08:49.772Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2024-02-02T02:08:49.772Z] ---> Running in 1a3aa7d9a8fa [2024-02-02T02:08:49.772Z] Removing intermediate container 1a3aa7d9a8fa [2024-02-02T02:08:49.772Z] ---> 95b392ba9df5 [2024-02-02T02:08:49.772Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2024-02-02T02:08:49.772Z] ---> Running in 319ecf5c274e [2024-02-02T02:08:49.772Z] Removing intermediate container 319ecf5c274e [2024-02-02T02:08:49.772Z] ---> 32c156a18c96 [2024-02-02T02:08:49.772Z] Step 6/15 : LABEL Name=edgex-ui-go [2024-02-02T02:08:49.772Z] ---> Running in 9ebbc52ed568 [2024-02-02T02:08:49.772Z] Removing intermediate container 9ebbc52ed568 [2024-02-02T02:08:49.772Z] ---> 49f00dc32a1d [2024-02-02T02:08:49.772Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-02-02T02:08:49.772Z] ---> Running in 57437eb361fd [2024-02-02T02:08:49.772Z] Removing intermediate container 57437eb361fd [2024-02-02T02:08:49.772Z] ---> 6ea08482fc29 [2024-02-02T02:08:49.772Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-02-02T02:08:49.997Z] Still waiting to schedule task [2024-02-02T02:08:49.998Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-331’ [2024-02-02T02:08:50.036Z] latest: Pulling from library/docker [2024-02-02T02:08:50.296Z] 4abcf2066143: Pulling fs layer [2024-02-02T02:08:50.296Z] d339c902f7d7: Pulling fs layer [2024-02-02T02:08:50.296Z] 4f4fb700ef54: Pulling fs layer [2024-02-02T02:08:50.296Z] fd6da5881d23: Pulling fs layer [2024-02-02T02:08:50.296Z] b6168663bbb0: Pulling fs layer [2024-02-02T02:08:50.296Z] a54bc4c52de5: Pulling fs layer [2024-02-02T02:08:50.296Z] b48a81fca6fc: Pulling fs layer [2024-02-02T02:08:50.296Z] c7f4b43f6a86: Pulling fs layer [2024-02-02T02:08:50.296Z] 241e19d5bb55: Pulling fs layer [2024-02-02T02:08:50.296Z] a18d6143d160: Pulling fs layer [2024-02-02T02:08:50.296Z] faef9d990511: Pulling fs layer [2024-02-02T02:08:50.296Z] 2b031a68dd11: Pulling fs layer [2024-02-02T02:08:50.296Z] 8921a83f1d31: Pulling fs layer [2024-02-02T02:08:50.296Z] 1f6bae68ae72: Pulling fs layer [2024-02-02T02:08:50.296Z] 3701828773b1: Pulling fs layer [2024-02-02T02:08:50.296Z] f810b3a3d230: Pulling fs layer [2024-02-02T02:08:50.296Z] fd6da5881d23: Waiting [2024-02-02T02:08:50.296Z] b6168663bbb0: Waiting [2024-02-02T02:08:50.296Z] a54bc4c52de5: Waiting [2024-02-02T02:08:50.296Z] b48a81fca6fc: Waiting [2024-02-02T02:08:50.296Z] c7f4b43f6a86: Waiting [2024-02-02T02:08:50.296Z] 241e19d5bb55: Waiting [2024-02-02T02:08:50.296Z] a18d6143d160: Waiting [2024-02-02T02:08:50.296Z] faef9d990511: Waiting [2024-02-02T02:08:50.296Z] 2b031a68dd11: Waiting [2024-02-02T02:08:50.296Z] 8921a83f1d31: Waiting [2024-02-02T02:08:50.296Z] 1f6bae68ae72: Waiting [2024-02-02T02:08:50.296Z] 3701828773b1: Waiting [2024-02-02T02:08:50.296Z] f810b3a3d230: Waiting [2024-02-02T02:08:50.296Z] 4f4fb700ef54: Verifying Checksum [2024-02-02T02:08:50.296Z] 4f4fb700ef54: Download complete [2024-02-02T02:08:50.296Z] d339c902f7d7: Verifying Checksum [2024-02-02T02:08:50.296Z] d339c902f7d7: Download complete [2024-02-02T02:08:50.554Z] 4abcf2066143: Verifying Checksum [2024-02-02T02:08:50.554Z] 4abcf2066143: Download complete [2024-02-02T02:08:50.554Z] fd6da5881d23: Verifying Checksum [2024-02-02T02:08:50.554Z] fd6da5881d23: Download complete [2024-02-02T02:08:50.554Z] 4abcf2066143: Pull complete [2024-02-02T02:08:50.823Z] d339c902f7d7: Pull complete [2024-02-02T02:08:50.823Z] b6168663bbb0: Verifying Checksum [2024-02-02T02:08:50.823Z] b6168663bbb0: Download complete [2024-02-02T02:08:50.823Z] a54bc4c52de5: Verifying Checksum [2024-02-02T02:08:50.823Z] a54bc4c52de5: Download complete [2024-02-02T02:08:50.823Z] 4f4fb700ef54: Pull complete [2024-02-02T02:08:50.823Z] b48a81fca6fc: Verifying Checksum [2024-02-02T02:08:50.823Z] b48a81fca6fc: Download complete [2024-02-02T02:08:50.823Z] fd6da5881d23: Pull complete [2024-02-02T02:08:51.092Z] c7f4b43f6a86: Verifying Checksum [2024-02-02T02:08:51.092Z] c7f4b43f6a86: Download complete [2024-02-02T02:08:51.092Z] 241e19d5bb55: Verifying Checksum [2024-02-02T02:08:51.092Z] 241e19d5bb55: Download complete [2024-02-02T02:08:51.092Z] a18d6143d160: Verifying Checksum [2024-02-02T02:08:51.092Z] a18d6143d160: Download complete [2024-02-02T02:08:51.092Z] 2b031a68dd11: Download complete [2024-02-02T02:08:51.092Z] faef9d990511: Verifying Checksum [2024-02-02T02:08:51.092Z] faef9d990511: Download complete [2024-02-02T02:08:51.092Z] 8921a83f1d31: Verifying Checksum [2024-02-02T02:08:51.092Z] 8921a83f1d31: Download complete [2024-02-02T02:08:51.092Z] b6168663bbb0: Pull complete [2024-02-02T02:08:51.354Z] f810b3a3d230: Verifying Checksum [2024-02-02T02:08:51.354Z] f810b3a3d230: Download complete [2024-02-02T02:08:51.354Z] 3701828773b1: Verifying Checksum [2024-02-02T02:08:51.354Z] 3701828773b1: Download complete [2024-02-02T02:08:51.614Z] a54bc4c52de5: Pull complete [2024-02-02T02:08:52.183Z] b48a81fca6fc: Pull complete [2024-02-02T02:08:52.183Z] c7f4b43f6a86: Pull complete [2024-02-02T02:08:52.444Z] 241e19d5bb55: Pull complete [2024-02-02T02:08:52.444Z] 1f6bae68ae72: Verifying Checksum [2024-02-02T02:08:52.444Z] 1f6bae68ae72: Download complete [2024-02-02T02:08:52.444Z] a18d6143d160: Pull complete [2024-02-02T02:08:52.703Z] faef9d990511: Pull complete [2024-02-02T02:08:52.703Z] 2b031a68dd11: Pull complete [2024-02-02T02:08:52.703Z] 8921a83f1d31: Pull complete [2024-02-02T02:08:53.649Z] 1f6bae68ae72: Pull complete [2024-02-02T02:08:53.909Z] 3701828773b1: Pull complete [2024-02-02T02:08:53.909Z] f810b3a3d230: Pull complete [2024-02-02T02:08:53.909Z] Digest: sha256:ef26679413e86f8eae35ad24aca2b5106fb1c78ebb31c33b1aafbd6f5b074e50 [2024-02-02T02:08:53.909Z] Status: Downloaded newer image for docker:latest [2024-02-02T02:08:56.481Z] ---> edbb14e035e4 [2024-02-02T02:08:56.481Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-02T02:08:56.481Z] ---> Running in 3180d42a3cba [2024-02-02T02:08:56.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-02T02:08:56.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-02T02:08:57.013Z] OK: 264 MiB in 52 packages [2024-02-02T02:08:57.271Z] Removing intermediate container 3180d42a3cba [2024-02-02T02:08:57.271Z] ---> 7bc3cb19f7ed [2024-02-02T02:08:57.271Z] Step 10/15 : ENV GO111MODULE=on [2024-02-02T02:08:57.271Z] ---> Running in 0e0ec01a07b7 [2024-02-02T02:08:57.530Z] Removing intermediate container 0e0ec01a07b7 [2024-02-02T02:08:57.530Z] ---> de201d6dd299 [2024-02-02T02:08:57.530Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-02-02T02:08:57.530Z] ---> Running in 100cbee9bab8 [2024-02-02T02:08:57.530Z] Removing intermediate container 100cbee9bab8 [2024-02-02T02:08:57.530Z] ---> d8a5ee79700e [2024-02-02T02:08:57.530Z] Step 12/15 : COPY go.mod vendor* ./ [2024-02-02T02:08:57.799Z] ---> 3e220570e9c9 [2024-02-02T02:08:57.799Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-02T02:08:57.799Z] ---> Running in 7a8ecaf507b3 [2024-02-02T02:09:30.017Z] Removing intermediate container 7a8ecaf507b3 [2024-02-02T02:09:30.017Z] ---> 088aee97f4bc [2024-02-02T02:09:30.017Z] Step 14/15 : COPY . . [2024-02-02T02:09:31.927Z] ---> e75c317b6edb [2024-02-02T02:09:31.927Z] Step 15/15 : RUN ${MAKE} [2024-02-02T02:09:31.927Z] ---> Running in af70137ff814 [2024-02-02T02:09:31.927Z] noop [2024-02-02T02:09:32.187Z] Removing intermediate container af70137ff814 [2024-02-02T02:09:32.187Z] ---> fa844baa1131 [2024-02-02T02:09:32.446Z] Successfully built fa844baa1131 [2024-02-02T02:09:32.446Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:09:32.979Z] + docker inspect -f . ci-base-image-x86_64 [2024-02-02T02:09:32.979Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-02T02:09:33.195Z] prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container [2024-02-02T02:09:33.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-02-02T02:09:33.770Z] $ docker top a395224ca38b1aa75efb56eab4feff1a4233b20d2b3ff5ec6998399322f26e6f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-02T02:09:34.232Z] + go version [2024-02-02T02:09:34.232Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-02-02T02:09:34.261Z] $ docker stop --time=1 a395224ca38b1aa75efb56eab4feff1a4233b20d2b3ff5ec6998399322f26e6f [2024-02-02T02:09:35.540Z] $ docker rm -f --volumes a395224ca38b1aa75efb56eab4feff1a4233b20d2b3ff5ec6998399322f26e6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:09:36.518Z] + docker inspect -f . ci-base-image-x86_64 [2024-02-02T02:09:36.519Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-02T02:09:36.737Z] prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container [2024-02-02T02:09:36.768Z] $ 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-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-02-02T02:09:37.084Z] $ docker top 31415903fa6174942d03ca4a17f164f300e881092bb078dd06a420455d975575 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-02T02:09:37.532Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_edgex-ui-go_PR-698 [Pipeline] fileExists [Pipeline] sh [2024-02-02T02:09:37.936Z] + make test [2024-02-02T02:09:37.936Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2024-02-02T02:09:38.201Z] internal/application.go:25:2: no required module provides package github.com/openziti/sdk-golang/ziti; to add it: [2024-02-02T02:09:38.201Z] go get github.com/openziti/sdk-golang/ziti [2024-02-02T02:09:38.201Z] make: *** [Makefile:49: test-go] Error 1 [Pipeline] } [2024-02-02T02:09:38.244Z] $ docker stop --time=1 31415903fa6174942d03ca4a17f164f300e881092bb078dd06a420455d975575 [2024-02-02T02:09:39.657Z] $ docker rm -f --volumes 31415903fa6174942d03ca4a17f164f300e881092bb078dd06a420455d975575 [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 [2024-02-02T02:09:41.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-02T02:09:41.309Z] [2024-02-02T02:09:41.309Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:09:41.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-02T02:09:41.725Z] latest: Pulling from edgex-lftools-log-publisher [2024-02-02T02:09:41.725Z] 5eb5b503b376: Pulling fs layer [2024-02-02T02:09:41.725Z] 5c69ac0246d0: Pulling fs layer [2024-02-02T02:09:41.725Z] ec43610c2a17: Pulling fs layer [2024-02-02T02:09:41.725Z] 3a2ae6a8a46f: Pulling fs layer [2024-02-02T02:09:41.725Z] 33b1e0a273af: Pulling fs layer [2024-02-02T02:09:41.725Z] 5d3b04190fa2: Pulling fs layer [2024-02-02T02:09:41.725Z] 2f39f015ded8: Pulling fs layer [2024-02-02T02:09:41.725Z] 5d3b04190fa2: Waiting [2024-02-02T02:09:41.725Z] 2f39f015ded8: Waiting [2024-02-02T02:09:41.725Z] 33b1e0a273af: Waiting [2024-02-02T02:09:41.725Z] 3a2ae6a8a46f: Waiting [2024-02-02T02:09:41.725Z] 5c69ac0246d0: Verifying Checksum [2024-02-02T02:09:41.725Z] 5c69ac0246d0: Download complete [2024-02-02T02:09:41.725Z] 3a2ae6a8a46f: Verifying Checksum [2024-02-02T02:09:41.725Z] 3a2ae6a8a46f: Download complete [2024-02-02T02:09:41.725Z] 33b1e0a273af: Verifying Checksum [2024-02-02T02:09:41.725Z] 33b1e0a273af: Download complete [2024-02-02T02:09:41.725Z] 5d3b04190fa2: Verifying Checksum [2024-02-02T02:09:41.725Z] 5d3b04190fa2: Download complete [2024-02-02T02:09:41.725Z] ec43610c2a17: Verifying Checksum [2024-02-02T02:09:41.725Z] ec43610c2a17: Download complete [2024-02-02T02:09:41.984Z] 5eb5b503b376: Verifying Checksum [2024-02-02T02:09:41.984Z] 5eb5b503b376: Download complete [2024-02-02T02:09:42.552Z] 2f39f015ded8: Download complete [2024-02-02T02:09:43.119Z] 5eb5b503b376: Pull complete [2024-02-02T02:09:43.119Z] 5c69ac0246d0: Pull complete [2024-02-02T02:09:43.686Z] ec43610c2a17: Pull complete [2024-02-02T02:09:43.687Z] 3a2ae6a8a46f: Pull complete [2024-02-02T02:09:43.945Z] 33b1e0a273af: Pull complete [2024-02-02T02:09:43.946Z] 5d3b04190fa2: Pull complete [2024-02-02T02:09:48.131Z] 2f39f015ded8: Pull complete [2024-02-02T02:09:48.131Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-02-02T02:09:48.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-02T02:09:48.131Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-02T02:09:48.490Z] prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container [2024-02-02T02:09:48.521Z] $ 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-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-02-02T02:09:54.534Z] $ docker top d5e979473953d52ea71cb9c213cbce775ee821ca3ae208cbfafccd9c2c3f8a5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:09:55.080Z] ---> job-cost.sh [2024-02-02T02:09:55.080Z] lf-activate-venv: SKIPPING [2024-02-02T02:09:55.080Z] INFO: No Stack... [2024-02-02T02:09:56.464Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-02-02T02:09:56.464Z] INFO: Archiving Costs [Pipeline] sh [2024-02-02T02:09:56.789Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives/cost.csv [2024-02-02T02:09:56.789Z] + cut -d, -f6 [Pipeline] lock [2024-02-02T02:09:56.835Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [2024-02-02T02:09:56.843Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] did not exist. Created. [2024-02-02T02:09:56.849Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-02-02T02:09:57.350Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-02-02T02:09:57.424Z] Stashed 1 file(s) [Pipeline] } [2024-02-02T02:09:57.456Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-02-02T02:09:57.594Z] $ docker stop --time=1 d5e979473953d52ea71cb9c213cbce775ee821ca3ae208cbfafccd9c2c3f8a5f [2024-02-02T02:09:58.745Z] $ docker rm -f --volumes d5e979473953d52ea71cb9c213cbce775ee821ca3ae208cbfafccd9c2c3f8a5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-02-02T02:09:59.358Z] Failed in branch amd64 [2024-02-02T02:11:36.048Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-338 in /w/workspace/edgexfoundry_edgex-ui-go_PR-698 [Pipeline] { [Pipeline] ws [2024-02-02T02:11:36.176Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2024-02-02T02:11:39.321Z] The recommended git tool is: git [2024-02-02T02:11:44.813Z] using credential edgex-jenkins-ssh [2024-02-02T02:11:44.833Z] Cloning the remote Git repository [2024-02-02T02:11:44.877Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2024-02-02T02:11:44.981Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2024-02-02T02:11:45.149Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2024-02-02T02:11:45.151Z] > git --version # timeout=10 [2024-02-02T02:11:45.173Z] > git --version # 'git version 2.25.1' [2024-02-02T02:11:45.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-02T02:11:45.350Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-02-02T02:11:49.447Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2024-02-02T02:11:49.469Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-02-02T02:11:50.483Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2024-02-02T02:11:50.529Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2024-02-02T02:11:50.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-02T02:11:50.546Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/698/head:refs/remotes/origin/PR-698 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-02-02T02:11:51.168Z] Merging remotes/origin/main commit e8bc1a271f7c47b072abce29d011d908314ff344 into PR head commit ad239085ddaf86ebc5101b870b2c7de2b50b2e80 [2024-02-02T02:11:52.180Z] Merge succeeded, producing c2979422146bc5fbbef03e5586eaaa0109702a5a [2024-02-02T02:11:52.180Z] Checking out Revision c2979422146bc5fbbef03e5586eaaa0109702a5a (PR-698) [2024-02-02T02:11:51.191Z] > git config core.sparsecheckout # timeout=10 [2024-02-02T02:11:51.267Z] > git checkout -f ad239085ddaf86ebc5101b870b2c7de2b50b2e80 # timeout=10 [2024-02-02T02:11:51.656Z] > git remote # timeout=10 [2024-02-02T02:11:51.680Z] > git config --get remote.origin.url # timeout=10 [2024-02-02T02:11:51.706Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-02T02:11:51.720Z] > git merge e8bc1a271f7c47b072abce29d011d908314ff344 # timeout=10 [2024-02-02T02:11:52.155Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-02-02T02:11:52.185Z] > git config core.sparsecheckout # timeout=10 [2024-02-02T02:11:52.201Z] > git checkout -f c2979422146bc5fbbef03e5586eaaa0109702a5a # timeout=10 [2024-02-02T02:11:55.806Z] Commit message: "Merge commit 'e8bc1a271f7c47b072abce29d011d908314ff344' into HEAD" [2024-02-02T02:11:55.806Z] First time build. Skipping changelog. [2024-02-02T02:11:55.854Z] > git --version # timeout=10 [2024-02-02T02:11:55.865Z] > git --version # 'git version 2.25.1' [2024-02-02T02:11:55.890Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-02-02T02:11:57.387Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-02-02T02:11:57.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-02T02:11:57.387Z] Dload Upload Total Spent Left Speed [2024-02-02T02:11:57.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 196k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh [2024-02-02T02:11:58.070Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-02-02T02:11:58.419Z] + sudo tee /etc/docker/daemon.new [2024-02-02T02:11:58.419Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-02-02T02:11:58.419Z] { [2024-02-02T02:11:58.419Z] "registry-mirrors": [ [2024-02-02T02:11:58.419Z] "https://nexus3.edgexfoundry.org:10001" [2024-02-02T02:11:58.419Z] ], [2024-02-02T02:11:58.419Z] "bip": "10.250.0.254/24", [2024-02-02T02:11:58.419Z] "hosts": [ [2024-02-02T02:11:58.419Z] "tcp://0.0.0.0:5555", [2024-02-02T02:11:58.419Z] "unix:///var/run/docker.sock" [2024-02-02T02:11:58.419Z] ], [2024-02-02T02:11:58.419Z] "mtu": 1458, [2024-02-02T02:11:58.419Z] "selinux-enabled": true, [2024-02-02T02:11:58.419Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-02-02T02:11:58.419Z] } [Pipeline] sh [2024-02-02T02:11:59.105Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-02-02T02:11:59.452Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-02T02:12:17.807Z] provisioning config files... [2024-02-02T02:12:17.837Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8247787111646023202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:12:18.379Z] ---> ****-login.sh [2024-02-02T02:12:18.379Z] nexus3.edgexfoundry.org:10001 [2024-02-02T02:12:18.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:12:18.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:12:18.974Z] Configure a credential helper to remove this warning. See [2024-02-02T02:12:18.975Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:12:18.975Z] [2024-02-02T02:12:18.975Z] Login Succeeded [2024-02-02T02:12:18.975Z] nexus3.edgexfoundry.org:10002 [2024-02-02T02:12:19.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:12:19.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:12:19.515Z] Configure a credential helper to remove this warning. See [2024-02-02T02:12:19.515Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:12:19.515Z] [2024-02-02T02:12:19.515Z] Login Succeeded [2024-02-02T02:12:19.515Z] nexus3.edgexfoundry.org:10003 [2024-02-02T02:12:19.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:12:19.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:12:19.787Z] Configure a credential helper to remove this warning. See [2024-02-02T02:12:19.788Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:12:19.788Z] [2024-02-02T02:12:19.788Z] Login Succeeded [2024-02-02T02:12:19.788Z] nexus3.edgexfoundry.org:10004 [2024-02-02T02:12:20.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:12:20.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:12:20.333Z] Configure a credential helper to remove this warning. See [2024-02-02T02:12:20.333Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:12:20.333Z] [2024-02-02T02:12:20.333Z] Login Succeeded [2024-02-02T02:12:20.333Z] ****.io [2024-02-02T02:12:20.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-02T02:12:20.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-02T02:12:20.878Z] Configure a credential helper to remove this warning. See [2024-02-02T02:12:20.878Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-02T02:12:20.878Z] [2024-02-02T02:12:20.878Z] Login Succeeded [2024-02-02T02:12:20.878Z] ---> ****-login.sh ends [Pipeline] } [2024-02-02T02:12:20.908Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-02-02T02:12:21.532Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-02T02:12:21.609Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-02T02:12:21.702Z] ========================================================= [2024-02-02T02:12:21.702Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-02-02T02:12:21.702Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:12:22.360Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-02-02T02:12:23.779Z] Sending build context to Docker daemon 34.35MB [2024-02-02T02:12:23.779Z] Step 1/15 : ARG BASE=golang:1.21-alpine3.18 [2024-02-02T02:12:23.779Z] Step 2/15 : FROM ${BASE} AS builder [2024-02-02T02:12:23.779Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-02-02T02:12:23.779Z] 9fda8d8052c6: Pulling fs layer [2024-02-02T02:12:23.779Z] 5d54e960e981: Pulling fs layer [2024-02-02T02:12:23.779Z] c4a7e357bf2a: Pulling fs layer [2024-02-02T02:12:23.779Z] f0e02332f6b5: Pulling fs layer [2024-02-02T02:12:23.779Z] 872ee5b61b7b: Pulling fs layer [2024-02-02T02:12:23.779Z] 0c6a40ed1a82: Pulling fs layer [2024-02-02T02:12:23.779Z] 94ae7d8d031c: Pulling fs layer [2024-02-02T02:12:23.779Z] 872ee5b61b7b: Waiting [2024-02-02T02:12:23.779Z] 0c6a40ed1a82: Waiting [2024-02-02T02:12:23.779Z] 94ae7d8d031c: Waiting [2024-02-02T02:12:23.779Z] f0e02332f6b5: Waiting [2024-02-02T02:12:23.779Z] 5d54e960e981: Verifying Checksum [2024-02-02T02:12:23.779Z] 5d54e960e981: Download complete [2024-02-02T02:12:23.779Z] f0e02332f6b5: Verifying Checksum [2024-02-02T02:12:23.779Z] f0e02332f6b5: Download complete [2024-02-02T02:12:23.779Z] 872ee5b61b7b: Verifying Checksum [2024-02-02T02:12:23.779Z] 872ee5b61b7b: Download complete [2024-02-02T02:12:24.050Z] 9fda8d8052c6: Verifying Checksum [2024-02-02T02:12:24.050Z] 9fda8d8052c6: Download complete [2024-02-02T02:12:24.322Z] 94ae7d8d031c: Verifying Checksum [2024-02-02T02:12:24.322Z] 94ae7d8d031c: Download complete [2024-02-02T02:12:24.930Z] 9fda8d8052c6: Pull complete [2024-02-02T02:12:25.526Z] 5d54e960e981: Pull complete [2024-02-02T02:12:25.798Z] c4a7e357bf2a: Verifying Checksum [2024-02-02T02:12:25.798Z] c4a7e357bf2a: Download complete [2024-02-02T02:12:27.257Z] 0c6a40ed1a82: Verifying Checksum [2024-02-02T02:12:27.257Z] 0c6a40ed1a82: Download complete [2024-02-02T02:12:39.616Z] c4a7e357bf2a: Pull complete [2024-02-02T02:12:39.888Z] f0e02332f6b5: Pull complete [2024-02-02T02:12:40.164Z] 872ee5b61b7b: Pull complete [2024-02-02T02:12:50.275Z] 0c6a40ed1a82: Pull complete [2024-02-02T02:12:50.275Z] 94ae7d8d031c: Pull complete [2024-02-02T02:12:50.275Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-02-02T02:12:50.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-02-02T02:12:50.275Z] ---> 86de565de09d [2024-02-02T02:12:50.275Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2024-02-02T02:12:51.763Z] ---> Running in 8b09a46374bd [2024-02-02T02:12:52.032Z] Removing intermediate container 8b09a46374bd [2024-02-02T02:12:52.032Z] ---> ada30ef4f0bf [2024-02-02T02:12:52.032Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2024-02-02T02:12:52.032Z] ---> Running in f9b4a95ef41b [2024-02-02T02:12:52.302Z] Removing intermediate container f9b4a95ef41b [2024-02-02T02:12:52.302Z] ---> 7b4a83c3e0d1 [2024-02-02T02:12:52.302Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2024-02-02T02:12:52.578Z] ---> Running in f1e74f5debcb [2024-02-02T02:12:52.848Z] Removing intermediate container f1e74f5debcb [2024-02-02T02:12:52.848Z] ---> eb86220a2f2f [2024-02-02T02:12:52.848Z] Step 6/15 : LABEL Name=edgex-ui-go [2024-02-02T02:12:52.848Z] ---> Running in dabad038d243 [2024-02-02T02:12:54.270Z] Removing intermediate container dabad038d243 [2024-02-02T02:12:54.270Z] ---> f7dfb71149fe [2024-02-02T02:12:54.270Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2023: Intel' [2024-02-02T02:12:54.270Z] ---> Running in 91326310396b [2024-02-02T02:12:54.862Z] Removing intermediate container 91326310396b [2024-02-02T02:12:54.862Z] ---> 4a715925241e [2024-02-02T02:12:54.862Z] Step 8/15 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2024-02-02T02:12:55.132Z] latest: Pulling from library/docker [2024-02-02T02:12:55.403Z] bca4290a9639: Pulling fs layer [2024-02-02T02:12:55.403Z] 2cd627277f8a: Pulling fs layer [2024-02-02T02:12:55.403Z] 4f4fb700ef54: Pulling fs layer [2024-02-02T02:12:55.403Z] a4fb61f641ed: Pulling fs layer [2024-02-02T02:12:55.403Z] 47f4d3b2720d: Pulling fs layer [2024-02-02T02:12:55.403Z] 5a66ce1aea6b: Pulling fs layer [2024-02-02T02:12:55.403Z] 5a0da380a768: Pulling fs layer [2024-02-02T02:12:55.403Z] fd3364e0c80a: Pulling fs layer [2024-02-02T02:12:55.403Z] 9d397e39bdd4: Pulling fs layer [2024-02-02T02:12:55.403Z] 058c8bc73208: Pulling fs layer [2024-02-02T02:12:55.403Z] e3f992dd6a8e: Pulling fs layer [2024-02-02T02:12:55.403Z] c1f027976386: Pulling fs layer [2024-02-02T02:12:55.403Z] 2ccc0a04b955: Pulling fs layer [2024-02-02T02:12:55.403Z] 124d7d852822: Pulling fs layer [2024-02-02T02:12:55.403Z] e9578c7c454c: Pulling fs layer [2024-02-02T02:12:55.403Z] 50ff999be3f2: Pulling fs layer [2024-02-02T02:12:55.403Z] 47f4d3b2720d: Waiting [2024-02-02T02:12:55.403Z] 5a66ce1aea6b: Waiting [2024-02-02T02:12:55.403Z] 5a0da380a768: Waiting [2024-02-02T02:12:55.403Z] fd3364e0c80a: Waiting [2024-02-02T02:12:55.403Z] 9d397e39bdd4: Waiting [2024-02-02T02:12:55.403Z] 058c8bc73208: Waiting [2024-02-02T02:12:55.403Z] e3f992dd6a8e: Waiting [2024-02-02T02:12:55.403Z] c1f027976386: Waiting [2024-02-02T02:12:55.403Z] 2ccc0a04b955: Waiting [2024-02-02T02:12:55.403Z] 124d7d852822: Waiting [2024-02-02T02:12:55.403Z] e9578c7c454c: Waiting [2024-02-02T02:12:55.403Z] 50ff999be3f2: Waiting [2024-02-02T02:12:55.403Z] a4fb61f641ed: Waiting [2024-02-02T02:12:55.403Z] 4f4fb700ef54: Verifying Checksum [2024-02-02T02:12:55.403Z] 4f4fb700ef54: Download complete [2024-02-02T02:12:55.674Z] 2cd627277f8a: Verifying Checksum [2024-02-02T02:12:55.674Z] 2cd627277f8a: Download complete [2024-02-02T02:12:55.674Z] bca4290a9639: Verifying Checksum [2024-02-02T02:12:55.674Z] bca4290a9639: Download complete [2024-02-02T02:12:55.674Z] a4fb61f641ed: Verifying Checksum [2024-02-02T02:12:55.674Z] a4fb61f641ed: Download complete [2024-02-02T02:12:56.655Z] 47f4d3b2720d: Verifying Checksum [2024-02-02T02:12:56.655Z] 47f4d3b2720d: Download complete [2024-02-02T02:12:56.655Z] 5a66ce1aea6b: Verifying Checksum [2024-02-02T02:12:56.655Z] 5a66ce1aea6b: Download complete [2024-02-02T02:12:56.655Z] bca4290a9639: Pull complete [2024-02-02T02:12:56.655Z] fd3364e0c80a: Verifying Checksum [2024-02-02T02:12:56.655Z] 9d397e39bdd4: Verifying Checksum [2024-02-02T02:12:56.655Z] 9d397e39bdd4: Download complete [2024-02-02T02:12:56.924Z] 5a0da380a768: Verifying Checksum [2024-02-02T02:12:56.924Z] 5a0da380a768: Download complete [2024-02-02T02:12:56.924Z] 058c8bc73208: Verifying Checksum [2024-02-02T02:12:56.924Z] 058c8bc73208: Download complete [2024-02-02T02:12:56.924Z] c1f027976386: Verifying Checksum [2024-02-02T02:12:56.924Z] c1f027976386: Download complete [2024-02-02T02:12:57.197Z] 2ccc0a04b955: Verifying Checksum [2024-02-02T02:12:57.197Z] 2ccc0a04b955: Download complete [2024-02-02T02:12:57.197Z] e3f992dd6a8e: Verifying Checksum [2024-02-02T02:12:57.197Z] e3f992dd6a8e: Download complete [2024-02-02T02:12:57.197Z] 50ff999be3f2: Download complete [2024-02-02T02:12:57.479Z] e9578c7c454c: Verifying Checksum [2024-02-02T02:12:57.479Z] e9578c7c454c: Download complete [2024-02-02T02:12:57.479Z] 2cd627277f8a: Pull complete [2024-02-02T02:12:57.747Z] 4f4fb700ef54: Pull complete [2024-02-02T02:12:58.018Z] a4fb61f641ed: Pull complete [2024-02-02T02:12:58.994Z] 124d7d852822: Verifying Checksum [2024-02-02T02:12:58.994Z] 124d7d852822: Download complete [2024-02-02T02:12:58.994Z] 47f4d3b2720d: Pull complete [2024-02-02T02:13:00.423Z] 5a66ce1aea6b: Pull complete [2024-02-02T02:13:01.840Z] 5a0da380a768: Pull complete [2024-02-02T02:13:02.113Z] fd3364e0c80a: Pull complete [2024-02-02T02:13:02.385Z] 9d397e39bdd4: Pull complete [2024-02-02T02:13:02.656Z] 058c8bc73208: Pull complete [2024-02-02T02:13:03.622Z] e3f992dd6a8e: Pull complete [2024-02-02T02:13:03.891Z] c1f027976386: Pull complete [2024-02-02T02:13:04.161Z] 2ccc0a04b955: Pull complete [2024-02-02T02:13:07.523Z] 124d7d852822: Pull complete [2024-02-02T02:13:07.794Z] e9578c7c454c: Pull complete [2024-02-02T02:13:08.063Z] 50ff999be3f2: Pull complete [2024-02-02T02:13:08.063Z] Digest: sha256:ef26679413e86f8eae35ad24aca2b5106fb1c78ebb31c33b1aafbd6f5b074e50 [2024-02-02T02:13:08.063Z] Status: Downloaded newer image for docker:latest [2024-02-02T02:13:10.669Z] ---> 61fbeec2ed2d [2024-02-02T02:13:10.669Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-02-02T02:13:10.669Z] ---> Running in b68ab459e7b4 [2024-02-02T02:13:11.635Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-02T02:13:11.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-02T02:13:13.323Z] OK: 266 MiB in 52 packages [2024-02-02T02:13:14.287Z] Removing intermediate container b68ab459e7b4 [2024-02-02T02:13:14.287Z] ---> f1653717af25 [2024-02-02T02:13:14.287Z] Step 10/15 : ENV GO111MODULE=on [2024-02-02T02:13:14.287Z] ---> Running in f6e0b55a3f10 [2024-02-02T02:13:14.872Z] Removing intermediate container f6e0b55a3f10 [2024-02-02T02:13:14.872Z] ---> a321bd703c82 [2024-02-02T02:13:14.872Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2024-02-02T02:13:14.872Z] ---> Running in 70fefb6c0489 [2024-02-02T02:13:15.141Z] Removing intermediate container 70fefb6c0489 [2024-02-02T02:13:15.141Z] ---> 383f9a5d392b [2024-02-02T02:13:15.141Z] Step 12/15 : COPY go.mod vendor* ./ [2024-02-02T02:13:15.725Z] ---> c0cba5aef656 [2024-02-02T02:13:15.726Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-02T02:13:15.726Z] ---> Running in 63a8830cf656 [2024-02-02T02:14:23.642Z] Removing intermediate container 63a8830cf656 [2024-02-02T02:14:23.642Z] ---> d14d995479f2 [2024-02-02T02:14:23.642Z] Step 14/15 : COPY . . [2024-02-02T02:14:23.642Z] ---> 0240f533a31c [2024-02-02T02:14:23.642Z] Step 15/15 : RUN ${MAKE} [2024-02-02T02:14:23.642Z] ---> Running in aeeec163933f [2024-02-02T02:14:23.642Z] noop [2024-02-02T02:14:23.642Z] Removing intermediate container aeeec163933f [2024-02-02T02:14:23.642Z] ---> 1305d0b81976 [2024-02-02T02:14:23.642Z] Successfully built 1305d0b81976 [2024-02-02T02:14:23.642Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:14:24.248Z] + docker inspect -f . ci-base-image-arm64 [2024-02-02T02:14:24.248Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-02T02:14:24.627Z] prd-ubuntu20.04-docker-arm64-4c-16g-338 does not seem to be running inside a container [2024-02-02T02:14:24.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-02-02T02:14:26.004Z] $ docker top 8e3246c913f2629d2b0b527cf2871ec6f7b07035e9d3a26b780188bb9d552b71 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-02T02:14:26.982Z] + go version [2024-02-02T02:14:26.982Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-02-02T02:14:27.011Z] $ docker stop --time=1 8e3246c913f2629d2b0b527cf2871ec6f7b07035e9d3a26b780188bb9d552b71 [2024-02-02T02:14:28.677Z] $ docker rm -f --volumes 8e3246c913f2629d2b0b527cf2871ec6f7b07035e9d3a26b780188bb9d552b71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:14:29.903Z] + docker inspect -f . ci-base-image-arm64 [2024-02-02T02:14:29.903Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-02T02:14:30.257Z] prd-ubuntu20.04-docker-arm64-4c-16g-338 does not seem to be running inside a container [2024-02-02T02:14:30.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-02-02T02:14:31.586Z] $ docker top a78cb527e97c99692dfea8444d1082371e520d7337544c297e0b6904d677eda6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-02T02:14:32.569Z] + git config --global --add safe.directory /w/workspace/edgex-ui-go/1 [Pipeline] fileExists [Pipeline] sh [2024-02-02T02:14:33.332Z] + make test [2024-02-02T02:14:33.332Z] CGO_ENABLED=0 GO111MODULE=on go test -tags "no_messagebus" -coverprofile=coverage.out ./... [2024-02-02T02:14:36.709Z] internal/application.go:25:2: no required module provides package github.com/openziti/sdk-golang/ziti; to add it: [2024-02-02T02:14:36.709Z] go get github.com/openziti/sdk-golang/ziti [2024-02-02T02:14:36.709Z] make: *** [Makefile:49: test-go] Error 1 [Pipeline] } [2024-02-02T02:14:36.750Z] $ docker stop --time=1 a78cb527e97c99692dfea8444d1082371e520d7337544c297e0b6904d677eda6 [2024-02-02T02:14:38.817Z] $ docker rm -f --volumes a78cb527e97c99692dfea8444d1082371e520d7337544c297e0b6904d677eda6 [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 [2024-02-02T02:14:40.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-02T02:14:40.690Z] [2024-02-02T02:14:40.690Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:14:41.152Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-02T02:14:41.421Z] arm64: Pulling from edgex-lftools-log-publisher [2024-02-02T02:14:41.421Z] 8998bd30e6a1: Pulling fs layer [2024-02-02T02:14:41.421Z] 04944245beec: Pulling fs layer [2024-02-02T02:14:41.421Z] 699f458cf7ca: Pulling fs layer [2024-02-02T02:14:41.421Z] 765212b225bb: Pulling fs layer [2024-02-02T02:14:41.421Z] f23df028b6ca: Pulling fs layer [2024-02-02T02:14:41.421Z] d65c8cfc05b1: Pulling fs layer [2024-02-02T02:14:41.421Z] 2437ff75d9bd: Pulling fs layer [2024-02-02T02:14:41.421Z] f23df028b6ca: Waiting [2024-02-02T02:14:41.421Z] 765212b225bb: Waiting [2024-02-02T02:14:41.421Z] d65c8cfc05b1: Waiting [2024-02-02T02:14:41.421Z] 2437ff75d9bd: Waiting [2024-02-02T02:14:41.421Z] 04944245beec: Download complete [2024-02-02T02:14:41.421Z] 765212b225bb: Verifying Checksum [2024-02-02T02:14:41.421Z] 765212b225bb: Download complete [2024-02-02T02:14:41.726Z] f23df028b6ca: Verifying Checksum [2024-02-02T02:14:41.726Z] f23df028b6ca: Download complete [2024-02-02T02:14:41.726Z] d65c8cfc05b1: Verifying Checksum [2024-02-02T02:14:41.726Z] d65c8cfc05b1: Download complete [2024-02-02T02:14:41.726Z] 699f458cf7ca: Verifying Checksum [2024-02-02T02:14:41.726Z] 699f458cf7ca: Download complete [2024-02-02T02:14:42.321Z] 8998bd30e6a1: Verifying Checksum [2024-02-02T02:14:42.321Z] 8998bd30e6a1: Download complete [2024-02-02T02:14:45.014Z] 2437ff75d9bd: Verifying Checksum [2024-02-02T02:14:45.014Z] 2437ff75d9bd: Download complete [2024-02-02T02:14:47.012Z] 8998bd30e6a1: Pull complete [2024-02-02T02:14:47.611Z] 04944245beec: Pull complete [2024-02-02T02:14:53.218Z] 699f458cf7ca: Pull complete [2024-02-02T02:14:53.218Z] 765212b225bb: Pull complete [2024-02-02T02:14:53.489Z] f23df028b6ca: Pull complete [2024-02-02T02:14:53.760Z] d65c8cfc05b1: Pull complete [2024-02-02T02:15:12.050Z] 2437ff75d9bd: Pull complete [2024-02-02T02:15:12.050Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-02-02T02:15:12.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-02T02:15:12.050Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-02T02:15:12.604Z] prd-ubuntu20.04-docker-arm64-4c-16g-338 does not seem to be running inside a container [2024-02-02T02:15:12.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-02-02T02:15:14.213Z] $ docker top ec4420348c3fe5fb66016087af0385e0589a35945a565750a5e9a408cc4553fc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:15:15.281Z] ---> job-cost.sh [2024-02-02T02:15:15.281Z] lf-activate-venv: SKIPPING [2024-02-02T02:15:15.281Z] INFO: No Stack... [2024-02-02T02:15:15.886Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-02-02T02:15:16.854Z] INFO: Archiving Costs [Pipeline] sh [2024-02-02T02:15:17.559Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2024-02-02T02:15:17.559Z] + cut -d, -f6 [Pipeline] lock [2024-02-02T02:15:17.645Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [2024-02-02T02:15:17.651Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] did not exist. Created. [2024-02-02T02:15:17.657Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-02-02T02:15:18.491Z] /w/workspace/edgex-ui-go/1@tmp/durable-7a994c83/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-02-02T02:15:19.202Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-02-02T02:15:19.339Z] Warning: overwriting stash ‘stack-cost’ [2024-02-02T02:15:20.058Z] Stashed 1 file(s) [Pipeline] } [2024-02-02T02:15:20.076Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-698-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-02-02T02:15:20.250Z] $ docker stop --time=1 ec4420348c3fe5fb66016087af0385e0589a35945a565750a5e9a408cc4553fc [2024-02-02T02:15:22.404Z] $ docker rm -f --volumes ec4420348c3fe5fb66016087af0385e0589a35945a565750a5e9a408cc4553fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-02-02T02:15:23.854Z] 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 [2024-02-02T02:15:27.635Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives ] [2024-02-02T02:15:27.635Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives [2024-02-02T02:15:27.635Z] total 16 [2024-02-02T02:15:27.635Z] drwxr-xr-x 3 root root 4096 Feb 2 02:09 . [2024-02-02T02:15:27.635Z] drwxrwxr-x 14 jenkins jenkins 4096 Feb 2 02:09 .. [2024-02-02T02:15:27.635Z] drwxr-xr-x 2 root root 4096 Feb 2 02:09 cost [2024-02-02T02:15:27.635Z] -rw-r--r-- 1 root root 83 Feb 2 02:09 cost.csv [2024-02-02T02:15:27.635Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives [2024-02-02T02:15:27.635Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives [2024-02-02T02:15:27.635Z] total 16 [2024-02-02T02:15:27.635Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 2 02:09 . [2024-02-02T02:15:27.635Z] drwxrwxr-x 14 jenkins jenkins 4096 Feb 2 02:09 .. [2024-02-02T02:15:27.635Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 2 02:09 cost [2024-02-02T02:15:27.635Z] -rw-r--r-- 1 jenkins jenkins 83 Feb 2 02:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:15:28.139Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:15:28.726Z] ---> package-listing.sh [2024-02-02T02:15:28.726Z] ++ facter osfamily [2024-02-02T02:15:28.726Z] ++ tr '[:upper:]' '[:lower:]' [2024-02-02T02:15:28.987Z] + OS_FAMILY=debian [2024-02-02T02:15:28.987Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-698 [2024-02-02T02:15:28.987Z] + START_PACKAGES=/tmp/packages_start.txt [2024-02-02T02:15:28.987Z] + END_PACKAGES=/tmp/packages_end.txt [2024-02-02T02:15:28.987Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-02-02T02:15:28.987Z] + PACKAGES=/tmp/packages_start.txt [2024-02-02T02:15:28.987Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-698 ']' [2024-02-02T02:15:28.987Z] + PACKAGES=/tmp/packages_end.txt [2024-02-02T02:15:28.987Z] + case "${OS_FAMILY}" in [2024-02-02T02:15:28.987Z] + dpkg -l [2024-02-02T02:15:28.987Z] + grep '^ii' [2024-02-02T02:15:28.987Z] + '[' -f /tmp/packages_start.txt ']' [2024-02-02T02:15:28.987Z] + '[' -f /tmp/packages_end.txt ']' [2024-02-02T02:15:28.987Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-02-02T02:15:28.987Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-698 ']' [2024-02-02T02:15:28.987Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives/ [2024-02-02T02:15:28.987Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-698/archives/ [Pipeline] echo [2024-02-02T02:15:29.026Z] 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-698/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-02-02T02:15:29.324Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T02:15:30.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-02T02:15:30.013Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-02T02:15:30.269Z] prd-ubuntu20.04-docker-8c-8g-335 does not seem to be running inside a container [2024-02-02T02:15:30.296Z] $ 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-698/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-698 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698:/w/workspace/edgexfoundry_edgex-ui-go_PR-698:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-02-02T02:15:30.523Z] $ docker top 5127bd698cc62b19a0b8e1343c031c8f89cfeeae1255fd40bdbd75ed3af80d24 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-02T02:15:31.027Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-02-02T02:15:31.336Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-02-02T02:15:31.652Z] + ls /var/log/sa-host [2024-02-02T02:15:31.652Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-02T02:15:32.003Z] provisioning config files... [2024-02-02T02:15:32.017Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-698@tmp/config14979412543733412989tmp [Pipeline] { [Pipeline] echo [2024-02-02T02:15:32.162Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:15:32.521Z] ---> create-netrc.sh [Pipeline] } [2024-02-02T02:15:32.566Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:15:33.099Z] ---> python-tools-install.sh [Pipeline] echo [2024-02-02T02:15:33.132Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:15:33.444Z] ---> sudo-logs.sh [2024-02-02T02:15:33.444Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-02-02T02:15:33.591Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:15:33.913Z] ---> job-cost.sh [2024-02-02T02:15:33.913Z] lf-activate-venv: SKIPPING [2024-02-02T02:15:33.913Z] DEBUG: total: 0.2199999988079071 [2024-02-02T02:15:33.913Z] INFO: Retrieving Stack Cost... [2024-02-02T02:15:34.175Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-02-02T02:15:34.434Z] INFO: Archiving Costs [Pipeline] echo [2024-02-02T02:15:34.470Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-02T02:15:34.832Z] ---> logs-deploy.sh [2024-02-02T02:15:34.832Z] lf-activate-venv: SKIPPING [2024-02-02T02:15:34.832Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-698/1 [2024-02-02T02:15:34.832Z] INFO: archiving workspace using pattern(s): [2024-02-02T02:15:35.773Z] Archives upload complete. [2024-02-02T02:15:36.033Z] INFO: archiving logs to Nexus [2024-02-02T02:15:36.605Z] ---> uname -a: [2024-02-02T02:15:36.605Z] Linux prd-ubuntu20-04-docker-8c-8g-335 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] ---> lscpu: [2024-02-02T02:15:36.605Z] Architecture: x86_64 [2024-02-02T02:15:36.605Z] CPU op-mode(s): 32-bit, 64-bit [2024-02-02T02:15:36.605Z] Byte Order: Little Endian [2024-02-02T02:15:36.605Z] Address sizes: 40 bits physical, 48 bits virtual [2024-02-02T02:15:36.605Z] CPU(s): 8 [2024-02-02T02:15:36.605Z] On-line CPU(s) list: 0-7 [2024-02-02T02:15:36.605Z] Thread(s) per core: 1 [2024-02-02T02:15:36.605Z] Core(s) per socket: 1 [2024-02-02T02:15:36.605Z] Socket(s): 8 [2024-02-02T02:15:36.605Z] NUMA node(s): 1 [2024-02-02T02:15:36.605Z] Vendor ID: AuthenticAMD [2024-02-02T02:15:36.605Z] CPU family: 23 [2024-02-02T02:15:36.605Z] Model: 49 [2024-02-02T02:15:36.605Z] Model name: AMD EPYC-Rome Processor [2024-02-02T02:15:36.605Z] Stepping: 0 [2024-02-02T02:15:36.605Z] CPU MHz: 2800.000 [2024-02-02T02:15:36.605Z] BogoMIPS: 5600.00 [2024-02-02T02:15:36.605Z] Virtualization: AMD-V [2024-02-02T02:15:36.605Z] Hypervisor vendor: KVM [2024-02-02T02:15:36.605Z] Virtualization type: full [2024-02-02T02:15:36.605Z] L1d cache: 256 KiB [2024-02-02T02:15:36.605Z] L1i cache: 256 KiB [2024-02-02T02:15:36.605Z] L2 cache: 4 MiB [2024-02-02T02:15:36.605Z] L3 cache: 128 MiB [2024-02-02T02:15:36.605Z] NUMA node0 CPU(s): 0-7 [2024-02-02T02:15:36.605Z] Vulnerability Itlb multihit: Not affected [2024-02-02T02:15:36.605Z] Vulnerability L1tf: Not affected [2024-02-02T02:15:36.605Z] Vulnerability Mds: Not affected [2024-02-02T02:15:36.605Z] Vulnerability Meltdown: Not affected [2024-02-02T02:15:36.605Z] Vulnerability Mmio stale data: Not affected [2024-02-02T02:15:36.605Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-02-02T02:15:36.605Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-02-02T02:15:36.605Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-02-02T02:15:36.605Z] Vulnerability Srbds: Not affected [2024-02-02T02:15:36.605Z] Vulnerability Tsx async abort: Not affected [2024-02-02T02:15:36.605Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] ---> nproc: [2024-02-02T02:15:36.605Z] 8 [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] ---> df -h: [2024-02-02T02:15:36.605Z] Filesystem Size Used Avail Use% Mounted on [2024-02-02T02:15:36.605Z] overlay 155G 12G 144G 8% / [2024-02-02T02:15:36.605Z] tmpfs 64M 0 64M 0% /dev [2024-02-02T02:15:36.605Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-02-02T02:15:36.605Z] shm 64M 0 64M 0% /dev/shm [2024-02-02T02:15:36.605Z] /dev/vda1 155G 12G 144G 8% /facter-os [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] ---> sar -b -r -n DEV: [2024-02-02T02:15:36.605Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-335) 02/02/24 _x86_64_ (8 CPU) [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] 02:07:22 LINUX RESTART (8 CPU) [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] 02:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-02-02T02:15:36.605Z] 02:09:01 402.92 10.70 392.22 0.00 1759.17 109551.74 0.00 [2024-02-02T02:15:36.605Z] 02:10:01 167.07 1.23 165.84 0.00 25.33 59568.61 0.00 [2024-02-02T02:15:36.605Z] 02:11:01 1.45 0.00 1.45 0.00 0.00 22.41 0.00 [2024-02-02T02:15:36.605Z] 02:12:01 1.00 0.00 1.00 0.00 0.00 12.66 0.00 [2024-02-02T02:15:36.605Z] 02:13:01 31.14 8.80 22.35 0.00 926.25 2088.85 0.00 [2024-02-02T02:15:36.605Z] 02:14:01 3.80 0.03 3.77 0.00 0.27 73.72 0.00 [2024-02-02T02:15:36.605Z] 02:15:01 0.83 0.00 0.83 0.00 0.00 10.00 0.00 [2024-02-02T02:15:36.605Z] Average: 86.89 2.97 83.92 0.00 387.28 24474.85 0.00 [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] 02:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-02-02T02:15:36.605Z] 02:09:01 28692596 31490408 815944 2.48 82676 2977040 1980064 5.84 1129608 2648572 1920 [2024-02-02T02:15:36.605Z] 02:10:01 27592800 31506480 795196 2.42 150796 3914064 1764036 5.20 1200496 3561616 276 [2024-02-02T02:15:36.605Z] 02:11:01 27601308 31515080 786452 2.39 150840 3914068 1764036 5.20 1190148 3561620 28 [2024-02-02T02:15:36.605Z] 02:12:01 27601272 31515256 786148 2.39 150872 3914068 1764036 5.20 1190044 3561740 12 [2024-02-02T02:15:36.605Z] 02:13:01 27469176 31502828 774196 2.35 166344 4020704 1680212 4.95 1265660 3594960 308 [2024-02-02T02:15:36.605Z] 02:14:01 27472164 31501320 775808 2.36 164888 4017576 1689456 4.98 1263728 3591776 12 [2024-02-02T02:15:36.605Z] 02:15:01 27480352 31509600 767368 2.33 164920 4017580 1689456 4.98 1255544 3591780 8 [2024-02-02T02:15:36.605Z] Average: 27701381 31505853 785873 2.39 147334 3825014 1761614 5.19 1213604 3444581 366 [2024-02-02T02:15:36.605Z] [2024-02-02T02:15:36.605Z] 02:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-02-02T02:15:36.605Z] 02:09:01 ens3 525.83 368.41 7632.10 65.21 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.605Z] 02:09:01 veth54ce7bc 52.32 55.49 5.10 50.43 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.605Z] 02:09:01 lo 8.80 8.80 0.91 0.91 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.605Z] 02:09:01 docker0 120.43 122.78 9.17 458.48 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.605Z] 02:10:01 ens3 331.79 176.79 4506.01 29.88 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.605Z] 02:10:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.605Z] 02:10:01 docker0 111.75 223.25 9.54 1958.45 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.605Z] 02:11:01 ens3 1.73 0.48 0.84 0.27 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.605Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:12:01 ens3 1.02 1.02 0.56 0.43 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:13:01 ens3 57.79 33.71 695.57 2.62 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:13:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:14:01 ens3 0.25 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:15:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] Average: ens3 131.22 82.94 1833.55 14.06 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] Average: lo 1.52 1.52 0.15 0.15 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] Average: docker0 33.17 49.43 2.67 345.27 0.00 0.00 0.00 0.00 [2024-02-02T02:15:36.606Z] [2024-02-02T02:15:36.606Z] [2024-02-02T02:15:36.606Z] ---> sar -P ALL: [2024-02-02T02:15:36.606Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-335) 02/02/24 _x86_64_ (8 CPU) [2024-02-02T02:15:36.606Z] [2024-02-02T02:15:36.606Z] 02:07:22 LINUX RESTART (8 CPU) [2024-02-02T02:15:36.606Z] [2024-02-02T02:15:36.606Z] 02:08:01 CPU %user %nice %system %iowait %steal %idle [2024-02-02T02:15:36.606Z] 02:09:01 all 7.80 0.00 3.37 3.42 0.07 85.35 [2024-02-02T02:15:36.606Z] 02:09:01 0 9.48 0.00 3.23 1.99 0.05 85.25 [2024-02-02T02:15:36.606Z] 02:09:01 1 7.43 0.00 3.29 1.87 0.10 87.31 [2024-02-02T02:15:36.606Z] 02:09:01 2 7.75 0.00 3.44 13.46 0.07 75.28 [2024-02-02T02:15:36.606Z] 02:09:01 3 7.22 0.00 2.56 0.15 0.07 90.00 [2024-02-02T02:15:36.606Z] 02:09:01 4 7.63 0.00 3.54 3.84 0.07 84.93 [2024-02-02T02:15:36.606Z] 02:09:01 5 6.25 0.00 3.86 1.23 0.05 88.62 [2024-02-02T02:15:36.606Z] 02:09:01 6 8.50 0.00 2.65 1.23 0.07 87.56 [2024-02-02T02:15:36.606Z] 02:09:01 7 8.13 0.00 4.40 3.64 0.05 83.78 [2024-02-02T02:15:36.606Z] 02:10:01 all 6.24 0.00 3.06 5.87 0.07 84.76 [2024-02-02T02:15:36.606Z] 02:10:01 0 5.20 0.00 2.46 1.99 0.05 90.30 [2024-02-02T02:15:36.606Z] 02:10:01 1 6.39 0.00 3.33 1.21 0.05 89.03 [2024-02-02T02:15:36.606Z] 02:10:01 2 7.17 0.00 2.68 6.13 0.08 83.94 [2024-02-02T02:15:36.606Z] 02:10:01 3 6.48 0.00 2.72 1.88 0.13 88.78 [2024-02-02T02:15:36.606Z] 02:10:01 4 6.43 0.00 2.73 1.78 0.03 89.03 [2024-02-02T02:15:36.606Z] 02:10:01 5 6.40 0.00 2.99 2.13 0.05 88.44 [2024-02-02T02:15:36.606Z] 02:10:01 6 5.99 0.00 3.99 31.49 0.07 58.47 [2024-02-02T02:15:36.606Z] 02:10:01 7 5.91 0.00 3.63 0.59 0.05 89.83 [2024-02-02T02:15:36.606Z] 02:11:01 all 0.03 0.00 0.00 0.01 0.01 99.95 [2024-02-02T02:15:36.606Z] 02:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-02-02T02:15:36.606Z] 02:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2024-02-02T02:15:36.606Z] 02:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-02-02T02:15:36.606Z] 02:11:01 3 0.12 0.00 0.00 0.08 0.02 99.78 [2024-02-02T02:15:36.606Z] 02:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-02-02T02:15:36.606Z] 02:11:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-02-02T02:15:36.606Z] 02:11:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2024-02-02T02:15:36.606Z] 02:11:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2024-02-02T02:15:36.606Z] 02:12:01 all 0.28 0.00 0.01 0.01 0.01 99.69 [2024-02-02T02:15:36.606Z] 02:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-02-02T02:15:36.606Z] 02:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2024-02-02T02:15:36.606Z] 02:12:01 2 1.97 0.00 0.00 0.00 0.02 98.01 [2024-02-02T02:15:36.606Z] 02:12:01 3 0.05 0.00 0.02 0.03 0.03 99.87 [2024-02-02T02:15:36.606Z] 02:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-02-02T02:15:36.606Z] 02:12:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2024-02-02T02:15:36.606Z] 02:12:01 6 0.03 0.00 0.02 0.03 0.02 99.90 [2024-02-02T02:15:36.606Z] 02:12:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2024-02-02T02:15:36.606Z] 02:13:01 all 1.33 0.00 0.73 2.11 0.08 95.75 [2024-02-02T02:15:36.606Z] 02:13:01 0 0.98 0.00 0.50 0.10 0.03 98.38 [2024-02-02T02:15:36.606Z] 02:13:01 1 1.60 0.00 1.78 1.02 0.02 95.58 [2024-02-02T02:15:36.606Z] 02:13:01 2 2.79 0.00 0.41 0.23 0.15 96.42 [2024-02-02T02:15:36.606Z] 02:13:01 3 1.03 0.00 0.62 11.70 0.23 86.42 [2024-02-02T02:15:36.606Z] 02:13:01 4 1.02 0.00 0.77 3.29 0.05 94.87 [2024-02-02T02:15:36.606Z] 02:13:01 5 1.42 0.00 0.55 0.08 0.07 97.88 [2024-02-02T02:15:36.606Z] 02:13:01 6 0.74 0.00 0.40 0.37 0.03 98.46 [2024-02-02T02:15:36.606Z] 02:13:01 7 1.08 0.00 0.82 0.07 0.03 98.00 [2024-02-02T02:15:36.606Z] 02:14:01 all 0.08 0.00 0.06 0.11 0.01 99.74 [2024-02-02T02:15:36.606Z] 02:14:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2024-02-02T02:15:36.606Z] 02:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2024-02-02T02:15:36.606Z] 02:14:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2024-02-02T02:15:36.606Z] 02:14:01 3 0.13 0.00 0.07 0.47 0.02 99.32 [2024-02-02T02:15:36.606Z] 02:14:01 4 0.03 0.00 0.05 0.42 0.02 99.48 [2024-02-02T02:15:36.606Z] 02:14:01 5 0.10 0.00 0.07 0.00 0.00 99.83 [2024-02-02T02:15:36.606Z] 02:14:01 6 0.12 0.00 0.12 0.00 0.00 99.77 [2024-02-02T02:15:36.606Z] 02:14:01 7 0.10 0.00 0.05 0.00 0.00 99.85 [2024-02-02T02:15:36.606Z] 02:15:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2024-02-02T02:15:36.606Z] 02:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-02-02T02:15:36.606Z] 02:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-02-02T02:15:36.606Z] 02:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-02-02T02:15:36.606Z] 02:15:01 3 0.07 0.00 0.02 0.02 0.03 99.87 [2024-02-02T02:15:36.606Z] 02:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-02-02T02:15:36.606Z] 02:15:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-02-02T02:15:36.606Z] 02:15:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2024-02-02T02:15:36.606Z] 02:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-02-02T02:15:36.606Z] Average: all 2.24 0.00 1.03 1.64 0.03 95.06 [2024-02-02T02:15:36.606Z] Average: 0 2.23 0.00 0.89 0.58 0.02 96.28 [2024-02-02T02:15:36.606Z] Average: 1 2.20 0.00 1.21 0.58 0.03 95.98 [2024-02-02T02:15:36.606Z] Average: 2 2.81 0.00 0.93 2.80 0.05 93.41 [2024-02-02T02:15:36.606Z] Average: 3 2.15 0.00 0.85 2.05 0.08 94.87 [2024-02-02T02:15:36.606Z] Average: 4 2.15 0.00 1.01 1.33 0.03 95.49 [2024-02-02T02:15:36.606Z] Average: 5 2.03 0.00 1.06 0.49 0.03 96.39 [2024-02-02T02:15:36.606Z] Average: 6 2.19 0.00 1.02 4.67 0.03 92.09 [2024-02-02T02:15:36.606Z] Average: 7 2.18 0.00 1.26 0.61 0.02 95.94 [2024-02-02T02:15:36.606Z] [2024-02-02T02:15:36.606Z] [2024-02-02T02:15:36.606Z]