Pull request #340 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 93cb7739f82c8c0acaad151d3fef7008151b3621+a88ea99ffe9e2626f031198baec7712ee48b9091 (8ef76a41a650ca7a1e31263ba11e5a23fe61627e) 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-340/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-340/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 ‘prd-centos7-docker-4c-2g-1118’ Running on prd-centos7-docker-4c-2g-1120 in /w/workspace/edgexfoundry_edgex-ui-go_PR-340 [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-340 # 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 Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 93cb7739f82c8c0acaad151d3fef7008151b3621 > 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/340/head:refs/remotes/origin/PR-340 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # timeout=10 Merge succeeded, producing 93cb7739f82c8c0acaad151d3fef7008151b3621 Checking out Revision 93cb7739f82c8c0acaad151d3fef7008151b3621 (PR-340) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # 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:55:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:55:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:55:03 ========================================================= 06:55:03 EdgeX Global Pipelines Version Info 06:55:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:55:05 ------------------- 06:55:05 stable info: 06:55:05 ------------------- 06:55:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:55:05 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:55:05 Message: update stable to v1.0.186 06:55:06 ------------------- 06:55:06 experimental info: 06:55:06 ------------------- 06:55:06 Commited By: **** collab-it+edgex@linuxfoundation.org 06:55:06 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 06:55:06 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:55:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:55:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:55:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:55:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:55:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:55:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:55:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:55:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:55:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-340 [Pipeline] echo 06:55:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-340 [Pipeline] echo 06:55:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-340 [Pipeline] echo 06:55:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93cb7739f82c8c0acaad151d3fef7008151b3621 [Pipeline] echo 06:55:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93cb773 [Pipeline] echo 06:55:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:55:08 provisioning config files... 06:55:08 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/config3617246246059192639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:55:08 ---> docker-login.sh 06:55:08 nexus3.edgexfoundry.org:10001 06:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:09 Configure a credential helper to remove this warning. See 06:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:09 06:55:09 Login Succeeded 06:55:09 nexus3.edgexfoundry.org:10002 06:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:09 Configure a credential helper to remove this warning. See 06:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:09 06:55:09 Login Succeeded 06:55:09 nexus3.edgexfoundry.org:10003 06:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:09 Configure a credential helper to remove this warning. See 06:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:09 06:55:09 Login Succeeded 06:55:09 nexus3.edgexfoundry.org:10004 06:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:09 Configure a credential helper to remove this warning. See 06:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:09 06:55:09 Login Succeeded 06:55:09 docker.io 06:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:10 Configure a credential helper to remove this warning. See 06:55:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:10 06:55:10 Login Succeeded 06:55:10 ---> docker-login.sh ends [Pipeline] } 06:55:10 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:55:10 + git log --format=format:%s -1 93cb7739f82c8c0acaad151d3fef7008151b3621 [Pipeline] echo 06:55:11 GIT_COMMIT: 93cb7739f82c8c0acaad151d3fef7008151b3621, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 06:55:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:55:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:55:11 06:55:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:55:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:55:12 latest: Pulling from edgex-devops/git-semver 06:55:12 31603596830f: Pulling fs layer 06:55:12 2a8b12db71e7: Pulling fs layer 06:55:12 6ca5941a6612: Pulling fs layer 06:55:12 ecc8261a40a4: Pulling fs layer 06:55:12 ecc8261a40a4: Waiting 06:55:12 2a8b12db71e7: Verifying Checksum 06:55:12 2a8b12db71e7: Download complete 06:55:12 31603596830f: Verifying Checksum 06:55:12 31603596830f: Download complete 06:55:12 6ca5941a6612: Verifying Checksum 06:55:12 6ca5941a6612: Download complete 06:55:12 ecc8261a40a4: Verifying Checksum 06:55:12 ecc8261a40a4: Download complete 06:55:12 31603596830f: Pull complete 06:55:12 2a8b12db71e7: Pull complete 06:55:13 6ca5941a6612: Pull complete 06:55:13 ecc8261a40a4: Pull complete 06:55:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:55:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:55:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:55:14 prd-centos7-docker-4c-2g-1120 does not seem to be running inside a container 06:55:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-340 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-340:/w/workspace/edgexfoundry_edgex-ui-go_PR-340:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-340@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:55:16 $ docker top d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:55:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:55:17 [ssh-agent] Looking for ssh-agent implementation... 06:55:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:55:17 $ docker exec d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 ssh-agent 06:55:17 SSH_AUTH_SOCK=/tmp/ssh-XEhe85Eb25X8/agent.11 06:55:17 SSH_AGENT_PID=17 06:55:17 Running ssh-add (command line suppressed) 06:55:17 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/private_key_5679294078419137197.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/private_key_5679294078419137197.key) 06:55:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:55:17 + git tag --points-at HEAD [Pipeline] } 06:55:18 $ docker exec --env ******** --env ******** d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 ssh-agent -k 06:55:18 unset SSH_AUTH_SOCK; 06:55:18 unset SSH_AGENT_PID; 06:55:18 echo Agent pid 17 killed; 06:55:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:55:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:55:18 [ssh-agent] Looking for ssh-agent implementation... 06:55:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:55:18 $ docker exec d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 ssh-agent 06:55:18 SSH_AUTH_SOCK=/tmp/ssh-yyhTjK6qXrNC/agent.46 06:55:18 SSH_AGENT_PID=52 06:55:18 Running ssh-add (command line suppressed) 06:55:18 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/private_key_1504378989409373862.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/private_key_1504378989409373862.key) 06:55:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:55:19 + git semver init 06:55:19 # -> Open(): unable to determine branch for HEAD 06:55:19 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-340/.git 06:55:19 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-340 06:55:19 # $SEMVER_REMOTE_NAME = origin 06:55:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:55:19 # $SEMVER_USER_NAME = edgex-jenkins 06:55:19 # $SEMVER_BRANCH = PR-340 06:55:19 # $SEMVER_TEMP = /tmp/semver-887252362 06:55:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:55:21 # '/tmp/semver-887252362' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-340/.semver' 06:55:21 # -> Force: false 06:55:21 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-340/.semver [Pipeline] } 06:55:21 $ docker exec --env ******** --env ******** d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 ssh-agent -k 06:55:21 unset SSH_AUTH_SOCK; 06:55:21 unset SSH_AGENT_PID; 06:55:21 echo Agent pid 52 killed; 06:55:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:55:21 + git semver [Pipeline] } 06:55:21 $ docker stop --time=1 d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 06:55:23 $ docker rm -f d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 [Pipeline] // withDockerContainer [Pipeline] sh 06:55:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:55:24 Stashed 1 file(s) [Pipeline] echo 06:55:24 [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:55:39 Still waiting to schedule task 06:55:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:55:39 Still waiting to schedule task 06:55:39 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1111’ 06:57:51 Running on prd-centos7-docker-4c-2g-1122 in /w/workspace/edgexfoundry_edgex-ui-go_PR-340 [Pipeline] { [Pipeline] ws 06:57:52 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 06:57:54 using credential edgex-jenkins-ssh 06:57:54 Cloning the remote Git repository 06:57:54 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:57:54 > git init /w/workspace/edgex-ui-go/1 # timeout=10 06:57:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:57:54 > git --version # timeout=10 06:57:54 > git --version # 'git version 2.24.3' 06:57:54 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:57:56 Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 93cb7739f82c8c0acaad151d3fef7008151b3621 06:57:56 Merge succeeded, producing 93cb7739f82c8c0acaad151d3fef7008151b3621 06:57:56 Checking out Revision 93cb7739f82c8c0acaad151d3fef7008151b3621 (PR-340) 06:57:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:57:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:57:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:57:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:57:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/340/head:refs/remotes/origin/PR-340 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:57:56 > git config core.sparsecheckout # timeout=10 06:57:56 > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # timeout=10 06:57:56 > git remote # timeout=10 06:57:56 > git config --get remote.origin.url # timeout=10 06:57:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:56 > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 06:57:56 > git rev-parse HEAD^{commit} # timeout=10 06:57:56 > git config core.sparsecheckout # timeout=10 06:57:56 > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # timeout=10 06:58:00 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:58:00 > git --version # timeout=10 06:58:00 > git --version # 'git version 2.24.3' 06:58:00 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:58:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:58:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:58:02 + sudo service docker restart 06:58:02 + true 06:58:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:58:04 provisioning config files... 06:58:04 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5488043930257912240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:58:04 ---> docker-login.sh 06:58:04 nexus3.edgexfoundry.org:10001 06:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:05 Configure a credential helper to remove this warning. See 06:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:05 06:58:05 Login Succeeded 06:58:05 nexus3.edgexfoundry.org:10002 06:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:05 Configure a credential helper to remove this warning. See 06:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:05 06:58:05 Login Succeeded 06:58:05 nexus3.edgexfoundry.org:10003 06:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:05 Configure a credential helper to remove this warning. See 06:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:05 06:58:05 Login Succeeded 06:58:05 nexus3.edgexfoundry.org:10004 06:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:05 Configure a credential helper to remove this warning. See 06:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:05 06:58:05 Login Succeeded 06:58:05 docker.io 06:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:06 Configure a credential helper to remove this warning. See 06:58:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:06 06:58:06 Login Succeeded 06:58:06 ---> docker-login.sh ends [Pipeline] } 06:58:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:58:06 ========================================================= 06:58:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:58:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:58:06 + 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:58:07 Sending build context to Docker daemon 34.83MB 06:58:07 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:58:07 Step 2/8 : FROM ${BASE} 06:58:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:58:07 188c0c94c7c5: Pulling fs layer 06:58:07 0ef7d3d256c8: Pulling fs layer 06:58:07 de9db76c5a1d: Pulling fs layer 06:58:07 bca2f99d35d6: Pulling fs layer 06:58:07 93359f2a8cfa: Pulling fs layer 06:58:07 7c6f9722023f: Pulling fs layer 06:58:07 a35cf1a2eb13: Pulling fs layer 06:58:07 93359f2a8cfa: Waiting 06:58:07 7c6f9722023f: Waiting 06:58:07 a35cf1a2eb13: Waiting 06:58:07 bca2f99d35d6: Waiting 06:58:07 de9db76c5a1d: Verifying Checksum 06:58:07 de9db76c5a1d: Download complete 06:58:07 0ef7d3d256c8: Verifying Checksum 06:58:07 0ef7d3d256c8: Download complete 06:58:07 93359f2a8cfa: Verifying Checksum 06:58:07 93359f2a8cfa: Download complete 06:58:07 7c6f9722023f: Verifying Checksum 06:58:07 7c6f9722023f: Download complete 06:58:07 188c0c94c7c5: Verifying Checksum 06:58:07 188c0c94c7c5: Download complete 06:58:07 188c0c94c7c5: Pull complete 06:58:07 0ef7d3d256c8: Pull complete 06:58:08 de9db76c5a1d: Pull complete 06:58:09 a35cf1a2eb13: Verifying Checksum 06:58:09 a35cf1a2eb13: Download complete 06:58:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1121 in /w/workspace/edgexfoundry_edgex-ui-go_PR-340 [Pipeline] { [Pipeline] ws 06:58:09 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 06:58:10 bca2f99d35d6: Verifying Checksum 06:58:10 bca2f99d35d6: Download complete 06:58:15 bca2f99d35d6: Pull complete 06:58:15 93359f2a8cfa: Pull complete 06:58:16 7c6f9722023f: Pull complete 06:58:16 using credential edgex-jenkins-ssh 06:58:16 Cloning the remote Git repository 06:58:16 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:58:16 > git init /w/workspace/edgex-ui-go/1 # timeout=10 06:58:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:58:16 > git --version # timeout=10 06:58:16 > git --version # 'git version 2.17.1' 06:58:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:58:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:58:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:58:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:58:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:58:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:58:18 using GIT_SSH to set credentials SSH Credentials for GitHub 06:58:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/340/head:refs/remotes/origin/PR-340 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:58:19 Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 93cb7739f82c8c0acaad151d3fef7008151b3621 06:58:19 Merge succeeded, producing 93cb7739f82c8c0acaad151d3fef7008151b3621 06:58:19 Checking out Revision 93cb7739f82c8c0acaad151d3fef7008151b3621 (PR-340) 06:58:19 > git config core.sparsecheckout # timeout=10 06:58:19 > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # timeout=10 06:58:19 > git remote # timeout=10 06:58:19 > git config --get remote.origin.url # timeout=10 06:58:19 using GIT_SSH to set credentials SSH Credentials for GitHub 06:58:19 > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 06:58:19 > git rev-parse HEAD^{commit} # timeout=10 06:58:19 > git config core.sparsecheckout # timeout=10 06:58:19 > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # timeout=10 06:58:21 a35cf1a2eb13: Pull complete 06:58:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:58:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:58:21 ---> a62c8e92a672 06:58:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:58:22 ---> Running in 6c2c20e996ab 06:58:22 Removing intermediate container 6c2c20e996ab 06:58:22 ---> 78db9fbf8dbb 06:58:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:22 ---> Running in 1c30edd3629b 06:58:23 Removing intermediate container 1c30edd3629b 06:58:23 ---> 3532e2413cea 06:58:23 Step 5/8 : RUN apk add --no-cache make git 06:58:23 ---> Running in 35ed5372c3d4 06:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:24 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:58:24 > git --version # timeout=10 06:58:24 > git --version # 'git version 2.17.1' 06:58:24 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:58:25 OK: 166 MiB in 39 packages 06:58:26 Removing intermediate container 35ed5372c3d4 06:58:26 ---> 7b157a373a86 06:58:26 Step 6/8 : WORKDIR /edgex-ui-go 06:58:26 ---> Running in 0ab31bb38cc0 06:58:26 Removing intermediate container 0ab31bb38cc0 06:58:26 ---> be12465b3804 06:58:26 Step 7/8 : COPY . . 06:58:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:58:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:58:27 + true 06:58:27 + sudo service docker restart 06:58:29 ---> 387b460abc1f 06:58:29 Step 8/8 : RUN go mod download 06:58:29 ---> Running in 1a0702fc48f8 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:58:30 provisioning config files... 06:58:30 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config6974750060389533621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:58:31 ---> docker-login.sh 06:58:31 nexus3.edgexfoundry.org:10001 06:58:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:32 Configure a credential helper to remove this warning. See 06:58:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:32 06:58:32 Login Succeeded 06:58:32 nexus3.edgexfoundry.org:10002 06:58:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:33 Configure a credential helper to remove this warning. See 06:58:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:33 06:58:33 Login Succeeded 06:58:33 nexus3.edgexfoundry.org:10003 06:58:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:33 Configure a credential helper to remove this warning. See 06:58:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:33 06:58:33 Login Succeeded 06:58:33 nexus3.edgexfoundry.org:10004 06:58:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:33 Configure a credential helper to remove this warning. See 06:58:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:33 06:58:33 Login Succeeded 06:58:33 docker.io 06:58:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:58:34 Configure a credential helper to remove this warning. See 06:58:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:58:34 06:58:34 Login Succeeded 06:58:34 ---> docker-login.sh ends [Pipeline] } 06:58:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:58:35 ========================================================= 06:58:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:58:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:58:35 + 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:58:36 Sending build context to Docker daemon 34.83MB 06:58:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:58:36 Step 2/8 : FROM ${BASE} 06:58:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:58:36 5f621e34cdf4: Pulling fs layer 06:58:36 a4357932f1b6: Pulling fs layer 06:58:36 18c013af1878: Pulling fs layer 06:58:36 00ac8860ef70: Pulling fs layer 06:58:36 63d7cb157983: Pulling fs layer 06:58:36 b116817d02f9: Pulling fs layer 06:58:36 00ac8860ef70: Waiting 06:58:36 63d7cb157983: Waiting 06:58:36 745a02a5169b: Pulling fs layer 06:58:36 745a02a5169b: Waiting 06:58:36 18c013af1878: Verifying Checksum 06:58:36 18c013af1878: Download complete 06:58:36 a4357932f1b6: Verifying Checksum 06:58:36 a4357932f1b6: Download complete 06:58:36 63d7cb157983: Verifying Checksum 06:58:36 63d7cb157983: Download complete 06:58:36 b116817d02f9: Verifying Checksum 06:58:36 b116817d02f9: Download complete 06:58:36 5f621e34cdf4: Verifying Checksum 06:58:36 5f621e34cdf4: Download complete 06:58:37 5f621e34cdf4: Pull complete 06:58:38 a4357932f1b6: Pull complete 06:58:38 18c013af1878: Pull complete 06:58:39 745a02a5169b: Download complete 06:58:40 00ac8860ef70: Verifying Checksum 06:58:40 00ac8860ef70: Download complete 06:58:50 00ac8860ef70: Pull complete 06:58:50 63d7cb157983: Pull complete 06:58:51 b116817d02f9: Pull complete 06:58:55 745a02a5169b: Pull complete 06:58:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:58:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:58:55 ---> b7e6874047d6 06:58:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:58:58 ---> Running in 064f2c3f2348 06:58:58 Removing intermediate container 064f2c3f2348 06:58:58 ---> d7fe13a1c9f0 06:58:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:58 ---> Running in 49265802b699 06:59:01 Removing intermediate container 49265802b699 06:59:01 ---> 0856b56ff81d 06:59:01 Step 5/8 : RUN apk add --no-cache make git 06:59:01 ---> Running in 4644d0ae714c 06:59:01 Removing intermediate container 1a0702fc48f8 06:59:01 ---> 23dc9b9f4965 06:59:01 Successfully built 23dc9b9f4965 06:59:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:59:02 + docker inspect -f . ci-base-image-x86_64 06:59:02 . 06:59:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withDockerContainer 06:59:02 prd-centos7-docker-4c-2g-1122 does not seem to be running inside a container 06:59:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:59:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:59:03 $ docker top 1e87c79724f081395637b0e6288fb985c32f34596b31fd8fd343669b52082adc -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:03 OK: 142 MiB in 39 packages 06:59:04 + go version 06:59:04 go version go1.15.5 linux/amd64 [Pipeline] } 06:59:04 $ docker stop --time=1 1e87c79724f081395637b0e6288fb985c32f34596b31fd8fd343669b52082adc 06:59:04 Removing intermediate container 4644d0ae714c 06:59:04 ---> bfacaa887844 06:59:04 Step 6/8 : WORKDIR /edgex-ui-go 06:59:05 ---> Running in cad910cbfc61 06:59:05 $ docker rm -f 1e87c79724f081395637b0e6288fb985c32f34596b31fd8fd343669b52082adc [Pipeline] // withDockerContainer [Pipeline] } 06:59:05 Removing intermediate container cad910cbfc61 06:59:05 ---> ab4884e31712 06:59:05 Step 7/8 : COPY . . [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:59:06 + docker inspect -f . ci-base-image-x86_64 06:59:06 . [Pipeline] withDockerContainer 06:59:06 prd-centos7-docker-4c-2g-1122 does not seem to be running inside a container 06:59:06 $ 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:59:07 $ docker top ef7ee62463b5cc054dfa43d3ec1f32f5e6c74cd3e8b5ed75820fb51ec684d537 -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:07 + make test 06:59:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:59:09 ---> 15c0e16360f4 06:59:09 Step 8/8 : RUN go mod download 06:59:09 ---> Running in de301457f27e 06:59:09 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:59:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:59:19 GO111MODULE=on go vet ./... [Pipeline] } 06:59:22 $ docker stop --time=1 ef7ee62463b5cc054dfa43d3ec1f32f5e6c74cd3e8b5ed75820fb51ec684d537 06:59:24 $ docker rm -f ef7ee62463b5cc054dfa43d3ec1f32f5e6c74cd3e8b5ed75820fb51ec684d537 [Pipeline] // withDockerContainer [Pipeline] sh 06:59:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:59:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:59:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:59:28 + ls -al . 06:59:28 total 92 06:59:28 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 20 06:59 . 06:59:28 drwxrwxr-x. 4 jenkins jenkins 28 Apr 20 06:57 .. 06:59:28 drwxrwxr-x. 3 jenkins jenkins 20 Apr 20 06:57 assets 06:59:28 drwxrwxr-x. 2 jenkins jenkins 35 Apr 20 06:57 bin 06:59:28 drwxrwxr-x. 3 jenkins jenkins 29 Apr 20 06:57 cmd 06:59:28 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 20 06:57 CONTRIBUTING.md 06:59:28 -rw-r--r--. 1 jenkins jenkins 10 Apr 20 06:59 coverage.out 06:59:28 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 20 06:57 Dockerfile 06:59:28 -rw-rw-r--. 1 jenkins jenkins 902 Apr 20 06:57 Dockerfile.build 06:59:28 drwxrwxr-x. 5 jenkins jenkins 104 Apr 20 06:57 docs 06:59:28 drwxrwxr-x. 8 jenkins jenkins 179 Apr 20 06:58 .git 06:59:28 drwxrwxr-x. 2 jenkins jenkins 103 Apr 20 06:57 .github 06:59:28 -rw-rw-r--. 1 jenkins jenkins 162 Apr 20 06:57 .gitignore 06:59:28 -rw-rw-r--. 1 jenkins jenkins 987 Apr 20 06:57 go.mod 06:59:28 -rw-r--r--. 1 jenkins jenkins 22392 Apr 20 06:59 go.sum 06:59:28 drwxrwxr-x. 10 jenkins jenkins 139 Apr 20 06:57 internal 06:59:28 -rw-rw-r--. 1 jenkins jenkins 652 Apr 20 06:57 Jenkinsfile 06:59:28 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 20 06:57 LICENSE 06:59:28 -rw-rw-r--. 1 jenkins jenkins 951 Apr 20 06:57 Makefile 06:59:28 -rw-rw-r--. 1 jenkins jenkins 6012 Apr 20 06:57 README.md 06:59:28 -rw-rw-r--. 1 jenkins jenkins 5 Apr 20 06:55 VERSION 06:59:28 -rw-rw-r--. 1 jenkins jenkins 155 Apr 20 06:57 version.go 06:59:28 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 20 06:57 web [Pipeline] isUnix [Pipeline] sh 06:59:28 + 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=93cb7739f82c8c0acaad151d3fef7008151b3621 --label arch=amd64 --label version=0.0.0 . 06:59:29 Sending build context to Docker daemon 34.85MB 06:59:29 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:59:29 Step 2/24 : FROM ${BASE} AS builder 06:59:29 ---> 23dc9b9f4965 06:59:29 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:59:30 ---> Running in 717ab25eb4ca 06:59:30 Removing intermediate container 717ab25eb4ca 06:59:30 ---> 2f7248a0642f 06:59:30 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:59:30 ---> Running in 3a29f70a4681 06:59:30 Removing intermediate container 3a29f70a4681 06:59:30 ---> 065e63bba7b1 06:59:30 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:59:30 ---> Running in 73fbc95f0ad2 06:59:30 Removing intermediate container 73fbc95f0ad2 06:59:30 ---> 8ba9f43b1184 06:59:30 Step 6/24 : LABEL Name=edgex-ui-go 06:59:30 ---> Running in c40b1c5e2db3 06:59:31 Removing intermediate container c40b1c5e2db3 06:59:31 ---> f704f7f168d1 06:59:31 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:59:31 ---> Running in 4bb7b153eae8 06:59:31 Removing intermediate container 4bb7b153eae8 06:59:31 ---> b8a1513db6f8 06:59:31 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:59:31 ---> Running in 0d569c285bd3 06:59:32 Removing intermediate container 0d569c285bd3 06:59:32 ---> 0862c4ca96a6 06:59:32 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:59:32 ---> Running in c94a47a84b85 06:59:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:59:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:59:34 OK: 166 MiB in 39 packages 06:59:34 Removing intermediate container c94a47a84b85 06:59:34 ---> 773f0f31cf4c 06:59:34 Step 10/24 : ENV GO111MODULE=on 06:59:34 ---> Running in e879b1a1371d 06:59:34 Removing intermediate container e879b1a1371d 06:59:34 ---> 1c4ffc9d3f6d 06:59:34 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:59:35 ---> Running in 97a618019423 06:59:35 Removing intermediate container 97a618019423 06:59:35 ---> adf60cd9009e 06:59:35 Step 12/24 : COPY go.mod . 06:59:35 ---> b0e9433eef5c 06:59:35 Step 13/24 : COPY Makefile . 06:59:35 ---> 65ac2f7cbccf 06:59:35 Step 14/24 : RUN make update 06:59:35 ---> Running in 8f5a77e2c9ec 06:59:36 CGO_ENABLED=0 GO111MODULE=on go mod download 06:59:36 Removing intermediate container 8f5a77e2c9ec 06:59:36 ---> 99b9bc2d0cac 06:59:36 Step 15/24 : COPY . . 06:59:40 ---> fe1ab67260f3 06:59:40 Step 16/24 : RUN ${MAKE} 06:59:40 ---> Running in e3a6993c14e0 06:59:40 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:59:41 Removing intermediate container de301457f27e 06:59:41 ---> 1527d7557569 06:59:41 Successfully built 1527d7557569 06:59:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:59:41 + docker inspect -f . ci-base-image-arm64 06:59:41 . [Pipeline] withDockerContainer 06:59:42 prd-ubuntu18.04-docker-arm64-4c-16g-1121 does not seem to be running inside a container 06:59:42 $ 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:59:43 $ docker top bac9a2068e15cc438666702c324a5570b6eea7d5836fd1ac9ede3899328ecd89 -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:44 + go version 06:59:44 go version go1.15.5 linux/arm64 [Pipeline] } 06:59:44 $ docker stop --time=1 bac9a2068e15cc438666702c324a5570b6eea7d5836fd1ac9ede3899328ecd89 06:59:46 $ docker rm -f bac9a2068e15cc438666702c324a5570b6eea7d5836fd1ac9ede3899328ecd89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:59:47 + docker inspect -f . ci-base-image-arm64 06:59:47 . [Pipeline] withDockerContainer 06:59:47 prd-ubuntu18.04-docker-arm64-4c-16g-1121 does not seem to be running inside a container 06:59:48 $ 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:59:49 $ docker top 1d8355beead85a7d224b3119da7394debf4128a443a05ab55bb8239515fa132e -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:59:50 + make test 06:59:50 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:59:51 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:59:53 Removing intermediate container e3a6993c14e0 06:59:53 ---> 6650147c7c05 06:59:53 Step 17/24 : FROM alpine:3.12 06:59:53 3.12: Pulling from library/alpine 06:59:53 339de151aab4: Pulling fs layer 06:59:54 339de151aab4: Download complete 06:59:54 339de151aab4: Pull complete 06:59:54 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:59:54 Status: Downloaded newer image for alpine:3.12 06:59:54 ---> 13621d1b12d4 06:59:54 Step 18/24 : EXPOSE 4000 06:59:54 ---> Running in 226b5b3be769 06:59:54 Removing intermediate container 226b5b3be769 06:59:54 ---> 44be1816820f 06:59:54 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:59:56 ---> 496a0c734d31 06:59:56 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:59:56 ---> Running in b8f9f66c20ec 06:59:57 Removing intermediate container b8f9f66c20ec 06:59:57 ---> 120eee821f54 06:59:57 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:59:57 ---> Running in ae8f6ef06ece 06:59:57 Removing intermediate container ae8f6ef06ece 06:59:57 ---> a87ba19421bf 06:59:57 Step 22/24 : LABEL arch=amd64 06:59:57 ---> Running in 941e1bf458b6 06:59:57 Removing intermediate container 941e1bf458b6 06:59:57 ---> 4dcff9d41bd4 06:59:57 Step 23/24 : LABEL git_sha=93cb7739f82c8c0acaad151d3fef7008151b3621 06:59:57 ---> Running in 1d14d1dedfd0 06:59:57 Removing intermediate container 1d14d1dedfd0 06:59:57 ---> 7d0e7e7aa123 06:59:57 Step 24/24 : LABEL version=0.0.0 06:59:57 ---> Running in 384cd65d18f8 06:59:58 Removing intermediate container 384cd65d18f8 06:59:58 ---> 02c5c44738d4 06:59:58 [Warning] One or more build-args [ARCH] were not consumed 06:59:58 Successfully built 02c5c44738d4 06:59:58 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:59:59 ---> job-cost.sh 06:59:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YfHr 07:00:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:00:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:00:24 GO111MODULE=on go vet ./... [Pipeline] } 07:00:26 $ docker stop --time=1 1d8355beead85a7d224b3119da7394debf4128a443a05ab55bb8239515fa132e 07:00:28 $ docker rm -f 1d8355beead85a7d224b3119da7394debf4128a443a05ab55bb8239515fa132e [Pipeline] // withDockerContainer [Pipeline] sh 07:00:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:00:29 Warning: overwriting stash ‘coverage-report’ 07:00:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:00:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:00:31 + ls -al . 07:00:31 total 124 07:00:31 drwxrwxr-x 10 jenkins jenkins 4096 Apr 20 06:59 . 07:00:31 drwxrwxr-x 4 jenkins jenkins 4096 Apr 20 06:58 .. 07:00:31 drwxrwxr-x 8 jenkins jenkins 4096 Apr 20 06:58 .git 07:00:31 drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 06:58 .github 07:00:31 -rw-rw-r-- 1 jenkins jenkins 162 Apr 20 06:58 .gitignore 07:00:31 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 20 06:58 CONTRIBUTING.md 07:00:31 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 20 06:58 Dockerfile 07:00:31 -rw-rw-r-- 1 jenkins jenkins 902 Apr 20 06:58 Dockerfile.build 07:00:31 -rw-rw-r-- 1 jenkins jenkins 652 Apr 20 06:58 Jenkinsfile 07:00:31 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 20 06:58 LICENSE 07:00:31 -rw-rw-r-- 1 jenkins jenkins 951 Apr 20 06:58 Makefile 07:00:31 -rw-rw-r-- 1 jenkins jenkins 6012 Apr 20 06:58 README.md 07:00:31 -rw-rw-r-- 1 jenkins jenkins 5 Apr 20 06:55 VERSION 07:00:31 drwxrwxr-x 3 jenkins jenkins 4096 Apr 20 06:58 assets 07:00:31 drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 06:58 bin 07:00:31 drwxrwxr-x 3 jenkins jenkins 4096 Apr 20 06:58 cmd 07:00:31 -rw-r--r-- 1 jenkins jenkins 10 Apr 20 06:59 coverage.out 07:00:31 drwxrwxr-x 5 jenkins jenkins 4096 Apr 20 06:58 docs 07:00:31 -rw-rw-r-- 1 jenkins jenkins 987 Apr 20 06:58 go.mod 07:00:31 -rw-r--r-- 1 jenkins jenkins 22392 Apr 20 06:59 go.sum 07:00:31 drwxrwxr-x 10 jenkins jenkins 4096 Apr 20 06:58 internal 07:00:31 -rw-rw-r-- 1 jenkins jenkins 155 Apr 20 06:58 version.go 07:00:31 drwxrwxr-x 4 jenkins jenkins 4096 Apr 20 06:58 web [Pipeline] isUnix [Pipeline] sh 07:00:31 + 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=93cb7739f82c8c0acaad151d3fef7008151b3621 --label arch=arm64 --label version=0.0.0 . 07:00:32 Sending build context to Docker daemon 34.85MB 07:00:32 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:00:32 Step 2/24 : FROM ${BASE} AS builder 07:00:32 ---> 1527d7557569 07:00:32 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:00:33 ---> Running in 202205385e52 07:00:33 Removing intermediate container 202205385e52 07:00:33 ---> 5f849c864dff 07:00:33 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:00:33 ---> Running in 5b362b030b65 07:00:34 Removing intermediate container 5b362b030b65 07:00:34 ---> 746e81204a50 07:00:34 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:00:34 ---> Running in 16ee4472d38a 07:00:34 Removing intermediate container 16ee4472d38a 07:00:34 ---> 0b41d91a4c7c 07:00:34 Step 6/24 : LABEL Name=edgex-ui-go 07:00:34 ---> Running in 8c33c795d9c2 07:00:35 Removing intermediate container 8c33c795d9c2 07:00:35 ---> fb23fc25a279 07:00:35 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:00:35 ---> Running in 9fa60642de83 07:00:35 Removing intermediate container 9fa60642de83 07:00:35 ---> 6f761b1bc6ca 07:00:35 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:35 ---> Running in ebde0fb6361f 07:00:37 Removing intermediate container ebde0fb6361f 07:00:37 ---> ff6b5a35d121 07:00:37 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:00:38 ---> Running in c8f66b0fffc2 07:00:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:40 OK: 142 MiB in 39 packages 07:00:41 Removing intermediate container c8f66b0fffc2 07:00:41 ---> aa0a10c98913 07:00:41 Step 10/24 : ENV GO111MODULE=on 07:00:42 ---> Running in 47523b47c303 07:00:42 Removing intermediate container 47523b47c303 07:00:42 ---> c4ec3bef6921 07:00:42 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:00:42 ---> Running in d86cde6271b2 07:00:42 Removing intermediate container d86cde6271b2 07:00:42 ---> cabce8134b26 07:00:42 Step 12/24 : COPY go.mod . 07:00:43 ---> 97c1359b2547 07:00:43 Step 13/24 : COPY Makefile . 07:00:44 ---> 80deb443be5b 07:00:44 Step 14/24 : RUN make update 07:00:44 ---> Running in f1a9ea3348e4 07:00:45 CGO_ENABLED=0 GO111MODULE=on go mod download 07:00:46 lf-activate-venv(): INFO: Adding /tmp/venv-YfHr/bin to PATH 07:00:46 INFO: No Stack... 07:00:46 INFO: Retrieving Pricing Info for: v1-standard-2 07:00:46 INFO: Archiving Costs [Pipeline] sh 07:00:46 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:00:46 + cut -d, -f6 [Pipeline] lock 07:00:46 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] 07:00:46 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] did not exist. Created. 07:00:46 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:00:46 Removing intermediate container f1a9ea3348e4 07:00:46 ---> b3c77d5998eb 07:00:46 Step 15/24 : COPY . . 07:00:47 + echo total: 0.029999999329447746 [Pipeline] stash 07:00:47 Stashed 1 file(s) [Pipeline] } 07:00:47 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:00:50 ---> eede387bda16 07:00:50 Step 16/24 : RUN ${MAKE} 07:00:50 ---> Running in 12e3195e8b40 07:00:51 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:01:18 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:01:23 Removing intermediate container 12e3195e8b40 07:01:23 ---> 7c9bbbe1b7d4 07:01:23 Step 17/24 : FROM alpine:3.12 07:01:24 3.12: Pulling from library/alpine 07:01:24 d2f70382dc9a: Pulling fs layer 07:01:24 d2f70382dc9a: Verifying Checksum 07:01:24 d2f70382dc9a: Download complete 07:01:24 d2f70382dc9a: Pull complete 07:01:24 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:01:24 Status: Downloaded newer image for alpine:3.12 07:01:24 ---> 9852663dfa18 07:01:24 Step 18/24 : EXPOSE 4000 07:01:25 ---> Running in be38e5e538b7 07:01:25 Removing intermediate container be38e5e538b7 07:01:25 ---> 45a550c7bba8 07:01:25 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:01:28 ---> 215430269704 07:01:28 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:01:28 ---> Running in 91901c28f92d 07:01:28 Removing intermediate container 91901c28f92d 07:01:28 ---> 094f63b44a65 07:01:28 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:01:28 ---> Running in 41c5cc452b86 07:01:28 Removing intermediate container 41c5cc452b86 07:01:28 ---> b1901bdfc7e0 07:01:28 Step 22/24 : LABEL arch=arm64 07:01:29 ---> Running in 150023ffccd1 07:01:29 Removing intermediate container 150023ffccd1 07:01:29 ---> 2c2fcc793038 07:01:29 Step 23/24 : LABEL git_sha=93cb7739f82c8c0acaad151d3fef7008151b3621 07:01:29 ---> Running in 2cb964a31e19 07:01:30 Removing intermediate container 2cb964a31e19 07:01:30 ---> 50c119a00838 07:01:30 Step 24/24 : LABEL version=0.0.0 07:01:30 ---> Running in 26fe9558b44d 07:01:30 Removing intermediate container 26fe9558b44d 07:01:30 ---> 69edb6d457c6 07:01:30 [Warning] One or more build-args [ARCH] were not consumed 07:01:30 Successfully built 69edb6d457c6 07:01:30 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:01:31 ---> job-cost.sh 07:01:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7us5 07:02:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:03:47 lf-activate-venv(): INFO: Adding /tmp/venv-7us5/bin to PATH 07:03:47 INFO: No Stack... 07:03:47 INFO: Retrieving Pricing Info for: lf-standard-4 07:03:47 INFO: Archiving Costs [Pipeline] sh 07:03:47 + cut -d, -f6 07:03:47 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock 07:03:47 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] 07:03:47 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] did not exist. Created. 07:03:47 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:03:48 /w/workspace/edgex-ui-go/1@tmp/durable-be871739/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-be871739/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:03:48 + echo total: 0.20999999344348907 [Pipeline] stash 07:03:48 Warning: overwriting stash ‘stack-cost’ 07:03:49 Stashed 1 file(s) [Pipeline] } 07:03:49 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-340-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:03:50 provisioning config files... 07:03:50 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/config256089280469742850tmp [Pipeline] { [Pipeline] sh 07:03:50 + set +x 07:03:50 + curl -s https://codecov.io/bash 07:03:50 + bash -s -- 07:03:51 07:03:51 _____ _ 07:03:51 / ____| | | 07:03:51 | | ___ __| | ___ ___ _____ __ 07:03:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:03:51 | |___| (_) | (_| | __/ (_| (_) \ V / 07:03:51 \_____\___/ \__,_|\___|\___\___/ \_/ 07:03:51 Bash-1.0.1 07:03:51 07:03:51 07:03:51 ==> git version 2.24.3 found 07:03:51 ==> 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:03:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:03:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:03:51 ==> Jenkins CI detected. 07:03:51 project root: . 07:03:51 --> token set from env 07:03:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:03:51 ==> Running gcov in . (disable via -X gcov) 07:03:51 ==> Python coveragepy not found 07:03:51 ==> Searching for coverage reports in: 07:03:51 + . 07:03:51 -> Found 1 reports 07:03:51 ==> Detecting git/mercurial file structure 07:03:51 ==> Reading reports 07:03:51 + ./coverage.out bytes=10 07:03:51 ==> Appending adjustments 07:03:51 https://docs.codecov.io/docs/fixing-reports 07:03:51 + Found adjustments 07:03:51 ==> Gzipping contents 07:03:51 4.0K /tmp/codecov.oK8sKz.gz 07:03:51 ==> Uploading reports 07:03:51 url: https://codecov.io 07:03:51 query: branch=PR-340&commit=93cb7739f82c8c0acaad151d3fef7008151b3621&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-340%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=340&job=&cmd_args= 07:03:51 -> Pinging Codecov 07:03:51 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-340&commit=93cb7739f82c8c0acaad151d3fef7008151b3621&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-340%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=340&job=&cmd_args= 07:03:52 -> Uploading to 07:03:52 https://storage.googleapis.com/codecov/v4/raw/2021-04-20/FB506323287CE973F263BFD2A0EB1F37/93cb7739f82c8c0acaad151d3fef7008151b3621/d03b67fb-bd65-404f-8dcf-40ae42484493.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T070351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5181dcb0af3d355f99b07f2177f8142009629bae5519a9ca304c5693dbb4b2d 07:03:52 % Total % Received % Xferd Average Speed Time Time Time Current 07:03:52 Dload Upload Total Spent Left Speed 07:03:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 9355 --:--:-- --:--:-- --:--:-- 9379 07:03:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/93cb7739f82c8c0acaad151d3fef7008151b3621 [Pipeline] } 07:03:52 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:03:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:03:55 ---> package-listing.sh 07:03:55 ++ facter osfamily 07:03:55 ++ tr '[:upper:]' '[:lower:]' 07:03:55 + OS_FAMILY=redhat 07:03:55 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-340 07:03:55 + START_PACKAGES=/tmp/packages_start.txt 07:03:55 + END_PACKAGES=/tmp/packages_end.txt 07:03:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:03:55 + PACKAGES=/tmp/packages_start.txt 07:03:55 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-340 ']' 07:03:55 + PACKAGES=/tmp/packages_end.txt 07:03:55 + case "${OS_FAMILY}" in 07:03:55 + rpm -qa 07:03:55 + sort 07:04:00 + '[' -f /tmp/packages_start.txt ']' 07:04:00 + '[' -f /tmp/packages_end.txt ']' 07:04:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:04:00 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-340 ']' 07:04:00 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-340/archives/ 07:04:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-340/archives/ [Pipeline] echo 07:04:00 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-340/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:04:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:04:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:04:01 07:04:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:04:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:04:01 alpine: Pulling from edgex-lftools-log-publisher 07:04:01 df20fa9351a1: Pulling fs layer 07:04:01 36b3adc4ff6f: Pulling fs layer 07:04:01 8ad3a11d3b57: Pulling fs layer 07:04:01 46f8f816bc3b: Pulling fs layer 07:04:01 93b61091891f: Pulling fs layer 07:04:01 93b9cdb0e59b: Pulling fs layer 07:04:01 5e14af77c1be: Pulling fs layer 07:04:01 01666e4c0597: Pulling fs layer 07:04:01 aa168da1d23b: Pulling fs layer 07:04:01 93b9cdb0e59b: Waiting 07:04:01 5e14af77c1be: Waiting 07:04:01 01666e4c0597: Waiting 07:04:01 aa168da1d23b: Waiting 07:04:01 46f8f816bc3b: Waiting 07:04:01 93b61091891f: Waiting 07:04:01 36b3adc4ff6f: Verifying Checksum 07:04:01 36b3adc4ff6f: Download complete 07:04:01 46f8f816bc3b: Verifying Checksum 07:04:01 46f8f816bc3b: Download complete 07:04:01 df20fa9351a1: Verifying Checksum 07:04:01 df20fa9351a1: Download complete 07:04:01 93b9cdb0e59b: Verifying Checksum 07:04:01 93b9cdb0e59b: Download complete 07:04:01 93b61091891f: Download complete 07:04:01 5e14af77c1be: Verifying Checksum 07:04:01 5e14af77c1be: Download complete 07:04:01 8ad3a11d3b57: Verifying Checksum 07:04:01 8ad3a11d3b57: Download complete 07:04:01 01666e4c0597: Verifying Checksum 07:04:01 01666e4c0597: Download complete 07:04:02 df20fa9351a1: Pull complete 07:04:02 36b3adc4ff6f: Pull complete 07:04:03 8ad3a11d3b57: Pull complete 07:04:03 46f8f816bc3b: Pull complete 07:04:03 aa168da1d23b: Verifying Checksum 07:04:03 aa168da1d23b: Download complete 07:04:04 93b61091891f: Pull complete 07:04:04 93b9cdb0e59b: Pull complete 07:04:04 5e14af77c1be: Pull complete 07:04:04 01666e4c0597: Pull complete 07:04:11 aa168da1d23b: Pull complete 07:04:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:04:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:04:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:04:11 prd-centos7-docker-4c-2g-1120 does not seem to be running inside a container 07:04:11 $ 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-340/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-340 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-340:/w/workspace/edgexfoundry_edgex-ui-go_PR-340:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-340@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:04:15 $ docker top 57aae20646708d238bd05dda2e2ba566cb675f6d6c3d475f2096834617ee78a6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:04:16 + touch /tmp/pre-build-complete [Pipeline] sh 07:04:16 + mkdir -p /var/log/sa [Pipeline] sh 07:04:16 + ls /var/log/sa-host 07:04:16 + sadf -c /var/log/sa-host/sa20 07:04:16 file_magic: OK 07:04:16 HZ: Using current value: 100 07:04:16 file_header: OK 07:04:16 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:04:16 Statistics: 07:04:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:04:16 File successfully converted to sysstat format version 12.2.1 07:04:16 + sadf -c /var/log/sa-host/sa23 07:04:16 file_magic: OK 07:04:16 HZ: Using current value: 100 07:04:16 file_header: OK 07:04:16 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:04:16 Statistics: 07:04:16 Hnuu...uuuununununu... 07:04:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:04:17 provisioning config files... 07:04:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/config7322865253431241824tmp [Pipeline] { [Pipeline] echo 07:04:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:04:18 ---> create-netrc.sh [Pipeline] } 07:04:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:04:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:04:18 ---> python-tools-install.sh [Pipeline] echo 07:04:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:04:18 ---> sudo-logs.sh 07:04:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:04:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:04:19 ---> job-cost.sh 07:04:19 lf-activate-venv: SKIPPING 07:04:19 DEBUG: total: 0.20999999344348907 07:04:19 INFO: Retrieving Stack Cost... 07:04:20 INFO: Retrieving Pricing Info for: v1-standard-2 07:04:20 INFO: Archiving Costs [Pipeline] echo 07:04:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:04:21 ---> logs-deploy.sh 07:04:21 lf-activate-venv: SKIPPING 07:04:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-340/1 07:04:21 INFO: archiving workspace using pattern(s): 07:04:23 Archives upload complete. 07:04:23 INFO: archiving logs to Nexus