Pull request #527 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from e1128889e0e9df4ec5678aadc345276be2142c5b+66d087440452cd2777c1b48e6c315f4ea5829394 (dde37fcf7ce8113dc925aa21e91200a184db3c25) 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-ssh13536994119939131454.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 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-ssh157883429509271655.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 eff4ace5e529e22b05c56fc30efd0d4b1d113677 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-527/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-527/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13000146405742434385.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-527/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11865479980788172453.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f eff4ace5e529e22b05c56fc30efd0d4b1d113677 # timeout=10 Commit message: "Merge pull request #397 from edgexfoundry/us4712" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh4624071207433480649.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-527/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-527/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3830688120935523669.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object eff4ace5e529e22b05c56fc30efd0d4b1d113677 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-1613’ Running on prd-ubuntu20.04-docker-8c-8g-1615 in /w/workspace/edgexfoundry_edgex-ui-go_PR-527 [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-527 # 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 66d087440452cd2777c1b48e6c315f4ea5829394 into PR head commit e1128889e0e9df4ec5678aadc345276be2142c5b > 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/527/head:refs/remotes/origin/PR-527 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1128889e0e9df4ec5678aadc345276be2142c5b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing e1128889e0e9df4ec5678aadc345276be2142c5b Checking out Revision e1128889e0e9df4ec5678aadc345276be2142c5b (PR-527) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 66d087440452cd2777c1b48e6c315f4ea5829394 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1128889e0e9df4ec5678aadc345276be2142c5b # timeout=10 Commit message: "feat: Add basic testing case for each component or directive" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object eff4ace5e529e22b05c56fc30efd0d4b1d113677 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:39:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:39:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:39:21 ========================================================= 07:39:21 EdgeX Global Pipelines Version Info 07:39:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:39:22 ------------------- 07:39:22 stable info: 07:39:22 ------------------- 07:39:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:39:22 Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 07:39:22 Message: update stable to v1.0.232 07:39:22 ------------------- 07:39:22 experimental info: 07:39:22 ------------------- 07:39:22 Commited By: **** collab-it+edgex@linuxfoundation.org 07:39:22 Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 07:39:22 Message: update experimental to v1.0.232 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:39:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:39:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:39:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-527 [Pipeline] echo 07:39:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-527 [Pipeline] echo 07:39:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-527 [Pipeline] echo 07:39:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] echo 07:39:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e112888 [Pipeline] echo 07:39:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:39:24 provisioning config files... 07:39:24 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/config2526085914310864300tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:39:24 ---> docker-login.sh 07:39:24 nexus3.edgexfoundry.org:10001 07:39:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:24 Configure a credential helper to remove this warning. See 07:39:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:24 07:39:24 Login Succeeded 07:39:24 nexus3.edgexfoundry.org:10002 07:39:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:25 Configure a credential helper to remove this warning. See 07:39:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:25 07:39:25 Login Succeeded 07:39:25 nexus3.edgexfoundry.org:10003 07:39:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:25 Configure a credential helper to remove this warning. See 07:39:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:25 07:39:25 Login Succeeded 07:39:25 nexus3.edgexfoundry.org:10004 07:39:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:25 Configure a credential helper to remove this warning. See 07:39:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:25 07:39:25 Login Succeeded 07:39:25 docker.io 07:39:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:25 Configure a credential helper to remove this warning. See 07:39:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:25 07:39:25 Login Succeeded 07:39:25 ---> docker-login.sh ends [Pipeline] } 07:39:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:39:26 + git rev-list -1 --merges e1128889e0e9df4ec5678aadc345276be2142c5b~1..e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] echo 07:39:26 -----------> git rev-list -1 --merges e1128889e0e9df4ec5678aadc345276be2142c5b~1..e1128889e0e9df4ec5678aadc345276be2142c5b e1128889e0e9df4ec5678aadc345276be2142c5b [false] [Pipeline] sh 07:39:26 + git log --format=format:%s -1 e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] echo 07:39:26 ========================================================= 07:39:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:39:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:39:27 + git log --format=format:%s -1 e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] echo 07:39:27 [semverPrep] GIT_COMMIT: e1128889e0e9df4ec5678aadc345276be2142c5b, Commit Message: feat: Add basic testing case for each component or directive [Pipeline] echo 07:39:27 [semverPrep] This is not a build commit. [Pipeline] sh 07:39:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:39:27 + grep -v github /etc/ssh/ssh_known_hosts 07:39:27 + [ -e /tmp/ssh_known_hosts ] 07:39:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:39:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:39:27 + sudo tee -a /etc/ssh/ssh_known_hosts 07:39:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:39:28 07:39:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:39:28 0.1.4: Pulling from edgex-devops/py-git-semver 07:39:28 42c077c10790: Pulling fs layer 07:39:28 f63e77b7563a: Pulling fs layer 07:39:28 bd5fdadae976: Pulling fs layer 07:39:28 205491f53016: Pulling fs layer 07:39:28 df18705c85c3: Pulling fs layer 07:39:28 bdb3f477010e: Pulling fs layer 07:39:28 c8a8fc8e1c8f: Pulling fs layer 07:39:28 2c6e9b1d212d: Pulling fs layer 07:39:28 bdb8f0575790: Pulling fs layer 07:39:28 386e3cb2ff24: Pulling fs layer 07:39:28 2343380bae48: Pulling fs layer 07:39:28 c8a8fc8e1c8f: Waiting 07:39:28 bdb8f0575790: Waiting 07:39:28 386e3cb2ff24: Waiting 07:39:28 2c6e9b1d212d: Waiting 07:39:28 205491f53016: Waiting 07:39:28 df18705c85c3: Waiting 07:39:28 bdb3f477010e: Waiting 07:39:28 2343380bae48: Waiting 07:39:28 f63e77b7563a: Verifying Checksum 07:39:28 f63e77b7563a: Download complete 07:39:28 205491f53016: Verifying Checksum 07:39:28 205491f53016: Download complete 07:39:28 df18705c85c3: Verifying Checksum 07:39:28 df18705c85c3: Download complete 07:39:28 bd5fdadae976: Verifying Checksum 07:39:28 bd5fdadae976: Download complete 07:39:28 bdb3f477010e: Verifying Checksum 07:39:28 bdb3f477010e: Download complete 07:39:28 2c6e9b1d212d: Download complete 07:39:28 bdb8f0575790: Verifying Checksum 07:39:28 bdb8f0575790: Download complete 07:39:28 386e3cb2ff24: Verifying Checksum 07:39:28 386e3cb2ff24: Download complete 07:39:28 2343380bae48: Verifying Checksum 07:39:28 2343380bae48: Download complete 07:39:28 42c077c10790: Verifying Checksum 07:39:28 42c077c10790: Download complete 07:39:29 c8a8fc8e1c8f: Download complete 07:39:30 42c077c10790: Pull complete 07:39:30 f63e77b7563a: Pull complete 07:39:30 bd5fdadae976: Pull complete 07:39:30 205491f53016: Pull complete 07:39:31 df18705c85c3: Pull complete 07:39:31 bdb3f477010e: Pull complete 07:39:33 c8a8fc8e1c8f: Pull complete 07:39:33 2c6e9b1d212d: Pull complete 07:39:33 bdb8f0575790: Pull complete 07:39:33 386e3cb2ff24: Pull complete 07:39:33 2343380bae48: Pull complete 07:39:33 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 07:39:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:39:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:39:34 prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container 07:39:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@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:0.1.4 cat 07:39:35 $ docker top 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 -eo pid,comm 07:39:35 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:39:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:39:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:39:35 [ssh-agent] Looking for ssh-agent implementation... 07:39:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:39:36 $ docker exec 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 ssh-agent 07:39:36 SSH_AUTH_SOCK=/tmp/ssh-8zVXgAjGgI7M/agent.33 07:39:36 SSH_AGENT_PID=40 07:39:36 Running ssh-add (command line suppressed) 07:39:36 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/private_key_3800086934986755547.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/private_key_3800086934986755547.key) 07:39:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:39:36 + git tag --points-at HEAD [Pipeline] } 07:39:36 $ docker exec --env ******** --env ******** 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 ssh-agent -k 07:39:36 unset SSH_AUTH_SOCK; 07:39:36 unset SSH_AGENT_PID; 07:39:36 echo Agent pid 40 killed; 07:39:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:39:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:39:36 [ssh-agent] Looking for ssh-agent implementation... 07:39:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:39:37 $ docker exec 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 ssh-agent 07:39:37 SSH_AUTH_SOCK=/tmp/ssh-uYOnszX0c0j6/agent.73 07:39:37 SSH_AGENT_PID=80 07:39:37 Running ssh-add (command line suppressed) 07:39:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/private_key_2968997547005317293.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/private_key_2968997547005317293.key) 07:39:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:39:37 + git semver init 07:39:37 2022-06-07 07:39:37,841 [run_init] DEBUG init version:0.0.0 force:False 07:39:37 2022-06-07 07:39:37,841 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver 07:39:37 2022-06-07 07:39:37,842 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver 07:39:37 2022-06-07 07:39:37,842 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-527, universal_newlines=False, shell=None, istream=None) 07:39:39 2022-06-07 07:39:38,984 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.git/info/exclude 07:39:39 2022-06-07 07:39:38,984 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver/PR-527 with force:False 07:39:39 2022-06-07 07:39:38,985 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver/PR-527 07:39:39 2022-06-07 07:39:38,989 [execute] INFO git cat-file --batch-check 07:39:39 2022-06-07 07:39:38,989 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver, universal_newlines=False, shell=None, istream=) 07:39:39 2022-06-07 07:39:38,996 [execute] INFO git cat-file --batch 07:39:39 2022-06-07 07:39:38,996 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver, universal_newlines=False, shell=None, istream=) 07:39:39 2022-06-07 07:39:39,002 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver/PR-527 07:39:39 0.0.0 [Pipeline] } 07:39:39 $ docker exec --env ******** --env ******** 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 ssh-agent -k 07:39:39 unset SSH_AUTH_SOCK; 07:39:39 unset SSH_AGENT_PID; 07:39:39 echo Agent pid 80 killed; 07:39:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:39:39 + git semver [Pipeline] } 07:39:40 $ docker stop --time=1 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 07:39:41 $ docker rm -f 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 [Pipeline] // withDockerContainer [Pipeline] sh 07:39:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:39:42 Stashed 1 file(s) [Pipeline] echo 07:39:42 [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 07:39:42 provisioning config files... 07:39:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/config6236133458646638353tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:39:43 ---> docker-login.sh 07:39:43 nexus3.edgexfoundry.org:10001 07:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:43 Configure a credential helper to remove this warning. See 07:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:43 07:39:43 Login Succeeded 07:39:43 nexus3.edgexfoundry.org:10002 07:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:43 Configure a credential helper to remove this warning. See 07:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:43 07:39:43 Login Succeeded 07:39:43 nexus3.edgexfoundry.org:10003 07:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:43 Configure a credential helper to remove this warning. See 07:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:43 07:39:43 Login Succeeded 07:39:43 nexus3.edgexfoundry.org:10004 07:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:43 Configure a credential helper to remove this warning. See 07:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:43 07:39:43 Login Succeeded 07:39:43 docker.io 07:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:43 Configure a credential helper to remove this warning. See 07:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:43 07:39:43 Login Succeeded 07:39:43 ---> docker-login.sh ends [Pipeline] } 07:39:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:39:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:39:44 ========================================================= 07:39:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 07:39:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:44 + 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 . 07:39:44 Sending build context to Docker daemon 43.51MB 07:39:44 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 07:39:44 Step 2/15 : FROM ${BASE} AS builder 07:39:44 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 07:39:44 59bf1c3509f3: Pulling fs layer 07:39:44 666ba61612fd: Pulling fs layer 07:39:44 8ed8ca486205: Pulling fs layer 07:39:44 cc1cd167ecdc: Pulling fs layer 07:39:44 c516ae0d96e1: Pulling fs layer 07:39:44 684cea983483: Pulling fs layer 07:39:44 dd3240ac7de5: Pulling fs layer 07:39:44 b1e948a4e11c: Pulling fs layer 07:39:44 a8fd76ee1af6: Pulling fs layer 07:39:44 646ad004c059: Pulling fs layer 07:39:44 684cea983483: Waiting 07:39:44 dd3240ac7de5: Waiting 07:39:44 b1e948a4e11c: Waiting 07:39:44 a8fd76ee1af6: Waiting 07:39:44 646ad004c059: Waiting 07:39:44 cc1cd167ecdc: Waiting 07:39:44 c516ae0d96e1: Waiting 07:39:44 8ed8ca486205: Verifying Checksum 07:39:44 8ed8ca486205: Download complete 07:39:44 666ba61612fd: Verifying Checksum 07:39:44 666ba61612fd: Download complete 07:39:44 c516ae0d96e1: Download complete 07:39:44 684cea983483: Download complete 07:39:44 59bf1c3509f3: Verifying Checksum 07:39:44 59bf1c3509f3: Download complete 07:39:44 dd3240ac7de5: Download complete 07:39:45 b1e948a4e11c: Verifying Checksum 07:39:45 b1e948a4e11c: Download complete 07:39:45 59bf1c3509f3: Pull complete 07:39:45 666ba61612fd: Pull complete 07:39:45 8ed8ca486205: Pull complete 07:39:45 cc1cd167ecdc: Download complete 07:39:45 a8fd76ee1af6: Verifying Checksum 07:39:45 a8fd76ee1af6: Download complete 07:39:45 646ad004c059: Verifying Checksum 07:39:45 646ad004c059: Download complete 07:39:50 cc1cd167ecdc: Pull complete 07:39:50 c516ae0d96e1: Pull complete 07:39:50 684cea983483: Pull complete 07:39:50 dd3240ac7de5: Pull complete 07:39:50 b1e948a4e11c: Pull complete 07:39:52 a8fd76ee1af6: Pull complete 07:39:53 646ad004c059: Pull complete 07:39:53 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 07:39:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 07:39:53 ---> 8f69c11f6b0c 07:39:53 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:39:55 ---> Running in 6cec19c0d687 07:39:55 Removing intermediate container 6cec19c0d687 07:39:55 ---> 701849421f53 07:39:55 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 07:39:55 ---> Running in 23362d4d97aa 07:39:55 Removing intermediate container 23362d4d97aa 07:39:55 ---> 35fc5beb3c37 07:39:55 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 07:39:55 ---> Running in b8e69bdd78ae 07:39:55 Removing intermediate container b8e69bdd78ae 07:39:55 ---> 8730a6e49975 07:39:55 Step 6/15 : LABEL Name=edgex-ui-go 07:39:55 ---> Running in 6f7376730d41 07:39:55 Removing intermediate container 6f7376730d41 07:39:55 ---> b47ac70baf87 07:39:55 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:39:55 ---> Running in 466618dc5a07 07:39:56 Removing intermediate container 466618dc5a07 07:39:56 ---> 2aa43cdc43ea 07:39:56 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:56 ---> Running in 6b04de9afb58 07:39:56 Removing intermediate container 6b04de9afb58 07:39:56 ---> a9f665f89e7c 07:39:56 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:39:56 ---> Running in 8d2e2944239f 07:39:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:39:57 Still waiting to schedule task 07:39:57 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1614’ 07:39:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:39:58 OK: 221 MiB in 52 packages 07:39:58 Removing intermediate container 8d2e2944239f 07:39:58 ---> 70b3755e0083 07:39:58 Step 10/15 : ENV GO111MODULE=on 07:39:58 ---> Running in 962ef8451d84 07:39:58 Removing intermediate container 962ef8451d84 07:39:58 ---> 888ee03cba69 07:39:58 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:39:58 ---> Running in b832439b05be 07:39:59 Removing intermediate container b832439b05be 07:39:59 ---> 3493771f1004 07:39:59 Step 12/15 : COPY go.mod vendor* ./ 07:39:59 ---> 8558e81081aa 07:39:59 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:59 ---> Running in 847df68a215b 07:40:09 Removing intermediate container 847df68a215b 07:40:09 ---> f59188daa03c 07:40:09 Step 14/15 : COPY . . 07:40:10 ---> ae49725bb043 07:40:10 Step 15/15 : RUN ${MAKE} 07:40:10 ---> Running in 6860cfb04fd3 07:40:10 noop 07:40:10 Removing intermediate container 6860cfb04fd3 07:40:10 ---> bf9863d35c4f 07:40:10 Successfully built bf9863d35c4f 07:40:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:10 + docker inspect -f . ci-base-image-x86_64 07:40:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:40:11 prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container 07:40:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@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 07:40:11 $ docker top 731453c318cc0005b4d2fda005b4a3c9ddb9e51704ac49e754c193cf2c0fde5a -eo pid,comm [Pipeline] { [Pipeline] sh 07:40:12 + go version 07:40:12 go version go1.17.7 linux/amd64 [Pipeline] } 07:40:12 $ docker stop --time=1 731453c318cc0005b4d2fda005b4a3c9ddb9e51704ac49e754c193cf2c0fde5a 07:40:13 $ docker rm -f 731453c318cc0005b4d2fda005b4a3c9ddb9e51704ac49e754c193cf2c0fde5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:14 + docker inspect -f . ci-base-image-x86_64 07:40:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:40:14 prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container 07:40:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@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 07:40:14 $ docker top d0f63fc759438ea5b0017da520cce8ecc2762bc1ab7fb63867a6169aef7399dc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 07:40:15 + make test 07:40:15 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:40:15 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:40:20 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 07:40:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:40:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:40:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 07:40:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:40:24 $ docker stop --time=1 d0f63fc759438ea5b0017da520cce8ecc2762bc1ab7fb63867a6169aef7399dc 07:40:25 $ docker rm -f d0f63fc759438ea5b0017da520cce8ecc2762bc1ab7fb63867a6169aef7399dc [Pipeline] // withDockerContainer [Pipeline] sh 07:40:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:40:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:40:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:40:27 + ls -al . 07:40:27 total 160 07:40:27 drwxrwxr-x 14 jenkins jenkins 4096 Jun 7 07:40 . 07:40:27 drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:39 .. 07:40:27 drwxrwxr-x 8 jenkins jenkins 4096 Jun 7 07:39 .git 07:40:27 drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:39 .github 07:40:27 -rw-rw-r-- 1 jenkins jenkins 167 Jun 7 07:39 .gitignore 07:40:27 drwxr-xr-x 3 jenkins jenkins 4096 Jun 7 07:39 .semver 07:40:27 -rw-rw-r-- 1 jenkins jenkins 2022 Jun 7 07:39 Attribution.txt 07:40:27 -rw-rw-r-- 1 jenkins jenkins 14570 Jun 7 07:39 CHANGELOG.md 07:40:27 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 7 07:39 CONTRIBUTING.md 07:40:27 -rw-rw-r-- 1 jenkins jenkins 1549 Jun 7 07:39 Dockerfile 07:40:27 -rw-rw-r-- 1 jenkins jenkins 652 Jun 7 07:39 Jenkinsfile 07:40:27 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 7 07:39 LICENSE 07:40:27 -rw-rw-r-- 1 jenkins jenkins 1212 Jun 7 07:39 Makefile 07:40:27 -rw-rw-r-- 1 jenkins jenkins 4398 Jun 7 07:39 README.md 07:40:27 -rw-rw-r-- 1 jenkins jenkins 5 Jun 7 07:39 VERSION 07:40:27 drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:39 assets 07:40:27 drwxrwxr-x 2 jenkins jenkins 4096 Jun 7 07:39 bin 07:40:27 drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:39 cmd 07:40:27 -rw-r--r-- 1 jenkins jenkins 10 Jun 7 07:40 coverage.out 07:40:27 drwxrwxr-x 2 jenkins jenkins 4096 Jun 7 07:39 docs 07:40:27 -rw-rw-r-- 1 jenkins jenkins 1945 Jun 7 07:39 go.mod 07:40:27 -rw-rw-r-- 1 jenkins jenkins 26589 Jun 7 07:39 go.sum 07:40:27 drwxrwxr-x 9 jenkins jenkins 4096 Jun 7 07:39 internal 07:40:27 drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:39 pkg 07:40:27 drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:39 snap 07:40:27 drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:39 testing 07:40:27 -rw-rw-r-- 1 jenkins jenkins 155 Jun 7 07:39 version.go 07:40:27 drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:39 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:27 + 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=e1128889e0e9df4ec5678aadc345276be2142c5b --label arch=amd64 --label version=0.0.0 . 07:40:27 Sending build context to Docker daemon 43.52MB 07:40:27 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 07:40:27 Step 2/23 : FROM ${BASE} AS builder 07:40:27 ---> bf9863d35c4f 07:40:27 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:40:28 ---> Running in 001a2aad5fa6 07:40:28 Removing intermediate container 001a2aad5fa6 07:40:28 ---> e92a29ff17d7 07:40:28 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 07:40:28 ---> Running in 5c2263d0c2f5 07:40:28 Removing intermediate container 5c2263d0c2f5 07:40:28 ---> 53487be63337 07:40:28 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 07:40:28 ---> Running in ec6926d97595 07:40:28 Removing intermediate container ec6926d97595 07:40:28 ---> 801bc2847728 07:40:28 Step 6/23 : LABEL Name=edgex-ui-go 07:40:28 ---> Running in acb7b1124c86 07:40:28 Removing intermediate container acb7b1124c86 07:40:28 ---> 320e7e26d0d5 07:40:28 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:40:28 ---> Running in aace4569e40b 07:40:28 Removing intermediate container aace4569e40b 07:40:28 ---> fae0568ed4d8 07:40:28 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:28 ---> Running in 4a6c632bab3b 07:40:29 Removing intermediate container 4a6c632bab3b 07:40:29 ---> b66273681f8d 07:40:29 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:40:29 ---> Running in debe8007dce4 07:40:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:40:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:40:30 OK: 221 MiB in 52 packages 07:40:31 Removing intermediate container debe8007dce4 07:40:31 ---> 174175f42d6a 07:40:31 Step 10/23 : ENV GO111MODULE=on 07:40:31 ---> Running in 96c096771d51 07:40:31 Removing intermediate container 96c096771d51 07:40:31 ---> 5d1dd2330d8a 07:40:31 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:40:31 ---> Running in 2c5995c7c33e 07:40:31 Removing intermediate container 2c5995c7c33e 07:40:31 ---> 1d736432bce5 07:40:31 Step 12/23 : COPY go.mod vendor* ./ 07:40:31 ---> f2f335caf7ca 07:40:31 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:40:31 ---> Running in f4203a64d907 07:40:32 Removing intermediate container f4203a64d907 07:40:32 ---> 4ce88d0ecf1d 07:40:32 Step 14/23 : COPY . . 07:40:33 ---> 0373842a560d 07:40:33 Step 15/23 : RUN ${MAKE} 07:40:33 ---> Running in a01a6da4d08d 07:40:33 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 07:40:39 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:40:40 Removing intermediate container a01a6da4d08d 07:40:40 ---> ca855b5ad471 07:40:40 Step 16/23 : FROM alpine:3.14 07:40:41 3.14: Pulling from library/alpine 07:40:41 8663204ce13b: Pulling fs layer 07:40:42 8663204ce13b: Verifying Checksum 07:40:42 8663204ce13b: Download complete 07:40:42 8663204ce13b: Pull complete 07:40:42 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 07:40:42 Status: Downloaded newer image for alpine:3.14 07:40:42 ---> e04c818066af 07:40:42 Step 17/23 : EXPOSE 4000 07:40:42 ---> Running in 6649fbb86467 07:40:42 Removing intermediate container 6649fbb86467 07:40:42 ---> 5233f019f15f 07:40:42 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 07:40:42 ---> d49098f0141f 07:40:42 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:40:42 ---> Running in e3d53c4297d3 07:40:42 Removing intermediate container e3d53c4297d3 07:40:42 ---> d5162cd0bd78 07:40:42 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:40:42 ---> Running in e9f07669adcc 07:40:42 Removing intermediate container e9f07669adcc 07:40:42 ---> 3e2ec38ad28c 07:40:42 Step 21/23 : LABEL arch=amd64 07:40:43 ---> Running in 25647bbe7f39 07:40:43 Removing intermediate container 25647bbe7f39 07:40:43 ---> 4a6208076902 07:40:43 Step 22/23 : LABEL git_sha=e1128889e0e9df4ec5678aadc345276be2142c5b 07:40:43 ---> Running in fa17dd14ec6a 07:40:43 Removing intermediate container fa17dd14ec6a 07:40:43 ---> 0d53fe15ddb7 07:40:43 Step 23/23 : LABEL version=0.0.0 07:40:43 ---> Running in e6766bb5a229 07:40:43 Removing intermediate container e6766bb5a229 07:40:43 ---> e35f77d7d506 07:40:43 [Warning] One or more build-args [ARCH] were not consumed 07:40:43 Successfully built e35f77d7d506 07:40:43 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh 07:40:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:40:44 07:40:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:40:44 latest: Pulling from edgex-lftools-log-publisher 07:40:44 5eb5b503b376: Pulling fs layer 07:40:44 5c69ac0246d0: Pulling fs layer 07:40:44 ec43610c2a17: Pulling fs layer 07:40:44 3a2ae6a8a46f: Pulling fs layer 07:40:44 33b1e0a273af: Pulling fs layer 07:40:44 5d3b04190fa2: Pulling fs layer 07:40:44 2f39f015ded8: Pulling fs layer 07:40:44 3a2ae6a8a46f: Waiting 07:40:44 5d3b04190fa2: Waiting 07:40:44 5c69ac0246d0: Verifying Checksum 07:40:44 5c69ac0246d0: Download complete 07:40:44 3a2ae6a8a46f: Verifying Checksum 07:40:44 3a2ae6a8a46f: Download complete 07:40:44 ec43610c2a17: Verifying Checksum 07:40:44 ec43610c2a17: Download complete 07:40:44 33b1e0a273af: Verifying Checksum 07:40:44 33b1e0a273af: Download complete 07:40:44 5d3b04190fa2: Verifying Checksum 07:40:44 5d3b04190fa2: Download complete 07:40:44 5eb5b503b376: Verifying Checksum 07:40:44 5eb5b503b376: Download complete 07:40:45 2f39f015ded8: Download complete 07:40:46 5eb5b503b376: Pull complete 07:40:46 5c69ac0246d0: Pull complete 07:40:46 ec43610c2a17: Pull complete 07:40:46 3a2ae6a8a46f: Pull complete 07:40:47 33b1e0a273af: Pull complete 07:40:47 5d3b04190fa2: Pull complete 07:40:52 2f39f015ded8: Pull complete 07:40:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:40:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:40:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:40:52 prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container 07:40:52 $ 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-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@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 07:40:54 $ docker top 074681f6c0c9ef2ad1232658a0bbb3c5d896a684ee34c4c3b3d42ae910f70c0b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:40:54 ---> job-cost.sh 07:40:54 lf-activate-venv: SKIPPING 07:40:54 INFO: No Stack... 07:40:55 INFO: Retrieving Pricing Info for: v3-standard-8 07:40:55 INFO: Archiving Costs [Pipeline] sh 07:40:56 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives/cost.csv 07:40:56 + cut -d, -f6 [Pipeline] lock 07:40:56 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] 07:40:56 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] did not exist. Created. 07:40:56 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:40:56 + echo total: 0.2199999988079071 [Pipeline] stash 07:40:56 Stashed 1 file(s) [Pipeline] } 07:40:56 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:40:56 $ docker stop --time=1 074681f6c0c9ef2ad1232658a0bbb3c5d896a684ee34c4c3b3d42ae910f70c0b 07:40:57 $ docker rm -f 074681f6c0c9ef2ad1232658a0bbb3c5d896a684ee34c4c3b3d42ae910f70c0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:43:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1616 in /w/workspace/edgexfoundry_edgex-ui-go_PR-527 [Pipeline] { [Pipeline] ws 07:43:34 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 07:43:34 The recommended git tool is: git 07:43:39 using credential edgex-jenkins-ssh 07:43:39 Cloning the remote Git repository 07:43:39 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:43:39 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:43:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:43:40 > git --version # timeout=10 07:43:40 > git --version # 'git version 2.25.1' 07:43:40 using GIT_SSH to set credentials SSH Credentials for GitHub 07:43:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:43:43 Merging remotes/origin/main commit 66d087440452cd2777c1b48e6c315f4ea5829394 into PR head commit e1128889e0e9df4ec5678aadc345276be2142c5b 07:43:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:43:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:43:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:43:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:43:43 using GIT_SSH to set credentials SSH Credentials for GitHub 07:43:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/527/head:refs/remotes/origin/PR-527 +refs/heads/main:refs/remotes/origin/main # timeout=10 07:43:43 > git config core.sparsecheckout # timeout=10 07:43:43 > git checkout -f e1128889e0e9df4ec5678aadc345276be2142c5b # timeout=10 07:43:44 Merge succeeded, producing e1128889e0e9df4ec5678aadc345276be2142c5b 07:43:44 Checking out Revision e1128889e0e9df4ec5678aadc345276be2142c5b (PR-527) 07:43:44 > git remote # timeout=10 07:43:44 > git config --get remote.origin.url # timeout=10 07:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 07:43:44 > git merge 66d087440452cd2777c1b48e6c315f4ea5829394 # timeout=10 07:43:44 > git rev-parse HEAD^{commit} # timeout=10 07:43:44 > git config core.sparsecheckout # timeout=10 07:43:44 > git checkout -f e1128889e0e9df4ec5678aadc345276be2142c5b # timeout=10 07:43:48 Commit message: "feat: Add basic testing case for each component or directive" 07:43:48 > git --version # timeout=10 07:43:48 > git --version # 'git version 2.25.1' 07:43:48 fatal: bad object eff4ace5e529e22b05c56fc30efd0d4b1d113677 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:43:49 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:43:49 % Total % Received % Xferd Average Speed Time Time Time Current 07:43:49 Dload Upload Total Spent Left Speed 07:43:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh 07:43:50 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:43:51 + + sudosudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:43:51 tee /etc/docker/daemon.new 07:43:51 { 07:43:51 "registry-mirrors": [ 07:43:51 "https://nexus3.edgexfoundry.org:10001" 07:43:51 ], 07:43:51 "bip": "10.250.0.254/24", 07:43:51 "hosts": [ 07:43:51 "tcp://0.0.0.0:5555", 07:43:51 "unix:///var/run/docker.sock" 07:43:51 ], 07:43:51 "mtu": 1458, 07:43:51 "selinux-enabled": true, 07:43:51 "seccomp-profile": "/etc/docker/seccomp.json" 07:43:51 } [Pipeline] sh 07:43:51 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:43:51 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:44:10 provisioning config files... 07:44:10 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4155411735427044899tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:44:10 ---> docker-login.sh 07:44:10 nexus3.edgexfoundry.org:10001 07:44:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:11 Configure a credential helper to remove this warning. See 07:44:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:11 07:44:11 Login Succeeded 07:44:11 nexus3.edgexfoundry.org:10002 07:44:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:12 Configure a credential helper to remove this warning. See 07:44:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:12 07:44:12 Login Succeeded 07:44:12 nexus3.edgexfoundry.org:10003 07:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:12 Configure a credential helper to remove this warning. See 07:44:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:12 07:44:12 Login Succeeded 07:44:12 nexus3.edgexfoundry.org:10004 07:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:12 Configure a credential helper to remove this warning. See 07:44:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:12 07:44:12 Login Succeeded 07:44:12 docker.io 07:44:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:13 Configure a credential helper to remove this warning. See 07:44:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:13 07:44:13 Login Succeeded 07:44:13 ---> docker-login.sh ends [Pipeline] } 07:44:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:44:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:44:14 ========================================================= 07:44:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 07:44:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:14 + 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 . 07:44:15 Sending build context to Docker daemon 27.41MB 07:44:15 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 07:44:15 Step 2/15 : FROM ${BASE} AS builder 07:44:15 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:44:15 9b3977197b4f: Pulling fs layer 07:44:15 1a89e8eeedd5: Pulling fs layer 07:44:15 94645a83ff95: Pulling fs layer 07:44:15 e6fb740bc735: Pulling fs layer 07:44:15 3a77bd46dcc9: Pulling fs layer 07:44:15 355e64cbe906: Pulling fs layer 07:44:15 63ab81a10011: Pulling fs layer 07:44:15 555d1d1c4555: Pulling fs layer 07:44:15 7d9057610161: Pulling fs layer 07:44:15 3a77bd46dcc9: Waiting 07:44:15 355e64cbe906: Waiting 07:44:15 7d9057610161: Waiting 07:44:15 63ab81a10011: Waiting 07:44:15 555d1d1c4555: Waiting 07:44:15 e6fb740bc735: Waiting 07:44:16 94645a83ff95: Verifying Checksum 07:44:16 94645a83ff95: Download complete 07:44:16 1a89e8eeedd5: Verifying Checksum 07:44:16 1a89e8eeedd5: Download complete 07:44:16 3a77bd46dcc9: Verifying Checksum 07:44:16 3a77bd46dcc9: Download complete 07:44:16 355e64cbe906: Download complete 07:44:16 9b3977197b4f: Verifying Checksum 07:44:16 9b3977197b4f: Download complete 07:44:16 63ab81a10011: Verifying Checksum 07:44:16 63ab81a10011: Download complete 07:44:17 7d9057610161: Download complete 07:44:17 9b3977197b4f: Pull complete 07:44:17 1a89e8eeedd5: Pull complete 07:44:17 94645a83ff95: Pull complete 07:44:18 555d1d1c4555: Verifying Checksum 07:44:18 555d1d1c4555: Download complete 07:44:18 e6fb740bc735: Verifying Checksum 07:44:18 e6fb740bc735: Download complete 07:44:31 e6fb740bc735: Pull complete 07:44:31 3a77bd46dcc9: Pull complete 07:44:31 355e64cbe906: Pull complete 07:44:31 63ab81a10011: Pull complete 07:44:37 555d1d1c4555: Pull complete 07:44:40 7d9057610161: Pull complete 07:44:40 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 07:44:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 07:44:40 ---> 819e984ddca1 07:44:40 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:44:42 ---> Running in 807969fcf386 07:44:42 Removing intermediate container 807969fcf386 07:44:42 ---> 5b2a48c99283 07:44:42 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 07:44:42 ---> Running in 3f9866289596 07:44:42 Removing intermediate container 3f9866289596 07:44:42 ---> c8fcb0dcb6f5 07:44:42 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 07:44:42 ---> Running in c11cdd58d72a 07:44:42 Removing intermediate container c11cdd58d72a 07:44:42 ---> caa11f608b21 07:44:42 Step 6/15 : LABEL Name=edgex-ui-go 07:44:42 ---> Running in 626cebeac079 07:44:43 Removing intermediate container 626cebeac079 07:44:43 ---> b46b636a5583 07:44:43 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:44:43 ---> Running in c2d4e9d99d6f 07:44:43 Removing intermediate container c2d4e9d99d6f 07:44:43 ---> 24947c5dc53e 07:44:43 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:43 ---> Running in c8d5107209d3 07:44:45 Removing intermediate container c8d5107209d3 07:44:45 ---> 3bf9b863f28e 07:44:45 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:44:45 ---> Running in 2781ed09e53f 07:44:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:44:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:44:48 OK: 220 MiB in 52 packages 07:44:48 Removing intermediate container 2781ed09e53f 07:44:48 ---> 470b654450b7 07:44:48 Step 10/15 : ENV GO111MODULE=on 07:44:48 ---> Running in c35337843b67 07:44:49 Removing intermediate container c35337843b67 07:44:49 ---> f507dd46aa6a 07:44:49 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:44:49 ---> Running in a8ed86a93a39 07:44:49 Removing intermediate container a8ed86a93a39 07:44:49 ---> e505ae881e03 07:44:49 Step 12/15 : COPY go.mod vendor* ./ 07:44:50 ---> 24a2f8a04a5d 07:44:50 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:50 ---> Running in 8d69355ecf95 07:45:17 Removing intermediate container 8d69355ecf95 07:45:17 ---> 43ad08ba23f6 07:45:17 Step 14/15 : COPY . . 07:45:19 ---> 63df665b620d 07:45:19 Step 15/15 : RUN ${MAKE} 07:45:19 ---> Running in bb0d89ebafed 07:45:20 noop 07:45:20 Removing intermediate container bb0d89ebafed 07:45:20 ---> e7e991daaaa0 07:45:20 Successfully built e7e991daaaa0 07:45:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:21 + docker inspect -f . ci-base-image-arm64 07:45:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:45:21 prd-ubuntu20.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container 07:45:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:45:23 $ docker top 8abb49c0376c47541e31f8fcb4e141b8e3cee6c464711b52ae8e84b41beea0ae -eo pid,comm [Pipeline] { [Pipeline] sh 07:45:24 + go version 07:45:24 go version go1.17.7 linux/arm64 [Pipeline] } 07:45:24 $ docker stop --time=1 8abb49c0376c47541e31f8fcb4e141b8e3cee6c464711b52ae8e84b41beea0ae 07:45:25 $ docker rm -f 8abb49c0376c47541e31f8fcb4e141b8e3cee6c464711b52ae8e84b41beea0ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:26 + docker inspect -f . ci-base-image-arm64 07:45:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:45:26 prd-ubuntu20.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container 07:45:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:45:28 $ docker top 661fa8e87b62f06c409e795fa9294e3065a098d235ca1ba7cb699c2f653f40ff -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 07:45:29 + make test 07:45:29 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:45:30 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:46:09 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 07:46:09 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:46:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:46:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 07:46:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:46:22 $ docker stop --time=1 661fa8e87b62f06c409e795fa9294e3065a098d235ca1ba7cb699c2f653f40ff 07:46:24 $ docker rm -f 661fa8e87b62f06c409e795fa9294e3065a098d235ca1ba7cb699c2f653f40ff [Pipeline] // withDockerContainer [Pipeline] sh 07:46:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:46:24 Warning: overwriting stash ‘coverage-report’ 07:46:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:46:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:46:26 + ls -al . 07:46:26 total 156 07:46:26 drwxrwxr-x 13 jenkins jenkins 4096 Jun 7 07:45 . 07:46:26 drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:43 .. 07:46:26 drwxrwxr-x 8 jenkins jenkins 4096 Jun 7 07:43 .git 07:46:26 drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:43 .github 07:46:26 -rw-rw-r-- 1 jenkins jenkins 167 Jun 7 07:43 .gitignore 07:46:26 -rw-rw-r-- 1 jenkins jenkins 2022 Jun 7 07:43 Attribution.txt 07:46:26 -rw-rw-r-- 1 jenkins jenkins 14570 Jun 7 07:43 CHANGELOG.md 07:46:26 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 7 07:43 CONTRIBUTING.md 07:46:26 -rw-rw-r-- 1 jenkins jenkins 1549 Jun 7 07:43 Dockerfile 07:46:26 -rw-rw-r-- 1 jenkins jenkins 652 Jun 7 07:43 Jenkinsfile 07:46:26 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 7 07:43 LICENSE 07:46:26 -rw-rw-r-- 1 jenkins jenkins 1212 Jun 7 07:43 Makefile 07:46:26 -rw-rw-r-- 1 jenkins jenkins 4398 Jun 7 07:43 README.md 07:46:26 -rw-rw-r-- 1 jenkins jenkins 5 Jun 7 07:39 VERSION 07:46:26 drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:43 assets 07:46:26 drwxrwxr-x 2 jenkins jenkins 4096 Jun 7 07:43 bin 07:46:26 drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:43 cmd 07:46:26 -rw-r--r-- 1 jenkins jenkins 10 Jun 7 07:45 coverage.out 07:46:26 drwxrwxr-x 2 jenkins jenkins 4096 Jun 7 07:43 docs 07:46:26 -rw-rw-r-- 1 jenkins jenkins 1945 Jun 7 07:43 go.mod 07:46:26 -rw-rw-r-- 1 jenkins jenkins 26589 Jun 7 07:43 go.sum 07:46:26 drwxrwxr-x 9 jenkins jenkins 4096 Jun 7 07:43 internal 07:46:26 drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:43 pkg 07:46:26 drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:43 snap 07:46:26 drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:43 testing 07:46:26 -rw-rw-r-- 1 jenkins jenkins 155 Jun 7 07:43 version.go 07:46:26 drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:43 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:26 + 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=e1128889e0e9df4ec5678aadc345276be2142c5b --label arch=arm64 --label version=0.0.0 . 07:46:27 Sending build context to Docker daemon 27.41MB 07:46:27 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 07:46:27 Step 2/23 : FROM ${BASE} AS builder 07:46:27 ---> e7e991daaaa0 07:46:27 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:46:28 ---> Running in 99d27e387213 07:46:28 Removing intermediate container 99d27e387213 07:46:28 ---> 09e5d0322a2e 07:46:28 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 07:46:28 ---> Running in ddf4dea6950b 07:46:28 Removing intermediate container ddf4dea6950b 07:46:28 ---> 55fa5549a612 07:46:28 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 07:46:28 ---> Running in 2cc3cd3e68ff 07:46:28 Removing intermediate container 2cc3cd3e68ff 07:46:28 ---> a6e4d97192b9 07:46:28 Step 6/23 : LABEL Name=edgex-ui-go 07:46:28 ---> Running in 045488e64e9d 07:46:29 Removing intermediate container 045488e64e9d 07:46:29 ---> 711f8dab53a8 07:46:29 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:46:29 ---> Running in 511c554e4631 07:46:29 Removing intermediate container 511c554e4631 07:46:29 ---> deef58b9c5cd 07:46:29 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:46:29 ---> Running in b16b157b2149 07:46:31 Removing intermediate container b16b157b2149 07:46:31 ---> 9894a196fa95 07:46:31 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:46:31 ---> Running in fb69173d35b5 07:46:32 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:46:33 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:46:34 OK: 220 MiB in 52 packages 07:46:34 Removing intermediate container fb69173d35b5 07:46:34 ---> f00e7decab40 07:46:34 Step 10/23 : ENV GO111MODULE=on 07:46:34 ---> Running in 7f1c7eb129d5 07:46:35 Removing intermediate container 7f1c7eb129d5 07:46:35 ---> 4b5beb31464f 07:46:35 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:46:35 ---> Running in eaf00e38518d 07:46:35 Removing intermediate container eaf00e38518d 07:46:35 ---> 635c296e6241 07:46:35 Step 12/23 : COPY go.mod vendor* ./ 07:46:36 ---> 55958abc4c15 07:46:36 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:46:36 ---> Running in 38f4fe778773 07:46:38 Removing intermediate container 38f4fe778773 07:46:38 ---> e22799001a47 07:46:38 Step 14/23 : COPY . . 07:46:41 ---> b513132383c3 07:46:41 Step 15/23 : RUN ${MAKE} 07:46:41 ---> Running in 3892bb102a68 07:46:42 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 07:47:14 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:47:17 Removing intermediate container 3892bb102a68 07:47:17 ---> a34e2c4bc513 07:47:17 Step 16/23 : FROM alpine:3.14 07:47:18 3.14: Pulling from library/alpine 07:47:18 455c02918c45: Pulling fs layer 07:47:18 455c02918c45: Verifying Checksum 07:47:18 455c02918c45: Download complete 07:47:18 455c02918c45: Pull complete 07:47:18 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 07:47:18 Status: Downloaded newer image for alpine:3.14 07:47:18 ---> ac73e934f311 07:47:18 Step 17/23 : EXPOSE 4000 07:47:18 ---> Running in 3a04072e510e 07:47:19 Removing intermediate container 3a04072e510e 07:47:19 ---> f2fb759829ba 07:47:19 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 07:47:20 ---> d52350315ab4 07:47:20 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:47:20 ---> Running in 0e762848b66d 07:47:20 Removing intermediate container 0e762848b66d 07:47:20 ---> 046f587006b1 07:47:20 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:47:20 ---> Running in b81821deac48 07:47:21 Removing intermediate container b81821deac48 07:47:21 ---> 2d78757ac863 07:47:21 Step 21/23 : LABEL arch=arm64 07:47:21 ---> Running in ebc76741d637 07:47:21 Removing intermediate container ebc76741d637 07:47:21 ---> 5757000091cb 07:47:21 Step 22/23 : LABEL git_sha=e1128889e0e9df4ec5678aadc345276be2142c5b 07:47:21 ---> Running in 28e7319a1a29 07:47:22 Removing intermediate container 28e7319a1a29 07:47:22 ---> 26a2da500757 07:47:22 Step 23/23 : LABEL version=0.0.0 07:47:22 ---> Running in a6d706e53452 07:47:22 Removing intermediate container a6d706e53452 07:47:22 ---> 70f8f8646e2c 07:47:22 [Warning] One or more build-args [ARCH] were not consumed 07:47:22 Successfully built 70f8f8646e2c 07:47:22 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh 07:47:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:47:23 07:47:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:47:24 arm64: Pulling from edgex-lftools-log-publisher 07:47:24 8998bd30e6a1: Pulling fs layer 07:47:24 04944245beec: Pulling fs layer 07:47:24 699f458cf7ca: Pulling fs layer 07:47:24 765212b225bb: Pulling fs layer 07:47:24 f23df028b6ca: Pulling fs layer 07:47:24 d65c8cfc05b1: Pulling fs layer 07:47:24 2437ff75d9bd: Pulling fs layer 07:47:24 765212b225bb: Waiting 07:47:24 d65c8cfc05b1: Waiting 07:47:24 f23df028b6ca: Waiting 07:47:24 2437ff75d9bd: Waiting 07:47:24 04944245beec: Verifying Checksum 07:47:24 04944245beec: Download complete 07:47:24 765212b225bb: Verifying Checksum 07:47:24 765212b225bb: Download complete 07:47:24 f23df028b6ca: Verifying Checksum 07:47:24 f23df028b6ca: Download complete 07:47:24 d65c8cfc05b1: Verifying Checksum 07:47:24 d65c8cfc05b1: Download complete 07:47:24 699f458cf7ca: Verifying Checksum 07:47:24 699f458cf7ca: Download complete 07:47:24 8998bd30e6a1: Download complete 07:47:27 2437ff75d9bd: Verifying Checksum 07:47:27 2437ff75d9bd: Download complete 07:47:28 8998bd30e6a1: Pull complete 07:47:29 04944245beec: Pull complete 07:47:30 699f458cf7ca: Pull complete 07:47:31 765212b225bb: Pull complete 07:47:32 f23df028b6ca: Pull complete 07:47:32 d65c8cfc05b1: Pull complete 07:47:47 2437ff75d9bd: Pull complete 07:47:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:47:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:47:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:47:47 prd-ubuntu20.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container 07:47:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:47:50 $ docker top 0a40bf5c8142384ecf7b56f903289e5b5ca9ddbe2ad01c305f20a80685ecdf3e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:47:51 ---> job-cost.sh 07:47:51 lf-activate-venv: SKIPPING 07:47:51 INFO: No Stack... 07:47:51 INFO: Retrieving Pricing Info for: v3-standard-4 07:47:52 INFO: Archiving Costs [Pipeline] sh 07:47:53 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:47:53 + cut -d, -f6 [Pipeline] lock 07:47:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] 07:47:53 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] did not exist. Created. 07:47:53 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:47:54 /w/workspace/edgex-ui-go/1@tmp/durable-3f19ab40/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:47:54 + echo total: 0.10999999940395355 [Pipeline] stash 07:47:54 Warning: overwriting stash ‘stack-cost’ 07:47:54 Stashed 1 file(s) [Pipeline] } 07:47:54 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:47:55 $ docker stop --time=1 0a40bf5c8142384ecf7b56f903289e5b5ca9ddbe2ad01c305f20a80685ecdf3e 07:47:56 $ docker rm -f 0a40bf5c8142384ecf7b56f903289e5b5ca9ddbe2ad01c305f20a80685ecdf3e [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 07:47:57 provisioning config files... 07:47:57 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/config1390596805408845879tmp [Pipeline] { [Pipeline] sh 07:47:57 + set +x 07:47:57 + curl -s https://codecov.io/bash 07:47:57 + bash -s -- 07:47:57 07:47:57 _____ _ 07:47:57 / ____| | | 07:47:57 | | ___ __| | ___ ___ _____ __ 07:47:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:47:57 | |___| (_) | (_| | __/ (_| (_) \ V / 07:47:57 \_____\___/ \__,_|\___|\___\___/ \_/ 07:47:57 Bash-1.0.6 07:47:57 07:47:57 07:47:57 ==> git version 2.25.1 found 07:47:57 ==> 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 07:47:57 Release-Date: 2020-01-08 07:47:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:47:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:47:57 ==> Jenkins CI detected. 07:47:57 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-527 07:47:57 project root: . 07:47:57 --> token set from env 07:47:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:47:57 ==> Running gcov in . (disable via -X gcov) 07:47:57 ==> Python coveragepy not found 07:47:57 ==> Searching for coverage reports in: 07:47:57 + . 07:47:57 -> Found 1 reports 07:47:57 ==> Detecting git/mercurial file structure 07:47:58 ==> Reading reports 07:47:58 + ./coverage.out bytes=10 07:47:58 ==> Appending adjustments 07:47:58 https://docs.codecov.io/docs/fixing-reports 07:47:58 + Found adjustments 07:47:58 ==> Gzipping contents 07:47:58 8.0K /tmp/codecov.zFLZUh.gz 07:47:58 ==> Uploading reports 07:47:58 url: https://codecov.io 07:47:58 query: branch=PR-527&commit=e1128889e0e9df4ec5678aadc345276be2142c5b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-527%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=527&job=&cmd_args= 07:47:58 -> Pinging Codecov 07:47:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-527&commit=e1128889e0e9df4ec5678aadc345276be2142c5b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-527%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=527&job=&cmd_args= 07:47:58 -> Uploading to 07:47:58 https://storage.googleapis.com/codecov/v4/raw/2022-06-07/FB506323287CE973F263BFD2A0EB1F37/e1128889e0e9df4ec5678aadc345276be2142c5b/64b6e0b0-6c61-44d5-bca1-1d39c98bc878.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220607%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220607T074758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89c29c640744eb153b62c53671d1632a27deef0394313cb917b7b6e65586b651 07:47:58 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:58 Dload Upload Total Spent Left Speed 07:47:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4367 0 0 100 4367 0 17260 --:--:-- --:--:-- --:--:-- 17260 07:47:58 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] } 07:47:58 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 07:48:00 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives ] 07:48:00 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives 07:48:00 total 16 07:48:00 drwxr-xr-x 3 root root 4096 Jun 7 07:40 . 07:48:00 drwxrwxr-x 15 jenkins jenkins 4096 Jun 7 07:40 .. 07:48:00 drwxr-xr-x 2 root root 4096 Jun 7 07:40 cost 07:48:00 -rw-r--r-- 1 root root 82 Jun 7 07:40 cost.csv 07:48:00 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives 07:48:00 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives 07:48:00 total 16 07:48:00 drwxr-xr-x 3 jenkins jenkins 4096 Jun 7 07:40 . 07:48:00 drwxrwxr-x 15 jenkins jenkins 4096 Jun 7 07:40 .. 07:48:00 drwxr-xr-x 2 jenkins jenkins 4096 Jun 7 07:40 cost 07:48:00 -rw-r--r-- 1 jenkins jenkins 82 Jun 7 07:40 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:48:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:48:01 ---> package-listing.sh 07:48:01 ++ facter osfamily 07:48:01 ++ tr '[:upper:]' '[:lower:]' 07:48:02 + OS_FAMILY=debian 07:48:02 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-527 07:48:02 + START_PACKAGES=/tmp/packages_start.txt 07:48:02 + END_PACKAGES=/tmp/packages_end.txt 07:48:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:48:02 + PACKAGES=/tmp/packages_start.txt 07:48:02 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-527 ']' 07:48:02 + PACKAGES=/tmp/packages_end.txt 07:48:02 + case "${OS_FAMILY}" in 07:48:02 + dpkg -l 07:48:02 + grep '^ii' 07:48:02 + '[' -f /tmp/packages_start.txt ']' 07:48:02 + '[' -f /tmp/packages_end.txt ']' 07:48:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:48:02 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-527 ']' 07:48:02 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives/ 07:48:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives/ [Pipeline] echo 07:48:02 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-527/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:48:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:48:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:03 prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container 07:48:03 $ 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-527/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-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@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 07:48:03 $ docker top 08383f983f704c6f35a31975abfe544a4ec1b29274b66b90575e3af59b8e1500 -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:03 + touch /tmp/pre-build-complete [Pipeline] sh 07:48:04 + mkdir -p /var/log/sysstat [Pipeline] sh 07:48:04 + ls /var/log/sa-host 07:48:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:48:04 provisioning config files... 07:48:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/config5135176051506064761tmp [Pipeline] { [Pipeline] echo 07:48:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:48:05 ---> create-netrc.sh [Pipeline] } 07:48:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:48:05 ---> python-tools-install.sh [Pipeline] echo 07:48:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:48:05 ---> sudo-logs.sh 07:48:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:48:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:48:06 ---> job-cost.sh 07:48:06 lf-activate-venv: SKIPPING 07:48:06 DEBUG: total: 0.2199999988079071 07:48:06 INFO: Retrieving Stack Cost... 07:48:06 INFO: Retrieving Pricing Info for: v3-standard-8 07:48:07 INFO: Archiving Costs [Pipeline] echo 07:48:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:48:07 ---> logs-deploy.sh 07:48:07 lf-activate-venv: SKIPPING 07:48:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-527/1 07:48:07 INFO: archiving workspace using pattern(s): 07:48:08 Archives upload complete. 07:48:08 INFO: archiving logs to Nexus