Pull request #524 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3d63cb60d07f69b9fdb1233ede21c6b6edb57613+b1c49f195c002f3e52adda9c102080955489afd9 (1166ee679851e2c2a3a2e0ab06636ba8bc4400c5) 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-ssh8573377547116986538.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-ssh6060490462996045407.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17045951698912244972.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16058700304772605075.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh17484213455240060469.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh521481911026126935.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-44824 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 b1c49f195c002f3e52adda9c102080955489afd9 into PR head commit 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 Merge succeeded, producing 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 Checking out Revision 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 (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 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # 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 b1c49f195c002f3e52adda9c102080955489afd9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:08:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:08:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:08:20 ========================================================= 04:08:20 EdgeX Global Pipelines Version Info 04:08:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:08:21 ------------------- 04:08:21 stable info: 04:08:21 ------------------- 04:08:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:08:21 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 04:08:21 Message: update stable to v1.0.227 04:08:22 ------------------- 04:08:22 experimental info: 04:08:22 ------------------- 04:08:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:08:22 Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c 04:08:22 Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 04:08:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-524 [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-524 [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-524 [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d63cb6 [Pipeline] echo 04:08:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:08:23 provisioning config files... 04:08:23 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config6111814613113956318tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:24 ---> docker-login.sh 04:08:24 nexus3.edgexfoundry.org:10001 04:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:24 Configure a credential helper to remove this warning. See 04:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:24 04:08:24 Login Succeeded 04:08:24 nexus3.edgexfoundry.org:10002 04:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:25 Configure a credential helper to remove this warning. See 04:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:25 04:08:25 Login Succeeded 04:08:25 nexus3.edgexfoundry.org:10003 04:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:25 Configure a credential helper to remove this warning. See 04:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:25 04:08:25 Login Succeeded 04:08:25 nexus3.edgexfoundry.org:10004 04:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:25 Configure a credential helper to remove this warning. See 04:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:25 04:08:25 Login Succeeded 04:08:25 docker.io 04:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:25 Configure a credential helper to remove this warning. See 04:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:25 04:08:25 Login Succeeded 04:08:25 ---> docker-login.sh ends [Pipeline] } 04:08:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:08:26 + git rev-list -1 --merges 3d63cb60d07f69b9fdb1233ede21c6b6edb57613~1..3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] echo 04:08:26 -----------> git rev-list -1 --merges 3d63cb60d07f69b9fdb1233ede21c6b6edb57613~1..3d63cb60d07f69b9fdb1233ede21c6b6edb57613 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [false] [Pipeline] sh 04:08:26 + git log --format=format:%s -1 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] echo 04:08:27 ========================================================= 04:08:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:08:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:08:27 + git log --format=format:%s -1 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] echo 04:08:27 [semverPrep] GIT_COMMIT: 3d63cb60d07f69b9fdb1233ede21c6b6edb57613, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 04:08:27 [semverPrep] This is not a build commit. [Pipeline] sh 04:08:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:08:27 + grep -v github /etc/ssh/ssh_known_hosts 04:08:27 + [ -e /tmp/ssh_known_hosts ] 04:08:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:08:27 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 04:08:27 -a /etc/ssh/ssh_known_hosts 04:08:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 04:08:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:08:28 04:08:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:08:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:08:28 latest: Pulling from edgex-devops/py-git-semver 04:08:28 1fe172e4850f: Pulling fs layer 04:08:28 caf521ccaac6: Pulling fs layer 04:08:28 3ead6fa29328: Pulling fs layer 04:08:28 5c2a1cbceb83: Pulling fs layer 04:08:28 a8d5f1318db7: Pulling fs layer 04:08:28 c427282e49a2: Pulling fs layer 04:08:28 1827001aaf11: Pulling fs layer 04:08:28 0714d37db230: Pulling fs layer 04:08:28 ac28cf19c067: Pulling fs layer 04:08:28 ca983d60f3e2: Pulling fs layer 04:08:28 9f894cec8388: Pulling fs layer 04:08:28 1827001aaf11: Waiting 04:08:28 0714d37db230: Waiting 04:08:28 ac28cf19c067: Waiting 04:08:28 ca983d60f3e2: Waiting 04:08:28 9f894cec8388: Waiting 04:08:28 5c2a1cbceb83: Waiting 04:08:28 c427282e49a2: Waiting 04:08:28 caf521ccaac6: Download complete 04:08:28 5c2a1cbceb83: Verifying Checksum 04:08:28 5c2a1cbceb83: Download complete 04:08:28 3ead6fa29328: Verifying Checksum 04:08:28 3ead6fa29328: Download complete 04:08:28 c427282e49a2: Verifying Checksum 04:08:28 c427282e49a2: Download complete 04:08:28 a8d5f1318db7: Verifying Checksum 04:08:28 a8d5f1318db7: Download complete 04:08:28 0714d37db230: Download complete 04:08:28 ac28cf19c067: Verifying Checksum 04:08:28 ac28cf19c067: Download complete 04:08:28 ca983d60f3e2: Verifying Checksum 04:08:28 ca983d60f3e2: Download complete 04:08:28 9f894cec8388: Download complete 04:08:28 1fe172e4850f: Verifying Checksum 04:08:28 1fe172e4850f: Download complete 04:08:29 1827001aaf11: Verifying Checksum 04:08:29 1827001aaf11: Download complete 04:08:30 1fe172e4850f: Pull complete 04:08:30 caf521ccaac6: Pull complete 04:08:31 3ead6fa29328: Pull complete 04:08:31 5c2a1cbceb83: Pull complete 04:08:31 a8d5f1318db7: Pull complete 04:08:31 c427282e49a2: Pull complete 04:08:33 1827001aaf11: Pull complete 04:08:33 0714d37db230: Pull complete 04:08:33 ac28cf19c067: Pull complete 04:08:33 ca983d60f3e2: Pull complete 04:08:34 9f894cec8388: Pull complete 04:08:34 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 04:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:08:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 04:08:34 prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container 04:08:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 04:08:35 $ docker top 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a -eo pid,comm 04:08:35 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). 04:08:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:08:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:36 [ssh-agent] Looking for ssh-agent implementation... 04:08:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:36 $ docker exec 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a ssh-agent 04:08:36 SSH_AUTH_SOCK=/tmp/ssh-cu55lCB4UB0G/agent.32 04:08:36 SSH_AGENT_PID=38 04:08:36 Running ssh-add (command line suppressed) 04:08:36 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_1326540474369714862.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_1326540474369714862.key) 04:08:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:36 + git tag --points-at HEAD [Pipeline] } 04:08:36 $ docker exec --env ******** --env ******** 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a ssh-agent -k 04:08:37 unset SSH_AUTH_SOCK; 04:08:37 unset SSH_AGENT_PID; 04:08:37 echo Agent pid 38 killed; 04:08:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:08:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:37 [ssh-agent] Looking for ssh-agent implementation... 04:08:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:37 $ docker exec 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a ssh-agent 04:08:37 SSH_AUTH_SOCK=/tmp/ssh-uSF1BFveWl6E/agent.71 04:08:37 SSH_AGENT_PID=78 04:08:37 Running ssh-add (command line suppressed) 04:08:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_9142085763382003080.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_9142085763382003080.key) 04:08:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:37 + git semver init 04:08:38 2022-05-10 04:08:38,103 [run_init] DEBUG init version:0.0.0 force:False 04:08:38 2022-05-10 04:08:38,104 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver 04:08:38 2022-05-10 04:08:38,105 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver 04:08:38 2022-05-10 04:08:38,105 [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) 04:08:39 2022-05-10 04:08:39,458 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.git/info/exclude 04:08:39 2022-05-10 04:08:39,459 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 with force:False 04:08:39 2022-05-10 04:08:39,459 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 04:08:39 2022-05-10 04:08:39,463 [execute] INFO git cat-file --batch-check 04:08:39 2022-05-10 04:08:39,464 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver, universal_newlines=False, shell=None, istream=) 04:08:39 2022-05-10 04:08:39,470 [execute] INFO git cat-file --batch 04:08:39 2022-05-10 04:08:39,470 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver, universal_newlines=False, shell=None, istream=) 04:08:39 2022-05-10 04:08:39,476 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 04:08:39 0.0.0 [Pipeline] } 04:08:39 $ docker exec --env ******** --env ******** 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a ssh-agent -k 04:08:39 unset SSH_AUTH_SOCK; 04:08:39 unset SSH_AGENT_PID; 04:08:39 echo Agent pid 78 killed; 04:08:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:08:40 + git semver [Pipeline] } 04:08:40 $ docker stop --time=1 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a 04:08:42 $ docker rm -f 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a [Pipeline] // withDockerContainer [Pipeline] sh 04:08:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:08:43 Stashed 1 file(s) [Pipeline] echo 04:08:43 [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 04:08:43 provisioning config files... 04:08:43 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config275660188635765709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:44 ---> docker-login.sh 04:08:44 nexus3.edgexfoundry.org:10001 04:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:44 Configure a credential helper to remove this warning. See 04:08:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:44 04:08:44 Login Succeeded 04:08:44 nexus3.edgexfoundry.org:10002 04:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:44 Configure a credential helper to remove this warning. See 04:08:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:44 04:08:44 Login Succeeded 04:08:44 nexus3.edgexfoundry.org:10003 04:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:44 Configure a credential helper to remove this warning. See 04:08:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:44 04:08:44 Login Succeeded 04:08:44 nexus3.edgexfoundry.org:10004 04:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:44 Configure a credential helper to remove this warning. See 04:08:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:44 04:08:44 Login Succeeded 04:08:44 docker.io 04:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:45 Configure a credential helper to remove this warning. See 04:08:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:45 04:08:45 Login Succeeded 04:08:45 ---> docker-login.sh ends [Pipeline] } 04:08:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:08:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:08:45 ========================================================= 04:08:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 04:08:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:08:45 + 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 . 04:08:46 Sending build context to Docker daemon 43.42MB 04:08:46 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 04:08:46 Step 2/15 : FROM ${BASE} AS builder 04:08:46 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 04:08:46 59bf1c3509f3: Pulling fs layer 04:08:46 666ba61612fd: Pulling fs layer 04:08:46 8ed8ca486205: Pulling fs layer 04:08:46 4fe6c5a15a65: Pulling fs layer 04:08:46 22a0e8bec74d: Pulling fs layer 04:08:46 ca2b28591e48: Pulling fs layer 04:08:46 a51346096db8: Pulling fs layer 04:08:46 daebc70d1ce1: Pulling fs layer 04:08:46 0e18a0eac166: Pulling fs layer 04:08:46 22a0e8bec74d: Waiting 04:08:46 ca2b28591e48: Waiting 04:08:46 a51346096db8: Waiting 04:08:46 0e18a0eac166: Waiting 04:08:46 daebc70d1ce1: Waiting 04:08:46 8ed8ca486205: Download complete 04:08:46 666ba61612fd: Download complete 04:08:46 22a0e8bec74d: Verifying Checksum 04:08:46 22a0e8bec74d: Download complete 04:08:46 ca2b28591e48: Download complete 04:08:46 59bf1c3509f3: Verifying Checksum 04:08:46 59bf1c3509f3: Download complete 04:08:46 a51346096db8: Verifying Checksum 04:08:46 a51346096db8: Download complete 04:08:46 daebc70d1ce1: Verifying Checksum 04:08:46 daebc70d1ce1: Download complete 04:08:46 59bf1c3509f3: Pull complete 04:08:46 666ba61612fd: Pull complete 04:08:46 8ed8ca486205: Pull complete 04:08:46 0e18a0eac166: Verifying Checksum 04:08:46 0e18a0eac166: Download complete 04:08:46 4fe6c5a15a65: Verifying Checksum 04:08:46 4fe6c5a15a65: Download complete 04:08:51 4fe6c5a15a65: Pull complete 04:08:51 22a0e8bec74d: Pull complete 04:08:51 ca2b28591e48: Pull complete 04:08:51 a51346096db8: Pull complete 04:08:51 daebc70d1ce1: Pull complete 04:08:53 0e18a0eac166: Pull complete 04:08:53 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 04:08:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 04:08:53 ---> f018257e8ee9 04:08:53 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:08:55 ---> Running in b73c5dde291c 04:08:55 Removing intermediate container b73c5dde291c 04:08:55 ---> c8be3a07fde5 04:08:55 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 04:08:55 ---> Running in 629e601a0594 04:08:55 Removing intermediate container 629e601a0594 04:08:55 ---> 3a2e51783fc7 04:08:55 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 04:08:55 ---> Running in 67062230f77c 04:08:56 Removing intermediate container 67062230f77c 04:08:56 ---> 47f9647858b4 04:08:56 Step 6/15 : LABEL Name=edgex-ui-go 04:08:56 ---> Running in 6d9cebb991d2 04:08:56 Removing intermediate container 6d9cebb991d2 04:08:56 ---> b5e926f26b67 04:08:56 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:08:56 ---> Running in a260a0f0695e 04:08:56 Removing intermediate container a260a0f0695e 04:08:56 ---> cfcf59b252a0 04:08:56 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:08:56 ---> Running in 8151a652a2af 04:08:56 Removing intermediate container 8151a652a2af 04:08:56 ---> 71869adccc70 04:08:56 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:08:56 ---> Running in a9fc9c28f25f 04:08:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:08:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:08:58 OK: 221 MiB in 52 packages 04:08:58 Still waiting to schedule task 04:08:58 ‘prd-ubuntu20.04-docker-arm64-4c-16g-44826’ is offline 04:08:58 Removing intermediate container a9fc9c28f25f 04:08:58 ---> be494d1a9018 04:08:58 Step 10/15 : ENV GO111MODULE=on 04:08:58 ---> Running in d798c4e246d5 04:08:58 Removing intermediate container d798c4e246d5 04:08:58 ---> 664689271473 04:08:58 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:08:58 ---> Running in 4a0be27dfc9a 04:08:58 Removing intermediate container 4a0be27dfc9a 04:08:58 ---> b53d3d2100a2 04:08:58 Step 12/15 : COPY go.mod vendor* ./ 04:08:59 ---> f232f711f8de 04:08:59 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:08:59 ---> Running in 0499652d0f41 04:09:09 Removing intermediate container 0499652d0f41 04:09:09 ---> ff701f6161c4 04:09:09 Step 14/15 : COPY . . 04:09:10 ---> 5c7a4acbcae4 04:09:10 Step 15/15 : RUN ${MAKE} 04:09:10 ---> Running in 4acb4184bb05 04:09:10 noop 04:09:11 Removing intermediate container 4acb4184bb05 04:09:11 ---> 2be4d47ad0e9 04:09:11 Successfully built 2be4d47ad0e9 04:09:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:09:11 + docker inspect -f . ci-base-image-x86_64 04:09:11 . [Pipeline] withDockerContainer 04:09:11 prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container 04:09:11 $ 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 ******** ci-base-image-x86_64 cat 04:09:12 $ docker top b43b864ff86873ef9eea054bc3f92b9927658380b9403afd5cd29259235af637 -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:12 + go version 04:09:12 go version go1.17.6 linux/amd64 [Pipeline] } 04:09:12 $ docker stop --time=1 b43b864ff86873ef9eea054bc3f92b9927658380b9403afd5cd29259235af637 04:09:13 $ docker rm -f b43b864ff86873ef9eea054bc3f92b9927658380b9403afd5cd29259235af637 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:09:14 + docker inspect -f . ci-base-image-x86_64 04:09:14 . [Pipeline] withDockerContainer 04:09:14 prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container 04:09:14 $ 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 ******** ci-base-image-x86_64 cat 04:09:15 $ docker top e2b6c403a6b56f8d302b343bbc86e1d0bc1e041e98c7e90160a30f5acfa2474f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:09:15 + make test 04:09:15 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:09:16 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:09:22 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 04:09:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:09:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:09:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 04:09:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:09:25 $ docker stop --time=1 e2b6c403a6b56f8d302b343bbc86e1d0bc1e041e98c7e90160a30f5acfa2474f 04:09:27 $ docker rm -f e2b6c403a6b56f8d302b343bbc86e1d0bc1e041e98c7e90160a30f5acfa2474f [Pipeline] // withDockerContainer [Pipeline] sh 04:09:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:09:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:09:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:09:28 + ls -al . 04:09:28 total 160 04:09:28 drwxrwxr-x 14 jenkins jenkins 4096 May 10 04:09 . 04:09:28 drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 .. 04:09:28 drwxrwxr-x 8 jenkins jenkins 4096 May 10 04:08 .git 04:09:28 drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 .github 04:09:28 -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:08 .gitignore 04:09:28 drwxr-xr-x 3 jenkins jenkins 4096 May 10 04:08 .semver 04:09:28 -rw-rw-r-- 1 jenkins jenkins 2022 May 10 04:08 Attribution.txt 04:09:28 -rw-rw-r-- 1 jenkins jenkins 14570 May 10 04:08 CHANGELOG.md 04:09:28 -rw-rw-r-- 1 jenkins jenkins 3959 May 10 04:08 CONTRIBUTING.md 04:09:28 -rw-rw-r-- 1 jenkins jenkins 1549 May 10 04:08 Dockerfile 04:09:28 -rw-rw-r-- 1 jenkins jenkins 652 May 10 04:08 Jenkinsfile 04:09:28 -rw-rw-r-- 1 jenkins jenkins 11357 May 10 04:08 LICENSE 04:09:28 -rw-rw-r-- 1 jenkins jenkins 1212 May 10 04:08 Makefile 04:09:28 -rw-rw-r-- 1 jenkins jenkins 4398 May 10 04:08 README.md 04:09:28 -rw-rw-r-- 1 jenkins jenkins 5 May 10 04:08 VERSION 04:09:28 drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 assets 04:09:28 drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:08 bin 04:09:28 drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 cmd 04:09:28 -rw-r--r-- 1 jenkins jenkins 10 May 10 04:09 coverage.out 04:09:28 drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:08 docs 04:09:28 -rw-rw-r-- 1 jenkins jenkins 1945 May 10 04:08 go.mod 04:09:28 -rw-rw-r-- 1 jenkins jenkins 25933 May 10 04:08 go.sum 04:09:28 drwxrwxr-x 9 jenkins jenkins 4096 May 10 04:08 internal 04:09:28 drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 pkg 04:09:28 drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 snap 04:09:28 drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 testing 04:09:28 -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:08 version.go 04:09:28 drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 web [Pipeline] isUnix [Pipeline] sh 04:09:28 + 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=3d63cb60d07f69b9fdb1233ede21c6b6edb57613 --label arch=amd64 --label version=0.0.0 . 04:09:29 Sending build context to Docker daemon 43.42MB 04:09:29 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 04:09:29 Step 2/23 : FROM ${BASE} AS builder 04:09:29 ---> 2be4d47ad0e9 04:09:29 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:09:29 ---> Running in 639552be0b81 04:09:29 Removing intermediate container 639552be0b81 04:09:29 ---> 7634bb7bdbce 04:09:29 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 04:09:29 ---> Running in 5c4dd4780e91 04:09:29 Removing intermediate container 5c4dd4780e91 04:09:29 ---> 38236f3dc8ce 04:09:29 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 04:09:29 ---> Running in 3b86919278a1 04:09:29 Removing intermediate container 3b86919278a1 04:09:29 ---> b2d3b6a2420b 04:09:29 Step 6/23 : LABEL Name=edgex-ui-go 04:09:30 ---> Running in 87c3aaed3028 04:09:30 Removing intermediate container 87c3aaed3028 04:09:30 ---> 6680594157d9 04:09:30 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:09:30 ---> Running in 54882eab76f0 04:09:30 Removing intermediate container 54882eab76f0 04:09:30 ---> 69342624f908 04:09:30 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:30 ---> Running in 830f314e9278 04:09:30 Removing intermediate container 830f314e9278 04:09:30 ---> 7c0d3f42c81b 04:09:30 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:09:30 ---> Running in 2e53f86b9600 04:09:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:09:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:09:32 OK: 221 MiB in 52 packages 04:09:32 Removing intermediate container 2e53f86b9600 04:09:32 ---> 1b26edfd0d4d 04:09:32 Step 10/23 : ENV GO111MODULE=on 04:09:32 ---> Running in 59267d48a9f1 04:09:32 Removing intermediate container 59267d48a9f1 04:09:32 ---> a1f0d37b7f3c 04:09:32 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:09:32 ---> Running in b6562bdbf9f1 04:09:33 Removing intermediate container b6562bdbf9f1 04:09:33 ---> 26e0c00692b2 04:09:33 Step 12/23 : COPY go.mod vendor* ./ 04:09:33 ---> 5c810550951d 04:09:33 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:09:33 ---> Running in 09168565748c 04:09:34 Removing intermediate container 09168565748c 04:09:34 ---> 873115f36a72 04:09:34 Step 14/23 : COPY . . 04:09:35 ---> a9e34be0d060 04:09:35 Step 15/23 : RUN ${MAKE} 04:09:35 ---> Running in e0adfd55b518 04:09:35 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 04:09:41 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:09:43 Removing intermediate container e0adfd55b518 04:09:43 ---> d57a11680f80 04:09:43 Step 16/23 : FROM alpine:3.14 04:09:43 3.14: Pulling from library/alpine 04:09:43 8663204ce13b: Pulling fs layer 04:09:44 8663204ce13b: Verifying Checksum 04:09:44 8663204ce13b: Download complete 04:09:44 8663204ce13b: Pull complete 04:09:44 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 04:09:44 Status: Downloaded newer image for alpine:3.14 04:09:44 ---> e04c818066af 04:09:44 Step 17/23 : EXPOSE 4000 04:09:44 ---> Running in 5bcd79cef9d1 04:09:44 Removing intermediate container 5bcd79cef9d1 04:09:44 ---> 2239540113aa 04:09:44 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 04:09:44 ---> 5ad87b2f9b80 04:09:44 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:09:44 ---> Running in 082917949a95 04:09:44 Removing intermediate container 082917949a95 04:09:44 ---> 9372db206126 04:09:44 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:09:45 ---> Running in af919a4d3a5f 04:09:45 Removing intermediate container af919a4d3a5f 04:09:45 ---> 6d2fb027277f 04:09:45 Step 21/23 : LABEL arch=amd64 04:09:45 ---> Running in 16d9c58aca2b 04:09:45 Removing intermediate container 16d9c58aca2b 04:09:45 ---> 323c1d506552 04:09:45 Step 22/23 : LABEL git_sha=3d63cb60d07f69b9fdb1233ede21c6b6edb57613 04:09:45 ---> Running in b10d531de9ae 04:09:45 Removing intermediate container b10d531de9ae 04:09:45 ---> 4802c1c6a9ee 04:09:45 Step 23/23 : LABEL version=0.0.0 04:09:45 ---> Running in deee618406da 04:09:45 Removing intermediate container deee618406da 04:09:45 ---> 30c97e8caf26 04:09:45 [Warning] One or more build-args [ARCH] were not consumed 04:09:45 Successfully built 30c97e8caf26 04:09:45 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 04:09:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:09:46 04:09:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:09:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:09:46 latest: Pulling from edgex-lftools-log-publisher 04:09:46 5eb5b503b376: Pulling fs layer 04:09:46 5c69ac0246d0: Pulling fs layer 04:09:46 ec43610c2a17: Pulling fs layer 04:09:46 3a2ae6a8a46f: Pulling fs layer 04:09:46 33b1e0a273af: Pulling fs layer 04:09:46 5d3b04190fa2: Pulling fs layer 04:09:46 2f39f015ded8: Pulling fs layer 04:09:46 5d3b04190fa2: Waiting 04:09:46 3a2ae6a8a46f: Waiting 04:09:46 2f39f015ded8: Waiting 04:09:46 33b1e0a273af: Waiting 04:09:46 5c69ac0246d0: Download complete 04:09:46 3a2ae6a8a46f: Verifying Checksum 04:09:46 3a2ae6a8a46f: Download complete 04:09:46 33b1e0a273af: Verifying Checksum 04:09:46 5d3b04190fa2: Verifying Checksum 04:09:46 5d3b04190fa2: Download complete 04:09:46 ec43610c2a17: Download complete 04:09:47 5eb5b503b376: Verifying Checksum 04:09:47 5eb5b503b376: Download complete 04:09:47 2f39f015ded8: Download complete 04:09:48 5eb5b503b376: Pull complete 04:09:48 5c69ac0246d0: Pull complete 04:09:49 ec43610c2a17: Pull complete 04:09:49 3a2ae6a8a46f: Pull complete 04:09:49 33b1e0a273af: Pull complete 04:09:49 5d3b04190fa2: Pull complete 04:09:54 2f39f015ded8: Pull complete 04:09:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:09:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:09:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:09:54 prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container 04:09:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:09:56 $ docker top be79f6fe7e69e0bebee31af8bedcb20601d94a06cc448bf7497f888e49a65d5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:57 ---> job-cost.sh 04:09:57 lf-activate-venv: SKIPPING 04:09:57 INFO: No Stack... 04:09:57 INFO: Retrieving Pricing Info for: v3-standard-8 04:09:58 INFO: Archiving Costs [Pipeline] sh 04:09:58 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/cost.csv 04:09:58 + cut -d, -f6 [Pipeline] lock 04:09:58 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] 04:09:58 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] did not exist. Created. 04:09:58 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:09:58 + echo total: 0.2199999988079071 [Pipeline] stash 04:09:58 Stashed 1 file(s) [Pipeline] } 04:09:58 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:09:59 $ docker stop --time=1 be79f6fe7e69e0bebee31af8bedcb20601d94a06cc448bf7497f888e49a65d5f 04:10:00 $ docker rm -f be79f6fe7e69e0bebee31af8bedcb20601d94a06cc448bf7497f888e49a65d5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:11:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-44827 in /w/workspace/edgexfoundry_edgex-ui-go_PR-524 [Pipeline] { [Pipeline] ws 04:11:22 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:11:23 The recommended git tool is: git 04:11:30 using credential edgex-jenkins-ssh 04:11:30 Cloning the remote Git repository 04:11:30 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:11:30 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:11:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:11:30 > git --version # timeout=10 04:11:30 > git --version # 'git version 2.25.1' 04:11:30 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:11:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:11:34 Merging remotes/origin/main commit b1c49f195c002f3e52adda9c102080955489afd9 into PR head commit 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 04:11:34 Merge succeeded, producing 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 04:11:34 Checking out Revision 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 (PR-524) 04:11:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:11:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:33 > 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 04:11:34 > git config core.sparsecheckout # timeout=10 04:11:34 > git checkout -f 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # timeout=10 04:11:34 > git remote # timeout=10 04:11:34 > git config --get remote.origin.url # timeout=10 04:11:34 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:34 > git merge b1c49f195c002f3e52adda9c102080955489afd9 # timeout=10 04:11:34 > git rev-parse HEAD^{commit} # timeout=10 04:11:34 > git config core.sparsecheckout # timeout=10 04:11:34 > git checkout -f 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # timeout=10 04:11:39 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:11:39 > git --version # timeout=10 04:11:39 > git --version # 'git version 2.25.1' 04:11:39 fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:11:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:11:40 % Total % Received % Xferd Average Speed Time Time Time Current 04:11:40 Dload Upload Total Spent Left Speed 04:11:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 214k 0 --:--:-- --:--:-- --:--:-- 218k [Pipeline] sh 04:11:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:11:41 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 04:11:41 /etc/docker/daemon.json 04:11:41 { 04:11:41 "registry-mirrors": [ 04:11:41 "https://nexus3.edgexfoundry.org:10001" 04:11:41 ], 04:11:41 "bip": "10.250.0.254/24", 04:11:41 "hosts": [ 04:11:41 "tcp://0.0.0.0:5555", 04:11:41 "unix:///var/run/docker.sock" 04:11:41 ], 04:11:41 "mtu": 1458, 04:11:41 "selinux-enabled": true, 04:11:41 "seccomp-profile": "/etc/docker/seccomp.json" 04:11:41 } [Pipeline] sh 04:11:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:11:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:12:00 provisioning config files... 04:12:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1245445793839670416tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:01 ---> docker-login.sh 04:12:01 nexus3.edgexfoundry.org:10001 04:12:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:02 Configure a credential helper to remove this warning. See 04:12:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:02 04:12:02 Login Succeeded 04:12:02 nexus3.edgexfoundry.org:10002 04:12:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:03 Configure a credential helper to remove this warning. See 04:12:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:03 04:12:03 Login Succeeded 04:12:03 nexus3.edgexfoundry.org:10003 04:12:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:03 Configure a credential helper to remove this warning. See 04:12:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:03 04:12:03 Login Succeeded 04:12:03 nexus3.edgexfoundry.org:10004 04:12:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:04 Configure a credential helper to remove this warning. See 04:12:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:04 04:12:04 Login Succeeded 04:12:04 docker.io 04:12:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:05 Configure a credential helper to remove this warning. See 04:12:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:05 04:12:05 Login Succeeded 04:12:05 ---> docker-login.sh ends [Pipeline] } 04:12:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:12:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:05 ========================================================= 04:12:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 04:12:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:12:06 + 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 . 04:12:07 Sending build context to Docker daemon 27.28MB 04:12:07 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 04:12:07 Step 2/15 : FROM ${BASE} AS builder 04:12:07 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:12:07 9b3977197b4f: Pulling fs layer 04:12:07 1a89e8eeedd5: Pulling fs layer 04:12:07 94645a83ff95: Pulling fs layer 04:12:07 3f3a8bcf1eab: Pulling fs layer 04:12:07 0c92f367c5e7: Pulling fs layer 04:12:07 3096ccb668a1: Pulling fs layer 04:12:07 e8cf19c19ddd: Pulling fs layer 04:12:07 a4caa8a26152: Pulling fs layer 04:12:07 3f3a8bcf1eab: Waiting 04:12:07 0c92f367c5e7: Waiting 04:12:07 3096ccb668a1: Waiting 04:12:07 e8cf19c19ddd: Waiting 04:12:07 94645a83ff95: Verifying Checksum 04:12:07 94645a83ff95: Download complete 04:12:07 1a89e8eeedd5: Verifying Checksum 04:12:07 1a89e8eeedd5: Download complete 04:12:07 0c92f367c5e7: Verifying Checksum 04:12:07 0c92f367c5e7: Download complete 04:12:07 3096ccb668a1: Verifying Checksum 04:12:07 3096ccb668a1: Download complete 04:12:07 9b3977197b4f: Verifying Checksum 04:12:07 9b3977197b4f: Download complete 04:12:07 e8cf19c19ddd: Verifying Checksum 04:12:07 e8cf19c19ddd: Download complete 04:12:08 9b3977197b4f: Pull complete 04:12:08 1a89e8eeedd5: Pull complete 04:12:09 94645a83ff95: Pull complete 04:12:09 a4caa8a26152: Verifying Checksum 04:12:09 a4caa8a26152: Download complete 04:12:10 3f3a8bcf1eab: Verifying Checksum 04:12:10 3f3a8bcf1eab: Download complete 04:12:22 3f3a8bcf1eab: Pull complete 04:12:22 0c92f367c5e7: Pull complete 04:12:22 3096ccb668a1: Pull complete 04:12:22 e8cf19c19ddd: Pull complete 04:12:29 a4caa8a26152: Pull complete 04:12:29 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 04:12:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 04:12:29 ---> 725f1c02e7f9 04:12:29 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:12:30 ---> Running in 62531320120c 04:12:31 Removing intermediate container 62531320120c 04:12:31 ---> b15bda66bc68 04:12:31 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 04:12:31 ---> Running in 2b0d0766b9e0 04:12:32 Removing intermediate container 2b0d0766b9e0 04:12:32 ---> 387b1633a8a4 04:12:32 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 04:12:32 ---> Running in cbf4c83b2509 04:12:32 Removing intermediate container cbf4c83b2509 04:12:32 ---> 7d2699b00b00 04:12:32 Step 6/15 : LABEL Name=edgex-ui-go 04:12:32 ---> Running in edd5e56c1271 04:12:32 Removing intermediate container edd5e56c1271 04:12:32 ---> 2647d3f91633 04:12:32 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:12:32 ---> Running in a73294e1791d 04:12:33 Removing intermediate container a73294e1791d 04:12:33 ---> a7f7472f1883 04:12:33 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:33 ---> Running in 5ae113695450 04:12:35 Removing intermediate container 5ae113695450 04:12:35 ---> bcb416e01b2e 04:12:35 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:12:35 ---> Running in ac8bebf37789 04:12:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:12:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:12:38 OK: 220 MiB in 52 packages 04:12:39 Removing intermediate container ac8bebf37789 04:12:39 ---> 496320bfedc8 04:12:39 Step 10/15 : ENV GO111MODULE=on 04:12:39 ---> Running in dd0b7d4bdc2e 04:12:39 Removing intermediate container dd0b7d4bdc2e 04:12:39 ---> f0f29f95107a 04:12:39 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:12:39 ---> Running in 7b08bc9558d6 04:12:39 Removing intermediate container 7b08bc9558d6 04:12:39 ---> 85480bdb5315 04:12:39 Step 12/15 : COPY go.mod vendor* ./ 04:12:40 ---> 4362bb1512eb 04:12:40 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:40 ---> Running in be18aa7adb2d 04:13:12 Removing intermediate container be18aa7adb2d 04:13:12 ---> 8f6d69a92642 04:13:12 Step 14/15 : COPY . . 04:13:12 ---> e81cb00b888b 04:13:12 Step 15/15 : RUN ${MAKE} 04:13:12 ---> Running in 9bdaed99474d 04:13:12 noop 04:13:12 Removing intermediate container 9bdaed99474d 04:13:12 ---> 2993d1d40767 04:13:12 Successfully built 2993d1d40767 04:13:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:13:13 + docker inspect -f . ci-base-image-arm64 04:13:13 . [Pipeline] withDockerContainer 04:13:14 prd-ubuntu20.04-docker-arm64-4c-16g-44827 does not seem to be running inside a container 04:13:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:15 $ docker top e9e7d238198eeb4747b8af51a3f3d8eba3aa073a53a44c3dce32b6cf9e929f25 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:16 + go version 04:13:16 go version go1.17.6 linux/arm64 [Pipeline] } 04:13:16 $ docker stop --time=1 e9e7d238198eeb4747b8af51a3f3d8eba3aa073a53a44c3dce32b6cf9e929f25 04:13:18 $ docker rm -f e9e7d238198eeb4747b8af51a3f3d8eba3aa073a53a44c3dce32b6cf9e929f25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:13:19 + docker inspect -f . ci-base-image-arm64 04:13:19 . [Pipeline] withDockerContainer 04:13:19 prd-ubuntu20.04-docker-arm64-4c-16g-44827 does not seem to be running inside a container 04:13:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:21 $ docker top d9ddfdc817f6e265a214427b0775d46b2fdcedf29909a218341f58f76019f2be -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:13:22 + make test 04:13:22 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:13:23 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:14:10 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 04:14:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:14:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:14:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 04:14:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:14:25 $ docker stop --time=1 d9ddfdc817f6e265a214427b0775d46b2fdcedf29909a218341f58f76019f2be 04:14:27 $ docker rm -f d9ddfdc817f6e265a214427b0775d46b2fdcedf29909a218341f58f76019f2be [Pipeline] // withDockerContainer [Pipeline] sh 04:14:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:14:28 Warning: overwriting stash ‘coverage-report’ 04:14:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:14:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:14:30 + ls -al . 04:14:30 total 156 04:14:30 drwxrwxr-x 13 jenkins jenkins 4096 May 10 04:13 . 04:14:30 drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:11 .. 04:14:30 drwxrwxr-x 8 jenkins jenkins 4096 May 10 04:11 .git 04:14:30 drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:11 .github 04:14:30 -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:11 .gitignore 04:14:30 -rw-rw-r-- 1 jenkins jenkins 2022 May 10 04:11 Attribution.txt 04:14:30 -rw-rw-r-- 1 jenkins jenkins 14570 May 10 04:11 CHANGELOG.md 04:14:30 -rw-rw-r-- 1 jenkins jenkins 3959 May 10 04:11 CONTRIBUTING.md 04:14:30 -rw-rw-r-- 1 jenkins jenkins 1549 May 10 04:11 Dockerfile 04:14:30 -rw-rw-r-- 1 jenkins jenkins 652 May 10 04:11 Jenkinsfile 04:14:30 -rw-rw-r-- 1 jenkins jenkins 11357 May 10 04:11 LICENSE 04:14:30 -rw-rw-r-- 1 jenkins jenkins 1212 May 10 04:11 Makefile 04:14:30 -rw-rw-r-- 1 jenkins jenkins 4398 May 10 04:11 README.md 04:14:30 -rw-rw-r-- 1 jenkins jenkins 5 May 10 04:08 VERSION 04:14:30 drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:11 assets 04:14:30 drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:11 bin 04:14:30 drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:11 cmd 04:14:30 -rw-r--r-- 1 jenkins jenkins 10 May 10 04:13 coverage.out 04:14:30 drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:11 docs 04:14:30 -rw-rw-r-- 1 jenkins jenkins 1945 May 10 04:11 go.mod 04:14:30 -rw-rw-r-- 1 jenkins jenkins 25933 May 10 04:11 go.sum 04:14:30 drwxrwxr-x 9 jenkins jenkins 4096 May 10 04:11 internal 04:14:30 drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:11 pkg 04:14:30 drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:11 snap 04:14:30 drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:11 testing 04:14:30 -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:11 version.go 04:14:30 drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:11 web [Pipeline] isUnix [Pipeline] sh 04:14:30 + 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=3d63cb60d07f69b9fdb1233ede21c6b6edb57613 --label arch=arm64 --label version=0.0.0 . 04:14:32 Sending build context to Docker daemon 27.28MB 04:14:32 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 04:14:32 Step 2/23 : FROM ${BASE} AS builder 04:14:32 ---> 2993d1d40767 04:14:32 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:14:32 ---> Running in 5de4b6152c58 04:14:32 Removing intermediate container 5de4b6152c58 04:14:32 ---> 3fd95fab5e29 04:14:32 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 04:14:32 ---> Running in 0e3044d5bc89 04:14:32 Removing intermediate container 0e3044d5bc89 04:14:32 ---> fdf98869a6c2 04:14:32 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 04:14:33 ---> Running in 8fc97a587f9b 04:14:33 Removing intermediate container 8fc97a587f9b 04:14:33 ---> d222991517f5 04:14:33 Step 6/23 : LABEL Name=edgex-ui-go 04:14:33 ---> Running in 07556d612b62 04:14:33 Removing intermediate container 07556d612b62 04:14:33 ---> f07d89365bfd 04:14:33 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:14:33 ---> Running in 795c162d245e 04:14:34 Removing intermediate container 795c162d245e 04:14:34 ---> aa354ff6f10b 04:14:34 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:34 ---> Running in 66541685cbd8 04:14:36 Removing intermediate container 66541685cbd8 04:14:36 ---> 6d635d27e67a 04:14:36 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:14:36 ---> Running in 51192ca424a1 04:14:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:14:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:14:39 OK: 220 MiB in 52 packages 04:14:39 Removing intermediate container 51192ca424a1 04:14:39 ---> 586edfd15d4f 04:14:39 Step 10/23 : ENV GO111MODULE=on 04:14:39 ---> Running in aac66c08e048 04:14:40 Removing intermediate container aac66c08e048 04:14:40 ---> 444d12a99085 04:14:40 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:14:40 ---> Running in fab4dbbc1f2d 04:14:40 Removing intermediate container fab4dbbc1f2d 04:14:40 ---> dadd3283f8ea 04:14:40 Step 12/23 : COPY go.mod vendor* ./ 04:14:41 ---> aee30653959a 04:14:41 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:14:41 ---> Running in a720d4537151 04:14:43 Removing intermediate container a720d4537151 04:14:43 ---> 1c16743648d0 04:14:43 Step 14/23 : COPY . . 04:14:46 ---> 543a83b3c99c 04:14:46 Step 15/23 : RUN ${MAKE} 04:14:46 ---> Running in f1091e08b288 04:14:48 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 04:15:27 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:15:28 Removing intermediate container f1091e08b288 04:15:28 ---> a0632604e8c2 04:15:28 Step 16/23 : FROM alpine:3.14 04:15:28 3.14: Pulling from library/alpine 04:15:28 455c02918c45: Pulling fs layer 04:15:29 455c02918c45: Verifying Checksum 04:15:29 455c02918c45: Download complete 04:15:29 455c02918c45: Pull complete 04:15:29 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 04:15:29 Status: Downloaded newer image for alpine:3.14 04:15:29 ---> ac73e934f311 04:15:29 Step 17/23 : EXPOSE 4000 04:15:29 ---> Running in 420a1857febf 04:15:30 Removing intermediate container 420a1857febf 04:15:30 ---> dc7e38f515e7 04:15:30 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 04:15:31 ---> f81ad45748ff 04:15:31 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:15:31 ---> Running in c22c6213dfea 04:15:31 Removing intermediate container c22c6213dfea 04:15:31 ---> 50204e2e9c30 04:15:31 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:15:32 ---> Running in 84591c52cfca 04:15:32 Removing intermediate container 84591c52cfca 04:15:32 ---> 1f101e562fa3 04:15:32 Step 21/23 : LABEL arch=arm64 04:15:32 ---> Running in 8d63df018e45 04:15:32 Removing intermediate container 8d63df018e45 04:15:32 ---> 77ca2b2b8ff3 04:15:32 Step 22/23 : LABEL git_sha=3d63cb60d07f69b9fdb1233ede21c6b6edb57613 04:15:33 ---> Running in 86bbc9405fab 04:15:33 Removing intermediate container 86bbc9405fab 04:15:33 ---> 756a536f1a4c 04:15:33 Step 23/23 : LABEL version=0.0.0 04:15:33 ---> Running in 0fa26cc5a7f7 04:15:33 Removing intermediate container 0fa26cc5a7f7 04:15:33 ---> 16cdd5f8586e 04:15:33 [Warning] One or more build-args [ARCH] were not consumed 04:15:33 Successfully built 16cdd5f8586e 04:15:33 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 04:15:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:34 04:15:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:15:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:35 arm64: Pulling from edgex-lftools-log-publisher 04:15:35 8998bd30e6a1: Pulling fs layer 04:15:35 04944245beec: Pulling fs layer 04:15:35 699f458cf7ca: Pulling fs layer 04:15:35 765212b225bb: Pulling fs layer 04:15:35 f23df028b6ca: Pulling fs layer 04:15:35 d65c8cfc05b1: Pulling fs layer 04:15:35 2437ff75d9bd: Pulling fs layer 04:15:35 765212b225bb: Waiting 04:15:35 f23df028b6ca: Waiting 04:15:35 d65c8cfc05b1: Waiting 04:15:35 2437ff75d9bd: Waiting 04:15:35 04944245beec: Verifying Checksum 04:15:35 04944245beec: Download complete 04:15:35 765212b225bb: Verifying Checksum 04:15:35 765212b225bb: Download complete 04:15:35 f23df028b6ca: Verifying Checksum 04:15:35 f23df028b6ca: Download complete 04:15:35 d65c8cfc05b1: Verifying Checksum 04:15:35 d65c8cfc05b1: Download complete 04:15:35 699f458cf7ca: Verifying Checksum 04:15:35 699f458cf7ca: Download complete 04:15:35 8998bd30e6a1: Verifying Checksum 04:15:35 8998bd30e6a1: Download complete 04:15:38 2437ff75d9bd: Download complete 04:15:40 8998bd30e6a1: Pull complete 04:15:40 04944245beec: Pull complete 04:15:42 699f458cf7ca: Pull complete 04:15:42 765212b225bb: Pull complete 04:15:43 f23df028b6ca: Pull complete 04:15:43 d65c8cfc05b1: Pull complete 04:15:58 2437ff75d9bd: Pull complete 04:15:58 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:15:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:15:58 prd-ubuntu20.04-docker-arm64-4c-16g-44827 does not seem to be running inside a container 04:15:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:16:01 $ docker top 29ae64e9819893dab2e70673a5944ad6f4f8df56363028ca541f321a74fdfdeb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:02 ---> job-cost.sh 04:16:02 lf-activate-venv: SKIPPING 04:16:02 INFO: No Stack... 04:16:02 INFO: Retrieving Pricing Info for: v3-standard-4 04:16:03 INFO: Archiving Costs [Pipeline] sh 04:16:04 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 04:16:04 + cut -d, -f6 [Pipeline] lock 04:16:04 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] 04:16:04 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] did not exist. Created. 04:16:04 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:16:05 /w/workspace/edgex-ui-go/1@tmp/durable-1501c233/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:16:06 + echo total: 0.10999999940395355 [Pipeline] stash 04:16:06 Warning: overwriting stash ‘stack-cost’ 04:16:06 Stashed 1 file(s) [Pipeline] } 04:16:06 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:16:06 $ docker stop --time=1 29ae64e9819893dab2e70673a5944ad6f4f8df56363028ca541f321a74fdfdeb 04:16:07 $ docker rm -f 29ae64e9819893dab2e70673a5944ad6f4f8df56363028ca541f321a74fdfdeb [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 04:16:08 provisioning config files... 04:16:08 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config5530264589263206239tmp [Pipeline] { [Pipeline] sh 04:16:09 + set +x 04:16:09 + bash -s -- 04:16:09 + curl -s https://codecov.io/bash 04:16:09 04:16:09 _____ _ 04:16:09 / ____| | | 04:16:09 | | ___ __| | ___ ___ _____ __ 04:16:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:16:09 | |___| (_) | (_| | __/ (_| (_) \ V / 04:16:09 \_____\___/ \__,_|\___|\___\___/ \_/ 04:16:09 Bash-1.0.6 04:16:09 04:16:09 04:16:09 ==> git version 2.25.1 found 04:16:09 ==> 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 04:16:09 Release-Date: 2020-01-08 04:16:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:16:09 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:16:09 ==> Jenkins CI detected. 04:16:09 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-524 04:16:09 project root: . 04:16:09 --> token set from env 04:16:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:16:09 ==> Running gcov in . (disable via -X gcov) 04:16:09 ==> Python coveragepy not found 04:16:09 ==> Searching for coverage reports in: 04:16:09 + . 04:16:09 -> Found 1 reports 04:16:09 ==> Detecting git/mercurial file structure 04:16:09 ==> Reading reports 04:16:09 + ./coverage.out bytes=10 04:16:09 ==> Appending adjustments 04:16:09 https://docs.codecov.io/docs/fixing-reports 04:16:09 + Found adjustments 04:16:09 ==> Gzipping contents 04:16:09 8.0K /tmp/codecov.pBEIon.gz 04:16:09 ==> Uploading reports 04:16:09 url: https://codecov.io 04:16:09 query: branch=PR-524&commit=3d63cb60d07f69b9fdb1233ede21c6b6edb57613&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-524%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=524&job=&cmd_args= 04:16:09 -> Pinging Codecov 04:16:09 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=3d63cb60d07f69b9fdb1233ede21c6b6edb57613&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-524%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=524&job=&cmd_args= 04:16:09 -> Uploading to 04:16:09 https://storage.googleapis.com/codecov/v4/raw/2022-05-10/FB506323287CE973F263BFD2A0EB1F37/3d63cb60d07f69b9fdb1233ede21c6b6edb57613/81797663-fb33-4ec3-b7f2-d33f50ad5fab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T041609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cdfd90fadffc692a24f90e8e60160ae43f4c62440e6a94d66d916f33c3087971 04:16:09 % Total % Received % Xferd Average Speed Time Time Time Current 04:16:09 Dload Upload Total Spent Left Speed 04:16:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4378 0 0 100 4378 0 18317 --:--:-- --:--:-- --:--:-- 18317 04:16:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] } 04:16:10 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 04:16:11 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives ] 04:16:11 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives 04:16:11 total 16 04:16:11 drwxr-xr-x 3 root root 4096 May 10 04:09 . 04:16:11 drwxrwxr-x 15 jenkins jenkins 4096 May 10 04:09 .. 04:16:11 drwxr-xr-x 2 root root 4096 May 10 04:09 cost 04:16:11 -rw-r--r-- 1 root root 82 May 10 04:09 cost.csv 04:16:11 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives 04:16:11 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives 04:16:11 total 16 04:16:11 drwxr-xr-x 3 jenkins jenkins 4096 May 10 04:09 . 04:16:11 drwxrwxr-x 15 jenkins jenkins 4096 May 10 04:09 .. 04:16:11 drwxr-xr-x 2 jenkins jenkins 4096 May 10 04:09 cost 04:16:11 -rw-r--r-- 1 jenkins jenkins 82 May 10 04:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:16:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:16:12 ---> package-listing.sh 04:16:12 ++ facter osfamily 04:16:12 ++ tr '[:upper:]' '[:lower:]' 04:16:13 + OS_FAMILY=debian 04:16:13 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-524 04:16:13 + START_PACKAGES=/tmp/packages_start.txt 04:16:13 + END_PACKAGES=/tmp/packages_end.txt 04:16:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:16:13 + PACKAGES=/tmp/packages_start.txt 04:16:13 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-524 ']' 04:16:13 + PACKAGES=/tmp/packages_end.txt 04:16:13 + case "${OS_FAMILY}" in 04:16:13 + dpkg -l 04:16:13 + grep '^ii' 04:16:13 + '[' -f /tmp/packages_start.txt ']' 04:16:13 + '[' -f /tmp/packages_end.txt ']' 04:16:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:16:13 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-524 ']' 04:16:13 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/ 04:16:13 + 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 04:16:13 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 04:16:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:16:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:16:14 . [Pipeline] withDockerContainer 04:16:14 prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container 04:16:14 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:16:14 $ docker top 8051e9565d132c748cd0d2d6b5dd945a5be1695510b2f78647198796f7eb94a1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:14 + touch /tmp/pre-build-complete [Pipeline] sh 04:16:15 + mkdir -p /var/log/sysstat [Pipeline] sh 04:16:15 + ls /var/log/sa-host 04:16:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:15 provisioning config files... 04:16:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config5414724325031644614tmp [Pipeline] { [Pipeline] echo 04:16:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:16:15 ---> create-netrc.sh [Pipeline] } 04:16:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:16:16 ---> python-tools-install.sh [Pipeline] echo 04:16:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:16:16 ---> sudo-logs.sh 04:16:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:16:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:16:17 ---> job-cost.sh 04:16:17 lf-activate-venv: SKIPPING 04:16:17 DEBUG: total: 0.2199999988079071 04:16:17 INFO: Retrieving Stack Cost... 04:16:17 INFO: Retrieving Pricing Info for: v3-standard-8 04:16:17 INFO: Archiving Costs [Pipeline] echo 04:16:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:16:18 ---> logs-deploy.sh 04:16:18 lf-activate-venv: SKIPPING 04:16:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-524/1 04:16:18 INFO: archiving workspace using pattern(s): 04:16:19 Archives upload complete. 04:16:19 INFO: archiving logs to Nexus