Pull request #326 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 496597c1a6b922d1ec21c0be156f1ba5d6de8e24+6a62b4630643e9a9217882e0bdb5c333b7f0a58e (d4b6d77ff408cfe778e6413cd3512923dbde553a) 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-326/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-326/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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32921 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [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-326 # 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/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6a62b4630643e9a9217882e0bdb5c333b7f0a58e into PR head commit 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 Merge succeeded, producing 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 Checking out Revision 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 (PR-326) > git config core.sparsecheckout # timeout=10 > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # 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 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" 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:58:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:58:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:58:43 ========================================================= 06:58:43 EdgeX Global Pipelines Version Info 06:58:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:58:44 ------------------- 06:58:44 stable info: 06:58:44 ------------------- 06:58:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:58:44 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:58:44 Message: update stable to v1.0.186 06:58:45 ------------------- 06:58:45 experimental info: 06:58:45 ------------------- 06:58:45 Commited By: **** collab-it+edgex@linuxfoundation.org 06:58:45 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:58:45 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:58:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:58:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:58:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:58:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:58:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:58:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:58:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 06:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:58:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:58:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:58:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:58:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:58:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:58:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:58:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:58:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:58:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:58:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:58:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:58:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:58:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:58:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-326 [Pipeline] echo 06:58:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-326 [Pipeline] echo 06:58:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-326 [Pipeline] echo 06:58:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [Pipeline] echo 06:58:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 496597c [Pipeline] echo 06:58:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:58:50 provisioning config files... 06:58:50 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config5004454941386699169tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:58:51 ---> docker-login.sh 06:58:51 nexus3.edgexfoundry.org:10001 06:58:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:51 Configure a credential helper to remove this warning. See 06:58:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:51 06:58:51 Login Succeeded 06:58:51 nexus3.edgexfoundry.org:10002 06:58:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:51 Configure a credential helper to remove this warning. See 06:58:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:51 06:58:51 Login Succeeded 06:58:51 nexus3.edgexfoundry.org:10003 06:58:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:51 Configure a credential helper to remove this warning. See 06:58:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:51 06:58:51 Login Succeeded 06:58:51 nexus3.edgexfoundry.org:10004 06:58:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:52 Configure a credential helper to remove this warning. See 06:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:52 06:58:52 Login Succeeded 06:58:52 docker.io 06:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:52 Configure a credential helper to remove this warning. See 06:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:52 06:58:52 Login Succeeded 06:58:52 ---> docker-login.sh ends [Pipeline] } 06:58:52 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:58:53 + git log --format=format:%s -1 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [Pipeline] echo 06:58:53 GIT_COMMIT: 496597c1a6b922d1ec21c0be156f1ba5d6de8e24, Commit Message: chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0 [Pipeline] echo 06:58:53 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:58:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:58:54 06:58:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:58:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:58:54 latest: Pulling from edgex-devops/git-semver 06:58:54 31603596830f: Pulling fs layer 06:58:54 2a8b12db71e7: Pulling fs layer 06:58:54 6ca5941a6612: Pulling fs layer 06:58:54 ecc8261a40a4: Pulling fs layer 06:58:54 ecc8261a40a4: Waiting 06:58:54 2a8b12db71e7: Verifying Checksum 06:58:54 2a8b12db71e7: Download complete 06:58:55 31603596830f: Verifying Checksum 06:58:55 31603596830f: Download complete 06:58:55 6ca5941a6612: Verifying Checksum 06:58:55 6ca5941a6612: Download complete 06:58:55 ecc8261a40a4: Verifying Checksum 06:58:55 ecc8261a40a4: Download complete 06:58:55 31603596830f: Pull complete 06:58:55 2a8b12db71e7: Pull complete 06:58:56 6ca5941a6612: Pull complete 06:58:56 ecc8261a40a4: Pull complete 06:58:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:58:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:58:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:58:56 prd-centos7-docker-4c-2g-32921 does not seem to be running inside a container 06:58:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-326 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326:/w/workspace/edgexfoundry_edgex-ui-go_PR-326:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@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:58:59 $ docker top e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:59:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:59:00 [ssh-agent] Looking for ssh-agent implementation... 06:59:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:59:00 $ docker exec e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e ssh-agent 06:59:00 SSH_AUTH_SOCK=/tmp/ssh-FQyxGvqYfo4w/agent.12 06:59:00 SSH_AGENT_PID=17 06:59:00 Running ssh-add (command line suppressed) 06:59:00 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_6064169566094250823.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_6064169566094250823.key) 06:59:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:59:01 + git tag --points-at HEAD [Pipeline] } 06:59:01 $ docker exec --env ******** --env ******** e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e ssh-agent -k 06:59:01 unset SSH_AUTH_SOCK; 06:59:01 unset SSH_AGENT_PID; 06:59:01 echo Agent pid 17 killed; 06:59:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:59:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:59:01 [ssh-agent] Looking for ssh-agent implementation... 06:59:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:59:01 $ docker exec e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e ssh-agent 06:59:02 SSH_AUTH_SOCK=/tmp/ssh-rYF9CnDJJuNh/agent.47 06:59:02 SSH_AGENT_PID=52 06:59:02 Running ssh-add (command line suppressed) 06:59:02 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_3298648366827229668.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_3298648366827229668.key) 06:59:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:59:02 + git semver init 06:59:02 # -> Open(): unable to determine branch for HEAD 06:59:02 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-326/.git 06:59:02 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-326 06:59:02 # $SEMVER_REMOTE_NAME = origin 06:59:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:59:02 # $SEMVER_USER_NAME = edgex-jenkins 06:59:02 # $SEMVER_BRANCH = PR-326 06:59:02 # $SEMVER_TEMP = /tmp/semver-099803669 06:59:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:59:04 # '/tmp/semver-099803669' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-326/.semver' 06:59:04 # -> Force: false 06:59:04 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-326/.semver [Pipeline] } 06:59:04 $ docker exec --env ******** --env ******** e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e ssh-agent -k 06:59:04 unset SSH_AUTH_SOCK; 06:59:04 unset SSH_AGENT_PID; 06:59:04 echo Agent pid 52 killed; 06:59:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:59:05 + git semver [Pipeline] } 06:59:05 $ docker stop --time=1 e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e 06:59:06 $ docker rm -f e0ddaf34aeb19cb932479889282a351b058e9fd6d2da7b6997ec9f0afbad109e [Pipeline] // withDockerContainer [Pipeline] sh 06:59:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:59:07 Stashed 1 file(s) [Pipeline] echo 06:59:07 [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:59:23 Still waiting to schedule task 06:59:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:59:23 Still waiting to schedule task 06:59:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:02:06 Running on prd-centos7-docker-4c-2g-32923 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [Pipeline] { [Pipeline] ws 07:02:06 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 07:02:08 using credential edgex-jenkins-ssh 07:02:08 Cloning the remote Git repository 07:02:08 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:02:08 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:02:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:02:08 > git --version # timeout=10 07:02:08 > git --version # 'git version 2.24.3' 07:02:08 using GIT_SSH to set credentials SSH Credentials for GitHub 07:02:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:02:10 Merging remotes/origin/master commit 6a62b4630643e9a9217882e0bdb5c333b7f0a58e into PR head commit 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 07:02:10 Merge succeeded, producing 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 07:02:10 Checking out Revision 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 (PR-326) 07:02:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:02:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:02:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:02:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:02:09 using GIT_SSH to set credentials SSH Credentials for GitHub 07:02:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:02:10 > git config core.sparsecheckout # timeout=10 07:02:10 > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 07:02:10 > git remote # timeout=10 07:02:10 > git config --get remote.origin.url # timeout=10 07:02:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:02:10 > git merge 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 07:02:10 > git rev-parse HEAD^{commit} # timeout=10 07:02:10 > git config core.sparsecheckout # timeout=10 07:02:10 > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 07:02:14 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" 07:02:14 > git --version # timeout=10 07:02:14 > git --version # 'git version 2.24.3' 07:02:14 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:02:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:02:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:02:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32922 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [Pipeline] { [Pipeline] ws 07:02:16 Running in /w/workspace/edgex-ui-go/1 07:02:16 + sudo service docker restart 07:02:16 + true 07:02:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:02:18 provisioning config files... 07:02:18 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7136034840172614137tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:02:19 ---> docker-login.sh 07:02:19 nexus3.edgexfoundry.org:10001 07:02:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:19 Configure a credential helper to remove this warning. See 07:02:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:19 07:02:19 Login Succeeded 07:02:19 nexus3.edgexfoundry.org:10002 07:02:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:19 Configure a credential helper to remove this warning. See 07:02:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:19 07:02:19 Login Succeeded 07:02:19 nexus3.edgexfoundry.org:10003 07:02:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:20 Configure a credential helper to remove this warning. See 07:02:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:20 07:02:20 Login Succeeded 07:02:20 nexus3.edgexfoundry.org:10004 07:02:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:20 Configure a credential helper to remove this warning. See 07:02:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:20 07:02:20 Login Succeeded 07:02:20 docker.io 07:02:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:20 Configure a credential helper to remove this warning. See 07:02:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:20 07:02:20 Login Succeeded 07:02:20 ---> docker-login.sh ends [Pipeline] } 07:02:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:02:21 ========================================================= 07:02:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:02:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:02:21 + 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 . 07:02:21 Sending build context to Docker daemon 17.6MB 07:02:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:02:21 Step 2/8 : FROM ${BASE} 07:02:21 using credential edgex-jenkins-ssh 07:02:22 Cloning the remote Git repository 07:02:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:02:22 188c0c94c7c5: Pulling fs layer 07:02:22 0ef7d3d256c8: Pulling fs layer 07:02:22 de9db76c5a1d: Pulling fs layer 07:02:22 bca2f99d35d6: Pulling fs layer 07:02:22 93359f2a8cfa: Pulling fs layer 07:02:22 7c6f9722023f: Pulling fs layer 07:02:22 a35cf1a2eb13: Pulling fs layer 07:02:22 bca2f99d35d6: Waiting 07:02:22 93359f2a8cfa: Waiting 07:02:22 7c6f9722023f: Waiting 07:02:22 a35cf1a2eb13: Waiting 07:02:22 de9db76c5a1d: Verifying Checksum 07:02:22 de9db76c5a1d: Download complete 07:02:22 0ef7d3d256c8: Download complete 07:02:22 93359f2a8cfa: Verifying Checksum 07:02:22 93359f2a8cfa: Download complete 07:02:22 7c6f9722023f: Verifying Checksum 07:02:22 7c6f9722023f: Download complete 07:02:22 188c0c94c7c5: Verifying Checksum 07:02:22 188c0c94c7c5: Download complete 07:02:22 188c0c94c7c5: Pull complete 07:02:22 0ef7d3d256c8: Pull complete 07:02:22 de9db76c5a1d: Pull complete 07:02:22 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:02:22 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:02:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:02:22 > git --version # timeout=10 07:02:22 > git --version # 'git version 2.17.1' 07:02:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:02:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:02:24 a35cf1a2eb13: Verifying Checksum 07:02:24 a35cf1a2eb13: Download complete 07:02:24 bca2f99d35d6: Verifying Checksum 07:02:24 bca2f99d35d6: Download complete 07:02:26 Merging remotes/origin/master commit 6a62b4630643e9a9217882e0bdb5c333b7f0a58e into PR head commit 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 07:02:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:02:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:02:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:02:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:02:26 using GIT_SSH to set credentials SSH Credentials for GitHub 07:02:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:02:26 > git config core.sparsecheckout # timeout=10 07:02:26 > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 07:02:27 Merge succeeded, producing 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 07:02:27 Checking out Revision 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 (PR-326) 07:02:27 > git remote # timeout=10 07:02:27 > git config --get remote.origin.url # timeout=10 07:02:27 using GIT_SSH to set credentials SSH Credentials for GitHub 07:02:27 > git merge 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 07:02:27 > git rev-parse HEAD^{commit} # timeout=10 07:02:27 > git config core.sparsecheckout # timeout=10 07:02:27 > git checkout -f 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 07:02:30 bca2f99d35d6: Pull complete 07:02:30 93359f2a8cfa: Pull complete 07:02:30 7c6f9722023f: Pull complete 07:02:32 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" 07:02:32 > git --version # timeout=10 07:02:32 > git --version # 'git version 2.17.1' 07:02:32 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:02:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:02:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:02:34 + sudo service docker restart 07:02:34 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:02:37 provisioning config files... 07:02:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1252454560473120244tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:02:38 ---> docker-login.sh 07:02:38 nexus3.edgexfoundry.org:10001 07:02:38 a35cf1a2eb13: Pull complete 07:02:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:02:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:02:38 ---> a62c8e92a672 07:02:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:02:38 ---> Running in 13f25ae458a4 07:02:38 Removing intermediate container 13f25ae458a4 07:02:38 ---> e7f2af497b1e 07:02:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:38 ---> Running in 8c8bab7d7166 07:02:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:39 Configure a credential helper to remove this warning. See 07:02:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:39 07:02:39 Login Succeeded 07:02:39 nexus3.edgexfoundry.org:10002 07:02:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:39 Configure a credential helper to remove this warning. See 07:02:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:39 07:02:39 Login Succeeded 07:02:39 nexus3.edgexfoundry.org:10003 07:02:39 Removing intermediate container 8c8bab7d7166 07:02:39 ---> 9d7c6b00dcbf 07:02:39 Step 5/8 : RUN apk add --no-cache make git 07:02:39 ---> Running in 200cda02d404 07:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:40 Configure a credential helper to remove this warning. See 07:02:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:40 07:02:40 Login Succeeded 07:02:40 nexus3.edgexfoundry.org:10004 07:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:40 Configure a credential helper to remove this warning. See 07:02:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:40 07:02:40 Login Succeeded 07:02:40 docker.io 07:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:41 Configure a credential helper to remove this warning. See 07:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:41 07:02:41 Login Succeeded 07:02:41 ---> docker-login.sh ends 07:02:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } 07:02:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:02:41 OK: 166 MiB in 39 packages 07:02:41 ========================================================= 07:02:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:02:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:02:42 + 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 . 07:02:42 Removing intermediate container 200cda02d404 07:02:42 ---> c52f7f5970e0 07:02:42 Step 6/8 : WORKDIR /edgex-ui-go 07:02:42 ---> Running in 57847cc578f8 07:02:42 Removing intermediate container 57847cc578f8 07:02:42 ---> b3603d922432 07:02:42 Step 7/8 : COPY . . 07:02:43 Sending build context to Docker daemon 17.6MB 07:02:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:02:43 Step 2/8 : FROM ${BASE} 07:02:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:02:43 5f621e34cdf4: Pulling fs layer 07:02:43 a4357932f1b6: Pulling fs layer 07:02:43 18c013af1878: Pulling fs layer 07:02:43 00ac8860ef70: Pulling fs layer 07:02:43 63d7cb157983: Pulling fs layer 07:02:43 b116817d02f9: Pulling fs layer 07:02:43 745a02a5169b: Pulling fs layer 07:02:43 00ac8860ef70: Waiting 07:02:43 63d7cb157983: Waiting 07:02:43 745a02a5169b: Waiting 07:02:43 b116817d02f9: Waiting 07:02:43 18c013af1878: Verifying Checksum 07:02:43 18c013af1878: Download complete 07:02:43 a4357932f1b6: Verifying Checksum 07:02:43 a4357932f1b6: Download complete 07:02:43 63d7cb157983: Verifying Checksum 07:02:43 63d7cb157983: Download complete 07:02:43 b116817d02f9: Verifying Checksum 07:02:43 b116817d02f9: Download complete 07:02:43 5f621e34cdf4: Verifying Checksum 07:02:43 5f621e34cdf4: Download complete 07:02:44 5f621e34cdf4: Pull complete 07:02:44 a4357932f1b6: Pull complete 07:02:45 ---> c7c5bb44fd4d 07:02:45 Step 8/8 : RUN go mod download 07:02:45 ---> Running in de7096b4e2a9 07:02:45 18c013af1878: Pull complete 07:02:45 745a02a5169b: Verifying Checksum 07:02:45 745a02a5169b: Download complete 07:02:47 00ac8860ef70: Verifying Checksum 07:02:47 00ac8860ef70: Download complete 07:02:57 00ac8860ef70: Pull complete 07:02:57 63d7cb157983: Pull complete 07:02:57 b116817d02f9: Pull complete 07:03:01 745a02a5169b: Pull complete 07:03:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:03:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:03:01 ---> b7e6874047d6 07:03:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:03:04 ---> Running in 75683f002975 07:03:04 Removing intermediate container 75683f002975 07:03:04 ---> 9028f950244d 07:03:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:04 ---> Running in 77d8dc7bacfe 07:03:06 Removing intermediate container 77d8dc7bacfe 07:03:06 ---> 5b20ee8476e2 07:03:06 Step 5/8 : RUN apk add --no-cache make git 07:03:06 ---> Running in 7f1337c6fafe 07:03:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:03:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:03:09 OK: 142 MiB in 39 packages 07:03:10 Removing intermediate container 7f1337c6fafe 07:03:10 ---> 63e9c54e545c 07:03:10 Step 6/8 : WORKDIR /edgex-ui-go 07:03:10 ---> Running in 2b09e8e8f11c 07:03:11 Removing intermediate container 2b09e8e8f11c 07:03:11 ---> ba014d068ed0 07:03:11 Step 7/8 : COPY . . 07:03:11 Removing intermediate container de7096b4e2a9 07:03:11 ---> 3d5a248d5441 07:03:11 Successfully built 3d5a248d5441 07:03:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:03:12 + docker inspect -f . ci-base-image-x86_64 07:03:12 . [Pipeline] withDockerContainer 07:03:12 prd-centos7-docker-4c-2g-32923 does not seem to be running inside a container 07:03:12 $ 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 07:03:13 $ docker top c28202c13dd06bd74baf9918dcc88c2112ff868390757227d1be56f8e2a481c4 -eo pid,comm [Pipeline] { [Pipeline] sh 07:03:13 ---> 7b1f61b6883d 07:03:13 Step 8/8 : RUN go mod download 07:03:13 ---> Running in 48e08a87cea7 07:03:14 + go version 07:03:14 go version go1.15.5 linux/amd64 [Pipeline] } 07:03:14 $ docker stop --time=1 c28202c13dd06bd74baf9918dcc88c2112ff868390757227d1be56f8e2a481c4 07:03:15 $ docker rm -f c28202c13dd06bd74baf9918dcc88c2112ff868390757227d1be56f8e2a481c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:03:16 + docker inspect -f . ci-base-image-x86_64 07:03:16 . [Pipeline] withDockerContainer 07:03:17 prd-centos7-docker-4c-2g-32923 does not seem to be running inside a container 07:03: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 07:03:17 $ docker top 06e9b7aa2152812766458826e4059309c4597cc75994dbae8f41b3cdb5377b43 -eo pid,comm [Pipeline] { [Pipeline] sh 07:03:18 + make test 07:03:18 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:03:19 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:03:28 GO111MODULE=on go vet ./... [Pipeline] } 07:03:30 $ docker stop --time=1 06e9b7aa2152812766458826e4059309c4597cc75994dbae8f41b3cdb5377b43 07:03:33 $ docker rm -f 06e9b7aa2152812766458826e4059309c4597cc75994dbae8f41b3cdb5377b43 [Pipeline] // withDockerContainer [Pipeline] sh 07:03:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:03:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:03:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:03:36 + ls -al . 07:03:36 total 92 07:03:36 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 07:03 . 07:03:36 drwxrwxr-x. 4 jenkins jenkins 28 Apr 6 07:02 .. 07:03:36 drwxrwxr-x. 3 jenkins jenkins 20 Apr 6 07:02 assets 07:03:36 drwxrwxr-x. 2 jenkins jenkins 35 Apr 6 07:02 bin 07:03:36 drwxrwxr-x. 3 jenkins jenkins 29 Apr 6 07:02 cmd 07:03:36 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 6 07:02 CONTRIBUTING.md 07:03:36 -rw-r--r--. 1 jenkins jenkins 10 Apr 6 07:03 coverage.out 07:03:36 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 6 07:02 Dockerfile 07:03:36 -rw-rw-r--. 1 jenkins jenkins 902 Apr 6 07:02 Dockerfile.build 07:03:36 drwxrwxr-x. 5 jenkins jenkins 104 Apr 6 07:02 docs 07:03:36 drwxrwxr-x. 8 jenkins jenkins 179 Apr 6 07:02 .git 07:03:36 drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 07:02 .github 07:03:36 -rw-rw-r--. 1 jenkins jenkins 153 Apr 6 07:02 .gitignore 07:03:36 -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 07:02 go.mod 07:03:36 -rw-r--r--. 1 jenkins jenkins 22319 Apr 6 07:03 go.sum 07:03:36 drwxrwxr-x. 10 jenkins jenkins 139 Apr 6 07:02 internal 07:03:36 -rw-rw-r--. 1 jenkins jenkins 652 Apr 6 07:02 Jenkinsfile 07:03:36 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 6 07:02 LICENSE 07:03:36 -rw-rw-r--. 1 jenkins jenkins 951 Apr 6 07:02 Makefile 07:03:36 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 6 07:02 README.md 07:03:36 -rw-rw-r--. 1 jenkins jenkins 5 Apr 6 06:59 VERSION 07:03:36 -rw-rw-r--. 1 jenkins jenkins 155 Apr 6 07:02 version.go 07:03:36 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 6 07:02 web [Pipeline] isUnix [Pipeline] sh 07:03:36 + 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=496597c1a6b922d1ec21c0be156f1ba5d6de8e24 --label arch=amd64 --label version=0.0.0 . 07:03:37 Sending build context to Docker daemon 17.62MB 07:03:37 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:03:37 Step 2/24 : FROM ${BASE} AS builder 07:03:37 ---> 3d5a248d5441 07:03:37 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:03:38 ---> Running in 9d2169e487fd 07:03:38 Removing intermediate container 9d2169e487fd 07:03:38 ---> ea0999b31488 07:03:38 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:03:38 ---> Running in 9dc67bece096 07:03:38 Removing intermediate container 9dc67bece096 07:03:38 ---> 1d5542c2c427 07:03:38 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:03:38 ---> Running in 4815f6a35781 07:03:38 Removing intermediate container 4815f6a35781 07:03:38 ---> 674d9c5fe938 07:03:38 Step 6/24 : LABEL Name=edgex-ui-go 07:03:38 ---> Running in 674bc64e58f3 07:03:38 Removing intermediate container 674bc64e58f3 07:03:38 ---> e4c7543a170f 07:03:38 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:03:38 ---> Running in b36a3f0353c6 07:03:38 Removing intermediate container b36a3f0353c6 07:03:38 ---> e7d64c34e9c0 07:03:38 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:38 ---> Running in efe331143b6a 07:03:39 Removing intermediate container efe331143b6a 07:03:39 ---> e300ab69b1ed 07:03:39 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:03:39 ---> Running in 6aa0d54eb05a 07:03:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:03:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:03:41 OK: 166 MiB in 39 packages 07:03:42 Removing intermediate container 6aa0d54eb05a 07:03:42 ---> 1590fb76719b 07:03:42 Step 10/24 : ENV GO111MODULE=on 07:03:42 ---> Running in bba769f9ff7e 07:03:42 Removing intermediate container bba769f9ff7e 07:03:42 ---> 8a59f029bcfc 07:03:42 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:03:42 ---> Running in a3bbed776d7e 07:03:42 Removing intermediate container a3bbed776d7e 07:03:42 ---> d76be35c1839 07:03:42 Step 12/24 : COPY go.mod . 07:03:42 ---> 0616c4eb64bb 07:03:42 Step 13/24 : COPY Makefile . 07:03:42 ---> 88f9e3c68d13 07:03:42 Step 14/24 : RUN make update 07:03:43 ---> Running in d03a6855e5eb 07:03:43 CGO_ENABLED=0 GO111MODULE=on go mod download 07:03:44 Removing intermediate container d03a6855e5eb 07:03:44 ---> 0542e0cedd00 07:03:44 Step 15/24 : COPY . . 07:03:46 ---> 017e8fca95ea 07:03:46 Step 16/24 : RUN ${MAKE} 07:03:46 ---> Running in 43ca443506d5 07:03:46 Removing intermediate container 48e08a87cea7 07:03:46 ---> 33cd67ca5641 07:03:46 Successfully built 33cd67ca5641 07:03:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:03:46 + docker inspect -f . ci-base-image-arm64 07:03:46 . 07:03:46 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 [Pipeline] withDockerContainer 07:03:46 prd-ubuntu18.04-docker-arm64-4c-16g-32922 does not seem to be running inside a container 07:03:47 $ 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 07:03:48 $ docker top ba88863499f1173c389fe28489ad182c57073236009c8a351772c17c45c6272c -eo pid,comm [Pipeline] { [Pipeline] sh 07:03:49 + go version 07:03:49 go version go1.15.5 linux/arm64 [Pipeline] } 07:03:49 $ docker stop --time=1 ba88863499f1173c389fe28489ad182c57073236009c8a351772c17c45c6272c 07:03:51 $ docker rm -f ba88863499f1173c389fe28489ad182c57073236009c8a351772c17c45c6272c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:03:53 + docker inspect -f . ci-base-image-arm64 07:03:53 . [Pipeline] withDockerContainer 07:03:53 prd-ubuntu18.04-docker-arm64-4c-16g-32922 does not seem to be running inside a container 07:03: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 07:03:54 $ docker top a6d71ae174ab86083d6df22733ae3c634ce55e81b94eae679f09a945216ecfb4 -eo pid,comm [Pipeline] { [Pipeline] sh 07:03:56 + make test 07:03:56 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:03:56 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:03:57 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:03:58 Removing intermediate container 43ca443506d5 07:03:58 ---> 38dda2711270 07:03:58 Step 17/24 : FROM alpine:3.12 07:03:58 3.12: Pulling from library/alpine 07:03:59 532819f3e44c: Pulling fs layer 07:03:59 532819f3e44c: Verifying Checksum 07:03:59 532819f3e44c: Download complete 07:03:59 532819f3e44c: Pull complete 07:03:59 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 07:03:59 Status: Downloaded newer image for alpine:3.12 07:03:59 ---> 7230e588e954 07:03:59 Step 18/24 : EXPOSE 4000 07:03:59 ---> Running in 3dcd0aa687f7 07:03:59 Removing intermediate container 3dcd0aa687f7 07:03:59 ---> 1925ef701e7a 07:03:59 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 07:04:01 ---> 33c90407b0c2 07:04:01 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:04:01 ---> Running in f35290e5a16d 07:04:01 Removing intermediate container f35290e5a16d 07:04:01 ---> d08df9b65744 07:04:01 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:04:01 ---> Running in d3ac4baf604e 07:04:01 Removing intermediate container d3ac4baf604e 07:04:01 ---> c1b12a2edb12 07:04:01 Step 22/24 : LABEL arch=amd64 07:04:01 ---> Running in 4d1cc03fbf2c 07:04:01 Removing intermediate container 4d1cc03fbf2c 07:04:01 ---> 71390774e47f 07:04:01 Step 23/24 : LABEL git_sha=496597c1a6b922d1ec21c0be156f1ba5d6de8e24 07:04:01 ---> Running in 70476925401b 07:04:01 Removing intermediate container 70476925401b 07:04:01 ---> 50c30aa72b22 07:04:01 Step 24/24 : LABEL version=0.0.0 07:04:01 ---> Running in 6bfb23f102db 07:04:01 Removing intermediate container 6bfb23f102db 07:04:01 ---> c1fe5c5c4b70 07:04:01 [Warning] One or more build-args [ARCH] were not consumed 07:04:02 Successfully built c1fe5c5c4b70 07:04:02 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 07:04:03 ---> job-cost.sh 07:04:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-To7x 07:04:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:04:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:04:24 GO111MODULE=on go vet ./... [Pipeline] } 07:04:31 $ docker stop --time=1 a6d71ae174ab86083d6df22733ae3c634ce55e81b94eae679f09a945216ecfb4 07:04:33 $ docker rm -f a6d71ae174ab86083d6df22733ae3c634ce55e81b94eae679f09a945216ecfb4 [Pipeline] // withDockerContainer [Pipeline] sh 07:04:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:04:34 Warning: overwriting stash ‘coverage-report’ 07:04:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:04:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:04:36 + ls -al . 07:04:36 total 124 07:04:36 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 07:03 . 07:04:36 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 07:02 .. 07:04:36 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 07:02 .git 07:04:36 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 07:02 .github 07:04:36 -rw-rw-r-- 1 jenkins jenkins 153 Apr 6 07:02 .gitignore 07:04:36 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 6 07:02 CONTRIBUTING.md 07:04:36 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 6 07:02 Dockerfile 07:04:36 -rw-rw-r-- 1 jenkins jenkins 902 Apr 6 07:02 Dockerfile.build 07:04:36 -rw-rw-r-- 1 jenkins jenkins 652 Apr 6 07:02 Jenkinsfile 07:04:36 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 6 07:02 LICENSE 07:04:36 -rw-rw-r-- 1 jenkins jenkins 951 Apr 6 07:02 Makefile 07:04:36 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 6 07:02 README.md 07:04:36 -rw-rw-r-- 1 jenkins jenkins 5 Apr 6 06:59 VERSION 07:04:36 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 07:02 assets 07:04:36 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 07:02 bin 07:04:36 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 07:02 cmd 07:04:36 -rw-r--r-- 1 jenkins jenkins 10 Apr 6 07:03 coverage.out 07:04:36 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 07:02 docs 07:04:36 -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 07:02 go.mod 07:04:36 -rw-r--r-- 1 jenkins jenkins 22319 Apr 6 07:03 go.sum 07:04:36 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 07:02 internal 07:04:36 -rw-rw-r-- 1 jenkins jenkins 155 Apr 6 07:02 version.go 07:04:36 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 07:02 web [Pipeline] isUnix [Pipeline] sh 07:04:36 + 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=496597c1a6b922d1ec21c0be156f1ba5d6de8e24 --label arch=arm64 --label version=0.0.0 . 07:04:37 Sending build context to Docker daemon 17.62MB 07:04:37 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:04:37 Step 2/24 : FROM ${BASE} AS builder 07:04:37 ---> 33cd67ca5641 07:04:37 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:04:38 ---> Running in 7c1e7e6fd340 07:04:38 Removing intermediate container 7c1e7e6fd340 07:04:38 ---> 0d8a5252d552 07:04:38 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:04:38 ---> Running in 30b18d66df35 07:04:39 Removing intermediate container 30b18d66df35 07:04:39 ---> e7aae8c79d4b 07:04:39 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:04:39 ---> Running in d536b325b148 07:04:40 Removing intermediate container d536b325b148 07:04:40 ---> 0d09959f742a 07:04:40 Step 6/24 : LABEL Name=edgex-ui-go 07:04:40 ---> Running in 24c9688cba69 07:04:40 Removing intermediate container 24c9688cba69 07:04:40 ---> d7b399fea43c 07:04:40 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:04:40 ---> Running in 7c0b8754167f 07:04:41 Removing intermediate container 7c0b8754167f 07:04:41 ---> 9ffcdf75e555 07:04:41 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:04:41 ---> Running in 13d13772883f 07:04:43 Removing intermediate container 13d13772883f 07:04:43 ---> 31810356f2d5 07:04:43 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:04:43 ---> Running in 7a23f15e79e1 07:04:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:04:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:04:46 OK: 142 MiB in 39 packages 07:04:47 Removing intermediate container 7a23f15e79e1 07:04:47 ---> 3059b8936c60 07:04:47 Step 10/24 : ENV GO111MODULE=on 07:04:47 ---> Running in 24cc54a259fe 07:04:47 Removing intermediate container 24cc54a259fe 07:04:47 ---> 620b392a0647 07:04:47 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:04:48 ---> Running in 39fba9a5378e 07:04:48 Removing intermediate container 39fba9a5378e 07:04:48 ---> 9ce5a01c68bf 07:04:48 Step 12/24 : COPY go.mod . 07:04:49 ---> e3162f770097 07:04:49 Step 13/24 : COPY Makefile . 07:04:49 ---> f6ef2100bde8 07:04:49 Step 14/24 : RUN make update 07:04:50 ---> Running in 0b2eccc121b6 07:04:50 lf-activate-venv(): INFO: Adding /tmp/venv-To7x/bin to PATH 07:04:50 INFO: No Stack... 07:04:50 INFO: Retrieving Pricing Info for: v1-standard-2 07:04:50 INFO: Archiving Costs [Pipeline] sh 07:04:51 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:04:51 + cut -d, -f6 07:04:51 CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] lock 07:04:51 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] 07:04:51 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] did not exist. Created. 07:04:51 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:04:51 + echo total: 0.029999999329447746 [Pipeline] stash 07:04:51 Stashed 1 file(s) [Pipeline] } 07:04:51 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 07:04:52 Removing intermediate container 0b2eccc121b6 07:04:52 ---> e2ee361e8292 07:04:52 Step 15/24 : COPY . . [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:04:55 ---> c48d879182fe 07:04:55 Step 16/24 : RUN ${MAKE} 07:04:55 ---> Running in 40e9997e5487 07:04:56 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 07:05:22 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:05:28 Removing intermediate container 40e9997e5487 07:05:28 ---> 5615881e2ebc 07:05:28 Step 17/24 : FROM alpine:3.12 07:05:28 3.12: Pulling from library/alpine 07:05:28 9a219e8acc52: Pulling fs layer 07:05:28 9a219e8acc52: Download complete 07:05:28 9a219e8acc52: Pull complete 07:05:28 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 07:05:28 Status: Downloaded newer image for alpine:3.12 07:05:28 ---> d75e27dfc0a0 07:05:28 Step 18/24 : EXPOSE 4000 07:05:29 ---> Running in c99d8ba97104 07:05:29 Removing intermediate container c99d8ba97104 07:05:29 ---> e6a8e9f7903f 07:05:29 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 07:05:31 ---> 3dc892d90703 07:05:31 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:05:31 ---> Running in 9a7b2a65ae87 07:05:32 Removing intermediate container 9a7b2a65ae87 07:05:32 ---> eb75b88a32e7 07:05:32 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:05:32 ---> Running in b0cfdf1e6eac 07:05:32 Removing intermediate container b0cfdf1e6eac 07:05:32 ---> 225f1f16f768 07:05:32 Step 22/24 : LABEL arch=arm64 07:05:32 ---> Running in 42e782ea45ab 07:05:33 Removing intermediate container 42e782ea45ab 07:05:33 ---> a6d69c343dcc 07:05:33 Step 23/24 : LABEL git_sha=496597c1a6b922d1ec21c0be156f1ba5d6de8e24 07:05:33 ---> Running in f2153a1544ed 07:05:33 Removing intermediate container f2153a1544ed 07:05:33 ---> 98d9420f8a9f 07:05:33 Step 24/24 : LABEL version=0.0.0 07:05:33 ---> Running in 0de13819860b 07:05:34 Removing intermediate container 0de13819860b 07:05:34 ---> 739ef2d1e5bf 07:05:34 [Warning] One or more build-args [ARCH] were not consumed 07:05:34 Successfully built 739ef2d1e5bf 07:05:34 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 07:05:35 ---> job-cost.sh 07:05:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2TTF 07:06:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:07:51 lf-activate-venv(): INFO: Adding /tmp/venv-2TTF/bin to PATH 07:07:51 INFO: No Stack... 07:07:51 INFO: Retrieving Pricing Info for: lf-standard-4 07:07:51 INFO: Archiving Costs [Pipeline] sh 07:07:51 + + cat /w/workspace/edgex-ui-go/1/archives/cost.csvcut 07:07:51 -d, -f6 [Pipeline] lock 07:07:51 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] 07:07:51 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] did not exist. Created. 07:07:51 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-326-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:07:52 /w/workspace/edgex-ui-go/1@tmp/durable-f50f5c21/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-f50f5c21/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:07:52 + echo total: 0.20999999344348907 [Pipeline] stash 07:07:52 Warning: overwriting stash ‘stack-cost’ 07:07:52 Stashed 1 file(s) [Pipeline] } 07:07:52 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-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 07:07:54 provisioning config files... 07:07:54 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config2255803963910671175tmp [Pipeline] { [Pipeline] sh 07:07:55 + set +x 07:07:55 + curl -s https://codecov.io/bash 07:07:55 + bash -s -- 07:07:55 07:07:55 _____ _ 07:07:55 / ____| | | 07:07:55 | | ___ __| | ___ ___ _____ __ 07:07:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:07:55 | |___| (_) | (_| | __/ (_| (_) \ V / 07:07:55 \_____\___/ \__,_|\___|\___\___/ \_/ 07:07:55 Bash-20210309-2b87ace 07:07:55 07:07:55 07:07:55 ==> git version 2.24.3 found 07:07:55 ==> 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 07:07:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:07:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:07:55 ==> Jenkins CI detected. 07:07:55 project root: . 07:07:55 --> token set from env 07:07:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:07:55 ==> Running gcov in . (disable via -X gcov) 07:07:55 ==> Python coveragepy not found 07:07:55 ==> Searching for coverage reports in: 07:07:55 + . 07:07:55 -> Found 1 reports 07:07:55 ==> Detecting git/mercurial file structure 07:07:55 ==> Reading reports 07:07:55 + ./coverage.out bytes=10 07:07:55 ==> Appending adjustments 07:07:55 https://docs.codecov.io/docs/fixing-reports 07:07:55 + Found adjustments 07:07:55 ==> Gzipping contents 07:07:55 4.0K /tmp/codecov.NHwUj6.gz 07:07:55 ==> Uploading reports 07:07:55 url: https://codecov.io 07:07:55 query: branch=PR-326&commit=496597c1a6b922d1ec21c0be156f1ba5d6de8e24&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-326%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=326&job=&cmd_args= 07:07:55 -> Pinging Codecov 07:07:55 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-326&commit=496597c1a6b922d1ec21c0be156f1ba5d6de8e24&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-326%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=326&job=&cmd_args= 07:07:56 -> Uploading to 07:07:56 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/FB506323287CE973F263BFD2A0EB1F37/496597c1a6b922d1ec21c0be156f1ba5d6de8e24/879cbf33-8efe-42e9-83ac-5e2f43e94d43.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T070756Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7e2269154b6e367c1bc3ea7e9bf3f01354f5f9881edee1a29ec974d2d23985c9 07:07:56 % Total % Received % Xferd Average Speed Time Time Time Current 07:07:56 Dload Upload Total Spent Left Speed 07:07:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3491 0 0 100 3491 0 6332 --:--:-- --:--:-- --:--:-- 6324 100 3491 0 0 100 3491 0 6328 --:--:-- --:--:-- --:--:-- 6324 07:07:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/496597c1a6b922d1ec21c0be156f1ba5d6de8e24 [Pipeline] } 07:07:56 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 07:08:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:08:00 ---> package-listing.sh 07:08:00 ++ tr '[:upper:]' '[:lower:]' 07:08:00 ++ facter osfamily 07:08:00 + OS_FAMILY=redhat 07:08:00 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-326 07:08:00 + START_PACKAGES=/tmp/packages_start.txt 07:08:00 + END_PACKAGES=/tmp/packages_end.txt 07:08:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:08:00 + PACKAGES=/tmp/packages_start.txt 07:08:00 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-326 ']' 07:08:00 + PACKAGES=/tmp/packages_end.txt 07:08:00 + case "${OS_FAMILY}" in 07:08:00 + rpm -qa 07:08:00 + sort 07:08:05 + '[' -f /tmp/packages_start.txt ']' 07:08:05 + '[' -f /tmp/packages_end.txt ']' 07:08:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:08:05 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-326 ']' 07:08:05 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-326/archives/ 07:08:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-326/archives/ [Pipeline] echo 07:08:05 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-326/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:08:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:08:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:06 07:08:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:08:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:06 alpine: Pulling from edgex-lftools-log-publisher 07:08:06 df20fa9351a1: Pulling fs layer 07:08:06 36b3adc4ff6f: Pulling fs layer 07:08:06 8ad3a11d3b57: Pulling fs layer 07:08:06 46f8f816bc3b: Pulling fs layer 07:08:06 93b61091891f: Pulling fs layer 07:08:06 93b9cdb0e59b: Pulling fs layer 07:08:06 5e14af77c1be: Pulling fs layer 07:08:06 01666e4c0597: Pulling fs layer 07:08:06 aa168da1d23b: Pulling fs layer 07:08:06 93b61091891f: Waiting 07:08:06 93b9cdb0e59b: Waiting 07:08:06 5e14af77c1be: Waiting 07:08:06 46f8f816bc3b: Waiting 07:08:06 aa168da1d23b: Waiting 07:08:06 01666e4c0597: Waiting 07:08:06 36b3adc4ff6f: Verifying Checksum 07:08:06 36b3adc4ff6f: Download complete 07:08:06 46f8f816bc3b: Verifying Checksum 07:08:06 46f8f816bc3b: Download complete 07:08:06 df20fa9351a1: Download complete 07:08:07 93b9cdb0e59b: Verifying Checksum 07:08:07 93b9cdb0e59b: Download complete 07:08:07 5e14af77c1be: Verifying Checksum 07:08:07 5e14af77c1be: Download complete 07:08:07 93b61091891f: Verifying Checksum 07:08:07 93b61091891f: Download complete 07:08:07 01666e4c0597: Verifying Checksum 07:08:07 01666e4c0597: Download complete 07:08:07 df20fa9351a1: Pull complete 07:08:07 36b3adc4ff6f: Pull complete 07:08:08 8ad3a11d3b57: Verifying Checksum 07:08:08 8ad3a11d3b57: Download complete 07:08:09 8ad3a11d3b57: Pull complete 07:08:09 46f8f816bc3b: Pull complete 07:08:09 93b61091891f: Pull complete 07:08:09 93b9cdb0e59b: Pull complete 07:08:09 aa168da1d23b: Verifying Checksum 07:08:09 aa168da1d23b: Download complete 07:08:10 5e14af77c1be: Pull complete 07:08:10 01666e4c0597: Pull complete 07:08:16 aa168da1d23b: Pull complete 07:08:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:08:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:08:16 prd-centos7-docker-4c-2g-32921 does not seem to be running inside a container 07:08:17 $ 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-326/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-326 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326:/w/workspace/edgexfoundry_edgex-ui-go_PR-326:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@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 07:08:20 $ docker top 3af9b2c8294826c1a8d9292922835b66c1fdf4688d6b21b401192f79e65117a2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:21 + touch /tmp/pre-build-complete [Pipeline] sh 07:08:21 + mkdir -p /var/log/sa [Pipeline] sh 07:08:21 + ls /var/log/sa-host 07:08:21 + sadf -c /var/log/sa-host/sa06 07:08:21 file_magic: OK 07:08:21 HZ: Using current value: 100 07:08:21 file_header: OK 07:08:21 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 07:08:21 Statistics: 07:08:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:08:21 File successfully converted to sysstat format version 12.2.1 07:08:21 + sadf -c /var/log/sa-host/sa23 07:08:21 file_magic: OK 07:08:21 HZ: Using current value: 100 07:08:21 file_header: OK 07:08:21 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 07:08:21 Statistics: 07:08:21 Hnuu...uuuununununu... 07:08:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:08:22 provisioning config files... 07:08:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config5922452074052590692tmp [Pipeline] { [Pipeline] echo 07:08:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:08:23 ---> create-netrc.sh [Pipeline] } 07:08:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:08:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:08:23 ---> python-tools-install.sh [Pipeline] echo 07:08:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:08:24 ---> sudo-logs.sh 07:08:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:08:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:08:24 ---> job-cost.sh 07:08:24 lf-activate-venv: SKIPPING 07:08:24 DEBUG: total: 0.20999999344348907 07:08:24 INFO: Retrieving Stack Cost... 07:08:25 INFO: Retrieving Pricing Info for: v1-standard-2 07:08:26 INFO: Archiving Costs [Pipeline] echo 07:08:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:08:26 ---> logs-deploy.sh 07:08:26 lf-activate-venv: SKIPPING 07:08:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-326/1 07:08:26 INFO: archiving workspace using pattern(s): 07:08:28 Archives upload complete. 07:08:28 INFO: archiving logs to Nexus