Pull request #525 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4936ce7564e6da9122d4ab32e92d9649805e4f5e+0b85a2dc129beb3e133fd854edb6b53abe9b033a (97e6691658b11d982d30fc1b7d015924ad618539) 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-ssh4351018859810140390.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-ssh17558489016238394839.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-ssh17628546072166508034.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-ssh16935333431454337693.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-ssh1561344044782035530.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-44844’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-44843’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-44846 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 Merging remotes/origin/main commit 0b85a2dc129beb3e133fd854edb6b53abe9b033a into PR head commit 4936ce7564e6da9122d4ab32e92d9649805e4f5e Merge succeeded, producing 4936ce7564e6da9122d4ab32e92d9649805e4f5e Checking out Revision 4936ce7564e6da9122d4ab32e92d9649805e4f5e (PR-525) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 4936ce7564e6da9122d4ab32e92d9649805e4f5e # 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 0b85a2dc129beb3e133fd854edb6b53abe9b033a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4936ce7564e6da9122d4ab32e92d9649805e4f5e # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-10T06:28:33.654Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-10T06:28:33.728Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-10T06:28:33.749Z] ========================================================= [2022-05-10T06:28:33.749Z] EdgeX Global Pipelines Version Info [2022-05-10T06:28:33.749Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 681bfa3f169a77e5aa45c3d23b03363153c4644f # timeout=10 [2022-05-10T06:28:34.520Z] ------------------- [2022-05-10T06:28:34.520Z] stable info: [2022-05-10T06:28:34.520Z] ------------------- [2022-05-10T06:28:34.520Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T06:28:34.520Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-10T06:28:34.520Z] Message: update stable to v1.0.227 [2022-05-10T06:28:35.090Z] ------------------- [2022-05-10T06:28:35.090Z] experimental info: [2022-05-10T06:28:35.090Z] ------------------- [2022-05-10T06:28:35.090Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T06:28:35.090Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-10T06:28:35.090Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-10T06:28:35.228Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-05-10T06:28:35.241Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-05-10T06:28:35.252Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-10T06:28:35.266Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-10T06:28:35.279Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-10T06:28:35.292Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-10T06:28:35.305Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-10T06:28:35.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-10T06:28:35.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-10T06:28:35.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-10T06:28:35.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-10T06:28:35.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-05-10T06:28:35.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-10T06:28:35.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-10T06:28:35.418Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T06:28:35.436Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T06:28:35.455Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T06:28:35.473Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T06:28:35.491Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-10T06:28:35.507Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-10T06:28:35.518Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-10T06:28:35.534Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-10T06:28:35.550Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-10T06:28:35.567Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-10T06:28:35.585Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-10T06:28:35.597Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-10T06:28:35.614Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-525 [Pipeline] echo [2022-05-10T06:28:35.630Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-525 [Pipeline] echo [2022-05-10T06:28:35.643Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-525 [Pipeline] echo [2022-05-10T06:28:35.654Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] echo [2022-05-10T06:28:35.663Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4936ce7 [Pipeline] echo [2022-05-10T06:28:35.673Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:28:35.712Z] provisioning config files... [2022-05-10T06:28:35.726Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config6635499742544379467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:28:36.039Z] ---> docker-login.sh [2022-05-10T06:28:36.039Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:28:36.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:36.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:36.301Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:36.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:36.301Z] [2022-05-10T06:28:36.301Z] Login Succeeded [2022-05-10T06:28:36.301Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:28:36.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:36.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:36.561Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:36.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:36.561Z] [2022-05-10T06:28:36.561Z] Login Succeeded [2022-05-10T06:28:36.561Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:28:36.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:36.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:36.561Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:36.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:36.561Z] [2022-05-10T06:28:36.561Z] Login Succeeded [2022-05-10T06:28:36.561Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:28:36.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:36.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:36.822Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:36.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:36.822Z] [2022-05-10T06:28:36.822Z] Login Succeeded [2022-05-10T06:28:36.822Z] docker.io [2022-05-10T06:28:36.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:37.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:37.083Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:37.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:37.083Z] [2022-05-10T06:28:37.083Z] Login Succeeded [2022-05-10T06:28:37.083Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:28:37.093Z] 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:28:37.471Z] + git rev-list -1 --merges 4936ce7564e6da9122d4ab32e92d9649805e4f5e~1..4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] echo [2022-05-10T06:28:37.610Z] -----------> git rev-list -1 --merges 4936ce7564e6da9122d4ab32e92d9649805e4f5e~1..4936ce7564e6da9122d4ab32e92d9649805e4f5e 4936ce7564e6da9122d4ab32e92d9649805e4f5e [false] [Pipeline] sh [2022-05-10T06:28:37.901Z] + git log --format=format:%s -1 4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] echo [2022-05-10T06:28:37.917Z] ========================================================= [2022-05-10T06:28:37.917Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-10T06:28:37.917Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:28:38.251Z] + git log --format=format:%s -1 4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] echo [2022-05-10T06:28:38.267Z] [semverPrep] GIT_COMMIT: 4936ce7564e6da9122d4ab32e92d9649805e4f5e, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo [2022-05-10T06:28:38.275Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-10T06:28:38.666Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T06:28:38.666Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-10T06:28:38.666Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-10T06:28:38.666Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-10T06:28:38.666Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-10T06:28:38.666Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-10T06:28:38.666Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:28:39.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:28:39.017Z] [2022-05-10T06:28:39.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:28:39.325Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:28:39.325Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-10T06:28:39.325Z] 1fe172e4850f: Pulling fs layer [2022-05-10T06:28:39.325Z] caf521ccaac6: Pulling fs layer [2022-05-10T06:28:39.325Z] 3ead6fa29328: Pulling fs layer [2022-05-10T06:28:39.325Z] 5c2a1cbceb83: Pulling fs layer [2022-05-10T06:28:39.325Z] a8d5f1318db7: Pulling fs layer [2022-05-10T06:28:39.325Z] c427282e49a2: Pulling fs layer [2022-05-10T06:28:39.325Z] 1827001aaf11: Pulling fs layer [2022-05-10T06:28:39.325Z] 0714d37db230: Pulling fs layer [2022-05-10T06:28:39.325Z] ac28cf19c067: Pulling fs layer [2022-05-10T06:28:39.325Z] ca983d60f3e2: Pulling fs layer [2022-05-10T06:28:39.325Z] 9f894cec8388: Pulling fs layer [2022-05-10T06:28:39.325Z] 5c2a1cbceb83: Waiting [2022-05-10T06:28:39.325Z] 0714d37db230: Waiting [2022-05-10T06:28:39.325Z] ca983d60f3e2: Waiting [2022-05-10T06:28:39.325Z] c427282e49a2: Waiting [2022-05-10T06:28:39.325Z] ac28cf19c067: Waiting [2022-05-10T06:28:39.325Z] a8d5f1318db7: Waiting [2022-05-10T06:28:39.325Z] 1827001aaf11: Waiting [2022-05-10T06:28:39.325Z] 9f894cec8388: Waiting [2022-05-10T06:28:39.325Z] caf521ccaac6: Verifying Checksum [2022-05-10T06:28:39.325Z] caf521ccaac6: Download complete [2022-05-10T06:28:39.325Z] 5c2a1cbceb83: Verifying Checksum [2022-05-10T06:28:39.325Z] 5c2a1cbceb83: Download complete [2022-05-10T06:28:39.325Z] 3ead6fa29328: Verifying Checksum [2022-05-10T06:28:39.325Z] 3ead6fa29328: Download complete [2022-05-10T06:28:39.325Z] a8d5f1318db7: Verifying Checksum [2022-05-10T06:28:39.325Z] a8d5f1318db7: Download complete [2022-05-10T06:28:39.585Z] c427282e49a2: Verifying Checksum [2022-05-10T06:28:39.585Z] c427282e49a2: Download complete [2022-05-10T06:28:39.585Z] 0714d37db230: Verifying Checksum [2022-05-10T06:28:39.585Z] 0714d37db230: Download complete [2022-05-10T06:28:39.585Z] ac28cf19c067: Download complete [2022-05-10T06:28:39.585Z] ca983d60f3e2: Verifying Checksum [2022-05-10T06:28:39.585Z] ca983d60f3e2: Download complete [2022-05-10T06:28:39.585Z] 9f894cec8388: Download complete [2022-05-10T06:28:39.585Z] 1fe172e4850f: Verifying Checksum [2022-05-10T06:28:39.585Z] 1fe172e4850f: Download complete [2022-05-10T06:28:39.845Z] 1827001aaf11: Verifying Checksum [2022-05-10T06:28:39.845Z] 1827001aaf11: Download complete [2022-05-10T06:28:40.783Z] 1fe172e4850f: Pull complete [2022-05-10T06:28:41.044Z] caf521ccaac6: Pull complete [2022-05-10T06:28:41.614Z] 3ead6fa29328: Pull complete [2022-05-10T06:28:41.614Z] 5c2a1cbceb83: Pull complete [2022-05-10T06:28:41.875Z] a8d5f1318db7: Pull complete [2022-05-10T06:28:41.875Z] c427282e49a2: Pull complete [2022-05-10T06:28:43.784Z] 1827001aaf11: Pull complete [2022-05-10T06:28:43.784Z] 0714d37db230: Pull complete [2022-05-10T06:28:43.784Z] ac28cf19c067: Pull complete [2022-05-10T06:28:44.044Z] ca983d60f3e2: Pull complete [2022-05-10T06:28:44.044Z] 9f894cec8388: Pull complete [2022-05-10T06:28:44.045Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-10T06:28:44.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:28:44.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-10T06:28:44.112Z] prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container [2022-05-10T06:28:44.154Z] $ 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:28:46.043Z] $ docker top e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 -eo pid,comm [2022-05-10T06:28:46.105Z] 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:28:46.105Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T06:28:46.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:28:46.146Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:28:46.273Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:28:46.283Z] $ docker exec e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 ssh-agent [2022-05-10T06:28:46.401Z] SSH_AUTH_SOCK=/tmp/ssh-1gtpHe1opuGY/agent.32 [2022-05-10T06:28:46.401Z] SSH_AGENT_PID=38 [2022-05-10T06:28:46.408Z] Running ssh-add (command line suppressed) [2022-05-10T06:28:46.518Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_4604365335838186771.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_4604365335838186771.key) [2022-05-10T06:28:46.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:28:46.825Z] + git tag --points-at HEAD [Pipeline] } [2022-05-10T06:28:46.847Z] $ docker exec --env ******** --env ******** e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 ssh-agent -k [2022-05-10T06:28:46.961Z] unset SSH_AUTH_SOCK; [2022-05-10T06:28:46.961Z] unset SSH_AGENT_PID; [2022-05-10T06:28:46.961Z] echo Agent pid 38 killed; [2022-05-10T06:28:46.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-10T06:28:46.994Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:28:46.994Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:28:47.119Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:28:47.128Z] $ docker exec e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 ssh-agent [2022-05-10T06:28:47.252Z] SSH_AUTH_SOCK=/tmp/ssh-I6Fd8k3sA4UQ/agent.71 [2022-05-10T06:28:47.252Z] SSH_AGENT_PID=78 [2022-05-10T06:28:47.258Z] Running ssh-add (command line suppressed) [2022-05-10T06:28:47.378Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_8343102289993893783.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_8343102289993893783.key) [2022-05-10T06:28:47.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:28:47.679Z] + git semver init [2022-05-10T06:28:47.939Z] 2022-05-10 06:28:47,885 [run_init] DEBUG init version:0.0.0 force:False [2022-05-10T06:28:47.939Z] 2022-05-10 06:28:47,886 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver [2022-05-10T06:28:47.939Z] 2022-05-10 06:28:47,887 [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:28:47.939Z] 2022-05-10 06:28:47,887 [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:28:49.321Z] 2022-05-10 06:28:49,300 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.git/info/exclude [2022-05-10T06:28:49.321Z] 2022-05-10 06:28:49,301 [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:28:49.321Z] 2022-05-10 06:28:49,301 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 [2022-05-10T06:28:49.321Z] 2022-05-10 06:28:49,306 [execute] INFO git cat-file --batch-check [2022-05-10T06:28:49.321Z] 2022-05-10 06:28:49,306 [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:28:49.321Z] 2022-05-10 06:28:49,313 [execute] INFO git cat-file --batch [2022-05-10T06:28:49.321Z] 2022-05-10 06:28:49,314 [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:28:49.321Z] 2022-05-10 06:28:49,320 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 [2022-05-10T06:28:49.321Z] 0.0.0 [Pipeline] } [2022-05-10T06:28:49.600Z] $ docker exec --env ******** --env ******** e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 ssh-agent -k [2022-05-10T06:28:49.725Z] unset SSH_AUTH_SOCK; [2022-05-10T06:28:49.726Z] unset SSH_AGENT_PID; [2022-05-10T06:28:49.726Z] echo Agent pid 78 killed; [2022-05-10T06:28:49.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T06:28:50.035Z] + git semver [Pipeline] } [2022-05-10T06:28:50.315Z] $ docker stop --time=1 e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 [2022-05-10T06:28:51.630Z] $ docker rm -f e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:28:51.975Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-10T06:28:52.224Z] Stashed 1 file(s) [Pipeline] echo [2022-05-10T06:28:52.228Z] [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:28:52.399Z] provisioning config files... [2022-05-10T06:28:52.411Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config3439107596636829007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:28:52.714Z] ---> docker-login.sh [2022-05-10T06:28:52.714Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:28:52.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:52.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:52.714Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:52.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:52.714Z] [2022-05-10T06:28:52.714Z] Login Succeeded [2022-05-10T06:28:52.714Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:28:52.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:52.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:52.974Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:52.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:52.974Z] [2022-05-10T06:28:52.974Z] Login Succeeded [2022-05-10T06:28:52.974Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:28:52.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:52.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:52.974Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:52.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:52.974Z] [2022-05-10T06:28:52.974Z] Login Succeeded [2022-05-10T06:28:52.974Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:28:53.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:53.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:53.247Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:53.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:53.247Z] [2022-05-10T06:28:53.247Z] Login Succeeded [2022-05-10T06:28:53.247Z] docker.io [2022-05-10T06:28:53.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:53.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:53.507Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:53.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:53.507Z] [2022-05-10T06:28:53.507Z] Login Succeeded [2022-05-10T06:28:53.507Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:28:53.515Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T06:28:53.587Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T06:28:53.596Z] ========================================================= [2022-05-10T06:28:53.596Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-10T06:28:53.596Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:28:53.903Z] + 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:28:54.164Z] Sending build context to Docker daemon 43.17MB [2022-05-10T06:28:54.164Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:28:54.164Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T06:28:54.164Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-10T06:28:54.164Z] 59bf1c3509f3: Pulling fs layer [2022-05-10T06:28:54.164Z] 666ba61612fd: Pulling fs layer [2022-05-10T06:28:54.164Z] 8ed8ca486205: Pulling fs layer [2022-05-10T06:28:54.164Z] 4fe6c5a15a65: Pulling fs layer [2022-05-10T06:28:54.164Z] 22a0e8bec74d: Pulling fs layer [2022-05-10T06:28:54.164Z] ca2b28591e48: Pulling fs layer [2022-05-10T06:28:54.164Z] a51346096db8: Pulling fs layer [2022-05-10T06:28:54.164Z] daebc70d1ce1: Pulling fs layer [2022-05-10T06:28:54.164Z] 0e18a0eac166: Pulling fs layer [2022-05-10T06:28:54.164Z] 4fe6c5a15a65: Waiting [2022-05-10T06:28:54.164Z] 22a0e8bec74d: Waiting [2022-05-10T06:28:54.164Z] a51346096db8: Waiting [2022-05-10T06:28:54.164Z] ca2b28591e48: Waiting [2022-05-10T06:28:54.164Z] daebc70d1ce1: Waiting [2022-05-10T06:28:54.164Z] 0e18a0eac166: Waiting [2022-05-10T06:28:54.164Z] 8ed8ca486205: Verifying Checksum [2022-05-10T06:28:54.164Z] 8ed8ca486205: Download complete [2022-05-10T06:28:54.164Z] 666ba61612fd: Verifying Checksum [2022-05-10T06:28:54.164Z] 666ba61612fd: Download complete [2022-05-10T06:28:54.164Z] 22a0e8bec74d: Verifying Checksum [2022-05-10T06:28:54.164Z] 22a0e8bec74d: Download complete [2022-05-10T06:28:54.164Z] ca2b28591e48: Verifying Checksum [2022-05-10T06:28:54.164Z] ca2b28591e48: Download complete [2022-05-10T06:28:54.164Z] 59bf1c3509f3: Verifying Checksum [2022-05-10T06:28:54.164Z] 59bf1c3509f3: Download complete [2022-05-10T06:28:54.164Z] a51346096db8: Verifying Checksum [2022-05-10T06:28:54.164Z] a51346096db8: Download complete [2022-05-10T06:28:54.429Z] daebc70d1ce1: Verifying Checksum [2022-05-10T06:28:54.429Z] daebc70d1ce1: Download complete [2022-05-10T06:28:54.429Z] 59bf1c3509f3: Pull complete [2022-05-10T06:28:54.429Z] 666ba61612fd: Pull complete [2022-05-10T06:28:54.687Z] 8ed8ca486205: Pull complete [2022-05-10T06:28:54.948Z] 0e18a0eac166: Verifying Checksum [2022-05-10T06:28:54.948Z] 0e18a0eac166: Download complete [2022-05-10T06:28:54.948Z] 4fe6c5a15a65: Verifying Checksum [2022-05-10T06:28:54.948Z] 4fe6c5a15a65: Download complete [2022-05-10T06:28:59.143Z] 4fe6c5a15a65: Pull complete [2022-05-10T06:28:59.143Z] 22a0e8bec74d: Pull complete [2022-05-10T06:28:59.143Z] ca2b28591e48: Pull complete [2022-05-10T06:28:59.143Z] a51346096db8: Pull complete [2022-05-10T06:28:59.143Z] daebc70d1ce1: Pull complete [2022-05-10T06:29:01.064Z] 0e18a0eac166: Pull complete [2022-05-10T06:29:01.064Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-10T06:29:01.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T06:29:01.064Z] ---> f018257e8ee9 [2022-05-10T06:29:01.064Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:29:02.978Z] ---> Running in e99751f3df76 [2022-05-10T06:29:02.978Z] Removing intermediate container e99751f3df76 [2022-05-10T06:29:02.978Z] ---> 04d7299e93e4 [2022-05-10T06:29:02.978Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:29:03.239Z] ---> Running in db06e0b6a827 [2022-05-10T06:29:03.239Z] Removing intermediate container db06e0b6a827 [2022-05-10T06:29:03.239Z] ---> 34d3af0079db [2022-05-10T06:29:03.239Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:29:03.239Z] ---> Running in 579eb1b1b949 [2022-05-10T06:29:03.239Z] Removing intermediate container 579eb1b1b949 [2022-05-10T06:29:03.239Z] ---> afbcd9abdd13 [2022-05-10T06:29:03.239Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T06:29:03.499Z] ---> Running in 8abc762798bf [2022-05-10T06:29:03.499Z] Removing intermediate container 8abc762798bf [2022-05-10T06:29:03.499Z] ---> 63c7ad04e6c9 [2022-05-10T06:29:03.499Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:29:03.499Z] ---> Running in 2919a00fb726 [2022-05-10T06:29:03.499Z] Removing intermediate container 2919a00fb726 [2022-05-10T06:29:03.499Z] ---> 2b29589d5823 [2022-05-10T06:29:03.499Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:29:03.760Z] ---> Running in c061471db26b [2022-05-10T06:29:04.332Z] Removing intermediate container c061471db26b [2022-05-10T06:29:04.332Z] ---> 2d0791c136a6 [2022-05-10T06:29:04.332Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:29:04.332Z] ---> Running in 082226a05bf0 [2022-05-10T06:29:04.592Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T06:29:05.534Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T06:29:05.794Z] OK: 221 MiB in 52 packages [2022-05-10T06:29:06.058Z] Removing intermediate container 082226a05bf0 [2022-05-10T06:29:06.058Z] ---> e65d3ba41408 [2022-05-10T06:29:06.058Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T06:29:06.058Z] ---> Running in 77e8e66ad7ae [2022-05-10T06:29:06.058Z] Removing intermediate container 77e8e66ad7ae [2022-05-10T06:29:06.058Z] ---> d77779760763 [2022-05-10T06:29:06.058Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:29:06.321Z] ---> Running in 6497d7e07738 [2022-05-10T06:29:06.321Z] Removing intermediate container 6497d7e07738 [2022-05-10T06:29:06.321Z] ---> 36eb6e52729b [2022-05-10T06:29:06.321Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T06:29:06.581Z] ---> 73a082a3f966 [2022-05-10T06:29:06.581Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:29:06.581Z] ---> Running in 414269fb37e2 [2022-05-10T06:29:07.343Z] Still waiting to schedule task [2022-05-10T06:29:07.343Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-10T06:29:28.547Z] Removing intermediate container 414269fb37e2 [2022-05-10T06:29:28.547Z] ---> 0338b5c9b62f [2022-05-10T06:29:28.547Z] Step 14/15 : COPY . . [2022-05-10T06:29:28.547Z] ---> 6fff3b118c5a [2022-05-10T06:29:28.547Z] Step 15/15 : RUN ${MAKE} [2022-05-10T06:29:28.547Z] ---> Running in 343820ce031c [2022-05-10T06:29:28.547Z] noop [2022-05-10T06:29:28.806Z] Removing intermediate container 343820ce031c [2022-05-10T06:29:28.806Z] ---> ec3e018fbfb5 [2022-05-10T06:29:28.806Z] Successfully built ec3e018fbfb5 [2022-05-10T06:29:28.806Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:29.103Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T06:29:29.103Z] . [Pipeline] withDockerContainer [2022-05-10T06:29:29.181Z] prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container [2022-05-10T06:29:29.228Z] $ 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:29:29.623Z] $ docker top 7677f53643c58ceaab255d4e66e1586c122bfa2ec1a93fc4e278fa5355ac2ec4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:29:29.976Z] + go version [2022-05-10T06:29:29.976Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-10T06:29:29.994Z] $ docker stop --time=1 7677f53643c58ceaab255d4e66e1586c122bfa2ec1a93fc4e278fa5355ac2ec4 [2022-05-10T06:29:31.298Z] $ docker rm -f 7677f53643c58ceaab255d4e66e1586c122bfa2ec1a93fc4e278fa5355ac2ec4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:31.715Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T06:29:31.715Z] . [Pipeline] withDockerContainer [2022-05-10T06:29:31.791Z] prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container [2022-05-10T06:29:31.842Z] $ 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:29:32.199Z] $ docker top f97b4c85ae4a291c7a1422b1a271eb3ae6e2b5101a461ae2c0887f93d932a6ce -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T06:29:32.591Z] + make test [2022-05-10T06:29:32.591Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T06:29:32.850Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T06:29:38.122Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T06:29:38.122Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T06:29:40.027Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T06:29:40.027Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T06:29:40.042Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T06:29:40.061Z] $ docker stop --time=1 f97b4c85ae4a291c7a1422b1a271eb3ae6e2b5101a461ae2c0887f93d932a6ce [2022-05-10T06:29:41.647Z] $ docker rm -f f97b4c85ae4a291c7a1422b1a271eb3ae6e2b5101a461ae2c0887f93d932a6ce [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:29:42.008Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T06:29:42.066Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-10T06:29:42.576Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T06:29:42.865Z] + ls -al . [2022-05-10T06:29:42.865Z] total 180 [2022-05-10T06:29:42.865Z] drwxrwxr-x 14 jenkins jenkins 4096 May 10 06:29 . [2022-05-10T06:29:42.865Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 .. [2022-05-10T06:29:42.865Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:28 .git [2022-05-10T06:29:42.865Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 .github [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:28 .gitignore [2022-05-10T06:29:42.865Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:28 .semver [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:28 Attribution.txt [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:28 CHANGELOG.md [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:28 CONTRIBUTING.md [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:28 Dockerfile [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:28 Jenkinsfile [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:28 LICENSE [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:28 Makefile [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:28 README.md [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:28 VERSION [2022-05-10T06:29:42.865Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 assets [2022-05-10T06:29:42.865Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:28 bin [2022-05-10T06:29:42.865Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 cmd [2022-05-10T06:29:42.865Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 06:29 coverage.out [2022-05-10T06:29:42.865Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:28 docs [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 1944 May 10 06:28 go.mod [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 48565 May 10 06:28 go.sum [2022-05-10T06:29:42.865Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:28 internal [2022-05-10T06:29:42.865Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 pkg [2022-05-10T06:29:42.865Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 snap [2022-05-10T06:29:42.865Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 testing [2022-05-10T06:29:42.865Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:28 version.go [2022-05-10T06:29:42.865Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:43.161Z] + 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=4936ce7564e6da9122d4ab32e92d9649805e4f5e --label arch=amd64 --label version=0.0.0 . [2022-05-10T06:29:43.425Z] Sending build context to Docker daemon 43.17MB [2022-05-10T06:29:43.425Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:29:43.425Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T06:29:43.425Z] ---> ec3e018fbfb5 [2022-05-10T06:29:43.425Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:29:43.425Z] ---> Running in 2797fa18f0dd [2022-05-10T06:29:43.685Z] Removing intermediate container 2797fa18f0dd [2022-05-10T06:29:43.685Z] ---> caed8ba0e82f [2022-05-10T06:29:43.685Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:29:43.685Z] ---> Running in 16e51a345a30 [2022-05-10T06:29:43.685Z] Removing intermediate container 16e51a345a30 [2022-05-10T06:29:43.685Z] ---> 73f0f1406689 [2022-05-10T06:29:43.685Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:29:43.949Z] ---> Running in 86ece8151fbb [2022-05-10T06:29:43.949Z] Removing intermediate container 86ece8151fbb [2022-05-10T06:29:43.949Z] ---> 1235afcb17c5 [2022-05-10T06:29:43.949Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T06:29:43.949Z] ---> Running in 70acb21fd16e [2022-05-10T06:29:43.949Z] Removing intermediate container 70acb21fd16e [2022-05-10T06:29:43.949Z] ---> 49f2e5fb5e47 [2022-05-10T06:29:43.949Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:29:43.949Z] ---> Running in 7eac90c1468d [2022-05-10T06:29:44.208Z] Removing intermediate container 7eac90c1468d [2022-05-10T06:29:44.208Z] ---> cbabf7efa262 [2022-05-10T06:29:44.208Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:29:44.208Z] ---> Running in 66cd3958f722 [2022-05-10T06:29:44.775Z] Removing intermediate container 66cd3958f722 [2022-05-10T06:29:44.775Z] ---> e95183677e05 [2022-05-10T06:29:44.775Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:29:44.775Z] ---> Running in 02f9ccd01fd2 [2022-05-10T06:29:45.036Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T06:29:45.974Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T06:29:46.233Z] OK: 221 MiB in 52 packages [2022-05-10T06:29:46.495Z] Removing intermediate container 02f9ccd01fd2 [2022-05-10T06:29:46.495Z] ---> 462560bc4d07 [2022-05-10T06:29:46.495Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T06:29:46.495Z] ---> Running in 2908afde7509 [2022-05-10T06:29:46.754Z] Removing intermediate container 2908afde7509 [2022-05-10T06:29:46.754Z] ---> dc59f47b1fe9 [2022-05-10T06:29:46.754Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:29:46.754Z] ---> Running in 1f1403b6bb28 [2022-05-10T06:29:46.754Z] Removing intermediate container 1f1403b6bb28 [2022-05-10T06:29:46.754Z] ---> 811ee4ebdcc2 [2022-05-10T06:29:46.754Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T06:29:46.754Z] ---> 48f32bb9f0ac [2022-05-10T06:29:46.754Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:29:47.014Z] ---> Running in 2825a686614e [2022-05-10T06:29:47.592Z] Removing intermediate container 2825a686614e [2022-05-10T06:29:47.592Z] ---> 19352a08e243 [2022-05-10T06:29:47.592Z] Step 14/23 : COPY . . [2022-05-10T06:29:48.972Z] ---> 9185d2f3fe80 [2022-05-10T06:29:48.972Z] Step 15/23 : RUN ${MAKE} [2022-05-10T06:29:48.972Z] ---> Running in d685992b3690 [2022-05-10T06:29:48.972Z] 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:29:54.239Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T06:29:55.625Z] Removing intermediate container d685992b3690 [2022-05-10T06:29:55.626Z] ---> 9396176e86b6 [2022-05-10T06:29:55.626Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T06:29:55.886Z] 3.14: Pulling from library/alpine [2022-05-10T06:29:56.144Z] 8663204ce13b: Pulling fs layer [2022-05-10T06:29:56.144Z] 8663204ce13b: Verifying Checksum [2022-05-10T06:29:56.144Z] 8663204ce13b: Download complete [2022-05-10T06:29:56.404Z] 8663204ce13b: Pull complete [2022-05-10T06:29:56.404Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T06:29:56.404Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T06:29:56.404Z] ---> e04c818066af [2022-05-10T06:29:56.404Z] Step 17/23 : EXPOSE 4000 [2022-05-10T06:29:56.404Z] ---> Running in 43e2104c5828 [2022-05-10T06:29:56.404Z] Removing intermediate container 43e2104c5828 [2022-05-10T06:29:56.404Z] ---> 76dfee11054d [2022-05-10T06:29:56.404Z] 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:29:56.973Z] ---> 3018505c226d [2022-05-10T06:29:56.973Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:29:56.973Z] ---> Running in 0e82ff3855a3 [2022-05-10T06:29:56.973Z] Removing intermediate container 0e82ff3855a3 [2022-05-10T06:29:56.973Z] ---> 123c3ba339c9 [2022-05-10T06:29:56.973Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T06:29:57.232Z] ---> Running in 97688e42c079 [2022-05-10T06:29:57.232Z] Removing intermediate container 97688e42c079 [2022-05-10T06:29:57.232Z] ---> 3ee5749ad1ec [2022-05-10T06:29:57.232Z] Step 21/23 : LABEL arch=amd64 [2022-05-10T06:29:57.232Z] ---> Running in fc3905215874 [2022-05-10T06:29:57.232Z] Removing intermediate container fc3905215874 [2022-05-10T06:29:57.232Z] ---> bdadf1666ed1 [2022-05-10T06:29:57.232Z] Step 22/23 : LABEL git_sha=4936ce7564e6da9122d4ab32e92d9649805e4f5e [2022-05-10T06:29:57.510Z] ---> Running in a1e9ef6ae164 [2022-05-10T06:29:57.510Z] Removing intermediate container a1e9ef6ae164 [2022-05-10T06:29:57.510Z] ---> 845b493528ae [2022-05-10T06:29:57.510Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T06:29:57.510Z] ---> Running in 9168bd03b9b9 [2022-05-10T06:29:57.510Z] Removing intermediate container 9168bd03b9b9 [2022-05-10T06:29:57.510Z] ---> 6f6012edbd91 [2022-05-10T06:29:57.510Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T06:29:57.510Z] Successfully built 6f6012edbd91 [2022-05-10T06:29:57.770Z] 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:29:58.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:29:58.194Z] [2022-05-10T06:29:58.194Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:58.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:29:58.494Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-10T06:29:58.494Z] 5eb5b503b376: Pulling fs layer [2022-05-10T06:29:58.494Z] 5c69ac0246d0: Pulling fs layer [2022-05-10T06:29:58.494Z] ec43610c2a17: Pulling fs layer [2022-05-10T06:29:58.494Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-10T06:29:58.494Z] 33b1e0a273af: Pulling fs layer [2022-05-10T06:29:58.494Z] 5d3b04190fa2: Pulling fs layer [2022-05-10T06:29:58.494Z] 2f39f015ded8: Pulling fs layer [2022-05-10T06:29:58.494Z] 3a2ae6a8a46f: Waiting [2022-05-10T06:29:58.494Z] 33b1e0a273af: Waiting [2022-05-10T06:29:58.494Z] 5d3b04190fa2: Waiting [2022-05-10T06:29:58.494Z] 2f39f015ded8: Waiting [2022-05-10T06:29:58.494Z] 5c69ac0246d0: Download complete [2022-05-10T06:29:58.494Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-10T06:29:58.494Z] 3a2ae6a8a46f: Download complete [2022-05-10T06:29:58.494Z] 33b1e0a273af: Verifying Checksum [2022-05-10T06:29:58.494Z] 33b1e0a273af: Download complete [2022-05-10T06:29:58.494Z] ec43610c2a17: Verifying Checksum [2022-05-10T06:29:58.494Z] ec43610c2a17: Download complete [2022-05-10T06:29:58.494Z] 5d3b04190fa2: Download complete [2022-05-10T06:29:58.753Z] 5eb5b503b376: Verifying Checksum [2022-05-10T06:29:58.753Z] 5eb5b503b376: Download complete [2022-05-10T06:29:59.320Z] 2f39f015ded8: Download complete [2022-05-10T06:29:59.889Z] 5eb5b503b376: Pull complete [2022-05-10T06:30:00.147Z] 5c69ac0246d0: Pull complete [2022-05-10T06:30:00.408Z] ec43610c2a17: Pull complete [2022-05-10T06:30:00.670Z] 3a2ae6a8a46f: Pull complete [2022-05-10T06:30:00.670Z] 33b1e0a273af: Pull complete [2022-05-10T06:30:00.928Z] 5d3b04190fa2: Pull complete [2022-05-10T06:30:05.128Z] 2f39f015ded8: Pull complete [2022-05-10T06:30:05.128Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-10T06:30:05.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:30:05.128Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-10T06:30:05.197Z] prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container [2022-05-10T06:30:05.231Z] $ 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:30:07.142Z] $ docker top 5f8eeb357e22154f301bdf5999f9a010a0f3864395fa319b6efb63dc4e6ce343 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:30:07.518Z] ---> job-cost.sh [2022-05-10T06:30:07.518Z] lf-activate-venv: SKIPPING [2022-05-10T06:30:07.518Z] INFO: No Stack... [2022-05-10T06:30:07.778Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T06:30:08.038Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T06:30:08.333Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/cost.csv [2022-05-10T06:30:08.333Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T06:30:08.347Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [2022-05-10T06:30:08.355Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] did not exist. Created. [2022-05-10T06:30:08.355Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T06:30:08.653Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-10T06:30:08.684Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T06:30:08.689Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T06:30:08.717Z] $ docker stop --time=1 5f8eeb357e22154f301bdf5999f9a010a0f3864395fa319b6efb63dc4e6ce343 [2022-05-10T06:30:09.869Z] $ docker rm -f 5f8eeb357e22154f301bdf5999f9a010a0f3864395fa319b6efb63dc4e6ce343 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-10T06:32:05.575Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-44850 in /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [Pipeline] { [Pipeline] ws [2022-05-10T06:32:05.589Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2022-05-10T06:32:06.169Z] The recommended git tool is: git [2022-05-10T06:32:13.532Z] using credential edgex-jenkins-ssh [2022-05-10T06:32:13.548Z] Cloning the remote Git repository [2022-05-10T06:32:13.616Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T06:32:13.709Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2022-05-10T06:32:13.808Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T06:32:13.809Z] > git --version # timeout=10 [2022-05-10T06:32:13.843Z] > git --version # 'git version 2.25.1' [2022-05-10T06:32:13.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T06:32:13.943Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T06:32:17.965Z] Merging remotes/origin/main commit 0b85a2dc129beb3e133fd854edb6b53abe9b033a into PR head commit 4936ce7564e6da9122d4ab32e92d9649805e4f5e [2022-05-10T06:32:17.225Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T06:32:17.248Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T06:32:17.286Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T06:32:17.326Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T06:32:17.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T06:32:17.343Z] > 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-10T06:32:17.991Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T06:32:18.023Z] > git checkout -f 4936ce7564e6da9122d4ab32e92d9649805e4f5e # timeout=10 [2022-05-10T06:32:18.574Z] Merge succeeded, producing 4936ce7564e6da9122d4ab32e92d9649805e4f5e [2022-05-10T06:32:18.575Z] Checking out Revision 4936ce7564e6da9122d4ab32e92d9649805e4f5e (PR-525) [2022-05-10T06:32:18.457Z] > git remote # timeout=10 [2022-05-10T06:32:18.482Z] > git config --get remote.origin.url # timeout=10 [2022-05-10T06:32:18.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T06:32:18.521Z] > git merge 0b85a2dc129beb3e133fd854edb6b53abe9b033a # timeout=10 [2022-05-10T06:32:18.552Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-10T06:32:18.585Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T06:32:18.607Z] > git checkout -f 4936ce7564e6da9122d4ab32e92d9649805e4f5e # timeout=10 [2022-05-10T06:32:23.700Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:32:24.594Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-10T06:32:24.594Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T06:32:24.594Z] Dload Upload Total Spent Left Speed [2022-05-10T06:32:24.594Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 206k 0 --:--:-- --:--:-- --:--:-- 206k [Pipeline] sh [2022-05-10T06:32:25.184Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-10T06:32:25.537Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-10T06:32:25.537Z] + sudo tee /etc/docker/daemon.new [2022-05-10T06:32:25.537Z] { [2022-05-10T06:32:25.537Z] "registry-mirrors": [ [2022-05-10T06:32:25.537Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-10T06:32:25.537Z] ], [2022-05-10T06:32:25.537Z] "bip": "10.250.0.254/24", [2022-05-10T06:32:25.537Z] "hosts": [ [2022-05-10T06:32:25.537Z] "tcp://0.0.0.0:5555", [2022-05-10T06:32:25.537Z] "unix:///var/run/docker.sock" [2022-05-10T06:32:25.537Z] ], [2022-05-10T06:32:25.537Z] "mtu": 1458, [2022-05-10T06:32:25.537Z] "selinux-enabled": true, [2022-05-10T06:32:25.537Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-10T06:32:25.537Z] } [Pipeline] sh [2022-05-10T06:32:25.896Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-10T06:32:26.450Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:32:44.865Z] provisioning config files... [2022-05-10T06:32:44.892Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2399299272961497401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:32:45.275Z] ---> docker-login.sh [2022-05-10T06:32:45.275Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:32:45.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:32:46.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:32:46.154Z] Configure a credential helper to remove this warning. See [2022-05-10T06:32:46.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:32:46.154Z] [2022-05-10T06:32:46.154Z] Login Succeeded [2022-05-10T06:32:46.154Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:32:46.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:32:46.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:32:46.756Z] Configure a credential helper to remove this warning. See [2022-05-10T06:32:46.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:32:46.756Z] [2022-05-10T06:32:46.756Z] Login Succeeded [2022-05-10T06:32:46.756Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:32:47.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:32:47.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:32:47.316Z] Configure a credential helper to remove this warning. See [2022-05-10T06:32:47.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:32:47.316Z] [2022-05-10T06:32:47.316Z] Login Succeeded [2022-05-10T06:32:47.316Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:32:47.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:32:47.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:32:47.877Z] Configure a credential helper to remove this warning. See [2022-05-10T06:32:47.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:32:47.877Z] [2022-05-10T06:32:47.877Z] Login Succeeded [2022-05-10T06:32:47.877Z] docker.io [2022-05-10T06:32:48.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:32:48.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:32:48.425Z] Configure a credential helper to remove this warning. See [2022-05-10T06:32:48.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:32:48.425Z] [2022-05-10T06:32:48.425Z] Login Succeeded [2022-05-10T06:32:48.425Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:32:48.445Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T06:32:49.081Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T06:32:49.093Z] ========================================================= [2022-05-10T06:32:49.093Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-10T06:32:49.093Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:32:49.459Z] + 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-10T06:32:50.442Z] Sending build context to Docker daemon 27.17MB [2022-05-10T06:32:50.442Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:32:50.442Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T06:32:50.717Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-10T06:32:50.717Z] 9b3977197b4f: Pulling fs layer [2022-05-10T06:32:50.717Z] 1a89e8eeedd5: Pulling fs layer [2022-05-10T06:32:50.717Z] 94645a83ff95: Pulling fs layer [2022-05-10T06:32:50.717Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-10T06:32:50.717Z] 0c92f367c5e7: Pulling fs layer [2022-05-10T06:32:50.717Z] 3096ccb668a1: Pulling fs layer [2022-05-10T06:32:50.717Z] e8cf19c19ddd: Pulling fs layer [2022-05-10T06:32:50.717Z] a4caa8a26152: Pulling fs layer [2022-05-10T06:32:50.717Z] 3f3a8bcf1eab: Waiting [2022-05-10T06:32:50.717Z] 0c92f367c5e7: Waiting [2022-05-10T06:32:50.717Z] 3096ccb668a1: Waiting [2022-05-10T06:32:50.717Z] e8cf19c19ddd: Waiting [2022-05-10T06:32:50.717Z] a4caa8a26152: Waiting [2022-05-10T06:32:50.717Z] 94645a83ff95: Verifying Checksum [2022-05-10T06:32:50.717Z] 94645a83ff95: Download complete [2022-05-10T06:32:50.717Z] 1a89e8eeedd5: Verifying Checksum [2022-05-10T06:32:50.717Z] 1a89e8eeedd5: Download complete [2022-05-10T06:32:50.717Z] 0c92f367c5e7: Verifying Checksum [2022-05-10T06:32:50.717Z] 0c92f367c5e7: Download complete [2022-05-10T06:32:50.717Z] 3096ccb668a1: Verifying Checksum [2022-05-10T06:32:50.717Z] 3096ccb668a1: Download complete [2022-05-10T06:32:50.717Z] 9b3977197b4f: Download complete [2022-05-10T06:32:50.717Z] e8cf19c19ddd: Verifying Checksum [2022-05-10T06:32:50.717Z] e8cf19c19ddd: Download complete [2022-05-10T06:32:51.710Z] 9b3977197b4f: Pull complete [2022-05-10T06:32:52.323Z] 1a89e8eeedd5: Pull complete [2022-05-10T06:32:52.603Z] 94645a83ff95: Pull complete [2022-05-10T06:32:52.880Z] a4caa8a26152: Verifying Checksum [2022-05-10T06:32:52.880Z] a4caa8a26152: Download complete [2022-05-10T06:32:53.480Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-10T06:32:53.480Z] 3f3a8bcf1eab: Download complete [2022-05-10T06:33:05.907Z] 3f3a8bcf1eab: Pull complete [2022-05-10T06:33:06.186Z] 0c92f367c5e7: Pull complete [2022-05-10T06:33:06.466Z] 3096ccb668a1: Pull complete [2022-05-10T06:33:06.741Z] e8cf19c19ddd: Pull complete [2022-05-10T06:33:13.695Z] a4caa8a26152: Pull complete [2022-05-10T06:33:13.695Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-10T06:33:13.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T06:33:13.695Z] ---> 725f1c02e7f9 [2022-05-10T06:33:13.695Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:33:15.144Z] ---> Running in 83782b63f79f [2022-05-10T06:33:15.742Z] Removing intermediate container 83782b63f79f [2022-05-10T06:33:15.742Z] ---> 46651d695013 [2022-05-10T06:33:15.742Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:33:15.742Z] ---> Running in 851622f75b11 [2022-05-10T06:33:16.018Z] Removing intermediate container 851622f75b11 [2022-05-10T06:33:16.018Z] ---> d71b798b453b [2022-05-10T06:33:16.018Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:33:16.018Z] ---> Running in 02d397ace668 [2022-05-10T06:33:16.619Z] Removing intermediate container 02d397ace668 [2022-05-10T06:33:16.619Z] ---> ec87585a2641 [2022-05-10T06:33:16.619Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T06:33:16.619Z] ---> Running in 2303e4794d7d [2022-05-10T06:33:16.896Z] Removing intermediate container 2303e4794d7d [2022-05-10T06:33:16.896Z] ---> 89276ee4ae5d [2022-05-10T06:33:16.896Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:33:16.896Z] ---> Running in aeb4363c06e9 [2022-05-10T06:33:17.171Z] Removing intermediate container aeb4363c06e9 [2022-05-10T06:33:17.172Z] ---> 57e7a7e20039 [2022-05-10T06:33:17.172Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:33:17.446Z] ---> Running in 849d9467f088 [2022-05-10T06:33:19.434Z] Removing intermediate container 849d9467f088 [2022-05-10T06:33:19.434Z] ---> 248c2d1cfbd8 [2022-05-10T06:33:19.434Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:33:19.434Z] ---> Running in f411f2101a2a [2022-05-10T06:33:20.417Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T06:33:21.395Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T06:33:22.380Z] OK: 220 MiB in 52 packages [2022-05-10T06:33:23.002Z] Removing intermediate container f411f2101a2a [2022-05-10T06:33:23.002Z] ---> 7081fc0e8d40 [2022-05-10T06:33:23.002Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T06:33:23.002Z] ---> Running in f319526cb9ec [2022-05-10T06:33:23.292Z] Removing intermediate container f319526cb9ec [2022-05-10T06:33:23.292Z] ---> 474031fd0ce2 [2022-05-10T06:33:23.292Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:33:23.569Z] ---> Running in d25b88d284af [2022-05-10T06:33:23.845Z] Removing intermediate container d25b88d284af [2022-05-10T06:33:23.845Z] ---> cffcdcc4b30b [2022-05-10T06:33:23.845Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T06:33:24.451Z] ---> 955848d487e5 [2022-05-10T06:33:24.451Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:33:24.451Z] ---> Running in 10df1264359c [2022-05-10T06:34:46.290Z] Removing intermediate container 10df1264359c [2022-05-10T06:34:46.290Z] ---> 2887d07280ff [2022-05-10T06:34:46.290Z] Step 14/15 : COPY . . [2022-05-10T06:34:46.290Z] ---> 65dd4dbcf020 [2022-05-10T06:34:46.290Z] Step 15/15 : RUN ${MAKE} [2022-05-10T06:34:46.290Z] ---> Running in 5c27e1f45be3 [2022-05-10T06:34:46.290Z] noop [2022-05-10T06:34:46.290Z] Removing intermediate container 5c27e1f45be3 [2022-05-10T06:34:46.290Z] ---> 99f14919d0da [2022-05-10T06:34:46.290Z] Successfully built 99f14919d0da [2022-05-10T06:34:46.290Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:34:46.640Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T06:34:46.640Z] . [Pipeline] withDockerContainer [2022-05-10T06:34:46.881Z] prd-ubuntu20.04-docker-arm64-4c-16g-44850 does not seem to be running inside a container [2022-05-10T06:34:46.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-10T06:34:48.442Z] $ docker top 8a4df12c287fdacbb2987abcf902dd224b6800528e3c41af8ffc960207505092 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:34:49.447Z] + go version [2022-05-10T06:34:49.447Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-10T06:34:49.476Z] $ docker stop --time=1 8a4df12c287fdacbb2987abcf902dd224b6800528e3c41af8ffc960207505092 [2022-05-10T06:34:51.251Z] $ docker rm -f 8a4df12c287fdacbb2987abcf902dd224b6800528e3c41af8ffc960207505092 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:34:51.914Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T06:34:51.914Z] . [Pipeline] withDockerContainer [2022-05-10T06:34:52.191Z] prd-ubuntu20.04-docker-arm64-4c-16g-44850 does not seem to be running inside a container [2022-05-10T06:34:52.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-10T06:34:53.739Z] $ docker top 3371da4430bd329e6fd6c217f2b4023ae1bd9032a8c5bd6e32799d9d62de1afd -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T06:34:54.732Z] + make test [2022-05-10T06:34:54.732Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T06:34:56.185Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T06:35:43.290Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T06:35:43.290Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T06:36:05.539Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T06:36:05.539Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T06:36:05.565Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T06:36:05.584Z] $ docker stop --time=1 3371da4430bd329e6fd6c217f2b4023ae1bd9032a8c5bd6e32799d9d62de1afd [2022-05-10T06:36:07.415Z] $ docker rm -f 3371da4430bd329e6fd6c217f2b4023ae1bd9032a8c5bd6e32799d9d62de1afd [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:36:08.221Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T06:36:08.244Z] Warning: overwriting stash ‘coverage-report’ [2022-05-10T06:36:08.984Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:36:09.402Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T06:36:09.751Z] + ls -al . [2022-05-10T06:36:09.751Z] total 176 [2022-05-10T06:36:09.751Z] drwxrwxr-x 13 jenkins jenkins 4096 May 10 06:34 . [2022-05-10T06:36:09.751Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 .. [2022-05-10T06:36:09.751Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:32 .git [2022-05-10T06:36:09.751Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 .github [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:32 .gitignore [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:32 Attribution.txt [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:32 CHANGELOG.md [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:32 CONTRIBUTING.md [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:32 Dockerfile [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:32 Jenkinsfile [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:32 LICENSE [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:32 Makefile [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:32 README.md [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:28 VERSION [2022-05-10T06:36:09.751Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 assets [2022-05-10T06:36:09.751Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:32 bin [2022-05-10T06:36:09.751Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 cmd [2022-05-10T06:36:09.751Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 06:34 coverage.out [2022-05-10T06:36:09.751Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:32 docs [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 1944 May 10 06:32 go.mod [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 48565 May 10 06:32 go.sum [2022-05-10T06:36:09.751Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:32 internal [2022-05-10T06:36:09.751Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 pkg [2022-05-10T06:36:09.751Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 snap [2022-05-10T06:36:09.751Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 testing [2022-05-10T06:36:09.751Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:32 version.go [2022-05-10T06:36:09.751Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:10.100Z] + 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=4936ce7564e6da9122d4ab32e92d9649805e4f5e --label arch=arm64 --label version=0.0.0 . [2022-05-10T06:36:11.112Z] Sending build context to Docker daemon 27.17MB [2022-05-10T06:36:11.112Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:36:11.112Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T06:36:11.112Z] ---> 99f14919d0da [2022-05-10T06:36:11.112Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:36:11.392Z] ---> Running in 08aedf000dfd [2022-05-10T06:36:11.668Z] Removing intermediate container 08aedf000dfd [2022-05-10T06:36:11.668Z] ---> e85ccd32508d [2022-05-10T06:36:11.668Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:36:11.943Z] ---> Running in d1eccaaddbfd [2022-05-10T06:36:12.225Z] Removing intermediate container d1eccaaddbfd [2022-05-10T06:36:12.225Z] ---> 917283d334d0 [2022-05-10T06:36:12.225Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:36:12.225Z] ---> Running in 1debf9f400a6 [2022-05-10T06:36:12.820Z] Removing intermediate container 1debf9f400a6 [2022-05-10T06:36:12.820Z] ---> 7079cbb0d362 [2022-05-10T06:36:12.820Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T06:36:12.820Z] ---> Running in 7926f4c739c9 [2022-05-10T06:36:13.104Z] Removing intermediate container 7926f4c739c9 [2022-05-10T06:36:13.104Z] ---> 228ad3cc147c [2022-05-10T06:36:13.104Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:36:13.104Z] ---> Running in e804405247a8 [2022-05-10T06:36:13.700Z] Removing intermediate container e804405247a8 [2022-05-10T06:36:13.700Z] ---> c4523e4d5280 [2022-05-10T06:36:13.700Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:36:13.700Z] ---> Running in 0c6b0b1a494a [2022-05-10T06:36:15.680Z] Removing intermediate container 0c6b0b1a494a [2022-05-10T06:36:15.680Z] ---> 10117178346d [2022-05-10T06:36:15.680Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:36:15.680Z] ---> Running in 559ce54d5dd2 [2022-05-10T06:36:16.661Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T06:36:17.647Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T06:36:18.640Z] OK: 220 MiB in 52 packages [2022-05-10T06:36:19.239Z] Removing intermediate container 559ce54d5dd2 [2022-05-10T06:36:19.239Z] ---> eb9180fae682 [2022-05-10T06:36:19.239Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T06:36:19.239Z] ---> Running in dffefc592be2 [2022-05-10T06:36:19.844Z] Removing intermediate container dffefc592be2 [2022-05-10T06:36:19.845Z] ---> c0b1f5339028 [2022-05-10T06:36:19.845Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:36:19.845Z] ---> Running in f1a60e55c9a2 [2022-05-10T06:36:20.120Z] Removing intermediate container f1a60e55c9a2 [2022-05-10T06:36:20.120Z] ---> b00efba1796b [2022-05-10T06:36:20.120Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T06:36:20.739Z] ---> 1b038588dfec [2022-05-10T06:36:20.739Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:36:20.739Z] ---> Running in 752b56618498 [2022-05-10T06:36:23.380Z] Removing intermediate container 752b56618498 [2022-05-10T06:36:23.380Z] ---> d85a489a3611 [2022-05-10T06:36:23.380Z] Step 14/23 : COPY . . [2022-05-10T06:36:26.779Z] ---> db68c57b515e [2022-05-10T06:36:26.779Z] Step 15/23 : RUN ${MAKE} [2022-05-10T06:36:26.779Z] ---> Running in 740e799a1849 [2022-05-10T06:36:27.764Z] 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:37:06.840Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T06:37:12.264Z] Removing intermediate container 740e799a1849 [2022-05-10T06:37:12.264Z] ---> c2f8faae4a84 [2022-05-10T06:37:12.264Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T06:37:12.859Z] 3.14: Pulling from library/alpine [2022-05-10T06:37:12.859Z] 455c02918c45: Pulling fs layer [2022-05-10T06:37:13.133Z] 455c02918c45: Verifying Checksum [2022-05-10T06:37:13.133Z] 455c02918c45: Download complete [2022-05-10T06:37:13.738Z] 455c02918c45: Pull complete [2022-05-10T06:37:13.738Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T06:37:13.738Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T06:37:13.738Z] ---> ac73e934f311 [2022-05-10T06:37:13.738Z] Step 17/23 : EXPOSE 4000 [2022-05-10T06:37:13.738Z] ---> Running in e532212ea2af [2022-05-10T06:37:14.348Z] Removing intermediate container e532212ea2af [2022-05-10T06:37:14.348Z] ---> adb4417a1caa [2022-05-10T06:37:14.348Z] 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:37:15.794Z] ---> ddee30053ada [2022-05-10T06:37:15.794Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:37:15.794Z] ---> Running in f20991c688cc [2022-05-10T06:37:16.071Z] Removing intermediate container f20991c688cc [2022-05-10T06:37:16.071Z] ---> c3d60bea8966 [2022-05-10T06:37:16.071Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T06:37:16.071Z] ---> Running in d8234930f40c [2022-05-10T06:37:16.675Z] Removing intermediate container d8234930f40c [2022-05-10T06:37:16.675Z] ---> 186c72913f90 [2022-05-10T06:37:16.675Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T06:37:16.675Z] ---> Running in fde126ac1332 [2022-05-10T06:37:16.951Z] Removing intermediate container fde126ac1332 [2022-05-10T06:37:16.951Z] ---> ff8fb17fdd35 [2022-05-10T06:37:16.951Z] Step 22/23 : LABEL git_sha=4936ce7564e6da9122d4ab32e92d9649805e4f5e [2022-05-10T06:37:16.951Z] ---> Running in e11c4f3c8ead [2022-05-10T06:37:17.556Z] Removing intermediate container e11c4f3c8ead [2022-05-10T06:37:17.556Z] ---> 4f43a5e3104b [2022-05-10T06:37:17.556Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T06:37:17.556Z] ---> Running in 177de2757c9d [2022-05-10T06:37:17.832Z] Removing intermediate container 177de2757c9d [2022-05-10T06:37:17.832Z] ---> bbfea85e0bc7 [2022-05-10T06:37:17.832Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T06:37:18.108Z] Successfully built bbfea85e0bc7 [2022-05-10T06:37:18.108Z] 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-10T06:37:18.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T06:37:18.565Z] [2022-05-10T06:37:18.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:18.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T06:37:19.203Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-10T06:37:19.203Z] 8998bd30e6a1: Pulling fs layer [2022-05-10T06:37:19.203Z] 04944245beec: Pulling fs layer [2022-05-10T06:37:19.203Z] 699f458cf7ca: Pulling fs layer [2022-05-10T06:37:19.203Z] 765212b225bb: Pulling fs layer [2022-05-10T06:37:19.204Z] f23df028b6ca: Pulling fs layer [2022-05-10T06:37:19.204Z] d65c8cfc05b1: Pulling fs layer [2022-05-10T06:37:19.204Z] 2437ff75d9bd: Pulling fs layer [2022-05-10T06:37:19.204Z] 765212b225bb: Waiting [2022-05-10T06:37:19.204Z] f23df028b6ca: Waiting [2022-05-10T06:37:19.204Z] d65c8cfc05b1: Waiting [2022-05-10T06:37:19.204Z] 2437ff75d9bd: Waiting [2022-05-10T06:37:19.204Z] 04944245beec: Verifying Checksum [2022-05-10T06:37:19.204Z] 04944245beec: Download complete [2022-05-10T06:37:19.204Z] 765212b225bb: Download complete [2022-05-10T06:37:19.204Z] f23df028b6ca: Download complete [2022-05-10T06:37:19.204Z] d65c8cfc05b1: Verifying Checksum [2022-05-10T06:37:19.204Z] d65c8cfc05b1: Download complete [2022-05-10T06:37:19.492Z] 699f458cf7ca: Verifying Checksum [2022-05-10T06:37:19.492Z] 699f458cf7ca: Download complete [2022-05-10T06:37:19.782Z] 8998bd30e6a1: Verifying Checksum [2022-05-10T06:37:19.782Z] 8998bd30e6a1: Download complete [2022-05-10T06:37:22.411Z] 2437ff75d9bd: Verifying Checksum [2022-05-10T06:37:22.411Z] 2437ff75d9bd: Download complete [2022-05-10T06:37:24.395Z] 8998bd30e6a1: Pull complete [2022-05-10T06:37:24.674Z] 04944245beec: Pull complete [2022-05-10T06:37:26.118Z] 699f458cf7ca: Pull complete [2022-05-10T06:37:26.394Z] 765212b225bb: Pull complete [2022-05-10T06:37:27.383Z] f23df028b6ca: Pull complete [2022-05-10T06:37:27.671Z] d65c8cfc05b1: Pull complete [2022-05-10T06:37:42.782Z] 2437ff75d9bd: Pull complete [2022-05-10T06:37:42.782Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-10T06:37:42.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T06:37:42.782Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-10T06:37:43.016Z] prd-ubuntu20.04-docker-arm64-4c-16g-44850 does not seem to be running inside a container [2022-05-10T06:37:43.109Z] $ 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/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-10T06:37:45.832Z] $ docker top e7ea64f333b04cbe4dd90c5464d728ef4f76fefc3bc93ac931748b6aeb61a726 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:46.771Z] ---> job-cost.sh [2022-05-10T06:37:46.771Z] lf-activate-venv: SKIPPING [2022-05-10T06:37:46.771Z] INFO: No Stack... [2022-05-10T06:37:47.369Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-10T06:37:47.970Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T06:37:48.655Z] + cut -d, -f6 [2022-05-10T06:37:48.655Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2022-05-10T06:37:48.727Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [2022-05-10T06:37:48.732Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] did not exist. Created. [2022-05-10T06:37:48.732Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T06:37:49.432Z] /w/workspace/edgex-ui-go/2@tmp/durable-b9979f82/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-10T06:37:50.125Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-10T06:37:50.150Z] Warning: overwriting stash ‘stack-cost’ [2022-05-10T06:37:50.334Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T06:37:50.341Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T06:37:50.360Z] $ docker stop --time=1 e7ea64f333b04cbe4dd90c5464d728ef4f76fefc3bc93ac931748b6aeb61a726 [2022-05-10T06:37:51.895Z] $ docker rm -f e7ea64f333b04cbe4dd90c5464d728ef4f76fefc3bc93ac931748b6aeb61a726 [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-10T06:37:52.356Z] provisioning config files... [2022-05-10T06:37:52.381Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config273796823786987998tmp [Pipeline] { [Pipeline] sh [2022-05-10T06:37:52.673Z] + set +x [2022-05-10T06:37:52.673Z] + curl -s https://codecov.io/bash [2022-05-10T06:37:52.673Z] + bash -s -- [2022-05-10T06:37:52.673Z] [2022-05-10T06:37:52.673Z] _____ _ [2022-05-10T06:37:52.673Z] / ____| | | [2022-05-10T06:37:52.673Z] | | ___ __| | ___ ___ _____ __ [2022-05-10T06:37:52.673Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-10T06:37:52.673Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-10T06:37:52.673Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-10T06:37:52.673Z] Bash-1.0.6 [2022-05-10T06:37:52.673Z] [2022-05-10T06:37:52.673Z] [2022-05-10T06:37:52.673Z] ==> git version 2.25.1 found [2022-05-10T06:37:52.673Z] ==> 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-10T06:37:52.673Z] Release-Date: 2020-01-08 [2022-05-10T06:37:52.673Z] 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-10T06:37:52.673Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-10T06:37:52.673Z] ==> Jenkins CI detected. [2022-05-10T06:37:52.673Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [2022-05-10T06:37:52.673Z] project root: . [2022-05-10T06:37:52.673Z] --> token set from env [2022-05-10T06:37:52.673Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-10T06:37:52.673Z] ==> Running gcov in . (disable via -X gcov) [2022-05-10T06:37:52.673Z] ==> Python coveragepy not found [2022-05-10T06:37:52.673Z] ==> Searching for coverage reports in: [2022-05-10T06:37:52.673Z] + . [2022-05-10T06:37:52.673Z] -> Found 1 reports [2022-05-10T06:37:52.673Z] ==> Detecting git/mercurial file structure [2022-05-10T06:37:52.673Z] ==> Reading reports [2022-05-10T06:37:52.673Z] + ./coverage.out bytes=10 [2022-05-10T06:37:52.673Z] ==> Appending adjustments [2022-05-10T06:37:52.673Z] https://docs.codecov.io/docs/fixing-reports [2022-05-10T06:37:52.933Z] + Found adjustments [2022-05-10T06:37:52.933Z] ==> Gzipping contents [2022-05-10T06:37:52.933Z] 8.0K /tmp/codecov.DRBbOj.gz [2022-05-10T06:37:52.933Z] ==> Uploading reports [2022-05-10T06:37:52.933Z] url: https://codecov.io [2022-05-10T06:37:52.933Z] query: branch=PR-525&commit=4936ce7564e6da9122d4ab32e92d9649805e4f5e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-525%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=525&job=&cmd_args= [2022-05-10T06:37:52.933Z] -> Pinging Codecov [2022-05-10T06:37:52.933Z] 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=4936ce7564e6da9122d4ab32e92d9649805e4f5e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-525%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=525&job=&cmd_args= [2022-05-10T06:37:53.192Z] -> Uploading to [2022-05-10T06:37:53.193Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-10/FB506323287CE973F263BFD2A0EB1F37/4936ce7564e6da9122d4ab32e92d9649805e4f5e/e71bcd58-882c-4b53-8652-1f58878f9822.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T063752Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=46232497c44582b7610fcfdd39b9b81b17b44e4545d00391c7e5dc9aba19f356 [2022-05-10T06:37:53.193Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T06:37:53.193Z] Dload Upload Total Spent Left Speed [2022-05-10T06:37:53.451Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4378 0 0 100 4378 0 17035 --:--:-- --:--:-- --:--:-- 17035 [2022-05-10T06:37:53.451Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] } [2022-05-10T06:37:53.459Z] 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-10T06:37:54.182Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives ] [2022-05-10T06:37:54.182Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives [2022-05-10T06:37:54.182Z] total 16 [2022-05-10T06:37:54.182Z] drwxr-xr-x 3 root root 4096 May 10 06:30 . [2022-05-10T06:37:54.182Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:30 .. [2022-05-10T06:37:54.182Z] drwxr-xr-x 2 root root 4096 May 10 06:30 cost [2022-05-10T06:37:54.182Z] -rw-r--r-- 1 root root 82 May 10 06:30 cost.csv [2022-05-10T06:37:54.182Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives [2022-05-10T06:37:54.182Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives [2022-05-10T06:37:54.182Z] total 16 [2022-05-10T06:37:54.182Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:30 . [2022-05-10T06:37:54.182Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:30 .. [2022-05-10T06:37:54.182Z] drwxr-xr-x 2 jenkins jenkins 4096 May 10 06:30 cost [2022-05-10T06:37:54.182Z] -rw-r--r-- 1 jenkins jenkins 82 May 10 06:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:54.475Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:55.345Z] ---> package-listing.sh [2022-05-10T06:37:55.345Z] ++ facter osfamily [2022-05-10T06:37:55.345Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-10T06:37:55.605Z] + OS_FAMILY=debian [2022-05-10T06:37:55.605Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-525 [2022-05-10T06:37:55.605Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-10T06:37:55.605Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-10T06:37:55.605Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-10T06:37:55.605Z] + PACKAGES=/tmp/packages_start.txt [2022-05-10T06:37:55.605Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-525 ']' [2022-05-10T06:37:55.605Z] + PACKAGES=/tmp/packages_end.txt [2022-05-10T06:37:55.605Z] + case "${OS_FAMILY}" in [2022-05-10T06:37:55.605Z] + dpkg -l [2022-05-10T06:37:55.605Z] + grep '^ii' [2022-05-10T06:37:55.605Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-10T06:37:55.605Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-10T06:37:55.605Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-10T06:37:55.605Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-525 ']' [2022-05-10T06:37:55.605Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/ [2022-05-10T06:37:55.605Z] + 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-10T06:37:55.618Z] 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-10T06:37:55.900Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:56.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:37:56.454Z] . [Pipeline] withDockerContainer [2022-05-10T06:37:56.525Z] prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container [2022-05-10T06:37:56.565Z] $ 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-10T06:37:56.807Z] $ docker top a14b7074d784e8f0635689156ce6bfba008ec8e3cabf1dd78b603370a5d43256 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:37:57.159Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-10T06:37:57.450Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-10T06:37:57.744Z] + ls /var/log/sa-host [2022-05-10T06:37:57.744Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:37:57.833Z] provisioning config files... [2022-05-10T06:37:57.842Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config3513517012004726505tmp [Pipeline] { [Pipeline] echo [2022-05-10T06:37:57.857Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:58.141Z] ---> create-netrc.sh [Pipeline] } [2022-05-10T06:37:58.149Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:58.486Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-10T06:37:58.495Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:58.785Z] ---> sudo-logs.sh [2022-05-10T06:37:58.785Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-10T06:37:58.812Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:59.099Z] ---> job-cost.sh [2022-05-10T06:37:59.099Z] lf-activate-venv: SKIPPING [2022-05-10T06:37:59.099Z] DEBUG: total: 0.2199999988079071 [2022-05-10T06:37:59.099Z] INFO: Retrieving Stack Cost... [2022-05-10T06:37:59.670Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T06:38:00.240Z] INFO: Archiving Costs [Pipeline] echo [2022-05-10T06:38:00.255Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:38:00.541Z] ---> logs-deploy.sh [2022-05-10T06:38:00.541Z] lf-activate-venv: SKIPPING [2022-05-10T06:38:00.541Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-525/2 [2022-05-10T06:38:00.541Z] INFO: archiving workspace using pattern(s): [2022-05-10T06:38:01.478Z] Archives upload complete. [2022-05-10T06:38:01.478Z] INFO: archiving logs to Nexus