Pull request #524 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3d63cb60d07f69b9fdb1233ede21c6b6edb57613+b1c49f195c002f3e52adda9c102080955489afd9 (1166ee679851e2c2a3a2e0ab06636ba8bc4400c5) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8573377547116986538.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6060490462996045407.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17045951698912244972.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16058700304772605075.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17484213455240060469.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-524/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh521481911026126935.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-44824 in /w/workspace/edgexfoundry_edgex-ui-go_PR-524 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-524 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit b1c49f195c002f3e52adda9c102080955489afd9 into PR head commit 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 Merge succeeded, producing 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 Checking out Revision 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 (PR-524) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/524/head:refs/remotes/origin/PR-524 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b1c49f195c002f3e52adda9c102080955489afd9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-10T04:08:20.546Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-10T04:08:20.704Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-10T04:08:20.789Z] ========================================================= [2022-05-10T04:08:20.789Z] EdgeX Global Pipelines Version Info [2022-05-10T04:08:20.789Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:08:21.599Z] ------------------- [2022-05-10T04:08:21.599Z] stable info: [2022-05-10T04:08:21.599Z] ------------------- [2022-05-10T04:08:21.599Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T04:08:21.599Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-10T04:08:21.599Z] Message: update stable to v1.0.227 [2022-05-10T04:08:22.174Z] ------------------- [2022-05-10T04:08:22.174Z] experimental info: [2022-05-10T04:08:22.174Z] ------------------- [2022-05-10T04:08:22.174Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T04:08:22.175Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-10T04:08:22.175Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-10T04:08:22.429Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-05-10T04:08:22.478Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-05-10T04:08:22.591Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-10T04:08:22.632Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-10T04:08:22.673Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-10T04:08:22.709Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-10T04:08:22.747Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-10T04:08:22.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-10T04:08:22.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-10T04:08:22.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-10T04:08:22.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-10T04:08:22.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-05-10T04:08:22.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-10T04:08:23.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-10T04:08:23.072Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T04:08:23.111Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T04:08:23.151Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T04:08:23.192Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T04:08:23.236Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-10T04:08:23.278Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-10T04:08:23.326Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-10T04:08:23.368Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-10T04:08:23.409Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-10T04:08:23.447Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-10T04:08:23.488Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-10T04:08:23.527Z] [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:23.566Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-524 [Pipeline] echo [2022-05-10T04:08:23.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-524 [Pipeline] echo [2022-05-10T04:08:23.650Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-524 [Pipeline] echo [2022-05-10T04:08:23.691Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] echo [2022-05-10T04:08:23.733Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d63cb6 [Pipeline] echo [2022-05-10T04:08:23.774Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T04:08:23.889Z] provisioning config files... [2022-05-10T04:08:23.973Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config6111814613113956318tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:08:24.319Z] ---> docker-login.sh [2022-05-10T04:08:24.319Z] nexus3.edgexfoundry.org:10001 [2022-05-10T04:08:24.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:24.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:24.893Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:24.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:24.893Z] [2022-05-10T04:08:24.893Z] Login Succeeded [2022-05-10T04:08:24.893Z] nexus3.edgexfoundry.org:10002 [2022-05-10T04:08:25.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:25.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:25.154Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:25.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:25.154Z] [2022-05-10T04:08:25.154Z] Login Succeeded [2022-05-10T04:08:25.154Z] nexus3.edgexfoundry.org:10003 [2022-05-10T04:08:25.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:25.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:25.154Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:25.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:25.154Z] [2022-05-10T04:08:25.154Z] Login Succeeded [2022-05-10T04:08:25.417Z] nexus3.edgexfoundry.org:10004 [2022-05-10T04:08:25.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:25.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:25.417Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:25.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:25.417Z] [2022-05-10T04:08:25.417Z] Login Succeeded [2022-05-10T04:08:25.417Z] docker.io [2022-05-10T04:08:25.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:25.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:25.990Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:25.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:25.990Z] [2022-05-10T04:08:25.990Z] Login Succeeded [2022-05-10T04:08:25.990Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T04:08:26.018Z] 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:08:26.627Z] + git rev-list -1 --merges 3d63cb60d07f69b9fdb1233ede21c6b6edb57613~1..3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] echo [2022-05-10T04:08:26.676Z] -----------> git rev-list -1 --merges 3d63cb60d07f69b9fdb1233ede21c6b6edb57613~1..3d63cb60d07f69b9fdb1233ede21c6b6edb57613 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [false] [Pipeline] sh [2022-05-10T04:08:26.987Z] + git log --format=format:%s -1 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] echo [2022-05-10T04:08:27.026Z] ========================================================= [2022-05-10T04:08:27.026Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-10T04:08:27.026Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T04:08:27.455Z] + git log --format=format:%s -1 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] echo [2022-05-10T04:08:27.485Z] [semverPrep] GIT_COMMIT: 3d63cb60d07f69b9fdb1233ede21c6b6edb57613, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2022-05-10T04:08:27.514Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-10T04:08:27.934Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T04:08:27.934Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-10T04:08:27.934Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-10T04:08:27.934Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-10T04:08:27.934Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2022-05-10T04:08:27.934Z] -a /etc/ssh/ssh_known_hosts [2022-05-10T04:08:27.934Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:08:28.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T04:08:28.314Z] [2022-05-10T04:08:28.314Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:08:28.657Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T04:08:28.657Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-10T04:08:28.657Z] 1fe172e4850f: Pulling fs layer [2022-05-10T04:08:28.657Z] caf521ccaac6: Pulling fs layer [2022-05-10T04:08:28.657Z] 3ead6fa29328: Pulling fs layer [2022-05-10T04:08:28.657Z] 5c2a1cbceb83: Pulling fs layer [2022-05-10T04:08:28.657Z] a8d5f1318db7: Pulling fs layer [2022-05-10T04:08:28.657Z] c427282e49a2: Pulling fs layer [2022-05-10T04:08:28.657Z] 1827001aaf11: Pulling fs layer [2022-05-10T04:08:28.657Z] 0714d37db230: Pulling fs layer [2022-05-10T04:08:28.657Z] ac28cf19c067: Pulling fs layer [2022-05-10T04:08:28.657Z] ca983d60f3e2: Pulling fs layer [2022-05-10T04:08:28.657Z] 9f894cec8388: Pulling fs layer [2022-05-10T04:08:28.657Z] 1827001aaf11: Waiting [2022-05-10T04:08:28.657Z] 0714d37db230: Waiting [2022-05-10T04:08:28.657Z] ac28cf19c067: Waiting [2022-05-10T04:08:28.657Z] ca983d60f3e2: Waiting [2022-05-10T04:08:28.657Z] 9f894cec8388: Waiting [2022-05-10T04:08:28.657Z] 5c2a1cbceb83: Waiting [2022-05-10T04:08:28.657Z] c427282e49a2: Waiting [2022-05-10T04:08:28.657Z] caf521ccaac6: Download complete [2022-05-10T04:08:28.657Z] 5c2a1cbceb83: Verifying Checksum [2022-05-10T04:08:28.657Z] 5c2a1cbceb83: Download complete [2022-05-10T04:08:28.918Z] 3ead6fa29328: Verifying Checksum [2022-05-10T04:08:28.919Z] 3ead6fa29328: Download complete [2022-05-10T04:08:28.919Z] c427282e49a2: Verifying Checksum [2022-05-10T04:08:28.919Z] c427282e49a2: Download complete [2022-05-10T04:08:28.919Z] a8d5f1318db7: Verifying Checksum [2022-05-10T04:08:28.919Z] a8d5f1318db7: Download complete [2022-05-10T04:08:28.919Z] 0714d37db230: Download complete [2022-05-10T04:08:28.919Z] ac28cf19c067: Verifying Checksum [2022-05-10T04:08:28.919Z] ac28cf19c067: Download complete [2022-05-10T04:08:28.919Z] ca983d60f3e2: Verifying Checksum [2022-05-10T04:08:28.919Z] ca983d60f3e2: Download complete [2022-05-10T04:08:28.919Z] 9f894cec8388: Download complete [2022-05-10T04:08:28.919Z] 1fe172e4850f: Verifying Checksum [2022-05-10T04:08:28.919Z] 1fe172e4850f: Download complete [2022-05-10T04:08:29.180Z] 1827001aaf11: Verifying Checksum [2022-05-10T04:08:29.180Z] 1827001aaf11: Download complete [2022-05-10T04:08:30.570Z] 1fe172e4850f: Pull complete [2022-05-10T04:08:30.570Z] caf521ccaac6: Pull complete [2022-05-10T04:08:31.145Z] 3ead6fa29328: Pull complete [2022-05-10T04:08:31.145Z] 5c2a1cbceb83: Pull complete [2022-05-10T04:08:31.408Z] a8d5f1318db7: Pull complete [2022-05-10T04:08:31.670Z] c427282e49a2: Pull complete [2022-05-10T04:08:33.591Z] 1827001aaf11: Pull complete [2022-05-10T04:08:33.591Z] 0714d37db230: Pull complete [2022-05-10T04:08:33.852Z] ac28cf19c067: Pull complete [2022-05-10T04:08:33.852Z] ca983d60f3e2: Pull complete [2022-05-10T04:08:34.114Z] 9f894cec8388: Pull complete [2022-05-10T04:08:34.114Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-10T04:08:34.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T04:08:34.114Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-10T04:08:34.219Z] prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container [2022-05-10T04:08:34.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-10T04:08:35.907Z] $ docker top 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a -eo pid,comm [2022-05-10T04:08:35.998Z] 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:08:35.998Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T04:08:36.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T04:08:36.127Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T04:08:36.254Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T04:08:36.254Z] $ docker exec 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a ssh-agent [2022-05-10T04:08:36.388Z] SSH_AUTH_SOCK=/tmp/ssh-cu55lCB4UB0G/agent.32 [2022-05-10T04:08:36.389Z] SSH_AGENT_PID=38 [2022-05-10T04:08:36.402Z] Running ssh-add (command line suppressed) [2022-05-10T04:08:36.514Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_1326540474369714862.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_1326540474369714862.key) [2022-05-10T04:08:36.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T04:08:36.870Z] + git tag --points-at HEAD [Pipeline] } [2022-05-10T04:08:36.893Z] $ docker exec --env ******** --env ******** 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a ssh-agent -k [2022-05-10T04:08:37.016Z] unset SSH_AUTH_SOCK; [2022-05-10T04:08:37.017Z] unset SSH_AGENT_PID; [2022-05-10T04:08:37.017Z] echo Agent pid 38 killed; [2022-05-10T04:08:37.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-10T04:08:37.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T04:08:37.151Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T04:08:37.299Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T04:08:37.299Z] $ docker exec 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a ssh-agent [2022-05-10T04:08:37.429Z] SSH_AUTH_SOCK=/tmp/ssh-uSF1BFveWl6E/agent.71 [2022-05-10T04:08:37.429Z] SSH_AGENT_PID=78 [2022-05-10T04:08:37.434Z] Running ssh-add (command line suppressed) [2022-05-10T04:08:37.545Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_9142085763382003080.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/private_key_9142085763382003080.key) [2022-05-10T04:08:37.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T04:08:37.890Z] + git semver init [2022-05-10T04:08:38.152Z] 2022-05-10 04:08:38,103 [run_init] DEBUG init version:0.0.0 force:False [2022-05-10T04:08:38.152Z] 2022-05-10 04:08:38,104 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver [2022-05-10T04:08:38.152Z] 2022-05-10 04:08:38,105 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver [2022-05-10T04:08:38.152Z] 2022-05-10 04:08:38,105 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524, universal_newlines=False, shell=None, istream=None) [2022-05-10T04:08:39.539Z] 2022-05-10 04:08:39,458 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.git/info/exclude [2022-05-10T04:08:39.539Z] 2022-05-10 04:08:39,459 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 with force:False [2022-05-10T04:08:39.539Z] 2022-05-10 04:08:39,459 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 [2022-05-10T04:08:39.539Z] 2022-05-10 04:08:39,463 [execute] INFO git cat-file --batch-check [2022-05-10T04:08:39.539Z] 2022-05-10 04:08:39,464 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T04:08:39.539Z] 2022-05-10 04:08:39,470 [execute] INFO git cat-file --batch [2022-05-10T04:08:39.539Z] 2022-05-10 04:08:39,470 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T04:08:39.539Z] 2022-05-10 04:08:39,476 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-524/.semver/PR-524 [2022-05-10T04:08:39.539Z] 0.0.0 [Pipeline] } [2022-05-10T04:08:39.565Z] $ docker exec --env ******** --env ******** 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a ssh-agent -k [2022-05-10T04:08:39.679Z] unset SSH_AUTH_SOCK; [2022-05-10T04:08:39.679Z] unset SSH_AGENT_PID; [2022-05-10T04:08:39.679Z] echo Agent pid 78 killed; [2022-05-10T04:08:39.695Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T04:08:40.150Z] + git semver [Pipeline] } [2022-05-10T04:08:40.436Z] $ docker stop --time=1 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a [2022-05-10T04:08:42.406Z] $ docker rm -f 7d1c99b3db1acefeb31eebf9d9c733af7a4b9f3971e26a6dd5c2fafd23c7747a [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T04:08:42.840Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-10T04:08:43.161Z] Stashed 1 file(s) [Pipeline] echo [2022-05-10T04:08:43.179Z] [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:08:43.721Z] provisioning config files... [2022-05-10T04:08:43.732Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config275660188635765709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:08:44.083Z] ---> docker-login.sh [2022-05-10T04:08:44.084Z] nexus3.edgexfoundry.org:10001 [2022-05-10T04:08:44.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:44.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:44.084Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:44.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:44.084Z] [2022-05-10T04:08:44.084Z] Login Succeeded [2022-05-10T04:08:44.084Z] nexus3.edgexfoundry.org:10002 [2022-05-10T04:08:44.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:44.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:44.345Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:44.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:44.345Z] [2022-05-10T04:08:44.345Z] Login Succeeded [2022-05-10T04:08:44.345Z] nexus3.edgexfoundry.org:10003 [2022-05-10T04:08:44.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:44.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:44.345Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:44.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:44.345Z] [2022-05-10T04:08:44.345Z] Login Succeeded [2022-05-10T04:08:44.345Z] nexus3.edgexfoundry.org:10004 [2022-05-10T04:08:44.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:44.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:44.605Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:44.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:44.605Z] [2022-05-10T04:08:44.605Z] Login Succeeded [2022-05-10T04:08:44.605Z] docker.io [2022-05-10T04:08:44.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:08:45.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:08:45.175Z] Configure a credential helper to remove this warning. See [2022-05-10T04:08:45.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:08:45.175Z] [2022-05-10T04:08:45.175Z] Login Succeeded [2022-05-10T04:08:45.175Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T04:08:45.200Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T04:08:45.388Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T04:08:45.419Z] ========================================================= [2022-05-10T04:08:45.419Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-10T04:08:45.419Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:08:45.827Z] + 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:08:46.091Z] Sending build context to Docker daemon 43.42MB [2022-05-10T04:08:46.091Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T04:08:46.091Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T04:08:46.091Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-10T04:08:46.091Z] 59bf1c3509f3: Pulling fs layer [2022-05-10T04:08:46.091Z] 666ba61612fd: Pulling fs layer [2022-05-10T04:08:46.091Z] 8ed8ca486205: Pulling fs layer [2022-05-10T04:08:46.091Z] 4fe6c5a15a65: Pulling fs layer [2022-05-10T04:08:46.091Z] 22a0e8bec74d: Pulling fs layer [2022-05-10T04:08:46.091Z] ca2b28591e48: Pulling fs layer [2022-05-10T04:08:46.091Z] a51346096db8: Pulling fs layer [2022-05-10T04:08:46.091Z] daebc70d1ce1: Pulling fs layer [2022-05-10T04:08:46.091Z] 0e18a0eac166: Pulling fs layer [2022-05-10T04:08:46.091Z] 22a0e8bec74d: Waiting [2022-05-10T04:08:46.091Z] ca2b28591e48: Waiting [2022-05-10T04:08:46.091Z] a51346096db8: Waiting [2022-05-10T04:08:46.091Z] 0e18a0eac166: Waiting [2022-05-10T04:08:46.091Z] daebc70d1ce1: Waiting [2022-05-10T04:08:46.091Z] 8ed8ca486205: Download complete [2022-05-10T04:08:46.091Z] 666ba61612fd: Download complete [2022-05-10T04:08:46.091Z] 22a0e8bec74d: Verifying Checksum [2022-05-10T04:08:46.091Z] 22a0e8bec74d: Download complete [2022-05-10T04:08:46.091Z] ca2b28591e48: Download complete [2022-05-10T04:08:46.091Z] 59bf1c3509f3: Verifying Checksum [2022-05-10T04:08:46.091Z] 59bf1c3509f3: Download complete [2022-05-10T04:08:46.091Z] a51346096db8: Verifying Checksum [2022-05-10T04:08:46.091Z] a51346096db8: Download complete [2022-05-10T04:08:46.353Z] daebc70d1ce1: Verifying Checksum [2022-05-10T04:08:46.353Z] daebc70d1ce1: Download complete [2022-05-10T04:08:46.353Z] 59bf1c3509f3: Pull complete [2022-05-10T04:08:46.353Z] 666ba61612fd: Pull complete [2022-05-10T04:08:46.619Z] 8ed8ca486205: Pull complete [2022-05-10T04:08:46.882Z] 0e18a0eac166: Verifying Checksum [2022-05-10T04:08:46.882Z] 0e18a0eac166: Download complete [2022-05-10T04:08:46.882Z] 4fe6c5a15a65: Verifying Checksum [2022-05-10T04:08:46.882Z] 4fe6c5a15a65: Download complete [2022-05-10T04:08:51.076Z] 4fe6c5a15a65: Pull complete [2022-05-10T04:08:51.076Z] 22a0e8bec74d: Pull complete [2022-05-10T04:08:51.076Z] ca2b28591e48: Pull complete [2022-05-10T04:08:51.076Z] a51346096db8: Pull complete [2022-05-10T04:08:51.337Z] daebc70d1ce1: Pull complete [2022-05-10T04:08:53.888Z] 0e18a0eac166: Pull complete [2022-05-10T04:08:53.888Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-10T04:08:53.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T04:08:53.888Z] ---> f018257e8ee9 [2022-05-10T04:08:53.888Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T04:08:55.801Z] ---> Running in b73c5dde291c [2022-05-10T04:08:55.801Z] Removing intermediate container b73c5dde291c [2022-05-10T04:08:55.801Z] ---> c8be3a07fde5 [2022-05-10T04:08:55.801Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T04:08:55.801Z] ---> Running in 629e601a0594 [2022-05-10T04:08:55.801Z] Removing intermediate container 629e601a0594 [2022-05-10T04:08:55.801Z] ---> 3a2e51783fc7 [2022-05-10T04:08:55.801Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T04:08:55.801Z] ---> Running in 67062230f77c [2022-05-10T04:08:56.061Z] Removing intermediate container 67062230f77c [2022-05-10T04:08:56.061Z] ---> 47f9647858b4 [2022-05-10T04:08:56.061Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T04:08:56.061Z] ---> Running in 6d9cebb991d2 [2022-05-10T04:08:56.061Z] Removing intermediate container 6d9cebb991d2 [2022-05-10T04:08:56.061Z] ---> b5e926f26b67 [2022-05-10T04:08:56.061Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T04:08:56.061Z] ---> Running in a260a0f0695e [2022-05-10T04:08:56.323Z] Removing intermediate container a260a0f0695e [2022-05-10T04:08:56.323Z] ---> cfcf59b252a0 [2022-05-10T04:08:56.323Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T04:08:56.323Z] ---> Running in 8151a652a2af [2022-05-10T04:08:56.896Z] Removing intermediate container 8151a652a2af [2022-05-10T04:08:56.896Z] ---> 71869adccc70 [2022-05-10T04:08:56.896Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T04:08:56.896Z] ---> Running in a9fc9c28f25f [2022-05-10T04:08:57.156Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T04:08:58.101Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T04:08:58.361Z] OK: 221 MiB in 52 packages [2022-05-10T04:08:58.553Z] Still waiting to schedule task [2022-05-10T04:08:58.553Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-44826’ is offline [2022-05-10T04:08:58.627Z] Removing intermediate container a9fc9c28f25f [2022-05-10T04:08:58.627Z] ---> be494d1a9018 [2022-05-10T04:08:58.627Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T04:08:58.627Z] ---> Running in d798c4e246d5 [2022-05-10T04:08:58.888Z] Removing intermediate container d798c4e246d5 [2022-05-10T04:08:58.888Z] ---> 664689271473 [2022-05-10T04:08:58.888Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T04:08:58.888Z] ---> Running in 4a0be27dfc9a [2022-05-10T04:08:58.888Z] Removing intermediate container 4a0be27dfc9a [2022-05-10T04:08:58.888Z] ---> b53d3d2100a2 [2022-05-10T04:08:58.888Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T04:08:59.149Z] ---> f232f711f8de [2022-05-10T04:08:59.149Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T04:08:59.149Z] ---> Running in 0499652d0f41 [2022-05-10T04:09:09.160Z] Removing intermediate container 0499652d0f41 [2022-05-10T04:09:09.160Z] ---> ff701f6161c4 [2022-05-10T04:09:09.160Z] Step 14/15 : COPY . . [2022-05-10T04:09:10.551Z] ---> 5c7a4acbcae4 [2022-05-10T04:09:10.551Z] Step 15/15 : RUN ${MAKE} [2022-05-10T04:09:10.551Z] ---> Running in 4acb4184bb05 [2022-05-10T04:09:10.815Z] noop [2022-05-10T04:09:11.075Z] Removing intermediate container 4acb4184bb05 [2022-05-10T04:09:11.075Z] ---> 2be4d47ad0e9 [2022-05-10T04:09:11.335Z] Successfully built 2be4d47ad0e9 [2022-05-10T04:09:11.335Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:09:11.666Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T04:09:11.666Z] . [Pipeline] withDockerContainer [2022-05-10T04:09:11.765Z] prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container [2022-05-10T04:09:11.809Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-10T04:09:12.238Z] $ docker top b43b864ff86873ef9eea054bc3f92b9927658380b9403afd5cd29259235af637 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T04:09:12.651Z] + go version [2022-05-10T04:09:12.651Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-10T04:09:12.687Z] $ docker stop --time=1 b43b864ff86873ef9eea054bc3f92b9927658380b9403afd5cd29259235af637 [2022-05-10T04:09:13.995Z] $ docker rm -f b43b864ff86873ef9eea054bc3f92b9927658380b9403afd5cd29259235af637 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:09:14.743Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T04:09:14.743Z] . [Pipeline] withDockerContainer [2022-05-10T04:09:14.921Z] prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container [2022-05-10T04:09:14.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-10T04:09:15.369Z] $ docker top e2b6c403a6b56f8d302b343bbc86e1d0bc1e041e98c7e90160a30f5acfa2474f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T04:09:15.870Z] + make test [2022-05-10T04:09:15.870Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T04:09:16.132Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T04:09:22.715Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T04:09:22.715Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T04:09:25.260Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T04:09:25.260Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T04:09:25.297Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T04:09:25.329Z] $ docker stop --time=1 e2b6c403a6b56f8d302b343bbc86e1d0bc1e041e98c7e90160a30f5acfa2474f [2022-05-10T04:09:27.021Z] $ docker rm -f e2b6c403a6b56f8d302b343bbc86e1d0bc1e041e98c7e90160a30f5acfa2474f [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T04:09:27.467Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T04:09:27.559Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-10T04:09:28.255Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T04:09:28.567Z] + ls -al . [2022-05-10T04:09:28.567Z] total 160 [2022-05-10T04:09:28.567Z] drwxrwxr-x 14 jenkins jenkins 4096 May 10 04:09 . [2022-05-10T04:09:28.567Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 .. [2022-05-10T04:09:28.567Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 04:08 .git [2022-05-10T04:09:28.567Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 .github [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:08 .gitignore [2022-05-10T04:09:28.567Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 04:08 .semver [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 04:08 Attribution.txt [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 04:08 CHANGELOG.md [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 04:08 CONTRIBUTING.md [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 04:08 Dockerfile [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 04:08 Jenkinsfile [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 04:08 LICENSE [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 04:08 Makefile [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 04:08 README.md [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 04:08 VERSION [2022-05-10T04:09:28.567Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 assets [2022-05-10T04:09:28.567Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:08 bin [2022-05-10T04:09:28.567Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 cmd [2022-05-10T04:09:28.567Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 04:09 coverage.out [2022-05-10T04:09:28.567Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:08 docs [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 1945 May 10 04:08 go.mod [2022-05-10T04:09:28.567Z] -rw-rw-r-- 1 jenkins jenkins 25933 May 10 04:08 go.sum [2022-05-10T04:09:28.568Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 04:08 internal [2022-05-10T04:09:28.568Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:08 pkg [2022-05-10T04:09:28.568Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 snap [2022-05-10T04:09:28.568Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 testing [2022-05-10T04:09:28.568Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:08 version.go [2022-05-10T04:09:28.568Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:08 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:09:28.966Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=3d63cb60d07f69b9fdb1233ede21c6b6edb57613 --label arch=amd64 --label version=0.0.0 . [2022-05-10T04:09:29.229Z] Sending build context to Docker daemon 43.42MB [2022-05-10T04:09:29.229Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T04:09:29.229Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T04:09:29.229Z] ---> 2be4d47ad0e9 [2022-05-10T04:09:29.229Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T04:09:29.489Z] ---> Running in 639552be0b81 [2022-05-10T04:09:29.489Z] Removing intermediate container 639552be0b81 [2022-05-10T04:09:29.489Z] ---> 7634bb7bdbce [2022-05-10T04:09:29.489Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T04:09:29.489Z] ---> Running in 5c4dd4780e91 [2022-05-10T04:09:29.749Z] Removing intermediate container 5c4dd4780e91 [2022-05-10T04:09:29.749Z] ---> 38236f3dc8ce [2022-05-10T04:09:29.749Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T04:09:29.749Z] ---> Running in 3b86919278a1 [2022-05-10T04:09:29.749Z] Removing intermediate container 3b86919278a1 [2022-05-10T04:09:29.749Z] ---> b2d3b6a2420b [2022-05-10T04:09:29.749Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T04:09:30.011Z] ---> Running in 87c3aaed3028 [2022-05-10T04:09:30.011Z] Removing intermediate container 87c3aaed3028 [2022-05-10T04:09:30.011Z] ---> 6680594157d9 [2022-05-10T04:09:30.011Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T04:09:30.011Z] ---> Running in 54882eab76f0 [2022-05-10T04:09:30.272Z] Removing intermediate container 54882eab76f0 [2022-05-10T04:09:30.272Z] ---> 69342624f908 [2022-05-10T04:09:30.272Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T04:09:30.272Z] ---> Running in 830f314e9278 [2022-05-10T04:09:30.844Z] Removing intermediate container 830f314e9278 [2022-05-10T04:09:30.844Z] ---> 7c0d3f42c81b [2022-05-10T04:09:30.844Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T04:09:30.844Z] ---> Running in 2e53f86b9600 [2022-05-10T04:09:31.108Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T04:09:32.052Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T04:09:32.315Z] OK: 221 MiB in 52 packages [2022-05-10T04:09:32.886Z] Removing intermediate container 2e53f86b9600 [2022-05-10T04:09:32.886Z] ---> 1b26edfd0d4d [2022-05-10T04:09:32.886Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T04:09:32.886Z] ---> Running in 59267d48a9f1 [2022-05-10T04:09:32.886Z] Removing intermediate container 59267d48a9f1 [2022-05-10T04:09:32.886Z] ---> a1f0d37b7f3c [2022-05-10T04:09:32.886Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T04:09:32.886Z] ---> Running in b6562bdbf9f1 [2022-05-10T04:09:33.146Z] Removing intermediate container b6562bdbf9f1 [2022-05-10T04:09:33.146Z] ---> 26e0c00692b2 [2022-05-10T04:09:33.146Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T04:09:33.146Z] ---> 5c810550951d [2022-05-10T04:09:33.146Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T04:09:33.146Z] ---> Running in 09168565748c [2022-05-10T04:09:34.087Z] Removing intermediate container 09168565748c [2022-05-10T04:09:34.087Z] ---> 873115f36a72 [2022-05-10T04:09:34.087Z] Step 14/23 : COPY . . [2022-05-10T04:09:35.246Z] ---> a9e34be0d060 [2022-05-10T04:09:35.246Z] Step 15/23 : RUN ${MAKE} [2022-05-10T04:09:35.246Z] ---> Running in e0adfd55b518 [2022-05-10T04:09:35.246Z] 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:09:41.828Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T04:09:43.212Z] Removing intermediate container e0adfd55b518 [2022-05-10T04:09:43.212Z] ---> d57a11680f80 [2022-05-10T04:09:43.212Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T04:09:43.473Z] 3.14: Pulling from library/alpine [2022-05-10T04:09:43.734Z] 8663204ce13b: Pulling fs layer [2022-05-10T04:09:44.029Z] 8663204ce13b: Verifying Checksum [2022-05-10T04:09:44.029Z] 8663204ce13b: Download complete [2022-05-10T04:09:44.029Z] 8663204ce13b: Pull complete [2022-05-10T04:09:44.029Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T04:09:44.029Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T04:09:44.029Z] ---> e04c818066af [2022-05-10T04:09:44.029Z] Step 17/23 : EXPOSE 4000 [2022-05-10T04:09:44.291Z] ---> Running in 5bcd79cef9d1 [2022-05-10T04:09:44.291Z] Removing intermediate container 5bcd79cef9d1 [2022-05-10T04:09:44.291Z] ---> 2239540113aa [2022-05-10T04:09:44.291Z] 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:09:44.863Z] ---> 5ad87b2f9b80 [2022-05-10T04:09:44.863Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T04:09:44.863Z] ---> Running in 082917949a95 [2022-05-10T04:09:44.863Z] Removing intermediate container 082917949a95 [2022-05-10T04:09:44.863Z] ---> 9372db206126 [2022-05-10T04:09:44.863Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T04:09:45.123Z] ---> Running in af919a4d3a5f [2022-05-10T04:09:45.123Z] Removing intermediate container af919a4d3a5f [2022-05-10T04:09:45.123Z] ---> 6d2fb027277f [2022-05-10T04:09:45.123Z] Step 21/23 : LABEL arch=amd64 [2022-05-10T04:09:45.123Z] ---> Running in 16d9c58aca2b [2022-05-10T04:09:45.123Z] Removing intermediate container 16d9c58aca2b [2022-05-10T04:09:45.123Z] ---> 323c1d506552 [2022-05-10T04:09:45.123Z] Step 22/23 : LABEL git_sha=3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [2022-05-10T04:09:45.123Z] ---> Running in b10d531de9ae [2022-05-10T04:09:45.387Z] Removing intermediate container b10d531de9ae [2022-05-10T04:09:45.387Z] ---> 4802c1c6a9ee [2022-05-10T04:09:45.387Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T04:09:45.387Z] ---> Running in deee618406da [2022-05-10T04:09:45.387Z] Removing intermediate container deee618406da [2022-05-10T04:09:45.387Z] ---> 30c97e8caf26 [2022-05-10T04:09:45.387Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T04:09:45.387Z] Successfully built 30c97e8caf26 [2022-05-10T04:09:45.649Z] 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:09:46.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T04:09:46.397Z] [2022-05-10T04:09:46.397Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:09:46.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T04:09:46.751Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-10T04:09:46.751Z] 5eb5b503b376: Pulling fs layer [2022-05-10T04:09:46.751Z] 5c69ac0246d0: Pulling fs layer [2022-05-10T04:09:46.751Z] ec43610c2a17: Pulling fs layer [2022-05-10T04:09:46.751Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-10T04:09:46.751Z] 33b1e0a273af: Pulling fs layer [2022-05-10T04:09:46.751Z] 5d3b04190fa2: Pulling fs layer [2022-05-10T04:09:46.751Z] 2f39f015ded8: Pulling fs layer [2022-05-10T04:09:46.751Z] 5d3b04190fa2: Waiting [2022-05-10T04:09:46.751Z] 3a2ae6a8a46f: Waiting [2022-05-10T04:09:46.751Z] 2f39f015ded8: Waiting [2022-05-10T04:09:46.751Z] 33b1e0a273af: Waiting [2022-05-10T04:09:46.751Z] 5c69ac0246d0: Download complete [2022-05-10T04:09:46.751Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-10T04:09:46.751Z] 3a2ae6a8a46f: Download complete [2022-05-10T04:09:46.751Z] 33b1e0a273af: Verifying Checksum [2022-05-10T04:09:46.751Z] 5d3b04190fa2: Verifying Checksum [2022-05-10T04:09:46.751Z] 5d3b04190fa2: Download complete [2022-05-10T04:09:46.751Z] ec43610c2a17: Download complete [2022-05-10T04:09:47.014Z] 5eb5b503b376: Verifying Checksum [2022-05-10T04:09:47.014Z] 5eb5b503b376: Download complete [2022-05-10T04:09:47.582Z] 2f39f015ded8: Download complete [2022-05-10T04:09:48.519Z] 5eb5b503b376: Pull complete [2022-05-10T04:09:48.519Z] 5c69ac0246d0: Pull complete [2022-05-10T04:09:49.086Z] ec43610c2a17: Pull complete [2022-05-10T04:09:49.086Z] 3a2ae6a8a46f: Pull complete [2022-05-10T04:09:49.347Z] 33b1e0a273af: Pull complete [2022-05-10T04:09:49.347Z] 5d3b04190fa2: Pull complete [2022-05-10T04:09:54.632Z] 2f39f015ded8: Pull complete [2022-05-10T04:09:54.632Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-10T04:09:54.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T04:09:54.632Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-10T04:09:54.728Z] prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container [2022-05-10T04:09:54.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-10T04:09:56.736Z] $ docker top be79f6fe7e69e0bebee31af8bedcb20601d94a06cc448bf7497f888e49a65d5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:09:57.209Z] ---> job-cost.sh [2022-05-10T04:09:57.209Z] lf-activate-venv: SKIPPING [2022-05-10T04:09:57.209Z] INFO: No Stack... [2022-05-10T04:09:57.470Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T04:09:58.043Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T04:09:58.440Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/cost.csv [2022-05-10T04:09:58.440Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T04:09:58.479Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [2022-05-10T04:09:58.485Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] did not exist. Created. [2022-05-10T04:09:58.485Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T04:09:58.910Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-10T04:09:58.967Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T04:09:58.982Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T04:09:59.064Z] $ docker stop --time=1 be79f6fe7e69e0bebee31af8bedcb20601d94a06cc448bf7497f888e49a65d5f [2022-05-10T04:10:00.247Z] $ docker rm -f be79f6fe7e69e0bebee31af8bedcb20601d94a06cc448bf7497f888e49a65d5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-10T04:11:22.717Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-44827 in /w/workspace/edgexfoundry_edgex-ui-go_PR-524 [Pipeline] { [Pipeline] ws [2022-05-10T04:11:22.759Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-05-10T04:11:23.024Z] The recommended git tool is: git [2022-05-10T04:11:30.358Z] using credential edgex-jenkins-ssh [2022-05-10T04:11:30.378Z] Cloning the remote Git repository [2022-05-10T04:11:30.436Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T04:11:30.513Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-05-10T04:11:30.611Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T04:11:30.612Z] > git --version # timeout=10 [2022-05-10T04:11:30.635Z] > git --version # 'git version 2.25.1' [2022-05-10T04:11:30.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T04:11:30.696Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T04:11:33.592Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T04:11:33.613Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T04:11:33.646Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T04:11:34.284Z] Merging remotes/origin/main commit b1c49f195c002f3e52adda9c102080955489afd9 into PR head commit 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [2022-05-10T04:11:34.826Z] Merge succeeded, producing 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [2022-05-10T04:11:34.827Z] Checking out Revision 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 (PR-524) [2022-05-10T04:11:33.698Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T04:11:33.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T04:11:33.713Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/524/head:refs/remotes/origin/PR-524 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-10T04:11:34.308Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T04:11:34.330Z] > git checkout -f 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # timeout=10 [2022-05-10T04:11:34.714Z] > git remote # timeout=10 [2022-05-10T04:11:34.736Z] > git config --get remote.origin.url # timeout=10 [2022-05-10T04:11:34.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T04:11:34.778Z] > git merge b1c49f195c002f3e52adda9c102080955489afd9 # timeout=10 [2022-05-10T04:11:34.809Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-10T04:11:34.840Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T04:11:34.858Z] > git checkout -f 3d63cb60d07f69b9fdb1233ede21c6b6edb57613 # timeout=10 [2022-05-10T04:11:39.462Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-05-10T04:11:39.533Z] > git --version # timeout=10 [2022-05-10T04:11:39.543Z] > git --version # 'git version 2.25.1' [2022-05-10T04:11:39.557Z] fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T04:11:40.606Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-10T04:11:40.606Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T04:11:40.606Z] Dload Upload Total Spent Left Speed [2022-05-10T04:11:40.606Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 214k 0 --:--:-- --:--:-- --:--:-- 218k [Pipeline] sh [2022-05-10T04:11:41.135Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-10T04:11:41.489Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2022-05-10T04:11:41.489Z] /etc/docker/daemon.json [2022-05-10T04:11:41.489Z] { [2022-05-10T04:11:41.489Z] "registry-mirrors": [ [2022-05-10T04:11:41.489Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-10T04:11:41.489Z] ], [2022-05-10T04:11:41.489Z] "bip": "10.250.0.254/24", [2022-05-10T04:11:41.489Z] "hosts": [ [2022-05-10T04:11:41.489Z] "tcp://0.0.0.0:5555", [2022-05-10T04:11:41.489Z] "unix:///var/run/docker.sock" [2022-05-10T04:11:41.489Z] ], [2022-05-10T04:11:41.489Z] "mtu": 1458, [2022-05-10T04:11:41.489Z] "selinux-enabled": true, [2022-05-10T04:11:41.489Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-10T04:11:41.489Z] } [Pipeline] sh [2022-05-10T04:11:41.850Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-10T04:11:42.205Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T04:12:00.641Z] provisioning config files... [2022-05-10T04:12:00.669Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1245445793839670416tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:12:01.339Z] ---> docker-login.sh [2022-05-10T04:12:01.339Z] nexus3.edgexfoundry.org:10001 [2022-05-10T04:12:02.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:12:02.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:12:02.604Z] Configure a credential helper to remove this warning. See [2022-05-10T04:12:02.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:12:02.604Z] [2022-05-10T04:12:02.604Z] Login Succeeded [2022-05-10T04:12:02.604Z] nexus3.edgexfoundry.org:10002 [2022-05-10T04:12:03.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:12:03.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:12:03.211Z] Configure a credential helper to remove this warning. See [2022-05-10T04:12:03.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:12:03.211Z] [2022-05-10T04:12:03.211Z] Login Succeeded [2022-05-10T04:12:03.211Z] nexus3.edgexfoundry.org:10003 [2022-05-10T04:12:03.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:12:03.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:12:03.766Z] Configure a credential helper to remove this warning. See [2022-05-10T04:12:03.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:12:03.766Z] [2022-05-10T04:12:03.766Z] Login Succeeded [2022-05-10T04:12:03.766Z] nexus3.edgexfoundry.org:10004 [2022-05-10T04:12:04.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:12:04.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:12:04.317Z] Configure a credential helper to remove this warning. See [2022-05-10T04:12:04.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:12:04.317Z] [2022-05-10T04:12:04.317Z] Login Succeeded [2022-05-10T04:12:04.317Z] docker.io [2022-05-10T04:12:04.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T04:12:05.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T04:12:05.192Z] Configure a credential helper to remove this warning. See [2022-05-10T04:12:05.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T04:12:05.192Z] [2022-05-10T04:12:05.192Z] Login Succeeded [2022-05-10T04:12:05.192Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T04:12:05.222Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T04:12:05.629Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T04:12:05.668Z] ========================================================= [2022-05-10T04:12:05.668Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-10T04:12:05.668Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:12:06.133Z] + 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:12:07.121Z] Sending build context to Docker daemon 27.28MB [2022-05-10T04:12:07.121Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T04:12:07.121Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T04:12:07.400Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-10T04:12:07.400Z] 9b3977197b4f: Pulling fs layer [2022-05-10T04:12:07.400Z] 1a89e8eeedd5: Pulling fs layer [2022-05-10T04:12:07.400Z] 94645a83ff95: Pulling fs layer [2022-05-10T04:12:07.400Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-10T04:12:07.400Z] 0c92f367c5e7: Pulling fs layer [2022-05-10T04:12:07.400Z] 3096ccb668a1: Pulling fs layer [2022-05-10T04:12:07.400Z] e8cf19c19ddd: Pulling fs layer [2022-05-10T04:12:07.400Z] a4caa8a26152: Pulling fs layer [2022-05-10T04:12:07.400Z] 3f3a8bcf1eab: Waiting [2022-05-10T04:12:07.400Z] 0c92f367c5e7: Waiting [2022-05-10T04:12:07.400Z] 3096ccb668a1: Waiting [2022-05-10T04:12:07.400Z] e8cf19c19ddd: Waiting [2022-05-10T04:12:07.400Z] 94645a83ff95: Verifying Checksum [2022-05-10T04:12:07.400Z] 94645a83ff95: Download complete [2022-05-10T04:12:07.400Z] 1a89e8eeedd5: Verifying Checksum [2022-05-10T04:12:07.400Z] 1a89e8eeedd5: Download complete [2022-05-10T04:12:07.400Z] 0c92f367c5e7: Verifying Checksum [2022-05-10T04:12:07.400Z] 0c92f367c5e7: Download complete [2022-05-10T04:12:07.400Z] 3096ccb668a1: Verifying Checksum [2022-05-10T04:12:07.400Z] 3096ccb668a1: Download complete [2022-05-10T04:12:07.400Z] 9b3977197b4f: Verifying Checksum [2022-05-10T04:12:07.400Z] 9b3977197b4f: Download complete [2022-05-10T04:12:07.687Z] e8cf19c19ddd: Verifying Checksum [2022-05-10T04:12:07.687Z] e8cf19c19ddd: Download complete [2022-05-10T04:12:08.298Z] 9b3977197b4f: Pull complete [2022-05-10T04:12:08.907Z] 1a89e8eeedd5: Pull complete [2022-05-10T04:12:09.185Z] 94645a83ff95: Pull complete [2022-05-10T04:12:09.792Z] a4caa8a26152: Verifying Checksum [2022-05-10T04:12:09.792Z] a4caa8a26152: Download complete [2022-05-10T04:12:10.400Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-10T04:12:10.400Z] 3f3a8bcf1eab: Download complete [2022-05-10T04:12:22.833Z] 3f3a8bcf1eab: Pull complete [2022-05-10T04:12:22.833Z] 0c92f367c5e7: Pull complete [2022-05-10T04:12:22.833Z] 3096ccb668a1: Pull complete [2022-05-10T04:12:22.833Z] e8cf19c19ddd: Pull complete [2022-05-10T04:12:29.572Z] a4caa8a26152: Pull complete [2022-05-10T04:12:29.572Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-10T04:12:29.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T04:12:29.572Z] ---> 725f1c02e7f9 [2022-05-10T04:12:29.572Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T04:12:30.581Z] ---> Running in 62531320120c [2022-05-10T04:12:31.566Z] Removing intermediate container 62531320120c [2022-05-10T04:12:31.566Z] ---> b15bda66bc68 [2022-05-10T04:12:31.566Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T04:12:31.843Z] ---> Running in 2b0d0766b9e0 [2022-05-10T04:12:32.118Z] Removing intermediate container 2b0d0766b9e0 [2022-05-10T04:12:32.118Z] ---> 387b1633a8a4 [2022-05-10T04:12:32.118Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T04:12:32.118Z] ---> Running in cbf4c83b2509 [2022-05-10T04:12:32.396Z] Removing intermediate container cbf4c83b2509 [2022-05-10T04:12:32.396Z] ---> 7d2699b00b00 [2022-05-10T04:12:32.396Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T04:12:32.676Z] ---> Running in edd5e56c1271 [2022-05-10T04:12:32.952Z] Removing intermediate container edd5e56c1271 [2022-05-10T04:12:32.952Z] ---> 2647d3f91633 [2022-05-10T04:12:32.952Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T04:12:32.952Z] ---> Running in a73294e1791d [2022-05-10T04:12:33.228Z] Removing intermediate container a73294e1791d [2022-05-10T04:12:33.228Z] ---> a7f7472f1883 [2022-05-10T04:12:33.228Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T04:12:33.513Z] ---> Running in 5ae113695450 [2022-05-10T04:12:35.501Z] Removing intermediate container 5ae113695450 [2022-05-10T04:12:35.501Z] ---> bcb416e01b2e [2022-05-10T04:12:35.501Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T04:12:35.501Z] ---> Running in ac8bebf37789 [2022-05-10T04:12:36.480Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T04:12:37.463Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T04:12:38.062Z] OK: 220 MiB in 52 packages [2022-05-10T04:12:39.077Z] Removing intermediate container ac8bebf37789 [2022-05-10T04:12:39.077Z] ---> 496320bfedc8 [2022-05-10T04:12:39.077Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T04:12:39.077Z] ---> Running in dd0b7d4bdc2e [2022-05-10T04:12:39.357Z] Removing intermediate container dd0b7d4bdc2e [2022-05-10T04:12:39.357Z] ---> f0f29f95107a [2022-05-10T04:12:39.357Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T04:12:39.357Z] ---> Running in 7b08bc9558d6 [2022-05-10T04:12:39.961Z] Removing intermediate container 7b08bc9558d6 [2022-05-10T04:12:39.961Z] ---> 85480bdb5315 [2022-05-10T04:12:39.961Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T04:12:40.565Z] ---> 4362bb1512eb [2022-05-10T04:12:40.565Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T04:12:40.565Z] ---> Running in be18aa7adb2d [2022-05-10T04:13:12.944Z] Removing intermediate container be18aa7adb2d [2022-05-10T04:13:12.944Z] ---> 8f6d69a92642 [2022-05-10T04:13:12.944Z] Step 14/15 : COPY . . [2022-05-10T04:13:12.944Z] ---> e81cb00b888b [2022-05-10T04:13:12.944Z] Step 15/15 : RUN ${MAKE} [2022-05-10T04:13:12.944Z] ---> Running in 9bdaed99474d [2022-05-10T04:13:12.944Z] noop [2022-05-10T04:13:12.944Z] Removing intermediate container 9bdaed99474d [2022-05-10T04:13:12.944Z] ---> 2993d1d40767 [2022-05-10T04:13:12.944Z] Successfully built 2993d1d40767 [2022-05-10T04:13:12.944Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:13:13.986Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T04:13:13.987Z] . [Pipeline] withDockerContainer [2022-05-10T04:13:14.243Z] prd-ubuntu20.04-docker-arm64-4c-16g-44827 does not seem to be running inside a container [2022-05-10T04:13:14.340Z] $ 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:13:15.656Z] $ docker top e9e7d238198eeb4747b8af51a3f3d8eba3aa073a53a44c3dce32b6cf9e929f25 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T04:13:16.627Z] + go version [2022-05-10T04:13:16.627Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-10T04:13:16.669Z] $ docker stop --time=1 e9e7d238198eeb4747b8af51a3f3d8eba3aa073a53a44c3dce32b6cf9e929f25 [2022-05-10T04:13:18.344Z] $ docker rm -f e9e7d238198eeb4747b8af51a3f3d8eba3aa073a53a44c3dce32b6cf9e929f25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:13:19.260Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T04:13:19.260Z] . [Pipeline] withDockerContainer [2022-05-10T04:13:19.516Z] prd-ubuntu20.04-docker-arm64-4c-16g-44827 does not seem to be running inside a container [2022-05-10T04:13:19.618Z] $ 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:13:21.015Z] $ docker top d9ddfdc817f6e265a214427b0775d46b2fdcedf29909a218341f58f76019f2be -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T04:13:22.022Z] + make test [2022-05-10T04:13:22.022Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T04:13:23.468Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T04:14:10.512Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T04:14:10.512Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T04:14:25.629Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T04:14:25.629Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T04:14:25.667Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T04:14:25.708Z] $ docker stop --time=1 d9ddfdc817f6e265a214427b0775d46b2fdcedf29909a218341f58f76019f2be [2022-05-10T04:14:27.512Z] $ docker rm -f d9ddfdc817f6e265a214427b0775d46b2fdcedf29909a218341f58f76019f2be [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T04:14:28.348Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T04:14:28.386Z] Warning: overwriting stash ‘coverage-report’ [2022-05-10T04:14:29.018Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T04:14:29.621Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T04:14:30.017Z] + ls -al . [2022-05-10T04:14:30.017Z] total 156 [2022-05-10T04:14:30.017Z] drwxrwxr-x 13 jenkins jenkins 4096 May 10 04:13 . [2022-05-10T04:14:30.017Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:11 .. [2022-05-10T04:14:30.017Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 04:11 .git [2022-05-10T04:14:30.017Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:11 .github [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:11 .gitignore [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 04:11 Attribution.txt [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 04:11 CHANGELOG.md [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 04:11 CONTRIBUTING.md [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 04:11 Dockerfile [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 04:11 Jenkinsfile [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 04:11 LICENSE [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 04:11 Makefile [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 04:11 README.md [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 04:08 VERSION [2022-05-10T04:14:30.017Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:11 assets [2022-05-10T04:14:30.017Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:11 bin [2022-05-10T04:14:30.017Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:11 cmd [2022-05-10T04:14:30.017Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 04:13 coverage.out [2022-05-10T04:14:30.017Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:11 docs [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 1945 May 10 04:11 go.mod [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 25933 May 10 04:11 go.sum [2022-05-10T04:14:30.017Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 04:11 internal [2022-05-10T04:14:30.017Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 04:11 pkg [2022-05-10T04:14:30.017Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:11 snap [2022-05-10T04:14:30.017Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:11 testing [2022-05-10T04:14:30.017Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 04:11 version.go [2022-05-10T04:14:30.017Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:11 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:14:30.472Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3d63cb60d07f69b9fdb1233ede21c6b6edb57613 --label arch=arm64 --label version=0.0.0 . [2022-05-10T04:14:32.017Z] Sending build context to Docker daemon 27.28MB [2022-05-10T04:14:32.017Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T04:14:32.017Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T04:14:32.017Z] ---> 2993d1d40767 [2022-05-10T04:14:32.017Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T04:14:32.294Z] ---> Running in 5de4b6152c58 [2022-05-10T04:14:32.577Z] Removing intermediate container 5de4b6152c58 [2022-05-10T04:14:32.577Z] ---> 3fd95fab5e29 [2022-05-10T04:14:32.577Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T04:14:32.577Z] ---> Running in 0e3044d5bc89 [2022-05-10T04:14:32.854Z] Removing intermediate container 0e3044d5bc89 [2022-05-10T04:14:32.854Z] ---> fdf98869a6c2 [2022-05-10T04:14:32.854Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T04:14:33.133Z] ---> Running in 8fc97a587f9b [2022-05-10T04:14:33.408Z] Removing intermediate container 8fc97a587f9b [2022-05-10T04:14:33.408Z] ---> d222991517f5 [2022-05-10T04:14:33.408Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T04:14:33.408Z] ---> Running in 07556d612b62 [2022-05-10T04:14:33.684Z] Removing intermediate container 07556d612b62 [2022-05-10T04:14:33.684Z] ---> f07d89365bfd [2022-05-10T04:14:33.684Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T04:14:33.973Z] ---> Running in 795c162d245e [2022-05-10T04:14:34.249Z] Removing intermediate container 795c162d245e [2022-05-10T04:14:34.249Z] ---> aa354ff6f10b [2022-05-10T04:14:34.249Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T04:14:34.249Z] ---> Running in 66541685cbd8 [2022-05-10T04:14:36.251Z] Removing intermediate container 66541685cbd8 [2022-05-10T04:14:36.251Z] ---> 6d635d27e67a [2022-05-10T04:14:36.251Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T04:14:36.251Z] ---> Running in 51192ca424a1 [2022-05-10T04:14:37.237Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T04:14:38.223Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T04:14:39.205Z] OK: 220 MiB in 52 packages [2022-05-10T04:14:39.809Z] Removing intermediate container 51192ca424a1 [2022-05-10T04:14:39.809Z] ---> 586edfd15d4f [2022-05-10T04:14:39.809Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T04:14:39.809Z] ---> Running in aac66c08e048 [2022-05-10T04:14:40.416Z] Removing intermediate container aac66c08e048 [2022-05-10T04:14:40.416Z] ---> 444d12a99085 [2022-05-10T04:14:40.416Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T04:14:40.416Z] ---> Running in fab4dbbc1f2d [2022-05-10T04:14:40.689Z] Removing intermediate container fab4dbbc1f2d [2022-05-10T04:14:40.689Z] ---> dadd3283f8ea [2022-05-10T04:14:40.689Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T04:14:41.291Z] ---> aee30653959a [2022-05-10T04:14:41.291Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T04:14:41.565Z] ---> Running in a720d4537151 [2022-05-10T04:14:43.544Z] Removing intermediate container a720d4537151 [2022-05-10T04:14:43.544Z] ---> 1c16743648d0 [2022-05-10T04:14:43.544Z] Step 14/23 : COPY . . [2022-05-10T04:14:46.956Z] ---> 543a83b3c99c [2022-05-10T04:14:46.956Z] Step 15/23 : RUN ${MAKE} [2022-05-10T04:14:46.956Z] ---> Running in f1091e08b288 [2022-05-10T04:14:48.401Z] 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:15:27.437Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T04:15:28.032Z] Removing intermediate container f1091e08b288 [2022-05-10T04:15:28.032Z] ---> a0632604e8c2 [2022-05-10T04:15:28.032Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T04:15:28.822Z] 3.14: Pulling from library/alpine [2022-05-10T04:15:28.822Z] 455c02918c45: Pulling fs layer [2022-05-10T04:15:29.096Z] 455c02918c45: Verifying Checksum [2022-05-10T04:15:29.096Z] 455c02918c45: Download complete [2022-05-10T04:15:29.693Z] 455c02918c45: Pull complete [2022-05-10T04:15:29.693Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T04:15:29.693Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T04:15:29.693Z] ---> ac73e934f311 [2022-05-10T04:15:29.693Z] Step 17/23 : EXPOSE 4000 [2022-05-10T04:15:29.967Z] ---> Running in 420a1857febf [2022-05-10T04:15:30.245Z] Removing intermediate container 420a1857febf [2022-05-10T04:15:30.245Z] ---> dc7e38f515e7 [2022-05-10T04:15:30.245Z] 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:15:31.689Z] ---> f81ad45748ff [2022-05-10T04:15:31.689Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T04:15:31.689Z] ---> Running in c22c6213dfea [2022-05-10T04:15:31.971Z] Removing intermediate container c22c6213dfea [2022-05-10T04:15:31.971Z] ---> 50204e2e9c30 [2022-05-10T04:15:31.971Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T04:15:32.245Z] ---> Running in 84591c52cfca [2022-05-10T04:15:32.522Z] Removing intermediate container 84591c52cfca [2022-05-10T04:15:32.522Z] ---> 1f101e562fa3 [2022-05-10T04:15:32.522Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T04:15:32.522Z] ---> Running in 8d63df018e45 [2022-05-10T04:15:32.800Z] Removing intermediate container 8d63df018e45 [2022-05-10T04:15:32.800Z] ---> 77ca2b2b8ff3 [2022-05-10T04:15:32.800Z] Step 22/23 : LABEL git_sha=3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [2022-05-10T04:15:33.076Z] ---> Running in 86bbc9405fab [2022-05-10T04:15:33.350Z] Removing intermediate container 86bbc9405fab [2022-05-10T04:15:33.350Z] ---> 756a536f1a4c [2022-05-10T04:15:33.350Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T04:15:33.350Z] ---> Running in 0fa26cc5a7f7 [2022-05-10T04:15:33.624Z] Removing intermediate container 0fa26cc5a7f7 [2022-05-10T04:15:33.625Z] ---> 16cdd5f8586e [2022-05-10T04:15:33.625Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T04:15:33.898Z] Successfully built 16cdd5f8586e [2022-05-10T04:15:33.898Z] 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:15:34.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T04:15:34.592Z] [2022-05-10T04:15:34.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:15:35.088Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T04:15:35.365Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-10T04:15:35.365Z] 8998bd30e6a1: Pulling fs layer [2022-05-10T04:15:35.365Z] 04944245beec: Pulling fs layer [2022-05-10T04:15:35.365Z] 699f458cf7ca: Pulling fs layer [2022-05-10T04:15:35.365Z] 765212b225bb: Pulling fs layer [2022-05-10T04:15:35.365Z] f23df028b6ca: Pulling fs layer [2022-05-10T04:15:35.365Z] d65c8cfc05b1: Pulling fs layer [2022-05-10T04:15:35.365Z] 2437ff75d9bd: Pulling fs layer [2022-05-10T04:15:35.365Z] 765212b225bb: Waiting [2022-05-10T04:15:35.365Z] f23df028b6ca: Waiting [2022-05-10T04:15:35.365Z] d65c8cfc05b1: Waiting [2022-05-10T04:15:35.365Z] 2437ff75d9bd: Waiting [2022-05-10T04:15:35.365Z] 04944245beec: Verifying Checksum [2022-05-10T04:15:35.365Z] 04944245beec: Download complete [2022-05-10T04:15:35.365Z] 765212b225bb: Verifying Checksum [2022-05-10T04:15:35.365Z] 765212b225bb: Download complete [2022-05-10T04:15:35.365Z] f23df028b6ca: Verifying Checksum [2022-05-10T04:15:35.365Z] f23df028b6ca: Download complete [2022-05-10T04:15:35.365Z] d65c8cfc05b1: Verifying Checksum [2022-05-10T04:15:35.365Z] d65c8cfc05b1: Download complete [2022-05-10T04:15:35.640Z] 699f458cf7ca: Verifying Checksum [2022-05-10T04:15:35.640Z] 699f458cf7ca: Download complete [2022-05-10T04:15:35.917Z] 8998bd30e6a1: Verifying Checksum [2022-05-10T04:15:35.917Z] 8998bd30e6a1: Download complete [2022-05-10T04:15:38.546Z] 2437ff75d9bd: Download complete [2022-05-10T04:15:40.546Z] 8998bd30e6a1: Pull complete [2022-05-10T04:15:40.821Z] 04944245beec: Pull complete [2022-05-10T04:15:42.259Z] 699f458cf7ca: Pull complete [2022-05-10T04:15:42.534Z] 765212b225bb: Pull complete [2022-05-10T04:15:43.520Z] f23df028b6ca: Pull complete [2022-05-10T04:15:43.520Z] d65c8cfc05b1: Pull complete [2022-05-10T04:15:58.615Z] 2437ff75d9bd: Pull complete [2022-05-10T04:15:58.615Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-10T04:15:58.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T04:15:58.615Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-10T04:15:58.860Z] prd-ubuntu20.04-docker-arm64-4c-16g-44827 does not seem to be running inside a container [2022-05-10T04:15:58.952Z] $ 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:16:01.522Z] $ docker top 29ae64e9819893dab2e70673a5944ad6f4f8df56363028ca541f321a74fdfdeb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:16:02.595Z] ---> job-cost.sh [2022-05-10T04:16:02.595Z] lf-activate-venv: SKIPPING [2022-05-10T04:16:02.595Z] INFO: No Stack... [2022-05-10T04:16:02.887Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-10T04:16:03.869Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T04:16:04.536Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-05-10T04:16:04.536Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T04:16:04.621Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [2022-05-10T04:16:04.629Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] did not exist. Created. [2022-05-10T04:16:04.629Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T04:16:05.374Z] /w/workspace/edgex-ui-go/1@tmp/durable-1501c233/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-10T04:16:06.068Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-10T04:16:06.108Z] Warning: overwriting stash ‘stack-cost’ [2022-05-10T04:16:06.287Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T04:16:06.303Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-524-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T04:16:06.389Z] $ docker stop --time=1 29ae64e9819893dab2e70673a5944ad6f4f8df56363028ca541f321a74fdfdeb [2022-05-10T04:16:07.893Z] $ docker rm -f 29ae64e9819893dab2e70673a5944ad6f4f8df56363028ca541f321a74fdfdeb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-05-10T04:16:08.866Z] provisioning config files... [2022-05-10T04:16:08.874Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config5530264589263206239tmp [Pipeline] { [Pipeline] sh [2022-05-10T04:16:09.206Z] + set +x [2022-05-10T04:16:09.206Z] + bash -s -- [2022-05-10T04:16:09.206Z] + curl -s https://codecov.io/bash [2022-05-10T04:16:09.206Z] [2022-05-10T04:16:09.206Z] _____ _ [2022-05-10T04:16:09.206Z] / ____| | | [2022-05-10T04:16:09.206Z] | | ___ __| | ___ ___ _____ __ [2022-05-10T04:16:09.206Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-10T04:16:09.206Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-10T04:16:09.206Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-10T04:16:09.206Z] Bash-1.0.6 [2022-05-10T04:16:09.206Z] [2022-05-10T04:16:09.206Z] [2022-05-10T04:16:09.206Z] ==> git version 2.25.1 found [2022-05-10T04:16:09.206Z] ==> 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:16:09.206Z] Release-Date: 2020-01-08 [2022-05-10T04:16:09.206Z] 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:16:09.206Z] 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:16:09.206Z] ==> Jenkins CI detected. [2022-05-10T04:16:09.206Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-524 [2022-05-10T04:16:09.206Z] project root: . [2022-05-10T04:16:09.206Z] --> token set from env [2022-05-10T04:16:09.206Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-10T04:16:09.206Z] ==> Running gcov in . (disable via -X gcov) [2022-05-10T04:16:09.206Z] ==> Python coveragepy not found [2022-05-10T04:16:09.206Z] ==> Searching for coverage reports in: [2022-05-10T04:16:09.206Z] + . [2022-05-10T04:16:09.206Z] -> Found 1 reports [2022-05-10T04:16:09.206Z] ==> Detecting git/mercurial file structure [2022-05-10T04:16:09.206Z] ==> Reading reports [2022-05-10T04:16:09.206Z] + ./coverage.out bytes=10 [2022-05-10T04:16:09.206Z] ==> Appending adjustments [2022-05-10T04:16:09.206Z] https://docs.codecov.io/docs/fixing-reports [2022-05-10T04:16:09.466Z] + Found adjustments [2022-05-10T04:16:09.467Z] ==> Gzipping contents [2022-05-10T04:16:09.467Z] 8.0K /tmp/codecov.pBEIon.gz [2022-05-10T04:16:09.467Z] ==> Uploading reports [2022-05-10T04:16:09.467Z] url: https://codecov.io [2022-05-10T04:16:09.467Z] query: branch=PR-524&commit=3d63cb60d07f69b9fdb1233ede21c6b6edb57613&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-524%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=524&job=&cmd_args= [2022-05-10T04:16:09.467Z] -> Pinging Codecov [2022-05-10T04:16:09.467Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-524&commit=3d63cb60d07f69b9fdb1233ede21c6b6edb57613&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-524%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=524&job=&cmd_args= [2022-05-10T04:16:09.727Z] -> Uploading to [2022-05-10T04:16:09.727Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-10/FB506323287CE973F263BFD2A0EB1F37/3d63cb60d07f69b9fdb1233ede21c6b6edb57613/81797663-fb33-4ec3-b7f2-d33f50ad5fab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T041609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cdfd90fadffc692a24f90e8e60160ae43f4c62440e6a94d66d916f33c3087971 [2022-05-10T04:16:09.727Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T04:16:09.727Z] Dload Upload Total Spent Left Speed [2022-05-10T04:16:09.988Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4378 0 0 100 4378 0 18317 --:--:-- --:--:-- --:--:-- 18317 [2022-05-10T04:16:09.988Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/3d63cb60d07f69b9fdb1233ede21c6b6edb57613 [Pipeline] } [2022-05-10T04:16:10.015Z] 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:16:11.623Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives ] [2022-05-10T04:16:11.623Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives [2022-05-10T04:16:11.623Z] total 16 [2022-05-10T04:16:11.623Z] drwxr-xr-x 3 root root 4096 May 10 04:09 . [2022-05-10T04:16:11.624Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 04:09 .. [2022-05-10T04:16:11.624Z] drwxr-xr-x 2 root root 4096 May 10 04:09 cost [2022-05-10T04:16:11.624Z] -rw-r--r-- 1 root root 82 May 10 04:09 cost.csv [2022-05-10T04:16:11.624Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives [2022-05-10T04:16:11.624Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives [2022-05-10T04:16:11.624Z] total 16 [2022-05-10T04:16:11.624Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 04:09 . [2022-05-10T04:16:11.624Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 04:09 .. [2022-05-10T04:16:11.624Z] drwxr-xr-x 2 jenkins jenkins 4096 May 10 04:09 cost [2022-05-10T04:16:11.624Z] -rw-r--r-- 1 jenkins jenkins 82 May 10 04:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:16:11.947Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:16:12.845Z] ---> package-listing.sh [2022-05-10T04:16:12.845Z] ++ facter osfamily [2022-05-10T04:16:12.845Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-10T04:16:13.106Z] + OS_FAMILY=debian [2022-05-10T04:16:13.106Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-524 [2022-05-10T04:16:13.106Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-10T04:16:13.106Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-10T04:16:13.106Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-10T04:16:13.106Z] + PACKAGES=/tmp/packages_start.txt [2022-05-10T04:16:13.106Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-524 ']' [2022-05-10T04:16:13.106Z] + PACKAGES=/tmp/packages_end.txt [2022-05-10T04:16:13.106Z] + case "${OS_FAMILY}" in [2022-05-10T04:16:13.106Z] + dpkg -l [2022-05-10T04:16:13.106Z] + grep '^ii' [2022-05-10T04:16:13.106Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-10T04:16:13.106Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-10T04:16:13.106Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-10T04:16:13.106Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-524 ']' [2022-05-10T04:16:13.106Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/ [2022-05-10T04:16:13.106Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-524/archives/ [Pipeline] echo [2022-05-10T04:16:13.140Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-10T04:16:13.435Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-10T04:16:14.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T04:16:14.032Z] . [Pipeline] withDockerContainer [2022-05-10T04:16:14.136Z] prd-ubuntu20.04-docker-8c-8g-44824 does not seem to be running inside a container [2022-05-10T04:16:14.186Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-524 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524:/w/workspace/edgexfoundry_edgex-ui-go_PR-524:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-10T04:16:14.426Z] $ docker top 8051e9565d132c748cd0d2d6b5dd945a5be1695510b2f78647198796f7eb94a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T04:16:14.823Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-10T04:16:15.135Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-10T04:16:15.448Z] + ls /var/log/sa-host [2022-05-10T04:16:15.448Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T04:16:15.590Z] provisioning config files... [2022-05-10T04:16:15.600Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-524@tmp/config5414724325031644614tmp [Pipeline] { [Pipeline] echo [2022-05-10T04:16:15.649Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:16:15.975Z] ---> create-netrc.sh [Pipeline] } [2022-05-10T04:16:16.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:16:16.401Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-10T04:16:16.432Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:16:16.744Z] ---> sudo-logs.sh [2022-05-10T04:16:16.744Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-10T04:16:16.829Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:16:17.156Z] ---> job-cost.sh [2022-05-10T04:16:17.156Z] lf-activate-venv: SKIPPING [2022-05-10T04:16:17.156Z] DEBUG: total: 0.2199999988079071 [2022-05-10T04:16:17.156Z] INFO: Retrieving Stack Cost... [2022-05-10T04:16:17.416Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T04:16:17.986Z] INFO: Archiving Costs [Pipeline] echo [2022-05-10T04:16:18.024Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T04:16:18.337Z] ---> logs-deploy.sh [2022-05-10T04:16:18.337Z] lf-activate-venv: SKIPPING [2022-05-10T04:16:18.337Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-524/1 [2022-05-10T04:16:18.338Z] INFO: archiving workspace using pattern(s): [2022-05-10T04:16:19.278Z] Archives upload complete. [2022-05-10T04:16:19.278Z] INFO: archiving logs to Nexus