Pull request #524 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f1179211e0a40d08caeac8325bdf320be5ff304c+0b85a2dc129beb3e133fd854edb6b53abe9b033a (48feb25201996be85e9bc6fbf798a67662730abf) 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-ssh2774822598749691875.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-ssh1285914813773100418.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-524/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-524/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6434844441601036097.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-ssh18355443323189326720.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-524/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-524/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh205551563707554650.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-44847 in /w/workspace/edgexfoundry_edgex-ui-go_PR-524 [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-524 # 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 f1179211e0a40d08caeac8325bdf320be5ff304c Merge succeeded, producing f1179211e0a40d08caeac8325bdf320be5ff304c Checking out Revision f1179211e0a40d08caeac8325bdf320be5ff304c (PR-524) > 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/524/head:refs/remotes/origin/PR-524 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1179211e0a40d08caeac8325bdf320be5ff304c # 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 f1179211e0a40d08caeac8325bdf320be5ff304c # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-10T06:29:03.231Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # timeout=10 [Pipeline] withCredentials [2022-05-10T06:29:03.323Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-10T06:29:03.347Z] ========================================================= [2022-05-10T06:29:03.347Z] EdgeX Global Pipelines Version Info [2022-05-10T06:29:03.347Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:29:04.146Z] ------------------- [2022-05-10T06:29:04.146Z] stable info: [2022-05-10T06:29:04.146Z] ------------------- [2022-05-10T06:29:04.146Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T06:29:04.146Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-10T06:29:04.146Z] Message: update stable to v1.0.227 [2022-05-10T06:29:04.725Z] ------------------- [2022-05-10T06:29:04.725Z] experimental info: [2022-05-10T06:29:04.725Z] ------------------- [2022-05-10T06:29:04.725Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T06:29:04.725Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-10T06:29:04.725Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-10T06:29:04.862Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-05-10T06:29:04.878Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-05-10T06:29:04.893Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-10T06:29:04.904Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-10T06:29:04.916Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-10T06:29:04.930Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-10T06:29:04.945Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-10T06:29:04.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-10T06:29:04.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-10T06:29:04.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-10T06:29:04.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-10T06:29:05.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-05-10T06:29:05.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-10T06:29:05.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-10T06:29:05.050Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T06:29:05.062Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T06:29:05.073Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T06:29:05.088Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T06:29:05.101Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-10T06:29:05.114Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-10T06:29:05.129Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-10T06:29:05.146Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-10T06:29:05.170Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-10T06:29:05.179Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-10T06:29:05.188Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-10T06:29:05.199Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-10T06:29:05.209Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-524 [Pipeline] echo [2022-05-10T06:29:05.221Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-524 [Pipeline] echo [2022-05-10T06:29:05.233Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-524 [Pipeline] echo [2022-05-10T06:29:05.245Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] echo [2022-05-10T06:29:05.259Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f117921 [Pipeline] echo [2022-05-10T06:29:05.270Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:29:05.312Z] provisioning config files... [2022-05-10T06:29:05.326Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config601572489056971546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:29:05.645Z] ---> docker-login.sh [2022-05-10T06:29:05.645Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:29:05.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:05.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:05.906Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:05.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:05.906Z] [2022-05-10T06:29:05.906Z] Login Succeeded [2022-05-10T06:29:05.906Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:29:06.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:06.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:06.173Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:06.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:06.173Z] [2022-05-10T06:29:06.173Z] Login Succeeded [2022-05-10T06:29:06.173Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:29:06.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:06.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:06.173Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:06.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:06.173Z] [2022-05-10T06:29:06.173Z] Login Succeeded [2022-05-10T06:29:06.437Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:29:06.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:06.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:06.438Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:06.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:06.438Z] [2022-05-10T06:29:06.438Z] Login Succeeded [2022-05-10T06:29:06.438Z] docker.io [2022-05-10T06:29:06.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:07.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:07.011Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:07.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:07.011Z] [2022-05-10T06:29:07.011Z] Login Succeeded [2022-05-10T06:29:07.011Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:29:07.022Z] 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:29:07.410Z] + git rev-list -1 --merges f1179211e0a40d08caeac8325bdf320be5ff304c~1..f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] echo [2022-05-10T06:29:07.529Z] -----------> git rev-list -1 --merges f1179211e0a40d08caeac8325bdf320be5ff304c~1..f1179211e0a40d08caeac8325bdf320be5ff304c f1179211e0a40d08caeac8325bdf320be5ff304c [false] [Pipeline] sh [2022-05-10T06:29:07.835Z] + git log --format=format:%s -1 f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] echo [2022-05-10T06:29:07.850Z] ========================================================= [2022-05-10T06:29:07.850Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-10T06:29:07.850Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:29:08.197Z] + git log --format=format:%s -1 f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] echo [2022-05-10T06:29:08.211Z] [semverPrep] GIT_COMMIT: f1179211e0a40d08caeac8325bdf320be5ff304c, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2022-05-10T06:29:08.218Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-10T06:29:08.611Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T06:29:08.611Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-10T06:29:08.611Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-10T06:29:08.611Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-10T06:29:08.611Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-10T06:29:08.611Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-10T06:29:08.611Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:09.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:29:09.002Z] [2022-05-10T06:29:09.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:09.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:29:09.308Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-10T06:29:09.308Z] 1fe172e4850f: Pulling fs layer [2022-05-10T06:29:09.308Z] caf521ccaac6: Pulling fs layer [2022-05-10T06:29:09.308Z] 3ead6fa29328: Pulling fs layer [2022-05-10T06:29:09.308Z] 5c2a1cbceb83: Pulling fs layer [2022-05-10T06:29:09.308Z] a8d5f1318db7: Pulling fs layer [2022-05-10T06:29:09.308Z] c427282e49a2: Pulling fs layer [2022-05-10T06:29:09.308Z] 1827001aaf11: Pulling fs layer [2022-05-10T06:29:09.308Z] 0714d37db230: Pulling fs layer [2022-05-10T06:29:09.308Z] ac28cf19c067: Pulling fs layer [2022-05-10T06:29:09.308Z] ca983d60f3e2: Pulling fs layer [2022-05-10T06:29:09.308Z] 9f894cec8388: Pulling fs layer [2022-05-10T06:29:09.308Z] 0714d37db230: Waiting [2022-05-10T06:29:09.308Z] ac28cf19c067: Waiting [2022-05-10T06:29:09.308Z] ca983d60f3e2: Waiting [2022-05-10T06:29:09.308Z] 9f894cec8388: Waiting [2022-05-10T06:29:09.308Z] 5c2a1cbceb83: Waiting [2022-05-10T06:29:09.308Z] a8d5f1318db7: Waiting [2022-05-10T06:29:09.308Z] 1827001aaf11: Waiting [2022-05-10T06:29:09.308Z] c427282e49a2: Waiting [2022-05-10T06:29:09.308Z] caf521ccaac6: Verifying Checksum [2022-05-10T06:29:09.308Z] caf521ccaac6: Download complete [2022-05-10T06:29:09.308Z] 5c2a1cbceb83: Verifying Checksum [2022-05-10T06:29:09.308Z] 5c2a1cbceb83: Download complete [2022-05-10T06:29:09.572Z] a8d5f1318db7: Verifying Checksum [2022-05-10T06:29:09.572Z] a8d5f1318db7: Download complete [2022-05-10T06:29:09.572Z] c427282e49a2: Verifying Checksum [2022-05-10T06:29:09.835Z] 3ead6fa29328: Verifying Checksum [2022-05-10T06:29:09.835Z] 3ead6fa29328: Download complete [2022-05-10T06:29:09.835Z] 0714d37db230: Verifying Checksum [2022-05-10T06:29:09.835Z] 0714d37db230: Download complete [2022-05-10T06:29:09.835Z] 1827001aaf11: Verifying Checksum [2022-05-10T06:29:09.835Z] 1827001aaf11: Download complete [2022-05-10T06:29:09.835Z] ca983d60f3e2: Verifying Checksum [2022-05-10T06:29:09.835Z] ca983d60f3e2: Download complete [2022-05-10T06:29:09.835Z] 9f894cec8388: Download complete [2022-05-10T06:29:09.835Z] ac28cf19c067: Download complete [2022-05-10T06:29:09.835Z] 1fe172e4850f: Verifying Checksum [2022-05-10T06:29:09.835Z] 1fe172e4850f: Download complete [2022-05-10T06:29:11.218Z] 1fe172e4850f: Pull complete [2022-05-10T06:29:11.479Z] caf521ccaac6: Pull complete [2022-05-10T06:29:12.052Z] 3ead6fa29328: Pull complete [2022-05-10T06:29:12.052Z] 5c2a1cbceb83: Pull complete [2022-05-10T06:29:12.313Z] a8d5f1318db7: Pull complete [2022-05-10T06:29:12.313Z] c427282e49a2: Pull complete [2022-05-10T06:29:14.226Z] 1827001aaf11: Pull complete [2022-05-10T06:29:14.226Z] 0714d37db230: Pull complete [2022-05-10T06:29:14.487Z] ac28cf19c067: Pull complete [2022-05-10T06:29:14.487Z] ca983d60f3e2: Pull complete [2022-05-10T06:29:14.748Z] 9f894cec8388: Pull complete [2022-05-10T06:29:14.748Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-10T06:29:14.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:29:14.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-10T06:29:14.848Z] prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container [2022-05-10T06:29:14.894Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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:29:16.484Z] $ docker top 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f -eo pid,comm [2022-05-10T06:29:16.552Z] 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:29:16.552Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T06:29:16.591Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:29:16.591Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:29:16.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:29:16.733Z] $ docker exec 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f ssh-agent [2022-05-10T06:29:16.871Z] SSH_AUTH_SOCK=/tmp/ssh-vtHnG46cse91/agent.33 [2022-05-10T06:29:16.871Z] SSH_AGENT_PID=40 [2022-05-10T06:29:16.881Z] Running ssh-add (command line suppressed) [2022-05-10T06:29:17.002Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_7706717380857312783.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_7706717380857312783.key) [2022-05-10T06:29:17.015Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:29:17.310Z] + git tag --points-at HEAD [Pipeline] } [2022-05-10T06:29:17.328Z] $ docker exec --env ******** --env ******** 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f ssh-agent -k [2022-05-10T06:29:17.429Z] unset SSH_AUTH_SOCK; [2022-05-10T06:29:17.430Z] unset SSH_AGENT_PID; [2022-05-10T06:29:17.430Z] echo Agent pid 40 killed; [2022-05-10T06:29:17.439Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-10T06:29:17.466Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:29:17.466Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:29:17.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:29:17.610Z] $ docker exec 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f ssh-agent [2022-05-10T06:29:17.741Z] SSH_AUTH_SOCK=/tmp/ssh-KcPuJzPZWtP4/agent.72 [2022-05-10T06:29:17.742Z] SSH_AGENT_PID=79 [2022-05-10T06:29:17.748Z] Running ssh-add (command line suppressed) [2022-05-10T06:29:17.889Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_4571038106971904912.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_4571038106971904912.key) [2022-05-10T06:29:17.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:29:18.192Z] + git semver init [2022-05-10T06:29:18.452Z] 2022-05-10 06:29:18,451 [run_init] DEBUG init version:0.0.0 force:False [2022-05-10T06:29:18.453Z] 2022-05-10 06:29:18,452 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver [2022-05-10T06:29:18.453Z] 2022-05-10 06:29:18,453 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver [2022-05-10T06:29:18.453Z] 2022-05-10 06:29:18,453 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524, universal_newlines=False, shell=None, istream=None) [2022-05-10T06:29:19.842Z] 2022-05-10 06:29:19,835 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.git/info/exclude [2022-05-10T06:29:19.842Z] 2022-05-10 06:29:19,836 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 with force:False [2022-05-10T06:29:19.842Z] 2022-05-10 06:29:19,836 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 [2022-05-10T06:29:19.842Z] 2022-05-10 06:29:19,841 [execute] INFO git cat-file --batch-check [2022-05-10T06:29:19.842Z] 2022-05-10 06:29:19,841 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T06:29:20.105Z] 2022-05-10 06:29:19,847 [execute] INFO git cat-file --batch [2022-05-10T06:29:20.105Z] 2022-05-10 06:29:19,847 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T06:29:20.105Z] 2022-05-10 06:29:19,853 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 [2022-05-10T06:29:20.105Z] 0.0.0 [Pipeline] } [2022-05-10T06:29:20.120Z] $ docker exec --env ******** --env ******** 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f ssh-agent -k [2022-05-10T06:29:20.231Z] unset SSH_AUTH_SOCK; [2022-05-10T06:29:20.231Z] unset SSH_AGENT_PID; [2022-05-10T06:29:20.231Z] echo Agent pid 79 killed; [2022-05-10T06:29:20.239Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T06:29:20.550Z] + git semver [Pipeline] } [2022-05-10T06:29:20.833Z] $ docker stop --time=1 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f [2022-05-10T06:29:22.164Z] $ docker rm -f 31ec9cdb5c839b7600ef04422a16f4cee00c178ac5b30c8d86f045ecb3371d9f [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:29:22.530Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-10T06:29:22.811Z] Stashed 1 file(s) [Pipeline] echo [2022-05-10T06:29:22.814Z] [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:29:22.957Z] provisioning config files... [2022-05-10T06:29:22.968Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config1550637940281142214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:29:23.268Z] ---> docker-login.sh [2022-05-10T06:29:23.268Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:29:23.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:23.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:23.268Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:23.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:23.268Z] [2022-05-10T06:29:23.268Z] Login Succeeded [2022-05-10T06:29:23.268Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:29:23.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:23.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:23.529Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:23.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:23.529Z] [2022-05-10T06:29:23.529Z] Login Succeeded [2022-05-10T06:29:23.529Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:29:23.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:23.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:23.529Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:23.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:23.529Z] [2022-05-10T06:29:23.529Z] Login Succeeded [2022-05-10T06:29:23.529Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:29:23.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:23.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:23.789Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:23.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:23.789Z] [2022-05-10T06:29:23.789Z] Login Succeeded [2022-05-10T06:29:23.790Z] docker.io [2022-05-10T06:29:23.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:24.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:24.051Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:24.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:24.051Z] [2022-05-10T06:29:24.051Z] Login Succeeded [2022-05-10T06:29:24.051Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:29:24.059Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T06:29:24.131Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T06:29:24.145Z] ========================================================= [2022-05-10T06:29:24.145Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-10T06:29:24.145Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:24.463Z] + 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:29:24.722Z] Sending build context to Docker daemon 43.14MB [2022-05-10T06:29:24.722Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:29:24.722Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T06:29:24.722Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-10T06:29:24.722Z] 59bf1c3509f3: Pulling fs layer [2022-05-10T06:29:24.722Z] 666ba61612fd: Pulling fs layer [2022-05-10T06:29:24.722Z] 8ed8ca486205: Pulling fs layer [2022-05-10T06:29:24.722Z] 4fe6c5a15a65: Pulling fs layer [2022-05-10T06:29:24.722Z] 22a0e8bec74d: Pulling fs layer [2022-05-10T06:29:24.722Z] ca2b28591e48: Pulling fs layer [2022-05-10T06:29:24.722Z] a51346096db8: Pulling fs layer [2022-05-10T06:29:24.722Z] daebc70d1ce1: Pulling fs layer [2022-05-10T06:29:24.722Z] 0e18a0eac166: Pulling fs layer [2022-05-10T06:29:24.722Z] 22a0e8bec74d: Waiting [2022-05-10T06:29:24.722Z] 4fe6c5a15a65: Waiting [2022-05-10T06:29:24.722Z] ca2b28591e48: Waiting [2022-05-10T06:29:24.722Z] daebc70d1ce1: Waiting [2022-05-10T06:29:24.722Z] a51346096db8: Waiting [2022-05-10T06:29:24.722Z] 0e18a0eac166: Waiting [2022-05-10T06:29:24.722Z] 8ed8ca486205: Verifying Checksum [2022-05-10T06:29:24.722Z] 8ed8ca486205: Download complete [2022-05-10T06:29:24.722Z] 666ba61612fd: Verifying Checksum [2022-05-10T06:29:24.722Z] 666ba61612fd: Download complete [2022-05-10T06:29:24.722Z] 22a0e8bec74d: Verifying Checksum [2022-05-10T06:29:24.722Z] 22a0e8bec74d: Download complete [2022-05-10T06:29:24.722Z] ca2b28591e48: Download complete [2022-05-10T06:29:24.722Z] a51346096db8: Download complete [2022-05-10T06:29:24.722Z] 59bf1c3509f3: Verifying Checksum [2022-05-10T06:29:24.983Z] daebc70d1ce1: Verifying Checksum [2022-05-10T06:29:24.983Z] daebc70d1ce1: Download complete [2022-05-10T06:29:24.983Z] 59bf1c3509f3: Pull complete [2022-05-10T06:29:25.243Z] 666ba61612fd: Pull complete [2022-05-10T06:29:25.243Z] 8ed8ca486205: Pull complete [2022-05-10T06:29:25.503Z] 0e18a0eac166: Verifying Checksum [2022-05-10T06:29:25.503Z] 0e18a0eac166: Download complete [2022-05-10T06:29:25.503Z] 4fe6c5a15a65: Verifying Checksum [2022-05-10T06:29:25.503Z] 4fe6c5a15a65: Download complete [2022-05-10T06:29:30.810Z] 4fe6c5a15a65: Pull complete [2022-05-10T06:29:30.810Z] 22a0e8bec74d: Pull complete [2022-05-10T06:29:30.810Z] ca2b28591e48: Pull complete [2022-05-10T06:29:30.810Z] a51346096db8: Pull complete [2022-05-10T06:29:30.810Z] daebc70d1ce1: Pull complete [2022-05-10T06:29:32.721Z] 0e18a0eac166: Pull complete [2022-05-10T06:29:32.721Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-10T06:29:32.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T06:29:32.721Z] ---> f018257e8ee9 [2022-05-10T06:29:32.721Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:29:34.640Z] ---> Running in 7bee865ed87e [2022-05-10T06:29:34.640Z] Removing intermediate container 7bee865ed87e [2022-05-10T06:29:34.640Z] ---> d95766eae363 [2022-05-10T06:29:34.640Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:29:34.640Z] ---> Running in 9ddd0323570f [2022-05-10T06:29:34.640Z] Removing intermediate container 9ddd0323570f [2022-05-10T06:29:34.640Z] ---> de3570153f8f [2022-05-10T06:29:34.640Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:29:34.640Z] ---> Running in d4c25b3b9bc3 [2022-05-10T06:29:34.900Z] Removing intermediate container d4c25b3b9bc3 [2022-05-10T06:29:34.900Z] ---> 5e7662aee1ca [2022-05-10T06:29:34.900Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T06:29:34.900Z] ---> Running in 441ba9ea3c64 [2022-05-10T06:29:34.900Z] Removing intermediate container 441ba9ea3c64 [2022-05-10T06:29:34.900Z] ---> 21411548d2ea [2022-05-10T06:29:34.900Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:29:34.900Z] ---> Running in 94fdb9adbe14 [2022-05-10T06:29:35.161Z] Removing intermediate container 94fdb9adbe14 [2022-05-10T06:29:35.161Z] ---> e4039afa70e3 [2022-05-10T06:29:35.161Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:29:35.161Z] ---> Running in 9446b1222f56 [2022-05-10T06:29:35.731Z] Removing intermediate container 9446b1222f56 [2022-05-10T06:29:35.731Z] ---> 320aa12ca786 [2022-05-10T06:29:35.731Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:29:35.731Z] ---> Running in 58f881458b10 [2022-05-10T06:29:35.992Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T06:29:36.936Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T06:29:37.201Z] OK: 221 MiB in 52 packages [2022-05-10T06:29:37.462Z] Removing intermediate container 58f881458b10 [2022-05-10T06:29:37.462Z] ---> a7931e5151fa [2022-05-10T06:29:37.462Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T06:29:37.462Z] ---> Running in e5fa65c584ba [2022-05-10T06:29:37.723Z] Removing intermediate container e5fa65c584ba [2022-05-10T06:29:37.723Z] ---> ba4190d920e3 [2022-05-10T06:29:37.723Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:29:37.723Z] ---> Running in 57ac7b78f4ac [2022-05-10T06:29:37.723Z] Removing intermediate container 57ac7b78f4ac [2022-05-10T06:29:37.723Z] ---> ceb18d64e4fe [2022-05-10T06:29:37.723Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T06:29:37.926Z] Still waiting to schedule task [2022-05-10T06:29:37.926Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-10T06:29:37.985Z] ---> ea9099940790 [2022-05-10T06:29:37.985Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:29:37.985Z] ---> Running in 14ffc56e4a57 [2022-05-10T06:29:48.016Z] Removing intermediate container 14ffc56e4a57 [2022-05-10T06:29:48.016Z] ---> a9695fdcc474 [2022-05-10T06:29:48.016Z] Step 14/15 : COPY . . [2022-05-10T06:29:48.016Z] ---> abe69063b4aa [2022-05-10T06:29:48.016Z] Step 15/15 : RUN ${MAKE} [2022-05-10T06:29:48.016Z] ---> Running in 66bd93274101 [2022-05-10T06:29:48.016Z] noop [2022-05-10T06:29:48.275Z] Removing intermediate container 66bd93274101 [2022-05-10T06:29:48.275Z] ---> 5757b64d2f18 [2022-05-10T06:29:48.275Z] Successfully built 5757b64d2f18 [2022-05-10T06:29:48.275Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:48.574Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T06:29:48.574Z] . [Pipeline] withDockerContainer [2022-05-10T06:29:48.650Z] prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container [2022-05-10T06:29:48.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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:49.125Z] $ docker top 56fbf8688e0090f0a7505110502012fc114b9a4f1e546e821f91dad827a35c6c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:29:49.492Z] + go version [2022-05-10T06:29:49.492Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-10T06:29:49.516Z] $ docker stop --time=1 56fbf8688e0090f0a7505110502012fc114b9a4f1e546e821f91dad827a35c6c [2022-05-10T06:29:50.868Z] $ docker rm -f 56fbf8688e0090f0a7505110502012fc114b9a4f1e546e821f91dad827a35c6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:51.289Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T06:29:51.289Z] . [Pipeline] withDockerContainer [2022-05-10T06:29:51.357Z] prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container [2022-05-10T06:29:51.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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:51.837Z] $ docker top 02e5419541b4d6c3213dabaad43b9b83a99251bc89ea68fa8ccf0302045d6d9d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T06:29:52.259Z] + make test [2022-05-10T06:29:52.259Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T06:29:52.520Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T06:29:57.837Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T06:29:57.837Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T06:30:01.141Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T06:30:01.141Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T06:30:01.157Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T06:30:01.176Z] $ docker stop --time=1 02e5419541b4d6c3213dabaad43b9b83a99251bc89ea68fa8ccf0302045d6d9d [2022-05-10T06:30:02.855Z] $ docker rm -f 02e5419541b4d6c3213dabaad43b9b83a99251bc89ea68fa8ccf0302045d6d9d [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:30:03.248Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T06:30:03.344Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-10T06:30:03.931Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T06:30:04.222Z] + ls -al . [2022-05-10T06:30:04.222Z] total 160 [2022-05-10T06:30:04.222Z] drwxrwxr-x 14 jenkins jenkins 4096 May 10 06:29 . [2022-05-10T06:30:04.222Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 .. [2022-05-10T06:30:04.222Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:29 .git [2022-05-10T06:30:04.222Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 .github [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:28 .gitignore [2022-05-10T06:30:04.222Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:29 .semver [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:28 Attribution.txt [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:28 CHANGELOG.md [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:28 CONTRIBUTING.md [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:28 Dockerfile [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:28 Jenkinsfile [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:28 LICENSE [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:28 Makefile [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:28 README.md [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:29 VERSION [2022-05-10T06:30:04.222Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 assets [2022-05-10T06:30:04.222Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:28 bin [2022-05-10T06:30:04.222Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 cmd [2022-05-10T06:30:04.222Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 06:29 coverage.out [2022-05-10T06:30:04.222Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:28 docs [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 1945 May 10 06:28 go.mod [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 25933 May 10 06:28 go.sum [2022-05-10T06:30:04.222Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:28 internal [2022-05-10T06:30:04.222Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 pkg [2022-05-10T06:30:04.222Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 snap [2022-05-10T06:30:04.222Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 testing [2022-05-10T06:30:04.222Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:28 version.go [2022-05-10T06:30:04.222Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:30:04.531Z] + 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=f1179211e0a40d08caeac8325bdf320be5ff304c --label arch=amd64 --label version=0.0.0 . [2022-05-10T06:30:04.791Z] Sending build context to Docker daemon 43.14MB [2022-05-10T06:30:04.791Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:30:04.791Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T06:30:04.791Z] ---> 5757b64d2f18 [2022-05-10T06:30:04.791Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:30:04.791Z] ---> Running in 42233c0b1258 [2022-05-10T06:30:05.051Z] Removing intermediate container 42233c0b1258 [2022-05-10T06:30:05.051Z] ---> 394729d7f50b [2022-05-10T06:30:05.051Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:30:05.051Z] ---> Running in 6592f782de28 [2022-05-10T06:30:05.312Z] Removing intermediate container 6592f782de28 [2022-05-10T06:30:05.312Z] ---> 22242fee0753 [2022-05-10T06:30:05.312Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:30:05.312Z] ---> Running in 3a01eddc8c58 [2022-05-10T06:30:05.312Z] Removing intermediate container 3a01eddc8c58 [2022-05-10T06:30:05.312Z] ---> c6f195891e1f [2022-05-10T06:30:05.312Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T06:30:05.312Z] ---> Running in 5e8ae54495d7 [2022-05-10T06:30:05.572Z] Removing intermediate container 5e8ae54495d7 [2022-05-10T06:30:05.572Z] ---> 381fa4637938 [2022-05-10T06:30:05.572Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:30:05.572Z] ---> Running in 710308cfd836 [2022-05-10T06:30:05.572Z] Removing intermediate container 710308cfd836 [2022-05-10T06:30:05.572Z] ---> 3a68479f0668 [2022-05-10T06:30:05.572Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:30:05.572Z] ---> Running in 83daa86e395e [2022-05-10T06:30:06.517Z] Removing intermediate container 83daa86e395e [2022-05-10T06:30:06.517Z] ---> b9f51ed8104f [2022-05-10T06:30:06.518Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:30:06.518Z] ---> Running in 6e9de841cfdc [2022-05-10T06:30:06.518Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T06:30:07.463Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T06:30:07.728Z] OK: 221 MiB in 52 packages [2022-05-10T06:30:08.300Z] Removing intermediate container 6e9de841cfdc [2022-05-10T06:30:08.300Z] ---> 06c451f66bb7 [2022-05-10T06:30:08.300Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T06:30:08.562Z] ---> Running in 03d3ad232675 [2022-05-10T06:30:08.562Z] Removing intermediate container 03d3ad232675 [2022-05-10T06:30:08.562Z] ---> f1603e5dc4e5 [2022-05-10T06:30:08.562Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:30:08.848Z] ---> Running in f2ba94ec50a8 [2022-05-10T06:30:08.848Z] Removing intermediate container f2ba94ec50a8 [2022-05-10T06:30:08.848Z] ---> 8b895a02ede0 [2022-05-10T06:30:08.848Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T06:30:09.107Z] ---> 0a94b823ea04 [2022-05-10T06:30:09.107Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:30:09.107Z] ---> Running in d64c773683c5 [2022-05-10T06:30:10.047Z] Removing intermediate container d64c773683c5 [2022-05-10T06:30:10.047Z] ---> 6e7df738514d [2022-05-10T06:30:10.047Z] Step 14/23 : COPY . . [2022-05-10T06:30:10.989Z] ---> 56e2262234bb [2022-05-10T06:30:10.989Z] Step 15/23 : RUN ${MAKE} [2022-05-10T06:30:11.250Z] ---> Running in 1010bbb68c61 [2022-05-10T06:30:11.511Z] 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:30:16.794Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T06:30:19.352Z] Removing intermediate container 1010bbb68c61 [2022-05-10T06:30:19.352Z] ---> e7fa6f533c93 [2022-05-10T06:30:19.352Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T06:30:19.352Z] 3.14: Pulling from library/alpine [2022-05-10T06:30:19.612Z] 8663204ce13b: Pulling fs layer [2022-05-10T06:30:19.877Z] 8663204ce13b: Download complete [2022-05-10T06:30:19.877Z] 8663204ce13b: Pull complete [2022-05-10T06:30:19.877Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T06:30:19.877Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T06:30:19.877Z] ---> e04c818066af [2022-05-10T06:30:19.877Z] Step 17/23 : EXPOSE 4000 [2022-05-10T06:30:20.136Z] ---> Running in 9f4640c47974 [2022-05-10T06:30:20.136Z] Removing intermediate container 9f4640c47974 [2022-05-10T06:30:20.136Z] ---> 554efddbd9d4 [2022-05-10T06:30:20.136Z] 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:30:20.706Z] ---> 104d5b10c30e [2022-05-10T06:30:20.706Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:30:20.706Z] ---> Running in 37ca7a4b4edb [2022-05-10T06:30:20.968Z] Removing intermediate container 37ca7a4b4edb [2022-05-10T06:30:20.968Z] ---> 2a00caf52ea2 [2022-05-10T06:30:20.968Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T06:30:20.968Z] ---> Running in fe832eb80260 [2022-05-10T06:30:20.968Z] Removing intermediate container fe832eb80260 [2022-05-10T06:30:20.968Z] ---> a786c490b8d7 [2022-05-10T06:30:20.968Z] Step 21/23 : LABEL arch=amd64 [2022-05-10T06:30:20.968Z] ---> Running in 3e83fd08a4d3 [2022-05-10T06:30:21.227Z] Removing intermediate container 3e83fd08a4d3 [2022-05-10T06:30:21.227Z] ---> e1072d0270dc [2022-05-10T06:30:21.227Z] Step 22/23 : LABEL git_sha=f1179211e0a40d08caeac8325bdf320be5ff304c [2022-05-10T06:30:21.227Z] ---> Running in 9a03684d9195 [2022-05-10T06:30:21.227Z] Removing intermediate container 9a03684d9195 [2022-05-10T06:30:21.227Z] ---> d683c1bbe2cc [2022-05-10T06:30:21.227Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T06:30:21.227Z] ---> Running in 7f04f4ece2f1 [2022-05-10T06:30:21.489Z] Removing intermediate container 7f04f4ece2f1 [2022-05-10T06:30:21.489Z] ---> 7c9661c253ea [2022-05-10T06:30:21.489Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T06:30:21.489Z] Successfully built 7c9661c253ea [2022-05-10T06:30:21.489Z] 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:30:21.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:30:21.918Z] [2022-05-10T06:30:21.918Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:30:22.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:30:22.223Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-10T06:30:22.223Z] 5eb5b503b376: Pulling fs layer [2022-05-10T06:30:22.223Z] 5c69ac0246d0: Pulling fs layer [2022-05-10T06:30:22.223Z] ec43610c2a17: Pulling fs layer [2022-05-10T06:30:22.223Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-10T06:30:22.223Z] 33b1e0a273af: Pulling fs layer [2022-05-10T06:30:22.223Z] 5d3b04190fa2: Pulling fs layer [2022-05-10T06:30:22.223Z] 2f39f015ded8: Pulling fs layer [2022-05-10T06:30:22.223Z] 3a2ae6a8a46f: Waiting [2022-05-10T06:30:22.223Z] 33b1e0a273af: Waiting [2022-05-10T06:30:22.223Z] 5d3b04190fa2: Waiting [2022-05-10T06:30:22.223Z] 2f39f015ded8: Waiting [2022-05-10T06:30:22.223Z] 5c69ac0246d0: Verifying Checksum [2022-05-10T06:30:22.223Z] 5c69ac0246d0: Download complete [2022-05-10T06:30:22.223Z] 3a2ae6a8a46f: Download complete [2022-05-10T06:30:22.223Z] 33b1e0a273af: Verifying Checksum [2022-05-10T06:30:22.223Z] ec43610c2a17: Verifying Checksum [2022-05-10T06:30:22.223Z] ec43610c2a17: Download complete [2022-05-10T06:30:22.223Z] 5d3b04190fa2: Download complete [2022-05-10T06:30:22.483Z] 5eb5b503b376: Verifying Checksum [2022-05-10T06:30:22.483Z] 5eb5b503b376: Download complete [2022-05-10T06:30:23.053Z] 2f39f015ded8: Download complete [2022-05-10T06:30:23.991Z] 5eb5b503b376: Pull complete [2022-05-10T06:30:23.991Z] 5c69ac0246d0: Pull complete [2022-05-10T06:30:24.559Z] ec43610c2a17: Pull complete [2022-05-10T06:30:24.559Z] 3a2ae6a8a46f: Pull complete [2022-05-10T06:30:24.818Z] 33b1e0a273af: Pull complete [2022-05-10T06:30:24.818Z] 5d3b04190fa2: Pull complete [2022-05-10T06:30:30.097Z] 2f39f015ded8: Pull complete [2022-05-10T06:30:30.097Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-10T06:30:30.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:30:30.097Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-10T06:30:30.170Z] prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container [2022-05-10T06:30:30.212Z] $ 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-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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:32.068Z] $ docker top 8fad18203dc90f78aba3e4fbd14fd36edcc97746169290755c4e24b5025167c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:30:32.488Z] ---> job-cost.sh [2022-05-10T06:30:32.488Z] lf-activate-venv: SKIPPING [2022-05-10T06:30:32.488Z] INFO: No Stack... [2022-05-10T06:30:33.060Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T06:30:33.320Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T06:30:33.623Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/cost.csv [2022-05-10T06:30:33.623Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T06:30:33.643Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [2022-05-10T06:30:33.653Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] did not exist. Created. [2022-05-10T06:30:33.654Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T06:30:33.957Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-10T06:30:33.999Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T06:30:34.004Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T06:30:34.029Z] $ docker stop --time=1 8fad18203dc90f78aba3e4fbd14fd36edcc97746169290755c4e24b5025167c6 [2022-05-10T06:30:35.207Z] $ docker rm -f 8fad18203dc90f78aba3e4fbd14fd36edcc97746169290755c4e24b5025167c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-10T06:32:20.501Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-44852 in /w/workspace/edgexfoundry_edgex-ui-go_PR-524 [Pipeline] { [Pipeline] ws [2022-05-10T06:32:20.520Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2022-05-10T06:32:20.893Z] The recommended git tool is: git [2022-05-10T06:32:28.721Z] using credential edgex-jenkins-ssh [2022-05-10T06:32:28.737Z] Cloning the remote Git repository [2022-05-10T06:32:28.805Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T06:32:28.889Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2022-05-10T06:32:29.020Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T06:32:29.021Z] > git --version # timeout=10 [2022-05-10T06:32:29.042Z] > git --version # 'git version 2.25.1' [2022-05-10T06:32:29.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T06:32:29.119Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T06:32:32.155Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T06:32:32.171Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T06:32:32.198Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T06:32:32.241Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T06:32:32.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T06:32:32.262Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/524/head:refs/remotes/origin/PR-524 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-10T06:32:32.808Z] Merging remotes/origin/main commit 0b85a2dc129beb3e133fd854edb6b53abe9b033a into PR head commit f1179211e0a40d08caeac8325bdf320be5ff304c [2022-05-10T06:32:33.318Z] Merge succeeded, producing f1179211e0a40d08caeac8325bdf320be5ff304c [2022-05-10T06:32:33.319Z] Checking out Revision f1179211e0a40d08caeac8325bdf320be5ff304c (PR-524) [2022-05-10T06:32:32.833Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T06:32:32.849Z] > git checkout -f f1179211e0a40d08caeac8325bdf320be5ff304c # timeout=10 [2022-05-10T06:32:33.244Z] > git remote # timeout=10 [2022-05-10T06:32:33.261Z] > git config --get remote.origin.url # timeout=10 [2022-05-10T06:32:33.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T06:32:33.286Z] > git merge 0b85a2dc129beb3e133fd854edb6b53abe9b033a # timeout=10 [2022-05-10T06:32:33.310Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-10T06:32:33.332Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T06:32:33.349Z] > git checkout -f f1179211e0a40d08caeac8325bdf320be5ff304c # timeout=10 [2022-05-10T06:32:37.733Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:32:38.585Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-10T06:32:38.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T06:32:38.585Z] Dload Upload Total Spent Left Speed [2022-05-10T06:32:38.585Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 206k 0 --:--:-- --:--:-- --:--:-- 210k [Pipeline] sh [2022-05-10T06:32:39.113Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-10T06:32:39.451Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-10T06:32:39.451Z] + sudo tee /etc/docker/daemon.new [2022-05-10T06:32:39.451Z] { [2022-05-10T06:32:39.451Z] "registry-mirrors": [ [2022-05-10T06:32:39.451Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-10T06:32:39.451Z] ], [2022-05-10T06:32:39.451Z] "bip": "10.250.0.254/24", [2022-05-10T06:32:39.451Z] "hosts": [ [2022-05-10T06:32:39.451Z] "tcp://0.0.0.0:5555", [2022-05-10T06:32:39.451Z] "unix:///var/run/docker.sock" [2022-05-10T06:32:39.451Z] ], [2022-05-10T06:32:39.451Z] "mtu": 1458, [2022-05-10T06:32:39.451Z] "selinux-enabled": true, [2022-05-10T06:32:39.451Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-10T06:32:39.451Z] } [Pipeline] sh [2022-05-10T06:32:39.955Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-10T06:32:40.305Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:32:58.668Z] provisioning config files... [2022-05-10T06:32:58.694Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config442951139954216707tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:32:59.060Z] ---> docker-login.sh [2022-05-10T06:32:59.060Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:32:59.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:32:59.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:32:59.933Z] Configure a credential helper to remove this warning. See [2022-05-10T06:32:59.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:32:59.933Z] [2022-05-10T06:32:59.933Z] Login Succeeded [2022-05-10T06:32:59.933Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:33:00.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:33:00.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:33:00.533Z] Configure a credential helper to remove this warning. See [2022-05-10T06:33:00.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:33:00.533Z] [2022-05-10T06:33:00.533Z] Login Succeeded [2022-05-10T06:33:00.533Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:33:00.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:33:00.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:33:00.805Z] Configure a credential helper to remove this warning. See [2022-05-10T06:33:00.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:33:00.805Z] [2022-05-10T06:33:00.805Z] Login Succeeded [2022-05-10T06:33:01.080Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:33:01.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:33:01.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:33:01.355Z] Configure a credential helper to remove this warning. See [2022-05-10T06:33:01.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:33:01.355Z] [2022-05-10T06:33:01.355Z] Login Succeeded [2022-05-10T06:33:01.355Z] docker.io [2022-05-10T06:33:01.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:33:02.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:33:02.221Z] Configure a credential helper to remove this warning. See [2022-05-10T06:33:02.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:33:02.221Z] [2022-05-10T06:33:02.221Z] Login Succeeded [2022-05-10T06:33:02.221Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:33:02.245Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T06:33:02.801Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T06:33:02.814Z] ========================================================= [2022-05-10T06:33:02.814Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-10T06:33:02.814Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:33:03.185Z] + 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:33:04.163Z] Sending build context to Docker daemon 27.14MB [2022-05-10T06:33:04.163Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:33:04.163Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T06:33:04.440Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-10T06:33:04.440Z] 9b3977197b4f: Pulling fs layer [2022-05-10T06:33:04.440Z] 1a89e8eeedd5: Pulling fs layer [2022-05-10T06:33:04.440Z] 94645a83ff95: Pulling fs layer [2022-05-10T06:33:04.440Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-10T06:33:04.440Z] 0c92f367c5e7: Pulling fs layer [2022-05-10T06:33:04.440Z] 3096ccb668a1: Pulling fs layer [2022-05-10T06:33:04.440Z] e8cf19c19ddd: Pulling fs layer [2022-05-10T06:33:04.440Z] a4caa8a26152: Pulling fs layer [2022-05-10T06:33:04.440Z] 3f3a8bcf1eab: Waiting [2022-05-10T06:33:04.440Z] 0c92f367c5e7: Waiting [2022-05-10T06:33:04.440Z] 3096ccb668a1: Waiting [2022-05-10T06:33:04.440Z] e8cf19c19ddd: Waiting [2022-05-10T06:33:04.440Z] a4caa8a26152: Waiting [2022-05-10T06:33:04.440Z] 94645a83ff95: Verifying Checksum [2022-05-10T06:33:04.440Z] 94645a83ff95: Download complete [2022-05-10T06:33:04.440Z] 1a89e8eeedd5: Verifying Checksum [2022-05-10T06:33:04.440Z] 0c92f367c5e7: Download complete [2022-05-10T06:33:04.440Z] 3096ccb668a1: Download complete [2022-05-10T06:33:04.440Z] 9b3977197b4f: Verifying Checksum [2022-05-10T06:33:04.440Z] 9b3977197b4f: Download complete [2022-05-10T06:33:04.440Z] e8cf19c19ddd: Verifying Checksum [2022-05-10T06:33:04.440Z] e8cf19c19ddd: Download complete [2022-05-10T06:33:05.450Z] 9b3977197b4f: Pull complete [2022-05-10T06:33:05.727Z] 1a89e8eeedd5: Pull complete [2022-05-10T06:33:06.003Z] 94645a83ff95: Pull complete [2022-05-10T06:33:06.616Z] a4caa8a26152: Verifying Checksum [2022-05-10T06:33:06.616Z] a4caa8a26152: Download complete [2022-05-10T06:33:07.210Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-10T06:33:07.210Z] 3f3a8bcf1eab: Download complete [2022-05-10T06:33:19.595Z] 3f3a8bcf1eab: Pull complete [2022-05-10T06:33:19.595Z] 0c92f367c5e7: Pull complete [2022-05-10T06:33:19.595Z] 3096ccb668a1: Pull complete [2022-05-10T06:33:19.595Z] e8cf19c19ddd: Pull complete [2022-05-10T06:33:25.023Z] a4caa8a26152: Pull complete [2022-05-10T06:33:25.023Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-10T06:33:25.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T06:33:25.023Z] ---> 725f1c02e7f9 [2022-05-10T06:33:25.023Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:33:26.014Z] ---> Running in 38ca251c6128 [2022-05-10T06:33:26.292Z] Removing intermediate container 38ca251c6128 [2022-05-10T06:33:26.292Z] ---> 99d2be982059 [2022-05-10T06:33:26.292Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:33:26.575Z] ---> Running in 954618ed1158 [2022-05-10T06:33:26.852Z] Removing intermediate container 954618ed1158 [2022-05-10T06:33:26.852Z] ---> c1d8820114ee [2022-05-10T06:33:26.852Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:33:26.852Z] ---> Running in 98f0eb1ebf29 [2022-05-10T06:33:27.135Z] Removing intermediate container 98f0eb1ebf29 [2022-05-10T06:33:27.135Z] ---> dc77db601c9d [2022-05-10T06:33:27.135Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T06:33:27.407Z] ---> Running in ccb416497785 [2022-05-10T06:33:27.687Z] Removing intermediate container ccb416497785 [2022-05-10T06:33:27.687Z] ---> fe901c68863f [2022-05-10T06:33:27.687Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:33:27.687Z] ---> Running in 540b08861883 [2022-05-10T06:33:28.289Z] Removing intermediate container 540b08861883 [2022-05-10T06:33:28.289Z] ---> f5c2e70720ef [2022-05-10T06:33:28.289Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:33:28.289Z] ---> Running in a1cceb0180dd [2022-05-10T06:33:30.910Z] Removing intermediate container a1cceb0180dd [2022-05-10T06:33:30.910Z] ---> 6201cea03d3b [2022-05-10T06:33:30.910Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:33:30.910Z] ---> Running in cca1837ee943 [2022-05-10T06:33:31.888Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T06:33:32.867Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T06:33:33.859Z] OK: 220 MiB in 52 packages [2022-05-10T06:33:34.465Z] Removing intermediate container cca1837ee943 [2022-05-10T06:33:34.465Z] ---> 08c0b656bd9a [2022-05-10T06:33:34.465Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T06:33:34.741Z] ---> Running in 462d146f1b3e [2022-05-10T06:33:35.014Z] Removing intermediate container 462d146f1b3e [2022-05-10T06:33:35.014Z] ---> 9c6b2211bd53 [2022-05-10T06:33:35.014Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:33:35.014Z] ---> Running in 6ed8fa3dd66b [2022-05-10T06:33:35.289Z] Removing intermediate container 6ed8fa3dd66b [2022-05-10T06:33:35.289Z] ---> c9c17d38929b [2022-05-10T06:33:35.289Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T06:33:35.908Z] ---> 26b5acd65904 [2022-05-10T06:33:35.908Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:33:36.189Z] ---> Running in 893844bbe0bf [2022-05-10T06:34:08.586Z] Removing intermediate container 893844bbe0bf [2022-05-10T06:34:08.586Z] ---> f51316e7b8ed [2022-05-10T06:34:08.586Z] Step 14/15 : COPY . . [2022-05-10T06:34:08.586Z] ---> ed6541a69152 [2022-05-10T06:34:08.586Z] Step 15/15 : RUN ${MAKE} [2022-05-10T06:34:08.586Z] ---> Running in ae6688d34c50 [2022-05-10T06:34:09.570Z] noop [2022-05-10T06:34:10.173Z] Removing intermediate container ae6688d34c50 [2022-05-10T06:34:10.173Z] ---> 939aea64d89e [2022-05-10T06:34:10.447Z] Successfully built 939aea64d89e [2022-05-10T06:34:10.447Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:34:10.800Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T06:34:10.800Z] . [Pipeline] withDockerContainer [2022-05-10T06:34:11.074Z] prd-ubuntu20.04-docker-arm64-4c-16g-44852 does not seem to be running inside a container [2022-05-10T06:34:11.171Z] $ 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:12.616Z] $ docker top 24a5e6d29593ed5a9b8a45633728ff7c4b3d973c47468ecda133e64748f160bf -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:34:13.579Z] + go version [2022-05-10T06:34:13.579Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-10T06:34:13.614Z] $ docker stop --time=1 24a5e6d29593ed5a9b8a45633728ff7c4b3d973c47468ecda133e64748f160bf [2022-05-10T06:34:15.330Z] $ docker rm -f 24a5e6d29593ed5a9b8a45633728ff7c4b3d973c47468ecda133e64748f160bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:34:15.965Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T06:34:15.965Z] . [Pipeline] withDockerContainer [2022-05-10T06:34:16.240Z] prd-ubuntu20.04-docker-arm64-4c-16g-44852 does not seem to be running inside a container [2022-05-10T06:34:16.342Z] $ 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:17.816Z] $ docker top 79e102886960a2774f2dcbc24a561e2a059c2d35d65aa56488641d4aa235aa91 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T06:34:18.820Z] + make test [2022-05-10T06:34:18.820Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T06:34:20.284Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T06:35:07.382Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T06:35:07.382Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T06:35:07.382Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T06:35:07.382Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T06:35:07.382Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T06:35:07.382Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T06:35:07.382Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T06:35:07.382Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T06:35:07.382Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T06:35:07.383Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T06:35:07.383Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T06:35:07.383Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T06:35:07.383Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T06:35:29.581Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T06:35:29.581Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T06:35:29.607Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T06:35:29.629Z] $ docker stop --time=1 79e102886960a2774f2dcbc24a561e2a059c2d35d65aa56488641d4aa235aa91 [2022-05-10T06:35:31.439Z] $ docker rm -f 79e102886960a2774f2dcbc24a561e2a059c2d35d65aa56488641d4aa235aa91 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:35:32.290Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T06:35:32.318Z] Warning: overwriting stash ‘coverage-report’ [2022-05-10T06:35:33.043Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:35:33.458Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T06:35:33.810Z] + ls -al . [2022-05-10T06:35:33.810Z] total 156 [2022-05-10T06:35:33.810Z] drwxrwxr-x 13 jenkins jenkins 4096 May 10 06:34 . [2022-05-10T06:35:33.810Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 .. [2022-05-10T06:35:33.810Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:32 .git [2022-05-10T06:35:33.810Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 .github [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:32 .gitignore [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:32 Attribution.txt [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:32 CHANGELOG.md [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:32 CONTRIBUTING.md [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:32 Dockerfile [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:32 Jenkinsfile [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:32 LICENSE [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:32 Makefile [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:32 README.md [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:29 VERSION [2022-05-10T06:35:33.810Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 assets [2022-05-10T06:35:33.810Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:32 bin [2022-05-10T06:35:33.810Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 cmd [2022-05-10T06:35:33.810Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 06:34 coverage.out [2022-05-10T06:35:33.810Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:32 docs [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 1945 May 10 06:32 go.mod [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 25933 May 10 06:32 go.sum [2022-05-10T06:35:33.810Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:32 internal [2022-05-10T06:35:33.810Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 pkg [2022-05-10T06:35:33.810Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 snap [2022-05-10T06:35:33.810Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 testing [2022-05-10T06:35:33.810Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:32 version.go [2022-05-10T06:35:33.810Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:35:34.157Z] + 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=f1179211e0a40d08caeac8325bdf320be5ff304c --label arch=arm64 --label version=0.0.0 . [2022-05-10T06:35:35.172Z] Sending build context to Docker daemon 27.14MB [2022-05-10T06:35:35.172Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:35:35.172Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T06:35:35.172Z] ---> 939aea64d89e [2022-05-10T06:35:35.172Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:35:35.450Z] ---> Running in 3ce2b825702c [2022-05-10T06:35:36.078Z] Removing intermediate container 3ce2b825702c [2022-05-10T06:35:36.078Z] ---> af9cf9bf9466 [2022-05-10T06:35:36.078Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:35:36.078Z] ---> Running in 08f2246c2af4 [2022-05-10T06:35:36.367Z] Removing intermediate container 08f2246c2af4 [2022-05-10T06:35:36.367Z] ---> aada8e9a5ad2 [2022-05-10T06:35:36.367Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:35:36.660Z] ---> Running in 5d9e21b0570f [2022-05-10T06:35:36.940Z] Removing intermediate container 5d9e21b0570f [2022-05-10T06:35:36.940Z] ---> 926424ef1fc4 [2022-05-10T06:35:36.940Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T06:35:36.940Z] ---> Running in fc1f0aad1340 [2022-05-10T06:35:37.283Z] Removing intermediate container fc1f0aad1340 [2022-05-10T06:35:37.283Z] ---> 5d753ca8ab64 [2022-05-10T06:35:37.283Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:35:37.566Z] ---> Running in be001ecdb8a9 [2022-05-10T06:35:37.852Z] Removing intermediate container be001ecdb8a9 [2022-05-10T06:35:37.852Z] ---> 7d4868df72d1 [2022-05-10T06:35:37.852Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:35:37.852Z] ---> Running in 593c369e13c3 [2022-05-10T06:35:39.854Z] Removing intermediate container 593c369e13c3 [2022-05-10T06:35:39.854Z] ---> 5398ea0fd996 [2022-05-10T06:35:39.854Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:35:39.854Z] ---> Running in 75c43b1df18a [2022-05-10T06:35:40.835Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T06:35:41.811Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T06:35:42.791Z] OK: 220 MiB in 52 packages [2022-05-10T06:35:43.783Z] Removing intermediate container 75c43b1df18a [2022-05-10T06:35:43.783Z] ---> 1ef59be3cbc2 [2022-05-10T06:35:43.783Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T06:35:43.783Z] ---> Running in 7df9a840b44d [2022-05-10T06:35:44.059Z] Removing intermediate container 7df9a840b44d [2022-05-10T06:35:44.059Z] ---> 8ead56359213 [2022-05-10T06:35:44.059Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:35:44.059Z] ---> Running in 66edcff0d2e8 [2022-05-10T06:35:44.659Z] Removing intermediate container 66edcff0d2e8 [2022-05-10T06:35:44.659Z] ---> 5d652c5983b5 [2022-05-10T06:35:44.659Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T06:35:45.258Z] ---> 7ad4b98d64ff [2022-05-10T06:35:45.258Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:35:45.258Z] ---> Running in a6257f29a33c [2022-05-10T06:35:47.912Z] Removing intermediate container a6257f29a33c [2022-05-10T06:35:47.912Z] ---> 7d6522bd6b75 [2022-05-10T06:35:47.912Z] Step 14/23 : COPY . . [2022-05-10T06:35:51.310Z] ---> 92122fa11b8d [2022-05-10T06:35:51.310Z] Step 15/23 : RUN ${MAKE} [2022-05-10T06:35:51.310Z] ---> Running in 32f58e9763b1 [2022-05-10T06:35:52.303Z] 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:36:31.360Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T06:36:35.679Z] Removing intermediate container 32f58e9763b1 [2022-05-10T06:36:35.679Z] ---> 4925e403d221 [2022-05-10T06:36:35.679Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T06:36:35.952Z] 3.14: Pulling from library/alpine [2022-05-10T06:36:36.223Z] 455c02918c45: Pulling fs layer [2022-05-10T06:36:36.495Z] 455c02918c45: Verifying Checksum [2022-05-10T06:36:36.495Z] 455c02918c45: Download complete [2022-05-10T06:36:36.767Z] 455c02918c45: Pull complete [2022-05-10T06:36:37.039Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T06:36:37.039Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T06:36:37.039Z] ---> ac73e934f311 [2022-05-10T06:36:37.039Z] Step 17/23 : EXPOSE 4000 [2022-05-10T06:36:37.039Z] ---> Running in a48bf14c3ef1 [2022-05-10T06:36:37.310Z] Removing intermediate container a48bf14c3ef1 [2022-05-10T06:36:37.310Z] ---> 0a18ce6d9262 [2022-05-10T06:36:37.310Z] 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:36:38.742Z] ---> 6cde9f419432 [2022-05-10T06:36:38.742Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:36:38.742Z] ---> Running in c4b60ed16f45 [2022-05-10T06:36:39.014Z] Removing intermediate container c4b60ed16f45 [2022-05-10T06:36:39.014Z] ---> f07d2c920652 [2022-05-10T06:36:39.014Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T06:36:39.284Z] ---> Running in e6155c67d2dd [2022-05-10T06:36:39.555Z] Removing intermediate container e6155c67d2dd [2022-05-10T06:36:39.555Z] ---> c0549cc8e236 [2022-05-10T06:36:39.555Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T06:36:39.555Z] ---> Running in 33e969138bd7 [2022-05-10T06:36:39.825Z] Removing intermediate container 33e969138bd7 [2022-05-10T06:36:39.825Z] ---> b330095275f4 [2022-05-10T06:36:39.825Z] Step 22/23 : LABEL git_sha=f1179211e0a40d08caeac8325bdf320be5ff304c [2022-05-10T06:36:39.825Z] ---> Running in eb1cdbf9cb1c [2022-05-10T06:36:40.417Z] Removing intermediate container eb1cdbf9cb1c [2022-05-10T06:36:40.417Z] ---> c43c386dfcb3 [2022-05-10T06:36:40.417Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T06:36:40.417Z] ---> Running in 0a701fdea698 [2022-05-10T06:36:40.688Z] Removing intermediate container 0a701fdea698 [2022-05-10T06:36:40.688Z] ---> 66ca93918b32 [2022-05-10T06:36:40.688Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T06:36:40.688Z] Successfully built 66ca93918b32 [2022-05-10T06:36:40.688Z] 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:36:41.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T06:36:41.126Z] [2022-05-10T06:36:41.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:41.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T06:36:41.763Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-10T06:36:41.763Z] 8998bd30e6a1: Pulling fs layer [2022-05-10T06:36:41.763Z] 04944245beec: Pulling fs layer [2022-05-10T06:36:41.763Z] 699f458cf7ca: Pulling fs layer [2022-05-10T06:36:41.763Z] 765212b225bb: Pulling fs layer [2022-05-10T06:36:41.763Z] f23df028b6ca: Pulling fs layer [2022-05-10T06:36:41.763Z] d65c8cfc05b1: Pulling fs layer [2022-05-10T06:36:41.763Z] 2437ff75d9bd: Pulling fs layer [2022-05-10T06:36:41.763Z] 765212b225bb: Waiting [2022-05-10T06:36:41.763Z] f23df028b6ca: Waiting [2022-05-10T06:36:41.763Z] d65c8cfc05b1: Waiting [2022-05-10T06:36:41.763Z] 2437ff75d9bd: Waiting [2022-05-10T06:36:41.763Z] 04944245beec: Verifying Checksum [2022-05-10T06:36:41.763Z] 04944245beec: Download complete [2022-05-10T06:36:41.763Z] 765212b225bb: Download complete [2022-05-10T06:36:41.763Z] f23df028b6ca: Verifying Checksum [2022-05-10T06:36:41.763Z] f23df028b6ca: Download complete [2022-05-10T06:36:42.040Z] d65c8cfc05b1: Verifying Checksum [2022-05-10T06:36:42.040Z] d65c8cfc05b1: Download complete [2022-05-10T06:36:42.040Z] 699f458cf7ca: Verifying Checksum [2022-05-10T06:36:42.316Z] 8998bd30e6a1: Verifying Checksum [2022-05-10T06:36:42.316Z] 8998bd30e6a1: Download complete [2022-05-10T06:36:44.935Z] 2437ff75d9bd: Verifying Checksum [2022-05-10T06:36:44.935Z] 2437ff75d9bd: Download complete [2022-05-10T06:36:46.908Z] 8998bd30e6a1: Pull complete [2022-05-10T06:36:47.508Z] 04944245beec: Pull complete [2022-05-10T06:36:48.945Z] 699f458cf7ca: Pull complete [2022-05-10T06:36:49.222Z] 765212b225bb: Pull complete [2022-05-10T06:36:50.198Z] f23df028b6ca: Pull complete [2022-05-10T06:36:50.198Z] d65c8cfc05b1: Pull complete [2022-05-10T06:37:05.272Z] 2437ff75d9bd: Pull complete [2022-05-10T06:37:05.272Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-10T06:37:05.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T06:37:05.272Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-10T06:37:05.503Z] prd-ubuntu20.04-docker-arm64-4c-16g-44852 does not seem to be running inside a container [2022-05-10T06:37:05.595Z] $ 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:08.418Z] $ docker top 8649f0480e322ec7f13cd060d9945396297a54e05eab14714168bf504087b181 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:09.370Z] ---> job-cost.sh [2022-05-10T06:37:09.370Z] lf-activate-venv: SKIPPING [2022-05-10T06:37:09.370Z] INFO: No Stack... [2022-05-10T06:37:09.965Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-10T06:37:10.942Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T06:37:11.612Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2022-05-10T06:37:11.612Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T06:37:11.680Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [2022-05-10T06:37:11.687Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] did not exist. Created. [2022-05-10T06:37:11.687Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T06:37:12.363Z] /w/workspace/edgex-ui-go/2@tmp/durable-2d8e30dc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-10T06:37:13.047Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-10T06:37:13.070Z] Warning: overwriting stash ‘stack-cost’ [2022-05-10T06:37:13.305Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T06:37:13.312Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T06:37:13.337Z] $ docker stop --time=1 8649f0480e322ec7f13cd060d9945396297a54e05eab14714168bf504087b181 [2022-05-10T06:37:14.882Z] $ docker rm -f 8649f0480e322ec7f13cd060d9945396297a54e05eab14714168bf504087b181 [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:15.342Z] provisioning config files... [2022-05-10T06:37:15.352Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config2180087850186055108tmp [Pipeline] { [Pipeline] sh [2022-05-10T06:37:15.650Z] + set +x [2022-05-10T06:37:15.650Z] + curl -s https://codecov.io/bash [2022-05-10T06:37:15.650Z] + bash -s -- [2022-05-10T06:37:15.650Z] [2022-05-10T06:37:15.650Z] _____ _ [2022-05-10T06:37:15.650Z] / ____| | | [2022-05-10T06:37:15.650Z] | | ___ __| | ___ ___ _____ __ [2022-05-10T06:37:15.650Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-10T06:37:15.650Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-10T06:37:15.650Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-10T06:37:15.650Z] Bash-1.0.6 [2022-05-10T06:37:15.650Z] [2022-05-10T06:37:15.650Z] [2022-05-10T06:37:15.650Z] ==> git version 2.25.1 found [2022-05-10T06:37:15.650Z] ==> 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:15.650Z] Release-Date: 2020-01-08 [2022-05-10T06:37:15.650Z] 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:15.650Z] 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:15.650Z] ==> Jenkins CI detected. [2022-05-10T06:37:15.650Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-524 [2022-05-10T06:37:15.651Z] project root: . [2022-05-10T06:37:15.651Z] --> token set from env [2022-05-10T06:37:15.651Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-10T06:37:15.651Z] ==> Running gcov in . (disable via -X gcov) [2022-05-10T06:37:15.651Z] ==> Python coveragepy not found [2022-05-10T06:37:15.651Z] ==> Searching for coverage reports in: [2022-05-10T06:37:15.651Z] + . [2022-05-10T06:37:15.651Z] -> Found 1 reports [2022-05-10T06:37:15.651Z] ==> Detecting git/mercurial file structure [2022-05-10T06:37:15.651Z] ==> Reading reports [2022-05-10T06:37:15.651Z] + ./coverage.out bytes=10 [2022-05-10T06:37:15.651Z] ==> Appending adjustments [2022-05-10T06:37:15.651Z] https://docs.codecov.io/docs/fixing-reports [2022-05-10T06:37:15.911Z] + Found adjustments [2022-05-10T06:37:15.911Z] ==> Gzipping contents [2022-05-10T06:37:15.911Z] 8.0K /tmp/codecov.CNWnjw.gz [2022-05-10T06:37:15.911Z] ==> Uploading reports [2022-05-10T06:37:15.911Z] url: https://codecov.io [2022-05-10T06:37:15.911Z] query: branch=PR-524&commit=f1179211e0a40d08caeac8325bdf320be5ff304c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-524%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=524&job=&cmd_args= [2022-05-10T06:37:15.911Z] -> Pinging Codecov [2022-05-10T06:37:15.911Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-524&commit=f1179211e0a40d08caeac8325bdf320be5ff304c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-524%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=524&job=&cmd_args= [2022-05-10T06:37:16.171Z] -> Uploading to [2022-05-10T06:37:16.171Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-10/FB506323287CE973F263BFD2A0EB1F37/f1179211e0a40d08caeac8325bdf320be5ff304c/3b9f82ec-18d2-4ddd-be00-79d00082e125.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T063715Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b55e4b8846fbaee05ad3a343d5c5562a02c0cfefb0889de5ccfeba11ec5582a2 [2022-05-10T06:37:16.171Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T06:37:16.171Z] Dload Upload Total Spent Left Speed [2022-05-10T06:37:16.431Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4378 0 0 100 4378 0 16583 --:--:-- --:--:-- --:--:-- 16583 [2022-05-10T06:37:16.431Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f1179211e0a40d08caeac8325bdf320be5ff304c [Pipeline] } [2022-05-10T06:37:16.438Z] 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:17.224Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives ] [2022-05-10T06:37:17.224Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives [2022-05-10T06:37:17.224Z] total 16 [2022-05-10T06:37:17.224Z] drwxr-xr-x 3 root root 4096 May 10 06:30 . [2022-05-10T06:37:17.224Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:30 .. [2022-05-10T06:37:17.224Z] drwxr-xr-x 2 root root 4096 May 10 06:30 cost [2022-05-10T06:37:17.224Z] -rw-r--r-- 1 root root 82 May 10 06:30 cost.csv [2022-05-10T06:37:17.224Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives [2022-05-10T06:37:17.224Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives [2022-05-10T06:37:17.224Z] total 16 [2022-05-10T06:37:17.224Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:30 . [2022-05-10T06:37:17.224Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:30 .. [2022-05-10T06:37:17.224Z] drwxr-xr-x 2 jenkins jenkins 4096 May 10 06:30 cost [2022-05-10T06:37:17.224Z] -rw-r--r-- 1 jenkins jenkins 82 May 10 06:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:17.521Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:18.396Z] ---> package-listing.sh [2022-05-10T06:37:18.397Z] ++ facter osfamily [2022-05-10T06:37:18.397Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-10T06:37:18.657Z] + OS_FAMILY=debian [2022-05-10T06:37:18.657Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-524 [2022-05-10T06:37:18.657Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-10T06:37:18.657Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-10T06:37:18.657Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-10T06:37:18.657Z] + PACKAGES=/tmp/packages_start.txt [2022-05-10T06:37:18.657Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-524 ']' [2022-05-10T06:37:18.657Z] + PACKAGES=/tmp/packages_end.txt [2022-05-10T06:37:18.657Z] + case "${OS_FAMILY}" in [2022-05-10T06:37:18.657Z] + dpkg -l [2022-05-10T06:37:18.657Z] + grep '^ii' [2022-05-10T06:37:18.657Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-10T06:37:18.657Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-10T06:37:18.657Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-10T06:37:18.657Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-524 ']' [2022-05-10T06:37:18.657Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/ [2022-05-10T06:37:18.657Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/ [Pipeline] echo [2022-05-10T06:37:18.670Z] 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-524/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:18.953Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:19.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:37:19.518Z] . [Pipeline] withDockerContainer [2022-05-10T06:37:19.588Z] prd-ubuntu20.04-docker-8c-8g-44847 does not seem to be running inside a container [2022-05-10T06:37:19.632Z] $ 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-524/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-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@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:19.913Z] $ docker top 50f925fa715d24f7c6bffe0cba8870f47fa6bea37b3a72f3c1b96271090ed4f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:37:20.283Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-10T06:37:20.588Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-10T06:37:20.880Z] + ls /var/log/sa-host [2022-05-10T06:37:20.880Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:37:21.084Z] provisioning config files... [2022-05-10T06:37:21.094Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config4705977360078611119tmp [Pipeline] { [Pipeline] echo [2022-05-10T06:37:21.109Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:21.404Z] ---> create-netrc.sh [Pipeline] } [2022-05-10T06:37:21.412Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:21.747Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-10T06:37:21.757Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:22.044Z] ---> sudo-logs.sh [2022-05-10T06:37:22.044Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-10T06:37:22.075Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:22.364Z] ---> job-cost.sh [2022-05-10T06:37:22.365Z] lf-activate-venv: SKIPPING [2022-05-10T06:37:22.365Z] DEBUG: total: 0.2199999988079071 [2022-05-10T06:37:22.365Z] INFO: Retrieving Stack Cost... [2022-05-10T06:37:22.635Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T06:37:23.205Z] INFO: Archiving Costs [Pipeline] echo [2022-05-10T06:37:23.219Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:23.513Z] ---> logs-deploy.sh [2022-05-10T06:37:23.513Z] lf-activate-venv: SKIPPING [2022-05-10T06:37:23.513Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-524/2 [2022-05-10T06:37:23.513Z] INFO: archiving workspace using pattern(s): [2022-05-10T06:37:24.460Z] Archives upload complete. [2022-05-10T06:37:24.723Z] INFO: archiving logs to Nexus