Pull request #525 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971+dd9f4692206ac816c1e5138ee950db2d795e181e (c8d8453767400944ea8d7cedd5560ba0ef6b1b32) 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-ssh8734347967201597982.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh12308428117545296974.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh15471212425872727854.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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-ssh3960896248087678750.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh10355961151873066513.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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.17 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-41381’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu18.04-docker-8c-8g-41080’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-45066’ is offline Running on prd-ubuntu20.04-docker-8c-8g-45346 in /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [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-525 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit dd9f4692206ac816c1e5138ee950db2d795e181e into PR head commit 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 Merge succeeded, producing 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 Checking out Revision 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 (PR-525) > git config core.sparsecheckout # timeout=10 > git checkout -f 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 # 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 dd9f4692206ac816c1e5138ee950db2d795e181e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 # timeout=10 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.2.0" > git rev-list --no-walk 4936ce7564e6da9122d4ab32e92d9649805e4f5e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-10T06:53:55.403Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-10T06:53:55.442Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-10T06:53:55.466Z] ========================================================= [2022-05-10T06:53:55.466Z] EdgeX Global Pipelines Version Info [2022-05-10T06:53:55.466Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:53:56.250Z] ------------------- [2022-05-10T06:53:56.250Z] stable info: [2022-05-10T06:53:56.250Z] ------------------- [2022-05-10T06:53:56.250Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T06:53:56.250Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-10T06:53:56.250Z] Message: update stable to v1.0.227 [2022-05-10T06:53:56.822Z] ------------------- [2022-05-10T06:53:56.822Z] experimental info: [2022-05-10T06:53:56.822Z] ------------------- [2022-05-10T06:53:56.822Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T06:53:56.822Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-10T06:53:56.822Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-10T06:53:56.965Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-05-10T06:53:56.977Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-05-10T06:53:56.991Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-10T06:53:57.005Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-10T06:53:57.016Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-10T06:53:57.032Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-10T06:53:57.044Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-10T06:53:57.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-10T06:53:57.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-10T06:53:57.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-10T06:53:57.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-10T06:53:57.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-05-10T06:53:57.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-10T06:53:57.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-10T06:53:57.145Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T06:53:57.157Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T06:53:57.168Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T06:53:57.184Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T06:53:57.200Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-10T06:53:57.217Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-10T06:53:57.228Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-10T06:53:57.243Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-10T06:53:57.259Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-10T06:53:57.278Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-10T06:53:57.289Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-10T06:53:57.302Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-10T06:53:57.315Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-525 [Pipeline] echo [2022-05-10T06:53:57.331Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-525 [Pipeline] echo [2022-05-10T06:53:57.344Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-525 [Pipeline] echo [2022-05-10T06:53:57.360Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [Pipeline] echo [2022-05-10T06:53:57.373Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7246602 [Pipeline] echo [2022-05-10T06:53:57.386Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:53:57.438Z] provisioning config files... [2022-05-10T06:53:57.459Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config4297678192935394064tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:53:57.770Z] ---> docker-login.sh [2022-05-10T06:53:57.770Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:53:58.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:53:58.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:53:58.292Z] Configure a credential helper to remove this warning. See [2022-05-10T06:53:58.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:53:58.292Z] [2022-05-10T06:53:58.292Z] Login Succeeded [2022-05-10T06:53:58.292Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:53:58.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:53:58.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:53:58.292Z] Configure a credential helper to remove this warning. See [2022-05-10T06:53:58.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:53:58.292Z] [2022-05-10T06:53:58.292Z] Login Succeeded [2022-05-10T06:53:58.292Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:53:58.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:53:58.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:53:58.552Z] Configure a credential helper to remove this warning. See [2022-05-10T06:53:58.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:53:58.553Z] [2022-05-10T06:53:58.553Z] Login Succeeded [2022-05-10T06:53:58.553Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:53:58.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:53:58.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:53:58.553Z] Configure a credential helper to remove this warning. See [2022-05-10T06:53:58.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:53:58.553Z] [2022-05-10T06:53:58.553Z] Login Succeeded [2022-05-10T06:53:58.553Z] docker.io [2022-05-10T06:53:58.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:53:59.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:53:59.078Z] Configure a credential helper to remove this warning. See [2022-05-10T06:53:59.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:53:59.078Z] [2022-05-10T06:53:59.078Z] Login Succeeded [2022-05-10T06:53:59.078Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:53:59.087Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-10T06:53:59.491Z] + git rev-list -1 --merges 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971~1..7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [Pipeline] echo [2022-05-10T06:53:59.585Z] -----------> git rev-list -1 --merges 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971~1..7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [2022-05-10T06:53:59.585Z] 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [false] [Pipeline] sh [2022-05-10T06:53:59.877Z] + git log --format=format:%s -1 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [Pipeline] echo [2022-05-10T06:53:59.896Z] ========================================================= [2022-05-10T06:53:59.896Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-10T06:53:59.896Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:54:00.237Z] + git log --format=format:%s -1 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [Pipeline] echo [2022-05-10T06:54:00.251Z] [semverPrep] GIT_COMMIT: 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971, Commit Message: Merge branch 'main' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.2.0 [Pipeline] echo [2022-05-10T06:54:00.262Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-10T06:54:00.640Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T06:54:00.640Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-10T06:54:00.640Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-10T06:54:00.640Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-10T06:54:00.640Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-10T06:54:00.640Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-10T06:54:00.641Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:54:00.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:54:00.989Z] [2022-05-10T06:54:00.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:54:01.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:54:01.297Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-10T06:54:01.297Z] 1fe172e4850f: Pulling fs layer [2022-05-10T06:54:01.297Z] caf521ccaac6: Pulling fs layer [2022-05-10T06:54:01.298Z] 3ead6fa29328: Pulling fs layer [2022-05-10T06:54:01.298Z] 5c2a1cbceb83: Pulling fs layer [2022-05-10T06:54:01.298Z] a8d5f1318db7: Pulling fs layer [2022-05-10T06:54:01.298Z] c427282e49a2: Pulling fs layer [2022-05-10T06:54:01.298Z] 1827001aaf11: Pulling fs layer [2022-05-10T06:54:01.298Z] 0714d37db230: Pulling fs layer [2022-05-10T06:54:01.298Z] ac28cf19c067: Pulling fs layer [2022-05-10T06:54:01.298Z] ca983d60f3e2: Pulling fs layer [2022-05-10T06:54:01.298Z] 9f894cec8388: Pulling fs layer [2022-05-10T06:54:01.298Z] ac28cf19c067: Waiting [2022-05-10T06:54:01.298Z] 0714d37db230: Waiting [2022-05-10T06:54:01.298Z] ca983d60f3e2: Waiting [2022-05-10T06:54:01.298Z] 9f894cec8388: Waiting [2022-05-10T06:54:01.298Z] c427282e49a2: Waiting [2022-05-10T06:54:01.298Z] a8d5f1318db7: Waiting [2022-05-10T06:54:01.298Z] caf521ccaac6: Download complete [2022-05-10T06:54:01.298Z] 5c2a1cbceb83: Verifying Checksum [2022-05-10T06:54:01.298Z] 5c2a1cbceb83: Download complete [2022-05-10T06:54:01.298Z] a8d5f1318db7: Verifying Checksum [2022-05-10T06:54:01.298Z] a8d5f1318db7: Download complete [2022-05-10T06:54:01.560Z] c427282e49a2: Verifying Checksum [2022-05-10T06:54:01.560Z] c427282e49a2: Download complete [2022-05-10T06:54:01.560Z] 3ead6fa29328: Verifying Checksum [2022-05-10T06:54:01.560Z] 3ead6fa29328: Download complete [2022-05-10T06:54:01.560Z] 0714d37db230: Verifying Checksum [2022-05-10T06:54:01.560Z] 0714d37db230: Download complete [2022-05-10T06:54:01.560Z] ac28cf19c067: Verifying Checksum [2022-05-10T06:54:01.560Z] ac28cf19c067: Download complete [2022-05-10T06:54:01.560Z] ca983d60f3e2: Verifying Checksum [2022-05-10T06:54:01.560Z] ca983d60f3e2: Download complete [2022-05-10T06:54:01.560Z] 9f894cec8388: Download complete [2022-05-10T06:54:01.560Z] 1fe172e4850f: Verifying Checksum [2022-05-10T06:54:01.560Z] 1fe172e4850f: Download complete [2022-05-10T06:54:01.819Z] 1827001aaf11: Verifying Checksum [2022-05-10T06:54:01.819Z] 1827001aaf11: Download complete [2022-05-10T06:54:02.758Z] 1fe172e4850f: Pull complete [2022-05-10T06:54:03.018Z] caf521ccaac6: Pull complete [2022-05-10T06:54:03.278Z] 3ead6fa29328: Pull complete [2022-05-10T06:54:03.540Z] 5c2a1cbceb83: Pull complete [2022-05-10T06:54:03.800Z] a8d5f1318db7: Pull complete [2022-05-10T06:54:03.800Z] c427282e49a2: Pull complete [2022-05-10T06:54:05.710Z] 1827001aaf11: Pull complete [2022-05-10T06:54:05.710Z] 0714d37db230: Pull complete [2022-05-10T06:54:05.710Z] ac28cf19c067: Pull complete [2022-05-10T06:54:05.710Z] ca983d60f3e2: Pull complete [2022-05-10T06:54:05.710Z] 9f894cec8388: Pull complete [2022-05-10T06:54:05.710Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-10T06:54:05.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:54:05.710Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-10T06:54:05.784Z] prd-ubuntu20.04-docker-8c-8g-45346 does not seem to be running inside a container [2022-05-10T06:54:05.811Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@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:latest cat [2022-05-10T06:54:07.166Z] $ docker top 44ecd5cf6a7c8056b53936e8ca9ae2d3cb7517cadacaf4c40abcbaec2c846bcf -eo pid,comm [2022-05-10T06:54:07.239Z] 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). [2022-05-10T06:54:07.239Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T06:54:07.370Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:54:07.370Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:54:07.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:54:07.498Z] $ docker exec 44ecd5cf6a7c8056b53936e8ca9ae2d3cb7517cadacaf4c40abcbaec2c846bcf ssh-agent [2022-05-10T06:54:07.654Z] SSH_AUTH_SOCK=/tmp/ssh-R8YYZi17n09S/agent.33 [2022-05-10T06:54:07.654Z] SSH_AGENT_PID=40 [2022-05-10T06:54:07.662Z] Running ssh-add (command line suppressed) [2022-05-10T06:54:07.761Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_2219364737673439934.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_2219364737673439934.key) [2022-05-10T06:54:07.781Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:54:08.072Z] + git tag --points-at HEAD [Pipeline] } [2022-05-10T06:54:08.088Z] $ docker exec --env ******** --env ******** 44ecd5cf6a7c8056b53936e8ca9ae2d3cb7517cadacaf4c40abcbaec2c846bcf ssh-agent -k [2022-05-10T06:54:08.194Z] unset SSH_AUTH_SOCK; [2022-05-10T06:54:08.194Z] unset SSH_AGENT_PID; [2022-05-10T06:54:08.195Z] echo Agent pid 40 killed; [2022-05-10T06:54:08.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-10T06:54:08.235Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:54:08.235Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:54:08.368Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:54:08.367Z] $ docker exec 44ecd5cf6a7c8056b53936e8ca9ae2d3cb7517cadacaf4c40abcbaec2c846bcf ssh-agent [2022-05-10T06:54:08.505Z] SSH_AUTH_SOCK=/tmp/ssh-dp8MeypYfrO2/agent.74 [2022-05-10T06:54:08.505Z] SSH_AGENT_PID=80 [2022-05-10T06:54:08.511Z] Running ssh-add (command line suppressed) [2022-05-10T06:54:08.629Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_8319701206459848786.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_8319701206459848786.key) [2022-05-10T06:54:08.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:54:08.942Z] + git semver init [2022-05-10T06:54:09.203Z] 2022-05-10 06:54:09,160 [run_init] DEBUG init version:0.0.0 force:False [2022-05-10T06:54:09.203Z] 2022-05-10 06:54:09,160 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver [2022-05-10T06:54:09.203Z] 2022-05-10 06:54:09,161 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver [2022-05-10T06:54:09.203Z] 2022-05-10 06:54:09,161 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-525, universal_newlines=False, shell=None, istream=None) [2022-05-10T06:54:10.592Z] 2022-05-10 06:54:10,588 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.git/info/exclude [2022-05-10T06:54:10.855Z] 2022-05-10 06:54:10,589 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 with force:False [2022-05-10T06:54:10.855Z] 2022-05-10 06:54:10,589 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 [2022-05-10T06:54:10.855Z] 2022-05-10 06:54:10,593 [execute] INFO git cat-file --batch-check [2022-05-10T06:54:10.855Z] 2022-05-10 06:54:10,594 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T06:54:10.855Z] 2022-05-10 06:54:10,601 [execute] INFO git cat-file --batch [2022-05-10T06:54:10.855Z] 2022-05-10 06:54:10,601 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T06:54:10.855Z] 2022-05-10 06:54:10,608 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 [2022-05-10T06:54:10.855Z] 0.0.0 [Pipeline] } [2022-05-10T06:54:10.866Z] $ docker exec --env ******** --env ******** 44ecd5cf6a7c8056b53936e8ca9ae2d3cb7517cadacaf4c40abcbaec2c846bcf ssh-agent -k [2022-05-10T06:54:10.982Z] unset SSH_AUTH_SOCK; [2022-05-10T06:54:10.983Z] unset SSH_AGENT_PID; [2022-05-10T06:54:10.984Z] echo Agent pid 80 killed; [2022-05-10T06:54:10.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T06:54:11.301Z] + git semver [Pipeline] } [2022-05-10T06:54:11.577Z] $ docker stop --time=1 44ecd5cf6a7c8056b53936e8ca9ae2d3cb7517cadacaf4c40abcbaec2c846bcf [2022-05-10T06:54:12.884Z] $ docker rm -f 44ecd5cf6a7c8056b53936e8ca9ae2d3cb7517cadacaf4c40abcbaec2c846bcf [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:54:13.242Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-10T06:54:13.508Z] Stashed 1 file(s) [Pipeline] echo [2022-05-10T06:54:13.513Z] [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 [2022-05-10T06:54:13.677Z] provisioning config files... [2022-05-10T06:54:13.687Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config5195985606872374816tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:54:13.988Z] ---> docker-login.sh [2022-05-10T06:54:13.988Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:54:13.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:54:13.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:54:13.988Z] Configure a credential helper to remove this warning. See [2022-05-10T06:54:13.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:54:13.988Z] [2022-05-10T06:54:13.988Z] Login Succeeded [2022-05-10T06:54:13.988Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:54:13.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:54:14.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:54:14.257Z] Configure a credential helper to remove this warning. See [2022-05-10T06:54:14.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:54:14.257Z] [2022-05-10T06:54:14.257Z] Login Succeeded [2022-05-10T06:54:14.257Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:54:14.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:54:14.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:54:14.257Z] Configure a credential helper to remove this warning. See [2022-05-10T06:54:14.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:54:14.257Z] [2022-05-10T06:54:14.257Z] Login Succeeded [2022-05-10T06:54:14.257Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:54:14.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:54:14.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:54:14.517Z] Configure a credential helper to remove this warning. See [2022-05-10T06:54:14.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:54:14.517Z] [2022-05-10T06:54:14.517Z] Login Succeeded [2022-05-10T06:54:14.517Z] docker.io [2022-05-10T06:54:14.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:54:14.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:54:14.777Z] Configure a credential helper to remove this warning. See [2022-05-10T06:54:14.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:54:14.777Z] [2022-05-10T06:54:14.777Z] Login Succeeded [2022-05-10T06:54:14.777Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:54:14.786Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T06:54:14.852Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T06:54:14.860Z] ========================================================= [2022-05-10T06:54:14.860Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-10T06:54:14.860Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:54:15.166Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-10T06:54:15.427Z] Sending build context to Docker daemon 43.17MB [2022-05-10T06:54:15.427Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:54:15.427Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T06:54:15.427Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-10T06:54:15.427Z] 59bf1c3509f3: Pulling fs layer [2022-05-10T06:54:15.427Z] 666ba61612fd: Pulling fs layer [2022-05-10T06:54:15.427Z] 8ed8ca486205: Pulling fs layer [2022-05-10T06:54:15.427Z] 4fe6c5a15a65: Pulling fs layer [2022-05-10T06:54:15.427Z] 22a0e8bec74d: Pulling fs layer [2022-05-10T06:54:15.427Z] ca2b28591e48: Pulling fs layer [2022-05-10T06:54:15.427Z] a51346096db8: Pulling fs layer [2022-05-10T06:54:15.427Z] daebc70d1ce1: Pulling fs layer [2022-05-10T06:54:15.427Z] 0e18a0eac166: Pulling fs layer [2022-05-10T06:54:15.427Z] 4fe6c5a15a65: Waiting [2022-05-10T06:54:15.427Z] 22a0e8bec74d: Waiting [2022-05-10T06:54:15.427Z] daebc70d1ce1: Waiting [2022-05-10T06:54:15.427Z] 0e18a0eac166: Waiting [2022-05-10T06:54:15.427Z] ca2b28591e48: Waiting [2022-05-10T06:54:15.427Z] 8ed8ca486205: Verifying Checksum [2022-05-10T06:54:15.427Z] 8ed8ca486205: Download complete [2022-05-10T06:54:15.427Z] 666ba61612fd: Download complete [2022-05-10T06:54:15.427Z] 22a0e8bec74d: Verifying Checksum [2022-05-10T06:54:15.427Z] 22a0e8bec74d: Download complete [2022-05-10T06:54:15.427Z] ca2b28591e48: Download complete [2022-05-10T06:54:15.427Z] 59bf1c3509f3: Verifying Checksum [2022-05-10T06:54:15.427Z] 59bf1c3509f3: Download complete [2022-05-10T06:54:15.427Z] a51346096db8: Verifying Checksum [2022-05-10T06:54:15.427Z] a51346096db8: Download complete [2022-05-10T06:54:15.686Z] daebc70d1ce1: Verifying Checksum [2022-05-10T06:54:15.686Z] daebc70d1ce1: Download complete [2022-05-10T06:54:15.686Z] 59bf1c3509f3: Pull complete [2022-05-10T06:54:15.686Z] 666ba61612fd: Pull complete [2022-05-10T06:54:15.946Z] 8ed8ca486205: Pull complete [2022-05-10T06:54:16.207Z] 0e18a0eac166: Verifying Checksum [2022-05-10T06:54:16.207Z] 0e18a0eac166: Download complete [2022-05-10T06:54:16.207Z] 4fe6c5a15a65: Verifying Checksum [2022-05-10T06:54:16.207Z] 4fe6c5a15a65: Download complete [2022-05-10T06:54:20.403Z] 4fe6c5a15a65: Pull complete [2022-05-10T06:54:20.403Z] 22a0e8bec74d: Pull complete [2022-05-10T06:54:20.403Z] ca2b28591e48: Pull complete [2022-05-10T06:54:20.403Z] a51346096db8: Pull complete [2022-05-10T06:54:20.403Z] daebc70d1ce1: Pull complete [2022-05-10T06:54:22.310Z] 0e18a0eac166: Pull complete [2022-05-10T06:54:22.310Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-10T06:54:22.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T06:54:22.310Z] ---> f018257e8ee9 [2022-05-10T06:54:22.310Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:54:23.695Z] ---> Running in 5d182abe7c1b [2022-05-10T06:54:23.955Z] Removing intermediate container 5d182abe7c1b [2022-05-10T06:54:23.955Z] ---> f82687d79ccc [2022-05-10T06:54:23.955Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:54:23.955Z] ---> Running in a1282818c205 [2022-05-10T06:54:23.955Z] Removing intermediate container a1282818c205 [2022-05-10T06:54:23.955Z] ---> 9e9f77ef66b5 [2022-05-10T06:54:23.955Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:54:23.955Z] ---> Running in 0c20faee1dff [2022-05-10T06:54:24.215Z] Removing intermediate container 0c20faee1dff [2022-05-10T06:54:24.215Z] ---> ab37e03f3f82 [2022-05-10T06:54:24.215Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T06:54:24.215Z] ---> Running in 3d88bc24e6ec [2022-05-10T06:54:24.216Z] Removing intermediate container 3d88bc24e6ec [2022-05-10T06:54:24.216Z] ---> 8670f6fa8ff2 [2022-05-10T06:54:24.216Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:54:24.475Z] ---> Running in 4d787fc87094 [2022-05-10T06:54:24.475Z] Removing intermediate container 4d787fc87094 [2022-05-10T06:54:24.475Z] ---> 2bf6aebab624 [2022-05-10T06:54:24.475Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:54:24.475Z] ---> Running in 07c9f329f162 [2022-05-10T06:54:25.046Z] Removing intermediate container 07c9f329f162 [2022-05-10T06:54:25.046Z] ---> c3be5ab2c6a2 [2022-05-10T06:54:25.046Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:54:25.046Z] ---> Running in bda3be55e0a5 [2022-05-10T06:54:25.307Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T06:54:26.250Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T06:54:26.513Z] OK: 221 MiB in 52 packages [2022-05-10T06:54:26.774Z] Removing intermediate container bda3be55e0a5 [2022-05-10T06:54:26.774Z] ---> 5984b94c6292 [2022-05-10T06:54:26.774Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T06:54:26.774Z] ---> Running in ad4a40ca7366 [2022-05-10T06:54:27.035Z] Removing intermediate container ad4a40ca7366 [2022-05-10T06:54:27.035Z] ---> e67c5e085732 [2022-05-10T06:54:27.035Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:54:27.035Z] ---> Running in 8a934eaab51b [2022-05-10T06:54:27.035Z] Removing intermediate container 8a934eaab51b [2022-05-10T06:54:27.035Z] ---> 13073c0f1eec [2022-05-10T06:54:27.035Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T06:54:27.295Z] ---> 1af8f0428751 [2022-05-10T06:54:27.295Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:54:27.295Z] ---> Running in ca9b259e0a05 [2022-05-10T06:54:28.624Z] Still waiting to schedule task [2022-05-10T06:54:28.624Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-10T06:54:35.436Z] Removing intermediate container ca9b259e0a05 [2022-05-10T06:54:35.436Z] ---> 89d93c791673 [2022-05-10T06:54:35.436Z] Step 14/15 : COPY . . [2022-05-10T06:54:36.379Z] ---> 21769f0e03c3 [2022-05-10T06:54:36.379Z] Step 15/15 : RUN ${MAKE} [2022-05-10T06:54:36.379Z] ---> Running in 740be48bfe63 [2022-05-10T06:54:36.641Z] noop [2022-05-10T06:54:36.904Z] Removing intermediate container 740be48bfe63 [2022-05-10T06:54:36.904Z] ---> 8e5a7acfbae5 [2022-05-10T06:54:36.904Z] Successfully built 8e5a7acfbae5 [2022-05-10T06:54:36.904Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:54:37.208Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T06:54:37.208Z] . [Pipeline] withDockerContainer [2022-05-10T06:54:37.287Z] prd-ubuntu20.04-docker-8c-8g-45346 does not seem to be running inside a container [2022-05-10T06:54:37.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@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 [2022-05-10T06:54:37.731Z] $ docker top 81ef581ed1b1bc74a1c233aa2693f41f9c3afdb9a403957fae7abe8aeb27f015 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:54:38.093Z] + go version [2022-05-10T06:54:38.093Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-10T06:54:38.115Z] $ docker stop --time=1 81ef581ed1b1bc74a1c233aa2693f41f9c3afdb9a403957fae7abe8aeb27f015 [2022-05-10T06:54:39.447Z] $ docker rm -f 81ef581ed1b1bc74a1c233aa2693f41f9c3afdb9a403957fae7abe8aeb27f015 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:54:39.859Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T06:54:39.859Z] . [Pipeline] withDockerContainer [2022-05-10T06:54:39.931Z] prd-ubuntu20.04-docker-8c-8g-45346 does not seem to be running inside a container [2022-05-10T06:54:39.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@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 [2022-05-10T06:54:40.389Z] $ docker top ad649151a2eb4ad1fbb1f73ae1e12a5f1a51a62b14003bf4f99312c853a2af37 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T06:54:40.804Z] + make test [2022-05-10T06:54:40.804Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T06:54:41.132Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T06:54:46.489Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T06:54:46.489Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T06:54:49.027Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T06:54:49.027Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T06:54:49.043Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T06:54:49.069Z] $ docker stop --time=1 ad649151a2eb4ad1fbb1f73ae1e12a5f1a51a62b14003bf4f99312c853a2af37 [2022-05-10T06:54:50.552Z] $ docker rm -f ad649151a2eb4ad1fbb1f73ae1e12a5f1a51a62b14003bf4f99312c853a2af37 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:54:50.912Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T06:54:50.959Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-10T06:54:51.486Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T06:54:51.776Z] + ls -al . [2022-05-10T06:54:51.776Z] total 160 [2022-05-10T06:54:51.776Z] drwxrwxr-x 14 jenkins jenkins 4096 May 10 06:54 . [2022-05-10T06:54:51.776Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:53 .. [2022-05-10T06:54:51.776Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:54 .git [2022-05-10T06:54:51.776Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:53 .github [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:53 .gitignore [2022-05-10T06:54:51.776Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:54 .semver [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:53 Attribution.txt [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:53 CHANGELOG.md [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:53 CONTRIBUTING.md [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:53 Dockerfile [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:53 Jenkinsfile [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:53 LICENSE [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:53 Makefile [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:53 README.md [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:54 VERSION [2022-05-10T06:54:51.776Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:53 assets [2022-05-10T06:54:51.776Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:53 bin [2022-05-10T06:54:51.776Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:53 cmd [2022-05-10T06:54:51.776Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 06:54 coverage.out [2022-05-10T06:54:51.776Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:53 docs [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 1945 May 10 06:53 go.mod [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 26589 May 10 06:53 go.sum [2022-05-10T06:54:51.776Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:53 internal [2022-05-10T06:54:51.776Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:53 pkg [2022-05-10T06:54:51.776Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:53 snap [2022-05-10T06:54:51.776Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:53 testing [2022-05-10T06:54:51.776Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:53 version.go [2022-05-10T06:54:51.776Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:53 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:54:52.076Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 --label arch=amd64 --label version=0.0.0 . [2022-05-10T06:54:52.335Z] Sending build context to Docker daemon 43.17MB [2022-05-10T06:54:52.335Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:54:52.335Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T06:54:52.335Z] ---> 8e5a7acfbae5 [2022-05-10T06:54:52.335Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:54:52.335Z] ---> Running in 686d0da4ad92 [2022-05-10T06:54:52.594Z] Removing intermediate container 686d0da4ad92 [2022-05-10T06:54:52.594Z] ---> c190720add0b [2022-05-10T06:54:52.594Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:54:52.594Z] ---> Running in b0c1a36e1a85 [2022-05-10T06:54:52.594Z] Removing intermediate container b0c1a36e1a85 [2022-05-10T06:54:52.594Z] ---> bf0c86c772cd [2022-05-10T06:54:52.594Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:54:52.594Z] ---> Running in 0120d30ab9bc [2022-05-10T06:54:52.854Z] Removing intermediate container 0120d30ab9bc [2022-05-10T06:54:52.854Z] ---> 67ce16663f41 [2022-05-10T06:54:52.855Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T06:54:52.855Z] ---> Running in 91edd90aacbd [2022-05-10T06:54:52.855Z] Removing intermediate container 91edd90aacbd [2022-05-10T06:54:52.855Z] ---> 1213186cc994 [2022-05-10T06:54:52.855Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:54:52.855Z] ---> Running in 82000aac1ec2 [2022-05-10T06:54:53.114Z] Removing intermediate container 82000aac1ec2 [2022-05-10T06:54:53.114Z] ---> 786222eaae91 [2022-05-10T06:54:53.114Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:54:53.114Z] ---> Running in 865de4e77bd4 [2022-05-10T06:54:53.687Z] Removing intermediate container 865de4e77bd4 [2022-05-10T06:54:53.687Z] ---> c318a6a9adea [2022-05-10T06:54:53.687Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:54:53.687Z] ---> Running in 3da2fafb514e [2022-05-10T06:54:53.946Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T06:54:54.883Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T06:54:55.144Z] OK: 221 MiB in 52 packages [2022-05-10T06:54:55.406Z] Removing intermediate container 3da2fafb514e [2022-05-10T06:54:55.406Z] ---> 72452932625a [2022-05-10T06:54:55.406Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T06:54:55.406Z] ---> Running in e80e7cf25e64 [2022-05-10T06:54:55.665Z] Removing intermediate container e80e7cf25e64 [2022-05-10T06:54:55.665Z] ---> ad52b2f87c97 [2022-05-10T06:54:55.665Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:54:55.665Z] ---> Running in 0f766002a4d6 [2022-05-10T06:54:55.665Z] Removing intermediate container 0f766002a4d6 [2022-05-10T06:54:55.665Z] ---> cffce914a561 [2022-05-10T06:54:55.665Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T06:54:55.925Z] ---> f91314e3a3a3 [2022-05-10T06:54:55.925Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:54:55.925Z] ---> Running in f13d97025333 [2022-05-10T06:54:56.494Z] Removing intermediate container f13d97025333 [2022-05-10T06:54:56.494Z] ---> 4b71a15a1737 [2022-05-10T06:54:56.494Z] Step 14/23 : COPY . . [2022-05-10T06:54:57.444Z] ---> 1e0376214556 [2022-05-10T06:54:57.444Z] Step 15/23 : RUN ${MAKE} [2022-05-10T06:54:57.444Z] ---> Running in 380652eced8e [2022-05-10T06:54:57.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-05-10T06:55:02.985Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T06:55:04.364Z] Removing intermediate container 380652eced8e [2022-05-10T06:55:04.364Z] ---> 07f96ea94d94 [2022-05-10T06:55:04.364Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T06:55:04.624Z] 3.14: Pulling from library/alpine [2022-05-10T06:55:04.884Z] 8663204ce13b: Pulling fs layer [2022-05-10T06:55:05.144Z] 8663204ce13b: Verifying Checksum [2022-05-10T06:55:05.144Z] 8663204ce13b: Download complete [2022-05-10T06:55:05.144Z] 8663204ce13b: Pull complete [2022-05-10T06:55:05.144Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T06:55:05.144Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T06:55:05.144Z] ---> e04c818066af [2022-05-10T06:55:05.144Z] Step 17/23 : EXPOSE 4000 [2022-05-10T06:55:05.144Z] ---> Running in bf6d0f00f9b6 [2022-05-10T06:55:05.403Z] Removing intermediate container bf6d0f00f9b6 [2022-05-10T06:55:05.403Z] ---> 2b1de255172d [2022-05-10T06:55:05.403Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:55:05.974Z] ---> 4cb088d7aeca [2022-05-10T06:55:05.974Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:55:05.974Z] ---> Running in 7d100a25a004 [2022-05-10T06:55:05.974Z] Removing intermediate container 7d100a25a004 [2022-05-10T06:55:05.974Z] ---> 5492437c4674 [2022-05-10T06:55:05.974Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T06:55:05.974Z] ---> Running in ef298944fd13 [2022-05-10T06:55:05.974Z] Removing intermediate container ef298944fd13 [2022-05-10T06:55:05.974Z] ---> 26c79a557538 [2022-05-10T06:55:05.974Z] Step 21/23 : LABEL arch=amd64 [2022-05-10T06:55:05.974Z] ---> Running in d8e8a76b6340 [2022-05-10T06:55:06.239Z] Removing intermediate container d8e8a76b6340 [2022-05-10T06:55:06.239Z] ---> 30d0dd872c03 [2022-05-10T06:55:06.239Z] Step 22/23 : LABEL git_sha=7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [2022-05-10T06:55:06.239Z] ---> Running in c491a0b2c50f [2022-05-10T06:55:06.239Z] Removing intermediate container c491a0b2c50f [2022-05-10T06:55:06.239Z] ---> a85b9e25fc7a [2022-05-10T06:55:06.239Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T06:55:06.239Z] ---> Running in 8e942ffc357b [2022-05-10T06:55:06.501Z] Removing intermediate container 8e942ffc357b [2022-05-10T06:55:06.501Z] ---> 1cad0fc1b1e3 [2022-05-10T06:55:06.501Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T06:55:06.501Z] Successfully built 1cad0fc1b1e3 [2022-05-10T06:55:06.501Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:55:06.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:55:06.907Z] [2022-05-10T06:55:06.907Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:55:07.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:55:07.216Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-10T06:55:07.216Z] 5eb5b503b376: Pulling fs layer [2022-05-10T06:55:07.216Z] 5c69ac0246d0: Pulling fs layer [2022-05-10T06:55:07.216Z] ec43610c2a17: Pulling fs layer [2022-05-10T06:55:07.216Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-10T06:55:07.216Z] 33b1e0a273af: Pulling fs layer [2022-05-10T06:55:07.216Z] 5d3b04190fa2: Pulling fs layer [2022-05-10T06:55:07.216Z] 3a2ae6a8a46f: Waiting [2022-05-10T06:55:07.216Z] 33b1e0a273af: Waiting [2022-05-10T06:55:07.216Z] 2f39f015ded8: Pulling fs layer [2022-05-10T06:55:07.216Z] 5d3b04190fa2: Waiting [2022-05-10T06:55:07.216Z] 2f39f015ded8: Waiting [2022-05-10T06:55:07.216Z] 5c69ac0246d0: Verifying Checksum [2022-05-10T06:55:07.216Z] 5c69ac0246d0: Download complete [2022-05-10T06:55:07.216Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-10T06:55:07.216Z] 33b1e0a273af: Verifying Checksum [2022-05-10T06:55:07.216Z] 33b1e0a273af: Download complete [2022-05-10T06:55:07.216Z] ec43610c2a17: Verifying Checksum [2022-05-10T06:55:07.216Z] ec43610c2a17: Download complete [2022-05-10T06:55:07.216Z] 5d3b04190fa2: Verifying Checksum [2022-05-10T06:55:07.216Z] 5d3b04190fa2: Download complete [2022-05-10T06:55:07.476Z] 5eb5b503b376: Verifying Checksum [2022-05-10T06:55:07.476Z] 5eb5b503b376: Download complete [2022-05-10T06:55:08.851Z] 5eb5b503b376: Pull complete [2022-05-10T06:55:08.851Z] 5c69ac0246d0: Pull complete [2022-05-10T06:55:09.111Z] ec43610c2a17: Pull complete [2022-05-10T06:55:09.111Z] 3a2ae6a8a46f: Pull complete [2022-05-10T06:55:09.370Z] 33b1e0a273af: Pull complete [2022-05-10T06:55:09.370Z] 5d3b04190fa2: Pull complete [2022-05-10T06:55:13.569Z] 2f39f015ded8: Pull complete [2022-05-10T06:55:13.569Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-10T06:55:13.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:55:13.569Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-10T06:55:13.640Z] prd-ubuntu20.04-docker-8c-8g-45346 does not seem to be running inside a container [2022-05-10T06:55:13.686Z] $ 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-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@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 [2022-05-10T06:55:15.118Z] $ docker top cdb9886dcab8fae2fd0e948a6c7f6ede51101355e8107b6aa5600ea69f7293f2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:55:15.529Z] ---> job-cost.sh [2022-05-10T06:55:15.529Z] lf-activate-venv: SKIPPING [2022-05-10T06:55:15.529Z] INFO: No Stack... [2022-05-10T06:55:16.102Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T06:55:16.365Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T06:55:16.660Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/cost.csv [2022-05-10T06:55:16.660Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T06:55:16.675Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-525-3-stack-cost] [2022-05-10T06:55:16.682Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-3-stack-cost] did not exist. Created. [2022-05-10T06:55:16.682Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-525-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T06:55:16.990Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-10T06:55:17.105Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T06:55:17.111Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-3-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T06:55:17.142Z] $ docker stop --time=1 cdb9886dcab8fae2fd0e948a6c7f6ede51101355e8107b6aa5600ea69f7293f2 [2022-05-10T06:55:18.311Z] $ docker rm -f cdb9886dcab8fae2fd0e948a6c7f6ede51101355e8107b6aa5600ea69f7293f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-10T07:04:49.308Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-45617 in /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [Pipeline] { [Pipeline] ws [2022-05-10T07:04:49.322Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2022-05-10T07:04:49.927Z] The recommended git tool is: git [2022-05-10T07:04:57.654Z] using credential edgex-jenkins-ssh [2022-05-10T07:04:57.676Z] Cloning the remote Git repository [2022-05-10T07:04:57.748Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T07:04:57.871Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2022-05-10T07:04:57.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T07:04:57.996Z] > git --version # timeout=10 [2022-05-10T07:04:58.023Z] > git --version # 'git version 2.25.1' [2022-05-10T07:04:58.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T07:04:58.098Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T07:05:01.345Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T07:05:02.276Z] Merging remotes/origin/main commit dd9f4692206ac816c1e5138ee950db2d795e181e into PR head commit 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [2022-05-10T07:05:02.776Z] Merge succeeded, producing 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [2022-05-10T07:05:02.777Z] Checking out Revision 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 (PR-525) [2022-05-10T07:05:01.440Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T07:05:01.498Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T07:05:01.555Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T07:05:01.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T07:05:01.613Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-10T07:05:02.302Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T07:05:02.317Z] > git checkout -f 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 # timeout=10 [2022-05-10T07:05:02.690Z] > git remote # timeout=10 [2022-05-10T07:05:02.710Z] > git config --get remote.origin.url # timeout=10 [2022-05-10T07:05:02.725Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T07:05:02.737Z] > git merge dd9f4692206ac816c1e5138ee950db2d795e181e # timeout=10 [2022-05-10T07:05:02.767Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-10T07:05:02.789Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T07:05:02.816Z] > git checkout -f 7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 # timeout=10 [2022-05-10T07:05:07.418Z] Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T07:05:08.256Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-10T07:05:08.256Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T07:05:08.256Z] Dload Upload Total Spent Left Speed [2022-05-10T07:05:08.256Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 226k 0 --:--:-- --:--:-- --:--:-- 222k [Pipeline] sh [2022-05-10T07:05:08.799Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-10T07:05:09.168Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-10T07:05:09.168Z] + sudo tee /etc/docker/daemon.new [2022-05-10T07:05:09.168Z] { [2022-05-10T07:05:09.168Z] "registry-mirrors": [ [2022-05-10T07:05:09.168Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-10T07:05:09.168Z] ], [2022-05-10T07:05:09.168Z] "bip": "10.250.0.254/24", [2022-05-10T07:05:09.168Z] "hosts": [ [2022-05-10T07:05:09.168Z] "tcp://0.0.0.0:5555", [2022-05-10T07:05:09.168Z] "unix:///var/run/docker.sock" [2022-05-10T07:05:09.168Z] ], [2022-05-10T07:05:09.168Z] "mtu": 1458, [2022-05-10T07:05:09.168Z] "selinux-enabled": true, [2022-05-10T07:05:09.168Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-10T07:05:09.168Z] } [Pipeline] sh [2022-05-10T07:05:09.521Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-10T07:05:09.873Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T07:05:28.485Z] provisioning config files... [2022-05-10T07:05:28.513Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config6543149652896609011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T07:05:28.888Z] ---> docker-login.sh [2022-05-10T07:05:28.888Z] nexus3.edgexfoundry.org:10001 [2022-05-10T07:05:29.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T07:05:29.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T07:05:29.761Z] Configure a credential helper to remove this warning. See [2022-05-10T07:05:29.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T07:05:29.761Z] [2022-05-10T07:05:29.761Z] Login Succeeded [2022-05-10T07:05:29.761Z] nexus3.edgexfoundry.org:10002 [2022-05-10T07:05:30.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T07:05:30.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T07:05:30.359Z] Configure a credential helper to remove this warning. See [2022-05-10T07:05:30.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T07:05:30.359Z] [2022-05-10T07:05:30.359Z] Login Succeeded [2022-05-10T07:05:30.359Z] nexus3.edgexfoundry.org:10003 [2022-05-10T07:05:30.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T07:05:30.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T07:05:30.910Z] Configure a credential helper to remove this warning. See [2022-05-10T07:05:30.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T07:05:30.910Z] [2022-05-10T07:05:30.910Z] Login Succeeded [2022-05-10T07:05:30.910Z] nexus3.edgexfoundry.org:10004 [2022-05-10T07:05:31.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T07:05:31.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T07:05:31.457Z] Configure a credential helper to remove this warning. See [2022-05-10T07:05:31.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T07:05:31.457Z] [2022-05-10T07:05:31.457Z] Login Succeeded [2022-05-10T07:05:31.457Z] docker.io [2022-05-10T07:05:31.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T07:05:32.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T07:05:32.006Z] Configure a credential helper to remove this warning. See [2022-05-10T07:05:32.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T07:05:32.006Z] [2022-05-10T07:05:32.006Z] Login Succeeded [2022-05-10T07:05:32.006Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T07:05:32.025Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T07:05:32.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T07:05:32.536Z] ========================================================= [2022-05-10T07:05:32.536Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-10T07:05:32.536Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T07:05:32.890Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-10T07:05:33.873Z] Sending build context to Docker daemon 27.15MB [2022-05-10T07:05:33.873Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T07:05:33.873Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T07:05:34.147Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-10T07:05:34.147Z] 9b3977197b4f: Pulling fs layer [2022-05-10T07:05:34.147Z] 1a89e8eeedd5: Pulling fs layer [2022-05-10T07:05:34.147Z] 94645a83ff95: Pulling fs layer [2022-05-10T07:05:34.147Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-10T07:05:34.147Z] 0c92f367c5e7: Pulling fs layer [2022-05-10T07:05:34.147Z] 3096ccb668a1: Pulling fs layer [2022-05-10T07:05:34.147Z] e8cf19c19ddd: Pulling fs layer [2022-05-10T07:05:34.147Z] a4caa8a26152: Pulling fs layer [2022-05-10T07:05:34.147Z] 3f3a8bcf1eab: Waiting [2022-05-10T07:05:34.147Z] 0c92f367c5e7: Waiting [2022-05-10T07:05:34.147Z] e8cf19c19ddd: Waiting [2022-05-10T07:05:34.147Z] 3096ccb668a1: Waiting [2022-05-10T07:05:34.147Z] a4caa8a26152: Waiting [2022-05-10T07:05:34.147Z] 94645a83ff95: Download complete [2022-05-10T07:05:34.147Z] 1a89e8eeedd5: Verifying Checksum [2022-05-10T07:05:34.147Z] 1a89e8eeedd5: Download complete [2022-05-10T07:05:34.147Z] 0c92f367c5e7: Verifying Checksum [2022-05-10T07:05:34.147Z] 0c92f367c5e7: Download complete [2022-05-10T07:05:34.147Z] 3096ccb668a1: Verifying Checksum [2022-05-10T07:05:34.147Z] 3096ccb668a1: Download complete [2022-05-10T07:05:34.147Z] 9b3977197b4f: Verifying Checksum [2022-05-10T07:05:34.147Z] 9b3977197b4f: Download complete [2022-05-10T07:05:34.147Z] e8cf19c19ddd: Verifying Checksum [2022-05-10T07:05:34.147Z] e8cf19c19ddd: Download complete [2022-05-10T07:05:35.144Z] 9b3977197b4f: Pull complete [2022-05-10T07:05:35.419Z] 1a89e8eeedd5: Pull complete [2022-05-10T07:05:35.692Z] 94645a83ff95: Pull complete [2022-05-10T07:05:36.293Z] a4caa8a26152: Verifying Checksum [2022-05-10T07:05:36.293Z] a4caa8a26152: Download complete [2022-05-10T07:05:36.904Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-10T07:05:36.904Z] 3f3a8bcf1eab: Download complete [2022-05-10T07:05:49.308Z] 3f3a8bcf1eab: Pull complete [2022-05-10T07:05:49.308Z] 0c92f367c5e7: Pull complete [2022-05-10T07:05:49.308Z] 3096ccb668a1: Pull complete [2022-05-10T07:05:49.582Z] e8cf19c19ddd: Pull complete [2022-05-10T07:05:56.321Z] a4caa8a26152: Pull complete [2022-05-10T07:05:56.321Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-10T07:05:56.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T07:05:56.321Z] ---> 725f1c02e7f9 [2022-05-10T07:05:56.321Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T07:05:56.930Z] ---> Running in 359a58b3f508 [2022-05-10T07:05:57.530Z] Removing intermediate container 359a58b3f508 [2022-05-10T07:05:57.530Z] ---> 0d24598d8a54 [2022-05-10T07:05:57.530Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T07:05:57.530Z] ---> Running in 3066ee455248 [2022-05-10T07:05:57.806Z] Removing intermediate container 3066ee455248 [2022-05-10T07:05:57.806Z] ---> 2be290b3ded6 [2022-05-10T07:05:57.806Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T07:05:57.806Z] ---> Running in 38fd2bc20255 [2022-05-10T07:05:58.405Z] Removing intermediate container 38fd2bc20255 [2022-05-10T07:05:58.405Z] ---> 5a45f2d8d000 [2022-05-10T07:05:58.405Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T07:05:58.405Z] ---> Running in 6130c2b6f5a8 [2022-05-10T07:05:58.678Z] Removing intermediate container 6130c2b6f5a8 [2022-05-10T07:05:58.678Z] ---> d63898cf2860 [2022-05-10T07:05:58.678Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T07:05:58.678Z] ---> Running in 5f6aa9c3e106 [2022-05-10T07:05:58.959Z] Removing intermediate container 5f6aa9c3e106 [2022-05-10T07:05:58.959Z] ---> 164e1115aa6b [2022-05-10T07:05:58.959Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T07:05:59.234Z] ---> Running in f17e55943269 [2022-05-10T07:06:01.220Z] Removing intermediate container f17e55943269 [2022-05-10T07:06:01.220Z] ---> 949103280904 [2022-05-10T07:06:01.220Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T07:06:01.220Z] ---> Running in ba141733c566 [2022-05-10T07:06:02.213Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T07:06:03.200Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T07:06:04.648Z] OK: 220 MiB in 52 packages [2022-05-10T07:06:05.251Z] Removing intermediate container ba141733c566 [2022-05-10T07:06:05.251Z] ---> f8f8901c2c1a [2022-05-10T07:06:05.251Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T07:06:05.531Z] ---> Running in ac3a3f2a2744 [2022-05-10T07:06:05.808Z] Removing intermediate container ac3a3f2a2744 [2022-05-10T07:06:05.808Z] ---> a9d381315913 [2022-05-10T07:06:05.808Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T07:06:05.808Z] ---> Running in 698e0f679823 [2022-05-10T07:06:06.428Z] Removing intermediate container 698e0f679823 [2022-05-10T07:06:06.428Z] ---> 823eb7bc3fd8 [2022-05-10T07:06:06.428Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T07:06:07.028Z] ---> 5fc3cc7af5c6 [2022-05-10T07:06:07.028Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T07:06:07.028Z] ---> Running in 7af13a06f636 [2022-05-10T07:06:39.409Z] Removing intermediate container 7af13a06f636 [2022-05-10T07:06:39.409Z] ---> 68930334d4ff [2022-05-10T07:06:39.409Z] Step 14/15 : COPY . . [2022-05-10T07:06:39.409Z] ---> b1ebe9a18620 [2022-05-10T07:06:39.409Z] Step 15/15 : RUN ${MAKE} [2022-05-10T07:06:39.409Z] ---> Running in 36102f5d792d [2022-05-10T07:06:39.409Z] noop [2022-05-10T07:06:39.409Z] Removing intermediate container 36102f5d792d [2022-05-10T07:06:39.409Z] ---> 7893f4b25546 [2022-05-10T07:06:39.409Z] Successfully built 7893f4b25546 [2022-05-10T07:06:39.409Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T07:06:39.752Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T07:06:39.752Z] . [Pipeline] withDockerContainer [2022-05-10T07:06:39.983Z] prd-ubuntu20.04-docker-arm64-4c-16g-45617 does not seem to be running inside a container [2022-05-10T07:06:40.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** -e ******** ci-base-image-arm64 cat [2022-05-10T07:06:41.349Z] $ docker top 2b23f06d81e92fccf27ec5af6d7e62b34a961da2d286491df050712402620b79 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T07:06:42.237Z] + go version [2022-05-10T07:06:42.237Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-10T07:06:42.273Z] $ docker stop --time=1 2b23f06d81e92fccf27ec5af6d7e62b34a961da2d286491df050712402620b79 [2022-05-10T07:06:43.949Z] $ docker rm -f 2b23f06d81e92fccf27ec5af6d7e62b34a961da2d286491df050712402620b79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T07:06:44.522Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T07:06:44.522Z] . [Pipeline] withDockerContainer [2022-05-10T07:06:44.732Z] prd-ubuntu20.04-docker-arm64-4c-16g-45617 does not seem to be running inside a container [2022-05-10T07:06:44.821Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** -e ******** ci-base-image-arm64 cat [2022-05-10T07:06:46.038Z] $ docker top 486a77f826f6fc597594a9b57cff2372df213ade753569251c66f98e7a37991d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T07:06:46.924Z] + make test [2022-05-10T07:06:46.924Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T07:06:48.361Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T07:07:35.420Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T07:07:35.420Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T07:07:43.723Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T07:07:43.723Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T07:07:43.745Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T07:07:43.769Z] $ docker stop --time=1 486a77f826f6fc597594a9b57cff2372df213ade753569251c66f98e7a37991d [2022-05-10T07:07:45.494Z] $ docker rm -f 486a77f826f6fc597594a9b57cff2372df213ade753569251c66f98e7a37991d [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T07:07:46.230Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T07:07:46.258Z] Warning: overwriting stash ‘coverage-report’ [2022-05-10T07:07:46.854Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T07:07:47.322Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T07:07:47.658Z] + ls -al . [2022-05-10T07:07:47.658Z] total 156 [2022-05-10T07:07:47.658Z] drwxrwxr-x 13 jenkins jenkins 4096 May 10 07:06 . [2022-05-10T07:07:47.658Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 07:04 .. [2022-05-10T07:07:47.658Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 07:05 .git [2022-05-10T07:07:47.658Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 07:05 .github [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 07:05 .gitignore [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 07:05 Attribution.txt [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 07:05 CHANGELOG.md [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 07:05 CONTRIBUTING.md [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 07:05 Dockerfile [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 07:05 Jenkinsfile [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 07:05 LICENSE [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 07:05 Makefile [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 07:05 README.md [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:54 VERSION [2022-05-10T07:07:47.658Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 07:05 assets [2022-05-10T07:07:47.658Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 07:05 bin [2022-05-10T07:07:47.658Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 07:05 cmd [2022-05-10T07:07:47.658Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 07:06 coverage.out [2022-05-10T07:07:47.658Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 07:05 docs [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 1945 May 10 07:05 go.mod [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 26589 May 10 07:05 go.sum [2022-05-10T07:07:47.658Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 07:05 internal [2022-05-10T07:07:47.658Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 07:05 pkg [2022-05-10T07:07:47.658Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 07:05 snap [2022-05-10T07:07:47.658Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 07:05 testing [2022-05-10T07:07:47.658Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 07:05 version.go [2022-05-10T07:07:47.658Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 07:05 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T07:07:48.010Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 --label arch=arm64 --label version=0.0.0 . [2022-05-10T07:07:49.467Z] Sending build context to Docker daemon 27.15MB [2022-05-10T07:07:49.467Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T07:07:49.467Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T07:07:49.467Z] ---> 7893f4b25546 [2022-05-10T07:07:49.467Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T07:07:49.467Z] ---> Running in d49ace6c1187 [2022-05-10T07:07:49.745Z] Removing intermediate container d49ace6c1187 [2022-05-10T07:07:49.745Z] ---> fd67f1223ad7 [2022-05-10T07:07:49.745Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T07:07:50.023Z] ---> Running in e3ed65edf461 [2022-05-10T07:07:50.303Z] Removing intermediate container e3ed65edf461 [2022-05-10T07:07:50.303Z] ---> 43521485f2bd [2022-05-10T07:07:50.303Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T07:07:50.303Z] ---> Running in 4f657a1aa690 [2022-05-10T07:07:50.581Z] Removing intermediate container 4f657a1aa690 [2022-05-10T07:07:50.581Z] ---> 8c63f58807c2 [2022-05-10T07:07:50.581Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T07:07:50.581Z] ---> Running in d7af105bc3ff [2022-05-10T07:07:51.182Z] Removing intermediate container d7af105bc3ff [2022-05-10T07:07:51.182Z] ---> cfb53ea6d72c [2022-05-10T07:07:51.182Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T07:07:51.182Z] ---> Running in 92a50311ee8f [2022-05-10T07:07:51.459Z] Removing intermediate container 92a50311ee8f [2022-05-10T07:07:51.459Z] ---> 0e174147ad76 [2022-05-10T07:07:51.459Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T07:07:51.459Z] ---> Running in 9b5e279127e8 [2022-05-10T07:07:53.443Z] Removing intermediate container 9b5e279127e8 [2022-05-10T07:07:53.443Z] ---> d09140050c1b [2022-05-10T07:07:53.443Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T07:07:53.443Z] ---> Running in 79115628ef1a [2022-05-10T07:07:54.924Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T07:07:55.608Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T07:07:56.671Z] OK: 220 MiB in 52 packages [2022-05-10T07:07:57.654Z] Removing intermediate container 79115628ef1a [2022-05-10T07:07:57.654Z] ---> 6ede21c7f4ab [2022-05-10T07:07:57.654Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T07:07:57.654Z] ---> Running in aae623e1315e [2022-05-10T07:07:57.929Z] Removing intermediate container aae623e1315e [2022-05-10T07:07:57.929Z] ---> 030e68c6ac67 [2022-05-10T07:07:57.929Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T07:07:57.929Z] ---> Running in 0dec5d0691ca [2022-05-10T07:07:58.205Z] Removing intermediate container 0dec5d0691ca [2022-05-10T07:07:58.205Z] ---> 36f395f3da59 [2022-05-10T07:07:58.205Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T07:07:58.806Z] ---> 19411c6415b1 [2022-05-10T07:07:58.806Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T07:07:59.083Z] ---> Running in f351357c50de [2022-05-10T07:08:01.069Z] Removing intermediate container f351357c50de [2022-05-10T07:08:01.069Z] ---> 7c7e7e4585c9 [2022-05-10T07:08:01.069Z] Step 14/23 : COPY . . [2022-05-10T07:08:04.483Z] ---> b5eea5de14b6 [2022-05-10T07:08:04.483Z] Step 15/23 : RUN ${MAKE} [2022-05-10T07:08:04.483Z] ---> Running in 216162dcdebd [2022-05-10T07:08:05.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-05-10T07:08:44.954Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T07:08:45.937Z] Removing intermediate container 216162dcdebd [2022-05-10T07:08:45.937Z] ---> be66969b5d8e [2022-05-10T07:08:45.937Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T07:08:46.533Z] 3.14: Pulling from library/alpine [2022-05-10T07:08:46.806Z] 455c02918c45: Pulling fs layer [2022-05-10T07:08:47.081Z] 455c02918c45: Verifying Checksum [2022-05-10T07:08:47.081Z] 455c02918c45: Download complete [2022-05-10T07:08:47.683Z] 455c02918c45: Pull complete [2022-05-10T07:08:47.683Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T07:08:47.683Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T07:08:47.683Z] ---> ac73e934f311 [2022-05-10T07:08:47.683Z] Step 17/23 : EXPOSE 4000 [2022-05-10T07:08:47.683Z] ---> Running in 68b490e6b4b1 [2022-05-10T07:08:47.956Z] Removing intermediate container 68b490e6b4b1 [2022-05-10T07:08:47.956Z] ---> d3c1de5fb78d [2022-05-10T07:08:47.956Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T07:08:49.384Z] ---> 22cc5785a86f [2022-05-10T07:08:49.384Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T07:08:49.384Z] ---> Running in d9c2293f25c1 [2022-05-10T07:08:49.656Z] Removing intermediate container d9c2293f25c1 [2022-05-10T07:08:49.656Z] ---> 2d3f3e589a29 [2022-05-10T07:08:49.656Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T07:08:49.656Z] ---> Running in 7c66b1690564 [2022-05-10T07:08:49.931Z] Removing intermediate container 7c66b1690564 [2022-05-10T07:08:49.931Z] ---> e090087d79a0 [2022-05-10T07:08:49.931Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T07:08:50.204Z] ---> Running in 5555619aa3d4 [2022-05-10T07:08:50.480Z] Removing intermediate container 5555619aa3d4 [2022-05-10T07:08:50.480Z] ---> f784d6619dee [2022-05-10T07:08:50.480Z] Step 22/23 : LABEL git_sha=7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [2022-05-10T07:08:50.480Z] ---> Running in fd0ba86d8006 [2022-05-10T07:08:50.768Z] Removing intermediate container fd0ba86d8006 [2022-05-10T07:08:50.768Z] ---> 6037a567f0ef [2022-05-10T07:08:50.768Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T07:08:50.768Z] ---> Running in b6770da00320 [2022-05-10T07:08:51.042Z] Removing intermediate container b6770da00320 [2022-05-10T07:08:51.042Z] ---> 2ece9973e2ba [2022-05-10T07:08:51.042Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T07:08:51.314Z] Successfully built 2ece9973e2ba [2022-05-10T07:08:51.314Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T07:08:51.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T07:08:51.778Z] [2022-05-10T07:08:51.778Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-10T07:08:52.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T07:08:52.412Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-10T07:08:52.412Z] 8998bd30e6a1: Pulling fs layer [2022-05-10T07:08:52.412Z] 04944245beec: Pulling fs layer [2022-05-10T07:08:52.412Z] 699f458cf7ca: Pulling fs layer [2022-05-10T07:08:52.412Z] 765212b225bb: Pulling fs layer [2022-05-10T07:08:52.412Z] f23df028b6ca: Pulling fs layer [2022-05-10T07:08:52.412Z] d65c8cfc05b1: Pulling fs layer [2022-05-10T07:08:52.412Z] 2437ff75d9bd: Pulling fs layer [2022-05-10T07:08:52.412Z] f23df028b6ca: Waiting [2022-05-10T07:08:52.412Z] d65c8cfc05b1: Waiting [2022-05-10T07:08:52.412Z] 2437ff75d9bd: Waiting [2022-05-10T07:08:52.412Z] 765212b225bb: Waiting [2022-05-10T07:08:52.412Z] 04944245beec: Verifying Checksum [2022-05-10T07:08:52.412Z] 04944245beec: Download complete [2022-05-10T07:08:52.412Z] 765212b225bb: Verifying Checksum [2022-05-10T07:08:52.412Z] 765212b225bb: Download complete [2022-05-10T07:08:52.412Z] f23df028b6ca: Verifying Checksum [2022-05-10T07:08:52.412Z] f23df028b6ca: Download complete [2022-05-10T07:08:52.412Z] d65c8cfc05b1: Verifying Checksum [2022-05-10T07:08:52.412Z] d65c8cfc05b1: Download complete [2022-05-10T07:08:52.687Z] 699f458cf7ca: Verifying Checksum [2022-05-10T07:08:52.687Z] 699f458cf7ca: Download complete [2022-05-10T07:08:52.963Z] 8998bd30e6a1: Verifying Checksum [2022-05-10T07:08:52.963Z] 8998bd30e6a1: Download complete [2022-05-10T07:08:55.604Z] 2437ff75d9bd: Download complete [2022-05-10T07:08:57.587Z] 8998bd30e6a1: Pull complete [2022-05-10T07:08:57.862Z] 04944245beec: Pull complete [2022-05-10T07:08:59.301Z] 699f458cf7ca: Pull complete [2022-05-10T07:08:59.574Z] 765212b225bb: Pull complete [2022-05-10T07:09:00.556Z] f23df028b6ca: Pull complete [2022-05-10T07:09:00.830Z] d65c8cfc05b1: Pull complete [2022-05-10T07:09:19.152Z] 2437ff75d9bd: Pull complete [2022-05-10T07:09:19.152Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-10T07:09:19.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T07:09:19.152Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-10T07:09:19.405Z] prd-ubuntu20.04-docker-arm64-4c-16g-45617 does not seem to be running inside a container [2022-05-10T07:09:19.500Z] $ 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/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-10T07:09:22.154Z] $ docker top 9689229b9f7da697d350d0780b5d6a5eeec6958acdb6d71a03784783ddfc5618 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T07:09:23.046Z] ---> job-cost.sh [2022-05-10T07:09:23.046Z] lf-activate-venv: SKIPPING [2022-05-10T07:09:23.046Z] INFO: No Stack... [2022-05-10T07:09:23.636Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-10T07:09:24.606Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T07:09:25.267Z] + cat /w/workspace/edgex-ui-go/3/archives/cost.csv [2022-05-10T07:09:25.267Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T07:09:25.333Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-525-3-stack-cost] [2022-05-10T07:09:25.341Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-3-stack-cost] did not exist. Created. [2022-05-10T07:09:25.341Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-525-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T07:09:26.029Z] /w/workspace/edgex-ui-go/3@tmp/durable-68cc9f23/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-10T07:09:26.704Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-10T07:09:26.724Z] Warning: overwriting stash ‘stack-cost’ [2022-05-10T07:09:26.897Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T07:09:26.903Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-3-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T07:09:26.935Z] $ docker stop --time=1 9689229b9f7da697d350d0780b5d6a5eeec6958acdb6d71a03784783ddfc5618 [2022-05-10T07:09:28.416Z] $ docker rm -f 9689229b9f7da697d350d0780b5d6a5eeec6958acdb6d71a03784783ddfc5618 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-05-10T07:09:28.896Z] provisioning config files... [2022-05-10T07:09:28.904Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config2634407645125466709tmp [Pipeline] { [Pipeline] sh [2022-05-10T07:09:29.202Z] + set +x [2022-05-10T07:09:29.202Z] + curl -s https://codecov.io/bash [2022-05-10T07:09:29.202Z] + bash -s -- [2022-05-10T07:09:29.202Z] [2022-05-10T07:09:29.202Z] _____ _ [2022-05-10T07:09:29.202Z] / ____| | | [2022-05-10T07:09:29.202Z] | | ___ __| | ___ ___ _____ __ [2022-05-10T07:09:29.202Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-10T07:09:29.202Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-10T07:09:29.202Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-10T07:09:29.202Z] Bash-1.0.6 [2022-05-10T07:09:29.202Z] [2022-05-10T07:09:29.202Z] [2022-05-10T07:09:29.202Z] ==> git version 2.25.1 found [2022-05-10T07:09:29.202Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-05-10T07:09:29.202Z] Release-Date: 2020-01-08 [2022-05-10T07:09:29.202Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-10T07:09:29.202Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-10T07:09:29.202Z] ==> Jenkins CI detected. [2022-05-10T07:09:29.202Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [2022-05-10T07:09:29.202Z] project root: . [2022-05-10T07:09:29.202Z] --> token set from env [2022-05-10T07:09:29.202Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-10T07:09:29.202Z] ==> Running gcov in . (disable via -X gcov) [2022-05-10T07:09:29.202Z] ==> Python coveragepy not found [2022-05-10T07:09:29.202Z] ==> Searching for coverage reports in: [2022-05-10T07:09:29.202Z] + . [2022-05-10T07:09:29.202Z] -> Found 1 reports [2022-05-10T07:09:29.202Z] ==> Detecting git/mercurial file structure [2022-05-10T07:09:29.202Z] ==> Reading reports [2022-05-10T07:09:29.463Z] + ./coverage.out bytes=10 [2022-05-10T07:09:29.463Z] ==> Appending adjustments [2022-05-10T07:09:29.463Z] https://docs.codecov.io/docs/fixing-reports [2022-05-10T07:09:29.463Z] + Found adjustments [2022-05-10T07:09:29.463Z] ==> Gzipping contents [2022-05-10T07:09:29.463Z] 8.0K /tmp/codecov.tzrnJX.gz [2022-05-10T07:09:29.463Z] ==> Uploading reports [2022-05-10T07:09:29.463Z] url: https://codecov.io [2022-05-10T07:09:29.463Z] query: branch=PR-525&commit=7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-525%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=525&job=&cmd_args= [2022-05-10T07:09:29.463Z] -> Pinging Codecov [2022-05-10T07:09:29.463Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-525&commit=7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-525%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=525&job=&cmd_args= [2022-05-10T07:09:29.723Z] -> Uploading to [2022-05-10T07:09:29.723Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-10/FB506323287CE973F263BFD2A0EB1F37/7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971/6039590b-dbbb-482a-938e-fe735be5e942.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T070929Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fc162f742d8c5eded66a0a917369a2c66eba443049f4ee383a03a2c0cafa4e5d [2022-05-10T07:09:29.723Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T07:09:29.723Z] Dload Upload Total Spent Left Speed [2022-05-10T07:09:29.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4378 0 0 100 4378 0 18789 --:--:-- --:--:-- --:--:-- 18789 [2022-05-10T07:09:29.983Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7246602a9dad0bb2f9e1d5adc2ef4ddf08aca971 [Pipeline] } [2022-05-10T07:09:29.991Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-05-10T07:09:30.726Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives ] [2022-05-10T07:09:30.726Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives [2022-05-10T07:09:30.726Z] total 16 [2022-05-10T07:09:30.726Z] drwxr-xr-x 3 root root 4096 May 10 06:55 . [2022-05-10T07:09:30.726Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:55 .. [2022-05-10T07:09:30.726Z] drwxr-xr-x 2 root root 4096 May 10 06:55 cost [2022-05-10T07:09:30.726Z] -rw-r--r-- 1 root root 82 May 10 06:55 cost.csv [2022-05-10T07:09:30.726Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives [2022-05-10T07:09:30.726Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives [2022-05-10T07:09:30.726Z] total 16 [2022-05-10T07:09:30.726Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:55 . [2022-05-10T07:09:30.726Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:55 .. [2022-05-10T07:09:30.726Z] drwxr-xr-x 2 jenkins jenkins 4096 May 10 06:55 cost [2022-05-10T07:09:30.726Z] -rw-r--r-- 1 jenkins jenkins 82 May 10 06:55 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-10T07:09:31.024Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T07:09:31.894Z] ---> package-listing.sh [2022-05-10T07:09:31.894Z] ++ facter osfamily [2022-05-10T07:09:31.894Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-10T07:09:32.159Z] + OS_FAMILY=debian [2022-05-10T07:09:32.159Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-525 [2022-05-10T07:09:32.159Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-10T07:09:32.159Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-10T07:09:32.159Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-10T07:09:32.159Z] + PACKAGES=/tmp/packages_start.txt [2022-05-10T07:09:32.159Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-525 ']' [2022-05-10T07:09:32.159Z] + PACKAGES=/tmp/packages_end.txt [2022-05-10T07:09:32.159Z] + case "${OS_FAMILY}" in [2022-05-10T07:09:32.159Z] + dpkg -l [2022-05-10T07:09:32.159Z] + grep '^ii' [2022-05-10T07:09:32.159Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-10T07:09:32.159Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-10T07:09:32.159Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-10T07:09:32.159Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-525 ']' [2022-05-10T07:09:32.159Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/ [2022-05-10T07:09:32.159Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/ [Pipeline] echo [2022-05-10T07:09:32.174Z] 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-525/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-10T07:09:32.454Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-10T07:09:33.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T07:09:33.014Z] . [Pipeline] withDockerContainer [2022-05-10T07:09:33.090Z] prd-ubuntu20.04-docker-8c-8g-45346 does not seem to be running inside a container [2022-05-10T07:09:33.147Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525/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-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@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 [2022-05-10T07:09:33.364Z] $ docker top 358371a7306c38219bb09bb401585502a09dd2372c060382da072236de58b42b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T07:09:33.705Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-10T07:09:34.010Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-10T07:09:34.297Z] + ls /var/log/sa-host [2022-05-10T07:09:34.297Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T07:09:34.536Z] provisioning config files... [2022-05-10T07:09:34.544Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config6742076010680872693tmp [Pipeline] { [Pipeline] echo [2022-05-10T07:09:34.557Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T07:09:34.843Z] ---> create-netrc.sh [Pipeline] } [2022-05-10T07:09:34.851Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-10T07:09:35.185Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-10T07:09:35.195Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T07:09:35.482Z] ---> sudo-logs.sh [2022-05-10T07:09:35.482Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-10T07:09:35.506Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T07:09:35.791Z] ---> job-cost.sh [2022-05-10T07:09:35.791Z] lf-activate-venv: SKIPPING [2022-05-10T07:09:35.791Z] DEBUG: total: 0.2199999988079071 [2022-05-10T07:09:35.791Z] INFO: Retrieving Stack Cost... [2022-05-10T07:09:36.052Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T07:09:36.624Z] INFO: Archiving Costs [Pipeline] echo [2022-05-10T07:09:36.638Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T07:09:36.925Z] ---> logs-deploy.sh [2022-05-10T07:09:36.925Z] lf-activate-venv: SKIPPING [2022-05-10T07:09:36.925Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-525/3 [2022-05-10T07:09:36.925Z] INFO: archiving workspace using pattern(s): [2022-05-10T07:09:37.870Z] Archives upload complete. [2022-05-10T07:09:37.870Z] INFO: archiving logs to Nexus