Pull request #317 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164+03d6e45996491a5582f07f1d234588528d2720b6 (23c72bc3bcd9410a152dcd7da7d81f8e12f6192a) 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-317/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-317/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-31517 in /w/workspace/edgexfoundry_edgex-ui-go_PR-317 [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-317 # 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/317/head:refs/remotes/origin/PR-317 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 Merge succeeded, producing e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 Checking out Revision e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 (PR-317) > git config core.sparsecheckout # timeout=10 > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # 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 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # 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 06:48:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:48:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:48:10 ========================================================= 06:48:10 EdgeX Global Pipelines Version Info 06:48:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:48:11 ------------------- 06:48:11 stable info: 06:48:11 ------------------- 06:48:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:48:11 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:48:11 Message: update stable to v1.0.186 06:48:12 ------------------- 06:48:12 experimental info: 06:48:12 ------------------- 06:48:12 Commited By: **** collab-it+edgex@linuxfoundation.org 06:48:12 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:48:12 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:48:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:48:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:48:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:48:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:48:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:48:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:48:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:48:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:48:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:48:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:48:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:48:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 06:48:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:48:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:48:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:48:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:48:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:48:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:48:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:48:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:48:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:48:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:48:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:48:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:48:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:48:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:48:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-317 [Pipeline] echo 06:48:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-317 [Pipeline] echo 06:48:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-317 [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e1a39b4 [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:48:17 provisioning config files... 06:48:17 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/config3781957095930078722tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:48:18 ---> docker-login.sh 06:48:18 nexus3.edgexfoundry.org:10001 06:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:18 Configure a credential helper to remove this warning. See 06:48:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:18 06:48:18 Login Succeeded 06:48:18 nexus3.edgexfoundry.org:10002 06:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:18 Configure a credential helper to remove this warning. See 06:48:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:18 06:48:18 Login Succeeded 06:48:18 nexus3.edgexfoundry.org:10003 06:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:18 Configure a credential helper to remove this warning. See 06:48:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:18 06:48:18 Login Succeeded 06:48:18 nexus3.edgexfoundry.org:10004 06:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:19 Configure a credential helper to remove this warning. See 06:48:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:19 06:48:19 Login Succeeded 06:48:19 docker.io 06:48:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:19 Configure a credential helper to remove this warning. See 06:48:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:19 06:48:19 Login Succeeded 06:48:19 ---> docker-login.sh ends [Pipeline] } 06:48: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 06:48:20 + git log --format=format:%s -1 e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [Pipeline] echo 06:48:20 GIT_COMMIT: e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 06:48:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:48:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:48:22 06:48:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:48:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:48:22 latest: Pulling from edgex-devops/git-semver 06:48:22 31603596830f: Pulling fs layer 06:48:22 2a8b12db71e7: Pulling fs layer 06:48:22 6ca5941a6612: Pulling fs layer 06:48:22 ecc8261a40a4: Pulling fs layer 06:48:22 ecc8261a40a4: Waiting 06:48:22 2a8b12db71e7: Verifying Checksum 06:48:22 2a8b12db71e7: Download complete 06:48:22 31603596830f: Verifying Checksum 06:48:22 31603596830f: Download complete 06:48:22 ecc8261a40a4: Verifying Checksum 06:48:22 ecc8261a40a4: Download complete 06:48:22 6ca5941a6612: Verifying Checksum 06:48:22 6ca5941a6612: Download complete 06:48:22 31603596830f: Pull complete 06:48:23 2a8b12db71e7: Pull complete 06:48:23 6ca5941a6612: Pull complete 06:48:24 ecc8261a40a4: Pull complete 06:48:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:48:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:48:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:48:24 prd-centos7-docker-4c-2g-31517 does not seem to be running inside a container 06:48:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-317 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-317:/w/workspace/edgexfoundry_edgex-ui-go_PR-317:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:48:26 $ docker top 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:48:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:48:26 [ssh-agent] Looking for ssh-agent implementation... 06:48:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:48:27 $ docker exec 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 ssh-agent 06:48:27 SSH_AUTH_SOCK=/tmp/ssh-uah7C3pHMcnC/agent.12 06:48:27 SSH_AGENT_PID=18 06:48:27 Running ssh-add (command line suppressed) 06:48:27 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/private_key_1460181147203893513.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/private_key_1460181147203893513.key) 06:48:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:48:27 + git tag --points-at HEAD [Pipeline] } 06:48:27 $ docker exec --env ******** --env ******** 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 ssh-agent -k 06:48:28 unset SSH_AUTH_SOCK; 06:48:28 unset SSH_AGENT_PID; 06:48:28 echo Agent pid 18 killed; 06:48:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:48:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:48:28 [ssh-agent] Looking for ssh-agent implementation... 06:48:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:48:28 $ docker exec 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 ssh-agent 06:48:28 SSH_AUTH_SOCK=/tmp/ssh-SoBb7KUd6BXj/agent.46 06:48:28 SSH_AGENT_PID=51 06:48:28 Running ssh-add (command line suppressed) 06:48:28 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/private_key_1141342702351389613.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/private_key_1141342702351389613.key) 06:48:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:48:29 + git semver init 06:48:29 # -> Open(): unable to determine branch for HEAD 06:48:29 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-317/.git 06:48:29 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-317 06:48:29 # $SEMVER_REMOTE_NAME = origin 06:48:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:48:29 # $SEMVER_USER_NAME = edgex-jenkins 06:48:29 # $SEMVER_BRANCH = PR-317 06:48:29 # $SEMVER_TEMP = /tmp/semver-793443976 06:48:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:48:30 # '/tmp/semver-793443976' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-317/.semver' 06:48:30 # -> Force: false 06:48:30 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-317/.semver [Pipeline] } 06:48:30 $ docker exec --env ******** --env ******** 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 ssh-agent -k 06:48:30 unset SSH_AUTH_SOCK; 06:48:30 unset SSH_AGENT_PID; 06:48:30 echo Agent pid 51 killed; 06:48:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:48:31 + git semver [Pipeline] } 06:48:31 $ docker stop --time=1 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 06:48:32 $ docker rm -f 983c804a050eb332bc9413e8ecde09385dc16b8457723386b0d2ac77d4f59612 [Pipeline] // withDockerContainer [Pipeline] sh 06:48:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:48:33 Stashed 1 file(s) [Pipeline] echo 06:48:33 [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 06:48:49 Still waiting to schedule task 06:48:49 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31517’ 06:48:49 Still waiting to schedule task 06:48:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:50:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31518 in /w/workspace/edgexfoundry_edgex-ui-go_PR-317 [Pipeline] { [Pipeline] ws 06:50:24 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 06:50:29 using credential edgex-jenkins-ssh 06:50:29 Cloning the remote Git repository 06:50:29 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:50:29 > git init /w/workspace/edgex-ui-go/1 # timeout=10 06:50:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:50:29 > git --version # timeout=10 06:50:29 > git --version # 'git version 2.17.1' 06:50:29 using GIT_SSH to set credentials SSH Credentials for GitHub 06:50:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:50:31 Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 06:50:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:50:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:50:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:50:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:50:31 using GIT_SSH to set credentials SSH Credentials for GitHub 06:50:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:50:31 > git config core.sparsecheckout # timeout=10 06:50:31 > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # timeout=10 06:50:32 Merge succeeded, producing e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 06:50:32 Checking out Revision e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 (PR-317) 06:50:31 > git remote # timeout=10 06:50:31 > git config --get remote.origin.url # timeout=10 06:50:31 using GIT_SSH to set credentials SSH Credentials for GitHub 06:50:31 > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 06:50:31 > git rev-parse HEAD^{commit} # timeout=10 06:50:32 > git config core.sparsecheckout # timeout=10 06:50:32 > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # timeout=10 06:50:36 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:50:36 > git --version # timeout=10 06:50:36 > git --version # 'git version 2.17.1' 06:50:36 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:50:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:50:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:50:39 + sudo service docker restart 06:50:39 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:50:42 provisioning config files... 06:50:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4288881958512851965tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:50:42 ---> docker-login.sh 06:50:42 nexus3.edgexfoundry.org:10001 06:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:44 Configure a credential helper to remove this warning. See 06:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:44 06:50:44 Login Succeeded 06:50:44 nexus3.edgexfoundry.org:10002 06:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:44 Configure a credential helper to remove this warning. See 06:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:44 06:50:44 Login Succeeded 06:50:44 nexus3.edgexfoundry.org:10003 06:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:44 Configure a credential helper to remove this warning. See 06:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:44 06:50:44 Login Succeeded 06:50:44 nexus3.edgexfoundry.org:10004 06:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:45 Configure a credential helper to remove this warning. See 06:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:45 06:50:45 Login Succeeded 06:50:45 docker.io 06:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:46 Configure a credential helper to remove this warning. See 06:50:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:46 06:50:46 Login Succeeded 06:50:46 ---> docker-login.sh ends [Pipeline] } 06:50:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:50:46 ========================================================= 06:50:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:50:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:50:47 + 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 . 06:50:47 Sending build context to Docker daemon 17.29MB 06:50:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:50:48 Step 2/8 : FROM ${BASE} 06:50:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:50:48 5f621e34cdf4: Pulling fs layer 06:50:48 a4357932f1b6: Pulling fs layer 06:50:48 18c013af1878: Pulling fs layer 06:50:48 00ac8860ef70: Pulling fs layer 06:50:48 63d7cb157983: Pulling fs layer 06:50:48 b116817d02f9: Pulling fs layer 06:50:48 745a02a5169b: Pulling fs layer 06:50:48 b116817d02f9: Waiting 06:50:48 745a02a5169b: Waiting 06:50:48 00ac8860ef70: Waiting 06:50:48 63d7cb157983: Waiting 06:50:48 18c013af1878: Verifying Checksum 06:50:48 18c013af1878: Download complete 06:50:48 a4357932f1b6: Verifying Checksum 06:50:48 a4357932f1b6: Download complete 06:50:48 63d7cb157983: Download complete 06:50:48 b116817d02f9: Download complete 06:50:48 5f621e34cdf4: Verifying Checksum 06:50:48 5f621e34cdf4: Download complete 06:50:49 5f621e34cdf4: Pull complete 06:50:50 a4357932f1b6: Pull complete 06:50:50 18c013af1878: Pull complete 06:50:51 745a02a5169b: Verifying Checksum 06:50:51 745a02a5169b: Download complete 06:50:53 00ac8860ef70: Verifying Checksum 06:50:53 00ac8860ef70: Download complete 06:51:03 00ac8860ef70: Pull complete 06:51:03 63d7cb157983: Pull complete 06:51:03 b116817d02f9: Pull complete 06:51:07 745a02a5169b: Pull complete 06:51:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:51:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:51:07 ---> b7e6874047d6 06:51:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:51:10 ---> Running in 29e8593b3947 06:51:10 Removing intermediate container 29e8593b3947 06:51:10 ---> fa944b54b14f 06:51:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:10 ---> Running in ca8b8207aa02 06:51:12 Removing intermediate container ca8b8207aa02 06:51:12 ---> fe5d105e243f 06:51:12 Step 5/8 : RUN apk add --no-cache make git 06:51:12 ---> Running in dd3846a55917 06:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:16 OK: 142 MiB in 39 packages 06:51:17 Removing intermediate container dd3846a55917 06:51:17 ---> ee5c9cdafe41 06:51:17 Step 6/8 : WORKDIR /edgex-ui-go 06:51:17 ---> Running in 4a3d57ac1deb 06:51:18 Removing intermediate container 4a3d57ac1deb 06:51:18 ---> 1aadbaf216b3 06:51:18 Step 7/8 : COPY . . 06:51:18 Running on prd-centos7-docker-4c-2g-31519 in /w/workspace/edgexfoundry_edgex-ui-go_PR-317 [Pipeline] { [Pipeline] ws 06:51:19 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 06:51:20 ---> 4bd498414b2a 06:51:20 Step 8/8 : RUN go mod download 06:51:20 ---> Running in d3fff2d24ffc 06:51:21 using credential edgex-jenkins-ssh 06:51:21 Cloning the remote Git repository 06:51:21 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:51:21 > git init /w/workspace/edgex-ui-go/1 # timeout=10 06:51:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:51:21 > git --version # timeout=10 06:51:21 > git --version # 'git version 2.24.3' 06:51:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:51:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:51:23 Merging remotes/origin/master commit 03d6e45996491a5582f07f1d234588528d2720b6 into PR head commit e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 06:51:23 Merge succeeded, producing e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 06:51:23 Checking out Revision e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 (PR-317) 06:51:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:51:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:51:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:51:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:51:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:51:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:51:22 > git config core.sparsecheckout # timeout=10 06:51:22 > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # timeout=10 06:51:23 > git remote # timeout=10 06:51:23 > git config --get remote.origin.url # timeout=10 06:51:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:51:23 > git merge 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 06:51:23 > git rev-parse HEAD^{commit} # timeout=10 06:51:23 > git config core.sparsecheckout # timeout=10 06:51:23 > git checkout -f e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 # timeout=10 06:51:27 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:51:27 > git --version # timeout=10 06:51:27 > git --version # 'git version 2.24.3' 06:51:27 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:51:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:51:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:51:29 + sudo service docker restart 06:51:29 + true 06:51:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:51:30 provisioning config files... 06:51:30 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config2086689690279339911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:51:31 ---> docker-login.sh 06:51:31 nexus3.edgexfoundry.org:10001 06:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:31 Configure a credential helper to remove this warning. See 06:51:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:31 06:51:31 Login Succeeded 06:51:31 nexus3.edgexfoundry.org:10002 06:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:31 Configure a credential helper to remove this warning. See 06:51:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:31 06:51:31 Login Succeeded 06:51:31 nexus3.edgexfoundry.org:10003 06:51:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:32 Configure a credential helper to remove this warning. See 06:51:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:32 06:51:32 Login Succeeded 06:51:32 nexus3.edgexfoundry.org:10004 06:51:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:32 Configure a credential helper to remove this warning. See 06:51:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:32 06:51:32 Login Succeeded 06:51:32 docker.io 06:51:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:32 Configure a credential helper to remove this warning. See 06:51:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:32 06:51:32 Login Succeeded 06:51:32 ---> docker-login.sh ends [Pipeline] } 06:51:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:51:33 ========================================================= 06:51:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:51:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:51:33 + 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 . 06:51:34 Sending build context to Docker daemon 17.29MB 06:51:34 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:51:34 Step 2/8 : FROM ${BASE} 06:51:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:51:34 188c0c94c7c5: Pulling fs layer 06:51:34 0ef7d3d256c8: Pulling fs layer 06:51:34 de9db76c5a1d: Pulling fs layer 06:51:34 bca2f99d35d6: Pulling fs layer 06:51:34 93359f2a8cfa: Pulling fs layer 06:51:34 7c6f9722023f: Pulling fs layer 06:51:34 a35cf1a2eb13: Pulling fs layer 06:51:34 93359f2a8cfa: Waiting 06:51:34 7c6f9722023f: Waiting 06:51:34 a35cf1a2eb13: Waiting 06:51:34 bca2f99d35d6: Waiting 06:51:34 de9db76c5a1d: Download complete 06:51:34 0ef7d3d256c8: Verifying Checksum 06:51:34 0ef7d3d256c8: Download complete 06:51:34 93359f2a8cfa: Verifying Checksum 06:51:34 93359f2a8cfa: Download complete 06:51:34 188c0c94c7c5: Verifying Checksum 06:51:34 188c0c94c7c5: Download complete 06:51:34 7c6f9722023f: Verifying Checksum 06:51:34 7c6f9722023f: Download complete 06:51:34 188c0c94c7c5: Pull complete 06:51:34 0ef7d3d256c8: Pull complete 06:51:34 de9db76c5a1d: Pull complete 06:51:36 a35cf1a2eb13: Verifying Checksum 06:51:36 a35cf1a2eb13: Download complete 06:51:37 bca2f99d35d6: Verifying Checksum 06:51:37 bca2f99d35d6: Download complete 06:51:42 bca2f99d35d6: Pull complete 06:51:42 93359f2a8cfa: Pull complete 06:51:42 7c6f9722023f: Pull complete 06:51:48 a35cf1a2eb13: Pull complete 06:51:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:51:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:51:48 ---> a62c8e92a672 06:51:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:51:48 ---> Running in 643e012f62f0 06:51:48 Removing intermediate container 643e012f62f0 06:51:48 ---> 769049eaa0a7 06:51:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:48 ---> Running in e720e1088db9 06:51:49 Removing intermediate container e720e1088db9 06:51:49 ---> ddfb858cd7f8 06:51:49 Step 5/8 : RUN apk add --no-cache make git 06:51:49 ---> Running in 238743cc1d4d 06:51:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:51:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:51:52 OK: 166 MiB in 39 packages 06:51:53 Removing intermediate container 238743cc1d4d 06:51:53 ---> 42bcf32fe668 06:51:53 Step 6/8 : WORKDIR /edgex-ui-go 06:51:53 ---> Running in 6db10cca2553 06:51:53 Removing intermediate container 6db10cca2553 06:51:53 ---> 05bc09992586 06:51:53 Step 7/8 : COPY . . 06:51:53 Removing intermediate container d3fff2d24ffc 06:51:53 ---> b5f8a5cd22c1 06:51:53 Successfully built b5f8a5cd22c1 06:51:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:51:53 + docker inspect -f . ci-base-image-arm64 06:51:53 . [Pipeline] withDockerContainer 06:51:53 prd-ubuntu18.04-docker-arm64-4c-16g-31518 does not seem to be running inside a container 06:51:53 $ 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 ******** ci-base-image-arm64 cat 06:51:55 $ docker top 8ff5c86f9af7cc7b2193fa8336308e995fb7ee219c3ec1899273b9d0ea8b89d7 -eo pid,comm 06:51:55 ---> 8b1608584558 06:51:55 Step 8/8 : RUN go mod download 06:51:55 ---> Running in 8fd160bb9a24 [Pipeline] { [Pipeline] sh 06:51:56 + go version 06:51:56 go version go1.15.5 linux/arm64 [Pipeline] } 06:51:56 $ docker stop --time=1 8ff5c86f9af7cc7b2193fa8336308e995fb7ee219c3ec1899273b9d0ea8b89d7 06:51:58 $ docker rm -f 8ff5c86f9af7cc7b2193fa8336308e995fb7ee219c3ec1899273b9d0ea8b89d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:51:59 + docker inspect -f . ci-base-image-arm64 06:51:59 . [Pipeline] withDockerContainer 06:51:59 prd-ubuntu18.04-docker-arm64-4c-16g-31518 does not seem to be running inside a container 06:51:59 $ 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 ******** ci-base-image-arm64 cat 06:52:01 $ docker top 92364564e278a590e97a561d646076708235bc11321564487a74fb406216c538 -eo pid,comm [Pipeline] { [Pipeline] sh 06:52:02 + make test 06:52:02 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:52:03 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:52:27 Removing intermediate container 8fd160bb9a24 06:52:27 ---> 117ea726ae5b 06:52:27 Successfully built 117ea726ae5b 06:52:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:52:28 + docker inspect -f . ci-base-image-x86_64 06:52:28 . [Pipeline] withDockerContainer 06:52:28 prd-centos7-docker-4c-2g-31519 does not seem to be running inside a container 06:52:28 $ 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 06:52:29 $ docker top f92a28a1c94d4efa962de464020eab04aa71787d22a1a56a049ac12d21c010aa -eo pid,comm [Pipeline] { [Pipeline] sh 06:52:29 + go version 06:52:29 go version go1.15.5 linux/amd64 [Pipeline] } 06:52:29 $ docker stop --time=1 f92a28a1c94d4efa962de464020eab04aa71787d22a1a56a049ac12d21c010aa 06:52:31 $ docker rm -f f92a28a1c94d4efa962de464020eab04aa71787d22a1a56a049ac12d21c010aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:52:32 + docker inspect -f . ci-base-image-x86_64 06:52:32 . [Pipeline] withDockerContainer 06:52:32 prd-centos7-docker-4c-2g-31519 does not seem to be running inside a container 06:52:32 $ 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 06:52:33 $ docker top bf664932243a5acd8d2be50de1eec6da5d8b02f6665235de2ff2d947fc0e3329 -eo pid,comm [Pipeline] { [Pipeline] sh 06:52:33 + make test 06:52:33 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:52:35 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:52:36 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:52:36 GO111MODULE=on go vet ./... [Pipeline] } 06:52:38 $ docker stop --time=1 92364564e278a590e97a561d646076708235bc11321564487a74fb406216c538 06:52:40 $ docker rm -f 92364564e278a590e97a561d646076708235bc11321564487a74fb406216c538 [Pipeline] // withDockerContainer [Pipeline] sh 06:52:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:52:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:52:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:52:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:52:45 GO111MODULE=on go vet ./... 06:52:45 + ls -al . 06:52:45 total 124 06:52:45 drwxrwxr-x 10 jenkins jenkins 4096 Mar 26 06:52 . 06:52:45 drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 06:50 .. 06:52:45 drwxrwxr-x 8 jenkins jenkins 4096 Mar 26 06:50 .git 06:52:45 drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 06:50 .github 06:52:45 -rw-rw-r-- 1 jenkins jenkins 153 Mar 26 06:50 .gitignore 06:52:45 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 26 06:50 CONTRIBUTING.md 06:52:45 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 26 06:50 Dockerfile 06:52:45 -rw-rw-r-- 1 jenkins jenkins 902 Mar 26 06:50 Dockerfile.build 06:52:45 -rw-rw-r-- 1 jenkins jenkins 652 Mar 26 06:50 Jenkinsfile 06:52:45 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 26 06:50 LICENSE 06:52:45 -rw-rw-r-- 1 jenkins jenkins 951 Mar 26 06:50 Makefile 06:52:45 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 26 06:50 README.md 06:52:45 -rw-rw-r-- 1 jenkins jenkins 5 Mar 26 06:48 VERSION 06:52:45 drwxrwxr-x 3 jenkins jenkins 4096 Mar 26 06:50 assets 06:52:45 drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 06:50 bin 06:52:45 drwxrwxr-x 3 jenkins jenkins 4096 Mar 26 06:50 cmd 06:52:45 -rw-r--r-- 1 jenkins jenkins 10 Mar 26 06:52 coverage.out 06:52:45 drwxrwxr-x 5 jenkins jenkins 4096 Mar 26 06:50 docs 06:52:45 -rw-rw-r-- 1 jenkins jenkins 987 Mar 26 06:50 go.mod 06:52:45 -rw-r--r-- 1 jenkins jenkins 22319 Mar 26 06:52 go.sum 06:52:45 drwxrwxr-x 10 jenkins jenkins 4096 Mar 26 06:50 internal 06:52:45 -rw-rw-r-- 1 jenkins jenkins 155 Mar 26 06:50 version.go 06:52:45 drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 06:50 web [Pipeline] isUnix [Pipeline] sh 06:52:46 + 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=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 --label arch=arm64 --label version=0.0.0 . 06:52:46 Sending build context to Docker daemon 17.32MB [Pipeline] } 06:52:46 $ docker stop --time=1 bf664932243a5acd8d2be50de1eec6da5d8b02f6665235de2ff2d947fc0e3329 06:52:46 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:52:46 Step 2/24 : FROM ${BASE} AS builder 06:52:46 ---> b5f8a5cd22c1 06:52:46 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:52:47 ---> Running in cabba3315fcc 06:52:47 Removing intermediate container cabba3315fcc 06:52:47 ---> 32cf13afa711 06:52:47 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:52:47 ---> Running in afdaa168019e 06:52:48 Removing intermediate container afdaa168019e 06:52:48 ---> 84f80ff61f41 06:52:48 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:52:48 ---> Running in 20ada311aa3f 06:52:48 $ docker rm -f bf664932243a5acd8d2be50de1eec6da5d8b02f6665235de2ff2d947fc0e3329 06:52:48 Removing intermediate container 20ada311aa3f 06:52:48 ---> 6e5037247463 06:52:48 Step 6/24 : LABEL Name=edgex-ui-go 06:52:48 ---> Running in 69149ae54a04 [Pipeline] // withDockerContainer [Pipeline] sh 06:52:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:52:49 Warning: overwriting stash ‘coverage-report’ 06:52:49 Removing intermediate container 69149ae54a04 06:52:49 ---> 2369ffa73d99 06:52:49 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:52:49 ---> Running in 129f6d69f4c1 06:52:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 06:52:50 Removing intermediate container 129f6d69f4c1 06:52:50 ---> db11ab3070af 06:52:50 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:50 ---> Running in 5a784dde8e8b [Pipeline] sh 06:52:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:52:50 + ls -al . 06:52:50 total 92 06:52:50 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 26 06:52 . 06:52:50 drwxrwxr-x. 4 jenkins jenkins 28 Mar 26 06:51 .. 06:52:50 drwxrwxr-x. 3 jenkins jenkins 20 Mar 26 06:51 assets 06:52:50 drwxrwxr-x. 2 jenkins jenkins 35 Mar 26 06:51 bin 06:52:50 drwxrwxr-x. 3 jenkins jenkins 29 Mar 26 06:51 cmd 06:52:50 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 26 06:51 CONTRIBUTING.md 06:52:50 -rw-r--r--. 1 jenkins jenkins 10 Mar 26 06:52 coverage.out 06:52:50 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 26 06:51 Dockerfile 06:52:50 -rw-rw-r--. 1 jenkins jenkins 902 Mar 26 06:51 Dockerfile.build 06:52:50 drwxrwxr-x. 5 jenkins jenkins 104 Mar 26 06:51 docs 06:52:50 drwxrwxr-x. 8 jenkins jenkins 179 Mar 26 06:51 .git 06:52:50 drwxrwxr-x. 2 jenkins jenkins 103 Mar 26 06:51 .github 06:52:50 -rw-rw-r--. 1 jenkins jenkins 153 Mar 26 06:51 .gitignore 06:52:50 -rw-rw-r--. 1 jenkins jenkins 987 Mar 26 06:51 go.mod 06:52:50 -rw-r--r--. 1 jenkins jenkins 22319 Mar 26 06:52 go.sum 06:52:50 drwxrwxr-x. 10 jenkins jenkins 139 Mar 26 06:51 internal 06:52:50 -rw-rw-r--. 1 jenkins jenkins 652 Mar 26 06:51 Jenkinsfile 06:52:50 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 26 06:51 LICENSE 06:52:50 -rw-rw-r--. 1 jenkins jenkins 951 Mar 26 06:51 Makefile 06:52:50 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 26 06:51 README.md 06:52:50 -rw-rw-r--. 1 jenkins jenkins 5 Mar 26 06:48 VERSION 06:52:50 -rw-rw-r--. 1 jenkins jenkins 155 Mar 26 06:51 version.go 06:52:50 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 26 06:51 web [Pipeline] isUnix [Pipeline] sh 06:52:51 + 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=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 --label arch=amd64 --label version=0.0.0 . 06:52:51 Sending build context to Docker daemon 17.32MB 06:52:51 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:52:51 Step 2/24 : FROM ${BASE} AS builder 06:52:51 ---> 117ea726ae5b 06:52:51 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:52:52 ---> Running in 38ec46c9c678 06:52:52 Removing intermediate container 5a784dde8e8b 06:52:52 ---> b9482c8aee60 06:52:52 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:52:52 Removing intermediate container 38ec46c9c678 06:52:52 ---> dea59ff0ecb0 06:52:52 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:52:52 ---> Running in 87d9fe34b49a 06:52:52 ---> Running in 21eae3b43d61 06:52:52 Removing intermediate container 87d9fe34b49a 06:52:52 ---> 1ed63a8f30e6 06:52:52 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:52:52 ---> Running in 88b2c8d7e77e 06:52:52 Removing intermediate container 88b2c8d7e77e 06:52:52 ---> 335a6e9579b4 06:52:52 Step 6/24 : LABEL Name=edgex-ui-go 06:52:52 ---> Running in effd6c4ab923 06:52:53 Removing intermediate container effd6c4ab923 06:52:53 ---> 21fc4212b049 06:52:53 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:52:53 ---> Running in ad90926da371 06:52:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:52:53 Removing intermediate container ad90926da371 06:52:53 ---> 054ad36bf257 06:52:53 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:53 ---> Running in 864124ea9900 06:52:54 Removing intermediate container 864124ea9900 06:52:54 ---> 87e90c632012 06:52:54 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:52:54 ---> Running in 62078778a5a8 06:52:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:52:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:52:56 OK: 142 MiB in 39 packages 06:52:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:52:57 Removing intermediate container 21eae3b43d61 06:52:57 ---> df849e1020f8 06:52:57 Step 10/24 : ENV GO111MODULE=on 06:52:57 ---> Running in 8be4e81622ab 06:52:57 OK: 166 MiB in 39 packages 06:52:58 Removing intermediate container 8be4e81622ab 06:52:58 ---> d3afcc892108 06:52:58 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:52:58 ---> Running in 01ebc653d4fe 06:52:58 Removing intermediate container 62078778a5a8 06:52:58 ---> 298f69489c76 06:52:58 Step 10/24 : ENV GO111MODULE=on 06:52:58 ---> Running in 6a7c60dd82a3 06:52:58 Removing intermediate container 6a7c60dd82a3 06:52:58 ---> d23a3a6eeac7 06:52:58 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:52:58 ---> Running in e6a917da4e90 06:52:58 Removing intermediate container 01ebc653d4fe 06:52:58 ---> dd80a2fbd13b 06:52:58 Step 12/24 : COPY go.mod . 06:52:59 Removing intermediate container e6a917da4e90 06:52:59 ---> b9a1b9773be1 06:52:59 Step 12/24 : COPY go.mod . 06:52:59 ---> e515a13f4d01 06:52:59 Step 13/24 : COPY Makefile . 06:52:59 ---> 71b41e89b862 06:52:59 Step 14/24 : RUN make update 06:52:59 ---> c469c08d3dcb 06:52:59 Step 13/24 : COPY Makefile . 06:52:59 ---> Running in b2778a33289d 06:52:59 CGO_ENABLED=0 GO111MODULE=on go mod download 06:53:00 ---> 973d20411d0c 06:53:00 Step 14/24 : RUN make update 06:53:00 ---> Running in 48583d038c56 06:53:00 Removing intermediate container b2778a33289d 06:53:00 ---> 7fa14fc764b0 06:53:00 Step 15/24 : COPY . . 06:53:01 CGO_ENABLED=0 GO111MODULE=on go mod download 06:53:02 ---> 0ec764a3c84f 06:53:02 Step 16/24 : RUN ${MAKE} 06:53:02 ---> Running in 5b647e32719c 06:53:02 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 06:53:02 Removing intermediate container 48583d038c56 06:53:02 ---> eb2a909ebc6e 06:53:02 Step 15/24 : COPY . . 06:53:04 ---> 6e274dac721d 06:53:04 Step 16/24 : RUN ${MAKE} 06:53:05 ---> Running in 42903a97aa93 06:53:06 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 06:53:12 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:53:16 Removing intermediate container 5b647e32719c 06:53:16 ---> 84d68d5fcfa6 06:53:16 Step 17/24 : FROM alpine:3.12 06:53:16 3.12: Pulling from library/alpine 06:53:16 22599d3e9e25: Pulling fs layer 06:53:17 22599d3e9e25: Verifying Checksum 06:53:17 22599d3e9e25: Download complete 06:53:17 22599d3e9e25: Pull complete 06:53:17 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 06:53:17 Status: Downloaded newer image for alpine:3.12 06:53:17 ---> 42cb162f0360 06:53:17 Step 18/24 : EXPOSE 4000 06:53:17 ---> Running in 2fb028138155 06:53:17 Removing intermediate container 2fb028138155 06:53:17 ---> 23b7990e5758 06:53:17 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 06:53:18 ---> e36904504dff 06:53:18 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:53:18 ---> Running in 0150d89d5297 06:53:18 Removing intermediate container 0150d89d5297 06:53:18 ---> 426b1c42fc0e 06:53:18 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:53:19 ---> Running in 177945228b96 06:53:19 Removing intermediate container 177945228b96 06:53:19 ---> 132e560ff0e7 06:53:19 Step 22/24 : LABEL arch=amd64 06:53:19 ---> Running in fc460774fb66 06:53:19 Removing intermediate container fc460774fb66 06:53:19 ---> dab23e2017b1 06:53:19 Step 23/24 : LABEL git_sha=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 06:53:19 ---> Running in 8cbdc018f1e3 06:53:19 Removing intermediate container 8cbdc018f1e3 06:53:19 ---> 30f181d76a15 06:53:19 Step 24/24 : LABEL version=0.0.0 06:53:19 ---> Running in cc84c45b8c78 06:53:19 Removing intermediate container cc84c45b8c78 06:53:19 ---> 16077cb0ce6e 06:53:19 [Warning] One or more build-args [ARCH] were not consumed 06:53:19 Successfully built 16077cb0ce6e 06:53:19 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 [Pipeline] libraryResource [Pipeline] sh 06:53:21 ---> job-cost.sh 06:53:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-W9EK 06:53:32 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:53:37 Removing intermediate container 42903a97aa93 06:53:37 ---> a15d14eb23a4 06:53:37 Step 17/24 : FROM alpine:3.12 06:53:37 3.12: Pulling from library/alpine 06:53:37 95dec6db3722: Pulling fs layer 06:53:37 95dec6db3722: Verifying Checksum 06:53:38 95dec6db3722: Pull complete 06:53:38 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 06:53:38 Status: Downloaded newer image for alpine:3.12 06:53:38 ---> e47305ac9786 06:53:38 Step 18/24 : EXPOSE 4000 06:53:38 ---> Running in 0369482a12e7 06:53:39 Removing intermediate container 0369482a12e7 06:53:39 ---> 00a1d2248aad 06:53:39 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 06:53:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:53:41 ---> 47ebe20a13ca 06:53:41 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:53:41 ---> Running in 2e95166a0d5f 06:53:41 Removing intermediate container 2e95166a0d5f 06:53:41 ---> b1dc7afd4575 06:53:41 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:53:41 ---> Running in cca715f7ffba 06:53:41 Removing intermediate container cca715f7ffba 06:53:41 ---> 08f2357d8e0f 06:53:41 Step 22/24 : LABEL arch=arm64 06:53:42 ---> Running in 6043a3f4d723 06:53:42 Removing intermediate container 6043a3f4d723 06:53:42 ---> a41d751eb7f3 06:53:42 Step 23/24 : LABEL git_sha=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 06:53:42 ---> Running in e22f27f3aa3c 06:53:43 Removing intermediate container e22f27f3aa3c 06:53:43 ---> fd390d8422cd 06:53:43 Step 24/24 : LABEL version=0.0.0 06:53:43 ---> Running in ead381959294 06:53:43 Removing intermediate container ead381959294 06:53:43 ---> 63ff26692858 06:53:43 [Warning] One or more build-args [ARCH] were not consumed 06:53:43 Successfully built 63ff26692858 06:53:43 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 06:53:44 ---> job-cost.sh 06:53:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0Z2V 06:54:06 lf-activate-venv(): INFO: Adding /tmp/venv-W9EK/bin to PATH 06:54:06 INFO: No Stack... 06:54:07 INFO: Retrieving Pricing Info for: v1-standard-2 06:54:08 INFO: Archiving Costs [Pipeline] sh 06:54:08 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 06:54:08 + cut -d, -f6 [Pipeline] lock 06:54:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] 06:54:08 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] did not exist. Created. 06:54:08 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:54:09 + echo total: 0.029999999329447746 [Pipeline] stash 06:54:09 Stashed 1 file(s) [Pipeline] } 06:54:09 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:54:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:55:45 lf-activate-venv(): INFO: Adding /tmp/venv-0Z2V/bin to PATH 06:55:45 INFO: No Stack... 06:55:47 INFO: Retrieving Pricing Info for: lf-standard-4 06:55:48 INFO: Archiving Costs [Pipeline] sh 06:55:48 + cut -d, -f6 06:55:48 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 06:55:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] 06:55:48 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] did not exist. Created. 06:55:48 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-317-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:55:49 /w/workspace/edgex-ui-go/1@tmp/durable-1d698cf3/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-1d698cf3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:55:49 + echo total: 0.20999999344348907 [Pipeline] stash 06:55:49 Warning: overwriting stash ‘stack-cost’ 06:55:49 Stashed 1 file(s) [Pipeline] } 06:55:49 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-317-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 06:55:51 provisioning config files... 06:55:51 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/config6501179875259981081tmp [Pipeline] { [Pipeline] sh 06:55:52 + set +x 06:55:52 + curl -s https://codecov.io/bash 06:55:52 + bash -s -- 06:55:52 06:55:52 _____ _ 06:55:52 / ____| | | 06:55:52 | | ___ __| | ___ ___ _____ __ 06:55:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:55:52 | |___| (_) | (_| | __/ (_| (_) \ V / 06:55:52 \_____\___/ \__,_|\___|\___\___/ \_/ 06:55:52 Bash-20210309-2b87ace 06:55:52 06:55:52 06:55:52 ==> git version 2.24.3 found 06:55:52 ==> 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 06:55:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:55:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:55:52 ==> Jenkins CI detected. 06:55:52 project root: . 06:55:52 --> token set from env 06:55:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:55:52 ==> Running gcov in . (disable via -X gcov) 06:55:52 ==> Python coveragepy not found 06:55:52 ==> Searching for coverage reports in: 06:55:52 + . 06:55:52 -> Found 1 reports 06:55:52 ==> Detecting git/mercurial file structure 06:55:52 ==> Reading reports 06:55:52 + ./coverage.out bytes=10 06:55:52 ==> Appending adjustments 06:55:52 https://docs.codecov.io/docs/fixing-reports 06:55:52 + Found adjustments 06:55:52 ==> Gzipping contents 06:55:52 4.0K /tmp/codecov.AJAD6L.gz 06:55:52 ==> Uploading reports 06:55:52 url: https://codecov.io 06:55:52 query: branch=PR-317&commit=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-317%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=317&job=&cmd_args= 06:55:52 -> Pinging Codecov 06:55:52 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-317&commit=e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-317%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=317&job=&cmd_args= 06:55:53 -> Uploading to 06:55:53 https://storage.googleapis.com/codecov/v4/raw/2021-03-26/FB506323287CE973F263BFD2A0EB1F37/e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164/502605d2-abf7-44d3-9a8a-9fdc1c1a8f3f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210326%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210326T065553Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c2a5952df5b3fa4aa92cb23fa24ded41be6083cf44dd9010e82614302f5c8216 06:55:53 % Total % Received % Xferd Average Speed Time Time Time Current 06:55:53 Dload Upload Total Spent Left Speed 06:55:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3318 0 0 100 3318 0 7427 --:--:-- --:--:-- --:--:-- 7439 06:55:53 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e1a39b4eeeeb3bcb188669866d8bb5cd4a6c9164 [Pipeline] } 06:55:53 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 06:55:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:55:57 ---> package-listing.sh 06:55:57 ++ facter osfamily 06:55:57 ++ tr '[:upper:]' '[:lower:]' 06:55:57 + OS_FAMILY=redhat 06:55:57 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-317 06:55:57 + START_PACKAGES=/tmp/packages_start.txt 06:55:57 + END_PACKAGES=/tmp/packages_end.txt 06:55:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:55:57 + PACKAGES=/tmp/packages_start.txt 06:55:57 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-317 ']' 06:55:57 + PACKAGES=/tmp/packages_end.txt 06:55:57 + case "${OS_FAMILY}" in 06:55:57 + rpm -qa 06:55:57 + sort 06:56:02 + '[' -f /tmp/packages_start.txt ']' 06:56:02 + '[' -f /tmp/packages_end.txt ']' 06:56:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:56:02 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-317 ']' 06:56:02 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-317/archives/ 06:56:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-317/archives/ [Pipeline] echo 06:56:02 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-317/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:56:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:56:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:56:03 06:56:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:56:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:56:04 alpine: Pulling from edgex-lftools-log-publisher 06:56:04 df20fa9351a1: Pulling fs layer 06:56:04 36b3adc4ff6f: Pulling fs layer 06:56:04 8ad3a11d3b57: Pulling fs layer 06:56:04 46f8f816bc3b: Pulling fs layer 06:56:04 93b61091891f: Pulling fs layer 06:56:04 93b9cdb0e59b: Pulling fs layer 06:56:04 5e14af77c1be: Pulling fs layer 06:56:04 01666e4c0597: Pulling fs layer 06:56:04 aa168da1d23b: Pulling fs layer 06:56:04 93b9cdb0e59b: Waiting 06:56:04 01666e4c0597: Waiting 06:56:04 5e14af77c1be: Waiting 06:56:04 aa168da1d23b: Waiting 06:56:04 46f8f816bc3b: Waiting 06:56:04 93b61091891f: Waiting 06:56:04 36b3adc4ff6f: Verifying Checksum 06:56:04 36b3adc4ff6f: Download complete 06:56:04 46f8f816bc3b: Verifying Checksum 06:56:04 46f8f816bc3b: Download complete 06:56:04 df20fa9351a1: Verifying Checksum 06:56:04 93b61091891f: Verifying Checksum 06:56:04 93b61091891f: Download complete 06:56:04 5e14af77c1be: Verifying Checksum 06:56:04 5e14af77c1be: Download complete 06:56:04 01666e4c0597: Verifying Checksum 06:56:04 01666e4c0597: Download complete 06:56:04 8ad3a11d3b57: Verifying Checksum 06:56:04 8ad3a11d3b57: Download complete 06:56:04 df20fa9351a1: Pull complete 06:56:04 36b3adc4ff6f: Pull complete 06:56:06 8ad3a11d3b57: Pull complete 06:56:06 aa168da1d23b: Verifying Checksum 06:56:06 aa168da1d23b: Download complete 06:56:06 46f8f816bc3b: Pull complete 06:56:07 93b61091891f: Pull complete 06:56:07 93b9cdb0e59b: Pull complete 06:56:07 5e14af77c1be: Pull complete 06:56:07 01666e4c0597: Pull complete 06:56:13 aa168da1d23b: Pull complete 06:56:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:56:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:56:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:56:14 prd-centos7-docker-4c-2g-31517 does not seem to be running inside a container 06:56:14 $ 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-317/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-317 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-317:/w/workspace/edgexfoundry_edgex-ui-go_PR-317:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:56:17 $ docker top 99e61f672501b36bc12d23f004f9ea6bd13715b78f4a8ffe112f3bd90b76b175 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:17 + touch /tmp/pre-build-complete [Pipeline] sh 06:56:18 + mkdir -p /var/log/sa [Pipeline] sh 06:56:18 + ls /var/log/sa-host 06:56:18 + sadf -c /var/log/sa-host/sa23 06:56:18 file_magic: OK 06:56:18 HZ: Using current value: 100 06:56:18 file_header: OK 06:56:18 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 06:56:18 Statistics: 06:56:18 Hnuu...uuuununununu... 06:56:18 File successfully converted to sysstat format version 12.2.1 06:56:18 + sadf -c /var/log/sa-host/sa26 06:56:18 file_magic: OK 06:56:18 HZ: Using current value: 100 06:56:18 file_header: OK 06:56:18 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 06:56:18 Statistics: 06:56:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:56:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:56:19 provisioning config files... 06:56:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-317@tmp/config8071026617386290623tmp [Pipeline] { [Pipeline] echo 06:56:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:56:19 ---> create-netrc.sh [Pipeline] } 06:56:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:56:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:56:20 ---> python-tools-install.sh [Pipeline] echo 06:56:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:56:20 ---> sudo-logs.sh 06:56:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:56:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:56:21 ---> job-cost.sh 06:56:21 lf-activate-venv: SKIPPING 06:56:21 DEBUG: total: 0.20999999344348907 06:56:21 INFO: Retrieving Stack Cost... 06:56:22 INFO: Retrieving Pricing Info for: v1-standard-2 06:56:23 INFO: Archiving Costs [Pipeline] echo 06:56:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:56:23 ---> logs-deploy.sh 06:56:23 lf-activate-venv: SKIPPING 06:56:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-317/1 06:56:23 INFO: archiving workspace using pattern(s): 06:56:25 Archives upload complete. 06:56:25 INFO: archiving logs to Nexus