Pull request #319 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0+3778f220d06894e70adc087f295b3bfdc904cdc4 (808ea3480ef35c2281f1bdf1484bff14805995ff) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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-319/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 > 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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-319/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 > 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31712 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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-319 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3778f220d06894e70adc087f295b3bfdc904cdc4 into PR head commit ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 Merge succeeded, producing ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 Checking out Revision ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 (PR-319) > git config core.sparsecheckout # timeout=10 > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:09:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:09:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:09:10 ========================================================= 08:09:10 EdgeX Global Pipelines Version Info 08:09:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:09:12 ------------------- 08:09:12 stable info: 08:09:12 ------------------- 08:09:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:09:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:09:12 Message: update stable to v1.0.186 08:09:13 ------------------- 08:09:13 experimental info: 08:09:13 ------------------- 08:09:13 Commited By: **** collab-it+edgex@linuxfoundation.org 08:09:13 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 08:09:13 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:09:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 08:09:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 08:09:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:09:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:09:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:09:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:09:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:09:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 08:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:09:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:09:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:09:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:09:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:09:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:09:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:09:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:09:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:09:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:09:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:09:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:09:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:09:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-319 [Pipeline] echo 08:09:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-319 [Pipeline] echo 08:09:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-319 [Pipeline] echo 08:09:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [Pipeline] echo 08:09:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae0b271 [Pipeline] echo 08:09:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:09:18 provisioning config files... 08:09:18 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config2101221035532678647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:09:18 ---> docker-login.sh 08:09:18 nexus3.edgexfoundry.org:10001 08:09:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:19 Configure a credential helper to remove this warning. See 08:09:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:19 08:09:19 Login Succeeded 08:09:19 nexus3.edgexfoundry.org:10002 08:09:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:19 Configure a credential helper to remove this warning. See 08:09:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:19 08:09:19 Login Succeeded 08:09:19 nexus3.edgexfoundry.org:10003 08:09:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:19 Configure a credential helper to remove this warning. See 08:09:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:19 08:09:19 Login Succeeded 08:09:19 nexus3.edgexfoundry.org:10004 08:09:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:19 Configure a credential helper to remove this warning. See 08:09:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:19 08:09:19 Login Succeeded 08:09:19 docker.io 08:09:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:19 Configure a credential helper to remove this warning. See 08:09:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:19 08:09:19 Login Succeeded 08:09:19 ---> docker-login.sh ends [Pipeline] } 08:09:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:09:20 + git log --format=format:%s -1 ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [Pipeline] echo 08:09:21 GIT_COMMIT: ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 08:09:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:09:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:09:22 08:09:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:09:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:09:22 latest: Pulling from edgex-devops/git-semver 08:09:22 31603596830f: Pulling fs layer 08:09:22 2a8b12db71e7: Pulling fs layer 08:09:22 6ca5941a6612: Pulling fs layer 08:09:22 ecc8261a40a4: Pulling fs layer 08:09:22 ecc8261a40a4: Waiting 08:09:22 2a8b12db71e7: Verifying Checksum 08:09:22 2a8b12db71e7: Download complete 08:09:22 31603596830f: Verifying Checksum 08:09:22 31603596830f: Download complete 08:09:22 ecc8261a40a4: Verifying Checksum 08:09:22 ecc8261a40a4: Download complete 08:09:22 6ca5941a6612: Verifying Checksum 08:09:22 6ca5941a6612: Download complete 08:09:23 31603596830f: Pull complete 08:09:23 2a8b12db71e7: Pull complete 08:09:24 6ca5941a6612: Pull complete 08:09:24 ecc8261a40a4: Pull complete 08:09:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:09:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:09:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:09:24 prd-centos7-docker-4c-2g-31712 does not seem to be running inside a container 08:09:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-319 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319:/w/workspace/edgexfoundry_edgex-ui-go_PR-319:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:09:27 $ docker top da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:09:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:09:27 [ssh-agent] Looking for ssh-agent implementation... 08:09:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:09:27 $ docker exec da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 ssh-agent 08:09:27 SSH_AUTH_SOCK=/tmp/ssh-xLu8jRMaczv3/agent.11 08:09:27 SSH_AGENT_PID=16 08:09:27 Running ssh-add (command line suppressed) 08:09:28 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_9019085374115815751.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_9019085374115815751.key) 08:09:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:09:28 + git tag --points-at HEAD [Pipeline] } 08:09:28 $ docker exec --env ******** --env ******** da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 ssh-agent -k 08:09:28 unset SSH_AUTH_SOCK; 08:09:28 unset SSH_AGENT_PID; 08:09:28 echo Agent pid 16 killed; 08:09:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:09:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:09:28 [ssh-agent] Looking for ssh-agent implementation... 08:09:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:09:29 $ docker exec da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 ssh-agent 08:09:29 SSH_AUTH_SOCK=/tmp/ssh-NWa18CLhXMEQ/agent.46 08:09:29 SSH_AGENT_PID=51 08:09:29 Running ssh-add (command line suppressed) 08:09:29 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_7381995192388661214.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/private_key_7381995192388661214.key) 08:09:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:09:29 + git semver init 08:09:29 # -> Open(): unable to determine branch for HEAD 08:09:29 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-319/.git 08:09:29 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-319 08:09:29 # $SEMVER_REMOTE_NAME = origin 08:09:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:09:29 # $SEMVER_USER_NAME = edgex-jenkins 08:09:29 # $SEMVER_BRANCH = PR-319 08:09:29 # $SEMVER_TEMP = /tmp/semver-747121711 08:09:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 08:09:31 # '/tmp/semver-747121711' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-319/.semver' 08:09:31 # -> Force: false 08:09:31 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-319/.semver [Pipeline] } 08:09:31 $ docker exec --env ******** --env ******** da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 ssh-agent -k 08:09:31 unset SSH_AUTH_SOCK; 08:09:31 unset SSH_AGENT_PID; 08:09:31 echo Agent pid 51 killed; 08:09:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:09:31 + git semver [Pipeline] } 08:09:31 $ docker stop --time=1 da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 08:09:33 $ docker rm -f da89a2585c875b35a485745182dd58d1e5a1cb813a456ac206c46af375665d50 [Pipeline] // withDockerContainer [Pipeline] sh 08:09:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:09:34 Stashed 1 file(s) [Pipeline] echo 08:09:34 [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 08:09:50 Still waiting to schedule task 08:09:50 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31712’ 08:09:50 Still waiting to schedule task 08:09:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:11:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31713 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { [Pipeline] ws 08:11:32 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 08:11:37 using credential edgex-jenkins-ssh 08:11:38 Cloning the remote Git repository 08:11:38 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:11:38 > git init /w/workspace/edgex-ui-go/1 # timeout=10 08:11:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:11:38 > git --version # timeout=10 08:11:38 > git --version # 'git version 2.17.1' 08:11:38 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:11:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:11:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:11:40 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:11:40 Merging remotes/origin/master commit 3778f220d06894e70adc087f295b3bfdc904cdc4 into PR head commit ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 08:11:41 Merge succeeded, producing ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 08:11:41 Checking out Revision ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 (PR-319) 08:11:40 > git config core.sparsecheckout # timeout=10 08:11:40 > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 08:11:41 > git remote # timeout=10 08:11:41 > git config --get remote.origin.url # timeout=10 08:11:41 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:41 > git merge 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 08:11:41 > git rev-parse HEAD^{commit} # timeout=10 08:11:41 > git config core.sparsecheckout # timeout=10 08:11:41 > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 08:11:45 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 08:11:45 > git --version # timeout=10 08:11:45 > git --version # 'git version 2.17.1' 08:11:45 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:11:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:11:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:11:48 + true 08:11:48 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:11:51 provisioning config files... 08:11:51 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5913587584387668534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:11:52 ---> docker-login.sh 08:11:52 nexus3.edgexfoundry.org:10001 08:11:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:53 Configure a credential helper to remove this warning. See 08:11:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:53 08:11:53 Login Succeeded 08:11:53 nexus3.edgexfoundry.org:10002 08:11:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:54 Configure a credential helper to remove this warning. See 08:11:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:54 08:11:54 Login Succeeded 08:11:54 nexus3.edgexfoundry.org:10003 08:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:54 Configure a credential helper to remove this warning. See 08:11:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:54 08:11:54 Login Succeeded 08:11:54 nexus3.edgexfoundry.org:10004 08:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:55 Configure a credential helper to remove this warning. See 08:11:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:55 08:11:55 Login Succeeded 08:11:55 docker.io 08:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:55 Configure a credential helper to remove this warning. See 08:11:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:55 08:11:55 Login Succeeded 08:11:55 ---> docker-login.sh ends [Pipeline] } 08:11:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:11:56 ========================================================= 08:11:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:11:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:11:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:11:57 Sending build context to Docker daemon 17.3MB 08:11:57 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:11:57 Step 2/8 : FROM ${BASE} 08:11:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:11:57 5f621e34cdf4: Pulling fs layer 08:11:57 a4357932f1b6: Pulling fs layer 08:11:57 18c013af1878: Pulling fs layer 08:11:57 00ac8860ef70: Pulling fs layer 08:11:57 63d7cb157983: Pulling fs layer 08:11:57 b116817d02f9: Pulling fs layer 08:11:57 745a02a5169b: Pulling fs layer 08:11:57 00ac8860ef70: Waiting 08:11:57 63d7cb157983: Waiting 08:11:57 b116817d02f9: Waiting 08:11:57 745a02a5169b: Waiting 08:11:57 18c013af1878: Download complete 08:11:57 a4357932f1b6: Verifying Checksum 08:11:57 a4357932f1b6: Download complete 08:11:57 63d7cb157983: Verifying Checksum 08:11:57 63d7cb157983: Download complete 08:11:58 5f621e34cdf4: Verifying Checksum 08:11:58 b116817d02f9: Verifying Checksum 08:11:58 b116817d02f9: Download complete 08:11:59 5f621e34cdf4: Pull complete 08:11:59 a4357932f1b6: Pull complete 08:12:00 18c013af1878: Pull complete 08:12:00 745a02a5169b: Verifying Checksum 08:12:00 745a02a5169b: Download complete 08:12:02 00ac8860ef70: Verifying Checksum 08:12:02 00ac8860ef70: Download complete 08:12:10 Running on prd-centos7-docker-4c-2g-31714 in /w/workspace/edgexfoundry_edgex-ui-go_PR-319 [Pipeline] { [Pipeline] ws 08:12:10 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 08:12:12 00ac8860ef70: Pull complete 08:12:12 63d7cb157983: Pull complete 08:12:12 b116817d02f9: Pull complete 08:12:12 using credential edgex-jenkins-ssh 08:12:13 Cloning the remote Git repository 08:12:13 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:12:13 > git init /w/workspace/edgex-ui-go/1 # timeout=10 08:12:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:12:13 > git --version # timeout=10 08:12:13 > git --version # 'git version 2.24.3' 08:12:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:12:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:12:14 Merging remotes/origin/master commit 3778f220d06894e70adc087f295b3bfdc904cdc4 into PR head commit ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 08:12:14 Merge succeeded, producing ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 08:12:14 Checking out Revision ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 (PR-319) 08:12:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:12:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:12:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:12:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:12:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:12:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:12:14 > git config core.sparsecheckout # timeout=10 08:12:14 > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 08:12:14 > git remote # timeout=10 08:12:14 > git config --get remote.origin.url # timeout=10 08:12:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:12:14 > git merge 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 08:12:14 > git rev-parse HEAD^{commit} # timeout=10 08:12:14 > git config core.sparsecheckout # timeout=10 08:12:14 > git checkout -f ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 # timeout=10 08:12:17 745a02a5169b: Pull complete 08:12:17 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:12:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:12:17 ---> b7e6874047d6 08:12:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:12:18 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 08:12:18 > git --version # timeout=10 08:12:18 > git --version # 'git version 2.24.3' 08:12:18 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:12:19 ---> Running in 68c7e72b598f 08:12:20 Removing intermediate container 68c7e72b598f 08:12:20 ---> 4ce136e8bfab 08:12:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:12:20 ---> Running in 2e4500fb57ed 08:12:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:12:20 + sudo service docker restart 08:12:20 + true 08:12:20 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:12:22 provisioning config files... 08:12:22 Removing intermediate container 2e4500fb57ed 08:12:22 ---> bd67b40578a0 08:12:22 Step 5/8 : RUN apk add --no-cache make git 08:12:22 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5964400467551213352tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:12:22 ---> Running in 2d576ff7bd92 08:12:22 ---> docker-login.sh 08:12:22 nexus3.edgexfoundry.org:10001 08:12:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:23 Configure a credential helper to remove this warning. See 08:12:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:23 08:12:23 Login Succeeded 08:12:23 nexus3.edgexfoundry.org:10002 08:12:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:12:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:23 Configure a credential helper to remove this warning. See 08:12:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:23 08:12:23 Login Succeeded 08:12:23 nexus3.edgexfoundry.org:10003 08:12:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:23 Configure a credential helper to remove this warning. See 08:12:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:23 08:12:23 Login Succeeded 08:12:23 nexus3.edgexfoundry.org:10004 08:12:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:23 Configure a credential helper to remove this warning. See 08:12:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:23 08:12:23 Login Succeeded 08:12:23 docker.io 08:12:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:24 Configure a credential helper to remove this warning. See 08:12:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:24 08:12:24 Login Succeeded 08:12:24 ---> docker-login.sh ends [Pipeline] } 08:12:24 Deleting 1 temporary files 08:12:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 08:12:24 OK: 142 MiB in 39 packages [Pipeline] unstash [Pipeline] echo 08:12:25 ========================================================= 08:12:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:12:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:12:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:12:25 Sending build context to Docker daemon 17.3MB 08:12:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:12:25 Step 2/8 : FROM ${BASE} 08:12:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:12:25 188c0c94c7c5: Pulling fs layer 08:12:25 0ef7d3d256c8: Pulling fs layer 08:12:25 de9db76c5a1d: Pulling fs layer 08:12:25 bca2f99d35d6: Pulling fs layer 08:12:25 93359f2a8cfa: Pulling fs layer 08:12:25 7c6f9722023f: Pulling fs layer 08:12:25 a35cf1a2eb13: Pulling fs layer 08:12:25 93359f2a8cfa: Waiting 08:12:25 7c6f9722023f: Waiting 08:12:25 a35cf1a2eb13: Waiting 08:12:25 bca2f99d35d6: Waiting 08:12:26 de9db76c5a1d: Verifying Checksum 08:12:26 de9db76c5a1d: Download complete 08:12:26 0ef7d3d256c8: Download complete 08:12:26 93359f2a8cfa: Verifying Checksum 08:12:26 93359f2a8cfa: Download complete 08:12:26 188c0c94c7c5: Verifying Checksum 08:12:26 188c0c94c7c5: Download complete 08:12:26 7c6f9722023f: Verifying Checksum 08:12:26 7c6f9722023f: Download complete 08:12:26 Removing intermediate container 2d576ff7bd92 08:12:26 ---> 4dbc05fc3851 08:12:26 Step 6/8 : WORKDIR /edgex-ui-go 08:12:26 ---> Running in b292ec9ff841 08:12:26 188c0c94c7c5: Pull complete 08:12:26 Removing intermediate container b292ec9ff841 08:12:26 ---> 819d56d1d422 08:12:26 Step 7/8 : COPY . . 08:12:26 0ef7d3d256c8: Pull complete 08:12:26 de9db76c5a1d: Pull complete 08:12:28 a35cf1a2eb13: Download complete 08:12:28 bca2f99d35d6: Verifying Checksum 08:12:28 bca2f99d35d6: Download complete 08:12:29 ---> 0ef5121e028a 08:12:29 Step 8/8 : RUN go mod download 08:12:29 ---> Running in 2605073e4337 08:12:33 bca2f99d35d6: Pull complete 08:12:33 93359f2a8cfa: Pull complete 08:12:33 7c6f9722023f: Pull complete 08:12:44 a35cf1a2eb13: Pull complete 08:12:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:12:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:12:44 ---> a62c8e92a672 08:12:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:12:44 ---> Running in 29274a8f4819 08:12:44 Removing intermediate container 29274a8f4819 08:12:44 ---> e101f8f37f6f 08:12:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:44 ---> Running in 13ac884c332d 08:12:45 Removing intermediate container 13ac884c332d 08:12:45 ---> 8cff95ceb026 08:12:45 Step 5/8 : RUN apk add --no-cache make git 08:12:45 ---> Running in 61a2cc52e957 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:46 OK: 166 MiB in 39 packages 08:12:47 Removing intermediate container 61a2cc52e957 08:12:47 ---> 7e8aa924f48a 08:12:47 Step 6/8 : WORKDIR /edgex-ui-go 08:12:47 ---> Running in df3cf4a2c992 08:12:47 Removing intermediate container df3cf4a2c992 08:12:47 ---> 70b6422df878 08:12:47 Step 7/8 : COPY . . 08:12:49 ---> 81f90e2c4f1f 08:12:49 Step 8/8 : RUN go mod download 08:12:49 ---> Running in 2bfa300b6f90 08:13:01 Removing intermediate container 2605073e4337 08:13:01 ---> 75bad68895c1 08:13:01 Successfully built 75bad68895c1 08:13:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:13:01 + docker inspect -f . ci-base-image-arm64 08:13:01 . [Pipeline] withDockerContainer 08:13:02 prd-ubuntu18.04-docker-arm64-4c-16g-31713 does not seem to be running inside a container 08:13:02 $ 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 ******** ci-base-image-arm64 cat 08:13:03 $ docker top 458cdb3463894d266b498c8ec09713b6783424ec7439261529f8fd3ae01d7c63 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:04 + go version 08:13:04 go version go1.15.5 linux/arm64 [Pipeline] } 08:13:04 $ docker stop --time=1 458cdb3463894d266b498c8ec09713b6783424ec7439261529f8fd3ae01d7c63 08:13:06 $ docker rm -f 458cdb3463894d266b498c8ec09713b6783424ec7439261529f8fd3ae01d7c63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:08 + docker inspect -f . ci-base-image-arm64 08:13:08 . [Pipeline] withDockerContainer 08:13:08 prd-ubuntu18.04-docker-arm64-4c-16g-31713 does not seem to be running inside a container 08:13:08 $ 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 ******** ci-base-image-arm64 cat 08:13:10 $ docker top 74fb93d5a0a0c6b640a3675415e892af28a47f1496423ee12b44e92ab8dc7f43 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:11 + make test 08:13:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:13:12 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:13:16 Removing intermediate container 2bfa300b6f90 08:13:16 ---> ad420912ee54 08:13:16 Successfully built ad420912ee54 08:13:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:13:17 + docker inspect -f . ci-base-image-x86_64 08:13:17 . [Pipeline] withDockerContainer 08:13:17 prd-centos7-docker-4c-2g-31714 does not seem to be running inside a container 08:13:17 $ 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 ******** ci-base-image-x86_64 cat 08:13:18 $ docker top cdae03e2a7a9cb955578dc95166f9b58eb341d93e5143740a70cab1a17c699f0 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:18 + go version 08:13:18 go version go1.15.5 linux/amd64 [Pipeline] } 08:13:18 $ docker stop --time=1 cdae03e2a7a9cb955578dc95166f9b58eb341d93e5143740a70cab1a17c699f0 08:13:20 $ docker rm -f cdae03e2a7a9cb955578dc95166f9b58eb341d93e5143740a70cab1a17c699f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:21 + docker inspect -f . ci-base-image-x86_64 08:13:21 . [Pipeline] withDockerContainer 08:13:21 prd-centos7-docker-4c-2g-31714 does not seem to be running inside a container 08:13:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:13:22 $ docker top 503e3d08cfff5f580a644103981bd4bf0adcf26c7324fac0e78e93ab8ee79b01 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:23 + make test 08:13:23 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:13:24 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:13:34 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:13:34 GO111MODULE=on go vet ./... [Pipeline] } 08:13:35 $ docker stop --time=1 503e3d08cfff5f580a644103981bd4bf0adcf26c7324fac0e78e93ab8ee79b01 08:13:37 $ docker rm -f 503e3d08cfff5f580a644103981bd4bf0adcf26c7324fac0e78e93ab8ee79b01 [Pipeline] // withDockerContainer [Pipeline] sh 08:13:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:13:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:13:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:13:39 GO111MODULE=on go vet ./... [Pipeline] sh 08:13:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:13:42 + ls -al . 08:13:42 total 92 08:13:42 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 29 08:13 . 08:13:42 drwxrwxr-x. 4 jenkins jenkins 28 Mar 29 08:12 .. 08:13:42 drwxrwxr-x. 3 jenkins jenkins 20 Mar 29 08:12 assets 08:13:42 drwxrwxr-x. 2 jenkins jenkins 35 Mar 29 08:12 bin 08:13:42 drwxrwxr-x. 3 jenkins jenkins 29 Mar 29 08:12 cmd 08:13:42 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 29 08:12 CONTRIBUTING.md 08:13:42 -rw-r--r--. 1 jenkins jenkins 10 Mar 29 08:13 coverage.out 08:13:42 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 29 08:12 Dockerfile 08:13:42 -rw-rw-r--. 1 jenkins jenkins 902 Mar 29 08:12 Dockerfile.build 08:13:42 drwxrwxr-x. 5 jenkins jenkins 104 Mar 29 08:12 docs 08:13:42 drwxrwxr-x. 8 jenkins jenkins 179 Mar 29 08:12 .git 08:13:42 drwxrwxr-x. 2 jenkins jenkins 103 Mar 29 08:12 .github 08:13:42 -rw-rw-r--. 1 jenkins jenkins 153 Mar 29 08:12 .gitignore 08:13:42 -rw-rw-r--. 1 jenkins jenkins 987 Mar 29 08:12 go.mod 08:13:42 -rw-r--r--. 1 jenkins jenkins 22319 Mar 29 08:13 go.sum 08:13:42 drwxrwxr-x. 10 jenkins jenkins 139 Mar 29 08:12 internal 08:13:42 -rw-rw-r--. 1 jenkins jenkins 652 Mar 29 08:12 Jenkinsfile 08:13:42 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 29 08:12 LICENSE 08:13:42 -rw-rw-r--. 1 jenkins jenkins 951 Mar 29 08:12 Makefile 08:13:42 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 29 08:12 README.md 08:13:42 -rw-rw-r--. 1 jenkins jenkins 5 Mar 29 08:09 VERSION 08:13:42 -rw-rw-r--. 1 jenkins jenkins 155 Mar 29 08:12 version.go 08:13:42 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 29 08:12 web [Pipeline] isUnix [Pipeline] sh 08:13:43 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 --label arch=amd64 --label version=0.0.0 . 08:13:43 Sending build context to Docker daemon 17.32MB 08:13:43 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:13:43 Step 2/24 : FROM ${BASE} AS builder 08:13:43 ---> ad420912ee54 08:13:43 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:13:43 ---> Running in d354b2a610c4 08:13:44 Removing intermediate container d354b2a610c4 08:13:44 ---> 83515fc94168 08:13:44 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:13:44 ---> Running in e71f481aaafb 08:13:44 Removing intermediate container e71f481aaafb 08:13:44 ---> a9e763a16998 08:13:44 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:13:44 ---> Running in 5fcb26dbb673 08:13:44 Removing intermediate container 5fcb26dbb673 08:13:44 ---> c6836bcd8d08 08:13:44 Step 6/24 : LABEL Name=edgex-ui-go 08:13:44 ---> Running in fc30b7b25fa3 08:13:45 Removing intermediate container fc30b7b25fa3 08:13:45 ---> a85cfa60a9f6 08:13:45 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:13:45 ---> Running in 9f2df22cd839 [Pipeline] } 08:13:45 $ docker stop --time=1 74fb93d5a0a0c6b640a3675415e892af28a47f1496423ee12b44e92ab8dc7f43 08:13:45 Removing intermediate container 9f2df22cd839 08:13:45 ---> 9c2173d6397f 08:13:45 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:45 ---> Running in 92f5a0e65cbe 08:13:46 Removing intermediate container 92f5a0e65cbe 08:13:46 ---> 5a54ef6602f4 08:13:46 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:13:46 ---> Running in 6c39c0801373 08:13:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:13:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:13:47 $ docker rm -f 74fb93d5a0a0c6b640a3675415e892af28a47f1496423ee12b44e92ab8dc7f43 08:13:47 OK: 166 MiB in 39 packages [Pipeline] // withDockerContainer [Pipeline] sh 08:13:48 Removing intermediate container 6c39c0801373 08:13:48 ---> 4a6064fe2169 08:13:48 Step 10/24 : ENV GO111MODULE=on 08:13:48 ---> Running in 765053f52009 08:13:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:13:48 Warning: overwriting stash ‘coverage-report’ 08:13:48 Removing intermediate container 765053f52009 08:13:48 ---> b4bcd11b5063 08:13:48 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:13:48 ---> Running in e9372662261d 08:13:48 Removing intermediate container e9372662261d 08:13:48 ---> 594774e17540 08:13:48 Step 12/24 : COPY go.mod . 08:13:48 ---> ab23dae093db 08:13:48 Step 13/24 : COPY Makefile . 08:13:49 ---> 3657291e4388 08:13:49 Step 14/24 : RUN make update 08:13:49 ---> Running in 10594f858981 08:13:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 08:13:49 CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:13:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:13:50 Removing intermediate container 10594f858981 08:13:50 ---> 055bc454f2dd 08:13:50 Step 15/24 : COPY . . 08:13:50 + ls -al . 08:13:50 total 124 08:13:50 drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 08:13 . 08:13:50 drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 08:11 .. 08:13:50 drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 08:11 .git 08:13:50 drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 08:11 .github 08:13:50 -rw-rw-r-- 1 jenkins jenkins 153 Mar 29 08:11 .gitignore 08:13:50 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 29 08:11 CONTRIBUTING.md 08:13:50 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 29 08:11 Dockerfile 08:13:50 -rw-rw-r-- 1 jenkins jenkins 902 Mar 29 08:11 Dockerfile.build 08:13:50 -rw-rw-r-- 1 jenkins jenkins 652 Mar 29 08:11 Jenkinsfile 08:13:50 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 29 08:11 LICENSE 08:13:50 -rw-rw-r-- 1 jenkins jenkins 951 Mar 29 08:11 Makefile 08:13:50 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 29 08:11 README.md 08:13:50 -rw-rw-r-- 1 jenkins jenkins 5 Mar 29 08:09 VERSION 08:13:50 drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 08:11 assets 08:13:50 drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 08:11 bin 08:13:50 drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 08:11 cmd 08:13:50 -rw-r--r-- 1 jenkins jenkins 10 Mar 29 08:13 coverage.out 08:13:50 drwxrwxr-x 5 jenkins jenkins 4096 Mar 29 08:11 docs 08:13:50 -rw-rw-r-- 1 jenkins jenkins 987 Mar 29 08:11 go.mod 08:13:50 -rw-r--r-- 1 jenkins jenkins 22319 Mar 29 08:13 go.sum 08:13:50 drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 08:11 internal 08:13:50 -rw-rw-r-- 1 jenkins jenkins 155 Mar 29 08:11 version.go 08:13:50 drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 08:11 web [Pipeline] isUnix [Pipeline] sh 08:13:50 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 --label arch=arm64 --label version=0.0.0 . 08:13:51 Sending build context to Docker daemon 17.32MB 08:13:51 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:13:51 Step 2/24 : FROM ${BASE} AS builder 08:13:51 ---> 75bad68895c1 08:13:51 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:13:51 ---> 899d767cf752 08:13:51 Step 16/24 : RUN ${MAKE} 08:13:51 ---> Running in 84c35ef411ac 08:13:52 ---> Running in 9c70e908a43b 08:13:52 Removing intermediate container 9c70e908a43b 08:13:52 ---> 8b73b6c36653 08:13:52 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:13:52 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 08:13:52 ---> Running in 0ee2d5f9f4d6 08:13:52 Removing intermediate container 0ee2d5f9f4d6 08:13:52 ---> 47be1e54307b 08:13:52 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:13:53 ---> Running in 42c5d840d369 08:13:53 Removing intermediate container 42c5d840d369 08:13:53 ---> 49fb550419c0 08:13:53 Step 6/24 : LABEL Name=edgex-ui-go 08:13:53 ---> Running in f03145225786 08:13:54 Removing intermediate container f03145225786 08:13:54 ---> 2a6b3dff8b42 08:13:54 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:13:54 ---> Running in f3263448a86d 08:13:54 Removing intermediate container f3263448a86d 08:13:54 ---> 38031c49a7f8 08:13:54 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:54 ---> Running in e66569e130cf 08:13:56 Removing intermediate container e66569e130cf 08:13:56 ---> 4a55ee371649 08:13:56 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:13:57 ---> Running in 2bf220754052 08:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:14:00 OK: 142 MiB in 39 packages 08:14:01 Removing intermediate container 2bf220754052 08:14:01 ---> 617713ef3be9 08:14:01 Step 10/24 : ENV GO111MODULE=on 08:14:01 ---> Running in 5a6dbd4425ff 08:14:02 Removing intermediate container 5a6dbd4425ff 08:14:02 ---> 46ae65a1ce56 08:14:02 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:14:02 ---> Running in c23e1646dc5c 08:14:02 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:14:02 Removing intermediate container c23e1646dc5c 08:14:02 ---> 0c3417f16c7c 08:14:02 Step 12/24 : COPY go.mod . 08:14:03 ---> 0b438b41ccb4 08:14:03 Step 13/24 : COPY Makefile . 08:14:04 ---> a912d9e361d8 08:14:04 Step 14/24 : RUN make update 08:14:04 ---> Running in 0d8f07f3d93c 08:14:05 Removing intermediate container 84c35ef411ac 08:14:05 ---> 7b794e719282 08:14:05 Step 17/24 : FROM alpine:3.12 08:14:05 3.12: Pulling from library/alpine 08:14:05 22599d3e9e25: Pulling fs layer 08:14:05 22599d3e9e25: Download complete 08:14:05 22599d3e9e25: Pull complete 08:14:05 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 08:14:05 CGO_ENABLED=0 GO111MODULE=on go mod download 08:14:05 Status: Downloaded newer image for alpine:3.12 08:14:05 ---> 42cb162f0360 08:14:05 Step 18/24 : EXPOSE 4000 08:14:05 ---> Running in 19adea410c35 08:14:06 Removing intermediate container 19adea410c35 08:14:06 ---> 3043e9f1f98c 08:14:06 Step 19/24 : 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 08:14:06 Removing intermediate container 0d8f07f3d93c 08:14:06 ---> d80cc9042980 08:14:06 Step 15/24 : COPY . . 08:14:07 ---> 7ffcd4ef299a 08:14:07 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:14:07 ---> Running in f6ee02b62b98 08:14:07 Removing intermediate container f6ee02b62b98 08:14:07 ---> a6c1fba8f674 08:14:07 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:14:07 ---> Running in c0d1d27046fd 08:14:07 Removing intermediate container c0d1d27046fd 08:14:07 ---> 08a8e56e5d8d 08:14:07 Step 22/24 : LABEL arch=amd64 08:14:07 ---> Running in 1a9697f01015 08:14:07 Removing intermediate container 1a9697f01015 08:14:07 ---> 31f882cf8ef7 08:14:07 Step 23/24 : LABEL git_sha=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 08:14:07 ---> Running in 9474699da3fd 08:14:08 Removing intermediate container 9474699da3fd 08:14:08 ---> 4b765f7c512e 08:14:08 Step 24/24 : LABEL version=0.0.0 08:14:08 ---> Running in 0340393283fa 08:14:08 Removing intermediate container 0340393283fa 08:14:08 ---> f95832e9f976 08:14:08 [Warning] One or more build-args [ARCH] were not consumed 08:14:08 Successfully built f95832e9f976 08:14:08 Successfully tagged docker-edgex-ui-go: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 08:14:09 ---> 167323d99b59 08:14:09 Step 16/24 : RUN ${MAKE} 08:14:09 ---> Running in 501c99abb5df [Pipeline] libraryResource [Pipeline] sh 08:14:09 ---> job-cost.sh 08:14:09 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NpqQ 08:14:10 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 08:14:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:14:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:14:41 Removing intermediate container 501c99abb5df 08:14:41 ---> 555bdc9ef3ef 08:14:41 Step 17/24 : FROM alpine:3.12 08:14:41 3.12: Pulling from library/alpine 08:14:41 95dec6db3722: Pulling fs layer 08:14:41 95dec6db3722: Verifying Checksum 08:14:41 95dec6db3722: Download complete 08:14:42 95dec6db3722: Pull complete 08:14:42 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 08:14:42 Status: Downloaded newer image for alpine:3.12 08:14:42 ---> e47305ac9786 08:14:42 Step 18/24 : EXPOSE 4000 08:14:42 ---> Running in 00347e5ab67c 08:14:43 Removing intermediate container 00347e5ab67c 08:14:43 ---> fb7686827137 08:14:43 Step 19/24 : 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 08:14:45 ---> d80742f32095 08:14:45 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:14:45 ---> Running in 7c13bcd83ffd 08:14:45 Removing intermediate container 7c13bcd83ffd 08:14:45 ---> fdb966c195a4 08:14:45 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:14:45 ---> Running in 90b3954ea908 08:14:45 Removing intermediate container 90b3954ea908 08:14:45 ---> 6e836c78b10d 08:14:45 Step 22/24 : LABEL arch=arm64 08:14:46 ---> Running in e95e4d1c0356 08:14:46 Removing intermediate container e95e4d1c0356 08:14:46 ---> 88ba729c6738 08:14:46 Step 23/24 : LABEL git_sha=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 08:14:46 ---> Running in dab4eb0c1d77 08:14:47 Removing intermediate container dab4eb0c1d77 08:14:47 ---> 142891b79e72 08:14:47 Step 24/24 : LABEL version=0.0.0 08:14:47 ---> Running in 8889521e6875 08:14:47 Removing intermediate container 8889521e6875 08:14:47 ---> 71355a8805cc 08:14:47 [Warning] One or more build-args [ARCH] were not consumed 08:14:47 Successfully built 71355a8805cc 08:14:47 Successfully tagged docker-edgex-ui-go-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] libraryResource [Pipeline] sh 08:14:49 ---> job-cost.sh 08:14:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JZt9 08:14:56 lf-activate-venv(): INFO: Adding /tmp/venv-NpqQ/bin to PATH 08:14:56 INFO: No Stack... 08:14:56 INFO: Retrieving Pricing Info for: v1-standard-2 08:14:56 INFO: Archiving Costs [Pipeline] sh 08:14:57 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 08:14:57 + cut -d, -f6 [Pipeline] lock 08:14:57 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] 08:14:57 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] did not exist. Created. 08:14:57 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:14:57 + echo total: 0.029999999329447746 [Pipeline] stash 08:14:58 Stashed 1 file(s) [Pipeline] } 08:14:58 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:15:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:17:04 lf-activate-venv(): INFO: Adding /tmp/venv-JZt9/bin to PATH 08:17:04 INFO: No Stack... 08:17:04 INFO: Retrieving Pricing Info for: lf-standard-4 08:17:04 INFO: Archiving Costs [Pipeline] sh 08:17:05 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 08:17:05 + cut -d, -f6 [Pipeline] lock 08:17:05 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] 08:17:05 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] did not exist. Created. 08:17:05 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:17:05 /w/workspace/edgex-ui-go/1@tmp/durable-848aa5dc/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-848aa5dc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 08:17:06 + echo total: 0.20999999344348907 [Pipeline] stash 08:17:06 Warning: overwriting stash ‘stack-cost’ 08:17:06 Stashed 1 file(s) [Pipeline] } 08:17:06 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-319-1-stack-cost] [Pipeline] // lock [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] wrap 08:17:08 provisioning config files... 08:17:08 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config5066151392318825233tmp [Pipeline] { [Pipeline] sh 08:17:08 + set +x 08:17:08 + curl -s https://codecov.io/bash 08:17:08 + bash -s -- 08:17:09 08:17:09 _____ _ 08:17:09 / ____| | | 08:17:09 | | ___ __| | ___ ___ _____ __ 08:17:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:17:09 | |___| (_) | (_| | __/ (_| (_) \ V / 08:17:09 \_____\___/ \__,_|\___|\___\___/ \_/ 08:17:09 Bash-20210309-2b87ace 08:17:09 08:17:09 08:17:09 ==> git version 2.24.3 found 08:17:09 ==> 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 08:17:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:17:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:17:09 ==> Jenkins CI detected. 08:17:09 project root: . 08:17:09 --> token set from env 08:17:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:17:09 ==> Running gcov in . (disable via -X gcov) 08:17:09 ==> Python coveragepy not found 08:17:09 ==> Searching for coverage reports in: 08:17:09 + . 08:17:09 -> Found 1 reports 08:17:09 ==> Detecting git/mercurial file structure 08:17:09 ==> Reading reports 08:17:09 + ./coverage.out bytes=10 08:17:09 ==> Appending adjustments 08:17:09 https://docs.codecov.io/docs/fixing-reports 08:17:09 + Found adjustments 08:17:09 ==> Gzipping contents 08:17:09 4.0K /tmp/codecov.QlFSRd.gz 08:17:09 ==> Uploading reports 08:17:09 url: https://codecov.io 08:17:09 query: branch=PR-319&commit=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-319%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=319&job=&cmd_args= 08:17:09 -> Pinging Codecov 08:17:09 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-319&commit=ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-319%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=319&job=&cmd_args= 08:17:09 -> Uploading to 08:17:09 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/FB506323287CE973F263BFD2A0EB1F37/ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0/1c094b3a-243a-43b5-b0cc-9fea36170d97.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T081709Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=326d623ea047150b1f46489a82389fa08f012f2964891d618b2fd9e948995c74 08:17:09 % Total % Received % Xferd Average Speed Time Time Time Current 08:17:09 Dload Upload Total Spent Left Speed 08:17:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3318 0 0 100 3318 0 6960 --:--:-- --:--:-- --:--:-- 6970 08:17:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/ae0b2711b7bd97f6c2f96a8eacd640e3b74b45d0 [Pipeline] } 08:17:10 Deleting 1 temporary files [Pipeline] // wrap [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:17:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:17:14 ---> package-listing.sh 08:17:14 ++ facter osfamily 08:17:14 ++ tr '[:upper:]' '[:lower:]' 08:17:14 + OS_FAMILY=redhat 08:17:14 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-319 08:17:14 + START_PACKAGES=/tmp/packages_start.txt 08:17:14 + END_PACKAGES=/tmp/packages_end.txt 08:17:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:17:14 + PACKAGES=/tmp/packages_start.txt 08:17:14 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-319 ']' 08:17:14 + PACKAGES=/tmp/packages_end.txt 08:17:14 + case "${OS_FAMILY}" in 08:17:14 + rpm -qa 08:17:14 + sort 08:17:19 + '[' -f /tmp/packages_start.txt ']' 08:17:19 + '[' -f /tmp/packages_end.txt ']' 08:17:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:17:19 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-319 ']' 08:17:19 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-319/archives/ 08:17:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-319/archives/ [Pipeline] echo 08:17:19 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-319/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:17:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:17:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:17:20 08:17:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:17:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:17:20 alpine: Pulling from edgex-lftools-log-publisher 08:17:20 df20fa9351a1: Pulling fs layer 08:17:20 36b3adc4ff6f: Pulling fs layer 08:17:20 8ad3a11d3b57: Pulling fs layer 08:17:20 46f8f816bc3b: Pulling fs layer 08:17:20 93b61091891f: Pulling fs layer 08:17:20 93b9cdb0e59b: Pulling fs layer 08:17:20 5e14af77c1be: Pulling fs layer 08:17:20 01666e4c0597: Pulling fs layer 08:17:20 aa168da1d23b: Pulling fs layer 08:17:20 5e14af77c1be: Waiting 08:17:20 01666e4c0597: Waiting 08:17:20 aa168da1d23b: Waiting 08:17:20 46f8f816bc3b: Waiting 08:17:20 93b61091891f: Waiting 08:17:20 93b9cdb0e59b: Waiting 08:17:20 36b3adc4ff6f: Verifying Checksum 08:17:20 36b3adc4ff6f: Download complete 08:17:20 46f8f816bc3b: Verifying Checksum 08:17:20 46f8f816bc3b: Download complete 08:17:20 df20fa9351a1: Download complete 08:17:20 93b9cdb0e59b: Verifying Checksum 08:17:20 93b9cdb0e59b: Download complete 08:17:20 5e14af77c1be: Verifying Checksum 08:17:20 5e14af77c1be: Download complete 08:17:20 93b61091891f: Verifying Checksum 08:17:20 93b61091891f: Download complete 08:17:20 01666e4c0597: Verifying Checksum 08:17:20 01666e4c0597: Download complete 08:17:21 df20fa9351a1: Pull complete 08:17:21 36b3adc4ff6f: Pull complete 08:17:21 8ad3a11d3b57: Download complete 08:17:22 8ad3a11d3b57: Pull complete 08:17:22 46f8f816bc3b: Pull complete 08:17:23 aa168da1d23b: Verifying Checksum 08:17:23 aa168da1d23b: Download complete 08:17:24 93b61091891f: Pull complete 08:17:24 93b9cdb0e59b: Pull complete 08:17:24 5e14af77c1be: Pull complete 08:17:24 01666e4c0597: Pull complete 08:17:32 aa168da1d23b: Pull complete 08:17:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:17:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:17:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:17:33 prd-centos7-docker-4c-2g-31712 does not seem to be running inside a container 08:17:33 $ 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-319/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-319 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319:/w/workspace/edgexfoundry_edgex-ui-go_PR-319:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:17:36 $ docker top 386d331a8097b8661360c39ffdda15bfe5c125681a577f741e78c2c2f08848e5 -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:36 + touch /tmp/pre-build-complete [Pipeline] sh 08:17:37 + mkdir -p /var/log/sa [Pipeline] sh 08:17:37 + ls /var/log/sa-host 08:17:37 + sadf -c /var/log/sa-host/sa23 08:17:37 file_magic: OK 08:17:37 HZ: Using current value: 100 08:17:37 file_header: OK 08:17:37 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 08:17:37 Statistics: 08:17:37 Hnuu...uuuununununu... 08:17:37 File successfully converted to sysstat format version 12.2.1 08:17:37 + sadf -c /var/log/sa-host/sa29 08:17:37 file_magic: OK 08:17:37 HZ: Using current value: 100 08:17:37 file_header: OK 08:17:37 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 08:17:37 Statistics: 08:17:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:17:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:17:38 provisioning config files... 08:17:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-319@tmp/config5589298167641582581tmp [Pipeline] { [Pipeline] echo 08:17:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:17:38 ---> create-netrc.sh [Pipeline] } 08:17:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:17:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:17:39 ---> python-tools-install.sh [Pipeline] echo 08:17:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:17:39 ---> sudo-logs.sh 08:17:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:17:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:17:40 ---> job-cost.sh 08:17:40 lf-activate-venv: SKIPPING 08:17:40 DEBUG: total: 0.20999999344348907 08:17:40 INFO: Retrieving Stack Cost... 08:17:42 INFO: Retrieving Pricing Info for: v1-standard-2 08:17:42 INFO: Archiving Costs [Pipeline] echo 08:17:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:17:42 ---> logs-deploy.sh 08:17:42 lf-activate-venv: SKIPPING 08:17:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-319/1 08:17:42 INFO: archiving workspace using pattern(s): 08:17:44 Archives upload complete. 08:17:44 INFO: archiving logs to Nexus