Pull request #480 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b+e434f5a74feb2b6c0235e74b51739bbffb9202a5 (ccdfa2fac7421282de2e8a9ccd9e88515b3714ba) Running in Durability level: MAX_SURVIVABILITY 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-ssh6876709870027716976.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a03e002eace0db65b27acd1444eb3c4392a49323 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-ssh8993123065794103042.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 a03e002eace0db65b27acd1444eb3c4392a49323 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-480/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-480/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2088384964932714495.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-480/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5781255172424914949.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a03e002eace0db65b27acd1444eb3c4392a49323 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a03e002eace0db65b27acd1444eb3c4392a49323 # timeout=10 Commit message: "Merge pull request #364 from ernestojeda/fix-folder-name" > 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-ssh7432113991733288434.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-480/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-480/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5955077136961045606.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 a03e002eace0db65b27acd1444eb3c4392a49323 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: [[centos7-docker-4c-2g, ubuntu18.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.16 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-294 in /w/workspace/edgexfoundry_edgex-ui-go_PR-480 [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-480 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/jenkins-gitclient-ssh3047634406553843013.key > 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 e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b Merge succeeded, producing 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b Checking out Revision 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b (PR-480) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/jenkins-gitclient-ssh7964182529381830012.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 > git remote # timeout=10 > 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 /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/jenkins-gitclient-ssh6775397739055333285.key > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-11-12T04:15:32.884Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-11-12T04:15:33.015Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-11-12T04:15:33.093Z] ========================================================= [2021-11-12T04:15:33.093Z] EdgeX Global Pipelines Version Info [2021-11-12T04:15:33.093Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:15:34.280Z] ------------------- [2021-11-12T04:15:34.280Z] stable info: [2021-11-12T04:15:34.280Z] ------------------- [2021-11-12T04:15:34.280Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-12T04:15:34.280Z] Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 [2021-11-12T04:15:34.280Z] Message: update stable to v1.0.213 [2021-11-12T04:15:34.852Z] ------------------- [2021-11-12T04:15:34.852Z] experimental info: [2021-11-12T04:15:34.852Z] ------------------- [2021-11-12T04:15:34.852Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-11-12T04:15:34.852Z] Commit SHA: a03e002eace0db65b27acd1444eb3c4392a49323 [2021-11-12T04:15:34.852Z] Message: update experimental to v1.0.213 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-11-12T04:15:35.078Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-11-12T04:15:35.123Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-11-12T04:15:35.165Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-11-12T04:15:35.207Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-11-12T04:15:35.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-11-12T04:15:35.276Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-11-12T04:15:35.310Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-11-12T04:15:35.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-11-12T04:15:35.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-11-12T04:15:35.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-11-12T04:15:35.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-11-12T04:15:35.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-11-12T04:15:35.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-11-12T04:15:35.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-11-12T04:15:35.584Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-11-12T04:15:35.618Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-11-12T04:15:35.657Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-11-12T04:15:35.689Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-11-12T04:15:35.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-11-12T04:15:35.758Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-11-12T04:15:35.789Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-11-12T04:15:35.830Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-11-12T04:15:35.864Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-11-12T04:15:35.905Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-11-12T04:15:35.941Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-11-12T04:15:35.979Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-11-12T04:15:36.017Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-480 [Pipeline] echo [2021-11-12T04:15:36.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-480 [Pipeline] echo [2021-11-12T04:15:36.101Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-480 [Pipeline] echo [2021-11-12T04:15:36.145Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] echo [2021-11-12T04:15:36.181Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bce8f4 [Pipeline] echo [2021-11-12T04:15:36.219Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:15:36.315Z] provisioning config files... [2021-11-12T04:15:36.334Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/config5841720900748616044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:15:36.691Z] ---> docker-login.sh [2021-11-12T04:15:36.691Z] nexus3.edgexfoundry.org:10001 [2021-11-12T04:15:36.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:36.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:36.955Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:36.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:36.955Z] [2021-11-12T04:15:36.955Z] Login Succeeded [2021-11-12T04:15:36.955Z] nexus3.edgexfoundry.org:10002 [2021-11-12T04:15:36.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:36.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:36.955Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:36.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:36.955Z] [2021-11-12T04:15:36.955Z] Login Succeeded [2021-11-12T04:15:36.955Z] nexus3.edgexfoundry.org:10003 [2021-11-12T04:15:37.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:37.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:37.217Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:37.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:37.217Z] [2021-11-12T04:15:37.217Z] Login Succeeded [2021-11-12T04:15:37.217Z] nexus3.edgexfoundry.org:10004 [2021-11-12T04:15:37.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:37.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:37.217Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:37.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:37.217Z] [2021-11-12T04:15:37.217Z] Login Succeeded [2021-11-12T04:15:37.217Z] docker.io [2021-11-12T04:15:37.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:15:37.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:15:37.747Z] Configure a credential helper to remove this warning. See [2021-11-12T04:15:37.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:15:37.747Z] [2021-11-12T04:15:37.747Z] Login Succeeded [2021-11-12T04:15:37.747Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T04:15:37.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-11-12T04:15:38.431Z] + git rev-list -1 --merges 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b~1..4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] echo [2021-11-12T04:15:38.486Z] -----------> git rev-list -1 --merges 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b~1..4bce8f467106bbffdd361c91dd0bf94f7b0edf4b 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [false] [Pipeline] sh [2021-11-12T04:15:38.801Z] + git log --format=format:%s -1 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] echo [2021-11-12T04:15:38.834Z] ========================================================= [2021-11-12T04:15:38.834Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-11-12T04:15:38.834Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-12T04:15:39.262Z] + git log --format=format:%s -1 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] echo [2021-11-12T04:15:39.295Z] [semverPrep] GIT_COMMIT: 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2 [Pipeline] echo [2021-11-12T04:15:39.324Z] [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:15:39.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T04:15:39.806Z] [2021-11-12T04:15:39.806Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:15:40.147Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T04:15:40.147Z] latest: Pulling from edgex-devops/git-semver [2021-11-12T04:15:40.147Z] a0d0a0d46f8b: Pulling fs layer [2021-11-12T04:15:40.147Z] 3e5f54012d9b: Pulling fs layer [2021-11-12T04:15:40.147Z] 4c7163046ea9: Pulling fs layer [2021-11-12T04:15:40.147Z] 0c2d73faf560: Pulling fs layer [2021-11-12T04:15:40.147Z] 0c2d73faf560: Waiting [2021-11-12T04:15:40.147Z] 3e5f54012d9b: Verifying Checksum [2021-11-12T04:15:40.147Z] 3e5f54012d9b: Download complete [2021-11-12T04:15:40.147Z] a0d0a0d46f8b: Verifying Checksum [2021-11-12T04:15:40.147Z] a0d0a0d46f8b: Download complete [2021-11-12T04:15:40.147Z] 0c2d73faf560: Verifying Checksum [2021-11-12T04:15:40.147Z] 0c2d73faf560: Download complete [2021-11-12T04:15:40.147Z] 4c7163046ea9: Verifying Checksum [2021-11-12T04:15:40.147Z] 4c7163046ea9: Download complete [2021-11-12T04:15:40.415Z] a0d0a0d46f8b: Pull complete [2021-11-12T04:15:40.415Z] 3e5f54012d9b: Pull complete [2021-11-12T04:15:40.683Z] 4c7163046ea9: Pull complete [2021-11-12T04:15:40.945Z] 0c2d73faf560: Pull complete [2021-11-12T04:15:40.945Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-11-12T04:15:40.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T04:15:40.945Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-11-12T04:15:41.036Z] prd-centos7-docker-4c-2g-294 does not seem to be running inside a container [2021-11-12T04:15:41.074Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-480 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480:/w/workspace/edgexfoundry_edgex-ui-go_PR-480:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@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:10004/edgex-devops/git-semver:latest cat [2021-11-12T04:15:41.698Z] $ docker top 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-12T04:15:41.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-12T04:15:41.863Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-12T04:15:41.985Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-12T04:15:41.988Z] $ docker exec 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 ssh-agent [2021-11-12T04:15:42.100Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgBgPDp/agent.13 [2021-11-12T04:15:42.100Z] SSH_AGENT_PID=19 [2021-11-12T04:15:42.107Z] Running ssh-add (command line suppressed) [2021-11-12T04:15:42.213Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/private_key_5268041095197403458.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/private_key_5268041095197403458.key) [2021-11-12T04:15:42.225Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-12T04:15:42.554Z] + git tag --points-at HEAD [Pipeline] } [2021-11-12T04:15:42.575Z] $ docker exec --env ******** --env ******** 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 ssh-agent -k [2021-11-12T04:15:42.687Z] unset SSH_AUTH_SOCK; [2021-11-12T04:15:42.688Z] unset SSH_AGENT_PID; [2021-11-12T04:15:42.688Z] echo Agent pid 19 killed; [2021-11-12T04:15:42.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-11-12T04:15:42.763Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-12T04:15:42.763Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-12T04:15:42.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-12T04:15:42.903Z] $ docker exec 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 ssh-agent [2021-11-12T04:15:43.020Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLgaiiK/agent.52 [2021-11-12T04:15:43.020Z] SSH_AGENT_PID=59 [2021-11-12T04:15:43.024Z] Running ssh-add (command line suppressed) [2021-11-12T04:15:43.108Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/private_key_5337585162902039087.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/private_key_5337585162902039087.key) [2021-11-12T04:15:43.121Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-12T04:15:43.459Z] + git semver init [2021-11-12T04:15:43.459Z] # -> Open(): unable to determine branch for HEAD [2021-11-12T04:15:43.459Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-480/.git [2021-11-12T04:15:43.459Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-480 [2021-11-12T04:15:43.459Z] # $SEMVER_REMOTE_NAME = origin [2021-11-12T04:15:43.459Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-12T04:15:43.459Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-12T04:15:43.459Z] # $SEMVER_BRANCH = PR-480 [2021-11-12T04:15:43.459Z] # $SEMVER_TEMP = /tmp/semver-804962898 [2021-11-12T04:15:43.459Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-11-12T04:15:46.009Z] # '/tmp/semver-804962898' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-480/.semver' [2021-11-12T04:15:46.009Z] # -> Force: false [2021-11-12T04:15:46.009Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-480/.semver [Pipeline] } [2021-11-12T04:15:46.024Z] $ docker exec --env ******** --env ******** 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 ssh-agent -k [2021-11-12T04:15:46.115Z] unset SSH_AUTH_SOCK; [2021-11-12T04:15:46.115Z] unset SSH_AGENT_PID; [2021-11-12T04:15:46.115Z] echo Agent pid 59 killed; [2021-11-12T04:15:46.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-12T04:15:46.516Z] + git semver [Pipeline] } [2021-11-12T04:15:46.541Z] $ docker stop --time=1 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 [2021-11-12T04:15:47.853Z] $ docker rm -f 3f0ae97b40ff1b5d6a99763371594c4af74ec62c915c4be5ba8ae9369551fdd3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-12T04:15:48.257Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-11-12T04:15:48.543Z] Stashed 1 file(s) [Pipeline] echo [2021-11-12T04:15:48.561Z] [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] node [Pipeline] node [2021-11-12T04:16:03.948Z] Still waiting to schedule task [2021-11-12T04:16:03.949Z] ‘prd-centos7-docker-4c-2g-297’ is offline [2021-11-12T04:16:03.977Z] Still waiting to schedule task [2021-11-12T04:16:03.977Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-295’ [2021-11-12T04:16:48.138Z] Running on prd-centos7-docker-4c-2g-298 in /w/workspace/edgexfoundry_edgex-ui-go_PR-480 [Pipeline] { [Pipeline] ws [2021-11-12T04:16:48.177Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-11-12T04:16:48.293Z] The recommended git tool is: git [2021-11-12T04:16:50.278Z] using credential edgex-jenkins-ssh [2021-11-12T04:16:50.294Z] Cloning the remote Git repository [2021-11-12T04:16:50.150Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:16:50.215Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-11-12T04:16:50.255Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:16:50.255Z] > git --version # timeout=10 [2021-11-12T04:16:50.264Z] > git --version # 'git version 2.24.4' [2021-11-12T04:16:50.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:16:50.294Z] [INFO] Currently running in a labeled security context [2021-11-12T04:16:50.294Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-12T04:16:50.295Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh4725532875051383093.key [2021-11-12T04:16:50.312Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:16:52.412Z] Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [2021-11-12T04:16:51.818Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:16:51.825Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:16:51.839Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:16:51.857Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:16:51.857Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:16:51.859Z] [INFO] Currently running in a labeled security context [2021-11-12T04:16:51.859Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-12T04:16:51.859Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh7220743802439336063.key [2021-11-12T04:16:51.874Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-12T04:16:52.425Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:16:52.435Z] > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 [2021-11-12T04:16:52.529Z] > git remote # timeout=10 [2021-11-12T04:16:52.537Z] > git config --get remote.origin.url # timeout=10 [2021-11-12T04:16:52.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:16:52.546Z] [INFO] Currently running in a labeled security context [2021-11-12T04:16:52.547Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-12T04:16:52.547Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh4465179843500282581.key [2021-11-12T04:16:52.552Z] > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 [2021-11-12T04:16:52.575Z] Merge succeeded, producing 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [2021-11-12T04:16:52.575Z] Checking out Revision 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b (PR-480) [2021-11-12T04:16:52.567Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-12T04:16:52.582Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:16:52.590Z] > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 [2021-11-12T04:16:56.227Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-11-12T04:16:56.255Z] > git --version # timeout=10 [2021-11-12T04:16:56.262Z] > git --version # 'git version 2.24.4' [2021-11-12T04:16:56.276Z] fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:16:56.859Z] provisioning config files... [2021-11-12T04:16:56.875Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8774046361926919571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:16:57.317Z] ---> docker-login.sh [2021-11-12T04:16:57.318Z] nexus3.edgexfoundry.org:10001 [2021-11-12T04:16:57.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:57.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:57.318Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:57.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:57.318Z] [2021-11-12T04:16:57.318Z] Login Succeeded [2021-11-12T04:16:57.318Z] nexus3.edgexfoundry.org:10002 [2021-11-12T04:16:57.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:57.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:57.579Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:57.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:57.579Z] [2021-11-12T04:16:57.579Z] Login Succeeded [2021-11-12T04:16:57.579Z] nexus3.edgexfoundry.org:10003 [2021-11-12T04:16:57.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:57.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:57.579Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:57.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:57.579Z] [2021-11-12T04:16:57.579Z] Login Succeeded [2021-11-12T04:16:57.579Z] nexus3.edgexfoundry.org:10004 [2021-11-12T04:16:57.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:57.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:57.838Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:57.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:57.838Z] [2021-11-12T04:16:57.838Z] Login Succeeded [2021-11-12T04:16:57.838Z] docker.io [2021-11-12T04:16:57.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:16:58.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:16:58.098Z] Configure a credential helper to remove this warning. See [2021-11-12T04:16:58.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:16:58.098Z] [2021-11-12T04:16:58.098Z] Login Succeeded [2021-11-12T04:16:58.098Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T04:16:58.137Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-12T04:16:58.380Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-12T04:16:58.422Z] ========================================================= [2021-11-12T04:16:58.422Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-11-12T04:16:58.422Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:16:58.829Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-11-12T04:16:59.109Z] Sending build context to Docker daemon 25.22MB [2021-11-12T04:16:59.109Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-12T04:16:59.109Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-12T04:16:59.109Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-11-12T04:16:59.109Z] a0d0a0d46f8b: Pulling fs layer [2021-11-12T04:16:59.109Z] 31adcdaf11c8: Pulling fs layer [2021-11-12T04:16:59.109Z] b8b176561691: Pulling fs layer [2021-11-12T04:16:59.109Z] 4527c011a84f: Pulling fs layer [2021-11-12T04:16:59.109Z] 5d74067f8e1e: Pulling fs layer [2021-11-12T04:16:59.109Z] e0aca202a116: Pulling fs layer [2021-11-12T04:16:59.109Z] 3a43be97a3b4: Pulling fs layer [2021-11-12T04:16:59.109Z] 34cad66bf833: Pulling fs layer [2021-11-12T04:16:59.109Z] b4e3c513aaa6: Pulling fs layer [2021-11-12T04:16:59.109Z] e0aca202a116: Waiting [2021-11-12T04:16:59.109Z] 3a43be97a3b4: Waiting [2021-11-12T04:16:59.109Z] 34cad66bf833: Waiting [2021-11-12T04:16:59.109Z] b4e3c513aaa6: Waiting [2021-11-12T04:16:59.109Z] 4527c011a84f: Waiting [2021-11-12T04:16:59.109Z] 5d74067f8e1e: Waiting [2021-11-12T04:16:59.109Z] b8b176561691: Verifying Checksum [2021-11-12T04:16:59.109Z] b8b176561691: Download complete [2021-11-12T04:16:59.109Z] 31adcdaf11c8: Verifying Checksum [2021-11-12T04:16:59.109Z] 31adcdaf11c8: Download complete [2021-11-12T04:16:59.109Z] 5d74067f8e1e: Verifying Checksum [2021-11-12T04:16:59.109Z] 5d74067f8e1e: Download complete [2021-11-12T04:16:59.109Z] e0aca202a116: Download complete [2021-11-12T04:16:59.109Z] a0d0a0d46f8b: Verifying Checksum [2021-11-12T04:16:59.109Z] a0d0a0d46f8b: Download complete [2021-11-12T04:16:59.109Z] 3a43be97a3b4: Verifying Checksum [2021-11-12T04:16:59.109Z] 3a43be97a3b4: Download complete [2021-11-12T04:16:59.384Z] 34cad66bf833: Verifying Checksum [2021-11-12T04:16:59.384Z] 34cad66bf833: Download complete [2021-11-12T04:16:59.655Z] a0d0a0d46f8b: Pull complete [2021-11-12T04:16:59.921Z] 4527c011a84f: Verifying Checksum [2021-11-12T04:16:59.921Z] 4527c011a84f: Download complete [2021-11-12T04:16:59.921Z] b4e3c513aaa6: Verifying Checksum [2021-11-12T04:16:59.921Z] b4e3c513aaa6: Download complete [2021-11-12T04:16:59.921Z] 31adcdaf11c8: Pull complete [2021-11-12T04:16:59.921Z] b8b176561691: Pull complete [2021-11-12T04:17:04.279Z] 4527c011a84f: Pull complete [2021-11-12T04:17:04.279Z] 5d74067f8e1e: Pull complete [2021-11-12T04:17:04.279Z] e0aca202a116: Pull complete [2021-11-12T04:17:04.279Z] 3a43be97a3b4: Pull complete [2021-11-12T04:17:04.279Z] 34cad66bf833: Pull complete [2021-11-12T04:17:06.832Z] b4e3c513aaa6: Pull complete [2021-11-12T04:17:06.832Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-11-12T04:17:06.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-12T04:17:06.832Z] ---> 9f6097aaca64 [2021-11-12T04:17:06.832Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-12T04:17:08.218Z] ---> Running in d33311cdd02a [2021-11-12T04:17:08.476Z] Removing intermediate container d33311cdd02a [2021-11-12T04:17:08.476Z] ---> 697647ace769 [2021-11-12T04:17:08.476Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-12T04:17:08.476Z] ---> Running in 2311599b0df3 [2021-11-12T04:17:08.476Z] Removing intermediate container 2311599b0df3 [2021-11-12T04:17:08.476Z] ---> 109f6488d700 [2021-11-12T04:17:08.476Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-12T04:17:08.476Z] ---> Running in 1887f17638f0 [2021-11-12T04:17:08.476Z] Removing intermediate container 1887f17638f0 [2021-11-12T04:17:08.476Z] ---> d9bcfe655507 [2021-11-12T04:17:08.476Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-12T04:17:08.736Z] ---> Running in 3ce00331d72a [2021-11-12T04:17:08.736Z] Removing intermediate container 3ce00331d72a [2021-11-12T04:17:08.736Z] ---> 265a2335aff4 [2021-11-12T04:17:08.736Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-12T04:17:08.736Z] ---> Running in 859a2eee3871 [2021-11-12T04:17:08.736Z] Removing intermediate container 859a2eee3871 [2021-11-12T04:17:08.736Z] ---> f3da69b8d57b [2021-11-12T04:17:08.736Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-12T04:17:08.736Z] ---> Running in 527c82a37e83 [2021-11-12T04:17:09.307Z] Removing intermediate container 527c82a37e83 [2021-11-12T04:17:09.307Z] ---> 360b3cc8ce04 [2021-11-12T04:17:09.307Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-12T04:17:09.307Z] ---> Running in 7802473a9e0b [2021-11-12T04:17:09.567Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-12T04:17:10.509Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-12T04:17:10.769Z] OK: 220 MiB in 52 packages [2021-11-12T04:17:11.029Z] Removing intermediate container 7802473a9e0b [2021-11-12T04:17:11.029Z] ---> dc00274c75a4 [2021-11-12T04:17:11.029Z] Step 10/14 : ENV GO111MODULE=on [2021-11-12T04:17:11.029Z] ---> Running in 627e5f30f5c5 [2021-11-12T04:17:11.029Z] Removing intermediate container 627e5f30f5c5 [2021-11-12T04:17:11.029Z] ---> b4385ec4e00b [2021-11-12T04:17:11.029Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-12T04:17:11.305Z] ---> Running in 7d7a96abfc90 [2021-11-12T04:17:11.305Z] Removing intermediate container 7d7a96abfc90 [2021-11-12T04:17:11.305Z] ---> 8dbcc030eeed [2021-11-12T04:17:11.305Z] Step 12/14 : COPY . . [2021-11-12T04:17:12.251Z] ---> bf428c89fb5d [2021-11-12T04:17:12.251Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-12T04:17:12.517Z] ---> Running in e0ffac2b66cb [2021-11-12T04:17:24.747Z] Removing intermediate container e0ffac2b66cb [2021-11-12T04:17:24.747Z] ---> c503ba5c841e [2021-11-12T04:17:24.747Z] Step 14/14 : RUN ${MAKE} [2021-11-12T04:17:24.747Z] ---> Running in 9b360fd0cf60 [2021-11-12T04:17:24.747Z] noop [2021-11-12T04:17:24.747Z] Removing intermediate container 9b360fd0cf60 [2021-11-12T04:17:24.747Z] ---> 38a90bfab543 [2021-11-12T04:17:24.747Z] Successfully built 38a90bfab543 [2021-11-12T04:17:24.747Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:25.076Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-12T04:17:25.076Z] . [Pipeline] withDockerContainer [2021-11-12T04:17:25.158Z] prd-centos7-docker-4c-2g-298 does not seem to be running inside a container [2021-11-12T04:17:25.196Z] $ 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 ******** ci-base-image-x86_64 cat [2021-11-12T04:17:25.586Z] $ docker top 8e6af8767e48d42c9535c5162a4f5847b0fc503db5e46a0af65b6ba52ae273c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T04:17:26.003Z] + go version [2021-11-12T04:17:26.003Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-11-12T04:17:26.032Z] $ docker stop --time=1 8e6af8767e48d42c9535c5162a4f5847b0fc503db5e46a0af65b6ba52ae273c4 [2021-11-12T04:17:27.202Z] $ docker rm -f 8e6af8767e48d42c9535c5162a4f5847b0fc503db5e46a0af65b6ba52ae273c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:27.880Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-12T04:17:27.880Z] . [Pipeline] withDockerContainer [2021-11-12T04:17:27.976Z] prd-centos7-docker-4c-2g-298 does not seem to be running inside a container [2021-11-12T04:17:28.020Z] $ 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 ******** ci-base-image-x86_64 cat [2021-11-12T04:17:28.370Z] $ docker top 95d30eb2e178ad16a9fdb9033e6117b93b473897d67b579d8fdf611f36a74dc4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-12T04:17:28.801Z] + make test [2021-11-12T04:17:28.801Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-12T04:17:29.068Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-11-12T04:17:41.459Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-11-12T04:17:41.459Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-11-12T04:17:48.093Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-12T04:17:48.093Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } [2021-11-12T04:17:48.122Z] $ docker stop --time=1 95d30eb2e178ad16a9fdb9033e6117b93b473897d67b579d8fdf611f36a74dc4 [2021-11-12T04:17:49.536Z] $ docker rm -f 95d30eb2e178ad16a9fdb9033e6117b93b473897d67b579d8fdf611f36a74dc4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-12T04:17:49.961Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-11-12T04:17:50.173Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-11-12T04:17:51.540Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-11-12T04:17:51.853Z] + ls -al . [2021-11-12T04:17:51.853Z] total 88 [2021-11-12T04:17:51.853Z] drwxrwxr-x. 12 jenkins jenkins 4096 Nov 12 04:17 . [2021-11-12T04:17:51.853Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 12 04:16 .. [2021-11-12T04:17:51.853Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 04:16 assets [2021-11-12T04:17:51.853Z] drwxrwxr-x. 2 jenkins jenkins 66 Nov 12 04:16 bin [2021-11-12T04:17:51.853Z] drwxrwxr-x. 3 jenkins jenkins 29 Nov 12 04:16 cmd [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 3959 Nov 12 04:16 CONTRIBUTING.md [2021-11-12T04:17:51.853Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 12 04:17 coverage.out [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 1526 Nov 12 04:16 Dockerfile [2021-11-12T04:17:51.853Z] drwxrwxr-x. 2 jenkins jenkins 23 Nov 12 04:16 docs [2021-11-12T04:17:51.853Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 12 04:16 .git [2021-11-12T04:17:51.853Z] drwxrwxr-x. 2 jenkins jenkins 103 Nov 12 04:16 .github [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 12 04:16 .gitignore [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 881 Nov 12 04:16 go.mod [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 23990 Nov 12 04:16 go.sum [2021-11-12T04:17:51.853Z] drwxrwxr-x. 9 jenkins jenkins 125 Nov 12 04:16 internal [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 652 Nov 12 04:16 Jenkinsfile [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 11357 Nov 12 04:16 LICENSE [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 1212 Nov 12 04:16 Makefile [2021-11-12T04:17:51.853Z] drwxrwxr-x. 3 jenkins jenkins 19 Nov 12 04:16 pkg [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 4450 Nov 12 04:16 README.md [2021-11-12T04:17:51.853Z] drwxrwxr-x. 4 jenkins jenkins 71 Nov 12 04:16 snap [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 12 04:15 VERSION [2021-11-12T04:17:51.853Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 12 04:16 version.go [2021-11-12T04:17:51.853Z] drwxrwxr-x. 4 jenkins jenkins 4096 Nov 12 04:16 web [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:17:52.180Z] + 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=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b --label arch=amd64 --label version=0.0.0 . [2021-11-12T04:17:52.443Z] Sending build context to Docker daemon 25.22MB [2021-11-12T04:17:52.443Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.14 [2021-11-12T04:17:52.443Z] Step 2/22 : FROM ${BASE} AS builder [2021-11-12T04:17:52.443Z] ---> 38a90bfab543 [2021-11-12T04:17:52.443Z] Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-12T04:17:52.443Z] ---> Running in 7ac3a6984f94 [2021-11-12T04:17:52.703Z] Removing intermediate container 7ac3a6984f94 [2021-11-12T04:17:52.703Z] ---> e8c5729c3bf1 [2021-11-12T04:17:52.703Z] Step 4/22 : ARG ALPINE_PKG_BASE="make git" [2021-11-12T04:17:52.703Z] ---> Running in 9b35a326cdfa [2021-11-12T04:17:52.703Z] Removing intermediate container 9b35a326cdfa [2021-11-12T04:17:52.703Z] ---> 1831ed47da61 [2021-11-12T04:17:52.703Z] Step 5/22 : ARG ALPINE_PKG_EXTRA="" [2021-11-12T04:17:52.703Z] ---> Running in 6d72e912fadb [2021-11-12T04:17:52.966Z] Removing intermediate container 6d72e912fadb [2021-11-12T04:17:52.966Z] ---> 9861640c6603 [2021-11-12T04:17:52.966Z] Step 6/22 : LABEL Name=edgex-ui-go [2021-11-12T04:17:52.967Z] ---> Running in 693b24e92fe6 [2021-11-12T04:17:52.967Z] Removing intermediate container 693b24e92fe6 [2021-11-12T04:17:52.967Z] ---> b321ed3e8e42 [2021-11-12T04:17:52.967Z] Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-12T04:17:52.967Z] ---> Running in ab2ed2ae03c0 [2021-11-12T04:17:52.967Z] Removing intermediate container ab2ed2ae03c0 [2021-11-12T04:17:52.967Z] ---> c5a6e35d0cb4 [2021-11-12T04:17:52.967Z] Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-12T04:17:52.967Z] ---> Running in 040998f149ed [2021-11-12T04:17:53.545Z] Removing intermediate container 040998f149ed [2021-11-12T04:17:53.545Z] ---> e36ac19fe7f6 [2021-11-12T04:17:53.545Z] Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-12T04:17:53.545Z] ---> Running in 7cb9da926b61 [2021-11-12T04:17:53.808Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-12T04:17:54.754Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-12T04:17:55.014Z] OK: 220 MiB in 52 packages [2021-11-12T04:17:55.275Z] Removing intermediate container 7cb9da926b61 [2021-11-12T04:17:55.275Z] ---> f78d75c0d7ed [2021-11-12T04:17:55.275Z] Step 10/22 : ENV GO111MODULE=on [2021-11-12T04:17:55.275Z] ---> Running in 1f70ad59097c [2021-11-12T04:17:55.275Z] Removing intermediate container 1f70ad59097c [2021-11-12T04:17:55.275Z] ---> ac6d68fc427b [2021-11-12T04:17:55.275Z] Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-12T04:17:55.275Z] ---> Running in cecf10f081fa [2021-11-12T04:17:55.275Z] Removing intermediate container cecf10f081fa [2021-11-12T04:17:55.275Z] ---> c4f013b2427f [2021-11-12T04:17:55.275Z] Step 12/22 : COPY . . [2021-11-12T04:17:56.666Z] ---> e0f88db99be9 [2021-11-12T04:17:56.666Z] Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-12T04:17:56.666Z] ---> Running in 583087e9dd54 [2021-11-12T04:17:57.610Z] Removing intermediate container 583087e9dd54 [2021-11-12T04:17:57.610Z] ---> d26f69eac4bf [2021-11-12T04:17:57.610Z] Step 14/22 : RUN ${MAKE} [2021-11-12T04:17:57.610Z] ---> Running in ed36945952bf [2021-11-12T04:17:57.610Z] 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 [2021-11-12T04:18:03.911Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-300 in /w/workspace/edgexfoundry_edgex-ui-go_PR-480 [Pipeline] { [Pipeline] ws [2021-11-12T04:18:03.950Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-11-12T04:18:04.204Z] The recommended git tool is: git [2021-11-12T04:18:05.868Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-11-12T04:18:09.178Z] Removing intermediate container ed36945952bf [2021-11-12T04:18:09.178Z] ---> 541ef74ea89b [2021-11-12T04:18:09.178Z] Step 15/22 : FROM alpine:3.14 [2021-11-12T04:18:10.026Z] using credential edgex-jenkins-ssh [2021-11-12T04:18:10.046Z] Cloning the remote Git repository [2021-11-12T04:18:10.108Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:18:10.222Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-11-12T04:18:10.318Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:18:10.318Z] > git --version # timeout=10 [2021-11-12T04:18:10.334Z] > git --version # 'git version 2.17.1' [2021-11-12T04:18:10.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:18:10.415Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:18:12.473Z] 3.14: Pulling from library/alpine [2021-11-12T04:18:12.473Z] a0d0a0d46f8b: Already exists [2021-11-12T04:18:12.732Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-12T04:18:12.732Z] Status: Downloaded newer image for alpine:3.14 [2021-11-12T04:18:12.732Z] ---> 14119a10abf4 [2021-11-12T04:18:12.732Z] Step 16/22 : EXPOSE 4000 [2021-11-12T04:18:12.732Z] ---> Running in 9bc3debb2413 [2021-11-12T04:18:12.998Z] Removing intermediate container 9bc3debb2413 [2021-11-12T04:18:12.998Z] ---> 8f0302b1d89e [2021-11-12T04:18:12.998Z] Step 17/22 : 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 [2021-11-12T04:18:13.265Z] ---> 3212404fb8ed [2021-11-12T04:18:13.265Z] Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-11-12T04:18:13.523Z] ---> Running in 19f9c330a60b [2021-11-12T04:18:13.523Z] Removing intermediate container 19f9c330a60b [2021-11-12T04:18:13.523Z] ---> 223cd1c31a31 [2021-11-12T04:18:13.523Z] Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-11-12T04:18:13.523Z] ---> Running in 868d8f0274d0 [2021-11-12T04:18:13.523Z] Removing intermediate container 868d8f0274d0 [2021-11-12T04:18:13.523Z] ---> d2f158f2161e [2021-11-12T04:18:13.523Z] Step 20/22 : LABEL arch=amd64 [2021-11-12T04:18:13.784Z] ---> Running in 59fd3f99206b [2021-11-12T04:18:13.784Z] Removing intermediate container 59fd3f99206b [2021-11-12T04:18:13.784Z] ---> 3db7a243a63d [2021-11-12T04:18:13.784Z] Step 21/22 : LABEL git_sha=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [2021-11-12T04:18:13.784Z] ---> Running in 547cb5bd8076 [2021-11-12T04:18:13.966Z] Merging remotes/origin/main commit e434f5a74feb2b6c0235e74b51739bbffb9202a5 into PR head commit 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [2021-11-12T04:18:14.048Z] Removing intermediate container 547cb5bd8076 [2021-11-12T04:18:14.048Z] ---> 77722b865d29 [2021-11-12T04:18:14.048Z] Step 22/22 : LABEL version=0.0.0 [2021-11-12T04:18:14.048Z] ---> Running in 5ce364791cc5 [2021-11-12T04:18:14.048Z] Removing intermediate container 5ce364791cc5 [2021-11-12T04:18:14.048Z] ---> e93ec3dad079 [2021-11-12T04:18:14.048Z] [Warning] One or more build-args [ARCH] were not consumed [2021-11-12T04:18:14.048Z] Successfully built e93ec3dad079 [2021-11-12T04:18:14.048Z] 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 [2021-11-12T04:18:14.392Z] Merge succeeded, producing 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [2021-11-12T04:18:14.392Z] Checking out Revision 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b (PR-480) [Pipeline] } [2021-11-12T04:18:13.264Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:18:13.284Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T04:18:13.306Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-12T04:18:13.344Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-12T04:18:13.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:18:13.358Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/480/head:refs/remotes/origin/PR-480 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-12T04:18:13.989Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T04:18:14.001Z] > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 [2021-11-12T04:18:14.310Z] > git remote # timeout=10 [2021-11-12T04:18:14.329Z] > git config --get remote.origin.url # timeout=10 [2021-11-12T04:18:14.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T04:18:14.358Z] > git merge e434f5a74feb2b6c0235e74b51739bbffb9202a5 # timeout=10 [2021-11-12T04:18:14.379Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-12T04:18:14.403Z] > git config core.sparsecheckout # timeout=10 [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:18:14.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:18:14.856Z] [2021-11-12T04:18:14.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:18:15.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:18:15.191Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-12T04:18:15.191Z] b4d181a07f80: Pulling fs layer [2021-11-12T04:18:15.191Z] a1111a8f2ec3: Pulling fs layer [2021-11-12T04:18:15.191Z] ed53099fbce6: Pulling fs layer [2021-11-12T04:18:15.191Z] dc539afda2c1: Pulling fs layer [2021-11-12T04:18:15.191Z] 77bc0d833cb6: Pulling fs layer [2021-11-12T04:18:15.191Z] 9065ff56babe: Pulling fs layer [2021-11-12T04:18:15.191Z] d287ab97295c: Pulling fs layer [2021-11-12T04:18:15.191Z] dc539afda2c1: Waiting [2021-11-12T04:18:15.191Z] 77bc0d833cb6: Waiting [2021-11-12T04:18:15.191Z] 9065ff56babe: Waiting [2021-11-12T04:18:15.191Z] d287ab97295c: Waiting [2021-11-12T04:18:15.191Z] a1111a8f2ec3: Verifying Checksum [2021-11-12T04:18:15.191Z] a1111a8f2ec3: Download complete [2021-11-12T04:18:15.191Z] dc539afda2c1: Verifying Checksum [2021-11-12T04:18:15.191Z] dc539afda2c1: Download complete [2021-11-12T04:18:15.465Z] ed53099fbce6: Verifying Checksum [2021-11-12T04:18:15.465Z] ed53099fbce6: Download complete [2021-11-12T04:18:15.465Z] 77bc0d833cb6: Verifying Checksum [2021-11-12T04:18:15.465Z] 77bc0d833cb6: Download complete [2021-11-12T04:18:15.465Z] 9065ff56babe: Verifying Checksum [2021-11-12T04:18:15.465Z] 9065ff56babe: Download complete [2021-11-12T04:18:15.465Z] b4d181a07f80: Verifying Checksum [2021-11-12T04:18:15.465Z] b4d181a07f80: Download complete [2021-11-12T04:18:14.413Z] > git checkout -f 4bce8f467106bbffdd361c91dd0bf94f7b0edf4b # timeout=10 [2021-11-12T04:18:16.038Z] d287ab97295c: Verifying Checksum [2021-11-12T04:18:16.038Z] d287ab97295c: Download complete [2021-11-12T04:18:16.988Z] b4d181a07f80: Pull complete [2021-11-12T04:18:16.988Z] a1111a8f2ec3: Pull complete [2021-11-12T04:18:17.565Z] ed53099fbce6: Pull complete [2021-11-12T04:18:17.565Z] dc539afda2c1: Pull complete [2021-11-12T04:18:17.824Z] 77bc0d833cb6: Pull complete [2021-11-12T04:18:17.824Z] 9065ff56babe: Pull complete [2021-11-12T04:18:18.914Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-11-12T04:18:18.969Z] > git --version # timeout=10 [2021-11-12T04:18:18.978Z] > git --version # 'git version 2.17.1' [2021-11-12T04:18:18.989Z] fatal: bad object a03e002eace0db65b27acd1444eb3c4392a49323 [2021-11-12T04:18:19.280Z] [2021-11-12T04:18:19.280Z] GitHub has been notified of this commit’s build result [2021-11-12T04:18:19.280Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-12T04:18:19.971Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-11-12T04:18:19.971Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-12T04:18:19.971Z] Dload Upload Total Spent Left Speed [2021-11-12T04:18:19.971Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 235k 0 --:--:-- --:--:-- --:--:-- 240k [Pipeline] sh [2021-11-12T04:18:20.379Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-11-12T04:18:20.735Z] + sudo tee /etc/docker/daemon.new [2021-11-12T04:18:20.736Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-11-12T04:18:20.736Z] { [2021-11-12T04:18:20.736Z] "registry-mirrors": [ [2021-11-12T04:18:20.736Z] "https://nexus3.edgexfoundry.org:10001" [2021-11-12T04:18:20.736Z] ], [2021-11-12T04:18:20.736Z] "bip": "10.250.0.254/24", [2021-11-12T04:18:20.736Z] "hosts": [ [2021-11-12T04:18:20.736Z] "tcp://0.0.0.0:5555", [2021-11-12T04:18:20.736Z] "unix:///var/run/docker.sock" [2021-11-12T04:18:20.736Z] ], [2021-11-12T04:18:20.736Z] "mtu": 1458, [2021-11-12T04:18:20.736Z] "selinux-enabled": true, [2021-11-12T04:18:20.736Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-11-12T04:18:20.736Z] } [Pipeline] sh [2021-11-12T04:18:21.091Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-11-12T04:18:21.446Z] + sudo service docker restart [2021-11-12T04:18:23.144Z] d287ab97295c: Pull complete [2021-11-12T04:18:23.144Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-12T04:18:23.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:18:23.144Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-12T04:18:23.234Z] prd-centos7-docker-4c-2g-298 does not seem to be running inside a container [2021-11-12T04:18:23.279Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-11-12T04:18:25.978Z] $ docker top da4cc7f5ab49f0b6142fb8f4edd34ddc7086fab4046061f62e0577969ab110de -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:18:26.413Z] ---> job-cost.sh [2021-11-12T04:18:26.413Z] lf-activate-venv: SKIPPING [2021-11-12T04:18:26.413Z] INFO: No Stack... [2021-11-12T04:18:26.672Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-12T04:18:26.933Z] INFO: Archiving Costs [Pipeline] sh [2021-11-12T04:18:27.255Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-11-12T04:18:27.255Z] + cut -d, -f6 [Pipeline] lock [2021-11-12T04:18:27.310Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [2021-11-12T04:18:27.315Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] did not exist. Created. [2021-11-12T04:18:27.315Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-12T04:18:27.694Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-11-12T04:18:27.755Z] Stashed 1 file(s) [Pipeline] } [2021-11-12T04:18:27.770Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-12T04:18:27.838Z] $ docker stop --time=1 da4cc7f5ab49f0b6142fb8f4edd34ddc7086fab4046061f62e0577969ab110de [2021-11-12T04:18:28.981Z] $ docker rm -f da4cc7f5ab49f0b6142fb8f4edd34ddc7086fab4046061f62e0577969ab110de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:18:39.893Z] provisioning config files... [2021-11-12T04:18:39.917Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4370998112018317349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:18:40.308Z] ---> docker-login.sh [2021-11-12T04:18:40.308Z] nexus3.edgexfoundry.org:10001 [2021-11-12T04:18:40.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:18:41.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:18:41.178Z] Configure a credential helper to remove this warning. See [2021-11-12T04:18:41.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:18:41.178Z] [2021-11-12T04:18:41.178Z] Login Succeeded [2021-11-12T04:18:41.178Z] nexus3.edgexfoundry.org:10002 [2021-11-12T04:18:41.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:18:41.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:18:41.772Z] Configure a credential helper to remove this warning. See [2021-11-12T04:18:41.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:18:41.772Z] [2021-11-12T04:18:41.772Z] Login Succeeded [2021-11-12T04:18:41.772Z] nexus3.edgexfoundry.org:10003 [2021-11-12T04:18:42.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:18:42.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:18:42.370Z] Configure a credential helper to remove this warning. See [2021-11-12T04:18:42.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:18:42.370Z] [2021-11-12T04:18:42.370Z] Login Succeeded [2021-11-12T04:18:42.370Z] nexus3.edgexfoundry.org:10004 [2021-11-12T04:18:42.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:18:42.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:18:42.916Z] Configure a credential helper to remove this warning. See [2021-11-12T04:18:42.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:18:42.916Z] [2021-11-12T04:18:42.916Z] Login Succeeded [2021-11-12T04:18:42.916Z] docker.io [2021-11-12T04:18:43.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T04:18:43.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T04:18:43.782Z] Configure a credential helper to remove this warning. See [2021-11-12T04:18:43.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T04:18:43.782Z] [2021-11-12T04:18:43.782Z] Login Succeeded [2021-11-12T04:18:43.782Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T04:18:43.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-12T04:18:44.355Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-12T04:18:44.386Z] ========================================================= [2021-11-12T04:18:44.386Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-11-12T04:18:44.386Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:18:44.831Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-11-12T04:18:45.827Z] Sending build context to Docker daemon 25.22MB [2021-11-12T04:18:45.827Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-12T04:18:45.827Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-12T04:18:45.827Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-11-12T04:18:45.827Z] 552d1f2373af: Pulling fs layer [2021-11-12T04:18:45.827Z] ea3f2d53f512: Pulling fs layer [2021-11-12T04:18:45.827Z] 9e70ebbbe112: Pulling fs layer [2021-11-12T04:18:45.827Z] 7a9cfe048b4a: Pulling fs layer [2021-11-12T04:18:45.827Z] 72dc09318566: Pulling fs layer [2021-11-12T04:18:45.827Z] f4f7b4309257: Pulling fs layer [2021-11-12T04:18:45.827Z] 0ac9a79272e3: Pulling fs layer [2021-11-12T04:18:45.827Z] b78e95d17946: Pulling fs layer [2021-11-12T04:18:45.827Z] 7a9cfe048b4a: Waiting [2021-11-12T04:18:45.827Z] 72dc09318566: Waiting [2021-11-12T04:18:45.827Z] f4f7b4309257: Waiting [2021-11-12T04:18:45.827Z] 0ac9a79272e3: Waiting [2021-11-12T04:18:45.827Z] b78e95d17946: Waiting [2021-11-12T04:18:45.827Z] 9e70ebbbe112: Download complete [2021-11-12T04:18:45.827Z] ea3f2d53f512: Download complete [2021-11-12T04:18:46.105Z] 72dc09318566: Verifying Checksum [2021-11-12T04:18:46.105Z] 72dc09318566: Download complete [2021-11-12T04:18:46.105Z] f4f7b4309257: Verifying Checksum [2021-11-12T04:18:46.105Z] f4f7b4309257: Download complete [2021-11-12T04:18:46.105Z] 0ac9a79272e3: Verifying Checksum [2021-11-12T04:18:46.105Z] 0ac9a79272e3: Download complete [2021-11-12T04:18:46.105Z] 552d1f2373af: Download complete [2021-11-12T04:18:46.724Z] 552d1f2373af: Pull complete [2021-11-12T04:18:47.330Z] ea3f2d53f512: Pull complete [2021-11-12T04:18:47.934Z] 9e70ebbbe112: Pull complete [2021-11-12T04:18:47.934Z] b78e95d17946: Verifying Checksum [2021-11-12T04:18:47.934Z] b78e95d17946: Download complete [2021-11-12T04:18:48.531Z] 7a9cfe048b4a: Verifying Checksum [2021-11-12T04:18:48.531Z] 7a9cfe048b4a: Download complete [2021-11-12T04:18:58.675Z] 7a9cfe048b4a: Pull complete [2021-11-12T04:18:58.675Z] 72dc09318566: Pull complete [2021-11-12T04:18:58.675Z] f4f7b4309257: Pull complete [2021-11-12T04:18:58.946Z] 0ac9a79272e3: Pull complete [2021-11-12T04:19:04.347Z] b78e95d17946: Pull complete [2021-11-12T04:19:04.347Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-11-12T04:19:04.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-12T04:19:04.347Z] ---> 8b459fc5aaf0 [2021-11-12T04:19:04.347Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-12T04:19:05.782Z] ---> Running in 670527d84b80 [2021-11-12T04:19:06.056Z] Removing intermediate container 670527d84b80 [2021-11-12T04:19:06.056Z] ---> cb015d9265f7 [2021-11-12T04:19:06.056Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-12T04:19:06.056Z] ---> Running in a545584c4fb4 [2021-11-12T04:19:06.652Z] Removing intermediate container a545584c4fb4 [2021-11-12T04:19:06.652Z] ---> dedee8d85985 [2021-11-12T04:19:06.652Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-12T04:19:06.652Z] ---> Running in 9cb894b94bfa [2021-11-12T04:19:07.249Z] Removing intermediate container 9cb894b94bfa [2021-11-12T04:19:07.249Z] ---> 671ee8cf40f2 [2021-11-12T04:19:07.249Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-12T04:19:07.249Z] ---> Running in 5f8b84bd6544 [2021-11-12T04:19:07.844Z] Removing intermediate container 5f8b84bd6544 [2021-11-12T04:19:07.844Z] ---> c9740f18cb24 [2021-11-12T04:19:07.844Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-12T04:19:07.844Z] ---> Running in c8b03b076530 [2021-11-12T04:19:08.442Z] Removing intermediate container c8b03b076530 [2021-11-12T04:19:08.442Z] ---> f592aba656bb [2021-11-12T04:19:08.442Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-12T04:19:08.442Z] ---> Running in 4e1d9d90e531 [2021-11-12T04:19:10.416Z] Removing intermediate container 4e1d9d90e531 [2021-11-12T04:19:10.416Z] ---> 3f24e0cc4439 [2021-11-12T04:19:10.416Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-12T04:19:10.691Z] ---> Running in 6a72bea87e92 [2021-11-12T04:19:11.673Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-12T04:19:12.647Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-12T04:19:13.242Z] OK: 219 MiB in 52 packages [2021-11-12T04:19:14.237Z] Removing intermediate container 6a72bea87e92 [2021-11-12T04:19:14.237Z] ---> c10c23ed8fc2 [2021-11-12T04:19:14.237Z] Step 10/14 : ENV GO111MODULE=on [2021-11-12T04:19:14.237Z] ---> Running in eaa582cea79a [2021-11-12T04:19:14.849Z] Removing intermediate container eaa582cea79a [2021-11-12T04:19:14.849Z] ---> ea3e7666ce81 [2021-11-12T04:19:14.849Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-12T04:19:14.849Z] ---> Running in 876b289b4f91 [2021-11-12T04:19:15.443Z] Removing intermediate container 876b289b4f91 [2021-11-12T04:19:15.443Z] ---> 93f6174fc478 [2021-11-12T04:19:15.443Z] Step 12/14 : COPY . . [2021-11-12T04:19:18.067Z] ---> a46daafe5734 [2021-11-12T04:19:18.068Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-12T04:19:18.068Z] ---> Running in 039fe89cb259 [2021-11-12T04:19:44.875Z] Removing intermediate container 039fe89cb259 [2021-11-12T04:19:44.875Z] ---> 5212172a3f5a [2021-11-12T04:19:44.875Z] Step 14/14 : RUN ${MAKE} [2021-11-12T04:19:44.875Z] ---> Running in 3f7cee80facd [2021-11-12T04:19:44.875Z] noop [2021-11-12T04:19:44.875Z] Removing intermediate container 3f7cee80facd [2021-11-12T04:19:44.875Z] ---> 5309de2c2c6c [2021-11-12T04:19:44.875Z] Successfully built 5309de2c2c6c [2021-11-12T04:19:44.875Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:19:45.243Z] + docker inspect -f . ci-base-image-arm64 [2021-11-12T04:19:45.243Z] . [Pipeline] withDockerContainer [2021-11-12T04:19:45.521Z] prd-ubuntu18.04-docker-arm64-4c-16g-300 does not seem to be running inside a container [2021-11-12T04:19:45.608Z] $ 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 [2021-11-12T04:19:47.137Z] $ docker top 398c8a80bca0575dff7b8478fb18506f28232b836ca4f2c333f2807ebe3589dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T04:19:48.141Z] + go version [2021-11-12T04:19:48.141Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-11-12T04:19:48.173Z] $ docker stop --time=1 398c8a80bca0575dff7b8478fb18506f28232b836ca4f2c333f2807ebe3589dc [2021-11-12T04:19:49.908Z] $ docker rm -f 398c8a80bca0575dff7b8478fb18506f28232b836ca4f2c333f2807ebe3589dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:19:50.889Z] + docker inspect -f . ci-base-image-arm64 [2021-11-12T04:19:50.889Z] . [Pipeline] withDockerContainer [2021-11-12T04:19:51.155Z] prd-ubuntu18.04-docker-arm64-4c-16g-300 does not seem to be running inside a container [2021-11-12T04:19:51.235Z] $ 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 [2021-11-12T04:19:52.747Z] $ docker top 7da3030d3c04ebcbc980804f13bb16a60255f21a37c47eed0a1f47f8685e3e0e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-12T04:19:53.788Z] + make test [2021-11-12T04:19:53.788Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-12T04:19:54.772Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-11-12T04:20:41.811Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-11-12T04:20:41.811Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-11-12T04:20:56.921Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-12T04:20:56.921Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } [2021-11-12T04:20:56.954Z] $ docker stop --time=1 7da3030d3c04ebcbc980804f13bb16a60255f21a37c47eed0a1f47f8685e3e0e [2021-11-12T04:20:58.707Z] $ docker rm -f 7da3030d3c04ebcbc980804f13bb16a60255f21a37c47eed0a1f47f8685e3e0e [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-12T04:20:59.506Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-11-12T04:20:59.539Z] Warning: overwriting stash ‘coverage-report’ [2021-11-12T04:21:00.046Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-12T04:21:00.767Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-11-12T04:21:01.117Z] + ls -al . [2021-11-12T04:21:01.117Z] total 128 [2021-11-12T04:21:01.117Z] drwxrwxr-x 12 jenkins jenkins 4096 Nov 12 04:19 . [2021-11-12T04:21:01.117Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 04:18 .. [2021-11-12T04:21:01.117Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 04:18 .git [2021-11-12T04:21:01.117Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 04:18 .github [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 12 04:18 .gitignore [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 12 04:18 CONTRIBUTING.md [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 1526 Nov 12 04:18 Dockerfile [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 12 04:18 Jenkinsfile [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 12 04:18 LICENSE [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 1212 Nov 12 04:18 Makefile [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 4450 Nov 12 04:18 README.md [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 12 04:15 VERSION [2021-11-12T04:21:01.117Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 04:18 assets [2021-11-12T04:21:01.117Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 04:18 bin [2021-11-12T04:21:01.117Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 04:18 cmd [2021-11-12T04:21:01.117Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 12 04:19 coverage.out [2021-11-12T04:21:01.117Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 04:18 docs [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 881 Nov 12 04:18 go.mod [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 23990 Nov 12 04:18 go.sum [2021-11-12T04:21:01.117Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 12 04:18 internal [2021-11-12T04:21:01.117Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 04:18 pkg [2021-11-12T04:21:01.117Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 04:18 snap [2021-11-12T04:21:01.117Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 12 04:18 version.go [2021-11-12T04:21:01.117Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 04:18 web [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:21:01.476Z] + 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=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b --label arch=arm64 --label version=0.0.0 . [2021-11-12T04:21:02.450Z] Sending build context to Docker daemon 25.22MB [2021-11-12T04:21:02.450Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.14 [2021-11-12T04:21:02.450Z] Step 2/22 : FROM ${BASE} AS builder [2021-11-12T04:21:02.450Z] ---> 5309de2c2c6c [2021-11-12T04:21:02.450Z] Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-12T04:21:02.722Z] ---> Running in 0ed3347ddcec [2021-11-12T04:21:02.994Z] Removing intermediate container 0ed3347ddcec [2021-11-12T04:21:02.994Z] ---> 20a1fa2b9fac [2021-11-12T04:21:02.994Z] Step 4/22 : ARG ALPINE_PKG_BASE="make git" [2021-11-12T04:21:02.994Z] ---> Running in 88a16d7fbd15 [2021-11-12T04:21:03.585Z] Removing intermediate container 88a16d7fbd15 [2021-11-12T04:21:03.585Z] ---> 8b88be0935c2 [2021-11-12T04:21:03.585Z] Step 5/22 : ARG ALPINE_PKG_EXTRA="" [2021-11-12T04:21:03.585Z] ---> Running in a2849fdb69fe [2021-11-12T04:21:03.856Z] Removing intermediate container a2849fdb69fe [2021-11-12T04:21:03.856Z] ---> 15481e4bc1d6 [2021-11-12T04:21:03.856Z] Step 6/22 : LABEL Name=edgex-ui-go [2021-11-12T04:21:04.127Z] ---> Running in 313db8c00938 [2021-11-12T04:21:04.452Z] Removing intermediate container 313db8c00938 [2021-11-12T04:21:04.452Z] ---> 2552e44f77fa [2021-11-12T04:21:04.452Z] Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-12T04:21:04.734Z] ---> Running in 125e94886c26 [2021-11-12T04:21:05.024Z] Removing intermediate container 125e94886c26 [2021-11-12T04:21:05.024Z] ---> 78ea063f9583 [2021-11-12T04:21:05.024Z] Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-12T04:21:05.024Z] ---> Running in ca9de9ef9294 [2021-11-12T04:21:07.042Z] Removing intermediate container ca9de9ef9294 [2021-11-12T04:21:07.042Z] ---> a8115c301a36 [2021-11-12T04:21:07.042Z] Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-12T04:21:07.318Z] ---> Running in e9ecc24d6d66 [2021-11-12T04:21:08.300Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-12T04:21:09.272Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-12T04:21:09.862Z] OK: 219 MiB in 52 packages [2021-11-12T04:21:10.838Z] Removing intermediate container e9ecc24d6d66 [2021-11-12T04:21:10.838Z] ---> 84147b9da6fb [2021-11-12T04:21:10.838Z] Step 10/22 : ENV GO111MODULE=on [2021-11-12T04:21:10.838Z] ---> Running in 517241c54798 [2021-11-12T04:21:11.107Z] Removing intermediate container 517241c54798 [2021-11-12T04:21:11.107Z] ---> 43adb6ed49cb [2021-11-12T04:21:11.107Z] Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-12T04:21:11.377Z] ---> Running in a4f32415b547 [2021-11-12T04:21:11.647Z] Removing intermediate container a4f32415b547 [2021-11-12T04:21:11.647Z] ---> e4a4adeef6bf [2021-11-12T04:21:11.647Z] Step 12/22 : COPY . . [2021-11-12T04:21:14.262Z] ---> 38ca4b8a5b64 [2021-11-12T04:21:14.262Z] Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-12T04:21:14.262Z] ---> Running in 11b38a58ea02 [2021-11-12T04:21:16.235Z] Removing intermediate container 11b38a58ea02 [2021-11-12T04:21:16.235Z] ---> 7b3059a38e3d [2021-11-12T04:21:16.235Z] Step 14/22 : RUN ${MAKE} [2021-11-12T04:21:16.516Z] ---> Running in e10761faa630 [2021-11-12T04:21:17.496Z] 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 [2021-11-12T04:21:44.295Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-11-12T04:21:48.594Z] Removing intermediate container e10761faa630 [2021-11-12T04:21:48.594Z] ---> 815b006c0677 [2021-11-12T04:21:48.594Z] Step 15/22 : FROM alpine:3.14 [2021-11-12T04:21:51.985Z] 3.14: Pulling from library/alpine [2021-11-12T04:21:51.985Z] 552d1f2373af: Already exists [2021-11-12T04:21:51.985Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-12T04:21:51.985Z] Status: Downloaded newer image for alpine:3.14 [2021-11-12T04:21:51.985Z] ---> bb3de5531c18 [2021-11-12T04:21:51.985Z] Step 16/22 : EXPOSE 4000 [2021-11-12T04:21:52.257Z] ---> Running in c7255ece9c80 [2021-11-12T04:21:52.532Z] Removing intermediate container c7255ece9c80 [2021-11-12T04:21:52.532Z] ---> ae4698a1f643 [2021-11-12T04:21:52.532Z] Step 17/22 : 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 [2021-11-12T04:21:53.963Z] ---> 5518b70b7b95 [2021-11-12T04:21:53.963Z] Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-11-12T04:21:53.963Z] ---> Running in d2fbde728a1a [2021-11-12T04:21:54.236Z] Removing intermediate container d2fbde728a1a [2021-11-12T04:21:54.237Z] ---> d3c0ee77c8f9 [2021-11-12T04:21:54.237Z] Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-11-12T04:21:54.509Z] ---> Running in 4d3b75c203d0 [2021-11-12T04:21:54.784Z] Removing intermediate container 4d3b75c203d0 [2021-11-12T04:21:54.784Z] ---> 53e6206048a5 [2021-11-12T04:21:54.784Z] Step 20/22 : LABEL arch=arm64 [2021-11-12T04:21:54.784Z] ---> Running in 36dfdbc76b9a [2021-11-12T04:21:55.379Z] Removing intermediate container 36dfdbc76b9a [2021-11-12T04:21:55.379Z] ---> 6ae4bfba2a93 [2021-11-12T04:21:55.379Z] Step 21/22 : LABEL git_sha=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [2021-11-12T04:21:55.379Z] ---> Running in fa99689a74b8 [2021-11-12T04:21:55.651Z] Removing intermediate container fa99689a74b8 [2021-11-12T04:21:55.651Z] ---> 71a89b480211 [2021-11-12T04:21:55.651Z] Step 22/22 : LABEL version=0.0.0 [2021-11-12T04:21:55.928Z] ---> Running in 913faf582152 [2021-11-12T04:21:56.200Z] Removing intermediate container 913faf582152 [2021-11-12T04:21:56.200Z] ---> 55a1bc5d5c00 [2021-11-12T04:21:56.200Z] [Warning] One or more build-args [ARCH] were not consumed [2021-11-12T04:21:56.200Z] Successfully built 55a1bc5d5c00 [2021-11-12T04:21:56.471Z] 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 [2021-11-12T04:21:57.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:21:57.300Z] [2021-11-12T04:21:57.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:21:57.669Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:21:57.942Z] arm64: Pulling from edgex-lftools-log-publisher [2021-11-12T04:21:57.942Z] 448f6bf000e3: Pulling fs layer [2021-11-12T04:21:57.942Z] f757da607395: Pulling fs layer [2021-11-12T04:21:57.942Z] 05883995daec: Pulling fs layer [2021-11-12T04:21:57.942Z] 8603b9c90790: Pulling fs layer [2021-11-12T04:21:57.942Z] 1560dd03e051: Pulling fs layer [2021-11-12T04:21:57.942Z] 27f5ce0e4adf: Pulling fs layer [2021-11-12T04:21:57.942Z] c2d8d7efcc4b: Pulling fs layer [2021-11-12T04:21:57.942Z] 27f5ce0e4adf: Waiting [2021-11-12T04:21:57.942Z] c2d8d7efcc4b: Waiting [2021-11-12T04:21:57.942Z] 1560dd03e051: Waiting [2021-11-12T04:21:57.942Z] f757da607395: Verifying Checksum [2021-11-12T04:21:57.942Z] f757da607395: Download complete [2021-11-12T04:21:57.942Z] 8603b9c90790: Download complete [2021-11-12T04:21:58.216Z] 1560dd03e051: Verifying Checksum [2021-11-12T04:21:58.216Z] 1560dd03e051: Download complete [2021-11-12T04:21:58.216Z] 27f5ce0e4adf: Verifying Checksum [2021-11-12T04:21:58.216Z] 27f5ce0e4adf: Download complete [2021-11-12T04:21:58.216Z] 05883995daec: Verifying Checksum [2021-11-12T04:21:58.216Z] 05883995daec: Download complete [2021-11-12T04:21:58.490Z] 448f6bf000e3: Download complete [2021-11-12T04:22:01.109Z] c2d8d7efcc4b: Verifying Checksum [2021-11-12T04:22:01.109Z] c2d8d7efcc4b: Download complete [2021-11-12T04:22:02.096Z] 448f6bf000e3: Pull complete [2021-11-12T04:22:02.690Z] f757da607395: Pull complete [2021-11-12T04:22:04.121Z] 05883995daec: Pull complete [2021-11-12T04:22:04.714Z] 8603b9c90790: Pull complete [2021-11-12T04:22:05.697Z] 1560dd03e051: Pull complete [2021-11-12T04:22:05.697Z] 27f5ce0e4adf: Pull complete [2021-11-12T04:22:20.779Z] c2d8d7efcc4b: Pull complete [2021-11-12T04:22:20.779Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-11-12T04:22:20.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T04:22:20.779Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-11-12T04:22:21.042Z] prd-ubuntu18.04-docker-arm64-4c-16g-300 does not seem to be running inside a container [2021-11-12T04:22:21.122Z] $ 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 [2021-11-12T04:22:23.855Z] $ docker top 9bce254a714ea578450eea4cb2f638c86403222fedc15d01aa61d21a7089af89 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:22:24.859Z] ---> job-cost.sh [2021-11-12T04:22:24.860Z] lf-activate-venv: SKIPPING [2021-11-12T04:22:24.860Z] INFO: No Stack... [2021-11-12T04:22:27.469Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-11-12T04:22:28.062Z] INFO: Archiving Costs [Pipeline] sh [2021-11-12T04:22:28.737Z] + cut -d, -f6 [2021-11-12T04:22:28.737Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2021-11-12T04:22:28.819Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [2021-11-12T04:22:28.823Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] did not exist. Created. [2021-11-12T04:22:28.823Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-12T04:22:29.555Z] /w/workspace/edgex-ui-go/1@tmp/durable-04e6550e/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-04e6550e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-11-12T04:22:30.243Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-11-12T04:22:30.301Z] Warning: overwriting stash ‘stack-cost’ [2021-11-12T04:22:30.468Z] Stashed 1 file(s) [Pipeline] } [2021-11-12T04:22:30.490Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-480-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-12T04:22:30.544Z] $ docker stop --time=1 9bce254a714ea578450eea4cb2f638c86403222fedc15d01aa61d21a7089af89 [2021-11-12T04:22:32.115Z] $ docker rm -f 9bce254a714ea578450eea4cb2f638c86403222fedc15d01aa61d21a7089af89 [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 [2021-11-12T04:22:33.286Z] provisioning config files... [2021-11-12T04:22:33.294Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/config8118956749156341060tmp [Pipeline] { [Pipeline] sh [2021-11-12T04:22:33.626Z] + set +x [2021-11-12T04:22:33.626Z] + bash -s -- [2021-11-12T04:22:33.626Z] + curl -s https://codecov.io/bash [2021-11-12T04:22:33.626Z] [2021-11-12T04:22:33.626Z] _____ _ [2021-11-12T04:22:33.626Z] / ____| | | [2021-11-12T04:22:33.626Z] | | ___ __| | ___ ___ _____ __ [2021-11-12T04:22:33.626Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-11-12T04:22:33.626Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-11-12T04:22:33.626Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-11-12T04:22:33.626Z] Bash-1.0.6 [2021-11-12T04:22:33.626Z] [2021-11-12T04:22:33.626Z] [2021-11-12T04:22:33.626Z] ==> git version 2.24.4 found [2021-11-12T04:22:33.626Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-11-12T04:22:33.626Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-11-12T04:22:33.626Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-11-12T04:22:33.626Z] ==> Jenkins CI detected. [2021-11-12T04:22:33.626Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-480 [2021-11-12T04:22:33.626Z] project root: . [2021-11-12T04:22:33.626Z] --> token set from env [2021-11-12T04:22:33.626Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-11-12T04:22:33.626Z] ==> Running gcov in . (disable via -X gcov) [2021-11-12T04:22:33.626Z] ==> Python coveragepy not found [2021-11-12T04:22:33.626Z] ==> Searching for coverage reports in: [2021-11-12T04:22:33.626Z] + . [2021-11-12T04:22:33.626Z] -> Found 1 reports [2021-11-12T04:22:33.626Z] ==> Detecting git/mercurial file structure [2021-11-12T04:22:33.886Z] ==> Reading reports [2021-11-12T04:22:33.886Z] + ./coverage.out bytes=10 [2021-11-12T04:22:33.886Z] ==> Appending adjustments [2021-11-12T04:22:33.886Z] https://docs.codecov.io/docs/fixing-reports [2021-11-12T04:22:33.886Z] + Found adjustments [2021-11-12T04:22:33.886Z] ==> Gzipping contents [2021-11-12T04:22:33.886Z] 4.0K /tmp/codecov.kIoOVL.gz [2021-11-12T04:22:33.886Z] ==> Uploading reports [2021-11-12T04:22:33.886Z] url: https://codecov.io [2021-11-12T04:22:33.886Z] query: branch=PR-480&commit=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-480%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=480&job=&cmd_args= [2021-11-12T04:22:33.886Z] -> Pinging Codecov [2021-11-12T04:22:33.886Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-480&commit=4bce8f467106bbffdd361c91dd0bf94f7b0edf4b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-480%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=480&job=&cmd_args= [2021-11-12T04:22:34.456Z] -> Uploading to [2021-11-12T04:22:34.456Z] https://storage.googleapis.com/codecov/v4/raw/2021-11-12/FB506323287CE973F263BFD2A0EB1F37/4bce8f467106bbffdd361c91dd0bf94f7b0edf4b/b4c842b4-8bdb-4747-851f-1dc5fc455528.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211112T042234Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=64778655ac59dfd49866d22d5fcfd6138ea8fed5a048f509a69a468e710171ec [2021-11-12T04:22:34.456Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-12T04:22:34.456Z] Dload Upload Total Spent Left Speed [2021-11-12T04:22:34.717Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3662 0 0 100 3662 0 11227 --:--:-- --:--:-- --:--:-- 11198 [2021-11-12T04:22:34.717Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/4bce8f467106bbffdd361c91dd0bf94f7b0edf4b [Pipeline] } [2021-11-12T04:22:34.737Z] 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 [2021-11-12T04:22:36.675Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-480/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:22:37.014Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:22:37.618Z] ---> package-listing.sh [2021-11-12T04:22:37.618Z] ++ facter osfamily [2021-11-12T04:22:37.618Z] ++ tr '[:upper:]' '[:lower:]' [2021-11-12T04:22:37.618Z] + OS_FAMILY=redhat [2021-11-12T04:22:37.618Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-480 [2021-11-12T04:22:37.618Z] + START_PACKAGES=/tmp/packages_start.txt [2021-11-12T04:22:37.618Z] + END_PACKAGES=/tmp/packages_end.txt [2021-11-12T04:22:37.618Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-11-12T04:22:37.618Z] + PACKAGES=/tmp/packages_start.txt [2021-11-12T04:22:37.618Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-480 ']' [2021-11-12T04:22:37.618Z] + PACKAGES=/tmp/packages_end.txt [2021-11-12T04:22:37.618Z] + case "${OS_FAMILY}" in [2021-11-12T04:22:37.618Z] + rpm -qa [2021-11-12T04:22:37.618Z] + sort [2021-11-12T04:22:38.571Z] + '[' -f /tmp/packages_start.txt ']' [2021-11-12T04:22:38.571Z] + '[' -f /tmp/packages_end.txt ']' [2021-11-12T04:22:38.571Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-11-12T04:22:38.571Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-480 ']' [2021-11-12T04:22:38.571Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-480/archives/ [2021-11-12T04:22:38.571Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-480/archives/ [Pipeline] echo [2021-11-12T04:22:38.600Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-11-12T04:22:38.907Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:22:39.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:22:39.498Z] [2021-11-12T04:22:39.498Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T04:22:39.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:22:39.846Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-12T04:22:39.846Z] b4d181a07f80: Pulling fs layer [2021-11-12T04:22:39.846Z] a1111a8f2ec3: Pulling fs layer [2021-11-12T04:22:39.846Z] ed53099fbce6: Pulling fs layer [2021-11-12T04:22:39.846Z] dc539afda2c1: Pulling fs layer [2021-11-12T04:22:39.846Z] 77bc0d833cb6: Pulling fs layer [2021-11-12T04:22:39.846Z] 9065ff56babe: Pulling fs layer [2021-11-12T04:22:39.846Z] d287ab97295c: Pulling fs layer [2021-11-12T04:22:39.846Z] dc539afda2c1: Waiting [2021-11-12T04:22:39.846Z] 77bc0d833cb6: Waiting [2021-11-12T04:22:39.846Z] 9065ff56babe: Waiting [2021-11-12T04:22:39.846Z] d287ab97295c: Waiting [2021-11-12T04:22:39.846Z] a1111a8f2ec3: Verifying Checksum [2021-11-12T04:22:39.846Z] a1111a8f2ec3: Download complete [2021-11-12T04:22:39.846Z] dc539afda2c1: Verifying Checksum [2021-11-12T04:22:39.846Z] dc539afda2c1: Download complete [2021-11-12T04:22:40.114Z] ed53099fbce6: Verifying Checksum [2021-11-12T04:22:40.114Z] ed53099fbce6: Download complete [2021-11-12T04:22:40.114Z] 9065ff56babe: Verifying Checksum [2021-11-12T04:22:40.114Z] 9065ff56babe: Download complete [2021-11-12T04:22:40.114Z] 77bc0d833cb6: Verifying Checksum [2021-11-12T04:22:40.114Z] 77bc0d833cb6: Download complete [2021-11-12T04:22:40.114Z] b4d181a07f80: Verifying Checksum [2021-11-12T04:22:40.114Z] b4d181a07f80: Download complete [2021-11-12T04:22:40.697Z] d287ab97295c: Verifying Checksum [2021-11-12T04:22:40.697Z] d287ab97295c: Download complete [2021-11-12T04:22:41.667Z] b4d181a07f80: Pull complete [2021-11-12T04:22:41.935Z] a1111a8f2ec3: Pull complete [2021-11-12T04:22:42.522Z] ed53099fbce6: Pull complete [2021-11-12T04:22:42.522Z] dc539afda2c1: Pull complete [2021-11-12T04:22:42.785Z] 77bc0d833cb6: Pull complete [2021-11-12T04:22:42.785Z] 9065ff56babe: Pull complete [2021-11-12T04:22:49.387Z] d287ab97295c: Pull complete [2021-11-12T04:22:49.387Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-12T04:22:49.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T04:22:49.387Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-12T04:22:49.488Z] prd-centos7-docker-4c-2g-294 does not seem to be running inside a container [2021-11-12T04:22:49.523Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480/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-480 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480:/w/workspace/edgexfoundry_edgex-ui-go_PR-480:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@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 [2021-11-12T04:22:51.801Z] $ docker top 48964d8524a491550dd552c04b50fb9522b27e1baa1988c36ae5a72107d38cb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T04:22:52.189Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-11-12T04:22:52.496Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-11-12T04:22:52.823Z] + ls /var/log/sa-host [2021-11-12T04:22:52.823Z] + sadf -c /var/log/sa-host/sa12 [2021-11-12T04:22:52.823Z] file_magic: OK [2021-11-12T04:22:52.823Z] HZ: Using current value: 100 [2021-11-12T04:22:52.823Z] file_header: OK [2021-11-12T04:22:52.823Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-11-12T04:22:52.823Z] Statistics: [2021-11-12T04:22:52.823Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-12T04:22:52.823Z] File successfully converted to sysstat format version 12.0.3 [2021-11-12T04:22:52.823Z] + sadf -c /var/log/sa-host/sa30 [2021-11-12T04:22:52.823Z] file_magic: OK [2021-11-12T04:22:52.823Z] HZ: Using current value: 100 [2021-11-12T04:22:52.823Z] file_header: OK [2021-11-12T04:22:52.823Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-11-12T04:22:52.823Z] Statistics: [2021-11-12T04:22:52.823Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-12T04:22:52.823Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T04:22:52.945Z] provisioning config files... [2021-11-12T04:22:52.955Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-480@tmp/config3360711204726663717tmp [Pipeline] { [Pipeline] echo [2021-11-12T04:22:53.001Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:22:53.320Z] ---> create-netrc.sh [Pipeline] } [2021-11-12T04:22:53.343Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:22:53.720Z] ---> python-tools-install.sh [Pipeline] echo [2021-11-12T04:22:53.753Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:22:54.072Z] ---> sudo-logs.sh [2021-11-12T04:22:54.072Z] Archiving 'sudo' log.. [2021-11-12T04:22:54.072Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-294.novalocal: Name or service not known [2021-11-12T04:22:54.072Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-294.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-11-12T04:22:54.130Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:22:54.447Z] ---> job-cost.sh [2021-11-12T04:22:54.447Z] lf-activate-venv: SKIPPING [2021-11-12T04:22:54.447Z] DEBUG: total: 0.10999999940395355 [2021-11-12T04:22:54.447Z] INFO: Retrieving Stack Cost... [2021-11-12T04:22:54.708Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-12T04:22:54.971Z] INFO: Archiving Costs [Pipeline] echo [2021-11-12T04:22:54.996Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T04:22:55.335Z] ---> logs-deploy.sh [2021-11-12T04:22:55.335Z] lf-activate-venv: SKIPPING [2021-11-12T04:22:55.335Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-480/1 [2021-11-12T04:22:55.335Z] INFO: archiving workspace using pattern(s): [2021-11-12T04:22:55.909Z] Archives upload complete. [2021-11-12T04:22:55.909Z] INFO: archiving logs to Nexus [2021-11-12T04:22:56.483Z] ---> uname -a: [2021-11-12T04:22:56.483Z] Linux prd-centos7-docker-4c-2g-294.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux [2021-11-12T04:22:56.483Z] [2021-11-12T04:22:56.483Z] [2021-11-12T04:22:56.483Z] ---> lscpu: [2021-11-12T04:22:56.483Z] Architecture: x86_64 [2021-11-12T04:22:56.483Z] CPU op-mode(s): 32-bit, 64-bit [2021-11-12T04:22:56.484Z] Byte Order: Little Endian [2021-11-12T04:22:56.484Z] Address sizes: 40 bits physical, 48 bits virtual [2021-11-12T04:22:56.484Z] CPU(s): 2 [2021-11-12T04:22:56.484Z] On-line CPU(s) list: 0,1 [2021-11-12T04:22:56.484Z] Thread(s) per core: 1 [2021-11-12T04:22:56.484Z] Core(s) per socket: 1 [2021-11-12T04:22:56.484Z] Socket(s): 2 [2021-11-12T04:22:56.484Z] NUMA node(s): 1 [2021-11-12T04:22:56.484Z] Vendor ID: AuthenticAMD [2021-11-12T04:22:56.484Z] CPU family: 23 [2021-11-12T04:22:56.484Z] Model: 49 [2021-11-12T04:22:56.484Z] Model name: AMD EPYC-Rome Processor [2021-11-12T04:22:56.484Z] Stepping: 0 [2021-11-12T04:22:56.484Z] CPU MHz: 2800.000 [2021-11-12T04:22:56.484Z] BogoMIPS: 5600.00 [2021-11-12T04:22:56.484Z] Virtualization: AMD-V [2021-11-12T04:22:56.484Z] Hypervisor vendor: KVM [2021-11-12T04:22:56.484Z] Virtualization type: full [2021-11-12T04:22:56.484Z] L1d cache: 32K [2021-11-12T04:22:56.484Z] L1i cache: 32K [2021-11-12T04:22:56.484Z] L2 cache: 512K [2021-11-12T04:22:56.484Z] L3 cache: 16384K [2021-11-12T04:22:56.484Z] NUMA node0 CPU(s): 0,1 [2021-11-12T04:22:56.484Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] ---> nproc: [2021-11-12T04:22:56.484Z] 2 [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] ---> df -h: [2021-11-12T04:22:56.484Z] Filesystem Size Used Avail Use% Mounted on [2021-11-12T04:22:56.484Z] overlay 40G 7.7G 33G 20% / [2021-11-12T04:22:56.484Z] tmpfs 64M 0 64M 0% /dev [2021-11-12T04:22:56.484Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2021-11-12T04:22:56.484Z] shm 64M 0 64M 0% /dev/shm [2021-11-12T04:22:56.484Z] /dev/vda1 40G 7.7G 33G 20% /facter-os [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] ---> sar -b -r -n DEV: [2021-11-12T04:22:56.484Z] Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/12/21 _x86_64_ (2 CPU) [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] 04:14:57 LINUX RESTART (2 CPU) [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] 04:16:01 tps rtps wtps bread/s bwrtn/s [2021-11-12T04:22:56.484Z] 04:17:01 2.12 0.00 2.12 0.00 45.34 [2021-11-12T04:22:56.484Z] 04:18:01 0.25 0.00 0.25 0.00 3.12 [2021-11-12T04:22:56.484Z] 04:19:01 0.27 0.00 0.27 0.00 3.33 [2021-11-12T04:22:56.484Z] 04:20:01 0.20 0.00 0.20 0.00 2.73 [2021-11-12T04:22:56.484Z] 04:21:01 0.23 0.00 0.23 0.00 3.85 [2021-11-12T04:22:56.484Z] 04:22:01 0.27 0.00 0.27 0.00 3.52 [2021-11-12T04:22:56.484Z] Average: 0.56 0.00 0.56 0.00 10.31 [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] 04:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-11-12T04:22:56.484Z] 04:17:01 5655768 0 615936 7.69 2620 1734608 1210084 13.36 581360 1535692 20 [2021-11-12T04:22:56.484Z] 04:18:01 5659044 0 612652 7.65 2620 1734616 1193636 13.18 577856 1536288 16 [2021-11-12T04:22:56.484Z] 04:19:01 5659460 0 612236 7.64 2620 1734616 1164040 12.85 578312 1536288 8 [2021-11-12T04:22:56.484Z] 04:20:01 5657460 0 614228 7.67 2620 1734624 1164112 12.85 579904 1537208 8 [2021-11-12T04:22:56.484Z] 04:21:01 5662172 0 609512 7.61 2620 1734628 1163908 12.85 574436 1537208 8 [2021-11-12T04:22:56.484Z] 04:22:01 5662516 0 609164 7.61 2620 1734632 1163860 12.85 574076 1537340 8 [2021-11-12T04:22:56.484Z] Average: 5659403 0 612288 7.65 2620 1734621 1176607 12.99 577657 1536671 11 [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] 04:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-11-12T04:22:56.484Z] 04:17:01 eth0 2.17 0.52 0.66 0.37 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:18:01 eth0 1.10 0.27 0.32 0.23 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:19:01 eth0 0.58 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:20:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:21:01 eth0 0.33 0.27 0.09 0.11 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:22:01 eth0 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] Average: eth0 0.82 0.30 0.28 0.19 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] ---> sar -P ALL: [2021-11-12T04:22:56.484Z] Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/12/21 _x86_64_ (2 CPU) [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] 04:14:57 LINUX RESTART (2 CPU) [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] 04:16:01 CPU %user %nice %system %iowait %steal %idle [2021-11-12T04:22:56.484Z] 04:17:01 all 0.10 0.00 0.06 0.00 0.03 99.82 [2021-11-12T04:22:56.484Z] 04:17:01 0 0.10 0.00 0.03 0.00 0.02 99.85 [2021-11-12T04:22:56.484Z] 04:17:01 1 0.10 0.00 0.08 0.00 0.03 99.78 [2021-11-12T04:22:56.484Z] 04:18:01 all 0.14 0.00 0.08 0.00 0.03 99.76 [2021-11-12T04:22:56.484Z] 04:18:01 0 0.18 0.00 0.08 0.00 0.02 99.72 [2021-11-12T04:22:56.484Z] 04:18:01 1 0.10 0.00 0.07 0.00 0.03 99.80 [2021-11-12T04:22:56.484Z] 04:19:01 all 0.22 0.00 0.04 0.00 0.02 99.72 [2021-11-12T04:22:56.484Z] 04:19:01 0 0.35 0.00 0.03 0.00 0.00 99.62 [2021-11-12T04:22:56.484Z] 04:19:01 1 0.08 0.00 0.05 0.00 0.03 99.83 [2021-11-12T04:22:56.484Z] 04:20:01 all 0.17 0.00 0.04 0.00 0.02 99.77 [2021-11-12T04:22:56.484Z] 04:20:01 0 0.25 0.00 0.03 0.00 0.02 99.70 [2021-11-12T04:22:56.484Z] 04:20:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2021-11-12T04:22:56.484Z] 04:21:01 all 0.15 0.00 0.04 0.00 0.03 99.78 [2021-11-12T04:22:56.484Z] 04:21:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2021-11-12T04:22:56.484Z] 04:21:01 1 0.27 0.00 0.03 0.00 0.02 99.68 [2021-11-12T04:22:56.484Z] 04:22:01 all 0.10 0.00 0.03 0.00 0.02 99.85 [2021-11-12T04:22:56.484Z] 04:22:01 0 0.15 0.00 0.03 0.00 0.02 99.80 [2021-11-12T04:22:56.484Z] 04:22:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-11-12T04:22:56.484Z] Average: all 0.15 0.00 0.05 0.00 0.02 99.78 [2021-11-12T04:22:56.484Z] Average: 0 0.18 0.00 0.04 0.00 0.02 99.76 [2021-11-12T04:22:56.484Z] Average: 1 0.11 0.00 0.05 0.00 0.03 99.81 [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z] [2021-11-12T04:22:56.484Z]