Pull request #525 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4936ce7564e6da9122d4ab32e92d9649805e4f5e+0b85a2dc129beb3e133fd854edb6b53abe9b033a (97e6691658b11d982d30fc1b7d015924ad618539) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4351018859810140390.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17558489016238394839.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17628546072166508034.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16935333431454337693.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1561344044782035530.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-41381’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu18.04-docker-8c-8g-41080’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-44844’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-44843’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-44846 in /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-525 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 0b85a2dc129beb3e133fd854edb6b53abe9b033a into PR head commit 4936ce7564e6da9122d4ab32e92d9649805e4f5e Merge succeeded, producing 4936ce7564e6da9122d4ab32e92d9649805e4f5e Checking out Revision 4936ce7564e6da9122d4ab32e92d9649805e4f5e (PR-525) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4936ce7564e6da9122d4ab32e92d9649805e4f5e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0b85a2dc129beb3e133fd854edb6b53abe9b033a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4936ce7564e6da9122d4ab32e92d9649805e4f5e # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:28:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:28:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:28:33 ========================================================= 06:28:33 EdgeX Global Pipelines Version Info 06:28:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 681bfa3f169a77e5aa45c3d23b03363153c4644f # timeout=10 06:28:34 ------------------- 06:28:34 stable info: 06:28:34 ------------------- 06:28:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:28:34 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 06:28:34 Message: update stable to v1.0.227 06:28:35 ------------------- 06:28:35 experimental info: 06:28:35 ------------------- 06:28:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:28:35 Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c 06:28:35 Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-525 [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-525 [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-525 [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4936ce7 [Pipeline] echo 06:28:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:28:35 provisioning config files... 06:28:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config6635499742544379467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:28:36 ---> docker-login.sh 06:28:36 nexus3.edgexfoundry.org:10001 06:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:36 Configure a credential helper to remove this warning. See 06:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:36 06:28:36 Login Succeeded 06:28:36 nexus3.edgexfoundry.org:10002 06:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:36 Configure a credential helper to remove this warning. See 06:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:36 06:28:36 Login Succeeded 06:28:36 nexus3.edgexfoundry.org:10003 06:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:36 Configure a credential helper to remove this warning. See 06:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:36 06:28:36 Login Succeeded 06:28:36 nexus3.edgexfoundry.org:10004 06:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:36 Configure a credential helper to remove this warning. See 06:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:36 06:28:36 Login Succeeded 06:28:36 docker.io 06:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:37 Configure a credential helper to remove this warning. See 06:28:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:37 06:28:37 Login Succeeded 06:28:37 ---> docker-login.sh ends [Pipeline] } 06:28:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:28:37 + git rev-list -1 --merges 4936ce7564e6da9122d4ab32e92d9649805e4f5e~1..4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] echo 06:28:37 -----------> git rev-list -1 --merges 4936ce7564e6da9122d4ab32e92d9649805e4f5e~1..4936ce7564e6da9122d4ab32e92d9649805e4f5e 4936ce7564e6da9122d4ab32e92d9649805e4f5e [false] [Pipeline] sh 06:28:37 + git log --format=format:%s -1 4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] echo 06:28:37 ========================================================= 06:28:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:28:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:28:38 + git log --format=format:%s -1 4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] echo 06:28:38 [semverPrep] GIT_COMMIT: 4936ce7564e6da9122d4ab32e92d9649805e4f5e, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo 06:28:38 [semverPrep] This is not a build commit. [Pipeline] sh 06:28:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:28:38 + grep -v github /etc/ssh/ssh_known_hosts 06:28:38 + [ -e /tmp/ssh_known_hosts ] 06:28:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:28:38 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:28:38 + sudo tee -a /etc/ssh/ssh_known_hosts 06:28:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 06:28:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:28:39 06:28:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:28:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:28:39 latest: Pulling from edgex-devops/py-git-semver 06:28:39 1fe172e4850f: Pulling fs layer 06:28:39 caf521ccaac6: Pulling fs layer 06:28:39 3ead6fa29328: Pulling fs layer 06:28:39 5c2a1cbceb83: Pulling fs layer 06:28:39 a8d5f1318db7: Pulling fs layer 06:28:39 c427282e49a2: Pulling fs layer 06:28:39 1827001aaf11: Pulling fs layer 06:28:39 0714d37db230: Pulling fs layer 06:28:39 ac28cf19c067: Pulling fs layer 06:28:39 ca983d60f3e2: Pulling fs layer 06:28:39 9f894cec8388: Pulling fs layer 06:28:39 5c2a1cbceb83: Waiting 06:28:39 0714d37db230: Waiting 06:28:39 ca983d60f3e2: Waiting 06:28:39 c427282e49a2: Waiting 06:28:39 ac28cf19c067: Waiting 06:28:39 a8d5f1318db7: Waiting 06:28:39 1827001aaf11: Waiting 06:28:39 9f894cec8388: Waiting 06:28:39 caf521ccaac6: Verifying Checksum 06:28:39 caf521ccaac6: Download complete 06:28:39 5c2a1cbceb83: Verifying Checksum 06:28:39 5c2a1cbceb83: Download complete 06:28:39 3ead6fa29328: Verifying Checksum 06:28:39 3ead6fa29328: Download complete 06:28:39 a8d5f1318db7: Verifying Checksum 06:28:39 a8d5f1318db7: Download complete 06:28:39 c427282e49a2: Verifying Checksum 06:28:39 c427282e49a2: Download complete 06:28:39 0714d37db230: Verifying Checksum 06:28:39 0714d37db230: Download complete 06:28:39 ac28cf19c067: Download complete 06:28:39 ca983d60f3e2: Verifying Checksum 06:28:39 ca983d60f3e2: Download complete 06:28:39 9f894cec8388: Download complete 06:28:39 1fe172e4850f: Verifying Checksum 06:28:39 1fe172e4850f: Download complete 06:28:39 1827001aaf11: Verifying Checksum 06:28:39 1827001aaf11: Download complete 06:28:40 1fe172e4850f: Pull complete 06:28:41 caf521ccaac6: Pull complete 06:28:41 3ead6fa29328: Pull complete 06:28:41 5c2a1cbceb83: Pull complete 06:28:41 a8d5f1318db7: Pull complete 06:28:41 c427282e49a2: Pull complete 06:28:43 1827001aaf11: Pull complete 06:28:43 0714d37db230: Pull complete 06:28:43 ac28cf19c067: Pull complete 06:28:44 ca983d60f3e2: Pull complete 06:28:44 9f894cec8388: Pull complete 06:28:44 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 06:28:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:28:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 06:28:44 prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container 06:28:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 06:28:46 $ docker top e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 -eo pid,comm 06:28:46 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). 06:28:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:28:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:28:46 [ssh-agent] Looking for ssh-agent implementation... 06:28:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:28:46 $ docker exec e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 ssh-agent 06:28:46 SSH_AUTH_SOCK=/tmp/ssh-1gtpHe1opuGY/agent.32 06:28:46 SSH_AGENT_PID=38 06:28:46 Running ssh-add (command line suppressed) 06:28:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_4604365335838186771.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_4604365335838186771.key) 06:28:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:28:46 + git tag --points-at HEAD [Pipeline] } 06:28:46 $ docker exec --env ******** --env ******** e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 ssh-agent -k 06:28:46 unset SSH_AUTH_SOCK; 06:28:46 unset SSH_AGENT_PID; 06:28:46 echo Agent pid 38 killed; 06:28:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:28:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:28:46 [ssh-agent] Looking for ssh-agent implementation... 06:28:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:28:47 $ docker exec e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 ssh-agent 06:28:47 SSH_AUTH_SOCK=/tmp/ssh-I6Fd8k3sA4UQ/agent.71 06:28:47 SSH_AGENT_PID=78 06:28:47 Running ssh-add (command line suppressed) 06:28:47 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_8343102289993893783.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_8343102289993893783.key) 06:28:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:28:47 + git semver init 06:28:47 2022-05-10 06:28:47,885 [run_init] DEBUG init version:0.0.0 force:False 06:28:47 2022-05-10 06:28:47,886 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver 06:28:47 2022-05-10 06:28:47,887 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver 06:28:47 2022-05-10 06:28:47,887 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-525, universal_newlines=False, shell=None, istream=None) 06:28:49 2022-05-10 06:28:49,300 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.git/info/exclude 06:28:49 2022-05-10 06:28:49,301 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 with force:False 06:28:49 2022-05-10 06:28:49,301 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 06:28:49 2022-05-10 06:28:49,306 [execute] INFO git cat-file --batch-check 06:28:49 2022-05-10 06:28:49,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver, universal_newlines=False, shell=None, istream=) 06:28:49 2022-05-10 06:28:49,313 [execute] INFO git cat-file --batch 06:28:49 2022-05-10 06:28:49,314 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver, universal_newlines=False, shell=None, istream=) 06:28:49 2022-05-10 06:28:49,320 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 06:28:49 0.0.0 [Pipeline] } 06:28:49 $ docker exec --env ******** --env ******** e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 ssh-agent -k 06:28:49 unset SSH_AUTH_SOCK; 06:28:49 unset SSH_AGENT_PID; 06:28:49 echo Agent pid 78 killed; 06:28:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:28:50 + git semver [Pipeline] } 06:28:50 $ docker stop --time=1 e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 06:28:51 $ docker rm -f e7c3b6c034b1aff773b1616d05e60349796be97760107fd1dbada1e0e923fe51 [Pipeline] // withDockerContainer [Pipeline] sh 06:28:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:28:52 Stashed 1 file(s) [Pipeline] echo 06:28:52 [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 06:28:52 provisioning config files... 06:28:52 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config3439107596636829007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:28:52 ---> docker-login.sh 06:28:52 nexus3.edgexfoundry.org:10001 06:28:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:52 Configure a credential helper to remove this warning. See 06:28:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:52 06:28:52 Login Succeeded 06:28:52 nexus3.edgexfoundry.org:10002 06:28:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:52 Configure a credential helper to remove this warning. See 06:28:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:52 06:28:52 Login Succeeded 06:28:52 nexus3.edgexfoundry.org:10003 06:28:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:52 Configure a credential helper to remove this warning. See 06:28:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:52 06:28:52 Login Succeeded 06:28:52 nexus3.edgexfoundry.org:10004 06:28:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:53 Configure a credential helper to remove this warning. See 06:28:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:53 06:28:53 Login Succeeded 06:28:53 docker.io 06:28:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:28:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:28:53 Configure a credential helper to remove this warning. See 06:28:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:28:53 06:28:53 Login Succeeded 06:28:53 ---> docker-login.sh ends [Pipeline] } 06:28:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:28:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:28:53 ========================================================= 06:28:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 06:28:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 06:28:53 + 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 . 06:28:54 Sending build context to Docker daemon 43.17MB 06:28:54 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 06:28:54 Step 2/15 : FROM ${BASE} AS builder 06:28:54 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 06:28:54 59bf1c3509f3: Pulling fs layer 06:28:54 666ba61612fd: Pulling fs layer 06:28:54 8ed8ca486205: Pulling fs layer 06:28:54 4fe6c5a15a65: Pulling fs layer 06:28:54 22a0e8bec74d: Pulling fs layer 06:28:54 ca2b28591e48: Pulling fs layer 06:28:54 a51346096db8: Pulling fs layer 06:28:54 daebc70d1ce1: Pulling fs layer 06:28:54 0e18a0eac166: Pulling fs layer 06:28:54 4fe6c5a15a65: Waiting 06:28:54 22a0e8bec74d: Waiting 06:28:54 a51346096db8: Waiting 06:28:54 ca2b28591e48: Waiting 06:28:54 daebc70d1ce1: Waiting 06:28:54 0e18a0eac166: Waiting 06:28:54 8ed8ca486205: Verifying Checksum 06:28:54 8ed8ca486205: Download complete 06:28:54 666ba61612fd: Verifying Checksum 06:28:54 666ba61612fd: Download complete 06:28:54 22a0e8bec74d: Verifying Checksum 06:28:54 22a0e8bec74d: Download complete 06:28:54 ca2b28591e48: Verifying Checksum 06:28:54 ca2b28591e48: Download complete 06:28:54 59bf1c3509f3: Verifying Checksum 06:28:54 59bf1c3509f3: Download complete 06:28:54 a51346096db8: Verifying Checksum 06:28:54 a51346096db8: Download complete 06:28:54 daebc70d1ce1: Verifying Checksum 06:28:54 daebc70d1ce1: Download complete 06:28:54 59bf1c3509f3: Pull complete 06:28:54 666ba61612fd: Pull complete 06:28:54 8ed8ca486205: Pull complete 06:28:54 0e18a0eac166: Verifying Checksum 06:28:54 0e18a0eac166: Download complete 06:28:54 4fe6c5a15a65: Verifying Checksum 06:28:54 4fe6c5a15a65: Download complete 06:28:59 4fe6c5a15a65: Pull complete 06:28:59 22a0e8bec74d: Pull complete 06:28:59 ca2b28591e48: Pull complete 06:28:59 a51346096db8: Pull complete 06:28:59 daebc70d1ce1: Pull complete 06:29:01 0e18a0eac166: Pull complete 06:29:01 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 06:29:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 06:29:01 ---> f018257e8ee9 06:29:01 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:29:02 ---> Running in e99751f3df76 06:29:02 Removing intermediate container e99751f3df76 06:29:02 ---> 04d7299e93e4 06:29:02 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 06:29:03 ---> Running in db06e0b6a827 06:29:03 Removing intermediate container db06e0b6a827 06:29:03 ---> 34d3af0079db 06:29:03 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 06:29:03 ---> Running in 579eb1b1b949 06:29:03 Removing intermediate container 579eb1b1b949 06:29:03 ---> afbcd9abdd13 06:29:03 Step 6/15 : LABEL Name=edgex-ui-go 06:29:03 ---> Running in 8abc762798bf 06:29:03 Removing intermediate container 8abc762798bf 06:29:03 ---> 63c7ad04e6c9 06:29:03 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:29:03 ---> Running in 2919a00fb726 06:29:03 Removing intermediate container 2919a00fb726 06:29:03 ---> 2b29589d5823 06:29:03 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:03 ---> Running in c061471db26b 06:29:04 Removing intermediate container c061471db26b 06:29:04 ---> 2d0791c136a6 06:29:04 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:29:04 ---> Running in 082226a05bf0 06:29:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:29:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:29:05 OK: 221 MiB in 52 packages 06:29:06 Removing intermediate container 082226a05bf0 06:29:06 ---> e65d3ba41408 06:29:06 Step 10/15 : ENV GO111MODULE=on 06:29:06 ---> Running in 77e8e66ad7ae 06:29:06 Removing intermediate container 77e8e66ad7ae 06:29:06 ---> d77779760763 06:29:06 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:29:06 ---> Running in 6497d7e07738 06:29:06 Removing intermediate container 6497d7e07738 06:29:06 ---> 36eb6e52729b 06:29:06 Step 12/15 : COPY go.mod vendor* ./ 06:29:06 ---> 73a082a3f966 06:29:06 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:06 ---> Running in 414269fb37e2 06:29:07 Still waiting to schedule task 06:29:07 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:29:28 Removing intermediate container 414269fb37e2 06:29:28 ---> 0338b5c9b62f 06:29:28 Step 14/15 : COPY . . 06:29:28 ---> 6fff3b118c5a 06:29:28 Step 15/15 : RUN ${MAKE} 06:29:28 ---> Running in 343820ce031c 06:29:28 noop 06:29:28 Removing intermediate container 343820ce031c 06:29:28 ---> ec3e018fbfb5 06:29:28 Successfully built ec3e018fbfb5 06:29:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:29:29 + docker inspect -f . ci-base-image-x86_64 06:29:29 . [Pipeline] withDockerContainer 06:29:29 prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container 06:29:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:29:29 $ docker top 7677f53643c58ceaab255d4e66e1586c122bfa2ec1a93fc4e278fa5355ac2ec4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:29 + go version 06:29:29 go version go1.17.6 linux/amd64 [Pipeline] } 06:29:29 $ docker stop --time=1 7677f53643c58ceaab255d4e66e1586c122bfa2ec1a93fc4e278fa5355ac2ec4 06:29:31 $ docker rm -f 7677f53643c58ceaab255d4e66e1586c122bfa2ec1a93fc4e278fa5355ac2ec4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:29:31 + docker inspect -f . ci-base-image-x86_64 06:29:31 . [Pipeline] withDockerContainer 06:29:31 prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container 06:29:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:29:32 $ docker top f97b4c85ae4a291c7a1422b1a271eb3ae6e2b5101a461ae2c0887f93d932a6ce -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:29:32 + make test 06:29:32 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:29:32 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:29:38 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 06:29:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:29:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:29:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 06:29:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:29:40 $ docker stop --time=1 f97b4c85ae4a291c7a1422b1a271eb3ae6e2b5101a461ae2c0887f93d932a6ce 06:29:41 $ docker rm -f f97b4c85ae4a291c7a1422b1a271eb3ae6e2b5101a461ae2c0887f93d932a6ce [Pipeline] // withDockerContainer [Pipeline] sh 06:29:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:29:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:29:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:29:42 + ls -al . 06:29:42 total 180 06:29:42 drwxrwxr-x 14 jenkins jenkins 4096 May 10 06:29 . 06:29:42 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 .. 06:29:42 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:28 .git 06:29:42 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 .github 06:29:42 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:28 .gitignore 06:29:42 drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:28 .semver 06:29:42 -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:28 Attribution.txt 06:29:42 -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:28 CHANGELOG.md 06:29:42 -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:28 CONTRIBUTING.md 06:29:42 -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:28 Dockerfile 06:29:42 -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:28 Jenkinsfile 06:29:42 -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:28 LICENSE 06:29:42 -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:28 Makefile 06:29:42 -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:28 README.md 06:29:42 -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:28 VERSION 06:29:42 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 assets 06:29:42 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:28 bin 06:29:42 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 cmd 06:29:42 -rw-r--r-- 1 jenkins jenkins 10 May 10 06:29 coverage.out 06:29:42 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:28 docs 06:29:42 -rw-rw-r-- 1 jenkins jenkins 1944 May 10 06:28 go.mod 06:29:42 -rw-rw-r-- 1 jenkins jenkins 48565 May 10 06:28 go.sum 06:29:42 drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:28 internal 06:29:42 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:28 pkg 06:29:42 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 snap 06:29:42 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 testing 06:29:42 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:28 version.go 06:29:42 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:28 web [Pipeline] isUnix [Pipeline] sh 06:29:43 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=4936ce7564e6da9122d4ab32e92d9649805e4f5e --label arch=amd64 --label version=0.0.0 . 06:29:43 Sending build context to Docker daemon 43.17MB 06:29:43 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 06:29:43 Step 2/23 : FROM ${BASE} AS builder 06:29:43 ---> ec3e018fbfb5 06:29:43 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:29:43 ---> Running in 2797fa18f0dd 06:29:43 Removing intermediate container 2797fa18f0dd 06:29:43 ---> caed8ba0e82f 06:29:43 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 06:29:43 ---> Running in 16e51a345a30 06:29:43 Removing intermediate container 16e51a345a30 06:29:43 ---> 73f0f1406689 06:29:43 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 06:29:43 ---> Running in 86ece8151fbb 06:29:43 Removing intermediate container 86ece8151fbb 06:29:43 ---> 1235afcb17c5 06:29:43 Step 6/23 : LABEL Name=edgex-ui-go 06:29:43 ---> Running in 70acb21fd16e 06:29:43 Removing intermediate container 70acb21fd16e 06:29:43 ---> 49f2e5fb5e47 06:29:43 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:29:43 ---> Running in 7eac90c1468d 06:29:44 Removing intermediate container 7eac90c1468d 06:29:44 ---> cbabf7efa262 06:29:44 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:44 ---> Running in 66cd3958f722 06:29:44 Removing intermediate container 66cd3958f722 06:29:44 ---> e95183677e05 06:29:44 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:29:44 ---> Running in 02f9ccd01fd2 06:29:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:29:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:29:46 OK: 221 MiB in 52 packages 06:29:46 Removing intermediate container 02f9ccd01fd2 06:29:46 ---> 462560bc4d07 06:29:46 Step 10/23 : ENV GO111MODULE=on 06:29:46 ---> Running in 2908afde7509 06:29:46 Removing intermediate container 2908afde7509 06:29:46 ---> dc59f47b1fe9 06:29:46 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:29:46 ---> Running in 1f1403b6bb28 06:29:46 Removing intermediate container 1f1403b6bb28 06:29:46 ---> 811ee4ebdcc2 06:29:46 Step 12/23 : COPY go.mod vendor* ./ 06:29:46 ---> 48f32bb9f0ac 06:29:46 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:47 ---> Running in 2825a686614e 06:29:47 Removing intermediate container 2825a686614e 06:29:47 ---> 19352a08e243 06:29:47 Step 14/23 : COPY . . 06:29:48 ---> 9185d2f3fe80 06:29:48 Step 15/23 : RUN ${MAKE} 06:29:48 ---> Running in d685992b3690 06:29: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 06:29:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:29:55 Removing intermediate container d685992b3690 06:29:55 ---> 9396176e86b6 06:29:55 Step 16/23 : FROM alpine:3.14 06:29:55 3.14: Pulling from library/alpine 06:29:56 8663204ce13b: Pulling fs layer 06:29:56 8663204ce13b: Verifying Checksum 06:29:56 8663204ce13b: Download complete 06:29:56 8663204ce13b: Pull complete 06:29:56 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:29:56 Status: Downloaded newer image for alpine:3.14 06:29:56 ---> e04c818066af 06:29:56 Step 17/23 : EXPOSE 4000 06:29:56 ---> Running in 43e2104c5828 06:29:56 Removing intermediate container 43e2104c5828 06:29:56 ---> 76dfee11054d 06:29:56 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 06:29:56 ---> 3018505c226d 06:29:56 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:29:56 ---> Running in 0e82ff3855a3 06:29:56 Removing intermediate container 0e82ff3855a3 06:29:56 ---> 123c3ba339c9 06:29:56 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:29:57 ---> Running in 97688e42c079 06:29:57 Removing intermediate container 97688e42c079 06:29:57 ---> 3ee5749ad1ec 06:29:57 Step 21/23 : LABEL arch=amd64 06:29:57 ---> Running in fc3905215874 06:29:57 Removing intermediate container fc3905215874 06:29:57 ---> bdadf1666ed1 06:29:57 Step 22/23 : LABEL git_sha=4936ce7564e6da9122d4ab32e92d9649805e4f5e 06:29:57 ---> Running in a1e9ef6ae164 06:29:57 Removing intermediate container a1e9ef6ae164 06:29:57 ---> 845b493528ae 06:29:57 Step 23/23 : LABEL version=0.0.0 06:29:57 ---> Running in 9168bd03b9b9 06:29:57 Removing intermediate container 9168bd03b9b9 06:29:57 ---> 6f6012edbd91 06:29:57 [Warning] One or more build-args [ARCH] were not consumed 06:29:57 Successfully built 6f6012edbd91 06:29:57 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 06:29:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:29:58 06:29:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 06:29:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:29:58 latest: Pulling from edgex-lftools-log-publisher 06:29:58 5eb5b503b376: Pulling fs layer 06:29:58 5c69ac0246d0: Pulling fs layer 06:29:58 ec43610c2a17: Pulling fs layer 06:29:58 3a2ae6a8a46f: Pulling fs layer 06:29:58 33b1e0a273af: Pulling fs layer 06:29:58 5d3b04190fa2: Pulling fs layer 06:29:58 2f39f015ded8: Pulling fs layer 06:29:58 3a2ae6a8a46f: Waiting 06:29:58 33b1e0a273af: Waiting 06:29:58 5d3b04190fa2: Waiting 06:29:58 2f39f015ded8: Waiting 06:29:58 5c69ac0246d0: Download complete 06:29:58 3a2ae6a8a46f: Verifying Checksum 06:29:58 3a2ae6a8a46f: Download complete 06:29:58 33b1e0a273af: Verifying Checksum 06:29:58 33b1e0a273af: Download complete 06:29:58 ec43610c2a17: Verifying Checksum 06:29:58 ec43610c2a17: Download complete 06:29:58 5d3b04190fa2: Download complete 06:29:58 5eb5b503b376: Verifying Checksum 06:29:58 5eb5b503b376: Download complete 06:29:59 2f39f015ded8: Download complete 06:29:59 5eb5b503b376: Pull complete 06:30:00 5c69ac0246d0: Pull complete 06:30:00 ec43610c2a17: Pull complete 06:30:00 3a2ae6a8a46f: Pull complete 06:30:00 33b1e0a273af: Pull complete 06:30:00 5d3b04190fa2: Pull complete 06:30:05 2f39f015ded8: Pull complete 06:30:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:30:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:30:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 06:30:05 prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container 06:30:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:30:07 $ docker top 5f8eeb357e22154f301bdf5999f9a010a0f3864395fa319b6efb63dc4e6ce343 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:30:07 ---> job-cost.sh 06:30:07 lf-activate-venv: SKIPPING 06:30:07 INFO: No Stack... 06:30:07 INFO: Retrieving Pricing Info for: v3-standard-8 06:30:08 INFO: Archiving Costs [Pipeline] sh 06:30:08 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/cost.csv 06:30:08 + cut -d, -f6 [Pipeline] lock 06:30:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] 06:30:08 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] did not exist. Created. 06:30:08 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:30:08 + echo total: 0.2199999988079071 [Pipeline] stash 06:30:08 Stashed 1 file(s) [Pipeline] } 06:30:08 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [Pipeline] // lock [Pipeline] } 06:30:08 $ docker stop --time=1 5f8eeb357e22154f301bdf5999f9a010a0f3864395fa319b6efb63dc4e6ce343 06:30:09 $ docker rm -f 5f8eeb357e22154f301bdf5999f9a010a0f3864395fa319b6efb63dc4e6ce343 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:32:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-44850 in /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [Pipeline] { [Pipeline] ws 06:32:05 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 06:32:06 The recommended git tool is: git 06:32:13 using credential edgex-jenkins-ssh 06:32:13 Cloning the remote Git repository 06:32:13 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:32:13 > git init /w/workspace/edgex-ui-go/2 # timeout=10 06:32:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:32:13 > git --version # timeout=10 06:32:13 > git --version # 'git version 2.25.1' 06:32:13 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:17 Merging remotes/origin/main commit 0b85a2dc129beb3e133fd854edb6b53abe9b033a into PR head commit 4936ce7564e6da9122d4ab32e92d9649805e4f5e 06:32:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:32:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:32:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:32:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:32:17 > git config core.sparsecheckout # timeout=10 06:32:18 > git checkout -f 4936ce7564e6da9122d4ab32e92d9649805e4f5e # timeout=10 06:32:18 Merge succeeded, producing 4936ce7564e6da9122d4ab32e92d9649805e4f5e 06:32:18 Checking out Revision 4936ce7564e6da9122d4ab32e92d9649805e4f5e (PR-525) 06:32:18 > git remote # timeout=10 06:32:18 > git config --get remote.origin.url # timeout=10 06:32:18 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:18 > git merge 0b85a2dc129beb3e133fd854edb6b53abe9b033a # timeout=10 06:32:18 > git rev-parse HEAD^{commit} # timeout=10 06:32:18 > git config core.sparsecheckout # timeout=10 06:32:18 > git checkout -f 4936ce7564e6da9122d4ab32e92d9649805e4f5e # timeout=10 06:32:23 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:32:24 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:32:24 % Total % Received % Xferd Average Speed Time Time Time Current 06:32:24 Dload Upload Total Spent Left Speed 06:32:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 206k 0 --:--:-- --:--:-- --:--:-- 206k [Pipeline] sh 06:32:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:32:25 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:32:25 + sudo tee /etc/docker/daemon.new 06:32:25 { 06:32:25 "registry-mirrors": [ 06:32:25 "https://nexus3.edgexfoundry.org:10001" 06:32:25 ], 06:32:25 "bip": "10.250.0.254/24", 06:32:25 "hosts": [ 06:32:25 "tcp://0.0.0.0:5555", 06:32:25 "unix:///var/run/docker.sock" 06:32:25 ], 06:32:25 "mtu": 1458, 06:32:25 "selinux-enabled": true, 06:32:25 "seccomp-profile": "/etc/docker/seccomp.json" 06:32:25 } [Pipeline] sh 06:32:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:32:26 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:32:44 provisioning config files... 06:32:44 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2399299272961497401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:32:45 ---> docker-login.sh 06:32:45 nexus3.edgexfoundry.org:10001 06:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:46 Configure a credential helper to remove this warning. See 06:32:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:46 06:32:46 Login Succeeded 06:32:46 nexus3.edgexfoundry.org:10002 06:32:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:46 Configure a credential helper to remove this warning. See 06:32:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:46 06:32:46 Login Succeeded 06:32:46 nexus3.edgexfoundry.org:10003 06:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:47 Configure a credential helper to remove this warning. See 06:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:47 06:32:47 Login Succeeded 06:32:47 nexus3.edgexfoundry.org:10004 06:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:47 Configure a credential helper to remove this warning. See 06:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:47 06:32:47 Login Succeeded 06:32:47 docker.io 06:32:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:48 Configure a credential helper to remove this warning. See 06:32:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:48 06:32:48 Login Succeeded 06:32:48 ---> docker-login.sh ends [Pipeline] } 06:32:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:32:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:32:49 ========================================================= 06:32:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 06:32:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 06:32:49 + 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 . 06:32:50 Sending build context to Docker daemon 27.17MB 06:32:50 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 06:32:50 Step 2/15 : FROM ${BASE} AS builder 06:32:50 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:32:50 9b3977197b4f: Pulling fs layer 06:32:50 1a89e8eeedd5: Pulling fs layer 06:32:50 94645a83ff95: Pulling fs layer 06:32:50 3f3a8bcf1eab: Pulling fs layer 06:32:50 0c92f367c5e7: Pulling fs layer 06:32:50 3096ccb668a1: Pulling fs layer 06:32:50 e8cf19c19ddd: Pulling fs layer 06:32:50 a4caa8a26152: Pulling fs layer 06:32:50 3f3a8bcf1eab: Waiting 06:32:50 0c92f367c5e7: Waiting 06:32:50 3096ccb668a1: Waiting 06:32:50 e8cf19c19ddd: Waiting 06:32:50 a4caa8a26152: Waiting 06:32:50 94645a83ff95: Verifying Checksum 06:32:50 94645a83ff95: Download complete 06:32:50 1a89e8eeedd5: Verifying Checksum 06:32:50 1a89e8eeedd5: Download complete 06:32:50 0c92f367c5e7: Verifying Checksum 06:32:50 0c92f367c5e7: Download complete 06:32:50 3096ccb668a1: Verifying Checksum 06:32:50 3096ccb668a1: Download complete 06:32:50 9b3977197b4f: Download complete 06:32:50 e8cf19c19ddd: Verifying Checksum 06:32:50 e8cf19c19ddd: Download complete 06:32:51 9b3977197b4f: Pull complete 06:32:52 1a89e8eeedd5: Pull complete 06:32:52 94645a83ff95: Pull complete 06:32:52 a4caa8a26152: Verifying Checksum 06:32:52 a4caa8a26152: Download complete 06:32:53 3f3a8bcf1eab: Verifying Checksum 06:32:53 3f3a8bcf1eab: Download complete 06:33:05 3f3a8bcf1eab: Pull complete 06:33:06 0c92f367c5e7: Pull complete 06:33:06 3096ccb668a1: Pull complete 06:33:06 e8cf19c19ddd: Pull complete 06:33:13 a4caa8a26152: Pull complete 06:33:13 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 06:33:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 06:33:13 ---> 725f1c02e7f9 06:33:13 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:33:15 ---> Running in 83782b63f79f 06:33:15 Removing intermediate container 83782b63f79f 06:33:15 ---> 46651d695013 06:33:15 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 06:33:15 ---> Running in 851622f75b11 06:33:16 Removing intermediate container 851622f75b11 06:33:16 ---> d71b798b453b 06:33:16 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 06:33:16 ---> Running in 02d397ace668 06:33:16 Removing intermediate container 02d397ace668 06:33:16 ---> ec87585a2641 06:33:16 Step 6/15 : LABEL Name=edgex-ui-go 06:33:16 ---> Running in 2303e4794d7d 06:33:16 Removing intermediate container 2303e4794d7d 06:33:16 ---> 89276ee4ae5d 06:33:16 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:33:16 ---> Running in aeb4363c06e9 06:33:17 Removing intermediate container aeb4363c06e9 06:33:17 ---> 57e7a7e20039 06:33:17 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:17 ---> Running in 849d9467f088 06:33:19 Removing intermediate container 849d9467f088 06:33:19 ---> 248c2d1cfbd8 06:33:19 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:33:19 ---> Running in f411f2101a2a 06:33:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:33:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:33:22 OK: 220 MiB in 52 packages 06:33:23 Removing intermediate container f411f2101a2a 06:33:23 ---> 7081fc0e8d40 06:33:23 Step 10/15 : ENV GO111MODULE=on 06:33:23 ---> Running in f319526cb9ec 06:33:23 Removing intermediate container f319526cb9ec 06:33:23 ---> 474031fd0ce2 06:33:23 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:33:23 ---> Running in d25b88d284af 06:33:23 Removing intermediate container d25b88d284af 06:33:23 ---> cffcdcc4b30b 06:33:23 Step 12/15 : COPY go.mod vendor* ./ 06:33:24 ---> 955848d487e5 06:33:24 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:33:24 ---> Running in 10df1264359c 06:34:46 Removing intermediate container 10df1264359c 06:34:46 ---> 2887d07280ff 06:34:46 Step 14/15 : COPY . . 06:34:46 ---> 65dd4dbcf020 06:34:46 Step 15/15 : RUN ${MAKE} 06:34:46 ---> Running in 5c27e1f45be3 06:34:46 noop 06:34:46 Removing intermediate container 5c27e1f45be3 06:34:46 ---> 99f14919d0da 06:34:46 Successfully built 99f14919d0da 06:34:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:34:46 + docker inspect -f . ci-base-image-arm64 06:34:46 . [Pipeline] withDockerContainer 06:34:46 prd-ubuntu20.04-docker-arm64-4c-16g-44850 does not seem to be running inside a container 06:34:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:34:48 $ docker top 8a4df12c287fdacbb2987abcf902dd224b6800528e3c41af8ffc960207505092 -eo pid,comm [Pipeline] { [Pipeline] sh 06:34:49 + go version 06:34:49 go version go1.17.6 linux/arm64 [Pipeline] } 06:34:49 $ docker stop --time=1 8a4df12c287fdacbb2987abcf902dd224b6800528e3c41af8ffc960207505092 06:34:51 $ docker rm -f 8a4df12c287fdacbb2987abcf902dd224b6800528e3c41af8ffc960207505092 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:34:51 + docker inspect -f . ci-base-image-arm64 06:34:51 . [Pipeline] withDockerContainer 06:34:52 prd-ubuntu20.04-docker-arm64-4c-16g-44850 does not seem to be running inside a container 06:34:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:34:53 $ docker top 3371da4430bd329e6fd6c217f2b4023ae1bd9032a8c5bd6e32799d9d62de1afd -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:34:54 + make test 06:34:54 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:34:56 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 06:35:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:36:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:36:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 06:36:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:36:05 $ docker stop --time=1 3371da4430bd329e6fd6c217f2b4023ae1bd9032a8c5bd6e32799d9d62de1afd 06:36:07 $ docker rm -f 3371da4430bd329e6fd6c217f2b4023ae1bd9032a8c5bd6e32799d9d62de1afd [Pipeline] // withDockerContainer [Pipeline] sh 06:36:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:36:08 Warning: overwriting stash ‘coverage-report’ 06:36:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:36:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:36:09 + ls -al . 06:36:09 total 176 06:36:09 drwxrwxr-x 13 jenkins jenkins 4096 May 10 06:34 . 06:36:09 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 .. 06:36:09 drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:32 .git 06:36:09 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 .github 06:36:09 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:32 .gitignore 06:36:09 -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:32 Attribution.txt 06:36:09 -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:32 CHANGELOG.md 06:36:09 -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:32 CONTRIBUTING.md 06:36:09 -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:32 Dockerfile 06:36:09 -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:32 Jenkinsfile 06:36:09 -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:32 LICENSE 06:36:09 -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:32 Makefile 06:36:09 -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:32 README.md 06:36:09 -rw-rw-r-- 1 jenkins jenkins 5 May 10 06:28 VERSION 06:36:09 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 assets 06:36:09 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:32 bin 06:36:09 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 cmd 06:36:09 -rw-r--r-- 1 jenkins jenkins 10 May 10 06:34 coverage.out 06:36:09 drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:32 docs 06:36:09 -rw-rw-r-- 1 jenkins jenkins 1944 May 10 06:32 go.mod 06:36:09 -rw-rw-r-- 1 jenkins jenkins 48565 May 10 06:32 go.sum 06:36:09 drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:32 internal 06:36:09 drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:32 pkg 06:36:09 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 snap 06:36:09 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 testing 06:36:09 -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:32 version.go 06:36:09 drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:32 web [Pipeline] isUnix [Pipeline] sh 06:36:10 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4936ce7564e6da9122d4ab32e92d9649805e4f5e --label arch=arm64 --label version=0.0.0 . 06:36:11 Sending build context to Docker daemon 27.17MB 06:36:11 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 06:36:11 Step 2/23 : FROM ${BASE} AS builder 06:36:11 ---> 99f14919d0da 06:36:11 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:36:11 ---> Running in 08aedf000dfd 06:36:11 Removing intermediate container 08aedf000dfd 06:36:11 ---> e85ccd32508d 06:36:11 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 06:36:11 ---> Running in d1eccaaddbfd 06:36:12 Removing intermediate container d1eccaaddbfd 06:36:12 ---> 917283d334d0 06:36:12 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 06:36:12 ---> Running in 1debf9f400a6 06:36:12 Removing intermediate container 1debf9f400a6 06:36:12 ---> 7079cbb0d362 06:36:12 Step 6/23 : LABEL Name=edgex-ui-go 06:36:12 ---> Running in 7926f4c739c9 06:36:13 Removing intermediate container 7926f4c739c9 06:36:13 ---> 228ad3cc147c 06:36:13 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:36:13 ---> Running in e804405247a8 06:36:13 Removing intermediate container e804405247a8 06:36:13 ---> c4523e4d5280 06:36:13 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:13 ---> Running in 0c6b0b1a494a 06:36:15 Removing intermediate container 0c6b0b1a494a 06:36:15 ---> 10117178346d 06:36:15 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:36:15 ---> Running in 559ce54d5dd2 06:36:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:36:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:36:18 OK: 220 MiB in 52 packages 06:36:19 Removing intermediate container 559ce54d5dd2 06:36:19 ---> eb9180fae682 06:36:19 Step 10/23 : ENV GO111MODULE=on 06:36:19 ---> Running in dffefc592be2 06:36:19 Removing intermediate container dffefc592be2 06:36:19 ---> c0b1f5339028 06:36:19 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:36:19 ---> Running in f1a60e55c9a2 06:36:20 Removing intermediate container f1a60e55c9a2 06:36:20 ---> b00efba1796b 06:36:20 Step 12/23 : COPY go.mod vendor* ./ 06:36:20 ---> 1b038588dfec 06:36:20 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:36:20 ---> Running in 752b56618498 06:36:23 Removing intermediate container 752b56618498 06:36:23 ---> d85a489a3611 06:36:23 Step 14/23 : COPY . . 06:36:26 ---> db68c57b515e 06:36:26 Step 15/23 : RUN ${MAKE} 06:36:26 ---> Running in 740e799a1849 06:36:27 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 06:37:06 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:37:12 Removing intermediate container 740e799a1849 06:37:12 ---> c2f8faae4a84 06:37:12 Step 16/23 : FROM alpine:3.14 06:37:12 3.14: Pulling from library/alpine 06:37:12 455c02918c45: Pulling fs layer 06:37:13 455c02918c45: Verifying Checksum 06:37:13 455c02918c45: Download complete 06:37:13 455c02918c45: Pull complete 06:37:13 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:37:13 Status: Downloaded newer image for alpine:3.14 06:37:13 ---> ac73e934f311 06:37:13 Step 17/23 : EXPOSE 4000 06:37:13 ---> Running in e532212ea2af 06:37:14 Removing intermediate container e532212ea2af 06:37:14 ---> adb4417a1caa 06:37:14 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 06:37:15 ---> ddee30053ada 06:37:15 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:37:15 ---> Running in f20991c688cc 06:37:16 Removing intermediate container f20991c688cc 06:37:16 ---> c3d60bea8966 06:37:16 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:37:16 ---> Running in d8234930f40c 06:37:16 Removing intermediate container d8234930f40c 06:37:16 ---> 186c72913f90 06:37:16 Step 21/23 : LABEL arch=arm64 06:37:16 ---> Running in fde126ac1332 06:37:16 Removing intermediate container fde126ac1332 06:37:16 ---> ff8fb17fdd35 06:37:16 Step 22/23 : LABEL git_sha=4936ce7564e6da9122d4ab32e92d9649805e4f5e 06:37:16 ---> Running in e11c4f3c8ead 06:37:17 Removing intermediate container e11c4f3c8ead 06:37:17 ---> 4f43a5e3104b 06:37:17 Step 23/23 : LABEL version=0.0.0 06:37:17 ---> Running in 177de2757c9d 06:37:17 Removing intermediate container 177de2757c9d 06:37:17 ---> bbfea85e0bc7 06:37:17 [Warning] One or more build-args [ARCH] were not consumed 06:37:18 Successfully built bbfea85e0bc7 06:37:18 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 06:37:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:37:18 06:37:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 06:37:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:37:19 arm64: Pulling from edgex-lftools-log-publisher 06:37:19 8998bd30e6a1: Pulling fs layer 06:37:19 04944245beec: Pulling fs layer 06:37:19 699f458cf7ca: Pulling fs layer 06:37:19 765212b225bb: Pulling fs layer 06:37:19 f23df028b6ca: Pulling fs layer 06:37:19 d65c8cfc05b1: Pulling fs layer 06:37:19 2437ff75d9bd: Pulling fs layer 06:37:19 765212b225bb: Waiting 06:37:19 f23df028b6ca: Waiting 06:37:19 d65c8cfc05b1: Waiting 06:37:19 2437ff75d9bd: Waiting 06:37:19 04944245beec: Verifying Checksum 06:37:19 04944245beec: Download complete 06:37:19 765212b225bb: Download complete 06:37:19 f23df028b6ca: Download complete 06:37:19 d65c8cfc05b1: Verifying Checksum 06:37:19 d65c8cfc05b1: Download complete 06:37:19 699f458cf7ca: Verifying Checksum 06:37:19 699f458cf7ca: Download complete 06:37:19 8998bd30e6a1: Verifying Checksum 06:37:19 8998bd30e6a1: Download complete 06:37:22 2437ff75d9bd: Verifying Checksum 06:37:22 2437ff75d9bd: Download complete 06:37:24 8998bd30e6a1: Pull complete 06:37:24 04944245beec: Pull complete 06:37:26 699f458cf7ca: Pull complete 06:37:26 765212b225bb: Pull complete 06:37:27 f23df028b6ca: Pull complete 06:37:27 d65c8cfc05b1: Pull complete 06:37:42 2437ff75d9bd: Pull complete 06:37:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:37:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:37:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 06:37:43 prd-ubuntu20.04-docker-arm64-4c-16g-44850 does not seem to be running inside a container 06:37:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:37:45 $ docker top e7ea64f333b04cbe4dd90c5464d728ef4f76fefc3bc93ac931748b6aeb61a726 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:37:46 ---> job-cost.sh 06:37:46 lf-activate-venv: SKIPPING 06:37:46 INFO: No Stack... 06:37:47 INFO: Retrieving Pricing Info for: v3-standard-4 06:37:47 INFO: Archiving Costs [Pipeline] sh 06:37:48 + cut -d, -f6 06:37:48 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 06:37:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] 06:37:48 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] did not exist. Created. 06:37:48 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:37:49 /w/workspace/edgex-ui-go/2@tmp/durable-b9979f82/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:37:50 + echo total: 0.10999999940395355 [Pipeline] stash 06:37:50 Warning: overwriting stash ‘stack-cost’ 06:37:50 Stashed 1 file(s) [Pipeline] } 06:37:50 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-2-stack-cost] [Pipeline] // lock [Pipeline] } 06:37:50 $ docker stop --time=1 e7ea64f333b04cbe4dd90c5464d728ef4f76fefc3bc93ac931748b6aeb61a726 06:37:51 $ docker rm -f e7ea64f333b04cbe4dd90c5464d728ef4f76fefc3bc93ac931748b6aeb61a726 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 06:37:52 provisioning config files... 06:37:52 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config273796823786987998tmp [Pipeline] { [Pipeline] sh 06:37:52 + set +x 06:37:52 + curl -s https://codecov.io/bash 06:37:52 + bash -s -- 06:37:52 06:37:52 _____ _ 06:37:52 / ____| | | 06:37:52 | | ___ __| | ___ ___ _____ __ 06:37:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:37:52 | |___| (_) | (_| | __/ (_| (_) \ V / 06:37:52 \_____\___/ \__,_|\___|\___\___/ \_/ 06:37:52 Bash-1.0.6 06:37:52 06:37:52 06:37:52 ==> git version 2.25.1 found 06:37:52 ==> 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 06:37:52 Release-Date: 2020-01-08 06:37:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:37:52 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:37:52 ==> Jenkins CI detected. 06:37:52 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-525 06:37:52 project root: . 06:37:52 --> token set from env 06:37:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:37:52 ==> Running gcov in . (disable via -X gcov) 06:37:52 ==> Python coveragepy not found 06:37:52 ==> Searching for coverage reports in: 06:37:52 + . 06:37:52 -> Found 1 reports 06:37:52 ==> Detecting git/mercurial file structure 06:37:52 ==> Reading reports 06:37:52 + ./coverage.out bytes=10 06:37:52 ==> Appending adjustments 06:37:52 https://docs.codecov.io/docs/fixing-reports 06:37:52 + Found adjustments 06:37:52 ==> Gzipping contents 06:37:52 8.0K /tmp/codecov.DRBbOj.gz 06:37:52 ==> Uploading reports 06:37:52 url: https://codecov.io 06:37:52 query: branch=PR-525&commit=4936ce7564e6da9122d4ab32e92d9649805e4f5e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-525%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=525&job=&cmd_args= 06:37:52 -> Pinging Codecov 06:37:52 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-525&commit=4936ce7564e6da9122d4ab32e92d9649805e4f5e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-525%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=525&job=&cmd_args= 06:37:53 -> Uploading to 06:37:53 https://storage.googleapis.com/codecov/v4/raw/2022-05-10/FB506323287CE973F263BFD2A0EB1F37/4936ce7564e6da9122d4ab32e92d9649805e4f5e/e71bcd58-882c-4b53-8652-1f58878f9822.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T063752Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=46232497c44582b7610fcfdd39b9b81b17b44e4545d00391c7e5dc9aba19f356 06:37:53 % Total % Received % Xferd Average Speed Time Time Time Current 06:37:53 Dload Upload Total Spent Left Speed 06:37:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4378 0 0 100 4378 0 17035 --:--:-- --:--:-- --:--:-- 17035 06:37:53 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/4936ce7564e6da9122d4ab32e92d9649805e4f5e [Pipeline] } 06:37:53 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 06:37:54 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives ] 06:37:54 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives 06:37:54 total 16 06:37:54 drwxr-xr-x 3 root root 4096 May 10 06:30 . 06:37:54 drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:30 .. 06:37:54 drwxr-xr-x 2 root root 4096 May 10 06:30 cost 06:37:54 -rw-r--r-- 1 root root 82 May 10 06:30 cost.csv 06:37:54 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives 06:37:54 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives 06:37:54 total 16 06:37:54 drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:30 . 06:37:54 drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:30 .. 06:37:54 drwxr-xr-x 2 jenkins jenkins 4096 May 10 06:30 cost 06:37:54 -rw-r--r-- 1 jenkins jenkins 82 May 10 06:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:37:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:37:55 ---> package-listing.sh 06:37:55 ++ facter osfamily 06:37:55 ++ tr '[:upper:]' '[:lower:]' 06:37:55 + OS_FAMILY=debian 06:37:55 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-525 06:37:55 + START_PACKAGES=/tmp/packages_start.txt 06:37:55 + END_PACKAGES=/tmp/packages_end.txt 06:37:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:37:55 + PACKAGES=/tmp/packages_start.txt 06:37:55 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-525 ']' 06:37:55 + PACKAGES=/tmp/packages_end.txt 06:37:55 + case "${OS_FAMILY}" in 06:37:55 + dpkg -l 06:37:55 + grep '^ii' 06:37:55 + '[' -f /tmp/packages_start.txt ']' 06:37:55 + '[' -f /tmp/packages_end.txt ']' 06:37:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:37:55 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-525 ']' 06:37:55 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/ 06:37:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/ [Pipeline] echo 06:37:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:37:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:37:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:37:56 . [Pipeline] withDockerContainer 06:37:56 prd-ubuntu20.04-docker-8c-8g-44846 does not seem to be running inside a container 06:37:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:37:56 $ docker top a14b7074d784e8f0635689156ce6bfba008ec8e3cabf1dd78b603370a5d43256 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:57 + touch /tmp/pre-build-complete [Pipeline] sh 06:37:57 + mkdir -p /var/log/sysstat [Pipeline] sh 06:37:57 + ls /var/log/sa-host 06:37:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:37:57 provisioning config files... 06:37:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config3513517012004726505tmp [Pipeline] { [Pipeline] echo 06:37:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:37:58 ---> create-netrc.sh [Pipeline] } 06:37:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:37:58 ---> python-tools-install.sh [Pipeline] echo 06:37:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:37:58 ---> sudo-logs.sh 06:37:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:37:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:37:59 ---> job-cost.sh 06:37:59 lf-activate-venv: SKIPPING 06:37:59 DEBUG: total: 0.2199999988079071 06:37:59 INFO: Retrieving Stack Cost... 06:37:59 INFO: Retrieving Pricing Info for: v3-standard-8 06:38:00 INFO: Archiving Costs [Pipeline] echo 06:38:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:38:00 ---> logs-deploy.sh 06:38:00 lf-activate-venv: SKIPPING 06:38:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-525/2 06:38:00 INFO: archiving workspace using pattern(s): 06:38:01 Archives upload complete. 06:38:01 INFO: archiving logs to Nexus