Pull request #525 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 681bfa3f169a77e5aa45c3d23b03363153c4644f+b1c49f195c002f3e52adda9c102080955489afd9 (7bcf6999e0acb0406148f9efde519463dfe8a6ea) 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-ssh17376520817344254225.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12053012172466652323.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12214040625750257717.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-525/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7079642591431191638.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh12585523068276183480.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-525/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3939271258796204647.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-44825 in /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-525 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b1c49f195c002f3e52adda9c102080955489afd9 into PR head commit 681bfa3f169a77e5aa45c3d23b03363153c4644f Merge succeeded, producing 681bfa3f169a77e5aa45c3d23b03363153c4644f Checking out Revision 681bfa3f169a77e5aa45c3d23b03363153c4644f (PR-525) > git config core.sparsecheckout # timeout=10 > git checkout -f 681bfa3f169a77e5aa45c3d23b03363153c4644f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b1c49f195c002f3e52adda9c102080955489afd9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 681bfa3f169a77e5aa45c3d23b03363153c4644f # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-10T04:08:56.087Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-10T04:08:56.281Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-10T04:08:56.376Z] ========================================================= [2022-05-10T04:08:56.376Z] EdgeX Global Pipelines Version Info [2022-05-10T04:08:56.376Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:08:57.198Z] ------------------- [2022-05-10T04:08:57.198Z] stable info: [2022-05-10T04:08:57.198Z] ------------------- [2022-05-10T04:08:57.198Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T04:08:57.198Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-10T04:08:57.198Z] Message: update stable to v1.0.227 [2022-05-10T04:08:57.770Z] ------------------- [2022-05-10T04:08:57.770Z] experimental info: [2022-05-10T04:08:57.770Z] ------------------- [2022-05-10T04:08:57.770Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T04:08:57.770Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-10T04:08:57.770Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-10T04:08:58.027Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-05-10T04:08:58.069Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-05-10T04:08:58.106Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-10T04:08:58.146Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-10T04:08:58.187Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-10T04:08:58.228Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-10T04:08:58.271Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-10T04:08:58.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-10T04:08:58.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-10T04:08:58.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-10T04:08:58.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-10T04:08:58.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-05-10T04:08:58.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-10T04:08:58.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-10T04:08:58.598Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T04:08:58.644Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T04:08:58.686Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T04:08:58.728Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T04:08:58.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-10T04:08:58.806Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-10T04:08:58.845Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-10T04:08:58.889Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-10T04:08:58.931Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-10T04:08:58.973Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-10T04:08:59.013Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-10T04:08:59.052Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-10T04:08:59.094Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-525 [Pipeline] echo [2022-05-10T04:08:59.130Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-525 [Pipeline] echo [2022-05-10T04:08:59.170Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-525 [Pipeline] echo [2022-05-10T04:08:59.219Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 681bfa3f169a77e5aa45c3d23b03363153c4644f [Pipeline] echo [2022-05-10T04:08:59.261Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 681bfa3 [Pipeline] echo [2022-05-10T04:08:59.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T04:08:59.404Z] provisioning config files... [2022-05-10T04:08:59.489Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config7113685135017864161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:08:59.840Z] ---> docker-login.sh [2022-05-10T04:08:59.840Z] nexus3.edgexfoundry.org:10001 [2022-05-10T04:09:00.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:00.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:00.102Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:00.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:00.102Z] [2022-05-10T04:09:00.102Z] Login Succeeded [2022-05-10T04:09:00.102Z] nexus3.edgexfoundry.org:10002 [2022-05-10T04:09:00.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:00.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:00.365Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:00.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:00.365Z] [2022-05-10T04:09:00.365Z] Login Succeeded [2022-05-10T04:09:00.365Z] nexus3.edgexfoundry.org:10003 [2022-05-10T04:09:00.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:00.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:00.365Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:00.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:00.365Z] [2022-05-10T04:09:00.365Z] Login Succeeded [2022-05-10T04:09:00.365Z] nexus3.edgexfoundry.org:10004 [2022-05-10T04:09:00.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:00.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:00.629Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:00.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:00.629Z] [2022-05-10T04:09:00.629Z] Login Succeeded [2022-05-10T04:09:00.629Z] docker.io [2022-05-10T04:09:00.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:00.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:00.893Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:00.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:00.893Z] [2022-05-10T04:09:00.893Z] Login Succeeded [2022-05-10T04:09:00.893Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T04:09:00.924Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-10T04:09:01.560Z] + git rev-list -1 --merges 681bfa3f169a77e5aa45c3d23b03363153c4644f~1..681bfa3f169a77e5aa45c3d23b03363153c4644f [Pipeline] echo [2022-05-10T04:09:01.607Z] -----------> git rev-list -1 --merges 681bfa3f169a77e5aa45c3d23b03363153c4644f~1..681bfa3f169a77e5aa45c3d23b03363153c4644f 681bfa3f169a77e5aa45c3d23b03363153c4644f [false] [Pipeline] sh [2022-05-10T04:09:01.919Z] + git log --format=format:%s -1 681bfa3f169a77e5aa45c3d23b03363153c4644f [Pipeline] echo [2022-05-10T04:09:01.961Z] ========================================================= [2022-05-10T04:09:01.961Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-10T04:09:01.961Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T04:09:02.398Z] + git log --format=format:%s -1 681bfa3f169a77e5aa45c3d23b03363153c4644f [Pipeline] echo [2022-05-10T04:09:02.429Z] [semverPrep] GIT_COMMIT: 681bfa3f169a77e5aa45c3d23b03363153c4644f, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo [2022-05-10T04:09:02.458Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-10T04:09:02.878Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T04:09:02.878Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-10T04:09:02.878Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-10T04:09:02.878Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-10T04:09:02.878Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-10T04:09:02.878Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-10T04:09:02.878Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:09:03.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T04:09:03.262Z] [2022-05-10T04:09:03.262Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:09:03.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T04:09:03.604Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-10T04:09:03.604Z] 1fe172e4850f: Pulling fs layer [2022-05-10T04:09:03.604Z] caf521ccaac6: Pulling fs layer [2022-05-10T04:09:03.604Z] 3ead6fa29328: Pulling fs layer [2022-05-10T04:09:03.604Z] 5c2a1cbceb83: Pulling fs layer [2022-05-10T04:09:03.604Z] a8d5f1318db7: Pulling fs layer [2022-05-10T04:09:03.604Z] c427282e49a2: Pulling fs layer [2022-05-10T04:09:03.604Z] 1827001aaf11: Pulling fs layer [2022-05-10T04:09:03.604Z] 0714d37db230: Pulling fs layer [2022-05-10T04:09:03.604Z] ac28cf19c067: Pulling fs layer [2022-05-10T04:09:03.604Z] ca983d60f3e2: Pulling fs layer [2022-05-10T04:09:03.604Z] 9f894cec8388: Pulling fs layer [2022-05-10T04:09:03.604Z] 1827001aaf11: Waiting [2022-05-10T04:09:03.604Z] c427282e49a2: Waiting [2022-05-10T04:09:03.604Z] ca983d60f3e2: Waiting [2022-05-10T04:09:03.604Z] 0714d37db230: Waiting [2022-05-10T04:09:03.604Z] 9f894cec8388: Waiting [2022-05-10T04:09:03.604Z] ac28cf19c067: Waiting [2022-05-10T04:09:03.604Z] 5c2a1cbceb83: Waiting [2022-05-10T04:09:03.604Z] a8d5f1318db7: Waiting [2022-05-10T04:09:03.604Z] caf521ccaac6: Verifying Checksum [2022-05-10T04:09:03.604Z] caf521ccaac6: Download complete [2022-05-10T04:09:03.604Z] 5c2a1cbceb83: Verifying Checksum [2022-05-10T04:09:03.604Z] 5c2a1cbceb83: Download complete [2022-05-10T04:09:03.868Z] a8d5f1318db7: Verifying Checksum [2022-05-10T04:09:03.868Z] a8d5f1318db7: Download complete [2022-05-10T04:09:03.868Z] c427282e49a2: Verifying Checksum [2022-05-10T04:09:03.868Z] c427282e49a2: Download complete [2022-05-10T04:09:03.868Z] 3ead6fa29328: Verifying Checksum [2022-05-10T04:09:03.868Z] 3ead6fa29328: Download complete [2022-05-10T04:09:03.868Z] 0714d37db230: Download complete [2022-05-10T04:09:03.868Z] ac28cf19c067: Verifying Checksum [2022-05-10T04:09:03.868Z] ac28cf19c067: Download complete [2022-05-10T04:09:03.868Z] ca983d60f3e2: Verifying Checksum [2022-05-10T04:09:03.868Z] ca983d60f3e2: Download complete [2022-05-10T04:09:03.868Z] 9f894cec8388: Verifying Checksum [2022-05-10T04:09:03.868Z] 9f894cec8388: Download complete [2022-05-10T04:09:03.868Z] 1fe172e4850f: Verifying Checksum [2022-05-10T04:09:03.868Z] 1fe172e4850f: Download complete [2022-05-10T04:09:04.128Z] 1827001aaf11: Verifying Checksum [2022-05-10T04:09:04.128Z] 1827001aaf11: Download complete [2022-05-10T04:09:05.068Z] 1fe172e4850f: Pull complete [2022-05-10T04:09:05.328Z] caf521ccaac6: Pull complete [2022-05-10T04:09:05.897Z] 3ead6fa29328: Pull complete [2022-05-10T04:09:05.897Z] 5c2a1cbceb83: Pull complete [2022-05-10T04:09:06.160Z] a8d5f1318db7: Pull complete [2022-05-10T04:09:06.421Z] c427282e49a2: Pull complete [2022-05-10T04:09:08.342Z] 1827001aaf11: Pull complete [2022-05-10T04:09:08.342Z] 0714d37db230: Pull complete [2022-05-10T04:09:08.342Z] ac28cf19c067: Pull complete [2022-05-10T04:09:08.605Z] ca983d60f3e2: Pull complete [2022-05-10T04:09:08.605Z] 9f894cec8388: Pull complete [2022-05-10T04:09:08.605Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-10T04:09:08.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T04:09:08.605Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-10T04:09:08.701Z] prd-ubuntu20.04-docker-8c-8g-44825 does not seem to be running inside a container [2022-05-10T04:09:08.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-10T04:09:10.831Z] $ docker top c8c153486541f575200c8902ca4ac558676aee4b1351d2731236c8f2fefeb254 -eo pid,comm [2022-05-10T04:09:10.916Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-05-10T04:09:10.916Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T04:09:11.046Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T04:09:11.046Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T04:09:11.192Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T04:09:11.201Z] $ docker exec c8c153486541f575200c8902ca4ac558676aee4b1351d2731236c8f2fefeb254 ssh-agent [2022-05-10T04:09:11.316Z] SSH_AUTH_SOCK=/tmp/ssh-EzkcvzUCQHlF/agent.33 [2022-05-10T04:09:11.316Z] SSH_AGENT_PID=39 [2022-05-10T04:09:11.325Z] Running ssh-add (command line suppressed) [2022-05-10T04:09:11.458Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_7526528849715509060.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_7526528849715509060.key) [2022-05-10T04:09:11.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T04:09:11.797Z] + git tag --points-at HEAD [Pipeline] } [2022-05-10T04:09:11.829Z] $ docker exec --env ******** --env ******** c8c153486541f575200c8902ca4ac558676aee4b1351d2731236c8f2fefeb254 ssh-agent -k [2022-05-10T04:09:11.944Z] unset SSH_AUTH_SOCK; [2022-05-10T04:09:11.945Z] unset SSH_AGENT_PID; [2022-05-10T04:09:11.945Z] echo Agent pid 39 killed; [2022-05-10T04:09:11.952Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-10T04:09:12.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T04:09:12.039Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T04:09:12.175Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T04:09:12.185Z] $ docker exec c8c153486541f575200c8902ca4ac558676aee4b1351d2731236c8f2fefeb254 ssh-agent [2022-05-10T04:09:12.314Z] SSH_AUTH_SOCK=/tmp/ssh-S2hV8sBKhoj8/agent.73 [2022-05-10T04:09:12.314Z] SSH_AGENT_PID=80 [2022-05-10T04:09:12.319Z] Running ssh-add (command line suppressed) [2022-05-10T04:09:12.457Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_2783844274020708629.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/private_key_2783844274020708629.key) [2022-05-10T04:09:12.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T04:09:12.791Z] + git semver init [2022-05-10T04:09:13.053Z] 2022-05-10 04:09:12,980 [run_init] DEBUG init version:0.0.0 force:False [2022-05-10T04:09:13.053Z] 2022-05-10 04:09:12,981 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver [2022-05-10T04:09:13.053Z] 2022-05-10 04:09:12,981 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver [2022-05-10T04:09:13.053Z] 2022-05-10 04:09:12,981 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-525, universal_newlines=False, shell=None, istream=None) [2022-05-10T04:09:14.434Z] 2022-05-10 04:09:14,334 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.git/info/exclude [2022-05-10T04:09:14.434Z] 2022-05-10 04:09:14,335 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 with force:False [2022-05-10T04:09:14.434Z] 2022-05-10 04:09:14,335 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 [2022-05-10T04:09:14.434Z] 2022-05-10 04:09:14,340 [execute] INFO git cat-file --batch-check [2022-05-10T04:09:14.434Z] 2022-05-10 04:09:14,340 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T04:09:14.434Z] 2022-05-10 04:09:14,347 [execute] INFO git cat-file --batch [2022-05-10T04:09:14.434Z] 2022-05-10 04:09:14,348 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T04:09:14.434Z] 2022-05-10 04:09:14,354 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-525/.semver/PR-525 [2022-05-10T04:09:14.434Z] 0.0.0 [Pipeline] } [2022-05-10T04:09:14.466Z] $ docker exec --env ******** --env ******** c8c153486541f575200c8902ca4ac558676aee4b1351d2731236c8f2fefeb254 ssh-agent -k [2022-05-10T04:09:14.575Z] unset SSH_AUTH_SOCK; [2022-05-10T04:09:14.576Z] unset SSH_AGENT_PID; [2022-05-10T04:09:14.576Z] echo Agent pid 80 killed; [2022-05-10T04:09:14.588Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T04:09:15.001Z] + git semver [Pipeline] } [2022-05-10T04:09:15.298Z] $ docker stop --time=1 c8c153486541f575200c8902ca4ac558676aee4b1351d2731236c8f2fefeb254 [2022-05-10T04:09:16.662Z] $ docker rm -f c8c153486541f575200c8902ca4ac558676aee4b1351d2731236c8f2fefeb254 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T04:09:17.075Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-10T04:09:17.401Z] Stashed 1 file(s) [Pipeline] echo [2022-05-10T04:09:17.420Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T04:09:18.020Z] provisioning config files... [2022-05-10T04:09:18.031Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config7967589770538836814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:09:18.490Z] ---> docker-login.sh [2022-05-10T04:09:18.490Z] nexus3.edgexfoundry.org:10001 [2022-05-10T04:09:18.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:18.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:18.490Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:18.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:18.490Z] [2022-05-10T04:09:18.490Z] Login Succeeded [2022-05-10T04:09:18.490Z] nexus3.edgexfoundry.org:10002 [2022-05-10T04:09:18.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:18.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:18.750Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:18.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:18.750Z] [2022-05-10T04:09:18.750Z] Login Succeeded [2022-05-10T04:09:18.750Z] nexus3.edgexfoundry.org:10003 [2022-05-10T04:09:18.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:18.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:18.750Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:18.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:18.750Z] [2022-05-10T04:09:18.750Z] Login Succeeded [2022-05-10T04:09:18.750Z] nexus3.edgexfoundry.org:10004 [2022-05-10T04:09:19.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:19.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:19.011Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:19.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:19.011Z] [2022-05-10T04:09:19.011Z] Login Succeeded [2022-05-10T04:09:19.011Z] docker.io [2022-05-10T04:09:19.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:09:19.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:09:19.271Z] Configure a credential helper to remove this warning. See [2022-05-10T04:09:19.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:09:19.271Z] [2022-05-10T04:09:19.271Z] Login Succeeded [2022-05-10T04:09:19.271Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T04:09:19.298Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T04:09:19.537Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T04:09:19.571Z] ========================================================= [2022-05-10T04:09:19.571Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-10T04:09:19.571Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:09:19.980Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-10T04:09:20.241Z] Sending build context to Docker daemon 43.45MB [2022-05-10T04:09:20.241Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T04:09:20.241Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T04:09:20.241Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-10T04:09:20.241Z] 59bf1c3509f3: Pulling fs layer [2022-05-10T04:09:20.241Z] 666ba61612fd: Pulling fs layer [2022-05-10T04:09:20.241Z] 8ed8ca486205: Pulling fs layer [2022-05-10T04:09:20.241Z] 4fe6c5a15a65: Pulling fs layer [2022-05-10T04:09:20.241Z] 22a0e8bec74d: Pulling fs layer [2022-05-10T04:09:20.241Z] ca2b28591e48: Pulling fs layer [2022-05-10T04:09:20.241Z] a51346096db8: Pulling fs layer [2022-05-10T04:09:20.241Z] daebc70d1ce1: Pulling fs layer [2022-05-10T04:09:20.241Z] 0e18a0eac166: Pulling fs layer [2022-05-10T04:09:20.241Z] a51346096db8: Waiting [2022-05-10T04:09:20.241Z] 4fe6c5a15a65: Waiting [2022-05-10T04:09:20.241Z] 22a0e8bec74d: Waiting [2022-05-10T04:09:20.241Z] ca2b28591e48: Waiting [2022-05-10T04:09:20.241Z] daebc70d1ce1: Waiting [2022-05-10T04:09:20.241Z] 0e18a0eac166: Waiting [2022-05-10T04:09:20.241Z] 8ed8ca486205: Download complete [2022-05-10T04:09:20.241Z] 666ba61612fd: Verifying Checksum [2022-05-10T04:09:20.241Z] 666ba61612fd: Download complete [2022-05-10T04:09:20.241Z] 22a0e8bec74d: Download complete [2022-05-10T04:09:20.241Z] ca2b28591e48: Verifying Checksum [2022-05-10T04:09:20.241Z] ca2b28591e48: Download complete [2022-05-10T04:09:20.241Z] 59bf1c3509f3: Verifying Checksum [2022-05-10T04:09:20.241Z] 59bf1c3509f3: Download complete [2022-05-10T04:09:20.241Z] a51346096db8: Download complete [2022-05-10T04:09:20.503Z] daebc70d1ce1: Download complete [2022-05-10T04:09:20.503Z] 59bf1c3509f3: Pull complete [2022-05-10T04:09:20.767Z] 666ba61612fd: Pull complete [2022-05-10T04:09:20.767Z] 8ed8ca486205: Pull complete [2022-05-10T04:09:21.027Z] 0e18a0eac166: Verifying Checksum [2022-05-10T04:09:21.027Z] 0e18a0eac166: Download complete [2022-05-10T04:09:21.027Z] 4fe6c5a15a65: Verifying Checksum [2022-05-10T04:09:21.027Z] 4fe6c5a15a65: Download complete [2022-05-10T04:09:25.225Z] 4fe6c5a15a65: Pull complete [2022-05-10T04:09:25.225Z] 22a0e8bec74d: Pull complete [2022-05-10T04:09:25.225Z] ca2b28591e48: Pull complete [2022-05-10T04:09:25.225Z] a51346096db8: Pull complete [2022-05-10T04:09:25.225Z] daebc70d1ce1: Pull complete [2022-05-10T04:09:27.130Z] 0e18a0eac166: Pull complete [2022-05-10T04:09:27.130Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-10T04:09:27.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T04:09:27.130Z] ---> f018257e8ee9 [2022-05-10T04:09:27.130Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T04:09:29.047Z] ---> Running in d0a4fdf7ae76 [2022-05-10T04:09:29.047Z] Removing intermediate container d0a4fdf7ae76 [2022-05-10T04:09:29.047Z] ---> 512fb3edf69a [2022-05-10T04:09:29.047Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T04:09:29.047Z] ---> Running in 9271b1e3223c [2022-05-10T04:09:29.307Z] Removing intermediate container 9271b1e3223c [2022-05-10T04:09:29.307Z] ---> 41392975b028 [2022-05-10T04:09:29.307Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T04:09:29.307Z] ---> Running in 9dd4403f7734 [2022-05-10T04:09:29.567Z] Removing intermediate container 9dd4403f7734 [2022-05-10T04:09:29.567Z] ---> d79818c2749d [2022-05-10T04:09:29.567Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T04:09:29.567Z] ---> Running in a6f744b02394 [2022-05-10T04:09:29.567Z] Removing intermediate container a6f744b02394 [2022-05-10T04:09:29.567Z] ---> 4f4464017729 [2022-05-10T04:09:29.567Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T04:09:29.567Z] ---> Running in b72fe0ef5f3b [2022-05-10T04:09:29.828Z] Removing intermediate container b72fe0ef5f3b [2022-05-10T04:09:29.828Z] ---> bfd00da1ba71 [2022-05-10T04:09:29.828Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T04:09:29.828Z] ---> Running in ead76e16b042 [2022-05-10T04:09:30.398Z] Removing intermediate container ead76e16b042 [2022-05-10T04:09:30.398Z] ---> 3ee4bdb6aaa9 [2022-05-10T04:09:30.398Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T04:09:30.398Z] ---> Running in f75ebebcccbf [2022-05-10T04:09:30.660Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T04:09:31.601Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T04:09:31.862Z] OK: 221 MiB in 52 packages [2022-05-10T04:09:32.122Z] Removing intermediate container f75ebebcccbf [2022-05-10T04:09:32.122Z] ---> b4573ec1491e [2022-05-10T04:09:32.122Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T04:09:32.122Z] ---> Running in a913f0039576 [2022-05-10T04:09:32.382Z] Removing intermediate container a913f0039576 [2022-05-10T04:09:32.382Z] ---> afe7a99084db [2022-05-10T04:09:32.382Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T04:09:32.382Z] ---> Running in 9b2dba8c3934 [2022-05-10T04:09:32.382Z] Removing intermediate container 9b2dba8c3934 [2022-05-10T04:09:32.382Z] ---> 87e6a0ab699a [2022-05-10T04:09:32.382Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T04:09:32.642Z] ---> aa7b3246c647 [2022-05-10T04:09:32.642Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T04:09:32.642Z] ---> Running in 3da0e4b4c59a [2022-05-10T04:09:32.825Z] Still waiting to schedule task [2022-05-10T04:09:32.825Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-44826’ is offline [2022-05-10T04:09:54.612Z] Removing intermediate container 3da0e4b4c59a [2022-05-10T04:09:54.612Z] ---> 37e37407b0f3 [2022-05-10T04:09:54.612Z] Step 14/15 : COPY . . [2022-05-10T04:09:54.871Z] ---> 71c9975cb0c2 [2022-05-10T04:09:54.871Z] Step 15/15 : RUN ${MAKE} [2022-05-10T04:09:54.871Z] ---> Running in 0c3df5d42c3f [2022-05-10T04:09:55.133Z] noop [2022-05-10T04:09:55.706Z] Removing intermediate container 0c3df5d42c3f [2022-05-10T04:09:55.706Z] ---> 38c961b4a461 [2022-05-10T04:09:55.706Z] Successfully built 38c961b4a461 [2022-05-10T04:09:55.706Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:09:56.038Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T04:09:56.038Z] . [Pipeline] withDockerContainer [2022-05-10T04:09:56.133Z] prd-ubuntu20.04-docker-8c-8g-44825 does not seem to be running inside a container [2022-05-10T04:09:56.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-10T04:09:56.720Z] $ docker top 48125e4eef0c5e11d15ed871acae7e9322d415e145237d04fbd214288121cf75 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T04:09:57.161Z] + go version [2022-05-10T04:09:57.161Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-10T04:09:57.199Z] $ docker stop --time=1 48125e4eef0c5e11d15ed871acae7e9322d415e145237d04fbd214288121cf75 [2022-05-10T04:09:58.524Z] $ docker rm -f 48125e4eef0c5e11d15ed871acae7e9322d415e145237d04fbd214288121cf75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:09:59.190Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T04:09:59.190Z] . [Pipeline] withDockerContainer [2022-05-10T04:09:59.283Z] prd-ubuntu20.04-docker-8c-8g-44825 does not seem to be running inside a container [2022-05-10T04:09:59.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-10T04:09:59.686Z] $ docker top e40e2ed225b2e8c1348a0ca39a9ed942454b746b80bf339dbfabd06a8f375613 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T04:10:00.111Z] + make test [2022-05-10T04:10:00.111Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T04:10:00.371Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T04:10:04.571Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T04:10:04.831Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T04:10:08.133Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T04:10:08.133Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T04:10:08.168Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T04:10:08.200Z] $ docker stop --time=1 e40e2ed225b2e8c1348a0ca39a9ed942454b746b80bf339dbfabd06a8f375613 [2022-05-10T04:10:09.717Z] $ docker rm -f e40e2ed225b2e8c1348a0ca39a9ed942454b746b80bf339dbfabd06a8f375613 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T04:10:10.159Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T04:10:10.228Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-10T04:10:11.003Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T04:10:11.318Z] + ls -al . [2022-05-10T04:10:11.318Z] total 180 [2022-05-10T04:10:11.318Z] drwxrwxr-x 14 jenkins jenkins 4096 May 10 04:10 . [2022-05-10T04:10:11.318Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 .. [2022-05-10T04:10:11.318Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 04:09 .git [2022-05-10T04:10:11.318Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 .github [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:08 .gitignore [2022-05-10T04:10:11.318Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 04:09 .semver [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 04:08 Attribution.txt [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 04:08 CHANGELOG.md [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 04:08 CONTRIBUTING.md [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 04:08 Dockerfile [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 04:08 Jenkinsfile [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 04:08 LICENSE [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 04:08 Makefile [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 04:08 README.md [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 04:09 VERSION [2022-05-10T04:10:11.318Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 assets [2022-05-10T04:10:11.318Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:08 bin [2022-05-10T04:10:11.318Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 cmd [2022-05-10T04:10:11.318Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 04:10 coverage.out [2022-05-10T04:10:11.318Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:08 docs [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 1944 May 10 04:08 go.mod [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 48565 May 10 04:08 go.sum [2022-05-10T04:10:11.318Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 04:08 internal [2022-05-10T04:10:11.318Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 pkg [2022-05-10T04:10:11.318Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 snap [2022-05-10T04:10:11.318Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 testing [2022-05-10T04:10:11.318Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:08 version.go [2022-05-10T04:10:11.318Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:10:11.646Z] + 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=681bfa3f169a77e5aa45c3d23b03363153c4644f --label arch=amd64 --label version=0.0.0 . [2022-05-10T04:10:11.906Z] Sending build context to Docker daemon 43.45MB [2022-05-10T04:10:11.906Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T04:10:11.906Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T04:10:11.906Z] ---> 38c961b4a461 [2022-05-10T04:10:11.906Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T04:10:11.906Z] ---> Running in ad6000db673a [2022-05-10T04:10:12.167Z] Removing intermediate container ad6000db673a [2022-05-10T04:10:12.168Z] ---> f689e27186e5 [2022-05-10T04:10:12.168Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T04:10:12.168Z] ---> Running in f2d9e20d8fe3 [2022-05-10T04:10:12.168Z] Removing intermediate container f2d9e20d8fe3 [2022-05-10T04:10:12.168Z] ---> 37d562d8b301 [2022-05-10T04:10:12.168Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T04:10:12.431Z] ---> Running in 209dc1ff3e91 [2022-05-10T04:10:12.431Z] Removing intermediate container 209dc1ff3e91 [2022-05-10T04:10:12.431Z] ---> 66a8e12fc285 [2022-05-10T04:10:12.431Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T04:10:12.431Z] ---> Running in c5ad3652f46f [2022-05-10T04:10:12.431Z] Removing intermediate container c5ad3652f46f [2022-05-10T04:10:12.431Z] ---> 0d712a24478a [2022-05-10T04:10:12.431Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T04:10:12.693Z] ---> Running in 7f51348f8aa9 [2022-05-10T04:10:12.693Z] Removing intermediate container 7f51348f8aa9 [2022-05-10T04:10:12.693Z] ---> 53202ba9e6e8 [2022-05-10T04:10:12.693Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T04:10:12.693Z] ---> Running in ead7410bea07 [2022-05-10T04:10:13.266Z] Removing intermediate container ead7410bea07 [2022-05-10T04:10:13.266Z] ---> db8513322628 [2022-05-10T04:10:13.266Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T04:10:13.531Z] ---> Running in 5982fe966160 [2022-05-10T04:10:13.792Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T04:10:14.379Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T04:10:14.952Z] OK: 221 MiB in 52 packages [2022-05-10T04:10:15.213Z] Removing intermediate container 5982fe966160 [2022-05-10T04:10:15.213Z] ---> c5d5576d7817 [2022-05-10T04:10:15.213Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T04:10:15.213Z] ---> Running in 9f92160599b0 [2022-05-10T04:10:15.213Z] Removing intermediate container 9f92160599b0 [2022-05-10T04:10:15.213Z] ---> ca047004b049 [2022-05-10T04:10:15.213Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T04:10:15.213Z] ---> Running in e6f14db2211e [2022-05-10T04:10:15.475Z] Removing intermediate container e6f14db2211e [2022-05-10T04:10:15.475Z] ---> 2d25b64f70a2 [2022-05-10T04:10:15.475Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T04:10:15.475Z] ---> 96d2ace22bbe [2022-05-10T04:10:15.475Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T04:10:15.736Z] ---> Running in 4780456315be [2022-05-10T04:10:16.306Z] Removing intermediate container 4780456315be [2022-05-10T04:10:16.306Z] ---> 95a5ff3b4243 [2022-05-10T04:10:16.306Z] Step 14/23 : COPY . . [2022-05-10T04:10:17.246Z] ---> 439aba2eeafb [2022-05-10T04:10:17.246Z] Step 15/23 : RUN ${MAKE} [2022-05-10T04:10:17.246Z] ---> Running in 8a555ca04b26 [2022-05-10T04:10:17.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-05-10T04:10:22.781Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T04:10:24.168Z] Removing intermediate container 8a555ca04b26 [2022-05-10T04:10:24.168Z] ---> eaf5242c6517 [2022-05-10T04:10:24.168Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T04:10:24.739Z] 3.14: Pulling from library/alpine [2022-05-10T04:10:24.739Z] 8663204ce13b: Pulling fs layer [2022-05-10T04:10:24.998Z] 8663204ce13b: Download complete [2022-05-10T04:10:24.998Z] 8663204ce13b: Pull complete [2022-05-10T04:10:25.259Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T04:10:25.259Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T04:10:25.259Z] ---> e04c818066af [2022-05-10T04:10:25.259Z] Step 17/23 : EXPOSE 4000 [2022-05-10T04:10:25.259Z] ---> Running in 6fa59f4f4aba [2022-05-10T04:10:25.259Z] Removing intermediate container 6fa59f4f4aba [2022-05-10T04:10:25.259Z] ---> 85006bbac173 [2022-05-10T04:10:25.259Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T04:10:25.830Z] ---> 5f98dd7a4572 [2022-05-10T04:10:25.830Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T04:10:25.830Z] ---> Running in f98f18f4f405 [2022-05-10T04:10:26.090Z] Removing intermediate container f98f18f4f405 [2022-05-10T04:10:26.090Z] ---> ce199437dc78 [2022-05-10T04:10:26.090Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T04:10:26.090Z] ---> Running in a38331c76f57 [2022-05-10T04:10:26.090Z] Removing intermediate container a38331c76f57 [2022-05-10T04:10:26.090Z] ---> e03cdb5767c3 [2022-05-10T04:10:26.090Z] Step 21/23 : LABEL arch=amd64 [2022-05-10T04:10:26.090Z] ---> Running in 58d64b2c4e5f [2022-05-10T04:10:26.348Z] Removing intermediate container 58d64b2c4e5f [2022-05-10T04:10:26.348Z] ---> d4c0e8a5436c [2022-05-10T04:10:26.348Z] Step 22/23 : LABEL git_sha=681bfa3f169a77e5aa45c3d23b03363153c4644f [2022-05-10T04:10:26.348Z] ---> Running in 544f65c40c63 [2022-05-10T04:10:26.348Z] Removing intermediate container 544f65c40c63 [2022-05-10T04:10:26.348Z] ---> fecec1543ff3 [2022-05-10T04:10:26.348Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T04:10:26.349Z] ---> Running in 83e291027d30 [2022-05-10T04:10:26.610Z] Removing intermediate container 83e291027d30 [2022-05-10T04:10:26.610Z] ---> 204d278f8435 [2022-05-10T04:10:26.610Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T04:10:26.610Z] Successfully built 204d278f8435 [2022-05-10T04:10:26.610Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:10:27.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T04:10:27.349Z] [2022-05-10T04:10:27.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:10:27.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T04:10:27.722Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-10T04:10:27.722Z] 5eb5b503b376: Pulling fs layer [2022-05-10T04:10:27.722Z] 5c69ac0246d0: Pulling fs layer [2022-05-10T04:10:27.722Z] ec43610c2a17: Pulling fs layer [2022-05-10T04:10:27.722Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-10T04:10:27.722Z] 33b1e0a273af: Pulling fs layer [2022-05-10T04:10:27.722Z] 5d3b04190fa2: Pulling fs layer [2022-05-10T04:10:27.722Z] 2f39f015ded8: Pulling fs layer [2022-05-10T04:10:27.722Z] 3a2ae6a8a46f: Waiting [2022-05-10T04:10:27.722Z] 33b1e0a273af: Waiting [2022-05-10T04:10:27.722Z] 5d3b04190fa2: Waiting [2022-05-10T04:10:27.722Z] 2f39f015ded8: Waiting [2022-05-10T04:10:27.722Z] 5c69ac0246d0: Download complete [2022-05-10T04:10:27.722Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-10T04:10:27.722Z] 3a2ae6a8a46f: Download complete [2022-05-10T04:10:27.722Z] 33b1e0a273af: Verifying Checksum [2022-05-10T04:10:27.722Z] 33b1e0a273af: Download complete [2022-05-10T04:10:27.722Z] 5d3b04190fa2: Download complete [2022-05-10T04:10:27.722Z] ec43610c2a17: Verifying Checksum [2022-05-10T04:10:27.722Z] ec43610c2a17: Download complete [2022-05-10T04:10:27.984Z] 5eb5b503b376: Download complete [2022-05-10T04:10:28.554Z] 2f39f015ded8: Verifying Checksum [2022-05-10T04:10:28.554Z] 2f39f015ded8: Download complete [2022-05-10T04:10:29.130Z] 5eb5b503b376: Pull complete [2022-05-10T04:10:29.388Z] 5c69ac0246d0: Pull complete [2022-05-10T04:10:29.650Z] ec43610c2a17: Pull complete [2022-05-10T04:10:29.912Z] 3a2ae6a8a46f: Pull complete [2022-05-10T04:10:30.172Z] 33b1e0a273af: Pull complete [2022-05-10T04:10:30.172Z] 5d3b04190fa2: Pull complete [2022-05-10T04:10:34.362Z] 2f39f015ded8: Pull complete [2022-05-10T04:10:34.362Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-10T04:10:34.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T04:10:34.362Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-10T04:10:34.453Z] prd-ubuntu20.04-docker-8c-8g-44825 does not seem to be running inside a container [2022-05-10T04:10:34.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-10T04:10:35.986Z] $ docker top 4f6beb8f97ebd8dffe6ac5b8498a2382c3ca017b42d1d8fd4e2b25ed754055a3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:10:36.432Z] ---> job-cost.sh [2022-05-10T04:10:36.432Z] lf-activate-venv: SKIPPING [2022-05-10T04:10:36.432Z] INFO: No Stack... [2022-05-10T04:10:36.691Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T04:10:37.260Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T04:10:37.584Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/cost.csv [2022-05-10T04:10:37.584Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T04:10:37.623Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-525-1-stack-cost] [2022-05-10T04:10:37.628Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-1-stack-cost] did not exist. Created. [2022-05-10T04:10:37.628Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-525-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T04:10:38.028Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-10T04:10:38.109Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T04:10:38.123Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T04:10:38.202Z] $ docker stop --time=1 4f6beb8f97ebd8dffe6ac5b8498a2382c3ca017b42d1d8fd4e2b25ed754055a3 [2022-05-10T04:10:39.375Z] $ docker rm -f 4f6beb8f97ebd8dffe6ac5b8498a2382c3ca017b42d1d8fd4e2b25ed754055a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-10T04:12:29.406Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-44828 in /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [Pipeline] { [Pipeline] ws [2022-05-10T04:12:29.448Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-05-10T04:12:29.755Z] The recommended git tool is: git [2022-05-10T04:12:36.426Z] using credential edgex-jenkins-ssh [2022-05-10T04:12:36.461Z] Cloning the remote Git repository [2022-05-10T04:12:36.537Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T04:12:36.634Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-05-10T04:12:36.698Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T04:12:36.698Z] > git --version # timeout=10 [2022-05-10T04:12:36.718Z] > git --version # 'git version 2.25.1' [2022-05-10T04:12:36.720Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T04:12:36.812Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T04:12:39.954Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T04:12:39.974Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T04:12:39.998Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T04:12:40.034Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T04:12:40.035Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T04:12:40.052Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-10T04:12:40.679Z] Merging remotes/origin/main commit b1c49f195c002f3e52adda9c102080955489afd9 into PR head commit 681bfa3f169a77e5aa45c3d23b03363153c4644f [2022-05-10T04:12:41.222Z] Merge succeeded, producing 681bfa3f169a77e5aa45c3d23b03363153c4644f [2022-05-10T04:12:41.222Z] Checking out Revision 681bfa3f169a77e5aa45c3d23b03363153c4644f (PR-525) [2022-05-10T04:12:40.702Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T04:12:40.721Z] > git checkout -f 681bfa3f169a77e5aa45c3d23b03363153c4644f # timeout=10 [2022-05-10T04:12:41.125Z] > git remote # timeout=10 [2022-05-10T04:12:41.146Z] > git config --get remote.origin.url # timeout=10 [2022-05-10T04:12:41.170Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T04:12:41.182Z] > git merge b1c49f195c002f3e52adda9c102080955489afd9 # timeout=10 [2022-05-10T04:12:41.208Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-10T04:12:41.231Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T04:12:41.241Z] > git checkout -f 681bfa3f169a77e5aa45c3d23b03363153c4644f # timeout=10 [2022-05-10T04:12:45.465Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [2022-05-10T04:12:45.532Z] > git --version # timeout=10 [2022-05-10T04:12:45.548Z] > git --version # 'git version 2.25.1' [2022-05-10T04:12:45.563Z] fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T04:12:46.633Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-10T04:12:46.633Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T04:12:46.633Z] Dload Upload Total Spent Left Speed [2022-05-10T04:12:46.633Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 206k 0 --:--:-- --:--:-- --:--:-- 206k [Pipeline] sh [2022-05-10T04:12:47.160Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-10T04:12:47.533Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-10T04:12:47.533Z] + sudo tee /etc/docker/daemon.new [2022-05-10T04:12:47.533Z] { [2022-05-10T04:12:47.533Z] "registry-mirrors": [ [2022-05-10T04:12:47.533Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-10T04:12:47.533Z] ], [2022-05-10T04:12:47.533Z] "bip": "10.250.0.254/24", [2022-05-10T04:12:47.533Z] "hosts": [ [2022-05-10T04:12:47.533Z] "tcp://0.0.0.0:5555", [2022-05-10T04:12:47.533Z] "unix:///var/run/docker.sock" [2022-05-10T04:12:47.533Z] ], [2022-05-10T04:12:47.533Z] "mtu": 1458, [2022-05-10T04:12:47.533Z] "selinux-enabled": true, [2022-05-10T04:12:47.533Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-10T04:12:47.533Z] } [Pipeline] sh [2022-05-10T04:12:47.980Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-10T04:12:48.336Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T04:13:13.694Z] provisioning config files... [2022-05-10T04:13:13.725Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config6649803273532702907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:13:14.302Z] ---> docker-login.sh [2022-05-10T04:13:14.302Z] nexus3.edgexfoundry.org:10001 [2022-05-10T04:13:14.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:13:15.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:13:15.176Z] Configure a credential helper to remove this warning. See [2022-05-10T04:13:15.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:13:15.176Z] [2022-05-10T04:13:15.176Z] Login Succeeded [2022-05-10T04:13:15.176Z] nexus3.edgexfoundry.org:10002 [2022-05-10T04:13:15.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:13:15.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:13:15.777Z] Configure a credential helper to remove this warning. See [2022-05-10T04:13:15.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:13:15.777Z] [2022-05-10T04:13:15.777Z] Login Succeeded [2022-05-10T04:13:15.777Z] nexus3.edgexfoundry.org:10003 [2022-05-10T04:13:16.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:13:16.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:13:16.335Z] Configure a credential helper to remove this warning. See [2022-05-10T04:13:16.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:13:16.335Z] [2022-05-10T04:13:16.335Z] Login Succeeded [2022-05-10T04:13:16.335Z] nexus3.edgexfoundry.org:10004 [2022-05-10T04:13:16.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:13:16.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:13:16.886Z] Configure a credential helper to remove this warning. See [2022-05-10T04:13:16.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:13:16.886Z] [2022-05-10T04:13:16.886Z] Login Succeeded [2022-05-10T04:13:16.886Z] docker.io [2022-05-10T04:13:17.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:13:17.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:13:17.433Z] Configure a credential helper to remove this warning. See [2022-05-10T04:13:17.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:13:17.433Z] [2022-05-10T04:13:17.433Z] Login Succeeded [2022-05-10T04:13:17.433Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T04:13:17.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T04:13:17.848Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T04:13:17.882Z] ========================================================= [2022-05-10T04:13:17.882Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-10T04:13:17.882Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:13:18.344Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-10T04:13:19.361Z] Sending build context to Docker daemon 27.3MB [2022-05-10T04:13:19.361Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T04:13:19.361Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T04:13:19.641Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-10T04:13:19.641Z] 9b3977197b4f: Pulling fs layer [2022-05-10T04:13:19.641Z] 1a89e8eeedd5: Pulling fs layer [2022-05-10T04:13:19.641Z] 94645a83ff95: Pulling fs layer [2022-05-10T04:13:19.641Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-10T04:13:19.641Z] 0c92f367c5e7: Pulling fs layer [2022-05-10T04:13:19.641Z] 3096ccb668a1: Pulling fs layer [2022-05-10T04:13:19.641Z] e8cf19c19ddd: Pulling fs layer [2022-05-10T04:13:19.641Z] a4caa8a26152: Pulling fs layer [2022-05-10T04:13:19.641Z] 3096ccb668a1: Waiting [2022-05-10T04:13:19.641Z] a4caa8a26152: Waiting [2022-05-10T04:13:19.641Z] e8cf19c19ddd: Waiting [2022-05-10T04:13:19.641Z] 3f3a8bcf1eab: Waiting [2022-05-10T04:13:19.641Z] 0c92f367c5e7: Waiting [2022-05-10T04:13:19.641Z] 94645a83ff95: Verifying Checksum [2022-05-10T04:13:19.641Z] 94645a83ff95: Download complete [2022-05-10T04:13:19.641Z] 1a89e8eeedd5: Verifying Checksum [2022-05-10T04:13:19.641Z] 1a89e8eeedd5: Download complete [2022-05-10T04:13:19.641Z] 0c92f367c5e7: Verifying Checksum [2022-05-10T04:13:19.641Z] 0c92f367c5e7: Download complete [2022-05-10T04:13:19.641Z] 3096ccb668a1: Verifying Checksum [2022-05-10T04:13:19.641Z] 3096ccb668a1: Download complete [2022-05-10T04:13:19.641Z] 9b3977197b4f: Download complete [2022-05-10T04:13:19.641Z] e8cf19c19ddd: Verifying Checksum [2022-05-10T04:13:19.641Z] e8cf19c19ddd: Download complete [2022-05-10T04:13:20.639Z] 9b3977197b4f: Pull complete [2022-05-10T04:13:21.244Z] 1a89e8eeedd5: Pull complete [2022-05-10T04:13:21.528Z] 94645a83ff95: Pull complete [2022-05-10T04:13:21.802Z] a4caa8a26152: Verifying Checksum [2022-05-10T04:13:21.802Z] a4caa8a26152: Download complete [2022-05-10T04:13:22.409Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-10T04:13:22.409Z] 3f3a8bcf1eab: Download complete [2022-05-10T04:13:34.834Z] 3f3a8bcf1eab: Pull complete [2022-05-10T04:13:34.834Z] 0c92f367c5e7: Pull complete [2022-05-10T04:13:34.834Z] 3096ccb668a1: Pull complete [2022-05-10T04:13:34.834Z] e8cf19c19ddd: Pull complete [2022-05-10T04:13:41.589Z] a4caa8a26152: Pull complete [2022-05-10T04:13:41.589Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-10T04:13:41.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T04:13:41.589Z] ---> 725f1c02e7f9 [2022-05-10T04:13:41.589Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T04:13:43.576Z] ---> Running in def0dc9f17bd [2022-05-10T04:13:43.576Z] Removing intermediate container def0dc9f17bd [2022-05-10T04:13:43.576Z] ---> 25eb10b2b8fb [2022-05-10T04:13:43.576Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T04:13:43.576Z] ---> Running in 62f5756943bd [2022-05-10T04:13:43.851Z] Removing intermediate container 62f5756943bd [2022-05-10T04:13:43.851Z] ---> ab1de6891240 [2022-05-10T04:13:43.851Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T04:13:44.126Z] ---> Running in 244026ac7214 [2022-05-10T04:13:44.402Z] Removing intermediate container 244026ac7214 [2022-05-10T04:13:44.402Z] ---> 273cf4fec59c [2022-05-10T04:13:44.402Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T04:13:44.402Z] ---> Running in 26d1812550b1 [2022-05-10T04:13:44.676Z] Removing intermediate container 26d1812550b1 [2022-05-10T04:13:44.676Z] ---> 93ffdb21b7f2 [2022-05-10T04:13:44.676Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T04:13:44.676Z] ---> Running in 09c4c8b382ed [2022-05-10T04:13:45.273Z] Removing intermediate container 09c4c8b382ed [2022-05-10T04:13:45.273Z] ---> abb4dad16789 [2022-05-10T04:13:45.273Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T04:13:45.273Z] ---> Running in fe2473f76898 [2022-05-10T04:13:47.273Z] Removing intermediate container fe2473f76898 [2022-05-10T04:13:47.273Z] ---> cdef7c59e1fa [2022-05-10T04:13:47.273Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T04:13:47.273Z] ---> Running in 78be6078b51e [2022-05-10T04:13:48.259Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T04:13:48.859Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T04:13:49.849Z] OK: 220 MiB in 52 packages [2022-05-10T04:13:50.839Z] Removing intermediate container 78be6078b51e [2022-05-10T04:13:50.839Z] ---> eb57682b9e16 [2022-05-10T04:13:50.839Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T04:13:50.839Z] ---> Running in bd7a6d36c755 [2022-05-10T04:13:51.114Z] Removing intermediate container bd7a6d36c755 [2022-05-10T04:13:51.114Z] ---> eafdd56e4fe4 [2022-05-10T04:13:51.114Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T04:13:51.114Z] ---> Running in 9660af67830c [2022-05-10T04:13:51.395Z] Removing intermediate container 9660af67830c [2022-05-10T04:13:51.395Z] ---> 14b2227df656 [2022-05-10T04:13:51.395Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T04:13:52.006Z] ---> c387c673b827 [2022-05-10T04:13:52.006Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T04:13:52.284Z] ---> Running in 3676777123f8 [2022-05-10T04:15:14.129Z] Removing intermediate container 3676777123f8 [2022-05-10T04:15:14.129Z] ---> c66f064959ce [2022-05-10T04:15:14.129Z] Step 14/15 : COPY . . [2022-05-10T04:15:14.129Z] ---> 4e2f867e0e94 [2022-05-10T04:15:14.129Z] Step 15/15 : RUN ${MAKE} [2022-05-10T04:15:14.129Z] ---> Running in 9e73b3c5153d [2022-05-10T04:15:14.129Z] noop [2022-05-10T04:15:14.129Z] Removing intermediate container 9e73b3c5153d [2022-05-10T04:15:14.129Z] ---> 3232a4499a95 [2022-05-10T04:15:14.129Z] Successfully built 3232a4499a95 [2022-05-10T04:15:14.129Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:15:14.521Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T04:15:14.522Z] . [Pipeline] withDockerContainer [2022-05-10T04:15:14.782Z] prd-ubuntu20.04-docker-arm64-4c-16g-44828 does not seem to be running inside a container [2022-05-10T04:15:14.877Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-10T04:15:16.293Z] $ docker top 19ed542f59a8809f5e8549cef5cecc54c0323362687e745096aa894fea4defd5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T04:15:17.271Z] + go version [2022-05-10T04:15:17.271Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-10T04:15:17.309Z] $ docker stop --time=1 19ed542f59a8809f5e8549cef5cecc54c0323362687e745096aa894fea4defd5 [2022-05-10T04:15:18.981Z] $ docker rm -f 19ed542f59a8809f5e8549cef5cecc54c0323362687e745096aa894fea4defd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:15:19.912Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T04:15:19.912Z] . [Pipeline] withDockerContainer [2022-05-10T04:15:20.166Z] prd-ubuntu20.04-docker-arm64-4c-16g-44828 does not seem to be running inside a container [2022-05-10T04:15:20.252Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-10T04:15:21.466Z] $ docker top 78d67d7bbc3b6040733f1312fbfa020d6c0a4c482e861c33818f6f7905b4d55b -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T04:15:22.469Z] + make test [2022-05-10T04:15:22.469Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T04:15:23.927Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T04:16:11.158Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T04:16:11.158Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T04:16:21.345Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T04:16:21.345Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T04:16:21.380Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T04:16:21.417Z] $ docker stop --time=1 78d67d7bbc3b6040733f1312fbfa020d6c0a4c482e861c33818f6f7905b4d55b [2022-05-10T04:16:23.150Z] $ docker rm -f 78d67d7bbc3b6040733f1312fbfa020d6c0a4c482e861c33818f6f7905b4d55b [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T04:16:23.973Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T04:16:24.004Z] Warning: overwriting stash ‘coverage-report’ [2022-05-10T04:16:24.555Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T04:16:25.154Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T04:16:25.505Z] + ls -al . [2022-05-10T04:16:25.505Z] total 176 [2022-05-10T04:16:25.505Z] drwxrwxr-x 13 jenkins jenkins 4096 May 10 04:15 . [2022-05-10T04:16:25.505Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:12 .. [2022-05-10T04:16:25.505Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 04:12 .git [2022-05-10T04:16:25.505Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:12 .github [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:12 .gitignore [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 04:12 Attribution.txt [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 04:12 CHANGELOG.md [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 04:12 CONTRIBUTING.md [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 04:12 Dockerfile [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 04:12 Jenkinsfile [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 04:12 LICENSE [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 04:12 Makefile [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 04:12 README.md [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 04:09 VERSION [2022-05-10T04:16:25.505Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:12 assets [2022-05-10T04:16:25.505Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:12 bin [2022-05-10T04:16:25.505Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:12 cmd [2022-05-10T04:16:25.505Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 04:15 coverage.out [2022-05-10T04:16:25.505Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:12 docs [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 1944 May 10 04:12 go.mod [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 48565 May 10 04:12 go.sum [2022-05-10T04:16:25.505Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 04:12 internal [2022-05-10T04:16:25.505Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:12 pkg [2022-05-10T04:16:25.505Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:12 snap [2022-05-10T04:16:25.505Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:12 testing [2022-05-10T04:16:25.505Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:12 version.go [2022-05-10T04:16:25.505Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:12 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:16:25.871Z] + 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=681bfa3f169a77e5aa45c3d23b03363153c4644f --label arch=arm64 --label version=0.0.0 . [2022-05-10T04:16:26.860Z] Sending build context to Docker daemon 27.3MB [2022-05-10T04:16:26.860Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T04:16:26.860Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T04:16:26.860Z] ---> 3232a4499a95 [2022-05-10T04:16:26.860Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T04:16:27.135Z] ---> Running in 70edad73854c [2022-05-10T04:16:27.410Z] Removing intermediate container 70edad73854c [2022-05-10T04:16:27.410Z] ---> 7d2c2af27568 [2022-05-10T04:16:27.410Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T04:16:27.410Z] ---> Running in bdfff79d47ff [2022-05-10T04:16:27.686Z] Removing intermediate container bdfff79d47ff [2022-05-10T04:16:27.686Z] ---> b95b66d36135 [2022-05-10T04:16:27.686Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T04:16:27.961Z] ---> Running in 0009c072b5a5 [2022-05-10T04:16:28.234Z] Removing intermediate container 0009c072b5a5 [2022-05-10T04:16:28.234Z] ---> c48f3afc0fe0 [2022-05-10T04:16:28.234Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T04:16:28.234Z] ---> Running in 4ccbf982e91c [2022-05-10T04:16:28.515Z] Removing intermediate container 4ccbf982e91c [2022-05-10T04:16:28.515Z] ---> 417e58385ac9 [2022-05-10T04:16:28.515Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T04:16:28.515Z] ---> Running in b6bad6f7af5b [2022-05-10T04:16:29.130Z] Removing intermediate container b6bad6f7af5b [2022-05-10T04:16:29.130Z] ---> 1b67431e08c6 [2022-05-10T04:16:29.130Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T04:16:29.130Z] ---> Running in 12110d8eb191 [2022-05-10T04:16:30.593Z] Removing intermediate container 12110d8eb191 [2022-05-10T04:16:30.593Z] ---> f7d99eb86342 [2022-05-10T04:16:30.593Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T04:16:30.593Z] ---> Running in e6371f48a47f [2022-05-10T04:16:31.586Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T04:16:32.574Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T04:16:33.559Z] OK: 220 MiB in 52 packages [2022-05-10T04:16:34.164Z] Removing intermediate container e6371f48a47f [2022-05-10T04:16:34.164Z] ---> c411a19bedf1 [2022-05-10T04:16:34.164Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T04:16:34.164Z] ---> Running in f678500bb991 [2022-05-10T04:16:34.438Z] Removing intermediate container f678500bb991 [2022-05-10T04:16:34.438Z] ---> ea7bc85256ec [2022-05-10T04:16:34.438Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T04:16:34.720Z] ---> Running in 02b7dd83d8f0 [2022-05-10T04:16:34.996Z] Removing intermediate container 02b7dd83d8f0 [2022-05-10T04:16:34.996Z] ---> 4a6fdc5576b3 [2022-05-10T04:16:34.996Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T04:16:35.601Z] ---> 22a9eddb204b [2022-05-10T04:16:35.601Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T04:16:35.601Z] ---> Running in 61100d498795 [2022-05-10T04:16:37.590Z] Removing intermediate container 61100d498795 [2022-05-10T04:16:37.590Z] ---> 5e64e0cd0d86 [2022-05-10T04:16:37.590Z] Step 14/23 : COPY . . [2022-05-10T04:16:40.993Z] ---> 6d792addee93 [2022-05-10T04:16:40.993Z] Step 15/23 : RUN ${MAKE} [2022-05-10T04:16:40.993Z] ---> Running in eabb65504f80 [2022-05-10T04:16:42.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-05-10T04:17:14.412Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T04:17:17.815Z] Removing intermediate container eabb65504f80 [2022-05-10T04:17:17.815Z] ---> 2206584a98eb [2022-05-10T04:17:17.815Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T04:17:18.091Z] 3.14: Pulling from library/alpine [2022-05-10T04:17:18.091Z] 455c02918c45: Pulling fs layer [2022-05-10T04:17:18.365Z] 455c02918c45: Verifying Checksum [2022-05-10T04:17:18.365Z] 455c02918c45: Download complete [2022-05-10T04:17:18.971Z] 455c02918c45: Pull complete [2022-05-10T04:17:18.971Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T04:17:18.971Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T04:17:18.971Z] ---> ac73e934f311 [2022-05-10T04:17:18.971Z] Step 17/23 : EXPOSE 4000 [2022-05-10T04:17:18.971Z] ---> Running in 72cc1a6f8804 [2022-05-10T04:17:19.246Z] Removing intermediate container 72cc1a6f8804 [2022-05-10T04:17:19.246Z] ---> 90e38aad10b2 [2022-05-10T04:17:19.246Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T04:17:20.684Z] ---> 174efbec176e [2022-05-10T04:17:20.684Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T04:17:20.684Z] ---> Running in 7df9d85f26f4 [2022-05-10T04:17:20.963Z] Removing intermediate container 7df9d85f26f4 [2022-05-10T04:17:20.963Z] ---> 179bb1511ed7 [2022-05-10T04:17:20.963Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T04:17:20.963Z] ---> Running in 7f3791f67c68 [2022-05-10T04:17:21.567Z] Removing intermediate container 7f3791f67c68 [2022-05-10T04:17:21.567Z] ---> 1ab9297b7d48 [2022-05-10T04:17:21.567Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T04:17:21.567Z] ---> Running in d7e82328d63a [2022-05-10T04:17:21.846Z] Removing intermediate container d7e82328d63a [2022-05-10T04:17:21.846Z] ---> c22b8d05e02f [2022-05-10T04:17:21.846Z] Step 22/23 : LABEL git_sha=681bfa3f169a77e5aa45c3d23b03363153c4644f [2022-05-10T04:17:21.846Z] ---> Running in 5b4309244ce9 [2022-05-10T04:17:22.120Z] Removing intermediate container 5b4309244ce9 [2022-05-10T04:17:22.120Z] ---> da90bec60956 [2022-05-10T04:17:22.120Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T04:17:22.120Z] ---> Running in bd378760788e [2022-05-10T04:17:22.394Z] Removing intermediate container bd378760788e [2022-05-10T04:17:22.394Z] ---> 24587e4290d1 [2022-05-10T04:17:22.394Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T04:17:22.670Z] Successfully built 24587e4290d1 [2022-05-10T04:17:22.670Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:17:23.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T04:17:23.379Z] [2022-05-10T04:17:23.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:17:23.762Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T04:17:24.039Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-10T04:17:24.039Z] 8998bd30e6a1: Pulling fs layer [2022-05-10T04:17:24.039Z] 04944245beec: Pulling fs layer [2022-05-10T04:17:24.039Z] 699f458cf7ca: Pulling fs layer [2022-05-10T04:17:24.039Z] 765212b225bb: Pulling fs layer [2022-05-10T04:17:24.039Z] f23df028b6ca: Pulling fs layer [2022-05-10T04:17:24.039Z] d65c8cfc05b1: Pulling fs layer [2022-05-10T04:17:24.039Z] 2437ff75d9bd: Pulling fs layer [2022-05-10T04:17:24.039Z] 765212b225bb: Waiting [2022-05-10T04:17:24.039Z] f23df028b6ca: Waiting [2022-05-10T04:17:24.039Z] d65c8cfc05b1: Waiting [2022-05-10T04:17:24.039Z] 2437ff75d9bd: Waiting [2022-05-10T04:17:24.039Z] 04944245beec: Verifying Checksum [2022-05-10T04:17:24.039Z] 04944245beec: Download complete [2022-05-10T04:17:24.039Z] 765212b225bb: Download complete [2022-05-10T04:17:24.039Z] f23df028b6ca: Download complete [2022-05-10T04:17:24.039Z] d65c8cfc05b1: Verifying Checksum [2022-05-10T04:17:24.039Z] d65c8cfc05b1: Download complete [2022-05-10T04:17:24.316Z] 699f458cf7ca: Verifying Checksum [2022-05-10T04:17:24.316Z] 699f458cf7ca: Download complete [2022-05-10T04:17:24.592Z] 8998bd30e6a1: Download complete [2022-05-10T04:17:27.229Z] 2437ff75d9bd: Verifying Checksum [2022-05-10T04:17:27.229Z] 2437ff75d9bd: Download complete [2022-05-10T04:17:28.675Z] 8998bd30e6a1: Pull complete [2022-05-10T04:17:29.277Z] 04944245beec: Pull complete [2022-05-10T04:17:30.726Z] 699f458cf7ca: Pull complete [2022-05-10T04:17:31.004Z] 765212b225bb: Pull complete [2022-05-10T04:17:31.989Z] f23df028b6ca: Pull complete [2022-05-10T04:17:32.264Z] d65c8cfc05b1: Pull complete [2022-05-10T04:17:47.376Z] 2437ff75d9bd: Pull complete [2022-05-10T04:17:47.376Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-10T04:17:47.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T04:17:47.376Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-10T04:17:47.607Z] prd-ubuntu20.04-docker-arm64-4c-16g-44828 does not seem to be running inside a container [2022-05-10T04:17:47.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-10T04:17:50.074Z] $ docker top 34e3e053f82b1bd227aaaef592b450697afd06d26a7af2c67cdaf61815d3fe33 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:17:51.058Z] ---> job-cost.sh [2022-05-10T04:17:51.058Z] lf-activate-venv: SKIPPING [2022-05-10T04:17:51.058Z] INFO: No Stack... [2022-05-10T04:17:51.654Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-10T04:17:52.249Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T04:17:52.937Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-05-10T04:17:52.937Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T04:17:53.014Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-525-1-stack-cost] [2022-05-10T04:17:53.021Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-1-stack-cost] did not exist. Created. [2022-05-10T04:17:53.021Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-525-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T04:17:53.758Z] /w/workspace/edgex-ui-go/1@tmp/durable-a268f6a0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-10T04:17:54.452Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-10T04:17:54.490Z] Warning: overwriting stash ‘stack-cost’ [2022-05-10T04:17:54.655Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T04:17:54.669Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-525-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T04:17:54.747Z] $ docker stop --time=1 34e3e053f82b1bd227aaaef592b450697afd06d26a7af2c67cdaf61815d3fe33 [2022-05-10T04:17:56.238Z] $ docker rm -f 34e3e053f82b1bd227aaaef592b450697afd06d26a7af2c67cdaf61815d3fe33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-05-10T04:17:57.202Z] provisioning config files... [2022-05-10T04:17:57.211Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config5162988531309376012tmp [Pipeline] { [Pipeline] sh [2022-05-10T04:17:57.541Z] + set +x [2022-05-10T04:17:57.541Z] + curl -s https://codecov.io/bash [2022-05-10T04:17:57.541Z] + bash -s -- [2022-05-10T04:17:57.541Z] [2022-05-10T04:17:57.541Z] _____ _ [2022-05-10T04:17:57.541Z] / ____| | | [2022-05-10T04:17:57.541Z] | | ___ __| | ___ ___ _____ __ [2022-05-10T04:17:57.541Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-10T04:17:57.542Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-10T04:17:57.542Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-10T04:17:57.542Z] Bash-1.0.6 [2022-05-10T04:17:57.542Z] [2022-05-10T04:17:57.542Z] [2022-05-10T04:17:57.542Z] ==> git version 2.25.1 found [2022-05-10T04:17:57.542Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-05-10T04:17:57.542Z] Release-Date: 2020-01-08 [2022-05-10T04:17:57.542Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-10T04:17:57.542Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-10T04:17:57.542Z] ==> Jenkins CI detected. [2022-05-10T04:17:57.542Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-525 [2022-05-10T04:17:57.542Z] project root: . [2022-05-10T04:17:57.542Z] --> token set from env [2022-05-10T04:17:57.542Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-10T04:17:57.542Z] ==> Running gcov in . (disable via -X gcov) [2022-05-10T04:17:57.542Z] ==> Python coveragepy not found [2022-05-10T04:17:57.542Z] ==> Searching for coverage reports in: [2022-05-10T04:17:57.542Z] + . [2022-05-10T04:17:57.542Z] -> Found 1 reports [2022-05-10T04:17:57.542Z] ==> Detecting git/mercurial file structure [2022-05-10T04:17:57.542Z] ==> Reading reports [2022-05-10T04:17:57.542Z] + ./coverage.out bytes=10 [2022-05-10T04:17:57.542Z] ==> Appending adjustments [2022-05-10T04:17:57.542Z] https://docs.codecov.io/docs/fixing-reports [2022-05-10T04:17:57.802Z] + Found adjustments [2022-05-10T04:17:57.802Z] ==> Gzipping contents [2022-05-10T04:17:57.802Z] 8.0K /tmp/codecov.9VIU9j.gz [2022-05-10T04:17:57.802Z] ==> Uploading reports [2022-05-10T04:17:57.802Z] url: https://codecov.io [2022-05-10T04:17:57.802Z] query: branch=PR-525&commit=681bfa3f169a77e5aa45c3d23b03363153c4644f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-525%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=525&job=&cmd_args= [2022-05-10T04:17:57.802Z] -> Pinging Codecov [2022-05-10T04:17:57.802Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-525&commit=681bfa3f169a77e5aa45c3d23b03363153c4644f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-525%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=525&job=&cmd_args= [2022-05-10T04:17:58.065Z] -> Uploading to [2022-05-10T04:17:58.065Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-10/FB506323287CE973F263BFD2A0EB1F37/681bfa3f169a77e5aa45c3d23b03363153c4644f/245d1430-6726-45ba-b378-8df2a0d271d4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T041757Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3410dbf05d0156e81b271367c2b9a0270d01ddce904b5af947d9d83190c76064 [2022-05-10T04:17:58.065Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T04:17:58.065Z] Dload Upload Total Spent Left Speed [2022-05-10T04:17:58.326Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4378 0 0 100 4378 0 16773 --:--:-- --:--:-- --:--:-- 16773 [2022-05-10T04:17:58.326Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/681bfa3f169a77e5aa45c3d23b03363153c4644f [Pipeline] } [2022-05-10T04:17:58.352Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-05-10T04:18:00.051Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives ] [2022-05-10T04:18:00.051Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives [2022-05-10T04:18:00.051Z] total 16 [2022-05-10T04:18:00.051Z] drwxr-xr-x 3 root root 4096 May 10 04:10 . [2022-05-10T04:18:00.051Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 04:10 .. [2022-05-10T04:18:00.051Z] drwxr-xr-x 2 root root 4096 May 10 04:10 cost [2022-05-10T04:18:00.051Z] -rw-r--r-- 1 root root 82 May 10 04:10 cost.csv [2022-05-10T04:18:00.051Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives [2022-05-10T04:18:00.051Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives [2022-05-10T04:18:00.051Z] total 16 [2022-05-10T04:18:00.051Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 04:10 . [2022-05-10T04:18:00.051Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 04:10 .. [2022-05-10T04:18:00.051Z] drwxr-xr-x 2 jenkins jenkins 4096 May 10 04:10 cost [2022-05-10T04:18:00.051Z] -rw-r--r-- 1 jenkins jenkins 82 May 10 04:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:18:00.378Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:18:01.271Z] ---> package-listing.sh [2022-05-10T04:18:01.271Z] ++ facter osfamily [2022-05-10T04:18:01.271Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-10T04:18:01.531Z] + OS_FAMILY=debian [2022-05-10T04:18:01.531Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-525 [2022-05-10T04:18:01.531Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-10T04:18:01.531Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-10T04:18:01.531Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-10T04:18:01.531Z] + PACKAGES=/tmp/packages_start.txt [2022-05-10T04:18:01.531Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-525 ']' [2022-05-10T04:18:01.531Z] + PACKAGES=/tmp/packages_end.txt [2022-05-10T04:18:01.531Z] + case "${OS_FAMILY}" in [2022-05-10T04:18:01.531Z] + dpkg -l [2022-05-10T04:18:01.531Z] + grep '^ii' [2022-05-10T04:18:01.531Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-10T04:18:01.531Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-10T04:18:01.531Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-10T04:18:01.531Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-525 ']' [2022-05-10T04:18:01.531Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/ [2022-05-10T04:18:01.531Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-525/archives/ [Pipeline] echo [2022-05-10T04:18:01.568Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-10T04:18:01.862Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:18:02.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T04:18:02.486Z] . [Pipeline] withDockerContainer [2022-05-10T04:18:02.570Z] prd-ubuntu20.04-docker-8c-8g-44825 does not seem to be running inside a container [2022-05-10T04:18:02.606Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-525 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525:/w/workspace/edgexfoundry_edgex-ui-go_PR-525:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-10T04:18:02.838Z] $ docker top c0e57d3c8433e1b1fbce339cae7f1ddc4cdc08f84d17d15c3c863cce0815c8a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T04:18:03.234Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-10T04:18:03.546Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-10T04:18:03.862Z] + ls /var/log/sa-host [2022-05-10T04:18:03.862Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T04:18:04.016Z] provisioning config files... [2022-05-10T04:18:04.026Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-525@tmp/config386516192571882868tmp [Pipeline] { [Pipeline] echo [2022-05-10T04:18:04.074Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:18:04.400Z] ---> create-netrc.sh [Pipeline] } [2022-05-10T04:18:04.426Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:18:04.819Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-10T04:18:04.848Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:18:05.160Z] ---> sudo-logs.sh [2022-05-10T04:18:05.160Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-10T04:18:05.241Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:18:05.552Z] ---> job-cost.sh [2022-05-10T04:18:05.553Z] lf-activate-venv: SKIPPING [2022-05-10T04:18:05.553Z] DEBUG: total: 0.2199999988079071 [2022-05-10T04:18:05.553Z] INFO: Retrieving Stack Cost... [2022-05-10T04:18:05.814Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T04:18:06.385Z] INFO: Archiving Costs [Pipeline] echo [2022-05-10T04:18:06.418Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:18:06.739Z] ---> logs-deploy.sh [2022-05-10T04:18:06.739Z] lf-activate-venv: SKIPPING [2022-05-10T04:18:06.739Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-525/1 [2022-05-10T04:18:06.739Z] INFO: archiving workspace using pattern(s): [2022-05-10T04:18:07.680Z] Archives upload complete. [2022-05-10T04:18:07.680Z] INFO: archiving logs to Nexus