Pull request #344 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a+a88ea99ffe9e2626f031198baec7712ee48b9091 (939e4aef1cd4e65a2dd1f2a93c9b7a907ff62505) 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-344/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-344/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-2171’ Running on prd-centos7-docker-4c-2g-2173 in /w/workspace/edgexfoundry_edgex-ui-go_PR-344 [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-344 # 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 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a > 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/344/head:refs/remotes/origin/PR-344 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 Merge succeeded, producing 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a Checking out Revision 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a (PR-344) > 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 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # 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-28T07:02:48.086Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-28T07:02:48.292Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-28T07:02:48.429Z] ========================================================= [2021-04-28T07:02:48.429Z] EdgeX Global Pipelines Version Info [2021-04-28T07:02:48.429Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:02:49.960Z] ------------------- [2021-04-28T07:02:49.960Z] stable info: [2021-04-28T07:02:49.960Z] ------------------- [2021-04-28T07:02:49.960Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-28T07:02:49.960Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-28T07:02:49.960Z] Message: update stable to v1.0.186 [2021-04-28T07:02:50.906Z] ------------------- [2021-04-28T07:02:50.906Z] experimental info: [2021-04-28T07:02:50.906Z] ------------------- [2021-04-28T07:02:50.906Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-28T07:02:50.906Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-28T07:02:50.906Z] Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-28T07:02:51.144Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-28T07:02:51.204Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-28T07:02:51.264Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-28T07:02:51.331Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-28T07:02:51.390Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-28T07:02:51.455Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-28T07:02:51.528Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-28T07:02:51.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-28T07:02:51.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-28T07:02:51.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-28T07:02:51.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-28T07:02:51.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-28T07:02:51.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-28T07:02:51.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-28T07:02:52.025Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T07:02:52.086Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T07:02:52.148Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-28T07:02:52.221Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-28T07:02:52.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-28T07:02:52.337Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-28T07:02:52.393Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-28T07:02:52.456Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-28T07:02:52.519Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-28T07:02:52.579Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-28T07:02:52.644Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-28T07:02:52.710Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-28T07:02:52.770Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-344 [Pipeline] echo [2021-04-28T07:02:52.832Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-344 [Pipeline] echo [2021-04-28T07:02:52.888Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-344 [Pipeline] echo [2021-04-28T07:02:52.948Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [Pipeline] echo [2021-04-28T07:02:53.009Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 76f5f3c [Pipeline] echo [2021-04-28T07:02:53.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T07:02:53.224Z] provisioning config files... [2021-04-28T07:02:53.269Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/config5907726367806265426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:02:53.649Z] ---> docker-login.sh [2021-04-28T07:02:53.649Z] nexus3.edgexfoundry.org:10001 [2021-04-28T07:02:53.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:02:54.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:02:54.174Z] Configure a credential helper to remove this warning. See [2021-04-28T07:02:54.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:02:54.174Z] [2021-04-28T07:02:54.174Z] Login Succeeded [2021-04-28T07:02:54.174Z] nexus3.edgexfoundry.org:10002 [2021-04-28T07:02:54.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:02:54.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:02:54.174Z] Configure a credential helper to remove this warning. See [2021-04-28T07:02:54.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:02:54.174Z] [2021-04-28T07:02:54.174Z] Login Succeeded [2021-04-28T07:02:54.438Z] nexus3.edgexfoundry.org:10003 [2021-04-28T07:02:54.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:02:54.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:02:54.438Z] Configure a credential helper to remove this warning. See [2021-04-28T07:02:54.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:02:54.438Z] [2021-04-28T07:02:54.438Z] Login Succeeded [2021-04-28T07:02:54.438Z] nexus3.edgexfoundry.org:10004 [2021-04-28T07:02:54.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:02:54.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:02:54.701Z] Configure a credential helper to remove this warning. See [2021-04-28T07:02:54.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:02:54.701Z] [2021-04-28T07:02:54.701Z] Login Succeeded [2021-04-28T07:02:54.701Z] docker.io [2021-04-28T07:02:54.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:02:54.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:02:54.962Z] Configure a credential helper to remove this warning. See [2021-04-28T07:02:54.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:02:54.962Z] [2021-04-28T07:02:54.962Z] Login Succeeded [2021-04-28T07:02:54.962Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T07:02:54.988Z] 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-28T07:02:55.709Z] + git log --format=format:%s -1 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [Pipeline] echo [2021-04-28T07:02:55.803Z] GIT_COMMIT: 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-04-28T07:02:55.848Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:02:56.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T07:02:56.453Z] [2021-04-28T07:02:56.453Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:02:56.815Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T07:02:56.815Z] latest: Pulling from edgex-devops/git-semver [2021-04-28T07:02:56.815Z] 31603596830f: Pulling fs layer [2021-04-28T07:02:56.815Z] 54011a49482f: Pulling fs layer [2021-04-28T07:02:56.815Z] a6820b24f6d8: Pulling fs layer [2021-04-28T07:02:56.815Z] f581987b2513: Pulling fs layer [2021-04-28T07:02:56.815Z] f581987b2513: Waiting [2021-04-28T07:02:56.815Z] 54011a49482f: Verifying Checksum [2021-04-28T07:02:56.815Z] 54011a49482f: Download complete [2021-04-28T07:02:56.815Z] 31603596830f: Verifying Checksum [2021-04-28T07:02:56.815Z] 31603596830f: Download complete [2021-04-28T07:02:57.078Z] f581987b2513: Verifying Checksum [2021-04-28T07:02:57.078Z] f581987b2513: Download complete [2021-04-28T07:02:57.078Z] a6820b24f6d8: Download complete [2021-04-28T07:02:57.340Z] 31603596830f: Pull complete [2021-04-28T07:02:57.340Z] 54011a49482f: Pull complete [2021-04-28T07:02:58.298Z] a6820b24f6d8: Pull complete [2021-04-28T07:02:58.298Z] f581987b2513: Pull complete [2021-04-28T07:02:58.298Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-28T07:02:58.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T07:02:58.560Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-28T07:02:58.685Z] prd-centos7-docker-4c-2g-2173 does not seem to be running inside a container [2021-04-28T07:02:58.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-344 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344:/w/workspace/edgexfoundry_edgex-ui-go_PR-344:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@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-28T07:03:01.163Z] $ docker top 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-28T07:03:01.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T07:03:01.396Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T07:03:01.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T07:03:01.610Z] $ docker exec 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 ssh-agent [2021-04-28T07:03:01.773Z] SSH_AUTH_SOCK=/tmp/ssh-rSxVTMjjrBPi/agent.12 [2021-04-28T07:03:01.773Z] SSH_AGENT_PID=17 [2021-04-28T07:03:01.785Z] Running ssh-add (command line suppressed) [2021-04-28T07:03:01.916Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/private_key_7719911074560331768.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/private_key_7719911074560331768.key) [2021-04-28T07:03:01.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T07:03:02.328Z] + git tag --points-at HEAD [Pipeline] } [2021-04-28T07:03:02.354Z] $ docker exec --env ******** --env ******** 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 ssh-agent -k [2021-04-28T07:03:02.468Z] unset SSH_AUTH_SOCK; [2021-04-28T07:03:02.469Z] unset SSH_AGENT_PID; [2021-04-28T07:03:02.469Z] echo Agent pid 17 killed; [2021-04-28T07:03:02.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-28T07:03:02.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T07:03:02.690Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T07:03:02.849Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T07:03:02.852Z] $ docker exec 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 ssh-agent [2021-04-28T07:03:03.017Z] SSH_AUTH_SOCK=/tmp/ssh-QmcVyFBaPHrB/agent.47 [2021-04-28T07:03:03.017Z] SSH_AGENT_PID=52 [2021-04-28T07:03:03.023Z] Running ssh-add (command line suppressed) [2021-04-28T07:03:03.137Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/private_key_1694304843241465389.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/private_key_1694304843241465389.key) [2021-04-28T07:03:03.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T07:03:03.548Z] + git semver init [2021-04-28T07:03:03.548Z] # -> Open(): unable to determine branch for HEAD [2021-04-28T07:03:03.548Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-344/.git [2021-04-28T07:03:03.548Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-344 [2021-04-28T07:03:03.548Z] # $SEMVER_REMOTE_NAME = origin [2021-04-28T07:03:03.548Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-28T07:03:03.548Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-28T07:03:03.548Z] # $SEMVER_BRANCH = PR-344 [2021-04-28T07:03:03.810Z] # $SEMVER_TEMP = /tmp/semver-040705276 [2021-04-28T07:03:03.810Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-28T07:03:06.363Z] # '/tmp/semver-040705276' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-344/.semver' [2021-04-28T07:03:06.363Z] # -> Force: false [2021-04-28T07:03:06.363Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-344/.semver [Pipeline] } [2021-04-28T07:03:06.385Z] $ docker exec --env ******** --env ******** 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 ssh-agent -k [2021-04-28T07:03:06.496Z] unset SSH_AUTH_SOCK; [2021-04-28T07:03:06.497Z] unset SSH_AGENT_PID; [2021-04-28T07:03:06.497Z] echo Agent pid 52 killed; [2021-04-28T07:03:06.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T07:03:07.002Z] + git semver [Pipeline] } [2021-04-28T07:03:07.038Z] $ docker stop --time=1 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 [2021-04-28T07:03:08.471Z] $ docker rm -f 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T07:03:08.918Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-28T07:03:09.353Z] Stashed 1 file(s) [Pipeline] echo [2021-04-28T07:03:09.376Z] [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-28T07:03:24.874Z] Still waiting to schedule task [2021-04-28T07:03:24.874Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-28T07:03:24.918Z] Still waiting to schedule task [2021-04-28T07:03:24.918Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2172’ [2021-04-28T07:06:08.676Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2176 in /w/workspace/edgexfoundry_edgex-ui-go_PR-344 [Pipeline] { [Pipeline] ws [2021-04-28T07:06:08.745Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-04-28T07:06:14.057Z] using credential edgex-jenkins-ssh [2021-04-28T07:06:14.088Z] Cloning the remote Git repository [2021-04-28T07:06:14.160Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-28T07:06:14.260Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-04-28T07:06:14.335Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-28T07:06:14.336Z] > git --version # timeout=10 [2021-04-28T07:06:14.356Z] > git --version # 'git version 2.17.1' [2021-04-28T07:06:14.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T07:06:14.432Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T07:06:17.161Z] Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [2021-04-28T07:06:17.777Z] Merge succeeded, producing 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [2021-04-28T07:06:17.777Z] Checking out Revision 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a (PR-344) [2021-04-28T07:06:16.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-28T07:06:16.562Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T07:06:16.586Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-28T07:06:16.617Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-28T07:06:16.618Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T07:06:16.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/344/head:refs/remotes/origin/PR-344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T07:06:17.177Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T07:06:17.193Z] > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 [2021-04-28T07:06:17.700Z] > git remote # timeout=10 [2021-04-28T07:06:17.718Z] > git config --get remote.origin.url # timeout=10 [2021-04-28T07:06:17.729Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T07:06:17.739Z] > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 [2021-04-28T07:06:17.760Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-28T07:06:17.782Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T07:06:17.790Z] > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 [2021-04-28T07:06:22.685Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-28T07:06:22.734Z] > git --version # timeout=10 [2021-04-28T07:06:22.746Z] > git --version # 'git version 2.17.1' [2021-04-28T07:06:22.763Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-28T07:06:24.636Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-28T07:06:25.047Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T07:06:25.406Z] + sudo service docker restart [2021-04-28T07:06:25.406Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T07:06:28.161Z] provisioning config files... [2021-04-28T07:06:28.208Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1552877479395746948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:06:28.652Z] ---> docker-login.sh [2021-04-28T07:06:28.652Z] nexus3.edgexfoundry.org:10001 [2021-04-28T07:06:29.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:06:29.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:06:29.853Z] Configure a credential helper to remove this warning. See [2021-04-28T07:06:29.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:06:29.853Z] [2021-04-28T07:06:29.853Z] Login Succeeded [2021-04-28T07:06:29.853Z] nexus3.edgexfoundry.org:10002 [2021-04-28T07:06:30.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:06:30.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:06:30.402Z] Configure a credential helper to remove this warning. See [2021-04-28T07:06:30.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:06:30.402Z] [2021-04-28T07:06:30.402Z] Login Succeeded [2021-04-28T07:06:30.402Z] nexus3.edgexfoundry.org:10003 [2021-04-28T07:06:31.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:06:31.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:06:31.015Z] Configure a credential helper to remove this warning. See [2021-04-28T07:06:31.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:06:31.015Z] [2021-04-28T07:06:31.015Z] Login Succeeded [2021-04-28T07:06:31.015Z] nexus3.edgexfoundry.org:10004 [2021-04-28T07:06:31.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:06:31.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:06:31.573Z] Configure a credential helper to remove this warning. See [2021-04-28T07:06:31.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:06:31.573Z] [2021-04-28T07:06:31.573Z] Login Succeeded [2021-04-28T07:06:31.573Z] docker.io [2021-04-28T07:06:31.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:06:32.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:06:32.122Z] Configure a credential helper to remove this warning. See [2021-04-28T07:06:32.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:06:32.122Z] [2021-04-28T07:06:32.122Z] Login Succeeded [2021-04-28T07:06:32.122Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T07:06:32.150Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-28T07:06:32.562Z] ========================================================= [2021-04-28T07:06:32.562Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-28T07:06:32.562Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:06:32.941Z] + 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-28T07:06:33.936Z] Sending build context to Docker daemon 34.83MB [2021-04-28T07:06:33.936Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T07:06:33.936Z] Step 2/8 : FROM ${BASE} [2021-04-28T07:06:33.936Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-28T07:06:33.936Z] 5f621e34cdf4: Pulling fs layer [2021-04-28T07:06:33.936Z] a4357932f1b6: Pulling fs layer [2021-04-28T07:06:33.936Z] 18c013af1878: Pulling fs layer [2021-04-28T07:06:33.936Z] 00ac8860ef70: Pulling fs layer [2021-04-28T07:06:33.936Z] 63d7cb157983: Pulling fs layer [2021-04-28T07:06:33.936Z] b116817d02f9: Pulling fs layer [2021-04-28T07:06:33.936Z] 745a02a5169b: Pulling fs layer [2021-04-28T07:06:33.936Z] 63d7cb157983: Waiting [2021-04-28T07:06:33.936Z] b116817d02f9: Waiting [2021-04-28T07:06:33.936Z] 00ac8860ef70: Waiting [2021-04-28T07:06:33.936Z] 745a02a5169b: Waiting [2021-04-28T07:06:33.936Z] 18c013af1878: Verifying Checksum [2021-04-28T07:06:33.936Z] 18c013af1878: Download complete [2021-04-28T07:06:33.936Z] a4357932f1b6: Download complete [2021-04-28T07:06:33.936Z] 63d7cb157983: Verifying Checksum [2021-04-28T07:06:33.936Z] 63d7cb157983: Download complete [2021-04-28T07:06:34.211Z] b116817d02f9: Verifying Checksum [2021-04-28T07:06:34.211Z] b116817d02f9: Download complete [2021-04-28T07:06:34.211Z] 5f621e34cdf4: Verifying Checksum [2021-04-28T07:06:34.211Z] 5f621e34cdf4: Download complete [2021-04-28T07:06:34.811Z] 5f621e34cdf4: Pull complete [2021-04-28T07:06:35.414Z] a4357932f1b6: Pull complete [2021-04-28T07:06:35.692Z] 18c013af1878: Pull complete [2021-04-28T07:06:37.133Z] 745a02a5169b: Verifying Checksum [2021-04-28T07:06:37.133Z] 745a02a5169b: Download complete [2021-04-28T07:06:37.737Z] 00ac8860ef70: Download complete [2021-04-28T07:06:47.923Z] 00ac8860ef70: Pull complete [2021-04-28T07:06:48.516Z] 63d7cb157983: Pull complete [2021-04-28T07:06:48.789Z] b116817d02f9: Pull complete [2021-04-28T07:06:52.179Z] 745a02a5169b: Pull complete [2021-04-28T07:06:52.455Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-28T07:06:52.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-28T07:06:52.455Z] ---> b7e6874047d6 [2021-04-28T07:06:52.455Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-28T07:06:55.862Z] ---> Running in 09866b8b9d56 [2021-04-28T07:06:55.862Z] Removing intermediate container 09866b8b9d56 [2021-04-28T07:06:55.862Z] ---> 313d524c33a0 [2021-04-28T07:06:55.862Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T07:06:55.862Z] ---> Running in aa5aa53fabd4 [2021-04-28T07:06:58.527Z] Removing intermediate container aa5aa53fabd4 [2021-04-28T07:06:58.527Z] ---> 8e54bbc0bae3 [2021-04-28T07:06:58.527Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-28T07:06:58.527Z] ---> Running in 12b972d06124 [2021-04-28T07:06:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T07:07:00.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T07:07:01.077Z] OK: 142 MiB in 39 packages [2021-04-28T07:07:02.521Z] Removing intermediate container 12b972d06124 [2021-04-28T07:07:02.521Z] ---> 61ae89e0333a [2021-04-28T07:07:02.521Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-28T07:07:02.521Z] ---> Running in 95d291501f54 [2021-04-28T07:07:02.795Z] Removing intermediate container 95d291501f54 [2021-04-28T07:07:02.795Z] ---> 8512d8d59f3a [2021-04-28T07:07:02.795Z] Step 7/8 : COPY . . [2021-04-28T07:07:04.732Z] Running on prd-centos7-docker-4c-2g-2177 in /w/workspace/edgexfoundry_edgex-ui-go_PR-344 [Pipeline] { [Pipeline] ws [2021-04-28T07:07:04.788Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-04-28T07:07:06.207Z] ---> 6a182fefe01a [2021-04-28T07:07:06.207Z] Step 8/8 : RUN go mod download [2021-04-28T07:07:06.207Z] ---> Running in 3456259ad207 [2021-04-28T07:07:07.585Z] using credential edgex-jenkins-ssh [2021-04-28T07:07:07.602Z] Cloning the remote Git repository [2021-04-28T07:07:07.405Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-28T07:07:07.481Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-04-28T07:07:07.567Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-28T07:07:07.567Z] > git --version # timeout=10 [2021-04-28T07:07:07.584Z] > git --version # 'git version 2.24.3' [2021-04-28T07:07:07.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T07:07:07.641Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T07:07:09.986Z] Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [2021-04-28T07:07:10.306Z] Merge succeeded, producing 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [2021-04-28T07:07:10.307Z] Checking out Revision 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a (PR-344) [2021-04-28T07:07:09.500Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-28T07:07:09.506Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T07:07:09.525Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-28T07:07:09.538Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-28T07:07:09.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T07:07:09.544Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/344/head:refs/remotes/origin/PR-344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T07:07:09.969Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T07:07:09.978Z] > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 [2021-04-28T07:07:10.267Z] > git remote # timeout=10 [2021-04-28T07:07:10.275Z] > git config --get remote.origin.url # timeout=10 [2021-04-28T07:07:10.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T07:07:10.288Z] > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 [2021-04-28T07:07:10.300Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-28T07:07:10.310Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T07:07:10.315Z] > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 [2021-04-28T07:07:14.153Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-28T07:07:14.179Z] > git --version # timeout=10 [2021-04-28T07:07:14.187Z] > git --version # 'git version 2.24.3' [2021-04-28T07:07:14.195Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-28T07:07:15.529Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-28T07:07:16.856Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T07:07:17.187Z] + sudo service docker restart [2021-04-28T07:07:17.187Z] + true [2021-04-28T07:07:17.187Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T07:07:19.245Z] provisioning config files... [2021-04-28T07:07:19.280Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config3114962852109712683tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:07:19.663Z] ---> docker-login.sh [2021-04-28T07:07:19.663Z] nexus3.edgexfoundry.org:10001 [2021-04-28T07:07:19.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:07:19.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:07:19.926Z] Configure a credential helper to remove this warning. See [2021-04-28T07:07:19.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:07:19.926Z] [2021-04-28T07:07:19.926Z] Login Succeeded [2021-04-28T07:07:19.926Z] nexus3.edgexfoundry.org:10002 [2021-04-28T07:07:20.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:07:20.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:07:20.190Z] Configure a credential helper to remove this warning. See [2021-04-28T07:07:20.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:07:20.190Z] [2021-04-28T07:07:20.190Z] Login Succeeded [2021-04-28T07:07:20.190Z] nexus3.edgexfoundry.org:10003 [2021-04-28T07:07:20.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:07:20.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:07:20.451Z] Configure a credential helper to remove this warning. See [2021-04-28T07:07:20.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:07:20.451Z] [2021-04-28T07:07:20.451Z] Login Succeeded [2021-04-28T07:07:20.451Z] nexus3.edgexfoundry.org:10004 [2021-04-28T07:07:20.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:07:20.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:07:20.451Z] Configure a credential helper to remove this warning. See [2021-04-28T07:07:20.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:07:20.451Z] [2021-04-28T07:07:20.451Z] Login Succeeded [2021-04-28T07:07:20.451Z] docker.io [2021-04-28T07:07:20.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T07:07:20.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T07:07:20.975Z] Configure a credential helper to remove this warning. See [2021-04-28T07:07:20.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T07:07:20.975Z] [2021-04-28T07:07:20.975Z] Login Succeeded [2021-04-28T07:07:20.975Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T07:07:21.003Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-28T07:07:21.310Z] ========================================================= [2021-04-28T07:07:21.310Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-28T07:07:21.310Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:07:21.655Z] + 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-28T07:07:22.236Z] Sending build context to Docker daemon 34.83MB [2021-04-28T07:07:22.236Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T07:07:22.236Z] Step 2/8 : FROM ${BASE} [2021-04-28T07:07:22.236Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-28T07:07:22.236Z] 188c0c94c7c5: Pulling fs layer [2021-04-28T07:07:22.236Z] 0ef7d3d256c8: Pulling fs layer [2021-04-28T07:07:22.236Z] de9db76c5a1d: Pulling fs layer [2021-04-28T07:07:22.236Z] bca2f99d35d6: Pulling fs layer [2021-04-28T07:07:22.236Z] 93359f2a8cfa: Pulling fs layer [2021-04-28T07:07:22.236Z] 7c6f9722023f: Pulling fs layer [2021-04-28T07:07:22.236Z] a35cf1a2eb13: Pulling fs layer [2021-04-28T07:07:22.236Z] 93359f2a8cfa: Waiting [2021-04-28T07:07:22.236Z] 7c6f9722023f: Waiting [2021-04-28T07:07:22.236Z] a35cf1a2eb13: Waiting [2021-04-28T07:07:22.236Z] bca2f99d35d6: Waiting [2021-04-28T07:07:22.236Z] de9db76c5a1d: Verifying Checksum [2021-04-28T07:07:22.236Z] de9db76c5a1d: Download complete [2021-04-28T07:07:22.236Z] 0ef7d3d256c8: Download complete [2021-04-28T07:07:22.236Z] 93359f2a8cfa: Verifying Checksum [2021-04-28T07:07:22.236Z] 93359f2a8cfa: Download complete [2021-04-28T07:07:22.236Z] 188c0c94c7c5: Download complete [2021-04-28T07:07:22.236Z] 7c6f9722023f: Verifying Checksum [2021-04-28T07:07:22.236Z] 7c6f9722023f: Download complete [2021-04-28T07:07:22.818Z] 188c0c94c7c5: Pull complete [2021-04-28T07:07:22.818Z] 0ef7d3d256c8: Pull complete [2021-04-28T07:07:23.080Z] de9db76c5a1d: Pull complete [2021-04-28T07:07:24.031Z] a35cf1a2eb13: Verifying Checksum [2021-04-28T07:07:24.031Z] a35cf1a2eb13: Download complete [2021-04-28T07:07:24.613Z] bca2f99d35d6: Verifying Checksum [2021-04-28T07:07:24.613Z] bca2f99d35d6: Download complete [2021-04-28T07:07:29.934Z] bca2f99d35d6: Pull complete [2021-04-28T07:07:29.934Z] 93359f2a8cfa: Pull complete [2021-04-28T07:07:29.934Z] 7c6f9722023f: Pull complete [2021-04-28T07:07:38.141Z] a35cf1a2eb13: Pull complete [2021-04-28T07:07:38.141Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-28T07:07:38.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-28T07:07:38.141Z] ---> a62c8e92a672 [2021-04-28T07:07:38.141Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-28T07:07:38.141Z] ---> Running in 7cfc869b7fae [2021-04-28T07:07:38.418Z] Removing intermediate container 7cfc869b7fae [2021-04-28T07:07:38.418Z] ---> 668b65433319 [2021-04-28T07:07:38.418Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T07:07:38.418Z] ---> Running in ad9794ea3d10 [2021-04-28T07:07:38.767Z] Removing intermediate container 3456259ad207 [2021-04-28T07:07:38.767Z] ---> b4936e78a804 [2021-04-28T07:07:38.767Z] Successfully built b4936e78a804 [2021-04-28T07:07:38.767Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:07:39.147Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T07:07:39.147Z] . [Pipeline] withDockerContainer [2021-04-28T07:07:39.371Z] Removing intermediate container ad9794ea3d10 [2021-04-28T07:07:39.371Z] ---> 3f4e8a6ee4c6 [2021-04-28T07:07:39.371Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-28T07:07:39.437Z] prd-ubuntu18.04-docker-arm64-4c-16g-2176 does not seem to be running inside a container [2021-04-28T07:07:39.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-28T07:07:39.638Z] ---> Running in a189f16dfbd3 [2021-04-28T07:07:39.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T07:07:40.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T07:07:41.014Z] $ docker top 0154e8ecb2377597e10fee2033854bba8e1b4ddbac9239968df3fead92bb2e24 -eo pid,comm [2021-04-28T07:07:41.064Z] OK: 166 MiB in 39 packages [2021-04-28T07:07:41.325Z] Removing intermediate container a189f16dfbd3 [2021-04-28T07:07:41.325Z] ---> e10e8f570925 [2021-04-28T07:07:41.325Z] Step 6/8 : WORKDIR /edgex-ui-go [Pipeline] { [Pipeline] sh [2021-04-28T07:07:41.589Z] ---> Running in afc7ddff53dc [2021-04-28T07:07:41.589Z] Removing intermediate container afc7ddff53dc [2021-04-28T07:07:41.589Z] ---> 6e02e38872f8 [2021-04-28T07:07:41.589Z] Step 7/8 : COPY . . [2021-04-28T07:07:42.104Z] + go version [2021-04-28T07:07:42.104Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-28T07:07:42.136Z] $ docker stop --time=1 0154e8ecb2377597e10fee2033854bba8e1b4ddbac9239968df3fead92bb2e24 [2021-04-28T07:07:44.044Z] $ docker rm -f 0154e8ecb2377597e10fee2033854bba8e1b4ddbac9239968df3fead92bb2e24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:07:44.917Z] ---> e649e1c72d1a [2021-04-28T07:07:44.917Z] Step 8/8 : RUN go mod download [2021-04-28T07:07:44.917Z] ---> Running in e6c76b47f1de [2021-04-28T07:07:45.019Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T07:07:45.019Z] . [Pipeline] withDockerContainer [2021-04-28T07:07:45.288Z] prd-ubuntu18.04-docker-arm64-4c-16g-2176 does not seem to be running inside a container [2021-04-28T07:07:45.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-28T07:07:46.881Z] $ docker top 3b62db1f0251ec78e8a629bb7d7e58c220bcf87475e587640c13c89b0ba95a73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T07:07:47.907Z] + make test [2021-04-28T07:07:47.908Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-28T07:07:49.354Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-28T07:08:11.564Z] Removing intermediate container e6c76b47f1de [2021-04-28T07:08:11.564Z] ---> 57e9c40681f6 [2021-04-28T07:08:11.564Z] Successfully built 57e9c40681f6 [2021-04-28T07:08:11.564Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:08:11.914Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T07:08:11.914Z] . [Pipeline] withDockerContainer [2021-04-28T07:08:12.048Z] prd-centos7-docker-4c-2g-2177 does not seem to be running inside a container [2021-04-28T07:08:12.094Z] $ 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-28T07:08:12.930Z] $ docker top 1275c55d0b2706e02a0bef08b3d3a488ddbdf4816891ea73255262bba5358fc2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T07:08:13.401Z] + go version [2021-04-28T07:08:13.401Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-28T07:08:13.433Z] $ docker stop --time=1 1275c55d0b2706e02a0bef08b3d3a488ddbdf4816891ea73255262bba5358fc2 [2021-04-28T07:08:14.780Z] $ docker rm -f 1275c55d0b2706e02a0bef08b3d3a488ddbdf4816891ea73255262bba5358fc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:08:15.540Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T07:08:15.540Z] . [Pipeline] withDockerContainer [2021-04-28T07:08:15.662Z] prd-centos7-docker-4c-2g-2177 does not seem to be running inside a container [2021-04-28T07:08:15.708Z] $ 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-28T07:08:16.363Z] $ docker top 3da6219b2cfb060f8b19d8ec8afd146a9e3dd75e42b929a51002dbc0d3d3137e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T07:08:16.819Z] + make test [2021-04-28T07:08:16.819Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-28T07:08:18.214Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-28T07:08:22.392Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-28T07:08:22.392Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-28T07:08:24.400Z] $ docker stop --time=1 3b62db1f0251ec78e8a629bb7d7e58c220bcf87475e587640c13c89b0ba95a73 [2021-04-28T07:08:26.522Z] $ docker rm -f 3b62db1f0251ec78e8a629bb7d7e58c220bcf87475e587640c13c89b0ba95a73 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T07:08:27.371Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-28T07:08:27.989Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-28T07:08:28.351Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-28T07:08:28.351Z] GO111MODULE=on go vet ./... [Pipeline] { [Pipeline] sh [2021-04-28T07:08:29.338Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-28T07:08:29.691Z] + ls -al . [2021-04-28T07:08:29.691Z] total 124 [2021-04-28T07:08:29.691Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 28 07:07 . [2021-04-28T07:08:29.691Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 07:06 .. [2021-04-28T07:08:29.691Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 07:06 .git [2021-04-28T07:08:29.691Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 07:06 .github [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 28 07:06 .gitignore [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 28 07:06 CONTRIBUTING.md [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 28 07:06 Dockerfile [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 28 07:06 Dockerfile.build [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 28 07:06 Jenkinsfile [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 28 07:06 LICENSE [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 28 07:06 Makefile [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 6012 Apr 28 07:06 README.md [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 28 07:03 VERSION [2021-04-28T07:08:29.691Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 07:06 assets [2021-04-28T07:08:29.691Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 07:06 bin [2021-04-28T07:08:29.691Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 07:06 cmd [2021-04-28T07:08:29.691Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 28 07:07 coverage.out [2021-04-28T07:08:29.691Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 28 07:06 docs [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 28 07:06 go.mod [2021-04-28T07:08:29.691Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 28 07:07 go.sum [2021-04-28T07:08:29.691Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 28 07:06 internal [2021-04-28T07:08:29.691Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 28 07:06 version.go [2021-04-28T07:08:29.691Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 07:06 web [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:08:30.062Z] + 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=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a --label arch=arm64 --label version=0.0.0 . [Pipeline] } [2021-04-28T07:08:30.332Z] $ docker stop --time=1 3da6219b2cfb060f8b19d8ec8afd146a9e3dd75e42b929a51002dbc0d3d3137e [2021-04-28T07:08:31.042Z] Sending build context to Docker daemon 34.85MB [2021-04-28T07:08:31.043Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T07:08:31.043Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-28T07:08:31.043Z] ---> b4936e78a804 [2021-04-28T07:08:31.043Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-28T07:08:31.642Z] ---> Running in be383fd8a4ee [2021-04-28T07:08:31.917Z] Removing intermediate container be383fd8a4ee [2021-04-28T07:08:31.917Z] ---> bb0310267a90 [2021-04-28T07:08:31.917Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-28T07:08:31.917Z] ---> Running in 0188b5d6da62 [2021-04-28T07:08:32.530Z] Removing intermediate container 0188b5d6da62 [2021-04-28T07:08:32.530Z] ---> 37c435cf0e5b [2021-04-28T07:08:32.530Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-28T07:08:32.530Z] ---> Running in f4129b06051d [2021-04-28T07:08:32.541Z] $ docker rm -f 3da6219b2cfb060f8b19d8ec8afd146a9e3dd75e42b929a51002dbc0d3d3137e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T07:08:33.127Z] Removing intermediate container f4129b06051d [2021-04-28T07:08:33.127Z] ---> a4a87e9ca1df [2021-04-28T07:08:33.127Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-28T07:08:33.127Z] ---> Running in e420e1e1a5ff [2021-04-28T07:08:33.210Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-28T07:08:33.255Z] Warning: overwriting stash ‘coverage-report’ [2021-04-28T07:08:33.704Z] Stashed 1 file(s) [Pipeline] } [2021-04-28T07:08:33.726Z] Removing intermediate container e420e1e1a5ff [2021-04-28T07:08:33.726Z] ---> 31b5610263d1 [2021-04-28T07:08:33.726Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-28T07:08:33.726Z] ---> Running in 9e5ae89ee9fe [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-28T07:08:34.000Z] Removing intermediate container 9e5ae89ee9fe [2021-04-28T07:08:34.000Z] ---> 468fa97ecd09 [2021-04-28T07:08:34.000Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T07:08:34.274Z] ---> Running in 7796f30399ad [2021-04-28T07:08:34.292Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-28T07:08:34.620Z] + ls -al . [2021-04-28T07:08:34.620Z] total 92 [2021-04-28T07:08:34.620Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 28 07:08 . [2021-04-28T07:08:34.620Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 28 07:07 .. [2021-04-28T07:08:34.620Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 28 07:07 assets [2021-04-28T07:08:34.620Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 28 07:07 bin [2021-04-28T07:08:34.620Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 28 07:07 cmd [2021-04-28T07:08:34.620Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 28 07:07 CONTRIBUTING.md [2021-04-28T07:08:34.620Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 28 07:08 coverage.out [2021-04-28T07:08:34.620Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 28 07:07 Dockerfile [2021-04-28T07:08:34.620Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 28 07:07 Dockerfile.build [2021-04-28T07:08:34.620Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 28 07:07 docs [2021-04-28T07:08:34.620Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 28 07:07 .git [2021-04-28T07:08:34.620Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 28 07:07 .github [2021-04-28T07:08:34.620Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 28 07:07 .gitignore [2021-04-28T07:08:34.620Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 28 07:07 go.mod [2021-04-28T07:08:34.620Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 28 07:08 go.sum [2021-04-28T07:08:34.620Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 28 07:07 internal [2021-04-28T07:08:34.620Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 28 07:07 Jenkinsfile [2021-04-28T07:08:34.620Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 28 07:07 LICENSE [2021-04-28T07:08:34.620Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 28 07:07 Makefile [2021-04-28T07:08:34.620Z] -rw-rw-r--. 1 jenkins jenkins 6012 Apr 28 07:07 README.md [2021-04-28T07:08:34.621Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 28 07:03 VERSION [2021-04-28T07:08:34.621Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 28 07:07 version.go [2021-04-28T07:08:34.621Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 28 07:07 web [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:08:34.966Z] + 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=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a --label arch=amd64 --label version=0.0.0 . [2021-04-28T07:08:35.543Z] Sending build context to Docker daemon 34.85MB [2021-04-28T07:08:35.543Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T07:08:35.543Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-28T07:08:35.543Z] ---> 57e9c40681f6 [2021-04-28T07:08:35.543Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-28T07:08:36.123Z] ---> Running in b12fe78d08df [2021-04-28T07:08:36.245Z] Removing intermediate container 7796f30399ad [2021-04-28T07:08:36.245Z] ---> 7b325b353cdf [2021-04-28T07:08:36.245Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-28T07:08:36.387Z] Removing intermediate container b12fe78d08df [2021-04-28T07:08:36.387Z] ---> f0e745e39acd [2021-04-28T07:08:36.387Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-28T07:08:36.387Z] ---> Running in 66a3caa3d269 [2021-04-28T07:08:36.518Z] ---> Running in e1014ed4ca5e [2021-04-28T07:08:36.657Z] Removing intermediate container 66a3caa3d269 [2021-04-28T07:08:36.657Z] ---> e8c7341205ec [2021-04-28T07:08:36.657Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-28T07:08:36.657Z] ---> Running in 629474ca41c6 [2021-04-28T07:08:36.920Z] Removing intermediate container 629474ca41c6 [2021-04-28T07:08:36.920Z] ---> 5120cab88d88 [2021-04-28T07:08:36.920Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-28T07:08:36.920Z] ---> Running in 3789d9d47f43 [2021-04-28T07:08:36.920Z] Removing intermediate container 3789d9d47f43 [2021-04-28T07:08:36.920Z] ---> 5e3f3b7b1c49 [2021-04-28T07:08:36.920Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-28T07:08:37.183Z] ---> Running in 06bf7b4cf3f4 [2021-04-28T07:08:37.183Z] Removing intermediate container 06bf7b4cf3f4 [2021-04-28T07:08:37.183Z] ---> 04c9e45d7154 [2021-04-28T07:08:37.183Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T07:08:37.183Z] ---> Running in c96b0ee9da53 [2021-04-28T07:08:37.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T07:08:38.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T07:08:38.137Z] Removing intermediate container c96b0ee9da53 [2021-04-28T07:08:38.137Z] ---> 5de531dac699 [2021-04-28T07:08:38.137Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-28T07:08:38.137Z] ---> Running in 33e477635908 [2021-04-28T07:08:38.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T07:08:39.091Z] OK: 142 MiB in 39 packages [2021-04-28T07:08:39.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T07:08:40.069Z] Removing intermediate container e1014ed4ca5e [2021-04-28T07:08:40.069Z] ---> 620a30ed2938 [2021-04-28T07:08:40.069Z] Step 10/24 : ENV GO111MODULE=on [2021-04-28T07:08:40.069Z] ---> Running in 14769ab47fc0 [2021-04-28T07:08:40.676Z] Removing intermediate container 14769ab47fc0 [2021-04-28T07:08:40.676Z] ---> 035104b5f0c2 [2021-04-28T07:08:40.676Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-28T07:08:40.676Z] ---> Running in 8c0749489fc0 [2021-04-28T07:08:41.273Z] Removing intermediate container 8c0749489fc0 [2021-04-28T07:08:41.273Z] ---> 0b5df1fde3d9 [2021-04-28T07:08:41.273Z] Step 12/24 : COPY go.mod . [2021-04-28T07:08:41.586Z] OK: 166 MiB in 39 packages [2021-04-28T07:08:41.586Z] Removing intermediate container 33e477635908 [2021-04-28T07:08:41.586Z] ---> 7bbcf3b58f91 [2021-04-28T07:08:41.586Z] Step 10/24 : ENV GO111MODULE=on [2021-04-28T07:08:41.586Z] ---> Running in cb84ab0aa0f7 [2021-04-28T07:08:41.849Z] Removing intermediate container cb84ab0aa0f7 [2021-04-28T07:08:41.849Z] ---> be2255c99115 [2021-04-28T07:08:41.849Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-28T07:08:41.849Z] ---> Running in 6bb565f34e53 [2021-04-28T07:08:41.867Z] ---> a375b4ae80db [2021-04-28T07:08:41.867Z] Step 13/24 : COPY Makefile . [2021-04-28T07:08:42.112Z] Removing intermediate container 6bb565f34e53 [2021-04-28T07:08:42.112Z] ---> 306ce1b9d523 [2021-04-28T07:08:42.112Z] Step 12/24 : COPY go.mod . [2021-04-28T07:08:42.378Z] ---> fb043ca56861 [2021-04-28T07:08:42.378Z] Step 13/24 : COPY Makefile . [2021-04-28T07:08:42.461Z] ---> c5fc25ce6927 [2021-04-28T07:08:42.461Z] Step 14/24 : RUN make update [2021-04-28T07:08:42.640Z] ---> 57399c31c9b0 [2021-04-28T07:08:42.640Z] Step 14/24 : RUN make update [2021-04-28T07:08:42.640Z] ---> Running in 7b8b4e51cdd7 [2021-04-28T07:08:42.735Z] ---> Running in 0b2ae651fef2 [2021-04-28T07:08:43.226Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-28T07:08:43.716Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-28T07:08:43.802Z] Removing intermediate container 7b8b4e51cdd7 [2021-04-28T07:08:43.802Z] ---> 19bc20d9aee7 [2021-04-28T07:08:43.802Z] Step 15/24 : COPY . . [2021-04-28T07:08:45.151Z] Removing intermediate container 0b2ae651fef2 [2021-04-28T07:08:45.152Z] ---> 5442c6f21efa [2021-04-28T07:08:45.152Z] Step 15/24 : COPY . . [2021-04-28T07:08:46.371Z] ---> c679a9b3ce5a [2021-04-28T07:08:46.371Z] Step 16/24 : RUN ${MAKE} [2021-04-28T07:08:46.371Z] ---> Running in 545e3c21d7c5 [2021-04-28T07:08:46.950Z] 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-28T07:08:48.563Z] ---> 229ee27e792d [2021-04-28T07:08:48.563Z] Step 16/24 : RUN ${MAKE} [2021-04-28T07:08:48.563Z] ---> Running in 2ede81325706 [2021-04-28T07:08:49.540Z] 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-28T07:08:55.195Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-28T07:08:59.416Z] Removing intermediate container 545e3c21d7c5 [2021-04-28T07:08:59.416Z] ---> f575e2571f21 [2021-04-28T07:08:59.416Z] Step 17/24 : FROM alpine:3.12 [2021-04-28T07:08:59.678Z] 3.12: Pulling from library/alpine [2021-04-28T07:08:59.678Z] 339de151aab4: Pulling fs layer [2021-04-28T07:08:59.942Z] 339de151aab4: Verifying Checksum [2021-04-28T07:08:59.942Z] 339de151aab4: Download complete [2021-04-28T07:09:00.206Z] 339de151aab4: Pull complete [2021-04-28T07:09:00.206Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T07:09:00.206Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T07:09:00.206Z] ---> 13621d1b12d4 [2021-04-28T07:09:00.206Z] Step 18/24 : EXPOSE 4000 [2021-04-28T07:09:00.206Z] ---> Running in 4b02cbd867db [2021-04-28T07:09:00.468Z] Removing intermediate container 4b02cbd867db [2021-04-28T07:09:00.468Z] ---> 6c0f08bed706 [2021-04-28T07:09:00.468Z] 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-28T07:09:01.863Z] ---> 0279f26ae9ba [2021-04-28T07:09:01.863Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-28T07:09:01.863Z] ---> Running in f1fb34c02af6 [2021-04-28T07:09:02.141Z] Removing intermediate container f1fb34c02af6 [2021-04-28T07:09:02.141Z] ---> 742604d8b709 [2021-04-28T07:09:02.141Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-28T07:09:02.141Z] ---> Running in 472bf626a5e1 [2021-04-28T07:09:02.405Z] Removing intermediate container 472bf626a5e1 [2021-04-28T07:09:02.405Z] ---> 40bdba4598d4 [2021-04-28T07:09:02.405Z] Step 22/24 : LABEL arch=amd64 [2021-04-28T07:09:02.405Z] ---> Running in 500f200dbe4e [2021-04-28T07:09:02.668Z] Removing intermediate container 500f200dbe4e [2021-04-28T07:09:02.668Z] ---> a609f23121c4 [2021-04-28T07:09:02.668Z] Step 23/24 : LABEL git_sha=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [2021-04-28T07:09:02.668Z] ---> Running in 0a383976eef9 [2021-04-28T07:09:02.931Z] Removing intermediate container 0a383976eef9 [2021-04-28T07:09:02.931Z] ---> 56b32b6458f5 [2021-04-28T07:09:02.931Z] Step 24/24 : LABEL version=0.0.0 [2021-04-28T07:09:02.931Z] ---> Running in 0e5f476356c2 [2021-04-28T07:09:03.193Z] Removing intermediate container 0e5f476356c2 [2021-04-28T07:09:03.193Z] ---> eae8532773d7 [2021-04-28T07:09:03.193Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-28T07:09:03.193Z] Successfully built eae8532773d7 [2021-04-28T07:09:03.193Z] 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-28T07:09:04.081Z] ---> job-cost.sh [2021-04-28T07:09:04.082Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xjJc [2021-04-28T07:09:16.444Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-28T07:09:19.047Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-28T07:09:21.846Z] Removing intermediate container 2ede81325706 [2021-04-28T07:09:21.846Z] ---> 4d4c41b92355 [2021-04-28T07:09:21.846Z] Step 17/24 : FROM alpine:3.12 [2021-04-28T07:09:21.846Z] 3.12: Pulling from library/alpine [2021-04-28T07:09:21.846Z] d2f70382dc9a: Pulling fs layer [2021-04-28T07:09:22.119Z] d2f70382dc9a: Verifying Checksum [2021-04-28T07:09:22.119Z] d2f70382dc9a: Download complete [2021-04-28T07:09:22.717Z] d2f70382dc9a: Pull complete [2021-04-28T07:09:22.717Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T07:09:22.717Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T07:09:22.717Z] ---> 9852663dfa18 [2021-04-28T07:09:22.717Z] Step 18/24 : EXPOSE 4000 [2021-04-28T07:09:22.991Z] ---> Running in 723dff9a50b5 [2021-04-28T07:09:23.264Z] Removing intermediate container 723dff9a50b5 [2021-04-28T07:09:23.264Z] ---> 62e11b7e0059 [2021-04-28T07:09:23.264Z] 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-28T07:09:25.885Z] ---> 7184a1ba8512 [2021-04-28T07:09:25.885Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-28T07:09:25.885Z] ---> Running in 7c1f1b930f36 [2021-04-28T07:09:26.162Z] Removing intermediate container 7c1f1b930f36 [2021-04-28T07:09:26.162Z] ---> a44059094ddb [2021-04-28T07:09:26.162Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-28T07:09:26.162Z] ---> Running in 837e0b5ed827 [2021-04-28T07:09:26.757Z] Removing intermediate container 837e0b5ed827 [2021-04-28T07:09:26.757Z] ---> 5eeb39e7b6d0 [2021-04-28T07:09:26.757Z] Step 22/24 : LABEL arch=arm64 [2021-04-28T07:09:26.757Z] ---> Running in 97fcea2855b1 [2021-04-28T07:09:27.357Z] Removing intermediate container 97fcea2855b1 [2021-04-28T07:09:27.357Z] ---> 6a4cfd60f862 [2021-04-28T07:09:27.357Z] Step 23/24 : LABEL git_sha=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [2021-04-28T07:09:27.357Z] ---> Running in 8f2e47b13ff9 [2021-04-28T07:09:27.953Z] Removing intermediate container 8f2e47b13ff9 [2021-04-28T07:09:27.953Z] ---> cd20587d874b [2021-04-28T07:09:27.953Z] Step 24/24 : LABEL version=0.0.0 [2021-04-28T07:09:27.953Z] ---> Running in da5db06d1178 [2021-04-28T07:09:28.545Z] Removing intermediate container da5db06d1178 [2021-04-28T07:09:28.545Z] ---> 4f6d539e61b4 [2021-04-28T07:09:28.545Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-28T07:09:28.545Z] Successfully built 4f6d539e61b4 [2021-04-28T07:09:28.545Z] 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-28T07:09:29.288Z] ---> job-cost.sh [2021-04-28T07:09:29.288Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1gBY [2021-04-28T07:09:45.738Z] lf-activate-venv(): INFO: Adding /tmp/venv-xjJc/bin to PATH [2021-04-28T07:09:45.738Z] INFO: No Stack... [2021-04-28T07:09:45.738Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-28T07:09:46.003Z] INFO: Archiving Costs [Pipeline] sh [2021-04-28T07:09:46.336Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-04-28T07:09:46.337Z] + cut -d, -f6 [Pipeline] lock [2021-04-28T07:09:46.447Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] [2021-04-28T07:09:46.455Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] did not exist. Created. [2021-04-28T07:09:46.455Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-28T07:09:46.903Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-28T07:09:47.062Z] Stashed 1 file(s) [Pipeline] } [2021-04-28T07:09:47.086Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-28T07:10:08.248Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-28T07:11:30.016Z] lf-activate-venv(): INFO: Adding /tmp/venv-1gBY/bin to PATH [2021-04-28T07:11:30.016Z] INFO: No Stack... [2021-04-28T07:11:30.016Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-28T07:11:30.604Z] INFO: Archiving Costs [Pipeline] sh [2021-04-28T07:11:30.965Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-04-28T07:11:30.965Z] + cut -d, -f6 [Pipeline] lock [2021-04-28T07:11:31.141Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] [2021-04-28T07:11:31.148Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] did not exist. Created. [2021-04-28T07:11:31.148Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-28T07:11:31.593Z] /w/workspace/edgex-ui-go/1@tmp/durable-95e95554/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-95e95554/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-28T07:11:31.983Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-28T07:11:32.026Z] Warning: overwriting stash ‘stack-cost’ [2021-04-28T07:11:32.252Z] Stashed 1 file(s) [Pipeline] } [2021-04-28T07:11:32.280Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-344-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-28T07:11:33.185Z] provisioning config files... [2021-04-28T07:11:33.197Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/config2775508432483381380tmp [Pipeline] { [Pipeline] sh [2021-04-28T07:11:33.580Z] + set +x [2021-04-28T07:11:33.580Z] + curl -s https://codecov.io/bash [2021-04-28T07:11:33.580Z] + bash -s -- [2021-04-28T07:11:33.845Z] [2021-04-28T07:11:33.845Z] _____ _ [2021-04-28T07:11:33.845Z] / ____| | | [2021-04-28T07:11:33.845Z] | | ___ __| | ___ ___ _____ __ [2021-04-28T07:11:33.845Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-28T07:11:33.845Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-28T07:11:33.845Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-28T07:11:33.845Z] Bash-1.0.2 [2021-04-28T07:11:33.845Z] [2021-04-28T07:11:33.845Z] [2021-04-28T07:11:33.845Z] ==> git version 2.24.3 found [2021-04-28T07:11:33.845Z] ==> 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-28T07:11:33.845Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-28T07:11:33.845Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-28T07:11:33.845Z] ==> Jenkins CI detected. [2021-04-28T07:11:33.845Z] project root: . [2021-04-28T07:11:33.845Z] --> token set from env [2021-04-28T07:11:33.845Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-28T07:11:33.845Z] ==> Running gcov in . (disable via -X gcov) [2021-04-28T07:11:33.845Z] ==> Python coveragepy not found [2021-04-28T07:11:33.845Z] ==> Searching for coverage reports in: [2021-04-28T07:11:33.845Z] + . [2021-04-28T07:11:33.845Z] -> Found 1 reports [2021-04-28T07:11:33.845Z] ==> Detecting git/mercurial file structure [2021-04-28T07:11:33.845Z] ==> Reading reports [2021-04-28T07:11:33.845Z] + ./coverage.out bytes=10 [2021-04-28T07:11:33.845Z] ==> Appending adjustments [2021-04-28T07:11:33.845Z] https://docs.codecov.io/docs/fixing-reports [2021-04-28T07:11:34.109Z] + Found adjustments [2021-04-28T07:11:34.109Z] ==> Gzipping contents [2021-04-28T07:11:34.109Z] 4.0K /tmp/codecov.nxHSpx.gz [2021-04-28T07:11:34.109Z] ==> Uploading reports [2021-04-28T07:11:34.109Z] url: https://codecov.io [2021-04-28T07:11:34.109Z] query: branch=PR-344&commit=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-344%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=344&job=&cmd_args= [2021-04-28T07:11:34.109Z] -> Pinging Codecov [2021-04-28T07:11:34.109Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-344&commit=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-344%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=344&job=&cmd_args= [2021-04-28T07:11:34.686Z] -> Uploading to [2021-04-28T07:11:34.686Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-28/FB506323287CE973F263BFD2A0EB1F37/76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a/44050fae-7883-4fc3-8127-b3e1f8f6f1c1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T071134Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a3690bba74b6128fb6e2182d2d6dce85cb51cfd1c51f163b20611f155b07696f [2021-04-28T07:11:34.686Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-28T07:11:34.686Z] Dload Upload Total Spent Left Speed [2021-04-28T07:11:34.948Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 10234 --:--:-- --:--:-- --:--:-- 10214 [2021-04-28T07:11:34.948Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [Pipeline] } [2021-04-28T07:11:34.975Z] 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-28T07:11:36.982Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:11:37.507Z] ---> package-listing.sh [2021-04-28T07:11:37.507Z] ++ facter osfamily [2021-04-28T07:11:37.507Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-28T07:11:37.507Z] + OS_FAMILY=redhat [2021-04-28T07:11:37.507Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-344 [2021-04-28T07:11:37.507Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-28T07:11:37.507Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-28T07:11:37.507Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-28T07:11:37.507Z] + PACKAGES=/tmp/packages_start.txt [2021-04-28T07:11:37.507Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-344 ']' [2021-04-28T07:11:37.507Z] + PACKAGES=/tmp/packages_end.txt [2021-04-28T07:11:37.507Z] + case "${OS_FAMILY}" in [2021-04-28T07:11:37.507Z] + rpm -qa [2021-04-28T07:11:37.507Z] + sort [2021-04-28T07:11:42.821Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-28T07:11:42.821Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-28T07:11:42.821Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-28T07:11:42.821Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-344 ']' [2021-04-28T07:11:42.821Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-344/archives/ [2021-04-28T07:11:42.821Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-344/archives/ [Pipeline] echo [2021-04-28T07:11:42.855Z] 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-344/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-28T07:11:43.165Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:11:43.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T07:11:43.524Z] [2021-04-28T07:11:43.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-28T07:11:43.883Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T07:11:43.883Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-28T07:11:43.883Z] df20fa9351a1: Pulling fs layer [2021-04-28T07:11:43.883Z] 36b3adc4ff6f: Pulling fs layer [2021-04-28T07:11:43.883Z] 8ad3a11d3b57: Pulling fs layer [2021-04-28T07:11:43.883Z] 46f8f816bc3b: Pulling fs layer [2021-04-28T07:11:43.883Z] 93b61091891f: Pulling fs layer [2021-04-28T07:11:43.883Z] 93b9cdb0e59b: Pulling fs layer [2021-04-28T07:11:43.883Z] 5e14af77c1be: Pulling fs layer [2021-04-28T07:11:43.883Z] 01666e4c0597: Pulling fs layer [2021-04-28T07:11:43.883Z] aa168da1d23b: Pulling fs layer [2021-04-28T07:11:43.883Z] 46f8f816bc3b: Waiting [2021-04-28T07:11:43.883Z] 93b61091891f: Waiting [2021-04-28T07:11:43.883Z] 93b9cdb0e59b: Waiting [2021-04-28T07:11:43.883Z] 01666e4c0597: Waiting [2021-04-28T07:11:43.883Z] 5e14af77c1be: Waiting [2021-04-28T07:11:43.883Z] aa168da1d23b: Waiting [2021-04-28T07:11:43.883Z] 36b3adc4ff6f: Verifying Checksum [2021-04-28T07:11:43.883Z] 36b3adc4ff6f: Download complete [2021-04-28T07:11:43.883Z] 46f8f816bc3b: Verifying Checksum [2021-04-28T07:11:43.883Z] 46f8f816bc3b: Download complete [2021-04-28T07:11:43.883Z] df20fa9351a1: Verifying Checksum [2021-04-28T07:11:43.883Z] 93b9cdb0e59b: Verifying Checksum [2021-04-28T07:11:43.883Z] 93b9cdb0e59b: Download complete [2021-04-28T07:11:43.883Z] 5e14af77c1be: Verifying Checksum [2021-04-28T07:11:43.883Z] 5e14af77c1be: Download complete [2021-04-28T07:11:44.149Z] 93b61091891f: Verifying Checksum [2021-04-28T07:11:44.149Z] 93b61091891f: Download complete [2021-04-28T07:11:44.149Z] 01666e4c0597: Verifying Checksum [2021-04-28T07:11:44.149Z] 01666e4c0597: Download complete [2021-04-28T07:11:44.415Z] 8ad3a11d3b57: Verifying Checksum [2021-04-28T07:11:44.415Z] 8ad3a11d3b57: Download complete [2021-04-28T07:11:44.415Z] df20fa9351a1: Pull complete [2021-04-28T07:11:44.680Z] 36b3adc4ff6f: Pull complete [2021-04-28T07:11:46.098Z] 8ad3a11d3b57: Pull complete [2021-04-28T07:11:46.361Z] aa168da1d23b: Verifying Checksum [2021-04-28T07:11:46.361Z] aa168da1d23b: Download complete [2021-04-28T07:11:46.936Z] 46f8f816bc3b: Pull complete [2021-04-28T07:11:47.199Z] 93b61091891f: Pull complete [2021-04-28T07:11:47.462Z] 93b9cdb0e59b: Pull complete [2021-04-28T07:11:47.462Z] 5e14af77c1be: Pull complete [2021-04-28T07:11:47.725Z] 01666e4c0597: Pull complete [2021-04-28T07:11:54.352Z] aa168da1d23b: Pull complete [2021-04-28T07:11:54.352Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-28T07:11:54.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T07:11:54.352Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-28T07:11:54.553Z] prd-centos7-docker-4c-2g-2173 does not seem to be running inside a container [2021-04-28T07:11:54.603Z] $ 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-344/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-344 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344:/w/workspace/edgexfoundry_edgex-ui-go_PR-344:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@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-28T07:11:57.851Z] $ docker top 51a0d8b9697f1e59d08ceae58628d4105aed735183a25aae0a951a4004d8cf6c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T07:11:58.390Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-28T07:11:58.709Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-28T07:11:59.035Z] + ls /var/log/sa-host [2021-04-28T07:11:59.035Z] + sadf -c /var/log/sa-host/sa23 [2021-04-28T07:11:59.035Z] file_magic: OK [2021-04-28T07:11:59.035Z] HZ: Using current value: 100 [2021-04-28T07:11:59.035Z] file_header: OK [2021-04-28T07:11:59.035Z] 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-28T07:11:59.035Z] Statistics: [2021-04-28T07:11:59.035Z] Hnuu...uuuununununu... [2021-04-28T07:11:59.035Z] File successfully converted to sysstat format version 12.2.1 [2021-04-28T07:11:59.035Z] + sadf -c /var/log/sa-host/sa28 [2021-04-28T07:11:59.035Z] file_magic: OK [2021-04-28T07:11:59.035Z] HZ: Using current value: 100 [2021-04-28T07:11:59.035Z] file_header: OK [2021-04-28T07:11:59.035Z] 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-28T07:11:59.035Z] Statistics: [2021-04-28T07:11:59.035Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-28T07:11:59.035Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-28T07:11:59.280Z] provisioning config files... [2021-04-28T07:11:59.296Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/config2040697552168390327tmp [Pipeline] { [Pipeline] echo [2021-04-28T07:11:59.379Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:11:59.718Z] ---> create-netrc.sh [Pipeline] } [2021-04-28T07:11:59.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-28T07:11:59.833Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:12:00.167Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-28T07:12:00.205Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:12:00.539Z] ---> sudo-logs.sh [2021-04-28T07:12:00.539Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-28T07:12:00.626Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:12:00.966Z] ---> job-cost.sh [2021-04-28T07:12:00.966Z] lf-activate-venv: SKIPPING [2021-04-28T07:12:00.966Z] DEBUG: total: 0.20999999344348907 [2021-04-28T07:12:00.966Z] INFO: Retrieving Stack Cost... [2021-04-28T07:12:02.371Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-28T07:12:02.639Z] INFO: Archiving Costs [Pipeline] echo [2021-04-28T07:12:02.676Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T07:12:03.013Z] ---> logs-deploy.sh [2021-04-28T07:12:03.013Z] lf-activate-venv: SKIPPING [2021-04-28T07:12:03.013Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-344/1 [2021-04-28T07:12:03.013Z] INFO: archiving workspace using pattern(s): [2021-04-28T07:12:04.971Z] Archives upload complete. [2021-04-28T07:12:04.971Z] INFO: archiving logs to Nexus