Pull request #477 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776+9c41ff8537e4dd517baadcffb42b15571707b4ab (b3576cddb5446b759758b420375ea13366475631) 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-ssh7063052949760800334.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 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-ssh982991266910469802.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 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 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-477/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-477/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh352905425398902323.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-477/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8841678007703004807.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 # timeout=10 Commit message: "Merge pull request #363 from ernestojeda/fix-lts-clone" > 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-ssh6714819367705500717.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-477/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-477/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1584515510319304673.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 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 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 ‘prd-centos7-docker-4c-2g-43’ is offline Running on prd-centos7-docker-4c-2g-45 in /w/workspace/edgexfoundry_edgex-ui-go_PR-477 [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-477 # 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-477@tmp/jenkins-gitclient-ssh4583851030930035255.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [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-477@tmp/jenkins-gitclient-ssh6467322727837108846.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 9c41ff8537e4dd517baadcffb42b15571707b4ab into PR head commit 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 Merge succeeded, producing 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 Checking out Revision 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 (PR-477) > git config core.sparsecheckout # timeout=10 > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # 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-477@tmp/jenkins-gitclient-ssh7699854736788513906.key > git merge 9c41ff8537e4dd517baadcffb42b15571707b4ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 Commit message: "chore(deps): Bump nth-check from 2.0.0 to 2.0.1 in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-11-11T07:43:51.758Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-11-11T07:43:51.923Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-11-11T07:43:52.021Z] ========================================================= [2021-11-11T07:43:52.021Z] EdgeX Global Pipelines Version Info [2021-11-11T07:43:52.021Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:43:53.218Z] ------------------- [2021-11-11T07:43:53.218Z] stable info: [2021-11-11T07:43:53.218Z] ------------------- [2021-11-11T07:43:53.218Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-11T07:43:53.218Z] Commit SHA: 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 [2021-11-11T07:43:53.218Z] Message: update stable to v1.0.212 [2021-11-11T07:43:53.793Z] ------------------- [2021-11-11T07:43:53.793Z] experimental info: [2021-11-11T07:43:53.793Z] ------------------- [2021-11-11T07:43:53.793Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-11T07:43:53.793Z] Commit SHA: 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 [2021-11-11T07:43:53.793Z] Message: update experimental to v1.0.212 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-11-11T07:43:53.959Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-11-11T07:43:54.000Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-11-11T07:43:54.045Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-11-11T07:43:54.081Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-11-11T07:43:54.117Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-11-11T07:43:54.158Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-11-11T07:43:54.196Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-11-11T07:43:54.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-11-11T07:43:54.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-11-11T07:43:54.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-11-11T07:43:54.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-11-11T07:43:54.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-11-11T07:43:54.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-11-11T07:43:54.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-11-11T07:43:54.534Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-11-11T07:43:54.573Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-11-11T07:43:54.608Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-11-11T07:43:54.647Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-11-11T07:43:54.681Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-11-11T07:43:54.722Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-11-11T07:43:54.756Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-11-11T07:43:54.814Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-11-11T07:43:54.855Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-11-11T07:43:54.889Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-11-11T07:43:54.929Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-11-11T07:43:54.963Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-11-11T07:43:55.004Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-477 [Pipeline] echo [2021-11-11T07:43:55.041Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-477 [Pipeline] echo [2021-11-11T07:43:55.078Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-477 [Pipeline] echo [2021-11-11T07:43:55.114Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] echo [2021-11-11T07:43:55.153Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2f8ae47 [Pipeline] echo [2021-11-11T07:43:55.192Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-11T07:43:55.291Z] provisioning config files... [2021-11-11T07:43:55.308Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/config2837850216266081979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:43:55.669Z] ---> docker-login.sh [2021-11-11T07:43:55.669Z] nexus3.edgexfoundry.org:10001 [2021-11-11T07:43:55.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:43:55.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:43:55.938Z] Configure a credential helper to remove this warning. See [2021-11-11T07:43:55.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:43:55.938Z] [2021-11-11T07:43:55.938Z] Login Succeeded [2021-11-11T07:43:55.938Z] nexus3.edgexfoundry.org:10002 [2021-11-11T07:43:55.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:43:55.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:43:55.938Z] Configure a credential helper to remove this warning. See [2021-11-11T07:43:55.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:43:55.938Z] [2021-11-11T07:43:55.938Z] Login Succeeded [2021-11-11T07:43:55.938Z] nexus3.edgexfoundry.org:10003 [2021-11-11T07:43:56.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:43:56.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:43:56.197Z] Configure a credential helper to remove this warning. See [2021-11-11T07:43:56.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:43:56.197Z] [2021-11-11T07:43:56.197Z] Login Succeeded [2021-11-11T07:43:56.197Z] nexus3.edgexfoundry.org:10004 [2021-11-11T07:43:56.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:43:56.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:43:56.197Z] Configure a credential helper to remove this warning. See [2021-11-11T07:43:56.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:43:56.197Z] [2021-11-11T07:43:56.197Z] Login Succeeded [2021-11-11T07:43:56.197Z] docker.io [2021-11-11T07:43:56.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:43:56.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:43:56.720Z] Configure a credential helper to remove this warning. See [2021-11-11T07:43:56.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:43:56.720Z] [2021-11-11T07:43:56.720Z] Login Succeeded [2021-11-11T07:43:56.720Z] ---> docker-login.sh ends [Pipeline] } [2021-11-11T07:43:56.738Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-11-11T07:43:57.363Z] + git rev-list -1 --merges 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776~1..2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] echo [2021-11-11T07:43:57.414Z] -----------> git rev-list -1 --merges 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776~1..2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [false] [Pipeline] sh [2021-11-11T07:43:57.730Z] + git log --format=format:%s -1 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] echo [2021-11-11T07:43:57.768Z] ========================================================= [2021-11-11T07:43:57.768Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-11-11T07:43:57.768Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-11T07:43:58.195Z] + git log --format=format:%s -1 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] echo [2021-11-11T07:43:58.225Z] [semverPrep] GIT_COMMIT: 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776, Commit Message: chore(deps): Bump nth-check from 2.0.0 to 2.0.1 in /web [Pipeline] echo [2021-11-11T07:43:58.255Z] [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:43:58.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-11T07:43:58.709Z] [2021-11-11T07:43:58.709Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:43:59.048Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-11T07:43:59.048Z] latest: Pulling from edgex-devops/git-semver [2021-11-11T07:43:59.048Z] a0d0a0d46f8b: Pulling fs layer [2021-11-11T07:43:59.048Z] 3e5f54012d9b: Pulling fs layer [2021-11-11T07:43:59.048Z] 4c7163046ea9: Pulling fs layer [2021-11-11T07:43:59.048Z] 0c2d73faf560: Pulling fs layer [2021-11-11T07:43:59.048Z] 0c2d73faf560: Waiting [2021-11-11T07:43:59.048Z] 3e5f54012d9b: Verifying Checksum [2021-11-11T07:43:59.048Z] 3e5f54012d9b: Download complete [2021-11-11T07:43:59.048Z] a0d0a0d46f8b: Verifying Checksum [2021-11-11T07:43:59.048Z] a0d0a0d46f8b: Download complete [2021-11-11T07:43:59.048Z] 4c7163046ea9: Verifying Checksum [2021-11-11T07:43:59.048Z] 4c7163046ea9: Download complete [2021-11-11T07:43:59.313Z] 0c2d73faf560: Verifying Checksum [2021-11-11T07:43:59.313Z] 0c2d73faf560: Download complete [2021-11-11T07:43:59.313Z] a0d0a0d46f8b: Pull complete [2021-11-11T07:43:59.313Z] 3e5f54012d9b: Pull complete [2021-11-11T07:43:59.894Z] 4c7163046ea9: Pull complete [2021-11-11T07:43:59.894Z] 0c2d73faf560: Pull complete [2021-11-11T07:43:59.894Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-11-11T07:43:59.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-11T07:43:59.894Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-11-11T07:43:59.981Z] prd-centos7-docker-4c-2g-45 does not seem to be running inside a container [2021-11-11T07:44:00.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-477 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-477:/w/workspace/edgexfoundry_edgex-ui-go_PR-477:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@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-11T07:44:00.804Z] $ docker top d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-11T07:44:00.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-11T07:44:00.968Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-11T07:44:01.069Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-11T07:44:01.073Z] $ docker exec d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f ssh-agent [2021-11-11T07:44:01.188Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJEpKkH/agent.13 [2021-11-11T07:44:01.188Z] SSH_AGENT_PID=20 [2021-11-11T07:44:01.198Z] Running ssh-add (command line suppressed) [2021-11-11T07:44:01.296Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/private_key_5784000466254626318.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/private_key_5784000466254626318.key) [2021-11-11T07:44:01.309Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-11T07:44:01.648Z] + git tag --points-at HEAD [Pipeline] } [2021-11-11T07:44:01.664Z] $ docker exec --env ******** --env ******** d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f ssh-agent -k [2021-11-11T07:44:01.756Z] unset SSH_AUTH_SOCK; [2021-11-11T07:44:01.757Z] unset SSH_AGENT_PID; [2021-11-11T07:44:01.757Z] echo Agent pid 20 killed; [2021-11-11T07:44:01.768Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-11-11T07:44:01.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-11T07:44:01.845Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-11T07:44:01.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-11T07:44:01.980Z] $ docker exec d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f ssh-agent [2021-11-11T07:44:02.097Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcIhKpl/agent.54 [2021-11-11T07:44:02.097Z] SSH_AGENT_PID=60 [2021-11-11T07:44:02.103Z] Running ssh-add (command line suppressed) [2021-11-11T07:44:02.192Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/private_key_8278931969180156668.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/private_key_8278931969180156668.key) [2021-11-11T07:44:02.206Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-11T07:44:02.536Z] + git semver init [2021-11-11T07:44:02.536Z] # -> Open(): unable to determine branch for HEAD [2021-11-11T07:44:02.536Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-477/.git [2021-11-11T07:44:02.536Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-477 [2021-11-11T07:44:02.536Z] # $SEMVER_REMOTE_NAME = origin [2021-11-11T07:44:02.536Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-11T07:44:02.536Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-11T07:44:02.536Z] # $SEMVER_BRANCH = PR-477 [2021-11-11T07:44:02.536Z] # $SEMVER_TEMP = /tmp/semver-607612768 [2021-11-11T07:44:02.536Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-11-11T07:44:05.083Z] # '/tmp/semver-607612768' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-477/.semver' [2021-11-11T07:44:05.083Z] # -> Force: false [2021-11-11T07:44:05.083Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-477/.semver [Pipeline] } [2021-11-11T07:44:05.106Z] $ docker exec --env ******** --env ******** d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f ssh-agent -k [2021-11-11T07:44:05.200Z] unset SSH_AUTH_SOCK; [2021-11-11T07:44:05.201Z] unset SSH_AGENT_PID; [2021-11-11T07:44:05.201Z] echo Agent pid 60 killed; [2021-11-11T07:44:05.209Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-11T07:44:05.594Z] + git semver [Pipeline] } [2021-11-11T07:44:05.623Z] $ docker stop --time=1 d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f [2021-11-11T07:44:06.952Z] $ docker rm -f d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-11T07:44:07.353Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-11-11T07:44:07.611Z] Stashed 1 file(s) [Pipeline] echo [2021-11-11T07:44:07.628Z] [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-11T07:44:22.997Z] Still waiting to schedule task [2021-11-11T07:44:22.998Z] ‘prd-centos7-docker-4c-2g-46’ is offline [2021-11-11T07:44:22.998Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-44’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-11-11T07:44:23.026Z] Still waiting to schedule task [2021-11-11T07:44:23.026Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-44’ is offline [2021-11-11T07:45:01.561Z] Running on prd-centos7-docker-4c-2g-47 in /w/workspace/edgexfoundry_edgex-ui-go_PR-477 [Pipeline] { [Pipeline] ws [2021-11-11T07:45:01.604Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-11-11T07:45:01.755Z] The recommended git tool is: git [2021-11-11T07:45:03.841Z] using credential edgex-jenkins-ssh [2021-11-11T07:45:03.853Z] Cloning the remote Git repository [2021-11-11T07:45:02.966Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-11T07:45:03.021Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-11-11T07:45:03.056Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-11T07:45:03.056Z] > git --version # timeout=10 [2021-11-11T07:45:03.067Z] > git --version # 'git version 2.24.4' [2021-11-11T07:45:03.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-11T07:45:03.094Z] [INFO] Currently running in a labeled security context [2021-11-11T07:45:03.095Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-11T07:45:03.095Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8751480446420524969.key [2021-11-11T07:45:03.114Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-11T07:45:04.966Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-11T07:45:04.973Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-11T07:45:04.984Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-11T07:45:04.998Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-11T07:45:04.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-11T07:45:04.999Z] [INFO] Currently running in a labeled security context [2021-11-11T07:45:04.999Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-11T07:45:04.999Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8499346998824236535.key [2021-11-11T07:45:05.009Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-11T07:45:06.370Z] Merging remotes/origin/main commit 9c41ff8537e4dd517baadcffb42b15571707b4ab into PR head commit 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [2021-11-11T07:45:06.523Z] Merge succeeded, producing 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [2021-11-11T07:45:06.523Z] Checking out Revision 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 (PR-477) [2021-11-11T07:45:05.473Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T07:45:05.488Z] > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 [2021-11-11T07:45:05.588Z] > git remote # timeout=10 [2021-11-11T07:45:05.592Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T07:45:05.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-11T07:45:05.601Z] [INFO] Currently running in a labeled security context [2021-11-11T07:45:05.601Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-11T07:45:05.601Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh4614975967581895717.key [2021-11-11T07:45:05.606Z] > git merge 9c41ff8537e4dd517baadcffb42b15571707b4ab # timeout=10 [2021-11-11T07:45:05.618Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-11T07:45:05.634Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T07:45:05.643Z] > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 [2021-11-11T07:45:09.913Z] Commit message: "chore(deps): Bump nth-check from 2.0.0 to 2.0.1 in /web" [2021-11-11T07:45:09.326Z] > git --version # timeout=10 [2021-11-11T07:45:09.342Z] > git --version # 'git version 2.24.4' [2021-11-11T07:45:09.354Z] fatal: bad object 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-11T07:45:10.512Z] provisioning config files... [2021-11-11T07:45:10.527Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7746442100475041607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:45:11.143Z] ---> docker-login.sh [2021-11-11T07:45:11.143Z] nexus3.edgexfoundry.org:10001 [2021-11-11T07:45:11.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:45:11.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:45:11.143Z] Configure a credential helper to remove this warning. See [2021-11-11T07:45:11.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:45:11.143Z] [2021-11-11T07:45:11.143Z] Login Succeeded [2021-11-11T07:45:11.143Z] nexus3.edgexfoundry.org:10002 [2021-11-11T07:45:11.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:45:11.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:45:11.407Z] Configure a credential helper to remove this warning. See [2021-11-11T07:45:11.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:45:11.407Z] [2021-11-11T07:45:11.407Z] Login Succeeded [2021-11-11T07:45:11.407Z] nexus3.edgexfoundry.org:10003 [2021-11-11T07:45:11.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:45:11.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:45:11.407Z] Configure a credential helper to remove this warning. See [2021-11-11T07:45:11.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:45:11.407Z] [2021-11-11T07:45:11.407Z] Login Succeeded [2021-11-11T07:45:11.407Z] nexus3.edgexfoundry.org:10004 [2021-11-11T07:45:11.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:45:11.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:45:11.669Z] Configure a credential helper to remove this warning. See [2021-11-11T07:45:11.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:45:11.669Z] [2021-11-11T07:45:11.669Z] Login Succeeded [2021-11-11T07:45:11.669Z] docker.io [2021-11-11T07:45:11.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:45:11.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:45:11.931Z] Configure a credential helper to remove this warning. See [2021-11-11T07:45:11.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:45:11.931Z] [2021-11-11T07:45:11.931Z] Login Succeeded [2021-11-11T07:45:11.931Z] ---> docker-login.sh ends [Pipeline] } [2021-11-11T07:45:11.973Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-11T07:45:12.230Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-11T07:45:12.260Z] ========================================================= [2021-11-11T07:45:12.261Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-11-11T07:45:12.261Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:45:12.664Z] + 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-11T07:45:12.935Z] Sending build context to Docker daemon 25.2MB [2021-11-11T07:45:12.935Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-11T07:45:12.935Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-11T07:45:12.935Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-11-11T07:45:12.935Z] a0d0a0d46f8b: Pulling fs layer [2021-11-11T07:45:12.935Z] 31adcdaf11c8: Pulling fs layer [2021-11-11T07:45:12.935Z] b8b176561691: Pulling fs layer [2021-11-11T07:45:12.935Z] 4527c011a84f: Pulling fs layer [2021-11-11T07:45:12.935Z] 5d74067f8e1e: Pulling fs layer [2021-11-11T07:45:12.935Z] e0aca202a116: Pulling fs layer [2021-11-11T07:45:12.935Z] 3a43be97a3b4: Pulling fs layer [2021-11-11T07:45:12.935Z] 34cad66bf833: Pulling fs layer [2021-11-11T07:45:12.935Z] b4e3c513aaa6: Pulling fs layer [2021-11-11T07:45:12.935Z] 4527c011a84f: Waiting [2021-11-11T07:45:12.935Z] e0aca202a116: Waiting [2021-11-11T07:45:12.935Z] 3a43be97a3b4: Waiting [2021-11-11T07:45:12.935Z] 5d74067f8e1e: Waiting [2021-11-11T07:45:12.935Z] 34cad66bf833: Waiting [2021-11-11T07:45:12.935Z] b8b176561691: Verifying Checksum [2021-11-11T07:45:12.935Z] b8b176561691: Download complete [2021-11-11T07:45:12.935Z] 31adcdaf11c8: Download complete [2021-11-11T07:45:12.935Z] 5d74067f8e1e: Verifying Checksum [2021-11-11T07:45:12.935Z] 5d74067f8e1e: Download complete [2021-11-11T07:45:12.935Z] e0aca202a116: Verifying Checksum [2021-11-11T07:45:12.935Z] e0aca202a116: Download complete [2021-11-11T07:45:12.936Z] a0d0a0d46f8b: Verifying Checksum [2021-11-11T07:45:12.936Z] a0d0a0d46f8b: Download complete [2021-11-11T07:45:12.936Z] 3a43be97a3b4: Verifying Checksum [2021-11-11T07:45:12.936Z] 3a43be97a3b4: Download complete [2021-11-11T07:45:13.209Z] 34cad66bf833: Verifying Checksum [2021-11-11T07:45:13.209Z] 34cad66bf833: Download complete [2021-11-11T07:45:13.209Z] a0d0a0d46f8b: Pull complete [2021-11-11T07:45:13.484Z] 31adcdaf11c8: Pull complete [2021-11-11T07:45:13.484Z] b8b176561691: Pull complete [2021-11-11T07:45:13.755Z] 4527c011a84f: Verifying Checksum [2021-11-11T07:45:13.755Z] 4527c011a84f: Download complete [2021-11-11T07:45:13.755Z] b4e3c513aaa6: Verifying Checksum [2021-11-11T07:45:13.755Z] b4e3c513aaa6: Download complete [2021-11-11T07:45:17.120Z] 4527c011a84f: Pull complete [2021-11-11T07:45:17.120Z] 5d74067f8e1e: Pull complete [2021-11-11T07:45:17.120Z] e0aca202a116: Pull complete [2021-11-11T07:45:17.385Z] 3a43be97a3b4: Pull complete [2021-11-11T07:45:17.385Z] 34cad66bf833: Pull complete [2021-11-11T07:45:19.964Z] b4e3c513aaa6: Pull complete [2021-11-11T07:45:19.964Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-11-11T07:45:19.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-11T07:45:19.964Z] ---> 9f6097aaca64 [2021-11-11T07:45:19.964Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-11T07:45:21.889Z] ---> Running in 293301fdaf82 [2021-11-11T07:45:21.889Z] Removing intermediate container 293301fdaf82 [2021-11-11T07:45:21.889Z] ---> 59aed52c8645 [2021-11-11T07:45:21.889Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-11T07:45:22.154Z] ---> Running in 59429e3c28aa [2021-11-11T07:45:22.154Z] Removing intermediate container 59429e3c28aa [2021-11-11T07:45:22.154Z] ---> e2ffb50fa81d [2021-11-11T07:45:22.154Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-11T07:45:22.154Z] ---> Running in dd114d5651ce [2021-11-11T07:45:22.154Z] Removing intermediate container dd114d5651ce [2021-11-11T07:45:22.154Z] ---> 32a3a64a7735 [2021-11-11T07:45:22.154Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-11T07:45:22.154Z] ---> Running in dbdb87ed1942 [2021-11-11T07:45:22.420Z] Removing intermediate container dbdb87ed1942 [2021-11-11T07:45:22.420Z] ---> f55083bc25cd [2021-11-11T07:45:22.420Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-11T07:45:22.420Z] ---> Running in 826cf6f44288 [2021-11-11T07:45:22.420Z] Removing intermediate container 826cf6f44288 [2021-11-11T07:45:22.420Z] ---> e4dfbec293b5 [2021-11-11T07:45:22.420Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-11T07:45:22.420Z] ---> Running in 6b11f64a8e66 [2021-11-11T07:45:22.995Z] Removing intermediate container 6b11f64a8e66 [2021-11-11T07:45:22.995Z] ---> 780c05439b02 [2021-11-11T07:45:22.995Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-11T07:45:22.995Z] ---> Running in f0ee8e91a8e4 [2021-11-11T07:45:23.255Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-11T07:45:24.203Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-11T07:45:24.464Z] OK: 220 MiB in 52 packages [2021-11-11T07:45:24.725Z] Removing intermediate container f0ee8e91a8e4 [2021-11-11T07:45:24.725Z] ---> 7564bcb2950f [2021-11-11T07:45:24.725Z] Step 10/14 : ENV GO111MODULE=on [2021-11-11T07:45:24.725Z] ---> Running in 4fc8dd44aa20 [2021-11-11T07:45:24.725Z] Removing intermediate container 4fc8dd44aa20 [2021-11-11T07:45:24.725Z] ---> 8b8526e7ce6f [2021-11-11T07:45:24.725Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-11T07:45:24.725Z] ---> Running in 4b1a80a0e03e [2021-11-11T07:45:24.725Z] Removing intermediate container 4b1a80a0e03e [2021-11-11T07:45:24.725Z] ---> 9fa28103764b [2021-11-11T07:45:24.725Z] Step 12/14 : COPY . . [2021-11-11T07:45:25.671Z] ---> 46703c554896 [2021-11-11T07:45:25.671Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-11T07:45:25.671Z] ---> Running in 155978c040ef [2021-11-11T07:45:35.723Z] Removing intermediate container 155978c040ef [2021-11-11T07:45:35.723Z] ---> 6e3b6f4b0c04 [2021-11-11T07:45:35.723Z] Step 14/14 : RUN ${MAKE} [2021-11-11T07:45:35.723Z] ---> Running in f295326a5dd9 [2021-11-11T07:45:35.723Z] noop [2021-11-11T07:45:35.723Z] Removing intermediate container f295326a5dd9 [2021-11-11T07:45:35.723Z] ---> 2a49e2393ef8 [2021-11-11T07:45:35.723Z] Successfully built 2a49e2393ef8 [2021-11-11T07:45:35.723Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:45:36.048Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-11T07:45:36.048Z] . [Pipeline] withDockerContainer [2021-11-11T07:45:36.137Z] prd-centos7-docker-4c-2g-47 does not seem to be running inside a container [2021-11-11T07:45:36.186Z] $ 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-11T07:45:36.500Z] $ docker top ac93f41c48d87247e1cb1f50a393d07d354e562a2cee8475b70f14dd06541269 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-11T07:45:36.953Z] + go version [2021-11-11T07:45:36.953Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-11-11T07:45:36.981Z] $ docker stop --time=1 ac93f41c48d87247e1cb1f50a393d07d354e562a2cee8475b70f14dd06541269 [2021-11-11T07:45:38.170Z] $ docker rm -f ac93f41c48d87247e1cb1f50a393d07d354e562a2cee8475b70f14dd06541269 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:45:38.844Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-11T07:45:38.845Z] . [Pipeline] withDockerContainer [2021-11-11T07:45:38.929Z] prd-centos7-docker-4c-2g-47 does not seem to be running inside a container [2021-11-11T07:45:38.975Z] $ 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-11T07:45:39.383Z] $ docker top 1f607a77776cae9c6e579fa3e47132b3079db7b9f152978ccc80d5c80b509872 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-11T07:45:39.818Z] + make test [2021-11-11T07:45:39.819Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-11T07:45:40.097Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-11-11T07:45:52.428Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-11-11T07:45:52.428Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-11-11T07:45:57.757Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-11T07:45:57.757Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } [2021-11-11T07:45:57.790Z] $ docker stop --time=1 1f607a77776cae9c6e579fa3e47132b3079db7b9f152978ccc80d5c80b509872 [2021-11-11T07:45:59.175Z] $ docker rm -f 1f607a77776cae9c6e579fa3e47132b3079db7b9f152978ccc80d5c80b509872 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-11T07:45:59.590Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-11-11T07:45:59.819Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-11-11T07:46:00.603Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-11-11T07:46:00.918Z] + ls -al . [2021-11-11T07:46:00.918Z] total 88 [2021-11-11T07:46:00.918Z] drwxrwxr-x. 12 jenkins jenkins 4096 Nov 11 07:45 . [2021-11-11T07:46:00.918Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 11 07:45 .. [2021-11-11T07:46:00.918Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 11 07:45 assets [2021-11-11T07:46:00.918Z] drwxrwxr-x. 2 jenkins jenkins 66 Nov 11 07:45 bin [2021-11-11T07:46:00.918Z] drwxrwxr-x. 3 jenkins jenkins 29 Nov 11 07:45 cmd [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 3959 Nov 11 07:45 CONTRIBUTING.md [2021-11-11T07:46:00.918Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 11 07:45 coverage.out [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 1526 Nov 11 07:45 Dockerfile [2021-11-11T07:46:00.918Z] drwxrwxr-x. 2 jenkins jenkins 23 Nov 11 07:45 docs [2021-11-11T07:46:00.918Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 11 07:45 .git [2021-11-11T07:46:00.918Z] drwxrwxr-x. 2 jenkins jenkins 103 Nov 11 07:45 .github [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 11 07:45 .gitignore [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 881 Nov 11 07:45 go.mod [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 24178 Nov 11 07:45 go.sum [2021-11-11T07:46:00.918Z] drwxrwxr-x. 9 jenkins jenkins 125 Nov 11 07:45 internal [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 652 Nov 11 07:45 Jenkinsfile [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 11357 Nov 11 07:45 LICENSE [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 1212 Nov 11 07:45 Makefile [2021-11-11T07:46:00.918Z] drwxrwxr-x. 3 jenkins jenkins 19 Nov 11 07:45 pkg [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 4450 Nov 11 07:45 README.md [2021-11-11T07:46:00.918Z] drwxrwxr-x. 4 jenkins jenkins 71 Nov 11 07:45 snap [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 11 07:44 VERSION [2021-11-11T07:46:00.918Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 11 07:45 version.go [2021-11-11T07:46:00.918Z] drwxrwxr-x. 4 jenkins jenkins 4096 Nov 11 07:45 web [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:46:01.241Z] + 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=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 --label arch=amd64 --label version=0.0.0 . [2021-11-11T07:46:01.500Z] Sending build context to Docker daemon 25.2MB [2021-11-11T07:46:01.500Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.14 [2021-11-11T07:46:01.500Z] Step 2/22 : FROM ${BASE} AS builder [2021-11-11T07:46:01.500Z] ---> 2a49e2393ef8 [2021-11-11T07:46:01.500Z] Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-11T07:46:01.760Z] ---> Running in 2d69c031b290 [2021-11-11T07:46:01.760Z] Removing intermediate container 2d69c031b290 [2021-11-11T07:46:01.760Z] ---> 0a01f9f8833d [2021-11-11T07:46:01.760Z] Step 4/22 : ARG ALPINE_PKG_BASE="make git" [2021-11-11T07:46:01.760Z] ---> Running in 51a67e110b70 [2021-11-11T07:46:02.026Z] Removing intermediate container 51a67e110b70 [2021-11-11T07:46:02.026Z] ---> 74c4a2b7a130 [2021-11-11T07:46:02.026Z] Step 5/22 : ARG ALPINE_PKG_EXTRA="" [2021-11-11T07:46:02.026Z] ---> Running in 9f1ef3ef44e3 [2021-11-11T07:46:02.026Z] Removing intermediate container 9f1ef3ef44e3 [2021-11-11T07:46:02.026Z] ---> 2066a4a00eab [2021-11-11T07:46:02.026Z] Step 6/22 : LABEL Name=edgex-ui-go [2021-11-11T07:46:02.026Z] ---> Running in ee213c24aa8e [2021-11-11T07:46:02.286Z] Removing intermediate container ee213c24aa8e [2021-11-11T07:46:02.286Z] ---> 9a4027f55819 [2021-11-11T07:46:02.286Z] Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-11T07:46:02.286Z] ---> Running in e6581ec22832 [2021-11-11T07:46:02.286Z] Removing intermediate container e6581ec22832 [2021-11-11T07:46:02.286Z] ---> c454dd0b37d0 [2021-11-11T07:46:02.286Z] Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-11T07:46:02.286Z] ---> Running in 1c9ebcb4f84c [2021-11-11T07:46:02.858Z] Removing intermediate container 1c9ebcb4f84c [2021-11-11T07:46:02.858Z] ---> 4d8bdea045b5 [2021-11-11T07:46:02.858Z] Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-11T07:46:02.858Z] ---> Running in e178f4da9c8b [2021-11-11T07:46:03.117Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-11T07:46:04.055Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-11T07:46:04.055Z] OK: 220 MiB in 52 packages [2021-11-11T07:46:04.314Z] Removing intermediate container e178f4da9c8b [2021-11-11T07:46:04.314Z] ---> f9cc68c69bde [2021-11-11T07:46:04.314Z] Step 10/22 : ENV GO111MODULE=on [2021-11-11T07:46:04.314Z] ---> Running in dda961290c27 [2021-11-11T07:46:04.582Z] Removing intermediate container dda961290c27 [2021-11-11T07:46:04.582Z] ---> 94ce6aba89e4 [2021-11-11T07:46:04.582Z] Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-11T07:46:04.582Z] ---> Running in 84ebd7c3de1e [2021-11-11T07:46:04.582Z] Removing intermediate container 84ebd7c3de1e [2021-11-11T07:46:04.582Z] ---> f07cbd628c1f [2021-11-11T07:46:04.582Z] Step 12/22 : COPY . . [2021-11-11T07:46:05.528Z] ---> 917379b5251b [2021-11-11T07:46:05.528Z] Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-11T07:46:05.528Z] ---> Running in b5325962552c [2021-11-11T07:46:06.101Z] Removing intermediate container b5325962552c [2021-11-11T07:46:06.101Z] ---> 289dd78da92c [2021-11-11T07:46:06.101Z] Step 14/22 : RUN ${MAKE} [2021-11-11T07:46:06.101Z] ---> Running in b2515153cee8 [2021-11-11T07:46:06.101Z] 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-11T07:46:16.269Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-11-11T07:46:16.531Z] Removing intermediate container b2515153cee8 [2021-11-11T07:46:16.531Z] ---> 586b6a75aa45 [2021-11-11T07:46:16.531Z] Step 15/22 : FROM alpine:3.14 [2021-11-11T07:46:20.752Z] 3.14: Pulling from library/alpine [2021-11-11T07:46:20.752Z] a0d0a0d46f8b: Already exists [2021-11-11T07:46:20.752Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-11T07:46:20.752Z] Status: Downloaded newer image for alpine:3.14 [2021-11-11T07:46:20.752Z] ---> 14119a10abf4 [2021-11-11T07:46:20.752Z] Step 16/22 : EXPOSE 4000 [2021-11-11T07:46:20.752Z] ---> Running in 9c11ebefaca4 [2021-11-11T07:46:20.752Z] Removing intermediate container 9c11ebefaca4 [2021-11-11T07:46:20.752Z] ---> 45d5b0467fb3 [2021-11-11T07:46:20.752Z] 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-11T07:46:21.011Z] ---> 1b30cad47d03 [2021-11-11T07:46:21.011Z] Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-11-11T07:46:21.011Z] ---> Running in 22ef8648b24c [2021-11-11T07:46:21.277Z] Removing intermediate container 22ef8648b24c [2021-11-11T07:46:21.277Z] ---> c86e0ff47705 [2021-11-11T07:46:21.277Z] Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-11-11T07:46:21.277Z] ---> Running in 4ced238d8d2d [2021-11-11T07:46:21.277Z] Removing intermediate container 4ced238d8d2d [2021-11-11T07:46:21.277Z] ---> f1c2db29f19d [2021-11-11T07:46:21.277Z] Step 20/22 : LABEL arch=amd64 [2021-11-11T07:46:21.277Z] ---> Running in 2a9163385591 [2021-11-11T07:46:21.277Z] Removing intermediate container 2a9163385591 [2021-11-11T07:46:21.277Z] ---> 74df9ca3a8d0 [2021-11-11T07:46:21.277Z] Step 21/22 : LABEL git_sha=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [2021-11-11T07:46:21.277Z] ---> Running in cbc2f5e83850 [2021-11-11T07:46:21.542Z] Removing intermediate container cbc2f5e83850 [2021-11-11T07:46:21.542Z] ---> 4a43b3ca32eb [2021-11-11T07:46:21.542Z] Step 22/22 : LABEL version=0.0.0 [2021-11-11T07:46:21.542Z] ---> Running in beec6b83b5da [2021-11-11T07:46:21.542Z] Removing intermediate container beec6b83b5da [2021-11-11T07:46:21.542Z] ---> 806a72ce42ff [2021-11-11T07:46:21.542Z] [Warning] One or more build-args [ARCH] were not consumed [2021-11-11T07:46:21.542Z] Successfully built 806a72ce42ff [2021-11-11T07:46:21.542Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:46:22.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-11T07:46:22.370Z] [2021-11-11T07:46:22.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:46:22.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-11T07:46:22.698Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-11T07:46:22.698Z] b4d181a07f80: Pulling fs layer [2021-11-11T07:46:22.698Z] a1111a8f2ec3: Pulling fs layer [2021-11-11T07:46:22.698Z] ed53099fbce6: Pulling fs layer [2021-11-11T07:46:22.698Z] dc539afda2c1: Pulling fs layer [2021-11-11T07:46:22.698Z] 77bc0d833cb6: Pulling fs layer [2021-11-11T07:46:22.698Z] 9065ff56babe: Pulling fs layer [2021-11-11T07:46:22.698Z] d287ab97295c: Pulling fs layer [2021-11-11T07:46:22.698Z] dc539afda2c1: Waiting [2021-11-11T07:46:22.698Z] 77bc0d833cb6: Waiting [2021-11-11T07:46:22.698Z] 9065ff56babe: Waiting [2021-11-11T07:46:22.698Z] d287ab97295c: Waiting [2021-11-11T07:46:22.698Z] a1111a8f2ec3: Verifying Checksum [2021-11-11T07:46:22.698Z] a1111a8f2ec3: Download complete [2021-11-11T07:46:22.698Z] dc539afda2c1: Verifying Checksum [2021-11-11T07:46:22.698Z] dc539afda2c1: Download complete [2021-11-11T07:46:22.698Z] ed53099fbce6: Verifying Checksum [2021-11-11T07:46:22.698Z] ed53099fbce6: Download complete [2021-11-11T07:46:22.698Z] 77bc0d833cb6: Verifying Checksum [2021-11-11T07:46:22.698Z] 77bc0d833cb6: Download complete [2021-11-11T07:46:22.698Z] 9065ff56babe: Verifying Checksum [2021-11-11T07:46:22.698Z] 9065ff56babe: Download complete [2021-11-11T07:46:22.962Z] b4d181a07f80: Verifying Checksum [2021-11-11T07:46:22.962Z] b4d181a07f80: Download complete [2021-11-11T07:46:23.533Z] d287ab97295c: Verifying Checksum [2021-11-11T07:46:23.533Z] d287ab97295c: Download complete [2021-11-11T07:46:24.323Z] b4d181a07f80: Pull complete [2021-11-11T07:46:24.587Z] a1111a8f2ec3: Pull complete [2021-11-11T07:46:24.850Z] ed53099fbce6: Pull complete [2021-11-11T07:46:25.113Z] dc539afda2c1: Pull complete [2021-11-11T07:46:25.383Z] 77bc0d833cb6: Pull complete [2021-11-11T07:46:25.383Z] 9065ff56babe: Pull complete [2021-11-11T07:46:29.226Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-48 in /w/workspace/edgexfoundry_edgex-ui-go_PR-477 [Pipeline] { [Pipeline] ws [2021-11-11T07:46:29.263Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-11-11T07:46:29.608Z] The recommended git tool is: git [2021-11-11T07:46:30.692Z] d287ab97295c: Pull complete [2021-11-11T07:46:30.692Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-11T07:46:30.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-11T07:46:30.692Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-11T07:46:30.772Z] prd-centos7-docker-4c-2g-47 does not seem to be running inside a container [2021-11-11T07:46:30.810Z] $ 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-11T07:46:33.411Z] $ docker top e35f54c84bfcbdaa650758f7304e1838ce8281e7b007d3d244ac97e204dd3bce -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:46:33.878Z] ---> job-cost.sh [2021-11-11T07:46:33.878Z] lf-activate-venv: SKIPPING [2021-11-11T07:46:33.878Z] INFO: No Stack... [2021-11-11T07:46:34.140Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-11T07:46:34.400Z] INFO: Archiving Costs [Pipeline] sh [2021-11-11T07:46:34.724Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-11-11T07:46:34.724Z] + cut -d, -f6 [Pipeline] lock [2021-11-11T07:46:34.763Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [2021-11-11T07:46:34.768Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] did not exist. Created. [2021-11-11T07:46:34.768Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-11T07:46:35.156Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-11-11T07:46:35.214Z] Stashed 1 file(s) [Pipeline] } [2021-11-11T07:46:35.228Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-11T07:46:35.290Z] $ docker stop --time=1 e35f54c84bfcbdaa650758f7304e1838ce8281e7b007d3d244ac97e204dd3bce [2021-11-11T07:46:35.352Z] using credential edgex-jenkins-ssh [2021-11-11T07:46:35.368Z] Cloning the remote Git repository [2021-11-11T07:46:35.454Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-11T07:46:35.557Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-11-11T07:46:35.664Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-11T07:46:35.665Z] > git --version # timeout=10 [2021-11-11T07:46:35.682Z] > git --version # 'git version 2.17.1' [2021-11-11T07:46:35.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-11T07:46:35.763Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-11T07:46:36.424Z] $ docker rm -f e35f54c84bfcbdaa650758f7304e1838ce8281e7b007d3d244ac97e204dd3bce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-11T07:46:39.249Z] Merging remotes/origin/main commit 9c41ff8537e4dd517baadcffb42b15571707b4ab into PR head commit 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [2021-11-11T07:46:39.730Z] Merge succeeded, producing 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [2021-11-11T07:46:39.731Z] Checking out Revision 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 (PR-477) [2021-11-11T07:46:38.557Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-11T07:46:38.582Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-11T07:46:38.615Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-11T07:46:38.662Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-11T07:46:38.663Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-11T07:46:38.684Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-11T07:46:39.271Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T07:46:39.290Z] > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 [2021-11-11T07:46:39.636Z] > git remote # timeout=10 [2021-11-11T07:46:39.655Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T07:46:39.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-11T07:46:39.686Z] > git merge 9c41ff8537e4dd517baadcffb42b15571707b4ab # timeout=10 [2021-11-11T07:46:39.711Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-11T07:46:39.739Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T07:46:39.764Z] > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 [2021-11-11T07:46:44.409Z] Commit message: "chore(deps): Bump nth-check from 2.0.0 to 2.0.1 in /web" [2021-11-11T07:46:44.468Z] > git --version # timeout=10 [2021-11-11T07:46:44.479Z] > git --version # 'git version 2.17.1' [2021-11-11T07:46:44.495Z] fatal: bad object 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-11T07:46:45.536Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-11-11T07:46:45.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-11T07:46:45.536Z] Dload Upload Total Spent Left Speed [2021-11-11T07:46:45.536Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 186k 0 --:--:-- --:--:-- --:--:-- 186k [Pipeline] sh [2021-11-11T07:46:45.966Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-11-11T07:46:46.336Z] + sudo tee /etc/docker/daemon.new [2021-11-11T07:46:46.336Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-11-11T07:46:46.336Z] { [2021-11-11T07:46:46.336Z] "registry-mirrors": [ [2021-11-11T07:46:46.336Z] "https://nexus3.edgexfoundry.org:10001" [2021-11-11T07:46:46.336Z] ], [2021-11-11T07:46:46.336Z] "bip": "10.250.0.254/24", [2021-11-11T07:46:46.336Z] "hosts": [ [2021-11-11T07:46:46.336Z] "tcp://0.0.0.0:5555", [2021-11-11T07:46:46.336Z] "unix:///var/run/docker.sock" [2021-11-11T07:46:46.336Z] ], [2021-11-11T07:46:46.336Z] "mtu": 1458, [2021-11-11T07:46:46.336Z] "selinux-enabled": true, [2021-11-11T07:46:46.336Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-11-11T07:46:46.336Z] } [Pipeline] sh [2021-11-11T07:46:46.829Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-11-11T07:46:47.202Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-11T07:47:05.590Z] provisioning config files... [2021-11-11T07:47:05.618Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config6085475583408930162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:47:06.017Z] ---> docker-login.sh [2021-11-11T07:47:06.017Z] nexus3.edgexfoundry.org:10001 [2021-11-11T07:47:06.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:47:07.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:47:07.215Z] Configure a credential helper to remove this warning. See [2021-11-11T07:47:07.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:47:07.215Z] [2021-11-11T07:47:07.215Z] Login Succeeded [2021-11-11T07:47:07.215Z] nexus3.edgexfoundry.org:10002 [2021-11-11T07:47:07.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:47:07.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:47:07.779Z] Configure a credential helper to remove this warning. See [2021-11-11T07:47:07.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:47:07.779Z] [2021-11-11T07:47:07.779Z] Login Succeeded [2021-11-11T07:47:07.779Z] nexus3.edgexfoundry.org:10003 [2021-11-11T07:47:08.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:47:08.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:47:08.333Z] Configure a credential helper to remove this warning. See [2021-11-11T07:47:08.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:47:08.333Z] [2021-11-11T07:47:08.333Z] Login Succeeded [2021-11-11T07:47:08.333Z] nexus3.edgexfoundry.org:10004 [2021-11-11T07:47:08.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:47:08.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:47:08.930Z] Configure a credential helper to remove this warning. See [2021-11-11T07:47:08.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:47:08.930Z] [2021-11-11T07:47:08.930Z] Login Succeeded [2021-11-11T07:47:08.930Z] docker.io [2021-11-11T07:47:09.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-11T07:47:09.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-11T07:47:09.799Z] Configure a credential helper to remove this warning. See [2021-11-11T07:47:09.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-11T07:47:09.799Z] [2021-11-11T07:47:09.799Z] Login Succeeded [2021-11-11T07:47:09.799Z] ---> docker-login.sh ends [Pipeline] } [2021-11-11T07:47:09.826Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-11T07:47:10.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-11T07:47:10.616Z] ========================================================= [2021-11-11T07:47:10.616Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-11-11T07:47:10.616Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:47:11.071Z] + 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-11T07:47:12.061Z] Sending build context to Docker daemon 25.2MB [2021-11-11T07:47:12.061Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-11T07:47:12.061Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-11T07:47:12.340Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-11-11T07:47:12.340Z] 552d1f2373af: Pulling fs layer [2021-11-11T07:47:12.340Z] ea3f2d53f512: Pulling fs layer [2021-11-11T07:47:12.340Z] 9e70ebbbe112: Pulling fs layer [2021-11-11T07:47:12.340Z] 7a9cfe048b4a: Pulling fs layer [2021-11-11T07:47:12.340Z] 72dc09318566: Pulling fs layer [2021-11-11T07:47:12.340Z] f4f7b4309257: Pulling fs layer [2021-11-11T07:47:12.340Z] 0ac9a79272e3: Pulling fs layer [2021-11-11T07:47:12.340Z] b78e95d17946: Pulling fs layer [2021-11-11T07:47:12.340Z] 7a9cfe048b4a: Waiting [2021-11-11T07:47:12.340Z] 72dc09318566: Waiting [2021-11-11T07:47:12.340Z] f4f7b4309257: Waiting [2021-11-11T07:47:12.340Z] 0ac9a79272e3: Waiting [2021-11-11T07:47:12.340Z] b78e95d17946: Waiting [2021-11-11T07:47:12.340Z] 9e70ebbbe112: Verifying Checksum [2021-11-11T07:47:12.340Z] 9e70ebbbe112: Download complete [2021-11-11T07:47:12.340Z] ea3f2d53f512: Verifying Checksum [2021-11-11T07:47:12.340Z] ea3f2d53f512: Download complete [2021-11-11T07:47:12.340Z] 72dc09318566: Verifying Checksum [2021-11-11T07:47:12.340Z] 72dc09318566: Download complete [2021-11-11T07:47:12.340Z] f4f7b4309257: Verifying Checksum [2021-11-11T07:47:12.340Z] f4f7b4309257: Download complete [2021-11-11T07:47:12.340Z] 552d1f2373af: Download complete [2021-11-11T07:47:12.340Z] 0ac9a79272e3: Download complete [2021-11-11T07:47:13.322Z] 552d1f2373af: Pull complete [2021-11-11T07:47:13.934Z] ea3f2d53f512: Pull complete [2021-11-11T07:47:14.212Z] b78e95d17946: Verifying Checksum [2021-11-11T07:47:14.212Z] b78e95d17946: Download complete [2021-11-11T07:47:14.212Z] 9e70ebbbe112: Pull complete [2021-11-11T07:47:14.810Z] 7a9cfe048b4a: Verifying Checksum [2021-11-11T07:47:14.810Z] 7a9cfe048b4a: Download complete [2021-11-11T07:47:24.965Z] 7a9cfe048b4a: Pull complete [2021-11-11T07:47:24.965Z] 72dc09318566: Pull complete [2021-11-11T07:47:24.965Z] f4f7b4309257: Pull complete [2021-11-11T07:47:25.240Z] 0ac9a79272e3: Pull complete [2021-11-11T07:47:31.957Z] b78e95d17946: Pull complete [2021-11-11T07:47:31.957Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-11-11T07:47:31.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-11T07:47:31.957Z] ---> 8b459fc5aaf0 [2021-11-11T07:47:31.957Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-11T07:47:32.933Z] ---> Running in c226878d1cf9 [2021-11-11T07:47:33.207Z] Removing intermediate container c226878d1cf9 [2021-11-11T07:47:33.207Z] ---> 33631de7c3e1 [2021-11-11T07:47:33.207Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-11T07:47:33.207Z] ---> Running in f495173e4061 [2021-11-11T07:47:33.803Z] Removing intermediate container f495173e4061 [2021-11-11T07:47:33.803Z] ---> b6377b1b0c5b [2021-11-11T07:47:33.803Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-11T07:47:33.803Z] ---> Running in a698cdf648cb [2021-11-11T07:47:34.399Z] Removing intermediate container a698cdf648cb [2021-11-11T07:47:34.399Z] ---> 527cc0418f1f [2021-11-11T07:47:34.399Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-11T07:47:34.399Z] ---> Running in b1fa235f426a [2021-11-11T07:47:34.678Z] Removing intermediate container b1fa235f426a [2021-11-11T07:47:34.678Z] ---> 2c4cc419e017 [2021-11-11T07:47:34.678Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-11T07:47:34.951Z] ---> Running in 6f4a5598965d [2021-11-11T07:47:35.225Z] Removing intermediate container 6f4a5598965d [2021-11-11T07:47:35.225Z] ---> 6cd85b617d8f [2021-11-11T07:47:35.225Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-11T07:47:35.501Z] ---> Running in 501d4102fda5 [2021-11-11T07:47:37.475Z] Removing intermediate container 501d4102fda5 [2021-11-11T07:47:37.475Z] ---> 7b115db4d7fc [2021-11-11T07:47:37.475Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-11T07:47:37.757Z] ---> Running in 4a1562e218af [2021-11-11T07:47:38.748Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-11T07:47:39.726Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-11T07:47:40.707Z] OK: 219 MiB in 52 packages [2021-11-11T07:47:41.718Z] Removing intermediate container 4a1562e218af [2021-11-11T07:47:41.718Z] ---> 4611e917eac9 [2021-11-11T07:47:41.718Z] Step 10/14 : ENV GO111MODULE=on [2021-11-11T07:47:41.718Z] ---> Running in f39cb6e86aa6 [2021-11-11T07:47:41.989Z] Removing intermediate container f39cb6e86aa6 [2021-11-11T07:47:41.989Z] ---> 6677bed403d3 [2021-11-11T07:47:41.989Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-11T07:47:42.264Z] ---> Running in 19185564337c [2021-11-11T07:47:42.539Z] Removing intermediate container 19185564337c [2021-11-11T07:47:42.539Z] ---> 8b854d875823 [2021-11-11T07:47:42.539Z] Step 12/14 : COPY . . [2021-11-11T07:47:45.933Z] ---> 7a3b1277549b [2021-11-11T07:47:45.933Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-11T07:47:45.933Z] ---> Running in 0c2b8eac251a [2021-11-11T07:48:12.747Z] Removing intermediate container 0c2b8eac251a [2021-11-11T07:48:12.747Z] ---> 123fae3d365f [2021-11-11T07:48:12.747Z] Step 14/14 : RUN ${MAKE} [2021-11-11T07:48:12.747Z] ---> Running in 12585b9713e1 [2021-11-11T07:48:12.747Z] noop [2021-11-11T07:48:12.747Z] Removing intermediate container 12585b9713e1 [2021-11-11T07:48:12.747Z] ---> 0f1d798aba92 [2021-11-11T07:48:12.747Z] Successfully built 0f1d798aba92 [2021-11-11T07:48:12.747Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:48:13.119Z] + docker inspect -f . ci-base-image-arm64 [2021-11-11T07:48:13.119Z] . [Pipeline] withDockerContainer [2021-11-11T07:48:13.404Z] prd-ubuntu18.04-docker-arm64-4c-16g-48 does not seem to be running inside a container [2021-11-11T07:48:13.493Z] $ 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-arm64 cat [2021-11-11T07:48:14.999Z] $ docker top e84461a9cfffa3801dfc0dc98b4be160e796b55e9aac1e56a73dfadc2fa28c36 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-11T07:48:15.955Z] + go version [2021-11-11T07:48:15.955Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-11-11T07:48:15.988Z] $ docker stop --time=1 e84461a9cfffa3801dfc0dc98b4be160e796b55e9aac1e56a73dfadc2fa28c36 [2021-11-11T07:48:17.709Z] $ docker rm -f e84461a9cfffa3801dfc0dc98b4be160e796b55e9aac1e56a73dfadc2fa28c36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:48:18.757Z] + docker inspect -f . ci-base-image-arm64 [2021-11-11T07:48:18.757Z] . [Pipeline] withDockerContainer [2021-11-11T07:48:19.029Z] prd-ubuntu18.04-docker-arm64-4c-16g-48 does not seem to be running inside a container [2021-11-11T07:48:19.105Z] $ 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-arm64 cat [2021-11-11T07:48:20.656Z] $ docker top 121e12346571964173f4b7883f2712f899c3774ceb962e3e10eebfd6ea9023b4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-11T07:48:21.706Z] + make test [2021-11-11T07:48:21.706Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-11T07:48:22.691Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-11-11T07:49:09.720Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-11-11T07:49:09.720Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-11-11T07:49:28.038Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-11T07:49:28.038Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } [2021-11-11T07:49:28.067Z] $ docker stop --time=1 121e12346571964173f4b7883f2712f899c3774ceb962e3e10eebfd6ea9023b4 [2021-11-11T07:49:29.829Z] $ docker rm -f 121e12346571964173f4b7883f2712f899c3774ceb962e3e10eebfd6ea9023b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-11T07:49:30.662Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-11-11T07:49:30.700Z] Warning: overwriting stash ‘coverage-report’ [2021-11-11T07:49:31.233Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-11T07:49:31.862Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-11-11T07:49:32.204Z] + ls -al . [2021-11-11T07:49:32.204Z] total 128 [2021-11-11T07:49:32.204Z] drwxrwxr-x 12 jenkins jenkins 4096 Nov 11 07:48 . [2021-11-11T07:49:32.204Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 07:46 .. [2021-11-11T07:49:32.204Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 11 07:46 .git [2021-11-11T07:49:32.204Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 07:46 .github [2021-11-11T07:49:32.204Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 11 07:46 .gitignore [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 11 07:46 CONTRIBUTING.md [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 1526 Nov 11 07:46 Dockerfile [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 11 07:46 Jenkinsfile [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 11 07:46 LICENSE [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 1212 Nov 11 07:46 Makefile [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 4450 Nov 11 07:46 README.md [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 11 07:44 VERSION [2021-11-11T07:49:32.205Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 07:46 assets [2021-11-11T07:49:32.205Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 07:46 bin [2021-11-11T07:49:32.205Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 07:46 cmd [2021-11-11T07:49:32.205Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 11 07:48 coverage.out [2021-11-11T07:49:32.205Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 07:46 docs [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 881 Nov 11 07:46 go.mod [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 24178 Nov 11 07:46 go.sum [2021-11-11T07:49:32.205Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 11 07:46 internal [2021-11-11T07:49:32.205Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 07:46 pkg [2021-11-11T07:49:32.205Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 07:46 snap [2021-11-11T07:49:32.205Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 11 07:46 version.go [2021-11-11T07:49:32.205Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 07:46 web [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:49:32.563Z] + 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=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 --label arch=arm64 --label version=0.0.0 . [2021-11-11T07:49:33.541Z] Sending build context to Docker daemon 25.2MB [2021-11-11T07:49:33.541Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.14 [2021-11-11T07:49:33.541Z] Step 2/22 : FROM ${BASE} AS builder [2021-11-11T07:49:33.541Z] ---> 0f1d798aba92 [2021-11-11T07:49:33.541Z] Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-11T07:49:33.541Z] ---> Running in 7583a04ec48c [2021-11-11T07:49:34.141Z] Removing intermediate container 7583a04ec48c [2021-11-11T07:49:34.141Z] ---> c31a08a3505d [2021-11-11T07:49:34.141Z] Step 4/22 : ARG ALPINE_PKG_BASE="make git" [2021-11-11T07:49:34.141Z] ---> Running in 7dd772a0069c [2021-11-11T07:49:34.420Z] Removing intermediate container 7dd772a0069c [2021-11-11T07:49:34.420Z] ---> e93b091c82da [2021-11-11T07:49:34.420Z] Step 5/22 : ARG ALPINE_PKG_EXTRA="" [2021-11-11T07:49:34.695Z] ---> Running in f02415227c38 [2021-11-11T07:49:34.969Z] Removing intermediate container f02415227c38 [2021-11-11T07:49:34.969Z] ---> 616ede1c2ff9 [2021-11-11T07:49:34.969Z] Step 6/22 : LABEL Name=edgex-ui-go [2021-11-11T07:49:35.245Z] ---> Running in 04f2cee264d8 [2021-11-11T07:49:35.524Z] Removing intermediate container 04f2cee264d8 [2021-11-11T07:49:35.524Z] ---> b445cb033123 [2021-11-11T07:49:35.524Z] Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-11T07:49:35.524Z] ---> Running in f568e5e68bbc [2021-11-11T07:49:36.122Z] Removing intermediate container f568e5e68bbc [2021-11-11T07:49:36.122Z] ---> 20029c9cde68 [2021-11-11T07:49:36.122Z] Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-11T07:49:36.122Z] ---> Running in e9cd8add063b [2021-11-11T07:49:38.096Z] Removing intermediate container e9cd8add063b [2021-11-11T07:49:38.096Z] ---> b1b52f90e878 [2021-11-11T07:49:38.096Z] Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-11T07:49:38.096Z] ---> Running in d2090d067b9b [2021-11-11T07:49:39.530Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-11T07:49:40.123Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-11T07:49:41.108Z] OK: 219 MiB in 52 packages [2021-11-11T07:49:42.095Z] Removing intermediate container d2090d067b9b [2021-11-11T07:49:42.095Z] ---> 463c511a263b [2021-11-11T07:49:42.095Z] Step 10/22 : ENV GO111MODULE=on [2021-11-11T07:49:42.095Z] ---> Running in d356a85123ee [2021-11-11T07:49:42.368Z] Removing intermediate container d356a85123ee [2021-11-11T07:49:42.368Z] ---> 62fcf01efef7 [2021-11-11T07:49:42.368Z] Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-11T07:49:42.368Z] ---> Running in d41f8f9d99f2 [2021-11-11T07:49:42.964Z] Removing intermediate container d41f8f9d99f2 [2021-11-11T07:49:42.964Z] ---> d6b226380071 [2021-11-11T07:49:42.964Z] Step 12/22 : COPY . . [2021-11-11T07:49:45.583Z] ---> df380ac0f843 [2021-11-11T07:49:45.583Z] Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-11T07:49:45.583Z] ---> Running in 568c7ef3af74 [2021-11-11T07:49:47.564Z] Removing intermediate container 568c7ef3af74 [2021-11-11T07:49:47.564Z] ---> f138b50b86fd [2021-11-11T07:49:47.564Z] Step 14/22 : RUN ${MAKE} [2021-11-11T07:49:47.840Z] ---> Running in 95dff1234286 [2021-11-11T07:49:48.829Z] 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-11T07:50:15.645Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-11-11T07:50:19.053Z] Removing intermediate container 95dff1234286 [2021-11-11T07:50:19.053Z] ---> 15bab64aced1 [2021-11-11T07:50:19.053Z] Step 15/22 : FROM alpine:3.14 [2021-11-11T07:50:19.646Z] 3.14: Pulling from library/alpine [2021-11-11T07:50:19.646Z] 552d1f2373af: Already exists [2021-11-11T07:50:19.922Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-11T07:50:19.922Z] Status: Downloaded newer image for alpine:3.14 [2021-11-11T07:50:19.922Z] ---> bb3de5531c18 [2021-11-11T07:50:19.922Z] Step 16/22 : EXPOSE 4000 [2021-11-11T07:50:19.922Z] ---> Running in 89a68f0a1408 [2021-11-11T07:50:20.520Z] Removing intermediate container 89a68f0a1408 [2021-11-11T07:50:20.520Z] ---> 354a701d02c0 [2021-11-11T07:50:20.520Z] 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-11T07:50:21.960Z] ---> bf70a1b9e8df [2021-11-11T07:50:21.960Z] Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-11-11T07:50:21.960Z] ---> Running in 341b99834826 [2021-11-11T07:50:22.234Z] Removing intermediate container 341b99834826 [2021-11-11T07:50:22.234Z] ---> a080e34b8739 [2021-11-11T07:50:22.234Z] Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-11-11T07:50:22.511Z] ---> Running in a570f169175e [2021-11-11T07:50:22.786Z] Removing intermediate container a570f169175e [2021-11-11T07:50:22.786Z] ---> 3a2e9b462184 [2021-11-11T07:50:22.786Z] Step 20/22 : LABEL arch=arm64 [2021-11-11T07:50:22.786Z] ---> Running in 27a9522bab12 [2021-11-11T07:50:23.400Z] Removing intermediate container 27a9522bab12 [2021-11-11T07:50:23.400Z] ---> cac70fe90208 [2021-11-11T07:50:23.400Z] Step 21/22 : LABEL git_sha=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [2021-11-11T07:50:23.400Z] ---> Running in 0ee145040bb4 [2021-11-11T07:50:23.674Z] Removing intermediate container 0ee145040bb4 [2021-11-11T07:50:23.674Z] ---> aea8e3817400 [2021-11-11T07:50:23.674Z] Step 22/22 : LABEL version=0.0.0 [2021-11-11T07:50:23.947Z] ---> Running in 4c4f7bf19928 [2021-11-11T07:50:24.221Z] Removing intermediate container 4c4f7bf19928 [2021-11-11T07:50:24.221Z] ---> 5d542f794370 [2021-11-11T07:50:24.221Z] [Warning] One or more build-args [ARCH] were not consumed [2021-11-11T07:50:24.221Z] Successfully built 5d542f794370 [2021-11-11T07:50:24.500Z] 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-11T07:50:25.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-11T07:50:25.290Z] [2021-11-11T07:50:25.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:50:25.673Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-11T07:50:25.950Z] arm64: Pulling from edgex-lftools-log-publisher [2021-11-11T07:50:25.950Z] 448f6bf000e3: Pulling fs layer [2021-11-11T07:50:25.950Z] f757da607395: Pulling fs layer [2021-11-11T07:50:25.950Z] 05883995daec: Pulling fs layer [2021-11-11T07:50:25.950Z] 8603b9c90790: Pulling fs layer [2021-11-11T07:50:25.950Z] 1560dd03e051: Pulling fs layer [2021-11-11T07:50:25.950Z] 27f5ce0e4adf: Pulling fs layer [2021-11-11T07:50:25.950Z] c2d8d7efcc4b: Pulling fs layer [2021-11-11T07:50:25.950Z] 8603b9c90790: Waiting [2021-11-11T07:50:25.950Z] 1560dd03e051: Waiting [2021-11-11T07:50:25.950Z] c2d8d7efcc4b: Waiting [2021-11-11T07:50:25.950Z] 27f5ce0e4adf: Waiting [2021-11-11T07:50:25.950Z] f757da607395: Verifying Checksum [2021-11-11T07:50:25.950Z] f757da607395: Download complete [2021-11-11T07:50:25.950Z] 8603b9c90790: Verifying Checksum [2021-11-11T07:50:25.950Z] 8603b9c90790: Download complete [2021-11-11T07:50:26.225Z] 1560dd03e051: Verifying Checksum [2021-11-11T07:50:26.225Z] 1560dd03e051: Download complete [2021-11-11T07:50:26.225Z] 05883995daec: Verifying Checksum [2021-11-11T07:50:26.225Z] 05883995daec: Download complete [2021-11-11T07:50:26.225Z] 27f5ce0e4adf: Verifying Checksum [2021-11-11T07:50:26.225Z] 27f5ce0e4adf: Download complete [2021-11-11T07:50:26.498Z] 448f6bf000e3: Verifying Checksum [2021-11-11T07:50:26.498Z] 448f6bf000e3: Download complete [2021-11-11T07:50:29.125Z] c2d8d7efcc4b: Verifying Checksum [2021-11-11T07:50:29.125Z] c2d8d7efcc4b: Download complete [2021-11-11T07:50:30.111Z] 448f6bf000e3: Pull complete [2021-11-11T07:50:30.710Z] f757da607395: Pull complete [2021-11-11T07:50:32.144Z] 05883995daec: Pull complete [2021-11-11T07:50:32.419Z] 8603b9c90790: Pull complete [2021-11-11T07:50:33.395Z] 1560dd03e051: Pull complete [2021-11-11T07:50:33.667Z] 27f5ce0e4adf: Pull complete [2021-11-11T07:50:48.749Z] c2d8d7efcc4b: Pull complete [2021-11-11T07:50:48.749Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-11-11T07:50:48.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-11T07:50:48.749Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-11-11T07:50:48.999Z] prd-ubuntu18.04-docker-arm64-4c-16g-48 does not seem to be running inside a container [2021-11-11T07:50:49.079Z] $ 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:arm64 cat [2021-11-11T07:50:51.785Z] $ docker top e97ea774a22b1906fc60363eebe0f0231164228eba13df90c2da5725823f8fe6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:50:52.790Z] ---> job-cost.sh [2021-11-11T07:50:52.790Z] lf-activate-venv: SKIPPING [2021-11-11T07:50:52.790Z] INFO: No Stack... [2021-11-11T07:50:56.167Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-11-11T07:50:56.167Z] INFO: Archiving Costs [Pipeline] sh [2021-11-11T07:50:56.839Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-11-11T07:50:56.839Z] + cut -d, -f6 [Pipeline] lock [2021-11-11T07:50:56.921Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [2021-11-11T07:50:56.925Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] did not exist. Created. [2021-11-11T07:50:56.926Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-11T07:50:57.652Z] /w/workspace/edgex-ui-go/1@tmp/durable-665f3f68/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-665f3f68/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-11-11T07:50:58.340Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-11-11T07:50:58.383Z] Warning: overwriting stash ‘stack-cost’ [2021-11-11T07:50:58.519Z] Stashed 1 file(s) [Pipeline] } [2021-11-11T07:50:58.536Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-11T07:50:58.593Z] $ docker stop --time=1 e97ea774a22b1906fc60363eebe0f0231164228eba13df90c2da5725823f8fe6 [2021-11-11T07:51:00.122Z] $ docker rm -f e97ea774a22b1906fc60363eebe0f0231164228eba13df90c2da5725823f8fe6 [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-11T07:51:01.160Z] provisioning config files... [2021-11-11T07:51:01.171Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/config5413186303866066063tmp [Pipeline] { [Pipeline] sh [2021-11-11T07:51:01.511Z] + set +x [2021-11-11T07:51:01.512Z] + curl -s https://codecov.io/bash [2021-11-11T07:51:01.512Z] + bash -s -- [2021-11-11T07:51:01.512Z] [2021-11-11T07:51:01.512Z] _____ _ [2021-11-11T07:51:01.512Z] / ____| | | [2021-11-11T07:51:01.512Z] | | ___ __| | ___ ___ _____ __ [2021-11-11T07:51:01.512Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-11-11T07:51:01.512Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-11-11T07:51:01.512Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-11-11T07:51:01.512Z] Bash-1.0.6 [2021-11-11T07:51:01.512Z] [2021-11-11T07:51:01.512Z] [2021-11-11T07:51:01.512Z] ==> git version 2.24.4 found [2021-11-11T07:51:01.512Z] ==> 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-11T07:51:01.512Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-11-11T07:51:01.512Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-11-11T07:51:01.512Z] ==> Jenkins CI detected. [2021-11-11T07:51:01.512Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-477 [2021-11-11T07:51:01.512Z] project root: . [2021-11-11T07:51:01.512Z] --> token set from env [2021-11-11T07:51:01.512Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-11-11T07:51:01.512Z] ==> Running gcov in . (disable via -X gcov) [2021-11-11T07:51:01.512Z] ==> Python coveragepy not found [2021-11-11T07:51:01.512Z] ==> Searching for coverage reports in: [2021-11-11T07:51:01.512Z] + . [2021-11-11T07:51:01.512Z] -> Found 1 reports [2021-11-11T07:51:01.512Z] ==> Detecting git/mercurial file structure [2021-11-11T07:51:01.774Z] ==> Reading reports [2021-11-11T07:51:01.774Z] + ./coverage.out bytes=10 [2021-11-11T07:51:01.774Z] ==> Appending adjustments [2021-11-11T07:51:01.774Z] https://docs.codecov.io/docs/fixing-reports [2021-11-11T07:51:01.774Z] + Found adjustments [2021-11-11T07:51:01.774Z] ==> Gzipping contents [2021-11-11T07:51:01.774Z] 4.0K /tmp/codecov.Be5naz.gz [2021-11-11T07:51:01.774Z] ==> Uploading reports [2021-11-11T07:51:01.774Z] url: https://codecov.io [2021-11-11T07:51:01.774Z] query: branch=PR-477&commit=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-477%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=477&job=&cmd_args= [2021-11-11T07:51:01.774Z] -> Pinging Codecov [2021-11-11T07:51:01.774Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-477&commit=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-477%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=477&job=&cmd_args= [2021-11-11T07:51:02.350Z] -> Uploading to [2021-11-11T07:51:02.350Z] https://storage.googleapis.com/codecov/v4/raw/2021-11-11/FB506323287CE973F263BFD2A0EB1F37/2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776/6663f79d-e860-41b3-a8d7-149ee930a425.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211111T075102Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9c08f9f38300a550eddacf8bee33b770ccb7018a0f03f9fd5eb3b77fa18d6f64 [2021-11-11T07:51:02.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-11T07:51:02.350Z] Dload Upload Total Spent Left Speed [2021-11-11T07:51:02.876Z] 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 9901 --:--:-- --:--:-- --:--:-- 9897 [2021-11-11T07:51:02.876Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] } [2021-11-11T07:51:02.900Z] 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-11T07:51:04.923Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-477/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:51:05.269Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:51:05.853Z] ---> package-listing.sh [2021-11-11T07:51:05.853Z] ++ facter osfamily [2021-11-11T07:51:05.853Z] ++ tr '[:upper:]' '[:lower:]' [2021-11-11T07:51:06.118Z] + OS_FAMILY=redhat [2021-11-11T07:51:06.118Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-477 [2021-11-11T07:51:06.118Z] + START_PACKAGES=/tmp/packages_start.txt [2021-11-11T07:51:06.118Z] + END_PACKAGES=/tmp/packages_end.txt [2021-11-11T07:51:06.118Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-11-11T07:51:06.118Z] + PACKAGES=/tmp/packages_start.txt [2021-11-11T07:51:06.118Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-477 ']' [2021-11-11T07:51:06.118Z] + PACKAGES=/tmp/packages_end.txt [2021-11-11T07:51:06.118Z] + case "${OS_FAMILY}" in [2021-11-11T07:51:06.118Z] + rpm -qa [2021-11-11T07:51:06.118Z] + sort [2021-11-11T07:51:06.688Z] + '[' -f /tmp/packages_start.txt ']' [2021-11-11T07:51:06.688Z] + '[' -f /tmp/packages_end.txt ']' [2021-11-11T07:51:06.688Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-11-11T07:51:06.688Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-477 ']' [2021-11-11T07:51:06.688Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-477/archives/ [2021-11-11T07:51:06.688Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-477/archives/ [Pipeline] echo [2021-11-11T07:51:06.716Z] 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-477/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-11-11T07:51:07.014Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:51:07.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-11T07:51:07.595Z] [2021-11-11T07:51:07.595Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-11T07:51:07.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-11T07:51:07.928Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-11T07:51:07.928Z] b4d181a07f80: Pulling fs layer [2021-11-11T07:51:07.928Z] a1111a8f2ec3: Pulling fs layer [2021-11-11T07:51:07.928Z] ed53099fbce6: Pulling fs layer [2021-11-11T07:51:07.928Z] dc539afda2c1: Pulling fs layer [2021-11-11T07:51:07.928Z] 77bc0d833cb6: Pulling fs layer [2021-11-11T07:51:07.928Z] 9065ff56babe: Pulling fs layer [2021-11-11T07:51:07.928Z] d287ab97295c: Pulling fs layer [2021-11-11T07:51:07.928Z] 77bc0d833cb6: Waiting [2021-11-11T07:51:07.928Z] 9065ff56babe: Waiting [2021-11-11T07:51:07.928Z] d287ab97295c: Waiting [2021-11-11T07:51:07.928Z] dc539afda2c1: Waiting [2021-11-11T07:51:07.928Z] a1111a8f2ec3: Verifying Checksum [2021-11-11T07:51:07.928Z] a1111a8f2ec3: Download complete [2021-11-11T07:51:07.928Z] dc539afda2c1: Verifying Checksum [2021-11-11T07:51:07.928Z] dc539afda2c1: Download complete [2021-11-11T07:51:07.928Z] ed53099fbce6: Verifying Checksum [2021-11-11T07:51:07.928Z] ed53099fbce6: Download complete [2021-11-11T07:51:07.928Z] 9065ff56babe: Verifying Checksum [2021-11-11T07:51:07.928Z] 9065ff56babe: Download complete [2021-11-11T07:51:07.928Z] 77bc0d833cb6: Verifying Checksum [2021-11-11T07:51:07.928Z] 77bc0d833cb6: Download complete [2021-11-11T07:51:08.191Z] b4d181a07f80: Verifying Checksum [2021-11-11T07:51:08.191Z] b4d181a07f80: Download complete [2021-11-11T07:51:08.764Z] d287ab97295c: Verifying Checksum [2021-11-11T07:51:08.764Z] d287ab97295c: Download complete [2021-11-11T07:51:09.724Z] b4d181a07f80: Pull complete [2021-11-11T07:51:09.724Z] a1111a8f2ec3: Pull complete [2021-11-11T07:51:10.298Z] ed53099fbce6: Pull complete [2021-11-11T07:51:10.298Z] dc539afda2c1: Pull complete [2021-11-11T07:51:10.879Z] 77bc0d833cb6: Pull complete [2021-11-11T07:51:10.879Z] 9065ff56babe: Pull complete [2021-11-11T07:51:16.220Z] d287ab97295c: Pull complete [2021-11-11T07:51:16.220Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-11T07:51:16.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-11T07:51:16.220Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-11T07:51:16.301Z] prd-centos7-docker-4c-2g-45 does not seem to be running inside a container [2021-11-11T07:51:16.351Z] $ 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-477/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-477 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-477:/w/workspace/edgexfoundry_edgex-ui-go_PR-477:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@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-11T07:51:18.374Z] $ docker top 59bbd671e9c8933c003328fc261593aecd9e02cb733d0b95f016f5b194c44e0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-11T07:51:18.777Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-11-11T07:51:19.094Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-11-11T07:51:19.403Z] + ls /var/log/sa-host [2021-11-11T07:51:19.403Z] + sadf -c /var/log/sa-host/sa11 [2021-11-11T07:51:19.403Z] file_magic: OK [2021-11-11T07:51:19.403Z] HZ: Using current value: 100 [2021-11-11T07:51:19.403Z] file_header: OK [2021-11-11T07:51:19.403Z] 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-11T07:51:19.403Z] Statistics: [2021-11-11T07:51:19.403Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-11T07:51:19.403Z] File successfully converted to sysstat format version 12.0.3 [2021-11-11T07:51:19.403Z] + sadf -c /var/log/sa-host/sa30 [2021-11-11T07:51:19.403Z] file_magic: OK [2021-11-11T07:51:19.403Z] HZ: Using current value: 100 [2021-11-11T07:51:19.403Z] file_header: OK [2021-11-11T07:51:19.403Z] 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-11T07:51:19.403Z] Statistics: [2021-11-11T07:51:19.403Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-11T07:51:19.403Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-11T07:51:19.539Z] provisioning config files... [2021-11-11T07:51:19.551Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/config8315528452574865607tmp [Pipeline] { [Pipeline] echo [2021-11-11T07:51:19.598Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:51:19.927Z] ---> create-netrc.sh [Pipeline] } [2021-11-11T07:51:19.952Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:51:20.335Z] ---> python-tools-install.sh [Pipeline] echo [2021-11-11T07:51:20.373Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:51:20.695Z] ---> sudo-logs.sh [2021-11-11T07:51:20.695Z] Archiving 'sudo' log.. [2021-11-11T07:51:20.695Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-45.novalocal: Name or service not known [2021-11-11T07:51:20.695Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-45.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-11-11T07:51:20.763Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:51:21.080Z] ---> job-cost.sh [2021-11-11T07:51:21.080Z] lf-activate-venv: SKIPPING [2021-11-11T07:51:21.080Z] DEBUG: total: 0.10999999940395355 [2021-11-11T07:51:21.080Z] INFO: Retrieving Stack Cost... [2021-11-11T07:51:21.341Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-11T07:51:21.601Z] INFO: Archiving Costs [Pipeline] echo [2021-11-11T07:51:21.629Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-11T07:51:21.961Z] ---> logs-deploy.sh [2021-11-11T07:51:21.961Z] lf-activate-venv: SKIPPING [2021-11-11T07:51:21.961Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-477/1 [2021-11-11T07:51:21.961Z] INFO: archiving workspace using pattern(s): [2021-11-11T07:51:22.536Z] Archives upload complete. [2021-11-11T07:51:22.804Z] INFO: archiving logs to Nexus