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 [2021-04-20T06:55:03.449Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T06:55:03.654Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T06:55:03.756Z] ========================================================= [2021-04-20T06:55:03.756Z] EdgeX Global Pipelines Version Info [2021-04-20T06:55:03.756Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T06:55:05.293Z] ------------------- [2021-04-20T06:55:05.294Z] stable info: [2021-04-20T06:55:05.294Z] ------------------- [2021-04-20T06:55:05.294Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T06:55:05.294Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T06:55:05.294Z] Message: update stable to v1.0.186 [2021-04-20T06:55:06.245Z] ------------------- [2021-04-20T06:55:06.245Z] experimental info: [2021-04-20T06:55:06.245Z] ------------------- [2021-04-20T06:55:06.245Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T06:55:06.245Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T06:55:06.245Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T06:55:06.502Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-20T06:55:06.560Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-20T06:55:06.615Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T06:55:06.672Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T06:55:06.730Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T06:55:06.795Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T06:55:06.849Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T06:55:06.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T06:55:06.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-20T06:55:07.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T06:55:07.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T06:55:07.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-20T06:55:07.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T06:55:07.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T06:55:07.296Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T06:55:07.355Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T06:55:07.417Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T06:55:07.478Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T06:55:07.536Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T06:55:07.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-20T06:55:07.651Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-20T06:55:07.705Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-20T06:55:07.760Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-20T06:55:07.817Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-20T06:55:07.873Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-20T06:55:07.936Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T06:55:08.009Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-340 [Pipeline] echo [2021-04-20T06:55:08.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-340 [Pipeline] echo [2021-04-20T06:55:08.134Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-340 [Pipeline] echo [2021-04-20T06:55:08.198Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93cb7739f82c8c0acaad151d3fef7008151b3621 [Pipeline] echo [2021-04-20T06:55:08.263Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93cb773 [Pipeline] echo [2021-04-20T06:55:08.320Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T06:55:08.476Z] provisioning config files... [2021-04-20T06:55:08.517Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/config3617246246059192639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T06:55:08.895Z] ---> docker-login.sh [2021-04-20T06:55:08.895Z] nexus3.edgexfoundry.org:10001 [2021-04-20T06:55:09.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:55:09.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:55:09.424Z] Configure a credential helper to remove this warning. See [2021-04-20T06:55:09.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:55:09.424Z] [2021-04-20T06:55:09.424Z] Login Succeeded [2021-04-20T06:55:09.424Z] nexus3.edgexfoundry.org:10002 [2021-04-20T06:55:09.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:55:09.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:55:09.687Z] Configure a credential helper to remove this warning. See [2021-04-20T06:55:09.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:55:09.687Z] [2021-04-20T06:55:09.687Z] Login Succeeded [2021-04-20T06:55:09.687Z] nexus3.edgexfoundry.org:10003 [2021-04-20T06:55:09.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:55:09.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:55:09.687Z] Configure a credential helper to remove this warning. See [2021-04-20T06:55:09.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:55:09.687Z] [2021-04-20T06:55:09.687Z] Login Succeeded [2021-04-20T06:55:09.687Z] nexus3.edgexfoundry.org:10004 [2021-04-20T06:55:09.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:55:09.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:55:09.950Z] Configure a credential helper to remove this warning. See [2021-04-20T06:55:09.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:55:09.950Z] [2021-04-20T06:55:09.950Z] Login Succeeded [2021-04-20T06:55:09.950Z] docker.io [2021-04-20T06:55:09.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:55:10.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:55:10.214Z] Configure a credential helper to remove this warning. See [2021-04-20T06:55:10.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:55:10.214Z] [2021-04-20T06:55:10.214Z] Login Succeeded [2021-04-20T06:55:10.214Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T06:55:10.239Z] 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 [2021-04-20T06:55:10.933Z] + git log --format=format:%s -1 93cb7739f82c8c0acaad151d3fef7008151b3621 [Pipeline] echo [2021-04-20T06:55:11.025Z] GIT_COMMIT: 93cb7739f82c8c0acaad151d3fef7008151b3621, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-04-20T06:55:11.085Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-20T06:55:11.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T06:55:11.698Z] [2021-04-20T06:55:11.698Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T06:55:12.060Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T06:55:12.060Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T06:55:12.060Z] 31603596830f: Pulling fs layer [2021-04-20T06:55:12.060Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T06:55:12.060Z] 6ca5941a6612: Pulling fs layer [2021-04-20T06:55:12.060Z] ecc8261a40a4: Pulling fs layer [2021-04-20T06:55:12.060Z] ecc8261a40a4: Waiting [2021-04-20T06:55:12.060Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T06:55:12.060Z] 2a8b12db71e7: Download complete [2021-04-20T06:55:12.325Z] 31603596830f: Verifying Checksum [2021-04-20T06:55:12.325Z] 31603596830f: Download complete [2021-04-20T06:55:12.325Z] 6ca5941a6612: Verifying Checksum [2021-04-20T06:55:12.325Z] 6ca5941a6612: Download complete [2021-04-20T06:55:12.325Z] ecc8261a40a4: Verifying Checksum [2021-04-20T06:55:12.325Z] ecc8261a40a4: Download complete [2021-04-20T06:55:12.592Z] 31603596830f: Pull complete [2021-04-20T06:55:12.862Z] 2a8b12db71e7: Pull complete [2021-04-20T06:55:13.813Z] 6ca5941a6612: Pull complete [2021-04-20T06:55:13.813Z] ecc8261a40a4: Pull complete [2021-04-20T06:55:13.813Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T06:55:14.076Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T06:55:14.076Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T06:55:14.196Z] prd-centos7-docker-4c-2g-1120 does not seem to be running inside a container [2021-04-20T06:55:14.248Z] $ 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 [2021-04-20T06:55:16.748Z] $ docker top d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T06:55:17.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T06:55:17.003Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T06:55:17.248Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T06:55:17.253Z] $ docker exec d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 ssh-agent [2021-04-20T06:55:17.435Z] SSH_AUTH_SOCK=/tmp/ssh-XEhe85Eb25X8/agent.11 [2021-04-20T06:55:17.435Z] SSH_AGENT_PID=17 [2021-04-20T06:55:17.446Z] Running ssh-add (command line suppressed) [2021-04-20T06:55:17.573Z] 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) [2021-04-20T06:55:17.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T06:55:17.977Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T06:55:18.004Z] $ docker exec --env ******** --env ******** d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 ssh-agent -k [2021-04-20T06:55:18.123Z] unset SSH_AUTH_SOCK; [2021-04-20T06:55:18.123Z] unset SSH_AGENT_PID; [2021-04-20T06:55:18.123Z] echo Agent pid 17 killed; [2021-04-20T06:55:18.176Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T06:55:18.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T06:55:18.264Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T06:55:18.441Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T06:55:18.446Z] $ docker exec d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 ssh-agent [2021-04-20T06:55:18.649Z] SSH_AUTH_SOCK=/tmp/ssh-yyhTjK6qXrNC/agent.46 [2021-04-20T06:55:18.649Z] SSH_AGENT_PID=52 [2021-04-20T06:55:18.657Z] Running ssh-add (command line suppressed) [2021-04-20T06:55:18.790Z] 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) [2021-04-20T06:55:18.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T06:55:19.195Z] + git semver init [2021-04-20T06:55:19.196Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T06:55:19.196Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-340/.git [2021-04-20T06:55:19.196Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-340 [2021-04-20T06:55:19.196Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T06:55:19.196Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T06:55:19.196Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T06:55:19.196Z] # $SEMVER_BRANCH = PR-340 [2021-04-20T06:55:19.196Z] # $SEMVER_TEMP = /tmp/semver-887252362 [2021-04-20T06:55:19.196Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-20T06:55:21.123Z] # '/tmp/semver-887252362' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-340/.semver' [2021-04-20T06:55:21.123Z] # -> Force: false [2021-04-20T06:55:21.123Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-340/.semver [Pipeline] } [2021-04-20T06:55:21.145Z] $ docker exec --env ******** --env ******** d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 ssh-agent -k [2021-04-20T06:55:21.280Z] unset SSH_AUTH_SOCK; [2021-04-20T06:55:21.281Z] unset SSH_AGENT_PID; [2021-04-20T06:55:21.281Z] echo Agent pid 52 killed; [2021-04-20T06:55:21.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T06:55:21.784Z] + git semver [Pipeline] } [2021-04-20T06:55:21.819Z] $ docker stop --time=1 d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 [2021-04-20T06:55:23.304Z] $ docker rm -f d5872b4e612b501f44522b76fb181910139fa9416fa285b69af816496c13e699 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T06:55:23.847Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T06:55:24.281Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T06:55:24.304Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-20T06:55:39.754Z] Still waiting to schedule task [2021-04-20T06:55:39.754Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-20T06:55:39.782Z] Still waiting to schedule task [2021-04-20T06:55:39.782Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1111’ [2021-04-20T06:57:51.995Z] Running on prd-centos7-docker-4c-2g-1122 in /w/workspace/edgexfoundry_edgex-ui-go_PR-340 [Pipeline] { [Pipeline] ws [2021-04-20T06:57:52.055Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-04-20T06:57:54.710Z] using credential edgex-jenkins-ssh [2021-04-20T06:57:54.724Z] Cloning the remote Git repository [2021-04-20T06:57:54.753Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-20T06:57:54.823Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-04-20T06:57:54.884Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-20T06:57:54.885Z] > git --version # timeout=10 [2021-04-20T06:57:54.892Z] > git --version # 'git version 2.24.3' [2021-04-20T06:57:54.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T06:57:54.924Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T06:57:56.482Z] Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 93cb7739f82c8c0acaad151d3fef7008151b3621 [2021-04-20T06:57:56.792Z] Merge succeeded, producing 93cb7739f82c8c0acaad151d3fef7008151b3621 [2021-04-20T06:57:56.793Z] Checking out Revision 93cb7739f82c8c0acaad151d3fef7008151b3621 (PR-340) [2021-04-20T06:57:55.988Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-20T06:57:55.994Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T06:57:56.006Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-20T06:57:56.019Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-20T06:57:56.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T06:57:56.024Z] > 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 [2021-04-20T06:57:56.492Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T06:57:56.497Z] > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # timeout=10 [2021-04-20T06:57:56.762Z] > git remote # timeout=10 [2021-04-20T06:57:56.767Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T06:57:56.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T06:57:56.776Z] > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 [2021-04-20T06:57:56.787Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T06:57:56.797Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T06:57:56.802Z] > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # timeout=10 [2021-04-20T06:58:00.709Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-20T06:58:00.742Z] > git --version # timeout=10 [2021-04-20T06:58:00.751Z] > git --version # 'git version 2.24.3' [2021-04-20T06:58:00.763Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T06:58:02.070Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T06:58:02.500Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T06:58:02.818Z] + sudo service docker restart [2021-04-20T06:58:02.818Z] + true [2021-04-20T06:58:02.818Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T06:58:04.327Z] provisioning config files... [2021-04-20T06:58:04.364Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config5488043930257912240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T06:58:04.770Z] ---> docker-login.sh [2021-04-20T06:58:04.770Z] nexus3.edgexfoundry.org:10001 [2021-04-20T06:58:05.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:05.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:05.298Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:05.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:05.298Z] [2021-04-20T06:58:05.298Z] Login Succeeded [2021-04-20T06:58:05.298Z] nexus3.edgexfoundry.org:10002 [2021-04-20T06:58:05.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:05.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:05.298Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:05.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:05.298Z] [2021-04-20T06:58:05.298Z] Login Succeeded [2021-04-20T06:58:05.298Z] nexus3.edgexfoundry.org:10003 [2021-04-20T06:58:05.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:05.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:05.564Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:05.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:05.564Z] [2021-04-20T06:58:05.564Z] Login Succeeded [2021-04-20T06:58:05.564Z] nexus3.edgexfoundry.org:10004 [2021-04-20T06:58:05.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:05.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:05.827Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:05.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:05.827Z] [2021-04-20T06:58:05.827Z] Login Succeeded [2021-04-20T06:58:05.827Z] docker.io [2021-04-20T06:58:05.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:06.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:06.088Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:06.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:06.088Z] [2021-04-20T06:58:06.088Z] Login Succeeded [2021-04-20T06:58:06.088Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T06:58:06.112Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T06:58:06.401Z] ========================================================= [2021-04-20T06:58:06.401Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T06:58:06.401Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T06:58:06.775Z] + 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 . [2021-04-20T06:58:07.350Z] Sending build context to Docker daemon 34.83MB [2021-04-20T06:58:07.350Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T06:58:07.350Z] Step 2/8 : FROM ${BASE} [2021-04-20T06:58:07.350Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T06:58:07.350Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T06:58:07.350Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T06:58:07.350Z] de9db76c5a1d: Pulling fs layer [2021-04-20T06:58:07.350Z] bca2f99d35d6: Pulling fs layer [2021-04-20T06:58:07.350Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T06:58:07.350Z] 7c6f9722023f: Pulling fs layer [2021-04-20T06:58:07.350Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T06:58:07.350Z] 93359f2a8cfa: Waiting [2021-04-20T06:58:07.350Z] 7c6f9722023f: Waiting [2021-04-20T06:58:07.350Z] a35cf1a2eb13: Waiting [2021-04-20T06:58:07.350Z] bca2f99d35d6: Waiting [2021-04-20T06:58:07.350Z] de9db76c5a1d: Verifying Checksum [2021-04-20T06:58:07.350Z] de9db76c5a1d: Download complete [2021-04-20T06:58:07.350Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T06:58:07.350Z] 0ef7d3d256c8: Download complete [2021-04-20T06:58:07.350Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T06:58:07.350Z] 93359f2a8cfa: Download complete [2021-04-20T06:58:07.350Z] 7c6f9722023f: Verifying Checksum [2021-04-20T06:58:07.350Z] 7c6f9722023f: Download complete [2021-04-20T06:58:07.614Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T06:58:07.614Z] 188c0c94c7c5: Download complete [2021-04-20T06:58:07.877Z] 188c0c94c7c5: Pull complete [2021-04-20T06:58:07.877Z] 0ef7d3d256c8: Pull complete [2021-04-20T06:58:08.139Z] de9db76c5a1d: Pull complete [2021-04-20T06:58:09.534Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T06:58:09.534Z] a35cf1a2eb13: Download complete [2021-04-20T06:58:09.924Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1121 in /w/workspace/edgexfoundry_edgex-ui-go_PR-340 [Pipeline] { [Pipeline] ws [2021-04-20T06:58:09.983Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-04-20T06:58:10.482Z] bca2f99d35d6: Verifying Checksum [2021-04-20T06:58:10.482Z] bca2f99d35d6: Download complete [2021-04-20T06:58:15.824Z] bca2f99d35d6: Pull complete [2021-04-20T06:58:15.824Z] 93359f2a8cfa: Pull complete [2021-04-20T06:58:16.101Z] 7c6f9722023f: Pull complete [2021-04-20T06:58:16.113Z] using credential edgex-jenkins-ssh [2021-04-20T06:58:16.172Z] Cloning the remote Git repository [2021-04-20T06:58:16.229Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-20T06:58:16.335Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-04-20T06:58:16.406Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-20T06:58:16.406Z] > git --version # timeout=10 [2021-04-20T06:58:16.422Z] > git --version # 'git version 2.17.1' [2021-04-20T06:58:16.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T06:58:16.509Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T06:58:18.592Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-20T06:58:18.609Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T06:58:18.646Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-20T06:58:18.684Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-20T06:58:18.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T06:58:18.697Z] > 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 [2021-04-20T06:58:19.168Z] Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 93cb7739f82c8c0acaad151d3fef7008151b3621 [2021-04-20T06:58:19.786Z] Merge succeeded, producing 93cb7739f82c8c0acaad151d3fef7008151b3621 [2021-04-20T06:58:19.786Z] Checking out Revision 93cb7739f82c8c0acaad151d3fef7008151b3621 (PR-340) [2021-04-20T06:58:19.191Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T06:58:19.202Z] > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # timeout=10 [2021-04-20T06:58:19.699Z] > git remote # timeout=10 [2021-04-20T06:58:19.724Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T06:58:19.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T06:58:19.750Z] > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 [2021-04-20T06:58:19.774Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T06:58:19.797Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T06:58:19.810Z] > git checkout -f 93cb7739f82c8c0acaad151d3fef7008151b3621 # timeout=10 [2021-04-20T06:58:21.431Z] a35cf1a2eb13: Pull complete [2021-04-20T06:58:21.431Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T06:58:21.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T06:58:21.431Z] ---> a62c8e92a672 [2021-04-20T06:58:21.431Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-20T06:58:22.010Z] ---> Running in 6c2c20e996ab [2021-04-20T06:58:22.277Z] Removing intermediate container 6c2c20e996ab [2021-04-20T06:58:22.277Z] ---> 78db9fbf8dbb [2021-04-20T06:58:22.277Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T06:58:22.277Z] ---> Running in 1c30edd3629b [2021-04-20T06:58:23.681Z] Removing intermediate container 1c30edd3629b [2021-04-20T06:58:23.681Z] ---> 3532e2413cea [2021-04-20T06:58:23.681Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-20T06:58:23.681Z] ---> Running in 35ed5372c3d4 [2021-04-20T06:58:24.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T06:58:24.734Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-20T06:58:24.802Z] > git --version # timeout=10 [2021-04-20T06:58:24.813Z] > git --version # 'git version 2.17.1' [2021-04-20T06:58:24.827Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T06:58:25.209Z] 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 [2021-04-20T06:58:25.784Z] OK: 166 MiB in 39 packages [2021-04-20T06:58:26.362Z] Removing intermediate container 35ed5372c3d4 [2021-04-20T06:58:26.362Z] ---> 7b157a373a86 [2021-04-20T06:58:26.362Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-20T06:58:26.362Z] ---> Running in 0ab31bb38cc0 [2021-04-20T06:58:26.362Z] Removing intermediate container 0ab31bb38cc0 [2021-04-20T06:58:26.362Z] ---> be12465b3804 [2021-04-20T06:58:26.362Z] Step 7/8 : COPY . . [2021-04-20T06:58:26.534Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T06:58:26.945Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T06:58:27.309Z] + true [2021-04-20T06:58:27.309Z] + sudo service docker restart [2021-04-20T06:58:29.693Z] ---> 387b460abc1f [2021-04-20T06:58:29.693Z] Step 8/8 : RUN go mod download [2021-04-20T06:58:29.693Z] ---> Running in 1a0702fc48f8 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T06:58:30.825Z] provisioning config files... [2021-04-20T06:58:30.871Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config6974750060389533621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T06:58:31.302Z] ---> docker-login.sh [2021-04-20T06:58:31.302Z] nexus3.edgexfoundry.org:10001 [2021-04-20T06:58:32.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:32.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:32.552Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:32.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:32.552Z] [2021-04-20T06:58:32.552Z] Login Succeeded [2021-04-20T06:58:32.552Z] nexus3.edgexfoundry.org:10002 [2021-04-20T06:58:32.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:33.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:33.105Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:33.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:33.105Z] [2021-04-20T06:58:33.105Z] Login Succeeded [2021-04-20T06:58:33.105Z] nexus3.edgexfoundry.org:10003 [2021-04-20T06:58:33.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:33.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:33.654Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:33.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:33.654Z] [2021-04-20T06:58:33.654Z] Login Succeeded [2021-04-20T06:58:33.654Z] nexus3.edgexfoundry.org:10004 [2021-04-20T06:58:33.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:33.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:33.928Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:33.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:33.928Z] [2021-04-20T06:58:33.928Z] Login Succeeded [2021-04-20T06:58:33.928Z] docker.io [2021-04-20T06:58:34.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T06:58:34.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T06:58:34.800Z] Configure a credential helper to remove this warning. See [2021-04-20T06:58:34.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T06:58:34.800Z] [2021-04-20T06:58:34.800Z] Login Succeeded [2021-04-20T06:58:34.800Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T06:58:34.833Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T06:58:35.293Z] ========================================================= [2021-04-20T06:58:35.293Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T06:58:35.293Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T06:58:35.668Z] + 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 . [2021-04-20T06:58:36.649Z] Sending build context to Docker daemon 34.83MB [2021-04-20T06:58:36.649Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T06:58:36.649Z] Step 2/8 : FROM ${BASE} [2021-04-20T06:58:36.649Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T06:58:36.649Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T06:58:36.649Z] a4357932f1b6: Pulling fs layer [2021-04-20T06:58:36.649Z] 18c013af1878: Pulling fs layer [2021-04-20T06:58:36.649Z] 00ac8860ef70: Pulling fs layer [2021-04-20T06:58:36.649Z] 63d7cb157983: Pulling fs layer [2021-04-20T06:58:36.649Z] b116817d02f9: Pulling fs layer [2021-04-20T06:58:36.649Z] 00ac8860ef70: Waiting [2021-04-20T06:58:36.649Z] 63d7cb157983: Waiting [2021-04-20T06:58:36.649Z] 745a02a5169b: Pulling fs layer [2021-04-20T06:58:36.649Z] 745a02a5169b: Waiting [2021-04-20T06:58:36.649Z] 18c013af1878: Verifying Checksum [2021-04-20T06:58:36.649Z] 18c013af1878: Download complete [2021-04-20T06:58:36.929Z] a4357932f1b6: Verifying Checksum [2021-04-20T06:58:36.929Z] a4357932f1b6: Download complete [2021-04-20T06:58:36.929Z] 63d7cb157983: Verifying Checksum [2021-04-20T06:58:36.929Z] 63d7cb157983: Download complete [2021-04-20T06:58:36.929Z] b116817d02f9: Verifying Checksum [2021-04-20T06:58:36.929Z] b116817d02f9: Download complete [2021-04-20T06:58:36.929Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T06:58:36.929Z] 5f621e34cdf4: Download complete [2021-04-20T06:58:37.537Z] 5f621e34cdf4: Pull complete [2021-04-20T06:58:38.141Z] a4357932f1b6: Pull complete [2021-04-20T06:58:38.420Z] 18c013af1878: Pull complete [2021-04-20T06:58:39.860Z] 745a02a5169b: Download complete [2021-04-20T06:58:40.457Z] 00ac8860ef70: Verifying Checksum [2021-04-20T06:58:40.457Z] 00ac8860ef70: Download complete [2021-04-20T06:58:50.628Z] 00ac8860ef70: Pull complete [2021-04-20T06:58:50.902Z] 63d7cb157983: Pull complete [2021-04-20T06:58:51.176Z] b116817d02f9: Pull complete [2021-04-20T06:58:55.500Z] 745a02a5169b: Pull complete [2021-04-20T06:58:55.500Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T06:58:55.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T06:58:55.500Z] ---> b7e6874047d6 [2021-04-20T06:58:55.500Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-20T06:58:58.117Z] ---> Running in 064f2c3f2348 [2021-04-20T06:58:58.391Z] Removing intermediate container 064f2c3f2348 [2021-04-20T06:58:58.391Z] ---> d7fe13a1c9f0 [2021-04-20T06:58:58.391Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T06:58:58.665Z] ---> Running in 49265802b699 [2021-04-20T06:59:01.306Z] Removing intermediate container 49265802b699 [2021-04-20T06:59:01.306Z] ---> 0856b56ff81d [2021-04-20T06:59:01.306Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-20T06:59:01.306Z] ---> Running in 4644d0ae714c [2021-04-20T06:59:01.912Z] Removing intermediate container 1a0702fc48f8 [2021-04-20T06:59:01.912Z] ---> 23dc9b9f4965 [2021-04-20T06:59:01.912Z] Successfully built 23dc9b9f4965 [2021-04-20T06:59:01.912Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T06:59:02.282Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T06:59:02.282Z] . [2021-04-20T06:59:02.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withDockerContainer [2021-04-20T06:59:02.443Z] prd-centos7-docker-4c-2g-1122 does not seem to be running inside a container [2021-04-20T06:59:02.494Z] $ 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 [2021-04-20T06:59:02.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T06:59:03.570Z] $ docker top 1e87c79724f081395637b0e6288fb985c32f34596b31fd8fd343669b52082adc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T06:59:03.874Z] OK: 142 MiB in 39 packages [2021-04-20T06:59:04.106Z] + go version [2021-04-20T06:59:04.106Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T06:59:04.137Z] $ docker stop --time=1 1e87c79724f081395637b0e6288fb985c32f34596b31fd8fd343669b52082adc [2021-04-20T06:59:04.855Z] Removing intermediate container 4644d0ae714c [2021-04-20T06:59:04.856Z] ---> bfacaa887844 [2021-04-20T06:59:04.856Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-20T06:59:05.129Z] ---> Running in cad910cbfc61 [2021-04-20T06:59:05.521Z] $ docker rm -f 1e87c79724f081395637b0e6288fb985c32f34596b31fd8fd343669b52082adc [Pipeline] // withDockerContainer [Pipeline] } [2021-04-20T06:59:05.723Z] Removing intermediate container cad910cbfc61 [2021-04-20T06:59:05.723Z] ---> ab4884e31712 [2021-04-20T06:59:05.723Z] Step 7/8 : COPY . . [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T06:59:06.302Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T06:59:06.302Z] . [Pipeline] withDockerContainer [2021-04-20T06:59:06.424Z] prd-centos7-docker-4c-2g-1122 does not seem to be running inside a container [2021-04-20T06:59:06.474Z] $ 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 [2021-04-20T06:59:07.218Z] $ docker top ef7ee62463b5cc054dfa43d3ec1f32f5e6c74cd3e8b5ed75820fb51ec684d537 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T06:59:07.753Z] + make test [2021-04-20T06:59:07.754Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-20T06:59:09.120Z] ---> 15c0e16360f4 [2021-04-20T06:59:09.121Z] Step 8/8 : RUN go mod download [2021-04-20T06:59:09.121Z] ---> Running in de301457f27e [2021-04-20T06:59:09.186Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-20T06:59:19.423Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-20T06:59:19.423Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-20T06:59:22.188Z] $ docker stop --time=1 ef7ee62463b5cc054dfa43d3ec1f32f5e6c74cd3e8b5ed75820fb51ec684d537 [2021-04-20T06:59:24.571Z] $ docker rm -f ef7ee62463b5cc054dfa43d3ec1f32f5e6c74cd3e8b5ed75820fb51ec684d537 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T06:59:25.163Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T06:59:25.575Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-20T06:59:28.171Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-20T06:59:28.492Z] + ls -al . [2021-04-20T06:59:28.492Z] total 92 [2021-04-20T06:59:28.492Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 20 06:59 . [2021-04-20T06:59:28.492Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 20 06:57 .. [2021-04-20T06:59:28.492Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 20 06:57 assets [2021-04-20T06:59:28.492Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 20 06:57 bin [2021-04-20T06:59:28.492Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 20 06:57 cmd [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 20 06:57 CONTRIBUTING.md [2021-04-20T06:59:28.492Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 20 06:59 coverage.out [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 20 06:57 Dockerfile [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 20 06:57 Dockerfile.build [2021-04-20T06:59:28.492Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 20 06:57 docs [2021-04-20T06:59:28.492Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 20 06:58 .git [2021-04-20T06:59:28.492Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 20 06:57 .github [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 20 06:57 .gitignore [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 20 06:57 go.mod [2021-04-20T06:59:28.492Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 20 06:59 go.sum [2021-04-20T06:59:28.492Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 20 06:57 internal [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 20 06:57 Jenkinsfile [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 20 06:57 LICENSE [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 20 06:57 Makefile [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 6012 Apr 20 06:57 README.md [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 20 06:55 VERSION [2021-04-20T06:59:28.492Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 20 06:57 version.go [2021-04-20T06:59:28.492Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 20 06:57 web [Pipeline] isUnix [Pipeline] sh [2021-04-20T06:59:28.851Z] + 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 . [2021-04-20T06:59:29.428Z] Sending build context to Docker daemon 34.85MB [2021-04-20T06:59:29.693Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T06:59:29.693Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-20T06:59:29.693Z] ---> 23dc9b9f4965 [2021-04-20T06:59:29.693Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-20T06:59:30.277Z] ---> Running in 717ab25eb4ca [2021-04-20T06:59:30.277Z] Removing intermediate container 717ab25eb4ca [2021-04-20T06:59:30.277Z] ---> 2f7248a0642f [2021-04-20T06:59:30.277Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-20T06:59:30.277Z] ---> Running in 3a29f70a4681 [2021-04-20T06:59:30.544Z] Removing intermediate container 3a29f70a4681 [2021-04-20T06:59:30.544Z] ---> 065e63bba7b1 [2021-04-20T06:59:30.544Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T06:59:30.544Z] ---> Running in 73fbc95f0ad2 [2021-04-20T06:59:30.811Z] Removing intermediate container 73fbc95f0ad2 [2021-04-20T06:59:30.812Z] ---> 8ba9f43b1184 [2021-04-20T06:59:30.812Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-20T06:59:30.812Z] ---> Running in c40b1c5e2db3 [2021-04-20T06:59:31.074Z] Removing intermediate container c40b1c5e2db3 [2021-04-20T06:59:31.074Z] ---> f704f7f168d1 [2021-04-20T06:59:31.075Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-20T06:59:31.075Z] ---> Running in 4bb7b153eae8 [2021-04-20T06:59:31.343Z] Removing intermediate container 4bb7b153eae8 [2021-04-20T06:59:31.343Z] ---> b8a1513db6f8 [2021-04-20T06:59:31.343Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T06:59:31.343Z] ---> Running in 0d569c285bd3 [2021-04-20T06:59:32.746Z] Removing intermediate container 0d569c285bd3 [2021-04-20T06:59:32.746Z] ---> 0862c4ca96a6 [2021-04-20T06:59:32.746Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T06:59:32.746Z] ---> Running in c94a47a84b85 [2021-04-20T06:59:33.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T06:59:33.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T06:59:34.179Z] OK: 166 MiB in 39 packages [2021-04-20T06:59:34.757Z] Removing intermediate container c94a47a84b85 [2021-04-20T06:59:34.757Z] ---> 773f0f31cf4c [2021-04-20T06:59:34.757Z] Step 10/24 : ENV GO111MODULE=on [2021-04-20T06:59:34.757Z] ---> Running in e879b1a1371d [2021-04-20T06:59:34.757Z] Removing intermediate container e879b1a1371d [2021-04-20T06:59:34.757Z] ---> 1c4ffc9d3f6d [2021-04-20T06:59:34.757Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-20T06:59:35.021Z] ---> Running in 97a618019423 [2021-04-20T06:59:35.021Z] Removing intermediate container 97a618019423 [2021-04-20T06:59:35.021Z] ---> adf60cd9009e [2021-04-20T06:59:35.021Z] Step 12/24 : COPY go.mod . [2021-04-20T06:59:35.285Z] ---> b0e9433eef5c [2021-04-20T06:59:35.285Z] Step 13/24 : COPY Makefile . [2021-04-20T06:59:35.560Z] ---> 65ac2f7cbccf [2021-04-20T06:59:35.560Z] Step 14/24 : RUN make update [2021-04-20T06:59:35.560Z] ---> Running in 8f5a77e2c9ec [2021-04-20T06:59:36.150Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-20T06:59:36.730Z] Removing intermediate container 8f5a77e2c9ec [2021-04-20T06:59:36.730Z] ---> 99b9bc2d0cac [2021-04-20T06:59:36.730Z] Step 15/24 : COPY . . [2021-04-20T06:59:40.067Z] ---> fe1ab67260f3 [2021-04-20T06:59:40.067Z] Step 16/24 : RUN ${MAKE} [2021-04-20T06:59:40.067Z] ---> Running in e3a6993c14e0 [2021-04-20T06:59:40.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-20T06:59:41.517Z] Removing intermediate container de301457f27e [2021-04-20T06:59:41.517Z] ---> 1527d7557569 [2021-04-20T06:59:41.517Z] Successfully built 1527d7557569 [2021-04-20T06:59:41.517Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T06:59:41.890Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T06:59:41.890Z] . [Pipeline] withDockerContainer [2021-04-20T06:59:42.169Z] prd-ubuntu18.04-docker-arm64-4c-16g-1121 does not seem to be running inside a container [2021-04-20T06:59:42.281Z] $ 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 [2021-04-20T06:59:43.770Z] $ docker top bac9a2068e15cc438666702c324a5570b6eea7d5836fd1ac9ede3899328ecd89 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T06:59:44.736Z] + go version [2021-04-20T06:59:44.736Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T06:59:44.776Z] $ docker stop --time=1 bac9a2068e15cc438666702c324a5570b6eea7d5836fd1ac9ede3899328ecd89 [2021-04-20T06:59:46.745Z] $ docker rm -f bac9a2068e15cc438666702c324a5570b6eea7d5836fd1ac9ede3899328ecd89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T06:59:47.712Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T06:59:47.712Z] . [Pipeline] withDockerContainer [2021-04-20T06:59:47.994Z] prd-ubuntu18.04-docker-arm64-4c-16g-1121 does not seem to be running inside a container [2021-04-20T06:59:48.106Z] $ 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 [2021-04-20T06:59:49.540Z] $ docker top 1d8355beead85a7d224b3119da7394debf4128a443a05ab55bb8239515fa132e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T06:59:50.490Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-20T06:59:50.547Z] + make test [2021-04-20T06:59:50.547Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-20T06:59:51.986Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-20T06:59:53.814Z] Removing intermediate container e3a6993c14e0 [2021-04-20T06:59:53.814Z] ---> 6650147c7c05 [2021-04-20T06:59:53.814Z] Step 17/24 : FROM alpine:3.12 [2021-04-20T06:59:53.814Z] 3.12: Pulling from library/alpine [2021-04-20T06:59:53.814Z] 339de151aab4: Pulling fs layer [2021-04-20T06:59:54.080Z] 339de151aab4: Download complete [2021-04-20T06:59:54.347Z] 339de151aab4: Pull complete [2021-04-20T06:59:54.348Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T06:59:54.348Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T06:59:54.348Z] ---> 13621d1b12d4 [2021-04-20T06:59:54.348Z] Step 18/24 : EXPOSE 4000 [2021-04-20T06:59:54.612Z] ---> Running in 226b5b3be769 [2021-04-20T06:59:54.883Z] Removing intermediate container 226b5b3be769 [2021-04-20T06:59:54.883Z] ---> 44be1816820f [2021-04-20T06:59:54.883Z] 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 [2021-04-20T06:59:56.810Z] ---> 496a0c734d31 [2021-04-20T06:59:56.811Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-20T06:59:56.811Z] ---> Running in b8f9f66c20ec [2021-04-20T06:59:57.074Z] Removing intermediate container b8f9f66c20ec [2021-04-20T06:59:57.074Z] ---> 120eee821f54 [2021-04-20T06:59:57.074Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-20T06:59:57.074Z] ---> Running in ae8f6ef06ece [2021-04-20T06:59:57.340Z] Removing intermediate container ae8f6ef06ece [2021-04-20T06:59:57.340Z] ---> a87ba19421bf [2021-04-20T06:59:57.340Z] Step 22/24 : LABEL arch=amd64 [2021-04-20T06:59:57.340Z] ---> Running in 941e1bf458b6 [2021-04-20T06:59:57.604Z] Removing intermediate container 941e1bf458b6 [2021-04-20T06:59:57.604Z] ---> 4dcff9d41bd4 [2021-04-20T06:59:57.604Z] Step 23/24 : LABEL git_sha=93cb7739f82c8c0acaad151d3fef7008151b3621 [2021-04-20T06:59:57.604Z] ---> Running in 1d14d1dedfd0 [2021-04-20T06:59:57.867Z] Removing intermediate container 1d14d1dedfd0 [2021-04-20T06:59:57.867Z] ---> 7d0e7e7aa123 [2021-04-20T06:59:57.867Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T06:59:57.867Z] ---> Running in 384cd65d18f8 [2021-04-20T06:59:58.130Z] Removing intermediate container 384cd65d18f8 [2021-04-20T06:59:58.130Z] ---> 02c5c44738d4 [2021-04-20T06:59:58.130Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-20T06:59:58.130Z] Successfully built 02c5c44738d4 [2021-04-20T06:59:58.130Z] 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 [2021-04-20T06:59:59.090Z] ---> job-cost.sh [2021-04-20T06:59:59.090Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YfHr [2021-04-20T07:00:14.048Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-20T07:00:24.689Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-20T07:00:24.689Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-20T07:00:26.160Z] $ docker stop --time=1 1d8355beead85a7d224b3119da7394debf4128a443a05ab55bb8239515fa132e [2021-04-20T07:00:28.365Z] $ docker rm -f 1d8355beead85a7d224b3119da7394debf4128a443a05ab55bb8239515fa132e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T07:00:29.210Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T07:00:29.246Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T07:00:30.171Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T07:00:30.814Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-20T07:00:31.165Z] + ls -al . [2021-04-20T07:00:31.165Z] total 124 [2021-04-20T07:00:31.165Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 20 06:59 . [2021-04-20T07:00:31.165Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 20 06:58 .. [2021-04-20T07:00:31.165Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 20 06:58 .git [2021-04-20T07:00:31.165Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 06:58 .github [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 20 06:58 .gitignore [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 20 06:58 CONTRIBUTING.md [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 20 06:58 Dockerfile [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 20 06:58 Dockerfile.build [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 20 06:58 Jenkinsfile [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 20 06:58 LICENSE [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 20 06:58 Makefile [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 6012 Apr 20 06:58 README.md [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 20 06:55 VERSION [2021-04-20T07:00:31.165Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 20 06:58 assets [2021-04-20T07:00:31.165Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 20 06:58 bin [2021-04-20T07:00:31.165Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 20 06:58 cmd [2021-04-20T07:00:31.165Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 20 06:59 coverage.out [2021-04-20T07:00:31.165Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 20 06:58 docs [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 20 06:58 go.mod [2021-04-20T07:00:31.165Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 20 06:59 go.sum [2021-04-20T07:00:31.165Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 20 06:58 internal [2021-04-20T07:00:31.165Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 20 06:58 version.go [2021-04-20T07:00:31.165Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 20 06:58 web [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:00:31.562Z] + 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 . [2021-04-20T07:00:32.550Z] Sending build context to Docker daemon 34.85MB [2021-04-20T07:00:32.550Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T07:00:32.550Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-20T07:00:32.550Z] ---> 1527d7557569 [2021-04-20T07:00:32.550Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-20T07:00:33.149Z] ---> Running in 202205385e52 [2021-04-20T07:00:33.745Z] Removing intermediate container 202205385e52 [2021-04-20T07:00:33.745Z] ---> 5f849c864dff [2021-04-20T07:00:33.745Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-20T07:00:33.745Z] ---> Running in 5b362b030b65 [2021-04-20T07:00:34.367Z] Removing intermediate container 5b362b030b65 [2021-04-20T07:00:34.367Z] ---> 746e81204a50 [2021-04-20T07:00:34.367Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T07:00:34.367Z] ---> Running in 16ee4472d38a [2021-04-20T07:00:34.641Z] Removing intermediate container 16ee4472d38a [2021-04-20T07:00:34.641Z] ---> 0b41d91a4c7c [2021-04-20T07:00:34.641Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-20T07:00:34.912Z] ---> Running in 8c33c795d9c2 [2021-04-20T07:00:35.183Z] Removing intermediate container 8c33c795d9c2 [2021-04-20T07:00:35.183Z] ---> fb23fc25a279 [2021-04-20T07:00:35.183Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-20T07:00:35.453Z] ---> Running in 9fa60642de83 [2021-04-20T07:00:35.725Z] Removing intermediate container 9fa60642de83 [2021-04-20T07:00:35.725Z] ---> 6f761b1bc6ca [2021-04-20T07:00:35.725Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T07:00:35.996Z] ---> Running in ebde0fb6361f [2021-04-20T07:00:37.976Z] Removing intermediate container ebde0fb6361f [2021-04-20T07:00:37.976Z] ---> ff6b5a35d121 [2021-04-20T07:00:37.976Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T07:00:38.251Z] ---> Running in c8f66b0fffc2 [2021-04-20T07:00:39.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T07:00:39.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T07:00:40.807Z] OK: 142 MiB in 39 packages [2021-04-20T07:00:41.796Z] Removing intermediate container c8f66b0fffc2 [2021-04-20T07:00:41.796Z] ---> aa0a10c98913 [2021-04-20T07:00:41.796Z] Step 10/24 : ENV GO111MODULE=on [2021-04-20T07:00:42.067Z] ---> Running in 47523b47c303 [2021-04-20T07:00:42.339Z] Removing intermediate container 47523b47c303 [2021-04-20T07:00:42.339Z] ---> c4ec3bef6921 [2021-04-20T07:00:42.339Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-20T07:00:42.611Z] ---> Running in d86cde6271b2 [2021-04-20T07:00:42.883Z] Removing intermediate container d86cde6271b2 [2021-04-20T07:00:42.883Z] ---> cabce8134b26 [2021-04-20T07:00:42.883Z] Step 12/24 : COPY go.mod . [2021-04-20T07:00:43.859Z] ---> 97c1359b2547 [2021-04-20T07:00:43.859Z] Step 13/24 : COPY Makefile . [2021-04-20T07:00:44.463Z] ---> 80deb443be5b [2021-04-20T07:00:44.463Z] Step 14/24 : RUN make update [2021-04-20T07:00:44.463Z] ---> Running in f1a9ea3348e4 [2021-04-20T07:00:45.440Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-20T07:00:46.232Z] lf-activate-venv(): INFO: Adding /tmp/venv-YfHr/bin to PATH [2021-04-20T07:00:46.232Z] INFO: No Stack... [2021-04-20T07:00:46.232Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T07:00:46.232Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T07:00:46.560Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-04-20T07:00:46.560Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T07:00:46.675Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] [2021-04-20T07:00:46.681Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] did not exist. Created. [2021-04-20T07:00:46.682Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T07:00:46.878Z] Removing intermediate container f1a9ea3348e4 [2021-04-20T07:00:46.878Z] ---> b3c77d5998eb [2021-04-20T07:00:46.878Z] Step 15/24 : COPY . . [2021-04-20T07:00:47.097Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-20T07:00:47.259Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T07:00:47.278Z] 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] } [2021-04-20T07:00:50.300Z] ---> eede387bda16 [2021-04-20T07:00:50.300Z] Step 16/24 : RUN ${MAKE} [2021-04-20T07:00:50.300Z] ---> Running in 12e3195e8b40 [2021-04-20T07:00:51.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-20T07:01:18.127Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-20T07:01:23.527Z] Removing intermediate container 12e3195e8b40 [2021-04-20T07:01:23.527Z] ---> 7c9bbbe1b7d4 [2021-04-20T07:01:23.528Z] Step 17/24 : FROM alpine:3.12 [2021-04-20T07:01:24.122Z] 3.12: Pulling from library/alpine [2021-04-20T07:01:24.122Z] d2f70382dc9a: Pulling fs layer [2021-04-20T07:01:24.393Z] d2f70382dc9a: Verifying Checksum [2021-04-20T07:01:24.393Z] d2f70382dc9a: Download complete [2021-04-20T07:01:24.989Z] d2f70382dc9a: Pull complete [2021-04-20T07:01:24.989Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T07:01:24.989Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T07:01:24.989Z] ---> 9852663dfa18 [2021-04-20T07:01:24.989Z] Step 18/24 : EXPOSE 4000 [2021-04-20T07:01:25.266Z] ---> Running in be38e5e538b7 [2021-04-20T07:01:25.539Z] Removing intermediate container be38e5e538b7 [2021-04-20T07:01:25.539Z] ---> 45a550c7bba8 [2021-04-20T07:01:25.539Z] 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 [2021-04-20T07:01:28.171Z] ---> 215430269704 [2021-04-20T07:01:28.171Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-20T07:01:28.171Z] ---> Running in 91901c28f92d [2021-04-20T07:01:28.447Z] Removing intermediate container 91901c28f92d [2021-04-20T07:01:28.447Z] ---> 094f63b44a65 [2021-04-20T07:01:28.447Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-20T07:01:28.720Z] ---> Running in 41c5cc452b86 [2021-04-20T07:01:28.992Z] Removing intermediate container 41c5cc452b86 [2021-04-20T07:01:28.992Z] ---> b1901bdfc7e0 [2021-04-20T07:01:28.992Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T07:01:29.270Z] ---> Running in 150023ffccd1 [2021-04-20T07:01:29.541Z] Removing intermediate container 150023ffccd1 [2021-04-20T07:01:29.541Z] ---> 2c2fcc793038 [2021-04-20T07:01:29.541Z] Step 23/24 : LABEL git_sha=93cb7739f82c8c0acaad151d3fef7008151b3621 [2021-04-20T07:01:29.813Z] ---> Running in 2cb964a31e19 [2021-04-20T07:01:30.085Z] Removing intermediate container 2cb964a31e19 [2021-04-20T07:01:30.085Z] ---> 50c119a00838 [2021-04-20T07:01:30.085Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T07:01:30.356Z] ---> Running in 26fe9558b44d [2021-04-20T07:01:30.951Z] Removing intermediate container 26fe9558b44d [2021-04-20T07:01:30.951Z] ---> 69edb6d457c6 [2021-04-20T07:01:30.951Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-20T07:01:30.951Z] Successfully built 69edb6d457c6 [2021-04-20T07:01:30.951Z] 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 [2021-04-20T07:01:31.628Z] ---> job-cost.sh [2021-04-20T07:01:31.628Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7us5 [2021-04-20T07:02:10.583Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T07:03:47.456Z] lf-activate-venv(): INFO: Adding /tmp/venv-7us5/bin to PATH [2021-04-20T07:03:47.456Z] INFO: No Stack... [2021-04-20T07:03:47.456Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T07:03:47.456Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T07:03:47.817Z] + cut -d, -f6 [2021-04-20T07:03:47.818Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [Pipeline] lock [2021-04-20T07:03:47.956Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] [2021-04-20T07:03:47.962Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] did not exist. Created. [2021-04-20T07:03:47.963Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-340-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T07:03:48.411Z] /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 [2021-04-20T07:03:48.777Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T07:03:48.815Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T07:03:49.050Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T07:03:49.070Z] 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 [2021-04-20T07:03:50.542Z] provisioning config files... [2021-04-20T07:03:50.556Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/config256089280469742850tmp [Pipeline] { [Pipeline] sh [2021-04-20T07:03:50.930Z] + set +x [2021-04-20T07:03:50.930Z] + curl -s https://codecov.io/bash [2021-04-20T07:03:50.930Z] + bash -s -- [2021-04-20T07:03:51.193Z] [2021-04-20T07:03:51.193Z] _____ _ [2021-04-20T07:03:51.193Z] / ____| | | [2021-04-20T07:03:51.193Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T07:03:51.193Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T07:03:51.193Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T07:03:51.193Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T07:03:51.193Z] Bash-1.0.1 [2021-04-20T07:03:51.193Z] [2021-04-20T07:03:51.193Z] [2021-04-20T07:03:51.193Z] ==> git version 2.24.3 found [2021-04-20T07:03:51.193Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-20T07:03:51.193Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T07:03:51.193Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T07:03:51.193Z] ==> Jenkins CI detected. [2021-04-20T07:03:51.193Z] project root: . [2021-04-20T07:03:51.193Z] --> token set from env [2021-04-20T07:03:51.193Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T07:03:51.193Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T07:03:51.193Z] ==> Python coveragepy not found [2021-04-20T07:03:51.193Z] ==> Searching for coverage reports in: [2021-04-20T07:03:51.193Z] + . [2021-04-20T07:03:51.457Z] -> Found 1 reports [2021-04-20T07:03:51.457Z] ==> Detecting git/mercurial file structure [2021-04-20T07:03:51.457Z] ==> Reading reports [2021-04-20T07:03:51.457Z] + ./coverage.out bytes=10 [2021-04-20T07:03:51.457Z] ==> Appending adjustments [2021-04-20T07:03:51.457Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T07:03:51.457Z] + Found adjustments [2021-04-20T07:03:51.457Z] ==> Gzipping contents [2021-04-20T07:03:51.457Z] 4.0K /tmp/codecov.oK8sKz.gz [2021-04-20T07:03:51.457Z] ==> Uploading reports [2021-04-20T07:03:51.457Z] url: https://codecov.io [2021-04-20T07:03:51.457Z] 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= [2021-04-20T07:03:51.457Z] -> Pinging Codecov [2021-04-20T07:03:51.457Z] 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= [2021-04-20T07:03:52.034Z] -> Uploading to [2021-04-20T07:03:52.034Z] 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 [2021-04-20T07:03:52.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T07:03:52.034Z] Dload Upload Total Spent Left Speed [2021-04-20T07:03:52.297Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 9355 --:--:-- --:--:-- --:--:-- 9379 [2021-04-20T07:03:52.297Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/93cb7739f82c8c0acaad151d3fef7008151b3621 [Pipeline] } [2021-04-20T07:03:52.323Z] 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 [2021-04-20T07:03:54.548Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:03:55.181Z] ---> package-listing.sh [2021-04-20T07:03:55.182Z] ++ facter osfamily [2021-04-20T07:03:55.182Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T07:03:55.182Z] + OS_FAMILY=redhat [2021-04-20T07:03:55.182Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-340 [2021-04-20T07:03:55.182Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T07:03:55.182Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T07:03:55.182Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T07:03:55.182Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T07:03:55.182Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-340 ']' [2021-04-20T07:03:55.182Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T07:03:55.182Z] + case "${OS_FAMILY}" in [2021-04-20T07:03:55.182Z] + rpm -qa [2021-04-20T07:03:55.182Z] + sort [2021-04-20T07:04:00.582Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T07:04:00.582Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T07:04:00.582Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T07:04:00.582Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-340 ']' [2021-04-20T07:04:00.582Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-340/archives/ [2021-04-20T07:04:00.582Z] + 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 [2021-04-20T07:04:00.617Z] 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 [2021-04-20T07:04:00.935Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:04:01.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T07:04:01.279Z] [2021-04-20T07:04:01.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:04:01.657Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T07:04:01.657Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T07:04:01.657Z] df20fa9351a1: Pulling fs layer [2021-04-20T07:04:01.657Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T07:04:01.657Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T07:04:01.657Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T07:04:01.657Z] 93b61091891f: Pulling fs layer [2021-04-20T07:04:01.657Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T07:04:01.657Z] 5e14af77c1be: Pulling fs layer [2021-04-20T07:04:01.657Z] 01666e4c0597: Pulling fs layer [2021-04-20T07:04:01.657Z] aa168da1d23b: Pulling fs layer [2021-04-20T07:04:01.657Z] 93b9cdb0e59b: Waiting [2021-04-20T07:04:01.657Z] 5e14af77c1be: Waiting [2021-04-20T07:04:01.657Z] 01666e4c0597: Waiting [2021-04-20T07:04:01.657Z] aa168da1d23b: Waiting [2021-04-20T07:04:01.657Z] 46f8f816bc3b: Waiting [2021-04-20T07:04:01.657Z] 93b61091891f: Waiting [2021-04-20T07:04:01.657Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T07:04:01.657Z] 36b3adc4ff6f: Download complete [2021-04-20T07:04:01.657Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T07:04:01.657Z] 46f8f816bc3b: Download complete [2021-04-20T07:04:01.922Z] df20fa9351a1: Verifying Checksum [2021-04-20T07:04:01.922Z] df20fa9351a1: Download complete [2021-04-20T07:04:01.922Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T07:04:01.922Z] 93b9cdb0e59b: Download complete [2021-04-20T07:04:01.922Z] 93b61091891f: Download complete [2021-04-20T07:04:01.922Z] 5e14af77c1be: Verifying Checksum [2021-04-20T07:04:01.922Z] 5e14af77c1be: Download complete [2021-04-20T07:04:01.922Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T07:04:01.922Z] 8ad3a11d3b57: Download complete [2021-04-20T07:04:01.922Z] 01666e4c0597: Verifying Checksum [2021-04-20T07:04:01.922Z] 01666e4c0597: Download complete [2021-04-20T07:04:02.187Z] df20fa9351a1: Pull complete [2021-04-20T07:04:02.464Z] 36b3adc4ff6f: Pull complete [2021-04-20T07:04:03.449Z] 8ad3a11d3b57: Pull complete [2021-04-20T07:04:03.716Z] 46f8f816bc3b: Pull complete [2021-04-20T07:04:03.979Z] aa168da1d23b: Verifying Checksum [2021-04-20T07:04:03.979Z] aa168da1d23b: Download complete [2021-04-20T07:04:04.242Z] 93b61091891f: Pull complete [2021-04-20T07:04:04.242Z] 93b9cdb0e59b: Pull complete [2021-04-20T07:04:04.508Z] 5e14af77c1be: Pull complete [2021-04-20T07:04:04.508Z] 01666e4c0597: Pull complete [2021-04-20T07:04:11.140Z] aa168da1d23b: Pull complete [2021-04-20T07:04:11.140Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T07:04:11.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T07:04:11.140Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T07:04:11.372Z] prd-centos7-docker-4c-2g-1120 does not seem to be running inside a container [2021-04-20T07:04:11.424Z] $ 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 [2021-04-20T07:04:15.622Z] $ docker top 57aae20646708d238bd05dda2e2ba566cb675f6d6c3d475f2096834617ee78a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T07:04:16.117Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T07:04:16.439Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T07:04:16.767Z] + ls /var/log/sa-host [2021-04-20T07:04:16.767Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T07:04:16.767Z] file_magic: OK [2021-04-20T07:04:16.767Z] HZ: Using current value: 100 [2021-04-20T07:04:16.767Z] file_header: OK [2021-04-20T07:04:16.767Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T07:04:16.767Z] Statistics: [2021-04-20T07:04:16.767Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T07:04:16.767Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T07:04:16.767Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T07:04:16.767Z] file_magic: OK [2021-04-20T07:04:16.767Z] HZ: Using current value: 100 [2021-04-20T07:04:16.767Z] file_header: OK [2021-04-20T07:04:16.767Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T07:04:16.767Z] Statistics: [2021-04-20T07:04:16.767Z] Hnuu...uuuununununu... [2021-04-20T07:04:16.767Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T07:04:17.435Z] provisioning config files... [2021-04-20T07:04:17.633Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-340@tmp/config7322865253431241824tmp [Pipeline] { [Pipeline] echo [2021-04-20T07:04:17.691Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:04:18.023Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T07:04:18.052Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T07:04:18.126Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:04:18.477Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T07:04:18.508Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:04:18.838Z] ---> sudo-logs.sh [2021-04-20T07:04:18.838Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T07:04:18.931Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:04:19.268Z] ---> job-cost.sh [2021-04-20T07:04:19.268Z] lf-activate-venv: SKIPPING [2021-04-20T07:04:19.268Z] DEBUG: total: 0.20999999344348907 [2021-04-20T07:04:19.268Z] INFO: Retrieving Stack Cost... [2021-04-20T07:04:20.214Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T07:04:20.795Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T07:04:20.830Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:04:21.173Z] ---> logs-deploy.sh [2021-04-20T07:04:21.173Z] lf-activate-venv: SKIPPING [2021-04-20T07:04:21.173Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-340/1 [2021-04-20T07:04:21.173Z] INFO: archiving workspace using pattern(s): [2021-04-20T07:04:23.098Z] Archives upload complete. [2021-04-20T07:04:23.098Z] INFO: archiving logs to Nexus