Pull request #368 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7695e31755a8883e97ee16b36574480402b01fcb+142b78676ee014469d48b95d6ffc573051973437 (a47fb08448b8e74221f1c0e9905de84adab3cfe4) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5837587833772419220.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4533421926937725867.key > 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 9d0281235b943b7ad605f650702698f9078b2862 The recommended git tool is: git 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-368/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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-368/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2381436293964495933.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-368/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4160154623896945037.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3244045927260959950.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a The recommended git tool is: NONE 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-368/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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-368/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4556500140045379408.key > 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 Avoid second fetch 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 9d0281235b943b7ad605f650702698f9078b2862 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui 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 ‘prd-centos7-docker-4c-2g-309’ is offline Running on prd-centos7-docker-4c-2g-1714 in /w/workspace/edgexfoundry_edgex-ui-go_PR-368 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-368 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/jenkins-gitclient-ssh4778632411904870278.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 142b78676ee014469d48b95d6ffc573051973437 into PR head commit 7695e31755a8883e97ee16b36574480402b01fcb Merge succeeded, producing 7695e31755a8883e97ee16b36574480402b01fcb Checking out Revision 7695e31755a8883e97ee16b36574480402b01fcb (PR-368) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/jenkins-gitclient-ssh1383111720238814064.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/368/head:refs/remotes/origin/PR-368 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/jenkins-gitclient-ssh1470638536152055416.key > git merge 142b78676ee014469d48b95d6ffc573051973437 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # 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.4' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-31T07:08:56.150Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-31T07:08:56.382Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-31T07:08:56.498Z] ========================================================= [2021-05-31T07:08:56.499Z] EdgeX Global Pipelines Version Info [2021-05-31T07:08:56.499Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:08:59.999Z] ------------------- [2021-05-31T07:08:59.999Z] stable info: [2021-05-31T07:08:59.999Z] ------------------- [2021-05-31T07:08:59.999Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-31T07:08:59.999Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-31T07:08:59.999Z] Message: update stable to v1.0.192 [2021-05-31T07:09:00.574Z] ------------------- [2021-05-31T07:09:00.574Z] experimental info: [2021-05-31T07:09:00.574Z] ------------------- [2021-05-31T07:09:00.574Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-31T07:09:00.574Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-31T07:09:00.574Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-31T07:09:00.830Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-31T07:09:00.893Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-31T07:09:00.951Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-31T07:09:01.008Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-31T07:09:01.072Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-31T07:09:01.141Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-31T07:09:01.205Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-31T07:09:01.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-31T07:09:01.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-31T07:09:01.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-31T07:09:01.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-31T07:09:01.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-05-31T07:09:01.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-31T07:09:01.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-31T07:09:01.746Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-31T07:09:01.823Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-31T07:09:01.880Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-31T07:09:01.947Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-31T07:09:02.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-31T07:09:02.074Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-31T07:09:02.190Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-31T07:09:02.248Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-31T07:09:02.308Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-31T07:09:02.394Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-31T07:09:02.453Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-31T07:09:02.511Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-31T07:09:02.570Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-368 [Pipeline] echo [2021-05-31T07:09:02.639Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-368 [Pipeline] echo [2021-05-31T07:09:02.752Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-368 [Pipeline] echo [2021-05-31T07:09:02.814Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7695e31755a8883e97ee16b36574480402b01fcb [Pipeline] echo [2021-05-31T07:09:02.876Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7695e31 [Pipeline] echo [2021-05-31T07:09:02.943Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-31T07:09:03.137Z] provisioning config files... [2021-05-31T07:09:03.155Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/config8569577243045912612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:09:03.528Z] ---> docker-login.sh [2021-05-31T07:09:03.528Z] nexus3.edgexfoundry.org:10001 [2021-05-31T07:09:03.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:09:03.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:09:03.792Z] Configure a credential helper to remove this warning. See [2021-05-31T07:09:03.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:09:03.792Z] [2021-05-31T07:09:03.792Z] Login Succeeded [2021-05-31T07:09:03.792Z] nexus3.edgexfoundry.org:10002 [2021-05-31T07:09:03.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:09:04.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:09:04.057Z] Configure a credential helper to remove this warning. See [2021-05-31T07:09:04.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:09:04.057Z] [2021-05-31T07:09:04.057Z] Login Succeeded [2021-05-31T07:09:04.057Z] nexus3.edgexfoundry.org:10003 [2021-05-31T07:09:04.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:09:04.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:09:04.057Z] Configure a credential helper to remove this warning. See [2021-05-31T07:09:04.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:09:04.057Z] [2021-05-31T07:09:04.057Z] Login Succeeded [2021-05-31T07:09:04.057Z] nexus3.edgexfoundry.org:10004 [2021-05-31T07:09:04.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:09:04.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:09:04.318Z] Configure a credential helper to remove this warning. See [2021-05-31T07:09:04.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:09:04.318Z] [2021-05-31T07:09:04.318Z] Login Succeeded [2021-05-31T07:09:04.318Z] docker.io [2021-05-31T07:09:04.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:09:04.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:09:04.579Z] Configure a credential helper to remove this warning. See [2021-05-31T07:09:04.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:09:04.579Z] [2021-05-31T07:09:04.579Z] Login Succeeded [2021-05-31T07:09:04.579Z] ---> docker-login.sh ends [Pipeline] } [2021-05-31T07:09:04.612Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-31T07:09:07.351Z] + git log --format=format:%s -1 7695e31755a8883e97ee16b36574480402b01fcb [Pipeline] echo [2021-05-31T07:09:07.409Z] GIT_COMMIT: 7695e31755a8883e97ee16b36574480402b01fcb, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-05-31T07:09:07.466Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:09:10.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-31T07:09:10.243Z] [2021-05-31T07:09:10.243Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:09:10.598Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-31T07:09:10.598Z] latest: Pulling from edgex-devops/git-semver [2021-05-31T07:09:10.598Z] 31603596830f: Pulling fs layer [2021-05-31T07:09:10.598Z] 54011a49482f: Pulling fs layer [2021-05-31T07:09:10.598Z] a6820b24f6d8: Pulling fs layer [2021-05-31T07:09:10.598Z] f581987b2513: Pulling fs layer [2021-05-31T07:09:10.598Z] f581987b2513: Waiting [2021-05-31T07:09:10.598Z] 54011a49482f: Verifying Checksum [2021-05-31T07:09:10.598Z] 54011a49482f: Download complete [2021-05-31T07:09:10.860Z] 31603596830f: Verifying Checksum [2021-05-31T07:09:10.860Z] 31603596830f: Download complete [2021-05-31T07:09:10.860Z] f581987b2513: Verifying Checksum [2021-05-31T07:09:10.860Z] f581987b2513: Download complete [2021-05-31T07:09:10.860Z] a6820b24f6d8: Verifying Checksum [2021-05-31T07:09:10.860Z] a6820b24f6d8: Download complete [2021-05-31T07:09:10.860Z] 31603596830f: Pull complete [2021-05-31T07:09:11.130Z] 54011a49482f: Pull complete [2021-05-31T07:09:11.715Z] a6820b24f6d8: Pull complete [2021-05-31T07:09:11.715Z] f581987b2513: Pull complete [2021-05-31T07:09:11.715Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-31T07:09:11.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-31T07:09:11.715Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-31T07:09:11.831Z] prd-centos7-docker-4c-2g-1714 does not seem to be running inside a container [2021-05-31T07:09:11.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-368 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-368:/w/workspace/edgexfoundry_edgex-ui-go_PR-368:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-31T07:09:14.157Z] $ docker top ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-31T07:09:14.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-31T07:09:14.395Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-31T07:09:14.511Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-31T07:09:14.511Z] $ docker exec ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 ssh-agent [2021-05-31T07:09:14.628Z] SSH_AUTH_SOCK=/tmp/ssh-iJJmB7lOwCWA/agent.15 [2021-05-31T07:09:14.628Z] SSH_AGENT_PID=21 [2021-05-31T07:09:14.638Z] Running ssh-add (command line suppressed) [2021-05-31T07:09:14.736Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/private_key_8566515813095690970.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/private_key_8566515813095690970.key) [2021-05-31T07:09:14.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-31T07:09:15.112Z] + git tag --points-at HEAD [Pipeline] } [2021-05-31T07:09:15.132Z] $ docker exec --env ******** --env ******** ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 ssh-agent -k [2021-05-31T07:09:15.235Z] unset SSH_AUTH_SOCK; [2021-05-31T07:09:15.235Z] unset SSH_AGENT_PID; [2021-05-31T07:09:15.235Z] echo Agent pid 21 killed; [2021-05-31T07:09:15.245Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-31T07:09:15.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-31T07:09:15.344Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-31T07:09:15.453Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-31T07:09:15.453Z] $ docker exec ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 ssh-agent [2021-05-31T07:09:15.566Z] SSH_AUTH_SOCK=/tmp/ssh-rQIP0dGu26jP/agent.54 [2021-05-31T07:09:15.566Z] SSH_AGENT_PID=60 [2021-05-31T07:09:15.572Z] Running ssh-add (command line suppressed) [2021-05-31T07:09:15.667Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/private_key_2958081945744259308.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/private_key_2958081945744259308.key) [2021-05-31T07:09:15.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-31T07:09:16.036Z] + git semver init [2021-05-31T07:09:16.036Z] # -> Open(): unable to determine branch for HEAD [2021-05-31T07:09:16.036Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-368/.git [2021-05-31T07:09:16.036Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-368 [2021-05-31T07:09:16.036Z] # $SEMVER_REMOTE_NAME = origin [2021-05-31T07:09:16.036Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-31T07:09:16.036Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-31T07:09:16.036Z] # $SEMVER_BRANCH = PR-368 [2021-05-31T07:09:16.036Z] # $SEMVER_TEMP = /tmp/semver-367736868 [2021-05-31T07:09:16.036Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-31T07:09:17.432Z] # '/tmp/semver-367736868' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-368/.semver' [2021-05-31T07:09:17.432Z] # -> Force: false [2021-05-31T07:09:17.432Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-368/.semver [Pipeline] } [2021-05-31T07:09:17.448Z] $ docker exec --env ******** --env ******** ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 ssh-agent -k [2021-05-31T07:09:17.554Z] unset SSH_AUTH_SOCK; [2021-05-31T07:09:17.555Z] unset SSH_AGENT_PID; [2021-05-31T07:09:17.556Z] echo Agent pid 60 killed; [2021-05-31T07:09:17.566Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-31T07:09:18.005Z] + git semver [Pipeline] } [2021-05-31T07:09:18.054Z] $ docker stop --time=1 ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 [2021-05-31T07:09:19.391Z] $ docker rm -f ca8c7204bb3b30a6509f8fb90f1153eb52fb5f24249febd8cdb1e40a3a94b248 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-31T07:09:19.839Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-31T07:09:20.180Z] Stashed 1 file(s) [Pipeline] echo [2021-05-31T07:09:20.206Z] [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-05-31T07:09:35.682Z] Still waiting to schedule task [2021-05-31T07:09:35.683Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-31T07:09:35.708Z] Still waiting to schedule task [2021-05-31T07:09:35.708Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-31T07:11:36.096Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1715 in /w/workspace/edgexfoundry_edgex-ui-go_PR-368 [Pipeline] { [Pipeline] ws [2021-05-31T07:11:36.157Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-05-31T07:11:36.427Z] The recommended git tool is: git [2021-05-31T07:11:41.269Z] using credential edgex-jenkins-ssh [2021-05-31T07:11:41.286Z] Cloning the remote Git repository [2021-05-31T07:11:41.334Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-31T07:11:41.518Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-05-31T07:11:41.691Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-31T07:11:41.694Z] > git --version # timeout=10 [2021-05-31T07:11:41.716Z] > git --version # 'git version 2.17.1' [2021-05-31T07:11:41.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-31T07:11:41.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-31T07:11:44.506Z] Merging remotes/origin/master commit 142b78676ee014469d48b95d6ffc573051973437 into PR head commit 7695e31755a8883e97ee16b36574480402b01fcb [2021-05-31T07:11:43.889Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-31T07:11:43.906Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-31T07:11:43.935Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-31T07:11:43.965Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-31T07:11:43.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-31T07:11:43.979Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/368/head:refs/remotes/origin/PR-368 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-31T07:11:44.517Z] > git config core.sparsecheckout # timeout=10 [2021-05-31T07:11:44.529Z] > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 [2021-05-31T07:11:45.057Z] > git remote # timeout=10 [2021-05-31T07:11:45.074Z] > git config --get remote.origin.url # timeout=10 [2021-05-31T07:11:45.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-31T07:11:45.097Z] > git merge 142b78676ee014469d48b95d6ffc573051973437 # timeout=10 [2021-05-31T07:11:45.140Z] Merge succeeded, producing 7695e31755a8883e97ee16b36574480402b01fcb [2021-05-31T07:11:45.140Z] Checking out Revision 7695e31755a8883e97ee16b36574480402b01fcb (PR-368) [2021-05-31T07:11:45.119Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-31T07:11:45.140Z] > git config core.sparsecheckout # timeout=10 [2021-05-31T07:11:45.153Z] > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 [2021-05-31T07:11:52.064Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-31T07:11:52.109Z] > git --version # timeout=10 [2021-05-31T07:11:52.117Z] > git --version # 'git version 2.17.1' [2021-05-31T07:11:52.144Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-31T07:11:53.889Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-31T07:11:54.335Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-31T07:11:54.698Z] + true [2021-05-31T07:11:54.698Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-31T07:12:13.859Z] provisioning config files... [2021-05-31T07:12:13.888Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1189065810658910794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:12:14.356Z] ---> docker-login.sh [2021-05-31T07:12:14.356Z] nexus3.edgexfoundry.org:10001 [2021-05-31T07:12:14.424Z] Running on prd-centos7-docker-4c-2g-1716 in /w/workspace/edgexfoundry_edgex-ui-go_PR-368 [Pipeline] { [Pipeline] ws [2021-05-31T07:12:14.478Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-05-31T07:12:14.628Z] The recommended git tool is: git [2021-05-31T07:12:16.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:16.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:16.911Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:16.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:16.911Z] [2021-05-31T07:12:16.911Z] Login Succeeded [2021-05-31T07:12:16.911Z] nexus3.edgexfoundry.org:10002 [2021-05-31T07:12:16.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:16.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:16.911Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:16.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:16.911Z] [2021-05-31T07:12:16.911Z] Login Succeeded [2021-05-31T07:12:16.911Z] nexus3.edgexfoundry.org:10003 [2021-05-31T07:12:16.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:16.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:16.911Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:16.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:16.911Z] [2021-05-31T07:12:16.911Z] Login Succeeded [2021-05-31T07:12:16.911Z] nexus3.edgexfoundry.org:10004 [2021-05-31T07:12:17.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:17.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:17.188Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:17.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:17.188Z] [2021-05-31T07:12:17.188Z] Login Succeeded [2021-05-31T07:12:17.188Z] docker.io [2021-05-31T07:12:17.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:18.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:18.069Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:18.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:18.069Z] [2021-05-31T07:12:18.069Z] Login Succeeded [2021-05-31T07:12:18.069Z] ---> docker-login.sh ends [Pipeline] } [2021-05-31T07:12:18.103Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-31T07:12:18.786Z] ========================================================= [2021-05-31T07:12:18.786Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-31T07:12:18.786Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:12:19.030Z] using credential edgex-jenkins-ssh [2021-05-31T07:12:19.045Z] Cloning the remote Git repository [2021-05-31T07:12:19.069Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-31T07:12:19.202Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-31T07:12:20.206Z] Sending build context to Docker daemon 35.73MB [2021-05-31T07:12:20.206Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-31T07:12:20.206Z] Step 2/8 : FROM ${BASE} [2021-05-31T07:12:19.136Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-05-31T07:12:19.168Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-31T07:12:19.169Z] > git --version # timeout=10 [2021-05-31T07:12:19.177Z] > git --version # 'git version 2.24.4' [2021-05-31T07:12:19.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-31T07:12:19.201Z] [INFO] Currently running in a labeled security context [2021-05-31T07:12:19.201Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-31T07:12:19.201Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh3003351309806853881.key [2021-05-31T07:12:19.215Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-31T07:12:20.209Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-31T07:12:20.221Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-31T07:12:20.235Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-31T07:12:20.249Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-31T07:12:20.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-31T07:12:20.479Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-31T07:12:20.480Z] 595b0fe564bb: Pulling fs layer [2021-05-31T07:12:20.480Z] 7186ed65a4f7: Pulling fs layer [2021-05-31T07:12:20.480Z] 316046926c0a: Pulling fs layer [2021-05-31T07:12:20.480Z] 4ebd0625c992: Pulling fs layer [2021-05-31T07:12:20.480Z] 207e8628e3a3: Pulling fs layer [2021-05-31T07:12:20.480Z] c791037a9be2: Pulling fs layer [2021-05-31T07:12:20.480Z] ffd874e62e21: Pulling fs layer [2021-05-31T07:12:20.480Z] 4ebd0625c992: Waiting [2021-05-31T07:12:20.480Z] 207e8628e3a3: Waiting [2021-05-31T07:12:20.480Z] c791037a9be2: Waiting [2021-05-31T07:12:20.480Z] ffd874e62e21: Waiting [2021-05-31T07:12:20.480Z] 316046926c0a: Verifying Checksum [2021-05-31T07:12:20.480Z] 316046926c0a: Download complete [2021-05-31T07:12:20.480Z] 7186ed65a4f7: Verifying Checksum [2021-05-31T07:12:20.480Z] 7186ed65a4f7: Download complete [2021-05-31T07:12:20.480Z] 207e8628e3a3: Verifying Checksum [2021-05-31T07:12:20.480Z] 207e8628e3a3: Download complete [2021-05-31T07:12:20.480Z] c791037a9be2: Download complete [2021-05-31T07:12:20.717Z] Merging remotes/origin/master commit 142b78676ee014469d48b95d6ffc573051973437 into PR head commit 7695e31755a8883e97ee16b36574480402b01fcb [2021-05-31T07:12:20.911Z] Merge succeeded, producing 7695e31755a8883e97ee16b36574480402b01fcb [2021-05-31T07:12:20.912Z] Checking out Revision 7695e31755a8883e97ee16b36574480402b01fcb (PR-368) [2021-05-31T07:12:21.075Z] 595b0fe564bb: Verifying Checksum [2021-05-31T07:12:21.075Z] 595b0fe564bb: Download complete [2021-05-31T07:12:20.253Z] [INFO] Currently running in a labeled security context [2021-05-31T07:12:20.253Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-31T07:12:20.253Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh4908948105873511584.key [2021-05-31T07:12:20.261Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/368/head:refs/remotes/origin/PR-368 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-31T07:12:20.721Z] > git config core.sparsecheckout # timeout=10 [2021-05-31T07:12:20.728Z] > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 [2021-05-31T07:12:20.874Z] > git remote # timeout=10 [2021-05-31T07:12:20.880Z] > git config --get remote.origin.url # timeout=10 [2021-05-31T07:12:20.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-31T07:12:20.887Z] [INFO] Currently running in a labeled security context [2021-05-31T07:12:20.887Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-31T07:12:20.888Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh2040189869341346159.key [2021-05-31T07:12:20.892Z] > git merge 142b78676ee014469d48b95d6ffc573051973437 # timeout=10 [2021-05-31T07:12:20.902Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-31T07:12:20.911Z] > git config core.sparsecheckout # timeout=10 [2021-05-31T07:12:20.914Z] > git checkout -f 7695e31755a8883e97ee16b36574480402b01fcb # timeout=10 [2021-05-31T07:12:23.012Z] 595b0fe564bb: Pull complete [2021-05-31T07:12:23.012Z] 7186ed65a4f7: Pull complete [2021-05-31T07:12:23.012Z] 316046926c0a: Pull complete [2021-05-31T07:12:23.012Z] ffd874e62e21: Verifying Checksum [2021-05-31T07:12:23.012Z] ffd874e62e21: Download complete [2021-05-31T07:12:24.453Z] 4ebd0625c992: Verifying Checksum [2021-05-31T07:12:24.453Z] 4ebd0625c992: Download complete [2021-05-31T07:12:26.582Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-31T07:12:26.603Z] > git --version # timeout=10 [2021-05-31T07:12:26.610Z] > git --version # 'git version 2.24.4' [2021-05-31T07:12:26.617Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-31T07:12:27.893Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-31T07:12:28.257Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-31T07:12:28.580Z] + true [2021-05-31T07:12:28.580Z] + sudo service docker restart [2021-05-31T07:12:28.580Z] Redirecting to /bin/systemctl restart docker.service [2021-05-31T07:12:34.622Z] 4ebd0625c992: Pull complete [2021-05-31T07:12:34.897Z] 207e8628e3a3: Pull complete [2021-05-31T07:12:35.497Z] c791037a9be2: Pull complete [2021-05-31T07:12:38.900Z] ffd874e62e21: Pull complete [2021-05-31T07:12:38.900Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-31T07:12:39.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-31T07:12:39.178Z] ---> cfc18b08335c [2021-05-31T07:12:39.178Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-31T07:12:41.815Z] ---> Running in c425a1344a2e [2021-05-31T07:12:41.815Z] Removing intermediate container c425a1344a2e [2021-05-31T07:12:41.815Z] ---> 574227744f44 [2021-05-31T07:12:41.815Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-31T07:12:42.092Z] ---> Running in 3a8ad0138b92 [2021-05-31T07:12:44.723Z] Removing intermediate container 3a8ad0138b92 [2021-05-31T07:12:44.723Z] ---> 6788f8fd4ffd [2021-05-31T07:12:44.723Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-31T07:12:44.723Z] ---> Running in 33e4ce3b4cdc [2021-05-31T07:12:45.706Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-31T07:12:46.681Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-31T07:12:46.837Z] provisioning config files... [2021-05-31T07:12:46.851Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7074623202992305268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:12:47.253Z] ---> docker-login.sh [2021-05-31T07:12:47.253Z] nexus3.edgexfoundry.org:10001 [2021-05-31T07:12:49.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:49.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:49.339Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:49.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:49.339Z] [2021-05-31T07:12:49.339Z] Login Succeeded [2021-05-31T07:12:49.339Z] nexus3.edgexfoundry.org:10002 [2021-05-31T07:12:49.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:49.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:49.339Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:49.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:49.339Z] [2021-05-31T07:12:49.339Z] Login Succeeded [2021-05-31T07:12:49.339Z] nexus3.edgexfoundry.org:10003 [2021-05-31T07:12:49.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:49.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:49.339Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:49.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:49.339Z] [2021-05-31T07:12:49.339Z] Login Succeeded [2021-05-31T07:12:49.339Z] nexus3.edgexfoundry.org:10004 [2021-05-31T07:12:49.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:49.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:49.339Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:49.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:49.339Z] [2021-05-31T07:12:49.339Z] Login Succeeded [2021-05-31T07:12:49.339Z] docker.io [2021-05-31T07:12:49.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-31T07:12:49.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-31T07:12:49.339Z] Configure a credential helper to remove this warning. See [2021-05-31T07:12:49.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-31T07:12:49.339Z] [2021-05-31T07:12:49.339Z] Login Succeeded [2021-05-31T07:12:49.339Z] ---> docker-login.sh ends [2021-05-31T07:12:49.343Z] OK: 138 MiB in 40 packages [2021-05-31T07:12:49.344Z] Removing intermediate container 33e4ce3b4cdc [2021-05-31T07:12:49.344Z] ---> f9b9fff58d90 [2021-05-31T07:12:49.344Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-31T07:12:49.344Z] ---> Running in 8daba14c0b46 [2021-05-31T07:12:49.344Z] Removing intermediate container 8daba14c0b46 [2021-05-31T07:12:49.344Z] ---> 495cdebc81bc [2021-05-31T07:12:49.344Z] Step 7/8 : COPY . . [Pipeline] } [2021-05-31T07:12:49.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-31T07:12:49.676Z] ========================================================= [2021-05-31T07:12:49.676Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-31T07:12:49.676Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:12:50.025Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-31T07:12:50.288Z] Sending build context to Docker daemon 35.73MB [2021-05-31T07:12:50.288Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-31T07:12:50.288Z] Step 2/8 : FROM ${BASE} [2021-05-31T07:12:50.288Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-31T07:12:50.288Z] 540db60ca938: Pulling fs layer [2021-05-31T07:12:50.288Z] adcc1eea9eea: Pulling fs layer [2021-05-31T07:12:50.288Z] 4c4ab2625f07: Pulling fs layer [2021-05-31T07:12:50.288Z] 0510c868ecb4: Pulling fs layer [2021-05-31T07:12:50.288Z] afea3b2eda06: Pulling fs layer [2021-05-31T07:12:50.288Z] 7809a108b3ef: Pulling fs layer [2021-05-31T07:12:50.288Z] f706445af74f: Pulling fs layer [2021-05-31T07:12:50.288Z] afea3b2eda06: Waiting [2021-05-31T07:12:50.288Z] 7809a108b3ef: Waiting [2021-05-31T07:12:50.288Z] f706445af74f: Waiting [2021-05-31T07:12:50.288Z] 0510c868ecb4: Waiting [2021-05-31T07:12:50.548Z] 4c4ab2625f07: Verifying Checksum [2021-05-31T07:12:50.548Z] 4c4ab2625f07: Download complete [2021-05-31T07:12:50.548Z] adcc1eea9eea: Verifying Checksum [2021-05-31T07:12:50.548Z] adcc1eea9eea: Download complete [2021-05-31T07:12:50.548Z] afea3b2eda06: Verifying Checksum [2021-05-31T07:12:50.548Z] afea3b2eda06: Download complete [2021-05-31T07:12:50.548Z] 540db60ca938: Verifying Checksum [2021-05-31T07:12:50.548Z] 540db60ca938: Download complete [2021-05-31T07:12:50.548Z] 7809a108b3ef: Verifying Checksum [2021-05-31T07:12:50.548Z] 7809a108b3ef: Download complete [2021-05-31T07:12:50.548Z] 540db60ca938: Pull complete [2021-05-31T07:12:50.808Z] adcc1eea9eea: Pull complete [2021-05-31T07:12:50.808Z] 4c4ab2625f07: Pull complete [2021-05-31T07:12:52.195Z] f706445af74f: Verifying Checksum [2021-05-31T07:12:52.195Z] f706445af74f: Download complete [2021-05-31T07:12:52.758Z] ---> f9e600728e30 [2021-05-31T07:12:52.758Z] Step 8/8 : RUN go mod download [2021-05-31T07:12:52.758Z] ---> Running in e510ca6606ef [2021-05-31T07:12:52.781Z] 0510c868ecb4: Verifying Checksum [2021-05-31T07:12:52.781Z] 0510c868ecb4: Download complete [2021-05-31T07:12:56.112Z] 0510c868ecb4: Pull complete [2021-05-31T07:12:56.112Z] afea3b2eda06: Pull complete [2021-05-31T07:12:56.112Z] 7809a108b3ef: Pull complete [2021-05-31T07:12:57.071Z] f706445af74f: Pull complete [2021-05-31T07:12:57.071Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-31T07:12:57.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-31T07:12:57.071Z] ---> b068be0155e3 [2021-05-31T07:12:57.071Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-31T07:13:02.377Z] ---> Running in 53c97109a8d5 [2021-05-31T07:13:02.377Z] Removing intermediate container 53c97109a8d5 [2021-05-31T07:13:02.377Z] ---> df96e6f41b8a [2021-05-31T07:13:02.377Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-31T07:13:02.377Z] ---> Running in 6caed36c2791 [2021-05-31T07:13:02.649Z] Removing intermediate container 6caed36c2791 [2021-05-31T07:13:02.649Z] ---> 48899abac4b9 [2021-05-31T07:13:02.649Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-31T07:13:02.912Z] ---> Running in 91dd0332de1f [2021-05-31T07:13:03.177Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-31T07:13:04.121Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-31T07:13:04.807Z] OK: 149 MiB in 40 packages [2021-05-31T07:13:04.807Z] Removing intermediate container 91dd0332de1f [2021-05-31T07:13:04.807Z] ---> e77a717202b4 [2021-05-31T07:13:04.807Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-31T07:13:04.807Z] ---> Running in 0dff81b2cac8 [2021-05-31T07:13:05.078Z] Removing intermediate container 0dff81b2cac8 [2021-05-31T07:13:05.078Z] ---> 95d93fbc3dc9 [2021-05-31T07:13:05.078Z] Step 7/8 : COPY . . [2021-05-31T07:13:06.058Z] ---> 247c6b941723 [2021-05-31T07:13:06.058Z] Step 8/8 : RUN go mod download [2021-05-31T07:13:06.321Z] ---> Running in 53229a65e3a3 [2021-05-31T07:13:21.257Z] Removing intermediate container 53229a65e3a3 [2021-05-31T07:13:21.257Z] ---> 836a5384fe4a [2021-05-31T07:13:21.257Z] Successfully built 836a5384fe4a [2021-05-31T07:13:21.257Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:13:21.602Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-31T07:13:21.602Z] . [Pipeline] withDockerContainer [2021-05-31T07:13:21.713Z] prd-centos7-docker-4c-2g-1716 does not seem to be running inside a container [2021-05-31T07:13:21.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-31T07:13:22.105Z] $ docker top 2820fa81317a5a2b968ccc2fb8085f3fad55ec544e20e011a321e93d96d13c1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-31T07:13:22.552Z] + go version [2021-05-31T07:13:22.553Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-31T07:13:22.583Z] $ docker stop --time=1 2820fa81317a5a2b968ccc2fb8085f3fad55ec544e20e011a321e93d96d13c1f [2021-05-31T07:13:23.789Z] $ docker rm -f 2820fa81317a5a2b968ccc2fb8085f3fad55ec544e20e011a321e93d96d13c1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:13:24.542Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-31T07:13:24.542Z] . [Pipeline] withDockerContainer [2021-05-31T07:13:24.652Z] prd-centos7-docker-4c-2g-1716 does not seem to be running inside a container [2021-05-31T07:13:24.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-31T07:13:25.080Z] $ docker top 183ee71f63027996020319bcd879298d7166c6ff0e73a8e95618743c298902da -eo pid,comm [2021-05-31T07:13:25.125Z] Removing intermediate container e510ca6606ef [2021-05-31T07:13:25.125Z] ---> be6862305d94 [2021-05-31T07:13:25.125Z] Successfully built be6862305d94 [2021-05-31T07:13:25.125Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:13:25.549Z] + go mod tidy [2021-05-31T07:13:25.663Z] + docker inspect -f . ci-base-image-arm64 [2021-05-31T07:13:25.663Z] . [Pipeline] withDockerContainer [2021-05-31T07:13:25.952Z] prd-ubuntu18.04-docker-arm64-4c-16g-1715 does not seem to be running inside a container [2021-05-31T07:13:26.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-31T07:13:29.762Z] $ docker top 0ccdc1acc7dd649c939ed3b0771d7be975a1e369298c4af876289369199d2af4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-31T07:13:30.485Z] + make test [2021-05-31T07:13:30.485Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-31T07:13:30.751Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-31T07:13:30.907Z] + go version [2021-05-31T07:13:30.907Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-31T07:13:30.940Z] $ docker stop --time=1 0ccdc1acc7dd649c939ed3b0771d7be975a1e369298c4af876289369199d2af4 [2021-05-31T07:13:32.893Z] $ docker rm -f 0ccdc1acc7dd649c939ed3b0771d7be975a1e369298c4af876289369199d2af4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:13:33.855Z] + docker inspect -f . ci-base-image-arm64 [2021-05-31T07:13:33.855Z] . [Pipeline] withDockerContainer [2021-05-31T07:13:34.149Z] prd-ubuntu18.04-docker-arm64-4c-16g-1715 does not seem to be running inside a container [2021-05-31T07:13:34.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-31T07:13:35.910Z] $ docker top e205d10d34825d1e427a5c105ccd9de725b0349e4e69f5752e6f96d160d55a64 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-31T07:13:36.947Z] + go mod tidy [Pipeline] sh [2021-05-31T07:13:38.236Z] + make test [2021-05-31T07:13:38.236Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-31T07:13:39.696Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-31T07:13:40.867Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-31T07:13:40.867Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-31T07:13:45.150Z] $ docker stop --time=1 183ee71f63027996020319bcd879298d7166c6ff0e73a8e95618743c298902da [2021-05-31T07:13:46.530Z] $ docker rm -f 183ee71f63027996020319bcd879298d7166c6ff0e73a8e95618743c298902da [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-31T07:13:46.993Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-31T07:13:47.214Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-31T07:13:56.299Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-31T07:13:56.619Z] + ls -al . [2021-05-31T07:13:56.620Z] total 92 [2021-05-31T07:13:56.620Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 31 07:13 . [2021-05-31T07:13:56.620Z] drwxrwxr-x. 4 jenkins jenkins 28 May 31 07:12 .. [2021-05-31T07:13:56.620Z] drwxrwxr-x. 3 jenkins jenkins 20 May 31 07:12 assets [2021-05-31T07:13:56.620Z] drwxrwxr-x. 2 jenkins jenkins 35 May 31 07:12 bin [2021-05-31T07:13:56.620Z] drwxrwxr-x. 3 jenkins jenkins 29 May 31 07:12 cmd [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 31 07:12 CONTRIBUTING.md [2021-05-31T07:13:56.620Z] -rw-r--r--. 1 jenkins jenkins 10 May 31 07:13 coverage.out [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 31 07:12 Dockerfile [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 902 May 31 07:12 Dockerfile.build [2021-05-31T07:13:56.620Z] drwxrwxr-x. 5 jenkins jenkins 104 May 31 07:12 docs [2021-05-31T07:13:56.620Z] drwxrwxr-x. 8 jenkins jenkins 179 May 31 07:12 .git [2021-05-31T07:13:56.620Z] drwxrwxr-x. 2 jenkins jenkins 103 May 31 07:12 .github [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 162 May 31 07:12 .gitignore [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 971 May 31 07:12 go.mod [2021-05-31T07:13:56.620Z] -rw-r--r--. 1 jenkins jenkins 23959 May 31 07:13 go.sum [2021-05-31T07:13:56.620Z] drwxrwxr-x. 10 jenkins jenkins 139 May 31 07:12 internal [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 652 May 31 07:12 Jenkinsfile [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 31 07:12 LICENSE [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 941 May 31 07:12 Makefile [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 31 07:12 README.md [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 5 May 31 07:09 VERSION [2021-05-31T07:13:56.620Z] -rw-rw-r--. 1 jenkins jenkins 155 May 31 07:12 version.go [2021-05-31T07:13:56.620Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 31 07:12 web [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:13:56.980Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7695e31755a8883e97ee16b36574480402b01fcb --label arch=amd64 --label version=0.0.0 . [2021-05-31T07:13:57.249Z] Sending build context to Docker daemon 35.76MB [2021-05-31T07:13:57.249Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-05-31T07:13:57.249Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-31T07:13:57.249Z] ---> 836a5384fe4a [2021-05-31T07:13:57.249Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-31T07:13:57.513Z] ---> Running in 483a0de42af4 [2021-05-31T07:13:57.513Z] Removing intermediate container 483a0de42af4 [2021-05-31T07:13:57.513Z] ---> 1264699cfc62 [2021-05-31T07:13:57.513Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-31T07:13:57.513Z] ---> Running in 389ee83108a3 [2021-05-31T07:13:57.513Z] Removing intermediate container 389ee83108a3 [2021-05-31T07:13:57.513Z] ---> 68bf20ada993 [2021-05-31T07:13:57.513Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-31T07:13:57.774Z] ---> Running in 6c99f43135f4 [2021-05-31T07:13:57.774Z] Removing intermediate container 6c99f43135f4 [2021-05-31T07:13:57.774Z] ---> 4e7b50fc8290 [2021-05-31T07:13:57.774Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-31T07:13:57.774Z] ---> Running in 2aa6c63b41ca [2021-05-31T07:13:57.774Z] Removing intermediate container 2aa6c63b41ca [2021-05-31T07:13:57.774Z] ---> cd3b358f3050 [2021-05-31T07:13:57.774Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-31T07:13:58.042Z] ---> Running in ec2b79a29e83 [2021-05-31T07:13:58.042Z] Removing intermediate container ec2b79a29e83 [2021-05-31T07:13:58.042Z] ---> 189c68ed2a9a [2021-05-31T07:13:58.042Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-31T07:13:58.042Z] ---> Running in 25bd6f89d180 [2021-05-31T07:13:58.625Z] Removing intermediate container 25bd6f89d180 [2021-05-31T07:13:58.625Z] ---> d7cd6f1427ad [2021-05-31T07:13:58.625Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-31T07:13:58.625Z] ---> Running in c90eb36dbc7e [2021-05-31T07:13:58.625Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-31T07:13:59.571Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-31T07:14:00.160Z] OK: 149 MiB in 40 packages [2021-05-31T07:14:00.160Z] Removing intermediate container c90eb36dbc7e [2021-05-31T07:14:00.160Z] ---> b3fb6c22e2c9 [2021-05-31T07:14:00.160Z] Step 10/24 : ENV GO111MODULE=on [2021-05-31T07:14:00.160Z] ---> Running in bd566f2e54d4 [2021-05-31T07:14:00.427Z] Removing intermediate container bd566f2e54d4 [2021-05-31T07:14:00.427Z] ---> 353eb94f744c [2021-05-31T07:14:00.427Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-31T07:14:00.427Z] ---> Running in 42b2a492f37e [2021-05-31T07:14:00.427Z] Removing intermediate container 42b2a492f37e [2021-05-31T07:14:00.427Z] ---> 899fe22c14b4 [2021-05-31T07:14:00.427Z] Step 12/24 : COPY go.mod . [2021-05-31T07:14:00.693Z] ---> a0adb76b6c6b [2021-05-31T07:14:00.693Z] Step 13/24 : COPY Makefile . [2021-05-31T07:14:00.693Z] ---> 4488da2a2357 [2021-05-31T07:14:00.693Z] Step 14/24 : RUN make update [2021-05-31T07:14:00.693Z] ---> Running in 0abf5830561a [2021-05-31T07:14:00.956Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-31T07:14:03.714Z] Removing intermediate container 0abf5830561a [2021-05-31T07:14:03.714Z] ---> 22f87b7f105d [2021-05-31T07:14:03.714Z] Step 15/24 : COPY . . [2021-05-31T07:14:03.714Z] ---> 52afc2071162 [2021-05-31T07:14:03.714Z] Step 16/24 : RUN ${MAKE} [2021-05-31T07:14:03.714Z] ---> Running in 06d7ea1ff6ed [2021-05-31T07:14:03.714Z] 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-05-31T07:14:11.949Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-31T07:14:12.220Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-31T07:14:12.220Z] GO111MODULE=on go vet ./... [2021-05-31T07:14:12.523Z] Removing intermediate container 06d7ea1ff6ed [2021-05-31T07:14:12.523Z] ---> 27795c27d0f6 [2021-05-31T07:14:12.523Z] Step 17/24 : FROM alpine:3.12 [2021-05-31T07:14:13.102Z] 3.12: Pulling from library/alpine [2021-05-31T07:14:13.102Z] 339de151aab4: Pulling fs layer [2021-05-31T07:14:13.102Z] 339de151aab4: Verifying Checksum [2021-05-31T07:14:13.102Z] 339de151aab4: Download complete [2021-05-31T07:14:13.364Z] 339de151aab4: Pull complete [2021-05-31T07:14:13.364Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-31T07:14:13.364Z] Status: Downloaded newer image for alpine:3.12 [2021-05-31T07:14:13.364Z] ---> 13621d1b12d4 [2021-05-31T07:14:13.364Z] Step 18/24 : EXPOSE 4000 [2021-05-31T07:14:13.634Z] ---> Running in b32d573b1d19 [2021-05-31T07:14:13.634Z] Removing intermediate container b32d573b1d19 [2021-05-31T07:14:13.634Z] ---> 4f47654c7e56 [2021-05-31T07:14:13.634Z] 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-05-31T07:14:14.584Z] ---> 70ef85c1ca2a [2021-05-31T07:14:14.584Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-31T07:14:14.584Z] ---> Running in 4c9c9e622221 [2021-05-31T07:14:14.584Z] Removing intermediate container 4c9c9e622221 [2021-05-31T07:14:14.584Z] ---> e4723337098a [2021-05-31T07:14:14.584Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-31T07:14:14.584Z] ---> Running in c5801d149d76 [2021-05-31T07:14:14.584Z] Removing intermediate container c5801d149d76 [2021-05-31T07:14:14.584Z] ---> 8fea9dce56ad [2021-05-31T07:14:14.584Z] Step 22/24 : LABEL arch=amd64 [2021-05-31T07:14:14.850Z] ---> Running in e9a32abffd59 [2021-05-31T07:14:14.850Z] Removing intermediate container e9a32abffd59 [2021-05-31T07:14:14.850Z] ---> db45f3004ac4 [2021-05-31T07:14:14.850Z] Step 23/24 : LABEL git_sha=7695e31755a8883e97ee16b36574480402b01fcb [2021-05-31T07:14:14.850Z] ---> Running in c2223dcb52cf [2021-05-31T07:14:14.850Z] Removing intermediate container c2223dcb52cf [2021-05-31T07:14:14.850Z] ---> d4da05fcbc1e [2021-05-31T07:14:14.850Z] Step 24/24 : LABEL version=0.0.0 [2021-05-31T07:14:14.850Z] ---> Running in 8110e04ae6d6 [2021-05-31T07:14:15.115Z] Removing intermediate container 8110e04ae6d6 [2021-05-31T07:14:15.115Z] ---> 95c58c391863 [2021-05-31T07:14:15.115Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-31T07:14:15.115Z] Successfully built 95c58c391863 [2021-05-31T07:14:15.115Z] Successfully tagged edgex-ui: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-05-31T07:14:16.070Z] ---> job-cost.sh [2021-05-31T07:14:16.070Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wJZb [2021-05-31T07:14:26.097Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] } [2021-05-31T07:14:34.446Z] $ docker stop --time=1 e205d10d34825d1e427a5c105ccd9de725b0349e4e69f5752e6f96d160d55a64 [2021-05-31T07:14:36.354Z] $ docker rm -f e205d10d34825d1e427a5c105ccd9de725b0349e4e69f5752e6f96d160d55a64 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-31T07:14:37.190Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-31T07:14:37.232Z] Warning: overwriting stash ‘coverage-report’ [2021-05-31T07:14:37.816Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-05-31T07:14:40.511Z] lf-activate-venv(): INFO: Adding /tmp/venv-wJZb/bin to PATH [2021-05-31T07:14:40.511Z] INFO: No Stack... [2021-05-31T07:14:40.511Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-31T07:14:40.511Z] INFO: Archiving Costs [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-31T07:14:40.860Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-05-31T07:14:40.860Z] + cut -d, -f6 [Pipeline] lock [2021-05-31T07:14:40.956Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] [2021-05-31T07:14:40.963Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] did not exist. Created. [2021-05-31T07:14:40.963Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-31T07:14:41.145Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-31T07:14:41.386Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-05-31T07:14:41.488Z] Stashed 1 file(s) [Pipeline] } [2021-05-31T07:14:41.510Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] [2021-05-31T07:14:41.516Z] + ls -al . [2021-05-31T07:14:41.516Z] total 124 [2021-05-31T07:14:41.516Z] drwxrwxr-x 10 jenkins jenkins 4096 May 31 07:13 . [2021-05-31T07:14:41.516Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 07:11 .. [2021-05-31T07:14:41.516Z] drwxrwxr-x 8 jenkins jenkins 4096 May 31 07:11 .git [2021-05-31T07:14:41.516Z] drwxrwxr-x 2 jenkins jenkins 4096 May 31 07:11 .github [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 162 May 31 07:11 .gitignore [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 31 07:11 CONTRIBUTING.md [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 31 07:11 Dockerfile [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 902 May 31 07:11 Dockerfile.build [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 652 May 31 07:11 Jenkinsfile [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 31 07:11 LICENSE [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 941 May 31 07:11 Makefile [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 31 07:11 README.md [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 5 May 31 07:09 VERSION [2021-05-31T07:14:41.516Z] drwxrwxr-x 3 jenkins jenkins 4096 May 31 07:11 assets [2021-05-31T07:14:41.516Z] drwxrwxr-x 2 jenkins jenkins 4096 May 31 07:11 bin [2021-05-31T07:14:41.516Z] drwxrwxr-x 3 jenkins jenkins 4096 May 31 07:11 cmd [2021-05-31T07:14:41.516Z] -rw-r--r-- 1 jenkins jenkins 10 May 31 07:13 coverage.out [2021-05-31T07:14:41.516Z] drwxrwxr-x 5 jenkins jenkins 4096 May 31 07:11 docs [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 971 May 31 07:11 go.mod [2021-05-31T07:14:41.516Z] -rw-r--r-- 1 jenkins jenkins 23959 May 31 07:13 go.sum [2021-05-31T07:14:41.516Z] drwxrwxr-x 10 jenkins jenkins 4096 May 31 07:11 internal [2021-05-31T07:14:41.516Z] -rw-rw-r-- 1 jenkins jenkins 155 May 31 07:11 version.go [2021-05-31T07:14:41.516Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 07:11 web [Pipeline] // lock [Pipeline] isUnix [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-05-31T07:14:41.959Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7695e31755a8883e97ee16b36574480402b01fcb --label arch=arm64 --label version=0.0.0 . [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-31T07:14:42.943Z] Sending build context to Docker daemon 35.75MB [2021-05-31T07:14:42.944Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-05-31T07:14:42.944Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-31T07:14:42.944Z] ---> be6862305d94 [2021-05-31T07:14:42.944Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-31T07:14:43.566Z] ---> Running in 013b3bf358c0 [2021-05-31T07:14:44.211Z] Removing intermediate container 013b3bf358c0 [2021-05-31T07:14:44.211Z] ---> 15bd33fe3c04 [2021-05-31T07:14:44.211Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-31T07:14:44.211Z] ---> Running in 082eff8730a0 [2021-05-31T07:14:44.846Z] Removing intermediate container 082eff8730a0 [2021-05-31T07:14:44.846Z] ---> 45f5abf5a82c [2021-05-31T07:14:44.846Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-31T07:14:44.846Z] ---> Running in 7df809cbe81d [2021-05-31T07:14:45.461Z] Removing intermediate container 7df809cbe81d [2021-05-31T07:14:45.461Z] ---> b4359f33d5de [2021-05-31T07:14:45.461Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-31T07:14:45.461Z] ---> Running in 47cc487445d1 [2021-05-31T07:14:46.063Z] Removing intermediate container 47cc487445d1 [2021-05-31T07:14:46.063Z] ---> 921f6fe2c71c [2021-05-31T07:14:46.063Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-31T07:14:46.338Z] ---> Running in 3d269aa352cd [2021-05-31T07:14:46.612Z] Removing intermediate container 3d269aa352cd [2021-05-31T07:14:46.612Z] ---> 9b93fa22193f [2021-05-31T07:14:46.612Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-31T07:14:46.890Z] ---> Running in 80b5eb071636 [2021-05-31T07:14:49.524Z] Removing intermediate container 80b5eb071636 [2021-05-31T07:14:49.524Z] ---> 0809084bd1af [2021-05-31T07:14:49.524Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-31T07:14:49.524Z] ---> Running in 862fbfd52b41 [2021-05-31T07:14:50.504Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-31T07:14:53.202Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-31T07:14:53.202Z] OK: 138 MiB in 40 packages [2021-05-31T07:14:53.479Z] Removing intermediate container 862fbfd52b41 [2021-05-31T07:14:53.479Z] ---> 73c773ced0a5 [2021-05-31T07:14:53.479Z] Step 10/24 : ENV GO111MODULE=on [2021-05-31T07:14:53.479Z] ---> Running in 471db452220a [2021-05-31T07:14:54.071Z] Removing intermediate container 471db452220a [2021-05-31T07:14:54.071Z] ---> 1ef552df8b10 [2021-05-31T07:14:54.071Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-31T07:14:54.344Z] ---> Running in 24f84e0b1ea4 [2021-05-31T07:14:54.614Z] Removing intermediate container 24f84e0b1ea4 [2021-05-31T07:14:54.614Z] ---> 675d89f313b1 [2021-05-31T07:14:54.614Z] Step 12/24 : COPY go.mod . [2021-05-31T07:14:55.205Z] ---> 5ad085cba300 [2021-05-31T07:14:55.205Z] Step 13/24 : COPY Makefile . [2021-05-31T07:14:56.183Z] ---> d8cd114e5980 [2021-05-31T07:14:56.183Z] Step 14/24 : RUN make update [2021-05-31T07:14:56.183Z] ---> Running in d589f71e55cf [2021-05-31T07:14:57.160Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-31T07:14:58.596Z] Removing intermediate container d589f71e55cf [2021-05-31T07:14:58.596Z] ---> dcd71c8e358d [2021-05-31T07:14:58.596Z] Step 15/24 : COPY . . [2021-05-31T07:15:01.995Z] ---> b87dfb1ac5a3 [2021-05-31T07:15:01.995Z] Step 16/24 : RUN ${MAKE} [2021-05-31T07:15:01.995Z] ---> Running in c1164ced82f8 [2021-05-31T07:15:03.446Z] 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-05-31T07:15:30.264Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-31T07:15:32.892Z] Removing intermediate container c1164ced82f8 [2021-05-31T07:15:32.892Z] ---> b760ecbacb27 [2021-05-31T07:15:32.892Z] Step 17/24 : FROM alpine:3.12 [2021-05-31T07:15:33.513Z] 3.12: Pulling from library/alpine [2021-05-31T07:15:33.513Z] d2f70382dc9a: Pulling fs layer [2021-05-31T07:15:33.786Z] d2f70382dc9a: Verifying Checksum [2021-05-31T07:15:33.786Z] d2f70382dc9a: Download complete [2021-05-31T07:15:34.421Z] d2f70382dc9a: Pull complete [2021-05-31T07:15:34.422Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-31T07:15:34.422Z] Status: Downloaded newer image for alpine:3.12 [2021-05-31T07:15:34.422Z] ---> 9852663dfa18 [2021-05-31T07:15:34.422Z] Step 18/24 : EXPOSE 4000 [2021-05-31T07:15:34.722Z] ---> Running in c4baa9a46a43 [2021-05-31T07:15:35.408Z] Removing intermediate container c4baa9a46a43 [2021-05-31T07:15:35.408Z] ---> 801b55f2f0bb [2021-05-31T07:15:35.408Z] 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-05-31T07:15:37.384Z] ---> 92b43b4be801 [2021-05-31T07:15:37.384Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-31T07:15:37.674Z] ---> Running in 1ea36b939612 [2021-05-31T07:15:38.274Z] Removing intermediate container 1ea36b939612 [2021-05-31T07:15:38.274Z] ---> 49622c496233 [2021-05-31T07:15:38.274Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-31T07:15:38.274Z] ---> Running in d2e8d3aabe9e [2021-05-31T07:15:38.895Z] Removing intermediate container d2e8d3aabe9e [2021-05-31T07:15:38.895Z] ---> 223a1fe200d5 [2021-05-31T07:15:38.895Z] Step 22/24 : LABEL arch=arm64 [2021-05-31T07:15:38.895Z] ---> Running in 48b3dd01939c [2021-05-31T07:15:39.491Z] Removing intermediate container 48b3dd01939c [2021-05-31T07:15:39.491Z] ---> 1d6a540f8b67 [2021-05-31T07:15:39.491Z] Step 23/24 : LABEL git_sha=7695e31755a8883e97ee16b36574480402b01fcb [2021-05-31T07:15:39.491Z] ---> Running in 22e0769af36e [2021-05-31T07:15:40.091Z] Removing intermediate container 22e0769af36e [2021-05-31T07:15:40.091Z] ---> 114ca0289b1d [2021-05-31T07:15:40.091Z] Step 24/24 : LABEL version=0.0.0 [2021-05-31T07:15:40.091Z] ---> Running in 0f90680cec7a [2021-05-31T07:15:40.689Z] Removing intermediate container 0f90680cec7a [2021-05-31T07:15:40.689Z] ---> 5c43cb60df52 [2021-05-31T07:15:40.689Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-31T07:15:40.689Z] Successfully built 5c43cb60df52 [2021-05-31T07:15:40.689Z] Successfully tagged edgex-ui-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-05-31T07:15:41.692Z] ---> job-cost.sh [2021-05-31T07:15:41.692Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZiNU [2021-05-31T07:16:20.683Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-31T07:17:42.457Z] lf-activate-venv(): INFO: Adding /tmp/venv-ZiNU/bin to PATH [2021-05-31T07:17:42.457Z] INFO: No Stack... [2021-05-31T07:17:42.457Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-05-31T07:17:43.065Z] INFO: Archiving Costs [Pipeline] sh [2021-05-31T07:17:43.439Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-05-31T07:17:43.439Z] + cut -d, -f6 [Pipeline] lock [2021-05-31T07:17:43.526Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] [2021-05-31T07:17:43.532Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] did not exist. Created. [2021-05-31T07:17:43.533Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-368-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-31T07:17:43.997Z] /w/workspace/edgex-ui-go/1@tmp/durable-70e3f600/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-70e3f600/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-31T07:17:44.392Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-05-31T07:17:44.434Z] Warning: overwriting stash ‘stack-cost’ [2021-05-31T07:17:44.658Z] Stashed 1 file(s) [Pipeline] } [2021-05-31T07:17:44.681Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-368-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] configFileProvider [2021-05-31T07:17:47.927Z] provisioning config files... [2021-05-31T07:17:47.991Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/config7737494412408121076tmp [Pipeline] { [Pipeline] sh [2021-05-31T07:17:48.342Z] + set +x [2021-05-31T07:17:48.342Z] + curl -s https://codecov.io/bash [2021-05-31T07:17:48.342Z] + bash -s -- [2021-05-31T07:17:48.342Z] [2021-05-31T07:17:48.342Z] _____ _ [2021-05-31T07:17:48.342Z] / ____| | | [2021-05-31T07:17:48.342Z] | | ___ __| | ___ ___ _____ __ [2021-05-31T07:17:48.342Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-31T07:17:48.342Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-31T07:17:48.342Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-31T07:17:48.342Z] Bash-1.0.3 [2021-05-31T07:17:48.342Z] [2021-05-31T07:17:48.342Z] [2021-05-31T07:17:48.342Z] ==> git version 2.24.4 found [2021-05-31T07:17:48.342Z] ==> 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-05-31T07:17:48.342Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-31T07:17:48.342Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-31T07:17:48.342Z] ==> Jenkins CI detected. [2021-05-31T07:17:48.342Z] project root: . [2021-05-31T07:17:48.342Z] --> token set from env [2021-05-31T07:17:48.342Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-31T07:17:48.605Z] ==> Running gcov in . (disable via -X gcov) [2021-05-31T07:17:48.605Z] ==> Python coveragepy not found [2021-05-31T07:17:48.605Z] ==> Searching for coverage reports in: [2021-05-31T07:17:48.605Z] + . [2021-05-31T07:17:48.605Z] -> Found 1 reports [2021-05-31T07:17:48.605Z] ==> Detecting git/mercurial file structure [2021-05-31T07:17:48.605Z] ==> Reading reports [2021-05-31T07:17:48.605Z] + ./coverage.out bytes=10 [2021-05-31T07:17:48.605Z] ==> Appending adjustments [2021-05-31T07:17:48.605Z] https://docs.codecov.io/docs/fixing-reports [2021-05-31T07:17:48.605Z] + Found adjustments [2021-05-31T07:17:48.605Z] ==> Gzipping contents [2021-05-31T07:17:48.605Z] 4.0K /tmp/codecov.zyvtjP.gz [2021-05-31T07:17:48.605Z] ==> Uploading reports [2021-05-31T07:17:48.605Z] url: https://codecov.io [2021-05-31T07:17:48.605Z] query: branch=PR-368&commit=7695e31755a8883e97ee16b36574480402b01fcb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-368%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=368&job=&cmd_args= [2021-05-31T07:17:48.605Z] -> Pinging Codecov [2021-05-31T07:17:48.605Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-368&commit=7695e31755a8883e97ee16b36574480402b01fcb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-368%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=368&job=&cmd_args= [2021-05-31T07:17:49.181Z] -> Uploading to [2021-05-31T07:17:49.181Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-31/FB506323287CE973F263BFD2A0EB1F37/7695e31755a8883e97ee16b36574480402b01fcb/a06ef0a6-0b82-416b-b1d2-d95030032569.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210531%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210531T071748Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8a3f9cf586f5edb835688079c17f0972ce1f20e09733d6a06397bf9b87f1e04a [2021-05-31T07:17:49.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-31T07:17:49.181Z] Dload Upload Total Spent Left Speed [2021-05-31T07:17:49.443Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3918 0 0 100 3918 0 9085 --:--:-- --:--:-- --:--:-- 9069 100 3918 0 0 100 3918 0 9083 --:--:-- --:--:-- --:--:-- 9069 [2021-05-31T07:17:49.706Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7695e31755a8883e97ee16b36574480402b01fcb [Pipeline] } [2021-05-31T07:17:49.728Z] Deleting 1 temporary files [Pipeline] // configFileProvider [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-05-31T07:17:53.670Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:17:54.283Z] ---> package-listing.sh [2021-05-31T07:17:54.283Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-31T07:17:54.283Z] ++ facter osfamily [2021-05-31T07:17:54.545Z] + OS_FAMILY=redhat [2021-05-31T07:17:54.546Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-368 [2021-05-31T07:17:54.546Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-31T07:17:54.546Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-31T07:17:54.546Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-31T07:17:54.546Z] + PACKAGES=/tmp/packages_start.txt [2021-05-31T07:17:54.546Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-368 ']' [2021-05-31T07:17:54.546Z] + PACKAGES=/tmp/packages_end.txt [2021-05-31T07:17:54.546Z] + case "${OS_FAMILY}" in [2021-05-31T07:17:54.546Z] + sort [2021-05-31T07:17:54.546Z] + rpm -qa [2021-05-31T07:17:55.122Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-31T07:17:55.122Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-31T07:17:55.122Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-31T07:17:55.122Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-368 ']' [2021-05-31T07:17:55.122Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-368/archives/ [2021-05-31T07:17:55.122Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-368/archives/ [Pipeline] echo [2021-05-31T07:17:55.160Z] 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-368/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-31T07:17:55.463Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:17:56.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-31T07:17:56.068Z] [2021-05-31T07:17:56.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-31T07:17:56.424Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-31T07:17:56.424Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-31T07:17:56.424Z] df20fa9351a1: Pulling fs layer [2021-05-31T07:17:56.424Z] 36b3adc4ff6f: Pulling fs layer [2021-05-31T07:17:56.424Z] 8ad3a11d3b57: Pulling fs layer [2021-05-31T07:17:56.424Z] 46f8f816bc3b: Pulling fs layer [2021-05-31T07:17:56.424Z] 93b61091891f: Pulling fs layer [2021-05-31T07:17:56.424Z] 93b9cdb0e59b: Pulling fs layer [2021-05-31T07:17:56.424Z] 5e14af77c1be: Pulling fs layer [2021-05-31T07:17:56.424Z] 01666e4c0597: Pulling fs layer [2021-05-31T07:17:56.424Z] aa168da1d23b: Pulling fs layer [2021-05-31T07:17:56.424Z] 46f8f816bc3b: Waiting [2021-05-31T07:17:56.424Z] 93b61091891f: Waiting [2021-05-31T07:17:56.424Z] 93b9cdb0e59b: Waiting [2021-05-31T07:17:56.424Z] 5e14af77c1be: Waiting [2021-05-31T07:17:56.424Z] 01666e4c0597: Waiting [2021-05-31T07:17:56.424Z] aa168da1d23b: Waiting [2021-05-31T07:17:56.424Z] 36b3adc4ff6f: Verifying Checksum [2021-05-31T07:17:56.424Z] 36b3adc4ff6f: Download complete [2021-05-31T07:17:56.424Z] 46f8f816bc3b: Verifying Checksum [2021-05-31T07:17:56.424Z] 46f8f816bc3b: Download complete [2021-05-31T07:17:56.684Z] df20fa9351a1: Verifying Checksum [2021-05-31T07:17:56.684Z] df20fa9351a1: Download complete [2021-05-31T07:17:56.684Z] 93b9cdb0e59b: Verifying Checksum [2021-05-31T07:17:56.684Z] 93b9cdb0e59b: Download complete [2021-05-31T07:17:56.684Z] 5e14af77c1be: Verifying Checksum [2021-05-31T07:17:56.684Z] 5e14af77c1be: Download complete [2021-05-31T07:17:56.684Z] 93b61091891f: Verifying Checksum [2021-05-31T07:17:56.684Z] 93b61091891f: Download complete [2021-05-31T07:17:56.685Z] 01666e4c0597: Verifying Checksum [2021-05-31T07:17:56.685Z] 01666e4c0597: Download complete [2021-05-31T07:17:56.685Z] df20fa9351a1: Pull complete [2021-05-31T07:17:56.946Z] 8ad3a11d3b57: Verifying Checksum [2021-05-31T07:17:56.946Z] 8ad3a11d3b57: Download complete [2021-05-31T07:17:56.946Z] 36b3adc4ff6f: Pull complete [2021-05-31T07:17:57.532Z] 8ad3a11d3b57: Pull complete [2021-05-31T07:17:57.532Z] 46f8f816bc3b: Pull complete [2021-05-31T07:17:57.796Z] 93b61091891f: Pull complete [2021-05-31T07:17:58.055Z] 93b9cdb0e59b: Pull complete [2021-05-31T07:17:58.055Z] 5e14af77c1be: Pull complete [2021-05-31T07:17:58.315Z] 01666e4c0597: Pull complete [2021-05-31T07:17:58.579Z] aa168da1d23b: Verifying Checksum [2021-05-31T07:17:58.579Z] aa168da1d23b: Download complete [2021-05-31T07:18:02.814Z] aa168da1d23b: Pull complete [2021-05-31T07:18:02.814Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-31T07:18:02.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-31T07:18:02.814Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-31T07:18:02.912Z] prd-centos7-docker-4c-2g-1714 does not seem to be running inside a container [2021-05-31T07:18:02.964Z] $ 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-368/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-368 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-368:/w/workspace/edgexfoundry_edgex-ui-go_PR-368:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-31T07:18:05.870Z] $ docker top f3a741beba7d1e3e4cc63339eabb4170cf6a50f857fb9ae2e900a430a96d490f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-31T07:18:06.297Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-31T07:18:06.619Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-31T07:18:06.935Z] + ls /var/log/sa-host [2021-05-31T07:18:06.935Z] + sadf -c /var/log/sa-host/sa05 [2021-05-31T07:18:06.935Z] file_magic: OK [2021-05-31T07:18:06.935Z] HZ: Using current value: 100 [2021-05-31T07:18:06.935Z] file_header: OK [2021-05-31T07:18:06.935Z] 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-05-31T07:18:06.935Z] Statistics: [2021-05-31T07:18:06.935Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-31T07:18:06.935Z] File successfully converted to sysstat format version 12.2.1 [2021-05-31T07:18:06.935Z] + sadf -c /var/log/sa-host/sa31 [2021-05-31T07:18:06.935Z] file_magic: OK [2021-05-31T07:18:06.935Z] HZ: Using current value: 100 [2021-05-31T07:18:06.935Z] file_header: OK [2021-05-31T07:18:06.935Z] 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-05-31T07:18:06.935Z] Statistics: [2021-05-31T07:18:06.935Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-31T07:18:06.935Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-31T07:18:09.560Z] provisioning config files... [2021-05-31T07:18:09.571Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-368@tmp/config1172507269882676837tmp [Pipeline] { [Pipeline] echo [2021-05-31T07:18:09.687Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:18:10.027Z] ---> create-netrc.sh [Pipeline] } [2021-05-31T07:18:10.052Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-31T07:18:10.131Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:18:10.473Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-31T07:18:10.505Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:18:10.860Z] ---> sudo-logs.sh [2021-05-31T07:18:10.860Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-31T07:18:10.951Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:18:11.283Z] ---> job-cost.sh [2021-05-31T07:18:11.283Z] lf-activate-venv: SKIPPING [2021-05-31T07:18:11.283Z] DEBUG: total: 0.18000000715255737 [2021-05-31T07:18:11.283Z] INFO: Retrieving Stack Cost... [2021-05-31T07:18:12.227Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-31T07:18:12.487Z] INFO: Archiving Costs [Pipeline] echo [2021-05-31T07:18:12.538Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-31T07:18:12.888Z] ---> logs-deploy.sh [2021-05-31T07:18:12.888Z] lf-activate-venv: SKIPPING [2021-05-31T07:18:12.888Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-368/1 [2021-05-31T07:18:12.888Z] INFO: archiving workspace using pattern(s): [2021-05-31T07:18:13.866Z] Archives upload complete. [2021-05-31T07:18:13.866Z] INFO: archiving logs to Nexus